@omnia/wcm 8.0.3-vnext → 8.0.5-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/loc/CoreLocalization.d.ts +7 -0
- package/internal-do-not-import-from-here/core/loc/PageRollupLocalization.d.ts +12 -0
- package/internal-do-not-import-from-here/core/loc/PublishingAppLocalization.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/constants.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/Constants.d.ts +2 -0
- package/internal-do-not-import-from-here/fx/models/Constants.js +6 -0
- package/internal-do-not-import-from-here/fx/models/ManifestIds.d.ts +8 -0
- package/internal-do-not-import-from-here/fx/models/ManifestIds.js +8 -0
- package/internal-do-not-import-from-here/fx/models/components/ActionButtonBlock.d.ts +4 -3
- package/internal-do-not-import-from-here/fx/models/components/CurrentNavigationBlock.d.ts +1 -1
- package/internal-do-not-import-from-here/fx/models/components/CurrentNavigationBlockStyles.d.ts +3 -8
- 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/PageFeedbackBlockStyles.d.ts +6 -0
- package/internal-do-not-import-from-here/fx/models/components/PageRollupBlock.d.ts +15 -1
- package/internal-do-not-import-from-here/fx/models/components/PageRollupBlock.js +6 -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/index.d.ts +1 -1
- package/internal-do-not-import-from-here/fx/models/index.js +1 -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/pagequery/PageRollupCalendarViewSettings.d.ts +10 -1
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupEnums.d.ts +5 -2
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupEnums.js +3 -0
- package/internal-do-not-import-from-here/fx/shared/PageRollupStoreHelper.d.ts +6 -1
- 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/ux/MediaPickerProviderStorageWCMContext.d.ts +22 -0
- package/internal-do-not-import-from-here/fx/ux/index.d.ts +2 -0
- package/internal-do-not-import-from-here/fx/ux/use/UseWcmIcons.d.ts +17 -0
- package/internal-do-not-import-from-here/fx/ux/use/index.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/tooling.output.json +1 -1
- package/package.json +1 -1
- package/internal-do-not-import-from-here/fx/models/mediapicker/MediaPickerProviderContext.d.ts +0 -13
- package/internal-do-not-import-from-here/fx/models/mediapicker/MediaPickerProviderContext.js +0 -22
- package/internal-do-not-import-from-here/fx/models/mediapicker/MediaPickerStorageProviderPageContext.d.ts +0 -8
- package/internal-do-not-import-from-here/fx/models/mediapicker/MediaPickerStorageProviderPageContext.js +0 -13
- package/internal-do-not-import-from-here/fx/models/mediapicker/MediaPickerStorageProviderPageCreationContext.d.ts +0 -9
- package/internal-do-not-import-from-here/fx/models/mediapicker/MediaPickerStorageProviderPageCreationContext.js +0 -14
- package/internal-do-not-import-from-here/fx/models/mediapicker/MediaPickerStorageProviderPageReadContext.d.ts +0 -8
- package/internal-do-not-import-from-here/fx/models/mediapicker/MediaPickerStorageProviderPageReadContext.js +0 -13
- package/internal-do-not-import-from-here/fx/models/mediapicker/index.d.ts +0 -4
- package/internal-do-not-import-from-here/fx/models/mediapicker/index.js +0 -7
|
@@ -126,11 +126,18 @@ export declare module WCMCoreLocalization {
|
|
|
126
126
|
OneMonthFromToday: string;
|
|
127
127
|
EarlierThanToday: string;
|
|
128
128
|
LaterThanToday: string;
|
|
129
|
+
Custom: string;
|
|
130
|
+
Today: string;
|
|
131
|
+
From: string;
|
|
132
|
+
To: string;
|
|
129
133
|
};
|
|
130
134
|
TaxonomyFilterTypes: {
|
|
131
135
|
FixedValue: string;
|
|
132
136
|
CurrentPage: string;
|
|
133
137
|
User: string;
|
|
138
|
+
CurrentUser: string;
|
|
139
|
+
SelectedUser: string;
|
|
140
|
+
TargetedUser: string;
|
|
134
141
|
};
|
|
135
142
|
UIFilterOption: {
|
|
136
143
|
Searchbox: string;
|
|
@@ -133,6 +133,8 @@ export declare module PageRollupLocalization {
|
|
|
133
133
|
DialogWidth: string;
|
|
134
134
|
DialogHeight: string;
|
|
135
135
|
CheckedOutBy: string;
|
|
136
|
+
SelectedUser: string;
|
|
137
|
+
UserProperty: string;
|
|
136
138
|
};
|
|
137
139
|
PagePicker: {
|
|
138
140
|
AddPage: string;
|
|
@@ -316,6 +318,7 @@ export declare module PageRollupLocalization {
|
|
|
316
318
|
Default: string;
|
|
317
319
|
};
|
|
318
320
|
CalendarView: {
|
|
321
|
+
General: string;
|
|
319
322
|
Title: string;
|
|
320
323
|
CalendarViewMore: string;
|
|
321
324
|
StartDate: string;
|
|
@@ -355,6 +358,15 @@ export declare module PageRollupLocalization {
|
|
|
355
358
|
Next: string;
|
|
356
359
|
Back: string;
|
|
357
360
|
};
|
|
361
|
+
EnablePageCreation: string;
|
|
362
|
+
PageCreation: {
|
|
363
|
+
Title: string;
|
|
364
|
+
Text: string;
|
|
365
|
+
Tooltip: string;
|
|
366
|
+
SelectPageCollection: string;
|
|
367
|
+
SetDefaultDateFromCalendar: string;
|
|
368
|
+
Property: string;
|
|
369
|
+
};
|
|
358
370
|
};
|
|
359
371
|
Subscription: {
|
|
360
372
|
Subscribe: string;
|
|
@@ -47,6 +47,7 @@ export declare const BuiltInActionButtonHandlers: {
|
|
|
47
47
|
Event: ActionHandlerRegistrationId;
|
|
48
48
|
InviteCoAuthors: ActionHandlerRegistrationId;
|
|
49
49
|
AddToMyCalendar: ActionHandlerRegistrationId;
|
|
50
|
+
PageFeedback: ActionHandlerRegistrationId;
|
|
50
51
|
};
|
|
51
52
|
export declare const WCMPageKeyPrefix: {
|
|
52
53
|
page: string;
|
|
@@ -28,6 +28,8 @@ export declare const PageRollupConstants: {
|
|
|
28
28
|
readonly DefaultPageSize: number;
|
|
29
29
|
readonly channelIdInternalName: string;
|
|
30
30
|
readonly defaultChannelIdInternalName: string;
|
|
31
|
+
readonly createdAtInternalName: string;
|
|
32
|
+
readonly createdByInternalName: string;
|
|
31
33
|
readonly FilterByCurrentUserSubscription: string;
|
|
32
34
|
readonly pageHitsCurrentUserInternalName: string;
|
|
33
35
|
readonly pageHitsAllUsersInternalName: string;
|
|
@@ -89,6 +89,12 @@ exports.PageRollupConstants = {
|
|
|
89
89
|
get defaultChannelIdInternalName() {
|
|
90
90
|
return "PDefaultChannelId";
|
|
91
91
|
},
|
|
92
|
+
get createdAtInternalName() {
|
|
93
|
+
return "PCreatedAt";
|
|
94
|
+
},
|
|
95
|
+
get createdByInternalName() {
|
|
96
|
+
return "PCreatedBy";
|
|
97
|
+
},
|
|
92
98
|
get FilterByCurrentUserSubscription() {
|
|
93
99
|
return "CurrentUserSubscription";
|
|
94
100
|
},
|
|
@@ -102,6 +102,7 @@ export declare class WcmResourceManifests {
|
|
|
102
102
|
static get PageRollupFilterEngineCore(): Guid;
|
|
103
103
|
static get PageRollupRendererResources(): Guid;
|
|
104
104
|
static get WCMGlossaryType(): Guid;
|
|
105
|
+
static get PageCreationCore(): Guid;
|
|
105
106
|
}
|
|
106
107
|
export declare class WcmWebComponentManifests {
|
|
107
108
|
static get LinkPickerExtension(): Guid;
|
|
@@ -225,6 +226,7 @@ export declare class WcmWebComponentManifests {
|
|
|
225
226
|
static get ActionButtonAPI(): Guid;
|
|
226
227
|
static get ActionButton(): Guid;
|
|
227
228
|
static get ActionButtonSettings(): Guid;
|
|
229
|
+
static get ActionToolbar(): Guid;
|
|
228
230
|
static get ActionButtonLinkHandlerSettings(): Guid;
|
|
229
231
|
static get ActionButtonLinkHandlerView(): Guid;
|
|
230
232
|
static get ActionButtonLinkHandlerRegistration(): Guid;
|
|
@@ -233,6 +235,8 @@ export declare class WcmWebComponentManifests {
|
|
|
233
235
|
static get ActionButtonCreatePageHandlerRegistration(): Guid;
|
|
234
236
|
static get ActionButtonCreatePageHandlerSubscription(): Guid;
|
|
235
237
|
static get ActionButtonCreatePageSelector(): Guid;
|
|
238
|
+
static get PageCreationLocationSelector(): Guid;
|
|
239
|
+
static get CalendarPageCollectionSelectionDialog(): Guid;
|
|
236
240
|
static get SignUpButton(): Guid;
|
|
237
241
|
static get CancelButton(): Guid;
|
|
238
242
|
static get SignUpOtherButton(): Guid;
|
|
@@ -267,6 +271,9 @@ export declare class WcmWebComponentManifests {
|
|
|
267
271
|
static get PageFeedbackSettings(): Guid;
|
|
268
272
|
static get PageFeedbacksDialog(): Guid;
|
|
269
273
|
static get PageFeedbacksCore(): Guid;
|
|
274
|
+
static get ActionButtonPageFeedbackHandler(): Guid;
|
|
275
|
+
static get ActionButtonPageFeedbackSettings(): Guid;
|
|
276
|
+
static get ActionButtonPageFeedbackDialog(): Guid;
|
|
270
277
|
static get SharePage(): Guid;
|
|
271
278
|
static get SubscribeButton(): Guid;
|
|
272
279
|
static get ActionButtonSubscribeHandlerSettings(): Guid;
|
|
@@ -300,6 +307,7 @@ export declare class WcmWebComponentManifests {
|
|
|
300
307
|
static get DocumentDataTypeProviderDisplay(): Guid;
|
|
301
308
|
static get DocumentDataTypeProviderId(): Guid;
|
|
302
309
|
static get DocumentDataTypeProviderValueDefinition(): Guid;
|
|
310
|
+
static get FeedbackPerPage(): Guid;
|
|
303
311
|
static get IframeBlock(): Guid;
|
|
304
312
|
static get IFrameBlockSettings(): Guid;
|
|
305
313
|
static get CommentSearchProviderSettings(): Guid;
|
|
@@ -115,6 +115,7 @@ class WcmResourceManifests {
|
|
|
115
115
|
static get PageRollupFilterEngineCore() { return new fx_models_1.Guid("edd540e0-2f6b-488e-8f7b-7c5501f46e97"); }
|
|
116
116
|
static get PageRollupRendererResources() { return new fx_models_1.Guid("74EA3346-4A90-46AA-996B-FD195002F28C"); }
|
|
117
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"); }
|
|
118
119
|
}
|
|
119
120
|
exports.WcmResourceManifests = WcmResourceManifests;
|
|
120
121
|
class WcmWebComponentManifests {
|
|
@@ -241,6 +242,7 @@ class WcmWebComponentManifests {
|
|
|
241
242
|
static get ActionButtonAPI() { return new fx_models_1.Guid("15F1A2BF-5FE0-4880-9BD0-8E1FC28A120C"); }
|
|
242
243
|
static get ActionButton() { return new fx_models_1.Guid("85ee1441-8ff7-462a-b6b1-2dc7bae6bf04"); }
|
|
243
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"); }
|
|
244
246
|
static get ActionButtonLinkHandlerSettings() { return new fx_models_1.Guid("f14986cf-6db0-41e4-b1f6-ce08c3b41307"); }
|
|
245
247
|
static get ActionButtonLinkHandlerView() { return new fx_models_1.Guid("0610a94c-f2b9-4c7e-9c4c-80ea7dea5df9"); }
|
|
246
248
|
static get ActionButtonLinkHandlerRegistration() { return new fx_models_1.Guid("f9476d7e-417b-44e4-8903-5303371baf75"); }
|
|
@@ -249,6 +251,8 @@ class WcmWebComponentManifests {
|
|
|
249
251
|
static get ActionButtonCreatePageHandlerRegistration() { return new fx_models_1.Guid("84660ea0-4ad5-437e-90d8-f6fe9e63f0f2"); }
|
|
250
252
|
static get ActionButtonCreatePageHandlerSubscription() { return new fx_models_1.Guid("0dd089f8-6fa3-49e0-b311-58adc2985deb"); }
|
|
251
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"); }
|
|
252
256
|
static get SignUpButton() { return new fx_models_1.Guid("ee9324d5-2ee2-4897-bc71-ade1bcf114cb"); }
|
|
253
257
|
static get CancelButton() { return new fx_models_1.Guid("0f36cf9f-f066-4914-bcc5-579b2cec60a9"); }
|
|
254
258
|
static get SignUpOtherButton() { return new fx_models_1.Guid("bff4c630-0af2-43a8-b56b-9221a0789118"); }
|
|
@@ -283,6 +287,9 @@ class WcmWebComponentManifests {
|
|
|
283
287
|
static get PageFeedbackSettings() { return new fx_models_1.Guid("0e4bebef-a4f7-4a6e-b1d8-48d62ac78312"); }
|
|
284
288
|
static get PageFeedbacksDialog() { return new fx_models_1.Guid("02377b92-cf24-4ca0-b09e-c5095792890e"); }
|
|
285
289
|
static get PageFeedbacksCore() { return new fx_models_1.Guid("e89a7566-41da-406c-b9aa-d7446513fea7"); }
|
|
290
|
+
static get ActionButtonPageFeedbackHandler() { return new fx_models_1.Guid("66BD5D13-4FD6-40B1-B617-58ADFFED2077"); }
|
|
291
|
+
static get ActionButtonPageFeedbackSettings() { return new fx_models_1.Guid("E8E01868-DF28-485D-B296-099B272B4619"); }
|
|
292
|
+
static get ActionButtonPageFeedbackDialog() { return new fx_models_1.Guid("70343DA4-32A4-45A4-A19F-F2F13F0538A1"); }
|
|
286
293
|
static get SharePage() { return new fx_models_1.Guid("03cc9cdf-57fd-40cb-b3cd-eac5c8a11ddf"); }
|
|
287
294
|
static get SubscribeButton() { return new fx_models_1.Guid("5d0650eb-1a50-4de3-87f9-3e008ca9c623"); }
|
|
288
295
|
static get ActionButtonSubscribeHandlerSettings() { return new fx_models_1.Guid("8e9797e4-6294-43c2-a768-178f3a7bbb87"); }
|
|
@@ -316,6 +323,7 @@ class WcmWebComponentManifests {
|
|
|
316
323
|
static get DocumentDataTypeProviderDisplay() { return new fx_models_1.Guid("62d2967c-2d45-4549-9333-d170f4943d34"); }
|
|
317
324
|
static get DocumentDataTypeProviderId() { return new fx_models_1.Guid("1bbedca1-baf3-4b90-86f6-2619d1d14431"); }
|
|
318
325
|
static get DocumentDataTypeProviderValueDefinition() { return new fx_models_1.Guid("7af3d7f9-6759-43b8-9d8b-8fa2f77b8cc9"); }
|
|
326
|
+
static get FeedbackPerPage() { return new fx_models_1.Guid("102F8FD4-55DB-426D-BD8A-DE2925571113"); }
|
|
319
327
|
static get IframeBlock() { return new fx_models_1.Guid("9c79ea1e-ee93-4058-b5fa-83e1eb54dcb1"); }
|
|
320
328
|
static get IFrameBlockSettings() { return new fx_models_1.Guid("5eb286a4-0462-4657-8d8c-00c481f4f1ff"); }
|
|
321
329
|
static get CommentSearchProviderSettings() { return new fx_models_1.Guid("acc40d11-6fe3-44f3-b75e-82c47f77baab"); }
|
|
@@ -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,12 +60,12 @@ 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,
|
|
68
67
|
newWindow = 1,
|
|
69
68
|
dialog = 2
|
|
70
69
|
}
|
|
70
|
+
export interface PageFeedbackActionHandlerSettings extends IActionHandlerSettings {
|
|
71
|
+
}
|
package/internal-do-not-import-from-here/fx/models/components/CurrentNavigationBlockStyles.d.ts
CHANGED
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { types } from "typestyle";
|
|
2
|
-
import {
|
|
2
|
+
import { useColorSchemaStore } from "@omnia/fx/ux";
|
|
3
|
+
import { SpacingSettings } from "@omnia/fx-models";
|
|
3
4
|
export declare const CurrentNavigationBlockStyles: {
|
|
4
|
-
|
|
5
|
-
headerWrapper: (level: number, indentation: number, isRoutePath: boolean, theming: Theming, padding: SpacingSettings, rtl: boolean) => types.NestedCSSProperties;
|
|
6
|
-
rightIcon: types.NestedCSSProperties;
|
|
5
|
+
headerWrapper: (level: number, indentation: number, isRoutePath: boolean, spacingSettings: SpacingSettings, colors: ReturnType<typeof useColorSchemaStore>) => types.NestedCSSProperties;
|
|
7
6
|
arrowBtnCollapsedDefault: types.NestedCSSProperties;
|
|
8
7
|
arrowBtnExpanded: types.NestedCSSProperties;
|
|
9
|
-
title: types.NestedCSSProperties;
|
|
10
|
-
textOverflow: types.NestedCSSProperties;
|
|
11
8
|
content: types.NestedCSSProperties;
|
|
12
|
-
contentHide: types.NestedCSSProperties;
|
|
13
|
-
textEllipsis: types.NestedCSSProperties;
|
|
14
9
|
};
|
|
15
10
|
export declare const CurrentNavigationBlockSettingsStyles: {
|
|
16
11
|
levelIndentationIconWrapper?: types.NestedCSSProperties;
|
|
@@ -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;
|
|
@@ -15,4 +15,10 @@ export declare const PageFeedbackBlockStyles: {
|
|
|
15
15
|
};
|
|
16
16
|
export declare const PageFeedbackDialogStyles: {
|
|
17
17
|
dialogWapper?: types.NestedCSSProperties;
|
|
18
|
+
messageContainer?: types.NestedCSSProperties;
|
|
19
|
+
messageIcon?: types.NestedCSSProperties;
|
|
20
|
+
messageText?: types.NestedCSSProperties;
|
|
21
|
+
messageContent?: types.NestedCSSProperties;
|
|
22
|
+
messageContentWidth?: types.NestedCSSProperties;
|
|
23
|
+
messageContentHeight?: types.NestedCSSProperties;
|
|
18
24
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BaseFilterEngineProperty, FilterEngineSettings, GuidValue, Identity, IIcon, Language, MultilingualString, PropertyIndexedType, RollupOtherTypes, SpacingSettings, Tag, TypedFilterEnginePropertyOutput, UserPickingType } from "@omnia/fx-models";
|
|
1
|
+
import { BaseFilterEngineProperty, FilterEngineSettings, GuidValue, Identity, IIcon, Language, MultilingualString, PropertyIndexedType, RollupOtherTypes, SpacingSettings, Tag, TimePeriodTypes, TypedFilterEnginePropertyOutput, UserPickingType } from "@omnia/fx-models";
|
|
2
2
|
import { Page, PageCalendarViewMode, PageDialogPropertiesMapping, PageItemNode, PageRollupEnums, PagingTypes, TaxonomyQueryFilter, TaxonomyUIFilter } from "..";
|
|
3
3
|
import { PublishingChannelId } from "../channels";
|
|
4
4
|
import { PageId } from "../pages";
|
|
@@ -58,14 +58,28 @@ export interface PageRollupPersonPropertyFilterValue extends PageRollupPropertyF
|
|
|
58
58
|
value: Array<Identity>;
|
|
59
59
|
filterSelection: UserPickingType;
|
|
60
60
|
}
|
|
61
|
+
export declare enum CustomDateOperator {
|
|
62
|
+
Add = 0,
|
|
63
|
+
Subtract = 1
|
|
64
|
+
}
|
|
65
|
+
export interface PageRollupDatePropertyFilterCustomValue {
|
|
66
|
+
fromTodayValue: number;
|
|
67
|
+
operator: CustomDateOperator;
|
|
68
|
+
unit: TimePeriodTypes;
|
|
69
|
+
}
|
|
61
70
|
export interface PageRollupDatePropertyFilterValue extends PageRollupPropertyFilterValue {
|
|
62
71
|
value: PageRollupEnums.DatePeriods;
|
|
72
|
+
customValueDetails?: {
|
|
73
|
+
from: PageRollupDatePropertyFilterCustomValue;
|
|
74
|
+
to: PageRollupDatePropertyFilterCustomValue;
|
|
75
|
+
};
|
|
63
76
|
}
|
|
64
77
|
export interface PageRollupTagPropertyFilterValue extends PageRollupPropertyFilterValue {
|
|
65
78
|
value: Array<Tag>;
|
|
66
79
|
filterType: PageRollupEnums.FilterTypes;
|
|
67
80
|
}
|
|
68
81
|
export interface PageRollupTaxonomyPropertyFilterValue extends TaxonomyQueryFilter {
|
|
82
|
+
userPropertyBindingId?: string;
|
|
69
83
|
}
|
|
70
84
|
export interface PageRollupLanguagePropertyFilterValue extends PageRollupPropertyFilterValue {
|
|
71
85
|
value: string[];
|
|
@@ -1,2 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CustomDateOperator = void 0;
|
|
4
|
+
var CustomDateOperator;
|
|
5
|
+
(function (CustomDateOperator) {
|
|
6
|
+
CustomDateOperator[CustomDateOperator["Add"] = 0] = "Add";
|
|
7
|
+
CustomDateOperator[CustomDateOperator["Subtract"] = 1] = "Subtract";
|
|
8
|
+
})(CustomDateOperator = exports.CustomDateOperator || (exports.CustomDateOperator = {}));
|
|
@@ -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;
|
|
@@ -27,7 +27,6 @@ export * from "./governancedashboard";
|
|
|
27
27
|
export * from "./newsletter";
|
|
28
28
|
export * from "./eventmanagement";
|
|
29
29
|
export * from "./automaticpagecreationrequest";
|
|
30
|
-
export * from "./mediapicker";
|
|
31
30
|
export * from "./enterpriseglossary";
|
|
32
31
|
export * from "./linkpicker";
|
|
33
32
|
export * from "./publishinglayout";
|
|
@@ -41,3 +40,4 @@ export * from "./enterpriseglossary";
|
|
|
41
40
|
export * from "./aipagecontentreport";
|
|
42
41
|
export * from "./search";
|
|
43
42
|
export * from "./properties";
|
|
43
|
+
export * from "./pagecreation";
|
|
@@ -31,7 +31,6 @@ tslib_1.__exportStar(require("./governancedashboard"), exports);
|
|
|
31
31
|
tslib_1.__exportStar(require("./newsletter"), exports);
|
|
32
32
|
tslib_1.__exportStar(require("./eventmanagement"), exports);
|
|
33
33
|
tslib_1.__exportStar(require("./automaticpagecreationrequest"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./mediapicker"), exports);
|
|
35
34
|
tslib_1.__exportStar(require("./enterpriseglossary"), exports);
|
|
36
35
|
tslib_1.__exportStar(require("./linkpicker"), exports);
|
|
37
36
|
tslib_1.__exportStar(require("./publishinglayout"), exports);
|
|
@@ -45,3 +44,4 @@ tslib_1.__exportStar(require("./enterpriseglossary"), exports);
|
|
|
45
44
|
tslib_1.__exportStar(require("./aipagecontentreport"), exports);
|
|
46
45
|
tslib_1.__exportStar(require("./search"), exports);
|
|
47
46
|
tslib_1.__exportStar(require("./properties"), exports);
|
|
47
|
+
tslib_1.__exportStar(require("./pagecreation"), exports);
|
package/internal-do-not-import-from-here/fx/models/pagecreation/PageCreationActionSetting.d.ts
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { SelectionItem, SelectionToken } from "@omnia/fx/ux";
|
|
2
|
+
export interface PageCreationActionSetting {
|
|
3
|
+
pageCollectionId?: SelectionItem<number> | SelectionToken;
|
|
4
|
+
publishingAppId: string;
|
|
5
|
+
enableDefaultValue: boolean;
|
|
6
|
+
defaultValuePropertyInternalNames: string[];
|
|
7
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./PageCreationActionSetting";
|
package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupCalendarViewSettings.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MultilingualString } from "@omnia/fx-models";
|
|
2
|
+
import { PageCreationActionSetting, PageRollupViewSettings } from "..";
|
|
2
3
|
export declare enum PageCalendarViewMode {
|
|
3
4
|
Month = 1,
|
|
4
5
|
Week = 2,
|
|
@@ -15,4 +16,12 @@ export interface PageRollupCalendarViewSettings extends PageRollupViewSettings {
|
|
|
15
16
|
eventHeight: number;
|
|
16
17
|
defaultTime: number;
|
|
17
18
|
eventColorEnterpriseGlossaryId?: number;
|
|
19
|
+
enablePageCreation: boolean;
|
|
20
|
+
pageCreationSettings?: CalendarViewPageCreationSetting;
|
|
21
|
+
}
|
|
22
|
+
export interface CalendarViewPageCreationSetting extends PageCreationActionSetting {
|
|
23
|
+
text: MultilingualString;
|
|
24
|
+
toolTip?: MultilingualString;
|
|
25
|
+
enableDefaultDate: boolean;
|
|
26
|
+
datePropertyInternalName: string;
|
|
18
27
|
}
|
|
@@ -4,13 +4,16 @@ export declare module PageRollupEnums {
|
|
|
4
4
|
TwoWeeksFromToday = 2,
|
|
5
5
|
OneMonthFromToday = 3,
|
|
6
6
|
LaterThanToday = 4,
|
|
7
|
-
EarlierThanToday = 5
|
|
7
|
+
EarlierThanToday = 5,
|
|
8
|
+
Custom = 6
|
|
8
9
|
}
|
|
9
10
|
enum FilterTypes {
|
|
10
11
|
FixedValue = 1,
|
|
11
12
|
CurrentPage = 2,
|
|
12
13
|
User = 3,
|
|
13
|
-
CurrentTerm = 4
|
|
14
|
+
CurrentTerm = 4,
|
|
15
|
+
CurrentUser = 5,
|
|
16
|
+
SelectedUser = 6
|
|
14
17
|
}
|
|
15
18
|
enum DateTimeModes {
|
|
16
19
|
Normal = 1,
|
|
@@ -10,6 +10,7 @@ var PageRollupEnums;
|
|
|
10
10
|
DatePeriods[DatePeriods["OneMonthFromToday"] = 3] = "OneMonthFromToday";
|
|
11
11
|
DatePeriods[DatePeriods["LaterThanToday"] = 4] = "LaterThanToday";
|
|
12
12
|
DatePeriods[DatePeriods["EarlierThanToday"] = 5] = "EarlierThanToday";
|
|
13
|
+
DatePeriods[DatePeriods["Custom"] = 6] = "Custom";
|
|
13
14
|
})(DatePeriods = PageRollupEnums.DatePeriods || (PageRollupEnums.DatePeriods = {}));
|
|
14
15
|
let FilterTypes;
|
|
15
16
|
(function (FilterTypes) {
|
|
@@ -17,6 +18,8 @@ var PageRollupEnums;
|
|
|
17
18
|
FilterTypes[FilterTypes["CurrentPage"] = 2] = "CurrentPage";
|
|
18
19
|
FilterTypes[FilterTypes["User"] = 3] = "User";
|
|
19
20
|
FilterTypes[FilterTypes["CurrentTerm"] = 4] = "CurrentTerm";
|
|
21
|
+
FilterTypes[FilterTypes["CurrentUser"] = 5] = "CurrentUser";
|
|
22
|
+
FilterTypes[FilterTypes["SelectedUser"] = 6] = "SelectedUser";
|
|
20
23
|
})(FilterTypes = PageRollupEnums.FilterTypes || (PageRollupEnums.FilterTypes = {}));
|
|
21
24
|
let DateTimeModes;
|
|
22
25
|
(function (DateTimeModes) {
|
|
@@ -3,7 +3,7 @@ import { EnterprisePropertyDefinition, FilterEngineSearchBoxSettings, GuidValue,
|
|
|
3
3
|
import { TermStore } from "@omnia/fx-sp";
|
|
4
4
|
import { EnterpriseGlossaryStore, MultilingualStore } from "@omnia/fx/stores";
|
|
5
5
|
import { FilterEngineHandler, IBlockInstanceExtends } from "@omnia/fx/ux";
|
|
6
|
-
import { BatchQueryPages, BatchQueryPagesResult, NormalPageRollupPagingQuery, PageCollectionSelection, PageDialogData, PageDialogPropertiesMapping, PageItemNode, PageQuery, PageRollupBlockProperty, PageRollupBlockSettings, PageRollupEnums, PageRollupPropertyFilter, PageRollupUiFilter, QueryFilter, QueryOrder, ReactivePageBlockProperty, VariationId, VariationQuery, UIQueryFilter } from "../../fx/models";
|
|
6
|
+
import { BatchQueryPages, BatchQueryPagesResult, NormalPageRollupPagingQuery, PageCollectionSelection, PageDialogData, PageDialogPropertiesMapping, PageItemNode, PageQuery, PageRollupBlockProperty, PageRollupBlockSettings, PageRollupEnums, PageRollupPropertyFilter, PageRollupUiFilter, QueryFilter, QueryOrder, ReactivePageBlockProperty, VariationId, VariationQuery, UIQueryFilter, PageRollupDatePropertyFilterCustomValue } from "../../fx/models";
|
|
7
7
|
interface BlockPageRollupInstanceExtends extends IBlockInstanceExtends<PageRollupBlockSettings> {
|
|
8
8
|
uiQueryFilters?: QueryFilter[];
|
|
9
9
|
orderBy?: Array<QueryOrder>;
|
|
@@ -36,6 +36,7 @@ declare class InternalPageRollupStoreHelper {
|
|
|
36
36
|
enterpriseGlossaryStore: EnterpriseGlossaryStore;
|
|
37
37
|
termStore: TermStore;
|
|
38
38
|
private multilingualStore;
|
|
39
|
+
private profileCardStore;
|
|
39
40
|
private resolvablePageRollupInNP;
|
|
40
41
|
private pageRollupInstancesInNP;
|
|
41
42
|
private pageRollupInstances;
|
|
@@ -47,6 +48,7 @@ declare class InternalPageRollupStoreHelper {
|
|
|
47
48
|
private initialDataResolvable;
|
|
48
49
|
private _pageBlockPropertyStore;
|
|
49
50
|
private currentIdentity;
|
|
51
|
+
private currentResolvedIdentity;
|
|
50
52
|
private cancelBatchQueryTokens;
|
|
51
53
|
private executingBatchQuery;
|
|
52
54
|
private hasNewBatchQueryNeedToExecute;
|
|
@@ -63,6 +65,7 @@ declare class InternalPageRollupStoreHelper {
|
|
|
63
65
|
updateQuery(blockInstance: BlockPageRollupInstanceExtends, newSettings: PageRollupBlockSettings, uiQueryFilter: UIQueryFilter, orderBy?: Array<QueryOrder>, blockProperty?: ReactivePageBlockProperty<PageRollupBlockProperty>, forceExecuteQuery?: boolean, clientCaching?: boolean, showMetric?: boolean): Promise<void>;
|
|
64
66
|
getRollupId(blockInstance: IBlockInstance<PageRollupBlockSettings>): string;
|
|
65
67
|
setLoadedPageRollups(pageRollupQueryId: string, isDestroyed: boolean): void;
|
|
68
|
+
private checkPagingStateHasChanged;
|
|
66
69
|
private getPagingQuery;
|
|
67
70
|
private setExecutingQueriesParrallel;
|
|
68
71
|
private setExecutedQueriesParrallel;
|
|
@@ -78,6 +81,7 @@ declare class InternalPageRollupStoreHelper {
|
|
|
78
81
|
private getStartNodePromise;
|
|
79
82
|
private ensureValidCalendarDateProp;
|
|
80
83
|
private generateCalendarFilter;
|
|
84
|
+
parseCustomDateFilter(value: PageRollupDatePropertyFilterCustomValue): Date;
|
|
81
85
|
generateFilters(settings: PageRollupBlockSettings, filters?: Array<PageRollupPropertyFilter>): Array<QueryFilter>;
|
|
82
86
|
private isProcessProperty;
|
|
83
87
|
private getProcessFilters;
|
|
@@ -154,6 +158,7 @@ export declare class PageRollupStoreHelper {
|
|
|
154
158
|
setDestroyedPageRollups(pageRollupQueryId: string): void;
|
|
155
159
|
getBatchQueriesData(batchQueries: Array<BatchQueryPages>, queryWithPageTypes: Array<string>): Promise<BatchQueryPagesResult>;
|
|
156
160
|
needToLoadPageTypeInView(settings: PageRollupBlockSettings, internalNames: Array<string>): boolean;
|
|
161
|
+
parseCustomDateFilter(value: PageRollupDatePropertyFilterCustomValue): Date;
|
|
157
162
|
}
|
|
158
163
|
export declare class FilterManager {
|
|
159
164
|
private static targetingPropertyStore;
|
|
@@ -16,6 +16,7 @@ export declare class BreadcrumbStore extends Store {
|
|
|
16
16
|
*/
|
|
17
17
|
mutations: {
|
|
18
18
|
updateExtendedNodes: import("@omnia/fx/stores").StoreMutation<(nodes: Array<BreadcrumbExtendedNode>) => void, (nodes: BreadcrumbExtendedNode[]) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
|
19
|
+
currentNodeCallback: import("@omnia/fx/stores").StoreMutation<(node: NavigationNode<NavigationData>) => void, (node: NavigationNode<NavigationData>) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
|
19
20
|
};
|
|
20
21
|
actions: {};
|
|
21
22
|
private getDefaultRoute;
|
|
@@ -5,10 +5,10 @@ import { MultilingualStore, Store } from "@omnia/fx/stores";
|
|
|
5
5
|
import { PublishingChannel, PageId, PublishingChannelPage } from "../models";
|
|
6
6
|
import { PublishingChannelId, ChannelPage } from "../models";
|
|
7
7
|
import { TopicsActivityStore } from "./TopicsActivityStore";
|
|
8
|
-
interface ChannelIdtoChannelMap {
|
|
8
|
+
export interface ChannelIdtoChannelMap {
|
|
9
9
|
[channelId: number]: PublishingChannel;
|
|
10
10
|
}
|
|
11
|
-
interface ChannelPageGroupMapping {
|
|
11
|
+
export interface ChannelPageGroupMapping {
|
|
12
12
|
[channelId: number]: Array<number>;
|
|
13
13
|
}
|
|
14
14
|
export declare class ChannelManagementStore extends Store {
|
|
@@ -91,4 +91,3 @@ export declare class ChannelManagementStore extends Store {
|
|
|
91
91
|
private mappingPublishingChannels;
|
|
92
92
|
private addOrUpdateUserPermissions;
|
|
93
93
|
}
|
|
94
|
-
export {};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Guid, GuidValue } from "@omnia/fx-models";
|
|
2
|
+
import { PageId } from "../models";
|
|
3
|
+
export declare const mediaPickerStorageProviderWCMChannelAdminContext: () => {
|
|
4
|
+
omniaServiceId: Guid;
|
|
5
|
+
storageProviderContextId: Guid;
|
|
6
|
+
};
|
|
7
|
+
export declare const mediaPickerStorageProviderPageContext: (param1: PageId) => {
|
|
8
|
+
omniaServiceId: Guid;
|
|
9
|
+
storageProviderContextId: Guid;
|
|
10
|
+
pageId: PageId;
|
|
11
|
+
};
|
|
12
|
+
export declare const mediaPickerStorageProviderPageCreationContext: (param1: PageId, param2: GuidValue) => {
|
|
13
|
+
omniaServiceId: Guid;
|
|
14
|
+
storageProviderContextId: Guid;
|
|
15
|
+
parentPageId: PageId;
|
|
16
|
+
publishingAppId: GuidValue;
|
|
17
|
+
};
|
|
18
|
+
export declare const mediaPickerStorageProviderPageReadContext: (param1: PageId) => {
|
|
19
|
+
omniaServiceId: Guid;
|
|
20
|
+
storageProviderContextId: Guid;
|
|
21
|
+
pageId: PageId;
|
|
22
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare function useWcmIcons(): {
|
|
2
|
+
icon: {
|
|
3
|
+
createPageType: import("@omnia/fx-models").FontAwesomeIcon;
|
|
4
|
+
createPageCollection: import("@omnia/fx-models").FontAwesomeIcon;
|
|
5
|
+
createPage: import("@omnia/fx-models").FontAwesomeIcon;
|
|
6
|
+
pageType: import("@omnia/fx-models").FontAwesomeIcon;
|
|
7
|
+
pageCollection: import("@omnia/fx-models").FontAwesomeIcon;
|
|
8
|
+
page: import("@omnia/fx-models").FontAwesomeIcon;
|
|
9
|
+
information: import("@omnia/fx-models").FontAwesomeIcon;
|
|
10
|
+
alignLeft: import("@omnia/fx-models").FontAwesomeIcon;
|
|
11
|
+
alignRight: import("@omnia/fx-models").FontAwesomeIcon;
|
|
12
|
+
alignCenter: import("@omnia/fx-models").FontAwesomeIcon;
|
|
13
|
+
userNinja: import("@omnia/fx-models").FontAwesomeIcon;
|
|
14
|
+
painBrush: import("@omnia/fx-models").FontAwesomeIcon;
|
|
15
|
+
slider: import("@omnia/fx-models").FontAwesomeIcon;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./UseWcmIcons";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"wc":{"namespace":"owcm","mappings":{"WcmDashboardMetric-401Detail":"wcm-dashboard-metric-401-detail","WcmDashboardMetric-401Indicator":"wcm-dashboard-metric-401-indicator","WcmDashboardMetric-404Detail":"wcm-dashboard-metric-404-detail","WcmDashboardMetric-404Indicator":"wcm-dashboard-metric-404-indicator","OwcmOmniaSearchLogging":"owcm-omnia-search-logging","WcmPageNavigation":"wcm-page-navigation","WcmPageNavigationSettings":"wcm-page-navigation-settings","WcmGovernanceAdminDashboardMenuJourney":"wcm-governance-admin-dashboard-menu-journey","WcmGovernanceAdminDashboardUnderusedcontentJourney":"wcm-governance-admin-dashboard-underusedcontent-journey","WcmGovernanceAdminDashboardActiveuserJourney":"wcm-governance-admin-dashboard-activeuser-journey","WcmGovernanceAdminDashboardUserpropertyJourney":"wcm-governance-admin-dashboard-userproperty-journey","WcmAdminQueryproperties":"wcm-admin-queryproperties","OwcmPageRollup":"owcm-page-rollup","OwcmPublishingappFilterengineRenderer":"owcm-publishingapp-filterengine-renderer","OwcmFilterengineSelectionsareaPublishingapp":"owcm-filterengine-selectionsarea-publishingapp","OwcmPublishingappFilterenginePropertysettings":"owcm-publishingapp-filterengine-propertysettings","OwcmPublishingappFilterengineDefaultvalueInput":"owcm-publishingapp-filterengine-defaultvalue-input","OwcmPagetypeFilterengineRenderer":"owcm-pagetype-filterengine-renderer","OwcmFilterengineSelectionsareaPagetype":"owcm-filterengine-selectionsarea-pagetype","OwcmPagetypeFilterenginePropertysettings":"owcm-pagetype-filterengine-propertysettings","OwcmPagetypeFilterengineDefaultvalueInput":"owcm-pagetype-filterengine-defaultvalue-input","OwcmChannelFilterengineRenderer":"owcm-channel-filterengine-renderer","OwcmFilterengineSelectionsareaChannel":"owcm-filterengine-selectionsarea-channel","OwcmChannelFilterenginePropertysettings":"owcm-channel-filterengine-propertysettings","OwcmChannelFilterengineDefaultvalueInput":"owcm-channel-filterengine-defaultvalue-input","WcmAdminReindexcontentOmniasearchBlade":"wcm-admin-reindexcontent-omniasearch-blade","OwcmPageRollupMetricDetail":"owcm-page-rollup-metric-detail","OwcmPageRollupRenderer":"owcm-page-rollup-renderer","WcmPropertiesPagecollectionDisplay":"wcm-properties-pagecollection-display","WcmPropertiesPagecollectionEditor":"wcm-properties-pagecollection-editor","WcmPropertiesPagetypeDisplay":"wcm-properties-pagetype-display","WcmPropertiesPagetypeEditor":"wcm-properties-pagetype-editor","WcmPropertiesPublishingappDisplay":"wcm-properties-publishingapp-display","WcmPropertiesPublishingappEditor":"wcm-properties-publishingapp-editor","WcmLinkNavigationForm":"wcm-link-navigation-form","OwcmAppmanagementSetup":"owcm-appmanagement-setup","OwcmAttachSiteButton":"owcm-attach-site-button","OwcmAppEditing":"owcm-app-editing","OmxEmSystemAccount":"omx-em-system-account"}}}
|
|
1
|
+
{"wc":{"namespace":"owcm","mappings":{"WcmButtonlink":"wcm-buttonlink","WcmButtonlinkSettings":"wcm-buttonlink-settings","WcmBreadcrumb":"wcm-breadcrumb","WcmBreadcrumbSettings":"wcm-breadcrumb-settings","WcmDashboardMetric-401Detail":"wcm-dashboard-metric-401-detail","WcmDashboardMetric-401Indicator":"wcm-dashboard-metric-401-indicator","WcmDashboardMetric-404Detail":"wcm-dashboard-metric-404-detail","WcmDashboardMetric-404Indicator":"wcm-dashboard-metric-404-indicator","WcmMedia":"wcm-media","WcmMediaBlockSettings":"wcm-media-block-settings","OwcmOmniaSearchLogging":"owcm-omnia-search-logging","WcmPageNavigation":"wcm-page-navigation","WcmPageNavigationSettings":"wcm-page-navigation-settings","WcmVariationPicker":"wcm-variation-picker","WcmLinkbuttonSettings":"wcm-linkbutton-settings","WcmLinkbuttonView":"wcm-linkbutton-view","OwcmPageFeedbackActionDialog":"owcm-page-feedback-action-dialog","WcmGovernanceAdminDashboardMenuJourney":"wcm-governance-admin-dashboard-menu-journey","WcmGovernanceAdminDashboardUnderusedcontentJourney":"wcm-governance-admin-dashboard-underusedcontent-journey","WcmGovernanceAdminDashboardActiveuserJourney":"wcm-governance-admin-dashboard-activeuser-journey","WcmGovernanceAdminDashboardUserpropertyJourney":"wcm-governance-admin-dashboard-userproperty-journey","WcmAdminQueryproperties":"wcm-admin-queryproperties","OwcmChannelsCardview":"owcm-channels-cardview","OwcmPageRollup":"owcm-page-rollup","OwcmPublishingappFilterengineRenderer":"owcm-publishingapp-filterengine-renderer","OwcmFilterengineSelectionsareaPublishingapp":"owcm-filterengine-selectionsarea-publishingapp","OwcmPublishingappFilterenginePropertysettings":"owcm-publishingapp-filterengine-propertysettings","OwcmPublishingappFilterengineDefaultvalueInput":"owcm-publishingapp-filterengine-defaultvalue-input","OwcmPagetypeFilterengineRenderer":"owcm-pagetype-filterengine-renderer","OwcmFilterengineSelectionsareaPagetype":"owcm-filterengine-selectionsarea-pagetype","OwcmPagetypeFilterenginePropertysettings":"owcm-pagetype-filterengine-propertysettings","OwcmPagetypeFilterengineDefaultvalueInput":"owcm-pagetype-filterengine-defaultvalue-input","OwcmChannelFilterengineRenderer":"owcm-channel-filterengine-renderer","OwcmFilterengineSelectionsareaChannel":"owcm-filterengine-selectionsarea-channel","OwcmChannelFilterenginePropertysettings":"owcm-channel-filterengine-propertysettings","OwcmChannelFilterengineDefaultvalueInput":"owcm-channel-filterengine-defaultvalue-input","WcmAdminReindexcontentOmniasearchBlade":"wcm-admin-reindexcontent-omniasearch-blade","WcmLinkPage":"wcm-link-page","WcmLinkPageItem":"wcm-link-page-item","WcmSelectedPageItem":"wcm-selected-page-item","WcmCalendarviewLocationselectorDialog":"wcm-calendarview-locationselector-dialog","OwcmPickedPagesDialog":"owcm-picked-pages-dialog","OwcmPageRollupMetricDetail":"owcm-page-rollup-metric-detail","OwcmPageRollupRenderer":"owcm-page-rollup-renderer","WcmPropertiesPagecollectionDisplay":"wcm-properties-pagecollection-display","WcmPropertiesPagecollectionEditor":"wcm-properties-pagecollection-editor","WcmPropertiesPagetypeDisplay":"wcm-properties-pagetype-display","WcmPropertiesPagetypeEditor":"wcm-properties-pagetype-editor","WcmPropertiesPublishingappDisplay":"wcm-properties-publishingapp-display","WcmPropertiesPublishingappEditor":"wcm-properties-publishingapp-editor","WcmApprovalHistory":"wcm-approval-history","WcmBackgroundselector":"wcm-backgroundselector","OwcmCreatepage":"owcm-createpage","WcmCurrentNavigation":"wcm-current-navigation","WcmCurrentNavigationSettings":"wcm-current-navigation-settings","OwcmEditor":"owcm-editor","WcmInviteCoauthors":"wcm-invite-coauthors","WcmLinkNavigationForm":"wcm-link-navigation-form","WcmProfileMegaMenu":"wcm-profile-mega-menu","WcmProfileMegaMenuSettings":"wcm-profile-mega-menu-settings","WcmBlockMegaMenu":"wcm-block-mega-menu","WcmBlockMegaMenuSettings":"wcm-block-mega-menu-settings","OwcmPagerenderer":"owcm-pagerenderer","OwcmAppmanagementSetup":"owcm-appmanagement-setup","OwcmAttachSiteButton":"owcm-attach-site-button","OwcmAppEditing":"owcm-app-editing","OwcmEditorActiontoolbarVariationselector":"owcm-editor-actiontoolbar-variationselector","WcmCheckedoutMessageViewer":"wcm-checkedout-message-viewer","OwcmPageChannelEditor":"owcm-page-channel-editor","OwcmEditorAppsettingsGeneral":"owcm-editor-appsettings-general","OwcmEditorAppsettingsAdvanced":"owcm-editor-appsettings-advanced","OwcmEditorAppsettingsPermission":"owcm-editor-appsettings-permission","OwcmEditorAppsettingsAuthenticationOptions":"owcm-editor-appsettings-authentication-options","OwcmEditorAppsettingsVariation":"owcm-editor-appsettings-variation","OwcmEditorAppsettingsStatisticprovider":"owcm-editor-appsettings-statisticprovider","OwcmEditorAppsettingsGamification":"owcm-editor-appsettings-gamification","OwcmEditorAppsettingsArchive":"owcm-editor-appsettings-archive","OwcmEditorPagecollectionsettings":"owcm-editor-pagecollectionsettings","WcmMegaMenuDefaultNavigation":"wcm-mega-menu-default-navigation","WcmMegaMenuSettings":"wcm-mega-menu-settings","OwcmAppLayoutRenderer":"owcm-app-layout-renderer","WcmAppAdminAppsettingsAdvanced":"wcm-app-admin-appsettings-advanced","WcmAppAdminAppsettingsPermission":"wcm-app-admin-appsettings-permission","WcmAppAdminAppsettingsGamification":"wcm-app-admin-appsettings-gamification","WcmAppAdminAppsettingsStatistic":"wcm-app-admin-appsettings-statistic","WcmAdminPagecollectionsettings":"wcm-admin-pagecollectionsettings","OmxEmSystemAccount":"omx-em-system-account","WcmPageChangepagetype":"wcm-page-changepagetype","WcmStatisticsPerPage":"wcm-statistics-per-page","WcmPageVersions":"wcm-page-versions"}}}
|
package/package.json
CHANGED
package/internal-do-not-import-from-here/fx/models/mediapicker/MediaPickerProviderContext.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { GuidValue, MediaPickerStorageProviderContext } from "@omnia/fx-models";
|
|
2
|
-
declare abstract class MediaPickerProviderStorageWCMContext extends MediaPickerStorageProviderContext {
|
|
3
|
-
readonly omniaServiceId: GuidValue;
|
|
4
|
-
}
|
|
5
|
-
export declare class MediaPickerStorageProviderWCMChannelAdminContext extends MediaPickerProviderStorageWCMContext {
|
|
6
|
-
readonly storageProviderContextId: GuidValue;
|
|
7
|
-
/**
|
|
8
|
-
*
|
|
9
|
-
* @param businessProfileId Null for tenant level
|
|
10
|
-
*/
|
|
11
|
-
constructor();
|
|
12
|
-
}
|
|
13
|
-
export {};
|
package/internal-do-not-import-from-here/fx/models/mediapicker/MediaPickerProviderContext.js
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MediaPickerStorageProviderWCMChannelAdminContext = void 0;
|
|
4
|
-
const fx_models_1 = require("@omnia/fx-models");
|
|
5
|
-
const ManifestIds_1 = require("../ManifestIds");
|
|
6
|
-
class MediaPickerProviderStorageWCMContext extends fx_models_1.MediaPickerStorageProviderContext {
|
|
7
|
-
constructor() {
|
|
8
|
-
super(...arguments);
|
|
9
|
-
this.omniaServiceId = ManifestIds_1.WcmService.Id;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
class MediaPickerStorageProviderWCMChannelAdminContext extends MediaPickerProviderStorageWCMContext {
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @param businessProfileId Null for tenant level
|
|
16
|
-
*/
|
|
17
|
-
constructor() {
|
|
18
|
-
super();
|
|
19
|
-
this.storageProviderContextId = new fx_models_1.Guid("1de38673-a37d-4a0f-8e31-ae7934163a31");
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
exports.MediaPickerStorageProviderWCMChannelAdminContext = MediaPickerStorageProviderWCMChannelAdminContext;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { GuidValue, MediaPickerStorageProviderContext } from "@omnia/fx-models";
|
|
2
|
-
import { PageId } from "../pages";
|
|
3
|
-
export declare class MediaPickerStorageProviderPageContext implements MediaPickerStorageProviderContext {
|
|
4
|
-
readonly omniaServiceId: GuidValue;
|
|
5
|
-
readonly storageProviderContextId: GuidValue;
|
|
6
|
-
readonly pageId: PageId;
|
|
7
|
-
constructor(pageId: PageId);
|
|
8
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MediaPickerStorageProviderPageContext = void 0;
|
|
4
|
-
const fx_models_1 = require("@omnia/fx-models");
|
|
5
|
-
const ManifestIds_1 = require("../ManifestIds");
|
|
6
|
-
class MediaPickerStorageProviderPageContext {
|
|
7
|
-
constructor(pageId) {
|
|
8
|
-
this.omniaServiceId = ManifestIds_1.WcmService.Id;
|
|
9
|
-
this.storageProviderContextId = new fx_models_1.Guid("d4068218-75b6-4dab-beb0-a96b0b33984d");
|
|
10
|
-
this.pageId = pageId;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
exports.MediaPickerStorageProviderPageContext = MediaPickerStorageProviderPageContext;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { GuidValue, MediaPickerStorageProviderContext } from "@omnia/fx-models";
|
|
2
|
-
import { PageId } from "../pages";
|
|
3
|
-
export declare class MediaPickerStorageProviderPageCreationContext implements MediaPickerStorageProviderContext {
|
|
4
|
-
readonly omniaServiceId: GuidValue;
|
|
5
|
-
readonly storageProviderContextId: GuidValue;
|
|
6
|
-
readonly parentPageId: PageId;
|
|
7
|
-
readonly publishingAppId: GuidValue;
|
|
8
|
-
constructor(parentPageId: PageId, publishingAppId: GuidValue);
|
|
9
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MediaPickerStorageProviderPageCreationContext = void 0;
|
|
4
|
-
const fx_models_1 = require("@omnia/fx-models");
|
|
5
|
-
const ManifestIds_1 = require("../ManifestIds");
|
|
6
|
-
class MediaPickerStorageProviderPageCreationContext {
|
|
7
|
-
constructor(parentPageId, publishingAppId) {
|
|
8
|
-
this.omniaServiceId = ManifestIds_1.WcmService.Id;
|
|
9
|
-
this.storageProviderContextId = new fx_models_1.Guid("e4b9ba10-478d-419c-9fc0-fed4b69ce883");
|
|
10
|
-
this.parentPageId = parentPageId;
|
|
11
|
-
this.publishingAppId = publishingAppId;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
exports.MediaPickerStorageProviderPageCreationContext = MediaPickerStorageProviderPageCreationContext;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { GuidValue, MediaPickerStorageProviderContext } from "@omnia/fx-models";
|
|
2
|
-
import { PageId } from "../pages";
|
|
3
|
-
export declare class MediaPickerStorageProviderPageReadContext implements MediaPickerStorageProviderContext {
|
|
4
|
-
readonly omniaServiceId: GuidValue;
|
|
5
|
-
readonly storageProviderContextId: GuidValue;
|
|
6
|
-
readonly pageId: PageId;
|
|
7
|
-
constructor(pageId: PageId);
|
|
8
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MediaPickerStorageProviderPageReadContext = void 0;
|
|
4
|
-
const fx_models_1 = require("@omnia/fx-models");
|
|
5
|
-
const ManifestIds_1 = require("../ManifestIds");
|
|
6
|
-
class MediaPickerStorageProviderPageReadContext {
|
|
7
|
-
constructor(pageId) {
|
|
8
|
-
this.omniaServiceId = ManifestIds_1.WcmService.Id;
|
|
9
|
-
this.storageProviderContextId = new fx_models_1.Guid("b01196aa-3d29-4782-9887-4f2477e0560c");
|
|
10
|
-
this.pageId = pageId;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
exports.MediaPickerStorageProviderPageReadContext = MediaPickerStorageProviderPageReadContext;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./MediaPickerStorageProviderPageContext"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./MediaPickerStorageProviderPageReadContext"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./MediaPickerStorageProviderPageCreationContext"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./MediaPickerProviderContext"), exports);
|