@omnia/wcm 8.0.10-dev → 8.0.12-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/EditorLocalization.d.ts +9 -0
- package/internal-do-not-import-from-here/core/loc/PageRollupLocalization.d.ts +19 -0
- package/internal-do-not-import-from-here/core/loc/PublishingAppLocalization.d.ts +1 -0
- package/internal-do-not-import-from-here/core/ux/EnterprisePropertyRenderer.d.ts +6 -2
- package/internal-do-not-import-from-here/core/ux/FilterTargetingPropertyValueInput.d.ts +5 -5
- package/internal-do-not-import-from-here/fx/apis/DigitalSignage.d.ts +18 -0
- package/internal-do-not-import-from-here/fx/apis/MediaRollup.d.ts +15 -0
- package/internal-do-not-import-from-here/fx/apis/PageRollup.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/apis/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/helpers/ItemQueryHelper.d.ts +19 -19
- package/internal-do-not-import-from-here/fx/internal/models/OmniaSearch.d.ts +4 -0
- package/internal-do-not-import-from-here/fx/internal/stores/OmniaSearchPageStore.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/Enums.tooling.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/Enums.tooling.js +31 -6
- package/internal-do-not-import-from-here/fx/models/channels/PublishingChannel.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/components/ActionButtonBlock.d.ts +5 -5
- package/internal-do-not-import-from-here/fx/models/components/BreadcrumbBlock.d.ts +2 -1
- package/internal-do-not-import-from-here/fx/models/components/PageCommentLikeBlock.d.ts +4 -2
- package/internal-do-not-import-from-here/fx/models/components/PageRollupBlock.d.ts +39 -31
- package/internal-do-not-import-from-here/fx/models/components/RssReaderBlockData.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/components/index.d.ts +0 -1
- package/internal-do-not-import-from-here/fx/models/components/index.js +0 -1
- package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSignagePageQuerySettings.d.ts +4 -32
- package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSigningHtmlViewRegistration.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/models/fileuploader/FileUploaderProviderContext.d.ts +3 -2
- package/internal-do-not-import-from-here/fx/models/fileuploader/FileUploaderProviderContext.js +2 -1
- package/internal-do-not-import-from-here/fx/models/index.d.ts +2 -0
- package/internal-do-not-import-from-here/fx/models/index.js +2 -0
- package/internal-do-not-import-from-here/fx/models/loc/localize.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupConstants.d.ts +54 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupConstants.js +62 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupItem.d.ts +35 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupItem.js +19 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupProvider.d.ts +13 -0
- package/internal-do-not-import-from-here/fx/models/{components/BannerBlockStyles.js → mediarollup/MediaRollupProvider.js} +0 -2
- package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupQueryResult.d.ts +7 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupQueryResult.js +2 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupRequest.d.ts +9 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupRequest.js +2 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupSettings.d.ts +19 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupSettings.js +2 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupStyles.d.ts +31 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupStyles.js +4 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupView.d.ts +21 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupView.js +2 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/apis/IMediaRollupProviderRegistrationApi.d.ts +4 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/apis/IMediaRollupProviderRegistrationApi.js +2 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/apis/IMediaRollupViewRegistrationApi.d.ts +4 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/apis/IMediaRollupViewRegistrationApi.js +2 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/apis/index.d.ts +2 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/apis/index.js +5 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/index.d.ts +9 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/index.js +12 -0
- package/internal-do-not-import-from-here/fx/models/pagequery/CardViewSettings.d.ts +3 -2
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupEnums.d.ts +2 -1
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupEnums.js +1 -0
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupPropertyPicker.d.ts +12 -0
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupPropertyPicker.js +2 -0
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupRegistrationView.d.ts +7 -0
- package/internal-do-not-import-from-here/fx/models/pagequery/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/pagequery/index.js +1 -0
- package/internal-do-not-import-from-here/fx/models/pages/PageCollectionData.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/pages/PageFile.d.ts +3 -1
- package/internal-do-not-import-from-here/fx/models/pages/PageFile.js +2 -1
- package/internal-do-not-import-from-here/fx/models/pages/VersionInformation.d.ts +6 -0
- package/internal-do-not-import-from-here/fx/models/query/ItemQuery.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/models/query/index.d.ts +0 -1
- package/internal-do-not-import-from-here/fx/models/query/index.js +0 -1
- package/internal-do-not-import-from-here/fx/models/seo/PageMetaTag.d.ts +7 -4
- package/internal-do-not-import-from-here/fx/models/seo/PageMetaTag.js +4 -4
- package/internal-do-not-import-from-here/fx/models/welcomeblock/WelcomeBlockSettings.d.ts +21 -0
- package/internal-do-not-import-from-here/fx/models/welcomeblock/WelcomeBlockSettings.js +2 -0
- package/internal-do-not-import-from-here/fx/models/welcomeblock/WelcomeBlockStyles.d.ts +26 -0
- package/internal-do-not-import-from-here/fx/models/welcomeblock/WelcomeBlockStyles.js +18 -0
- package/internal-do-not-import-from-here/fx/models/welcomeblock/index.d.ts +3 -0
- package/internal-do-not-import-from-here/fx/models/welcomeblock/index.js +6 -0
- package/internal-do-not-import-from-here/fx/models/welcomeblock/message/IWelcomeMessage.d.ts +55 -0
- package/internal-do-not-import-from-here/fx/models/welcomeblock/message/IWelcomeMessage.js +19 -0
- package/internal-do-not-import-from-here/fx/pages/VersionEnterpriseProperties.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/pages/VersionPropertyBag.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/routing/WcmRouter.d.ts +0 -1
- package/internal-do-not-import-from-here/fx/services/MediaRollupService.d.ts +9 -0
- package/internal-do-not-import-from-here/fx/services/OmniaSearchPageService.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/services/PageService.d.ts +3 -2
- package/internal-do-not-import-from-here/fx/services/PageStatisticsService.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/services/SeoService.d.ts +10 -2
- package/internal-do-not-import-from-here/fx/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/shared/OmniaSearchQueryUtils.d.ts +8 -0
- package/internal-do-not-import-from-here/fx/shared/PageRollupStoreHelper.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/shared/PageSearchHelper.d.ts +78 -3
- package/internal-do-not-import-from-here/fx/shared/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/stores/ChannelCategoriesStore.d.ts +23 -23
- package/internal-do-not-import-from-here/fx/stores/ChannelManagementStore.d.ts +66 -81
- package/internal-do-not-import-from-here/fx/stores/PageStatisticsStore.d.ts +3 -0
- package/internal-do-not-import-from-here/fx/stores/VariationStore.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/stores/index.d.ts +1 -1
- package/internal-do-not-import-from-here/fx/stores/pagerollup/PageRollupSettingsStore.d.ts +87 -0
- package/internal-do-not-import-from-here/fx/stores/{PageRollupStore.d.ts → pagerollup/PageRollupStore.d.ts} +4 -0
- package/internal-do-not-import-from-here/fx/stores/pagerollup/SettingsMigrations.d.ts +5 -0
- package/internal-do-not-import-from-here/fx/stores/pagerollup/index.d.ts +3 -0
- package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerEditorExtension.d.ts +6 -6
- package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerMenu.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerToolbar.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/ux/use/UseWcmIcons.d.ts +6 -0
- package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/models/publishingapp/PublishingAppSettings.d.ts +4 -0
- package/internal-do-not-import-from-here/tooling.output.json +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +1154 -1
- package/package.json +1 -1
- package/internal-do-not-import-from-here/fx/models/components/BannerBlockStyles.d.ts +0 -38
- package/internal-do-not-import-from-here/fx/models/query/ItemQueryEnums.d.ts +0 -18
- package/internal-do-not-import-from-here/fx/models/query/ItemQueryEnums.js +0 -24
package/package.json
CHANGED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { types } from "typestyle";
|
|
2
|
-
import { Spacing } from "@omnia/fx-models";
|
|
3
|
-
import { ITheming } from "@omnia/fx/ux";
|
|
4
|
-
export declare const BannerBlockStyles: {
|
|
5
|
-
containerWapper?: types.NestedCSSProperties;
|
|
6
|
-
container?: (spacing: Spacing) => types.NestedCSSProperties;
|
|
7
|
-
contentSection?: (bgColor: string, previewMode?: boolean, emptyContent?: boolean) => types.NestedCSSProperties;
|
|
8
|
-
welcomeWrapper?: types.NestedCSSProperties;
|
|
9
|
-
setting?: types.NestedCSSProperties;
|
|
10
|
-
settingTooltip?: types.NestedCSSProperties;
|
|
11
|
-
settingButton?: types.NestedCSSProperties;
|
|
12
|
-
bannerLink?: types.NestedCSSProperties;
|
|
13
|
-
bannerLinkNoCursor?: types.NestedCSSProperties;
|
|
14
|
-
bannerImage?: (previewMode?: boolean, emptyImage?: boolean) => types.NestedCSSProperties;
|
|
15
|
-
bannerEditingContent?: types.NestedCSSProperties;
|
|
16
|
-
imageWapper?: types.NestedCSSProperties;
|
|
17
|
-
contentWrapper?: (spacing: Spacing, contentOnImage?: boolean, emptyImage?: boolean) => types.NestedCSSProperties;
|
|
18
|
-
headlineArea?: (color: string) => types.NestedCSSProperties;
|
|
19
|
-
contentArea?: (color: string, paddingBottom: number) => types.NestedCSSProperties;
|
|
20
|
-
overlay?: (opacity: number) => types.NestedCSSProperties;
|
|
21
|
-
footer?: (bgColor: string, color: string, paddingTop: boolean, spacing: Spacing) => types.NestedCSSProperties;
|
|
22
|
-
reusingContentMsg?: types.NestedCSSProperties;
|
|
23
|
-
dialogContainer?: types.NestedCSSProperties;
|
|
24
|
-
dialogContent?: (theming: ITheming) => types.NestedCSSProperties;
|
|
25
|
-
dialogToolbar?: types.NestedCSSProperties;
|
|
26
|
-
dialogBody?: types.NestedCSSProperties;
|
|
27
|
-
dialogCloseButton?: types.NestedCSSProperties;
|
|
28
|
-
dialogBackButton?: types.NestedCSSProperties;
|
|
29
|
-
dialogMenuItem?: (theme: ITheming, selected: boolean) => types.NestedCSSProperties;
|
|
30
|
-
dialogFooter?: (theme: ITheming) => types.NestedCSSProperties;
|
|
31
|
-
dialogTextEditor?: types.NestedCSSProperties;
|
|
32
|
-
dialogRightContent?: types.NestedCSSProperties;
|
|
33
|
-
navigationDrawer: types.NestedCSSProperties;
|
|
34
|
-
bodyWrapper?: types.NestedCSSProperties;
|
|
35
|
-
wrapperWithoutToolbar?: types.NestedCSSProperties;
|
|
36
|
-
fullHeightWrapper?: types.NestedCSSProperties;
|
|
37
|
-
rightPanelWithoutActionButtons?: types.NestedCSSProperties;
|
|
38
|
-
};
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ItemQueryEnums = void 0;
|
|
4
|
-
var ItemQueryEnums;
|
|
5
|
-
(function (ItemQueryEnums) {
|
|
6
|
-
let FilterLogicalOperator;
|
|
7
|
-
(function (FilterLogicalOperator) {
|
|
8
|
-
FilterLogicalOperator[FilterLogicalOperator["And"] = 1] = "And";
|
|
9
|
-
FilterLogicalOperator[FilterLogicalOperator["Or"] = 2] = "Or";
|
|
10
|
-
})(FilterLogicalOperator = ItemQueryEnums.FilterLogicalOperator || (ItemQueryEnums.FilterLogicalOperator = {}));
|
|
11
|
-
let FilterOperator;
|
|
12
|
-
(function (FilterOperator) {
|
|
13
|
-
FilterOperator[FilterOperator["Eq"] = 1] = "Eq";
|
|
14
|
-
FilterOperator[FilterOperator["Ne"] = 2] = "Ne";
|
|
15
|
-
FilterOperator[FilterOperator["Lt"] = 3] = "Lt";
|
|
16
|
-
FilterOperator[FilterOperator["Gt"] = 4] = "Gt";
|
|
17
|
-
FilterOperator[FilterOperator["Le"] = 5] = "Le";
|
|
18
|
-
FilterOperator[FilterOperator["Ge"] = 6] = "Ge";
|
|
19
|
-
FilterOperator[FilterOperator["In"] = 7] = "In";
|
|
20
|
-
FilterOperator[FilterOperator["Like"] = 8] = "Like";
|
|
21
|
-
FilterOperator[FilterOperator["NotLike"] = 9] = "NotLike";
|
|
22
|
-
FilterOperator[FilterOperator["Ba"] = 10] = "Ba";
|
|
23
|
-
})(FilterOperator = ItemQueryEnums.FilterOperator || (ItemQueryEnums.FilterOperator = {}));
|
|
24
|
-
})(ItemQueryEnums || (exports.ItemQueryEnums = ItemQueryEnums = {}));
|