@omnia/fx 7.9.9 → 7.9.10
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/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/IBlockTitle.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/MediaflowMedia.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +2 -0
- package/package.json +2 -2
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ export declare class BlockTitleComponent extends VueComponentBase implements IWe
|
|
|
10
10
|
settingsKey: any;
|
|
11
11
|
alternativeContent?: JSX.Element;
|
|
12
12
|
wrapWithHeaderLevel?: (headerElement: JSX.Element) => JSX.Element;
|
|
13
|
+
contentClass?: string;
|
|
13
14
|
multilingualStore: MultilingualStore;
|
|
14
15
|
blockTitleSettingsStore: BlockTitleSettingsStore;
|
|
15
16
|
blockInstance: BlockInstance;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts
CHANGED
|
@@ -32,6 +32,7 @@ export declare const SharedRendererStyles: {
|
|
|
32
32
|
columnWrapper: string;
|
|
33
33
|
backgroundWrapperImage: string;
|
|
34
34
|
getStyleStringForTitle: (settings: SectionSettings) => string;
|
|
35
|
+
getTitleContentClass: (settings: SectionSettings) => string;
|
|
35
36
|
adjustScrollCompensation: (extra: number) => void;
|
|
36
37
|
getStylesFromSettings: (settings: SectionSettings, useScrollMargingFix: boolean) => string;
|
|
37
38
|
getStylesForSpacingInContainer(sectionSettings: SectionSettings, fullHeight: boolean): string;
|
|
@@ -51,6 +51,7 @@ export declare class CommentLikeTemplate extends VueComponentBase<{}, {}, {}> im
|
|
|
51
51
|
private isValidComment;
|
|
52
52
|
private deleteDialogModel;
|
|
53
53
|
private useAccessibilityFeatures;
|
|
54
|
+
private validateEnabledOnContentChanged;
|
|
54
55
|
private get isAdd();
|
|
55
56
|
private get isReply();
|
|
56
57
|
private get isMobile();
|
|
@@ -76,6 +77,7 @@ export declare class CommentLikeTemplate extends VueComponentBase<{}, {}, {}> im
|
|
|
76
77
|
private saveCommentInternal;
|
|
77
78
|
private validateComment;
|
|
78
79
|
onContentUpdate(content: string): void;
|
|
80
|
+
validateOnContentChanged(content: string): void;
|
|
79
81
|
onMentionUpdate(mentionUsers: Array<ResolvedUserIdentity>): void;
|
|
80
82
|
onCommentTextFieldClicked(e: Event): void;
|
|
81
83
|
private renderUserLink;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@omnia/fx",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "7.9.
|
|
4
|
+
"version": "7.9.10",
|
|
5
5
|
"description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
],
|
|
21
21
|
"author": "Omnia Digital Workplace AB",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@omnia/fx-models": "7.9.
|
|
23
|
+
"@omnia/fx-models": "7.9.10",
|
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
|
25
25
|
"broadcast-channel": "4.8.0",
|
|
26
26
|
"dayjs": "1.10.7",
|