@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.
@@ -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;
@@ -4,6 +4,7 @@ export interface IBlockTitleComponent {
4
4
  title?: string;
5
5
  multilingualtitle?: MultilingualString | string;
6
6
  settingsKey: any;
7
+ contentClass?: string;
7
8
  /**
8
9
  * @deprecated Use wrapWithHeaderLevel instead.
9
10
  */
@@ -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;
@@ -16,6 +16,7 @@ export interface MediaFlowImage extends MediaflowInformation {
16
16
  photographer: string;
17
17
  url: string;
18
18
  width: number;
19
+ altText: string;
19
20
  }
20
21
  export interface MediaFlowVideo extends MediaflowInformation {
21
22
  autoPlay: boolean;
@@ -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.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.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",