@omnia/fx 7.10.0-preview.7 → 7.10.0-preview.71

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.
Files changed (65) hide show
  1. package/internal-do-not-import-from-here/core/http/HttpClient.d.ts +2 -2
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  4. package/internal-do-not-import-from-here/services/EnterprisePropertyService.d.ts +2 -0
  5. package/internal-do-not-import-from-here/services/QueryablePropertiesService.d.ts +1 -0
  6. package/internal-do-not-import-from-here/services/index.d.ts +1 -0
  7. package/internal-do-not-import-from-here/services/permissions/PermissionService.d.ts +1 -1
  8. package/internal-do-not-import-from-here/stores/BlockTitleSettingsStore.d.ts +4 -2
  9. package/internal-do-not-import-from-here/stores/EnterprisePropertyStore.d.ts +1 -0
  10. package/internal-do-not-import-from-here/ux/UxModels.d.ts +16 -5
  11. package/internal-do-not-import-from-here/ux/VueTags.d.ts +0 -1
  12. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +8 -2
  13. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +12 -3
  14. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +1 -0
  15. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourneyConstants.d.ts +2 -0
  16. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesSettingsBlade.d.ts +25 -0
  17. package/internal-do-not-import-from-here/ux/analytics/metric/Metric.d.ts +8 -0
  18. package/internal-do-not-import-from-here/ux/blockgallery/store/BlockGalleryStore.d.ts +11 -3
  19. package/internal-do-not-import-from-here/ux/blockgallery/style/General.d.ts +1 -0
  20. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/ActionToolbar.d.ts +1 -0
  21. package/internal-do-not-import-from-here/ux/enterpriseproperties/EnterprisePropertyComponentProps.d.ts +1 -0
  22. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/booleanfield/BooleanFieldEdit.d.ts +1 -0
  23. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/DateTimeFieldEdit.d.ts +1 -0
  24. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/numberfield/NumberFieldEdit.d.ts +1 -0
  25. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/richtextfield/RichTextFieldEdit.d.ts +2 -0
  26. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/TagsPropertyEdit.d.ts +1 -0
  27. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/textfield/TextFieldEdit.d.ts +1 -0
  28. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/loc/localize.d.ts +8 -0
  29. package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineHandler.d.ts +1 -0
  30. package/internal-do-not-import-from-here/ux/headingconfigurations/HeadingConfigurationFactory.d.ts +2 -1
  31. package/internal-do-not-import-from-here/ux/identities/loc/localize.d.ts +1 -0
  32. package/internal-do-not-import-from-here/ux/identitypicker/loc/Localize.d.ts +2 -1
  33. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +3 -0
  34. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +1 -0
  35. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +9 -2
  36. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/IBlockTitle.d.ts +4 -0
  37. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +4 -1
  38. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/BlockCatalogStore.d.ts +13 -1
  39. package/internal-do-not-import-from-here/ux/letteravatar/LetterAvatar.d.ts +1 -0
  40. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/GridViewMediaProviderComponent.d.ts +2 -0
  41. package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.css.d.ts +2 -0
  42. package/internal-do-not-import-from-here/ux/models/enterpriseproperties/PersonFieldDisplayStyles.d.ts +1 -0
  43. package/internal-do-not-import-from-here/ux/organizationtree/OrganizationTree.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/permissioninput/loc/localize.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +1 -0
  46. package/internal-do-not-import-from-here/ux/sitelogoicon/SiteLogoIcon.d.ts +2 -0
  47. package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.css.d.ts +1 -0
  48. package/internal-do-not-import-from-here/ux/vuetify/index.d.ts +0 -1
  49. package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/Context.d.ts +1 -0
  50. package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/manifestIds.d.ts +18 -0
  51. package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangDa.d.ts +1 -0
  52. package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangDe.d.ts +1 -0
  53. package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangEn.d.ts +1 -0
  54. package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangEnUS.d.ts +1 -0
  55. package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangEs.d.ts +1 -0
  56. package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangEt.d.ts +1 -0
  57. package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangFi.d.ts +1 -0
  58. package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangFr.d.ts +1 -0
  59. package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangLt.d.ts +1 -0
  60. package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangLv.d.ts +1 -0
  61. package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangNb.d.ts +1 -0
  62. package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangNl.d.ts +1 -0
  63. package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangPl.d.ts +1 -0
  64. package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangSv.d.ts +1 -0
  65. package/package.json +2 -2
@@ -0,0 +1,25 @@
1
+ import { VueComponentBase } from "../..";
2
+ import { JourneyInstance } from "@omnia/fx-models";
3
+ import { EnterprisePropertyDefinitionViewModel } from "./QueryablePropertiesHomeBlade";
4
+ export interface SettingPropertyBladeProps {
5
+ properties: EnterprisePropertyDefinitionViewModel[];
6
+ journeyInstance: JourneyInstance;
7
+ saveProperties: (properties: EnterprisePropertyDefinitionViewModel[]) => Promise<void>;
8
+ showAZFilteringOption?: boolean;
9
+ }
10
+ export declare class SettingBlade extends VueComponentBase<SettingPropertyBladeProps> {
11
+ properties?: EnterprisePropertyDefinitionViewModel[];
12
+ journeyInstance: JourneyInstance;
13
+ showAZFilteringOption?: boolean;
14
+ saveProperties: (properties: EnterprisePropertyDefinitionViewModel[]) => Promise<void>;
15
+ private omniaTheming;
16
+ private localizationService;
17
+ private omniaUxLoc;
18
+ isSaving: boolean;
19
+ private queryablePropertiesClasses;
20
+ private headers;
21
+ created(): void;
22
+ onSave(): void;
23
+ onTravelBack(): void;
24
+ render(): VueTsxSupport.JSX.Element;
25
+ }
@@ -6,6 +6,8 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
6
6
  icon: IIcon;
7
7
  iconColor: string;
8
8
  onClickCallBack: () => void;
9
+ backgroundColor: string;
10
+ textColor: string;
9
11
  }, never>, any, any, any>> & {
10
12
  propsDefinition: import("vue-tsx-support").PropsForOutside<{
11
13
  title: string;
@@ -14,6 +16,8 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
14
16
  icon: IIcon;
15
17
  iconColor: string;
16
18
  onClickCallBack: () => void;
19
+ backgroundColor: string;
20
+ textColor: string;
17
21
  }, never>;
18
22
  }) | (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd") & import("vue").ShallowUnwrapRef<() => VueTsxSupport.JSX.Element>, {}, import("vue-tsx-support").PropsForOutside<{
19
23
  title: string;
@@ -22,6 +26,8 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
22
26
  icon: IIcon;
23
27
  iconColor: string;
24
28
  onClickCallBack: () => void;
29
+ backgroundColor: string;
30
+ textColor: string;
25
31
  }, never>, any, any, any>> & {
26
32
  propsDefinition: import("vue-tsx-support").PropsForOutside<{
27
33
  title: string;
@@ -30,6 +36,8 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
30
36
  icon: IIcon;
31
37
  iconColor: string;
32
38
  onClickCallBack: () => void;
39
+ backgroundColor: string;
40
+ textColor: string;
33
41
  }, never>;
34
42
  });
35
43
  export default _default;
@@ -3,6 +3,8 @@ import { LocalizationService, SettingsService } from "@omnia/fx/services";
3
3
  import { MultilingualStore, Store } from "@omnia/fx/stores";
4
4
  import { OmniaUxLocalization } from "../../UxModels";
5
5
  import { BlockCatalogStore } from "../../layoutcanvas";
6
+ import * as _ from "lodash";
7
+ export { _ };
6
8
  export declare class BlockGalleryStore extends Store {
7
9
  blockCatalogStore: BlockCatalogStore;
8
10
  multilingualStore: MultilingualStore;
@@ -28,6 +30,7 @@ export declare class BlockGalleryStore extends Store {
28
30
  private initSpfxDictionary;
29
31
  private layoutBlockSettingForRender;
30
32
  private dialogLayouts;
33
+ private registeredDialogLayoutProviders;
31
34
  protected onActivated(): Promise<void>;
32
35
  getters: {
33
36
  blocks: () => {
@@ -47,6 +50,7 @@ export declare class BlockGalleryStore extends Store {
47
50
  dialogLayouts: () => BlockDialogLayoutInfo[];
48
51
  getDialogLayoutType: (layoutProvider: string) => string;
49
52
  };
53
+ private isCompatibleWithAuthenticationLayoutOnly;
50
54
  private isBlockValidForLayout;
51
55
  mutations: {
52
56
  addSelectedBlocks: import("@omnia/fx/stores").StoreMutation<(selectedBlockIds: Array<string>) => void, (selectedBlockIds: string[]) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
@@ -68,15 +72,19 @@ export declare class BlockGalleryStore extends Store {
68
72
  actions: {
69
73
  ensureLoadAllBlocksForAdminView: import("@omnia/fx/stores").StoreAction<unknown, (forceReload?: boolean) => void, (result: void, forceReload?: boolean) => void, (failureReason: any, forceReload?: boolean) => void, (forceReload?: boolean) => Promise<void>>;
70
74
  ensureLoadAllBlocksForRender: import("@omnia/fx/stores").StoreAction<unknown, (layoutType: string) => void, (result: void, layoutType: string) => void, (failureReason: any, layoutType: string) => void, (layoutType: string) => Promise<void>>;
71
- getOmniaBlocks: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: void) => void, (failureReason: any) => void, () => Promise<void>>;
72
- getBlockDialogSettings: import("@omnia/fx/stores").StoreAction<unknown, (layoutType: string) => void, (result: void, layoutType: string) => void, (failureReason: any, layoutType: string) => void, (layoutType: string) => Promise<void>>;
73
75
  updateBlockDialogSettings: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: void) => void, (failureReason: any) => void, () => Promise<void>>;
74
76
  addOrUpdateBlockTemplate: import("@omnia/fx/stores").StoreAction<unknown, (blockTemplate: BlockTemplate, isEdit: boolean) => void, (result: void, blockTemplate: BlockTemplate, isEdit: boolean) => void, (failureReason: any, blockTemplate: BlockTemplate, isEdit: boolean) => void, (blockTemplate: BlockTemplate, isEdit: boolean) => Promise<void>>;
75
77
  removeBlockTemplate: import("@omnia/fx/stores").StoreAction<unknown, (blockTemplateId: number) => void, (result: boolean, blockTemplateId: number) => void, (failureReason: any, blockTemplateId: number) => void, (blockTemplateId: number) => Promise<boolean>>;
76
78
  ensureGeneralSetting: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: BlockGalleryGeneralSetting) => void, (failureReason: any) => void, () => Promise<BlockGalleryGeneralSetting>>;
77
79
  };
80
+ private ensureOmniaBlocks;
81
+ private loadBlockDialogSettings;
82
+ private ensureDefaultBlocksIfDialogLayoutIsEmpty;
83
+ private getIdOfLayoutItemRegistrationBlock;
84
+ private insertDefaultHeader;
85
+ private insertDefaultBlocks;
78
86
  private ensureSpfxBlockDictionary;
79
- private getBlockTemplateViews;
87
+ private loadBlockTemplateViews;
80
88
  private getLayoutBlockSettingKey;
81
89
  private loadConfiguredBlockTemplates;
82
90
  private getBlockTemplateIdFromGalleryItem;
@@ -1,3 +1,4 @@
1
1
  export declare const blockGalleryStyle: {
2
2
  listPrependIcon: string;
3
+ searchField: string;
3
4
  };
@@ -23,6 +23,7 @@ export declare class ActionToolbar extends VueComponentBase<IActionToolbar> {
23
23
  private onActionButtonClick;
24
24
  private createActionButtons;
25
25
  private createButton;
26
+ private createButtonWithSecurityTrimer;
26
27
  private createDefaultButton;
27
28
  private createGroupButtons;
28
29
  private createButtonGroup;
@@ -5,6 +5,7 @@ export interface EnterprisePropertyComponentProps {
5
5
  }
6
6
  export interface EnterprisePropertyEditProps<TSettings extends EnterprisePropertyItemSettings = EnterprisePropertyItemSettings> extends EnterprisePropertyComponentProps {
7
7
  disabled: boolean;
8
+ disableAutofocus?: boolean;
8
9
  hideDetails?: boolean;
9
10
  dark?: boolean;
10
11
  required?: boolean;
@@ -4,6 +4,7 @@ import { EnterprisePropertyDefinition, EnterprisePropertyBooleanItemSettings } f
4
4
  import { VueComponentBase } from "../../../VueComponentBase";
5
5
  import { MultilingualStore } from "../../../../stores";
6
6
  export declare class BooleanFieldEdit extends VueComponentBase implements IWebComponentInstance, IBooleanFieldEdit {
7
+ private loc;
7
8
  valueBind: {
8
9
  [propertyInternalName: string]: boolean;
9
10
  };
@@ -4,6 +4,7 @@ import { EnterprisePropertyDefinition, EnterprisePropertyDateTimeItemSettings }
4
4
  import { VueComponentBase } from "../../../VueComponentBase";
5
5
  import { MultilingualStore } from "../../../../stores";
6
6
  export declare class DateTimeFieldEdit extends VueComponentBase implements IWebComponentInstance, IDateTimeFieldEdit {
7
+ private loc;
7
8
  valueBind: {
8
9
  [propertyInternalName: string]: string;
9
10
  };
@@ -14,6 +14,7 @@ export declare class NumberFieldEdit extends VueComponentBase implements IWebCom
14
14
  settings: EnterprisePropertyNumberItemSettings;
15
15
  isRequired: boolean;
16
16
  multilingualStore: MultilingualStore;
17
+ private loc;
17
18
  mounted(): void;
18
19
  created(): void;
19
20
  beforeDestroy(): void;
@@ -15,7 +15,9 @@ export declare class RichTextFieldEdit extends VueComponentBase implements IWebC
15
15
  box?: boolean;
16
16
  settings: EnterprisePropertyRichTextItemSettings;
17
17
  queryable?: boolean;
18
+ disableAutofocus?: boolean;
18
19
  private loc;
20
+ private pickerLoc;
19
21
  private mediaPickerService;
20
22
  multilingualStore: MultilingualStore;
21
23
  isRequired: boolean;
@@ -17,6 +17,7 @@ export declare class TagsPropertyEditComponent extends VueComponentBase implemen
17
17
  multilingualStore: MultilingualStore;
18
18
  promotedTagStore: PromotedTagStore;
19
19
  private uxLoc;
20
+ private loc;
20
21
  tags: Tag[];
21
22
  selectedItem: Array<Tag> | Tag;
22
23
  isSearching: boolean;
@@ -16,6 +16,7 @@ export declare class TextFieldEdit extends VueComponentBase<{
16
16
  filled?: boolean;
17
17
  settings: EnterprisePropertyTextItemSettings;
18
18
  multilingualStore: MultilingualStore;
19
+ private loc;
19
20
  isRequired: boolean;
20
21
  errorMessages: Array<string>;
21
22
  isError: boolean;
@@ -1,5 +1,13 @@
1
1
  export declare module EnterprisePropertiesPickerLocalization {
2
2
  const namespace = "Omnia.Ux.EnterprisePropertiesPicker";
3
3
  interface locInterface {
4
+ Picker: {
5
+ DateTimeFieldPicker: string;
6
+ TagsFieldPicker: string;
7
+ BooleanFieldPicker: string;
8
+ TextFieldPicker: string;
9
+ RichTextFieldPicker: string;
10
+ NumberFieldPicker: string;
11
+ };
4
12
  }
5
13
  }
@@ -6,6 +6,7 @@ export declare class FilterEngineHandler extends Store {
6
6
  private sidePanelContext;
7
7
  private enterprisePropertyStore;
8
8
  private serviceContainerContext;
9
+ private enterprisePropertyService;
9
10
  private multilingualStore;
10
11
  private localizationService;
11
12
  private uxLoc;
@@ -1,7 +1,8 @@
1
- import { HeadingConfiguration, HeadingStyleConfiguration } from "@omnia/fx-models";
1
+ import { HeadingConfiguration, HeadingStyleConfiguration, HeaderLevel } from "@omnia/fx-models";
2
2
  export declare const HeadingConfigurationFactory: {
3
3
  create(): Array<HeadingConfiguration>;
4
4
  createInitial(): HeadingConfiguration;
5
5
  createDefaultHeadingStyle(): HeadingStyleConfiguration;
6
6
  getHeadingStyle(heading: HeadingConfiguration, useImportant?: boolean): any;
7
+ getHeaderLevels(): Array<HeaderLevel>;
7
8
  };
@@ -43,5 +43,6 @@ export declare module IdentitiesLocalization {
43
43
  SharePointAllInternalExceptExternal: string;
44
44
  };
45
45
  System: string;
46
+ ExtraUserPropertiesFeatureRequiredMessage: string;
46
47
  }
47
48
  }
@@ -11,7 +11,8 @@ export declare module IdentityPickerLocalization {
11
11
  CurrentUser: string;
12
12
  };
13
13
  RemoveUser: string;
14
- PeolePicker: string;
14
+ PeoplePicker: string;
15
+ SelectedUser: string;
15
16
  FindUser: string;
16
17
  FindGroup: string;
17
18
  FindUserOrGroup: string;
@@ -9,13 +9,16 @@ export default class HeaderItem extends VueComponentBase {
9
9
  blockInstance: BlockInstance;
10
10
  private omniaUxLoc;
11
11
  spfxSettingsService: OmniaSpfxSettingsProvider;
12
+ private localizationService;
12
13
  private item;
13
14
  private settings;
14
15
  private model;
16
+ private headerLevels;
15
17
  mounted(): void;
16
18
  created(): void;
17
19
  private headerValueChanged;
18
20
  private onIconValueChanged;
21
+ private onHeaderLevelValueChanged;
19
22
  private updateSpfxSettings;
20
23
  render(): VueTsxSupport.JSX.Element;
21
24
  }
@@ -7,4 +7,5 @@ export declare const BlockTitleStyles: {
7
7
  iconWrapperButton: (settings: BlockTitleIconSettings) => string;
8
8
  iconInButton: (settings: BlockTitleIconSettings, theming: ITheming) => string;
9
9
  wrapper: (settings: BlockTitleSettings, textAlignment: TextAlignment, theming: ITheming) => string;
10
+ headingWrapper: (theming: ITheming, settings: BlockTitleSettings) => string;
10
11
  };
@@ -1,6 +1,6 @@
1
1
  import { VueComponentBase } from "../../../..";
2
- import { IWebComponentInstance } from "../../../../..";
3
- import { MultilingualString, TextAlignment } from "../../../../../models";
2
+ import { IWebComponentInstance, OmniaContext } from "../../../../..";
3
+ import { HeaderLevel, MultilingualString, TextAlignment } from "../../../../../models";
4
4
  import { BlockTitleSettingsStore, DirectionRuleStore, MultilingualStore } from "../../../../../stores";
5
5
  import { IBlockTitleComponent } from "./IBlockTitle";
6
6
  import { BlockInstance } from "../../../../BlockInstance";
@@ -9,16 +9,23 @@ export declare class BlockTitleComponent extends VueComponentBase implements IWe
9
9
  multilingualtitle: string | MultilingualString;
10
10
  settingsKey: any;
11
11
  alternativeContent?: JSX.Element;
12
+ wrapWithHeaderLevel?: (headerElement: JSX.Element) => JSX.Element;
12
13
  multilingualStore: MultilingualStore;
13
14
  blockTitleSettingsStore: BlockTitleSettingsStore;
14
15
  blockInstance: BlockInstance;
15
16
  directionStore: DirectionRuleStore;
17
+ omniaContext: OmniaContext;
16
18
  private model;
19
+ private useAccessibilityFeature;
20
+ private textStylesSettings;
21
+ private headerLevels;
17
22
  mounted(): void;
18
23
  onSectionUpdated(): void;
19
24
  getFormatedTitleStringValue(title: string): string;
20
25
  getFormattedTitleString(): string;
21
26
  getTextAlignment(): TextAlignment;
22
27
  renderBlockIcon(title: string): VueTsxSupport.JSX.Element;
28
+ renderTitle(title: string): VueTsxSupport.JSX.Element;
29
+ renderTitleWithHeaderLevel(heading: HeaderLevel, title: string): import("vue").VNode;
23
30
  render(): VueTsxSupport.JSX.Element;
24
31
  }
@@ -4,7 +4,11 @@ export interface IBlockTitleComponent {
4
4
  title?: string;
5
5
  multilingualtitle?: MultilingualString | string;
6
6
  settingsKey: any;
7
+ /**
8
+ * @deprecated Use wrapWithHeaderLevel instead.
9
+ */
7
10
  alternativeContent?: JSX.Element;
11
+ wrapWithHeaderLevel?: (headerElement: JSX.Element) => JSX.Element;
8
12
  }
9
13
  declare global {
10
14
  namespace VueTsxSupport.JSX {
@@ -4,11 +4,13 @@ import { VueComponentBase } from "@omnia/fx/ux";
4
4
  export default class HeaderSectionItem extends VueComponentBase {
5
5
  editorStore: LayoutCanvasStore;
6
6
  private subscriptionHandler;
7
- MultilingualStore: MultilingualStore;
7
+ multilingualStore: MultilingualStore;
8
8
  blockTitleSettingsStore: BlockTitleSettingsStore;
9
+ private localizationService;
9
10
  private omniaUxLoc;
10
11
  private section;
11
12
  private model;
13
+ private headerLevels;
12
14
  mounted(): void;
13
15
  created(): void;
14
16
  /**
@@ -16,6 +18,7 @@ export default class HeaderSectionItem extends VueComponentBase {
16
18
  * */
17
19
  private onSectionChange;
18
20
  private onIconValueChanged;
21
+ private onHeaderLevelValueChanged;
19
22
  private onHeaderValueChanged;
20
23
  render(): VueTsxSupport.JSX.Element;
21
24
  }
@@ -22,7 +22,19 @@ export declare class BlockCatalogStore extends Store {
22
22
  filterBlockRegistrationOnFeatureDependency(blockRegistration: BlockRegistration): boolean;
23
23
  filterBlockRegistrationByBackendRuntimes(blockRegistration: BlockRegistration): boolean;
24
24
  filterBlockRegistrationByClientRuntimes(blockRegistration: BlockRegistration): boolean;
25
- filterBlockRegistrationOnLayoutDependency(blockRegistration: BlockRegistration, provider: string): boolean;
25
+ /**
26
+ * Validate if block is valid for layout provider.
27
+ * @param blockRegistration
28
+ * @param layoutProvider
29
+ * @returns
30
+ */
31
+ filterBlockRegistrationOnLayoutDependency(blockRegistration: BlockRegistration, layoutProvider: string): boolean;
32
+ /**
33
+ * Validate if block is valid for current environment (backend/client runtime) and feature dependencies.
34
+ * @param block
35
+ * @returns
36
+ */
37
+ isBlockValidForEnvironment(block: BlockRegistration): boolean;
26
38
  filterBlockRegistrationByDisableAuth(blockRegistration: BlockRegistration): boolean;
27
39
  /**
28
40
  * Implementation of mutations
@@ -5,6 +5,7 @@ export declare class LetterAvatar extends Vue implements IWebComponentInstance,
5
5
  name: string;
6
6
  size: number;
7
7
  color: string;
8
+ rounded?: boolean;
8
9
  private initals;
9
10
  private backGroundColor;
10
11
  static colors: string[];
@@ -47,6 +47,7 @@ export declare abstract class GridViewMediaProviderComponent extends MultiSelect
47
47
  private noMoreResult;
48
48
  private gridViewStyles;
49
49
  private isLoadingMore;
50
+ private isAppendingMoreItems;
50
51
  constructor();
51
52
  protected selectGridItem(mediaItem: ImageItem | VideoItem): void;
52
53
  protected setAllItems(mediaItems: Array<ImageItem | VideoItem>): void;
@@ -59,6 +60,7 @@ export declare abstract class GridViewMediaProviderComponent extends MultiSelect
59
60
  private onGridViewSearch;
60
61
  private appendGridItems;
61
62
  private onGridViewScroll;
63
+ private hasUnrenderedItems;
62
64
  private renderRetryGetImageInfoDialog;
63
65
  private renderGridViewItemSelection;
64
66
  private closeRetryGetImageInfoDialog;
@@ -1,4 +1,6 @@
1
1
  export declare const MediaPickerVideoStyles: {
2
2
  wrapper: (isDark: boolean) => string;
3
3
  container: string;
4
+ thumbnailContainer: string;
5
+ thumbnailImage: string;
4
6
  };
@@ -3,6 +3,7 @@ export declare const PersonFieldDisplayStyles: {
3
3
  wrapper?: types.NestedCSSProperties;
4
4
  userList?: types.NestedCSSProperties;
5
5
  user?: types.NestedCSSProperties;
6
+ userItem?: types.NestedCSSProperties;
6
7
  linkItem?: (textColor: string, fontSize?: string, disableHoverStyle?: boolean) => types.NestedCSSProperties;
7
8
  smallBadge?: types.NestedCSSProperties;
8
9
  };
@@ -23,7 +23,7 @@ export declare class OrganizationTreeComponent extends VueComponentBase<IOrganiz
23
23
  beforeDestroy(): void;
24
24
  mounted(): void;
25
25
  needToBeRemoved(user: OrgTreeUser): boolean;
26
- removeReporteesAccordingToSettings(users: OrgTreeUser[]): void;
26
+ filterAccordingToSettings(tree: OrgTree): OrgTree;
27
27
  reInitComponent(user: OrgTreeUser): void;
28
28
  initComponent(): void;
29
29
  camelize(str: any): string;
@@ -4,7 +4,7 @@ export declare module PermissionInputLocalization {
4
4
  PermissionMsg: string;
5
5
  TenantAdmin: string;
6
6
  DirectoryReader: string;
7
- BlockTemplateEditor: string;
7
+ BlockGalleryEditor: string;
8
8
  SemanticSearchReader: string;
9
9
  AddTenantAdminByFreeText: {
10
10
  InputLabel: string;
@@ -36,6 +36,7 @@ export declare class ProfileCardComponent extends VueComponentBase<IProfileCard>
36
36
  created(): void;
37
37
  beforeDestroy(): void;
38
38
  hasSlot(): boolean;
39
+ ensureUserObject(): void;
39
40
  mounted(): void;
40
41
  private isUseTheExistingProfileCard;
41
42
  onOpenDialog(): void;
@@ -6,6 +6,8 @@ export declare class SiteLogoIcon extends Vue implements IWebComponentInstance,
6
6
  forceLetterAvatar?: boolean;
7
7
  siteUrl?: string;
8
8
  size?: number;
9
+ rounded?: boolean;
10
+ enableCustomStyle?: boolean;
9
11
  siteStore: SiteStore;
10
12
  private siteLogo;
11
13
  mounted(): void;
@@ -26,4 +26,5 @@ export declare const CommentLikeTemplateStyles: {
26
26
  personWrapper: string;
27
27
  mobileTextArea: string;
28
28
  errorMessage: string;
29
+ searchBoxContrast: (dark: boolean) => string;
29
30
  };
@@ -14,7 +14,6 @@ export { VCardActionsTag as VCardActions } from "../VueTags";
14
14
  export { VCardMediaTag as VCardMedia } from "../VueTags";
15
15
  export { VCardTextTag as VCardText } from "../VueTags";
16
16
  export { VCardTitleTag as VCardTitle } from "../VueTags";
17
- export { VCardSubtitleTag as VCardSubtitle } from "../VueTags";
18
17
  export { VCarouselTag as VCarousel } from "../VueTags";
19
18
  export { VCarouselItemTag as VCarouselItem } from "../VueTags";
20
19
  export { VContentTag as VContent } from "../VueTags";
@@ -0,0 +1,18 @@
1
+ import { Guid } from "@omnia/fx-models";
2
+ export declare const languageManifestIds: {
3
+ en: Guid;
4
+ enus: Guid;
5
+ da: Guid;
6
+ de: Guid;
7
+ es: Guid;
8
+ et: Guid;
9
+ fi: Guid;
10
+ fr: Guid;
11
+ lt: Guid;
12
+ lv: Guid;
13
+ nb: Guid;
14
+ nl: Guid;
15
+ pl: Guid;
16
+ sv: Guid;
17
+ };
18
+ export declare const sa11yCssManifestId: Guid;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "7.10.0-preview.7",
4
+ "version": "7.10.0-preview.71",
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.10.0-preview.7",
23
+ "@omnia/fx-models": "7.10.0-preview.71",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.10.7",