@omnia/fx 7.9.21-preview → 7.9.21

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 (62) hide show
  1. package/internal-do-not-import-from-here/core/Cookies.d.ts +2 -1
  2. package/internal-do-not-import-from-here/core/http/HttpClient.d.ts +3 -2
  3. package/internal-do-not-import-from-here/core/utils/Utils.d.ts +2 -1
  4. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  5. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  6. package/internal-do-not-import-from-here/services/BusinessProfileService.d.ts +1 -0
  7. package/internal-do-not-import-from-here/services/identities/IdentityService.d.ts +5 -0
  8. package/internal-do-not-import-from-here/services/permissions/PermissionService.d.ts +2 -1
  9. package/internal-do-not-import-from-here/spfx/components/SpfxCustomizeStyle.d.ts +5 -0
  10. package/internal-do-not-import-from-here/stores/ArchivedIdentityStore.d.ts +23 -0
  11. package/internal-do-not-import-from-here/stores/BlockTitleSettingsStore.d.ts +4 -2
  12. package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
  13. package/internal-do-not-import-from-here/ux/AnchorLink.d.ts +3 -0
  14. package/internal-do-not-import-from-here/ux/TokenBasedRouter.d.ts +2 -0
  15. package/internal-do-not-import-from-here/ux/UxModels.d.ts +30 -4
  16. package/internal-do-not-import-from-here/ux/VueTags.d.ts +0 -1
  17. package/internal-do-not-import-from-here/ux/actionhandler/ActionHandler.d.ts +2 -2
  18. package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.d.ts +5 -0
  19. package/internal-do-not-import-from-here/ux/analytics/metric/Metric.d.ts +8 -0
  20. package/internal-do-not-import-from-here/ux/authenticationchecker/AuthenticationChecker.d.ts +3 -1
  21. package/internal-do-not-import-from-here/ux/authsetup/AuthSetupConfirm.d.ts +7 -0
  22. package/internal-do-not-import-from-here/ux/authsetup/loc/localize.d.ts +2 -0
  23. package/internal-do-not-import-from-here/ux/blockgallery/BlockDialogLayoutListBlade.d.ts +5 -0
  24. package/internal-do-not-import-from-here/ux/blockgallery/admin/Constants.d.ts +3 -3
  25. package/internal-do-not-import-from-here/ux/blockgallery/apis/Registration.d.ts +1 -0
  26. package/internal-do-not-import-from-here/ux/blockgallery/factory/Factory.d.ts +3 -2
  27. package/internal-do-not-import-from-here/ux/blockgallery/store/BlockGalleryStore.d.ts +36 -9
  28. package/internal-do-not-import-from-here/ux/blockgallery/style/General.d.ts +4 -0
  29. package/internal-do-not-import-from-here/ux/blockgallery/style/index.d.ts +1 -0
  30. package/internal-do-not-import-from-here/ux/enterpriseproperties/EnterprisePropertyComponentProps.d.ts +1 -0
  31. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/richtextfield/RichTextFieldEdit.d.ts +1 -0
  32. package/internal-do-not-import-from-here/ux/headingconfigurations/HeadingConfigurationFactory.d.ts +2 -1
  33. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +6 -1
  34. package/internal-do-not-import-from-here/ux/identities/loc/localize.d.ts +1 -0
  35. package/internal-do-not-import-from-here/ux/languagepicker/ILanguagePicker.d.ts +3 -2
  36. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +6 -2
  37. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/AddContentDialog.d.ts +2 -1
  38. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +2 -0
  39. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +3 -0
  40. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +1 -0
  41. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +6 -1
  42. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/IBlockTitle.d.ts +5 -0
  43. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +4 -1
  44. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +2 -0
  45. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts +1 -0
  46. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/BlockCatalogStore.d.ts +13 -1
  47. package/internal-do-not-import-from-here/ux/mediapickerproviders/Youtube/YouTubeProvider.d.ts +1 -0
  48. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/MediaflowMedia.d.ts +1 -0
  49. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/GridViewMediaProviderComponent.d.ts +2 -0
  50. package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.css.d.ts +2 -0
  51. package/internal-do-not-import-from-here/ux/models/enterpriseproperties/PersonFieldDisplayStyles.d.ts +1 -0
  52. package/internal-do-not-import-from-here/ux/organizationtree/OrganizationTree.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/permissioninput/loc/localize.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +3 -1
  55. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/settings/ISettingsPane.d.ts +1 -0
  57. package/internal-do-not-import-from-here/ux/settings/SettingsPane.css.d.ts +1 -0
  58. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +1 -0
  59. package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +2 -0
  60. package/internal-do-not-import-from-here/ux/vuetify/index.d.ts +0 -1
  61. package/internal-do-not-import-from-here/wctypings.d.ts +2 -0
  62. package/package.json +4 -4
@@ -320,6 +320,7 @@ export interface OmniaUxLocalization {
320
320
  Rejected: string;
321
321
  };
322
322
  };
323
+ InvalidMagicLinkMessage: string;
323
324
  Rollup: {
324
325
  Settings: {
325
326
  Scope: string;
@@ -723,6 +724,12 @@ export interface OmniaUxLocalization {
723
724
  Title: string;
724
725
  };
725
726
  };
727
+ ExtraIDAdditionalUserProperties: {
728
+ Category: string;
729
+ Description: string;
730
+ Title: string;
731
+ ConsentInformation: string;
732
+ };
726
733
  };
727
734
  AuditLog: {
728
735
  Title: string;
@@ -967,6 +974,7 @@ export interface OmniaUxLocalization {
967
974
  AnchorName: string;
968
975
  CustomAnchorName: string;
969
976
  ScrollIntoView: string;
977
+ HeaderLevel: string;
970
978
  };
971
979
  Buttons: {
972
980
  AddColor: string;
@@ -1138,7 +1146,9 @@ export interface OmniaUxLocalization {
1138
1146
  LabelPadding: string;
1139
1147
  Tab: string;
1140
1148
  Accordion: string;
1149
+ AccordionDescription: string;
1141
1150
  Stepper: string;
1151
+ StepperDescription: string;
1142
1152
  Label: string;
1143
1153
  Tooltip: string;
1144
1154
  Icon: string;
@@ -1244,11 +1254,15 @@ export interface OmniaUxLocalization {
1244
1254
  };
1245
1255
  PredefinedSections: {
1246
1256
  OneColumn: string;
1257
+ OneColumnDescription: string;
1247
1258
  TwoColumns: string;
1259
+ TwoColumnsDescription: string;
1248
1260
  ThreeColumn: string;
1261
+ ThreeColumnsDescription: string;
1249
1262
  Center: string;
1250
1263
  Hero: string;
1251
1264
  Tab: string;
1265
+ TabSummary: string;
1252
1266
  };
1253
1267
  DisplayBreakPoints: {
1254
1268
  ExtraSmall: string;
@@ -1343,7 +1357,7 @@ export interface OmniaUxLocalization {
1343
1357
  };
1344
1358
  AuthenticationBlock: {
1345
1359
  Title: string;
1346
- Decsription: string;
1360
+ Summary: string;
1347
1361
  };
1348
1362
  IdentityPicker: {
1349
1363
  User: {
@@ -1408,26 +1422,38 @@ export interface OmniaUxLocalization {
1408
1422
  BlockGallery: {
1409
1423
  Title: string;
1410
1424
  Settings: string;
1425
+ EnableModernDialogSwitch: string;
1411
1426
  BlockTemplates: {
1412
1427
  Title: string;
1413
1428
  Create: string;
1414
1429
  Fields: {
1415
- CodeSnippet: string;
1430
+ Definition: string;
1416
1431
  };
1417
1432
  InvalidJsonField: string;
1418
1433
  ErrorMsg: string;
1419
- EmptyMsg: string;
1434
+ ListEmptyMsg: string;
1435
+ DeleteConfirmationTitle: string;
1436
+ DeleteConfirmationMsg: string;
1420
1437
  };
1421
1438
  BlockDialog: {
1422
1439
  Title: string;
1423
1440
  AddBlocks: string;
1424
- EmptyMsg: string;
1441
+ EmptyMessage: string;
1442
+ NoBlocksFoundMsg: string;
1425
1443
  AddHeader: string;
1426
1444
  EditHeader: string;
1427
1445
  ManageList: string;
1428
1446
  Confirm: string;
1447
+ DeletedItemWarning: string;
1448
+ DeleteItemTitle: string;
1429
1449
  Header: string;
1430
1450
  };
1451
+ BlockDialogLayout: {
1452
+ Title: string;
1453
+ Authentication: string;
1454
+ Default: string;
1455
+ SPFx: string;
1456
+ };
1431
1457
  Tooltips: {
1432
1458
  Management: string;
1433
1459
  };
@@ -3,7 +3,6 @@ export declare const VCardActionsTag = "v-card-actions";
3
3
  export declare const VCardMediaTag = "v-card-media";
4
4
  export declare const VCardTextTag = "v-card-text";
5
5
  export declare const VCardTitleTag = "v-card-title";
6
- export declare const VCardSubtitleTag = "v-card-subtitle";
7
6
  export declare const VAlertTag = "v-alert";
8
7
  export declare const VAppTag = "v-app";
9
8
  export declare const VAvatarTag = "v-avatar";
@@ -34,7 +34,7 @@ export interface IActionRegistrationApi {
34
34
  }
35
35
  export declare abstract class ActionHandlerBase<TSettings extends IActionHandlerSettings = IActionHandlerSettings> implements IActionHandlerInstanceProperties<TSettings> {
36
36
  abstract onActivated(): void | Promise<void>;
37
- abstract onTriggered(renderingCallback: (elementName: string, themeTargetId?: string, domProps?: Object) => void): any;
37
+ abstract onTriggered(renderingCallback: (elementName: string, themeTargetId?: string, domProps?: Object) => void, setFocusedElementCallback?: () => Promise<HTMLElement>): any;
38
38
  abstract onDisposing(): any;
39
39
  customTextColor?(settings: IActionHandlerSettings): string;
40
40
  customBackgroundColor?(settings: IActionHandlerSettings): string;
@@ -88,7 +88,7 @@ export declare class ActionHandlerInstance implements IActionHandlerInstance {
88
88
  private _disposedMessage;
89
89
  private _initialized;
90
90
  initialized(): void | Promise<void>;
91
- triggered(renderingCallback: (elementName: string, themeTargetId?: string, domProps?: Object) => void): void;
91
+ triggered(renderingCallback: (elementName: string, themeTargetId?: string, domProps?: Object) => void, setFocusedElementCallback?: () => Promise<HTMLElement>): void;
92
92
  customTextColor(): string;
93
93
  customBackgroundColor(): string;
94
94
  dispose(): void;
@@ -32,6 +32,10 @@ export default class AdminChromeComponent extends VueComponentBase implements IW
32
32
  private checkGlobalPermissionResolvablePromise;
33
33
  private checkedNodePermissionState;
34
34
  private nodeReactiveStates;
35
+ private userAccessibilitySettings;
36
+ private hiddenFocusableElementStyle;
37
+ private appBarNavIconRef;
38
+ private hiddenFocusableEndRef;
35
39
  beforeCreate(): void;
36
40
  created(): void;
37
41
  mounted(): void;
@@ -53,6 +57,7 @@ export default class AdminChromeComponent extends VueComponentBase implements IW
53
57
  private handleScroll;
54
58
  private renderAppBar;
55
59
  private getValidNodes;
60
+ private onFocusTrap;
56
61
  render(): VueTsxSupport.JSX.Element;
57
62
  renderListItem(selectedNode: NavigationNode, node: NavigationNode): VueTsxSupport.JSX.Element;
58
63
  renderCategory(validNodes: NavigationNode[], category: AdminNavCategory, selectedNode: NavigationNode): VueTsxSupport.JSX.Element;
@@ -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;
@@ -1,5 +1,5 @@
1
1
  import Vue from "vue";
2
- import { IWebComponentInstance } from "../..";
2
+ import { IWebComponentInstance, OmniaContext } from "../..";
3
3
  import { SubscriptionHandler } from "../../core";
4
4
  import { AuthenticationCheckerLocalization } from "./loc/localize";
5
5
  import { SharePointContext } from "../../sp";
@@ -7,6 +7,7 @@ export declare class AuthenticationChecker extends Vue implements IWebComponentI
7
7
  static alreadyRenderedOneInstance: boolean;
8
8
  subscriptionHandler: SubscriptionHandler;
9
9
  sharePointContext: SharePointContext;
10
+ omniaContext: OmniaContext;
10
11
  private httpClient;
11
12
  loc: AuthenticationCheckerLocalization.locInterface;
12
13
  authValidationApi: string;
@@ -17,6 +18,7 @@ export declare class AuthenticationChecker extends Vue implements IWebComponentI
17
18
  show: boolean;
18
19
  mounted(): void;
19
20
  init(): void;
21
+ preventScrollingOnce(): void;
20
22
  validateAuthStatus(enableCircuitBreaker?: () => void): void;
21
23
  render(): VueTsxSupport.JSX.Element;
22
24
  }
@@ -0,0 +1,7 @@
1
+ import "./AuthSetup.css";
2
+ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd"), {}, import("vue-tsx-support").PropsForOutside<unknown, never>, any, any, any>> & {
3
+ propsDefinition: import("vue-tsx-support").PropsForOutside<unknown, never>;
4
+ }) | (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd") & import("vue").ShallowUnwrapRef<() => VueTsxSupport.JSX.Element>, {}, import("vue-tsx-support").PropsForOutside<unknown, never>, any, any, any>> & {
5
+ propsDefinition: import("vue-tsx-support").PropsForOutside<unknown, never>;
6
+ });
7
+ export default _default;
@@ -30,6 +30,8 @@ export declare module AuthSetupLocalization {
30
30
  Hi: string;
31
31
  Welcome: string;
32
32
  WelcomeMessage: string;
33
+ ConfirmMessage: string;
34
+ ConfirmButton: string;
33
35
  Next: string;
34
36
  SuccessMessage: string;
35
37
  Error: string;
@@ -0,0 +1,5 @@
1
+ import { JourneyInstance } from "@omnia/fx-models";
2
+ declare const _default: import("vue-tsx-support")._TsxComponentV3<import("vue").default, {}, import("vue-tsx-support").PropsForOutside<{
3
+ journey: JourneyInstance;
4
+ }, "journey">, any, any, any>;
5
+ export default _default;
@@ -1,20 +1,20 @@
1
1
  export declare const BladeIds: {
2
2
  blockDialog: string;
3
+ blockDialogLayouts: string;
3
4
  blockTemplates: string;
4
5
  settings: string;
5
6
  addblock: string;
6
7
  addEditHeader: string;
7
- manageList: string;
8
8
  addEditTemplate: string;
9
9
  blockGallery: string;
10
10
  };
11
11
  export declare const BlockDialogRoute: {
12
12
  blockGallery: string[];
13
- blockDialog: {
13
+ blockDialogLayout: {
14
14
  home: string[];
15
+ blockDialog: string[];
15
16
  addBlock: string[];
16
17
  addEditHeader: string[];
17
- manageList: string[];
18
18
  };
19
19
  settings: {
20
20
  home: string[];
@@ -1,5 +1,6 @@
1
- import { BlockGallerySetting, BlockTemplate } from "@omnia/fx-models";
1
+ import { BlockGalleryDialogLayoutSetting, BlockGalleryGeneralSetting, BlockTemplate } from "@omnia/fx-models";
2
2
  export declare const useBlockGalleryFactory: () => {
3
3
  defaultBlockTemplate: () => BlockTemplate;
4
- defaultBlockGallerySetting: () => BlockGallerySetting;
4
+ defaultBlockGalleryDialogLayoutSetting: () => BlockGalleryDialogLayoutSetting;
5
+ defaultBlockGalleryGeneralSetting: () => BlockGalleryGeneralSetting;
5
6
  };
@@ -1,16 +1,21 @@
1
- import { BlockGalleryHeader, BlockGallerySetting, BlockGalleryItem, BlockGalleryItemView, MultilingualString, BlockTemplate } from "@omnia/fx-models";
1
+ import { BlockDialogLayoutInfo, BlockGalleryDialogLayoutSetting, BlockGalleryGeneralSetting, BlockGalleryHeader, BlockGalleryItem, BlockGalleryItemView, BlockTemplate, MultilingualString } from "@omnia/fx-models";
2
+ import { LocalizationService, SettingsService } from "@omnia/fx/services";
2
3
  import { MultilingualStore, Store } from "@omnia/fx/stores";
4
+ import { OmniaUxLocalization } from "../../UxModels";
3
5
  import { BlockCatalogStore } from "../../layoutcanvas";
4
- import { SettingsService } from "@omnia/fx/services";
6
+ import * as _ from "lodash";
7
+ export { _ };
5
8
  export declare class BlockGalleryStore extends Store {
6
9
  blockCatalogStore: BlockCatalogStore;
7
10
  multilingualStore: MultilingualStore;
8
11
  settingsService: SettingsService<any>;
12
+ localizationService: LocalizationService;
13
+ uxLoc: OmniaUxLocalization;
9
14
  private blockTemplateService;
10
15
  private omniaBlocks;
11
16
  private ensureInitAdminView;
12
17
  private ensureInitRenderView;
13
- private blockGallerySetting;
18
+ private blockGalleryDialogLayoutSetting;
14
19
  private blockTemplateViews;
15
20
  private blockTemplateIdPrefix;
16
21
  private allBlocks;
@@ -19,7 +24,14 @@ export declare class BlockGalleryStore extends Store {
19
24
  private editingHeaderId;
20
25
  private selectingTemplateId;
21
26
  private isBlockDialogInAlterMode;
22
- protected onActivated(): void;
27
+ private editingDialogLayoutType;
28
+ private generalSetting;
29
+ private spfxBlocks;
30
+ private initSpfxDictionary;
31
+ private layoutBlockSettingForRender;
32
+ private dialogLayouts;
33
+ private registeredDialogLayoutProviders;
34
+ protected onActivated(): Promise<void>;
23
35
  getters: {
24
36
  blocks: () => {
25
37
  [id: string]: BlockGalleryItemView;
@@ -28,13 +40,18 @@ export declare class BlockGalleryStore extends Store {
28
40
  [id: string]: BlockGalleryItemView;
29
41
  };
30
42
  header: (headerId: string) => BlockGalleryHeader;
31
- blockGallerySetting: () => BlockGallerySetting;
43
+ blockGalleryLayoutSetting: (layoutType: string) => BlockGalleryDialogLayoutSetting;
32
44
  orderedItems: () => BlockGalleryItem[];
33
45
  orderedItemTitle: (blockId: string) => string;
34
46
  editingHeaderId: () => string;
35
47
  editingTemplateId: () => number;
36
48
  isBlockDialogInAlterMode: () => boolean;
49
+ editingDialogLayoutType: () => string;
50
+ dialogLayouts: () => BlockDialogLayoutInfo[];
51
+ getDialogLayoutType: (layoutProvider: string) => string;
37
52
  };
53
+ private isCompatibleWithAuthenticationLayoutOnly;
54
+ private isBlockValidForLayout;
38
55
  mutations: {
39
56
  addSelectedBlocks: import("@omnia/fx/stores").StoreMutation<(selectedBlockIds: Array<string>) => void, (selectedBlockIds: string[]) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
40
57
  removeSelectedBlock: import("@omnia/fx/stores").StoreMutation<(blockId: string) => void, (blockId: string) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
@@ -50,18 +67,28 @@ export declare class BlockGalleryStore extends Store {
50
67
  switchToTemplateAddMode: import("@omnia/fx/stores").StoreMutation<() => void, () => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
51
68
  switchBlockDialogToAlterMode: import("@omnia/fx/stores").StoreMutation<() => void, () => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
52
69
  switchOffBlockDialogAlterMode: import("@omnia/fx/stores").StoreMutation<() => void, () => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
70
+ setEditingDialogLayout: import("@omnia/fx/stores").StoreMutation<(dialogLayoutType: string) => void, (dialogLayoutType: string) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
53
71
  };
54
72
  actions: {
55
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>>;
56
- ensureLoadAllBlocksForRender: import("@omnia/fx/stores").StoreAction<unknown, (forceReload?: boolean) => void, (result: void, forceReload?: boolean) => void, (failureReason: any, forceReload?: boolean) => void, (forceReload?: boolean) => Promise<void>>;
57
- getOmniaBlocks: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: void) => void, (failureReason: any) => void, () => Promise<void>>;
58
- getBlockDialogSettings: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: void) => void, (failureReason: any) => void, () => Promise<void>>;
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>>;
59
75
  updateBlockDialogSettings: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: void) => void, (failureReason: any) => void, () => Promise<void>>;
60
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>>;
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>>;
78
+ ensureGeneralSetting: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: BlockGalleryGeneralSetting) => void, (failureReason: any) => void, () => Promise<BlockGalleryGeneralSetting>>;
61
79
  };
62
- private getBlockTemplateViews;
80
+ private ensureOmniaBlocks;
81
+ private loadBlockDialogSettings;
82
+ private ensureDefaultBlocksIfDialogLayoutIsEmpty;
83
+ private getIdOfLayoutItemRegistrationBlock;
84
+ private insertDefaultHeader;
85
+ private insertDefaultBlocks;
86
+ private ensureSpfxBlockDictionary;
87
+ private loadBlockTemplateViews;
88
+ private getLayoutBlockSettingKey;
63
89
  private loadConfiguredBlockTemplates;
64
90
  private getBlockTemplateIdFromGalleryItem;
65
91
  private updateBlockDictionary;
66
92
  private updateBlockDictionaryItem;
93
+ private getDialogLayoutProviders;
67
94
  }
@@ -0,0 +1,4 @@
1
+ export declare const blockGalleryStyle: {
2
+ listPrependIcon: string;
3
+ searchField: string;
4
+ };
@@ -0,0 +1 @@
1
+ export * from "./General";
@@ -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;
@@ -15,6 +15,7 @@ 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;
19
20
  private mediaPickerService;
20
21
  multilingualStore: MultilingualStore;
@@ -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
  };
@@ -1,4 +1,5 @@
1
- import { Identity, IResolvedIdentity } from "@omnia/fx-models";
1
+ import { IResolvedIdentity, Identity } from "@omnia/fx-models";
2
+ import { IIdentityPickerStore } from "@omnia/fx/stores";
2
3
  export type RenderSlotsType = {
3
4
  left?: () => JSX.Element;
4
5
  right?: () => JSX.Element;
@@ -69,6 +70,7 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
69
70
  };
70
71
  class?: string;
71
72
  };
73
+ identityStore: IIdentityPickerStore;
72
74
  }, "valueBind">, any, any, any>> & {
73
75
  propsDefinition: import("vue-tsx-support").PropsForOutside<{
74
76
  valueBind: Identity[];
@@ -112,6 +114,7 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
112
114
  };
113
115
  class?: string;
114
116
  };
117
+ identityStore: IIdentityPickerStore;
115
118
  }, "valueBind">;
116
119
  }) | (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd") & import("vue").ShallowUnwrapRef<() => VueTsxSupport.JSX.Element>, {}, import("vue-tsx-support").PropsForOutside<{
117
120
  valueBind: Identity[];
@@ -155,6 +158,7 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
155
158
  };
156
159
  class?: string;
157
160
  };
161
+ identityStore: IIdentityPickerStore;
158
162
  }, "valueBind">, any, any, any>> & {
159
163
  propsDefinition: import("vue-tsx-support").PropsForOutside<{
160
164
  valueBind: Identity[];
@@ -198,6 +202,7 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
198
202
  };
199
203
  class?: string;
200
204
  };
205
+ identityStore: IIdentityPickerStore;
201
206
  }, "valueBind">;
202
207
  });
203
208
  export default _default;
@@ -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
  }
@@ -20,15 +20,16 @@ export interface ILanguagePicker {
20
20
  /**Make it clearable*/
21
21
  clearable?: boolean;
22
22
  /**Language model */
23
- valueBind: Language;
23
+ valueBind: Language | Language[];
24
24
  /**On model change */
25
- onValueChanged?: (language: Language) => void;
25
+ onValueChanged?: (language: Language | Language[]) => void;
26
26
  /**Scoped slots */
27
27
  scopedSlots?: ScopedSlots<IVSelectScopedSlots>;
28
28
  /**Custom styles by StyleFlow */
29
29
  styles?: typeof LanguagePickerStyles;
30
30
  /**On load language */
31
31
  loadLanguage?: () => Promise<Array<Language>>;
32
+ multiple?: boolean;
32
33
  }
33
34
  declare global {
34
35
  namespace VueTsxSupport.JSX {
@@ -5,10 +5,10 @@ import { Language } from "../../models";
5
5
  import { ScopedSlots, LanguagePickerStyles } from "..";
6
6
  import { IVSelectScopedSlots } from "../vuetify";
7
7
  export declare class LanguagePicker extends Vue implements IWebComponentInstance, ILanguagePicker {
8
- valueBind: Language;
8
+ valueBind: Language | Language[];
9
9
  disabled?: boolean;
10
10
  label?: string;
11
- onValueChanged?: (language: Language) => void;
11
+ onValueChanged?: (language: Language | Language[]) => void;
12
12
  filled?: boolean;
13
13
  hideDetails?: boolean;
14
14
  dark?: boolean;
@@ -18,6 +18,7 @@ export declare class LanguagePicker extends Vue implements IWebComponentInstance
18
18
  enableContextSettings?: boolean;
19
19
  loadLanguage?: () => Promise<Array<Language>>;
20
20
  clearable?: boolean;
21
+ multiple?: boolean;
21
22
  scopedSlots?: ScopedSlots<IVSelectScopedSlots>;
22
23
  styles?: typeof LanguagePickerStyles;
23
24
  private localizationService;
@@ -34,10 +35,13 @@ export declare class LanguagePicker extends Vue implements IWebComponentInstance
34
35
  created(): void;
35
36
  mounted(): void;
36
37
  beforeDestroy(): void;
38
+ get getValues(): Language[];
37
39
  private setLanguages;
38
40
  private loadLanguageFromCustomHandler;
39
41
  private loadAllLanguages;
42
+ private normalizeLanguageValue;
40
43
  private populateModel;
44
+ private findLanguages;
41
45
  private updateSelectedLanguage;
42
46
  render(): VueTsxSupport.JSX.Element;
43
47
  }
@@ -7,5 +7,6 @@ declare const _default: import("vue-tsx-support")._TsxComponentV3<import("vue").
7
7
  filterValidBlock: (item: LayoutItemRegistration) => boolean;
8
8
  siblingId: string;
9
9
  postInsert: boolean;
10
- }, "container" | "visible" | "closeEvent" | "selectBlockEvent" | "filterValidBlock">, any, any, any>;
10
+ blockDialogLayoutType: string;
11
+ }, "visible" | "closeEvent" | "selectBlockEvent">, any, any, any>;
11
12
  export default _default;
@@ -4,6 +4,7 @@ import { LayoutItem, LayoutItemRegistration } from "../../../../models";
4
4
  import { VueComponentBase } from "../../..";
5
5
  import { FeatureStore } from "../../../../stores";
6
6
  import { BlockGalleryStore } from "internal/fx/ux/blockgallery/store";
7
+ import { SettingsService } from "@omnia/fx/services";
7
8
  export interface LayoutItemSelectorProps extends VueComponentBaseProps {
8
9
  container: LayoutItem;
9
10
  color: string;
@@ -21,6 +22,7 @@ export declare class LayoutItemSelector extends VueComponentBase<LayoutItemSelec
21
22
  layoutItemStore: BlockCatalogStore;
22
23
  featureStore: FeatureStore;
23
24
  blockGalleryStore: BlockGalleryStore;
25
+ settingsService: SettingsService<any>;
24
26
  private omniaUxLoc;
25
27
  private isModernDialog;
26
28
  private model;
@@ -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
2
  import { IWebComponentInstance } from "../../../../..";
3
- import { MultilingualString, TextAlignment } from "../../../../../models";
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,21 @@ 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;
13
+ contentClass?: string;
12
14
  multilingualStore: MultilingualStore;
13
15
  blockTitleSettingsStore: BlockTitleSettingsStore;
14
16
  blockInstance: BlockInstance;
15
17
  directionStore: DirectionRuleStore;
16
18
  private model;
19
+ private headerLevels;
17
20
  mounted(): void;
18
21
  onSectionUpdated(): void;
19
22
  getFormatedTitleStringValue(title: string): string;
20
23
  getFormattedTitleString(): string;
21
24
  getTextAlignment(): TextAlignment;
22
25
  renderBlockIcon(title: string): VueTsxSupport.JSX.Element;
26
+ renderTitle(title: string): VueTsxSupport.JSX.Element;
27
+ renderTitleWithHeaderLevel(heading: HeaderLevel, title: string): import("vue").VNode;
23
28
  render(): VueTsxSupport.JSX.Element;
24
29
  }
@@ -4,7 +4,12 @@ export interface IBlockTitleComponent {
4
4
  title?: string;
5
5
  multilingualtitle?: MultilingualString | string;
6
6
  settingsKey: any;
7
+ contentClass?: string;
8
+ /**
9
+ * @deprecated Use wrapWithHeaderLevel instead.
10
+ */
7
11
  alternativeContent?: JSX.Element;
12
+ wrapWithHeaderLevel?: (headerElement: JSX.Element) => JSX.Element;
8
13
  }
9
14
  declare global {
10
15
  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
  }
@@ -28,6 +28,8 @@ export declare class StepperSectionDesigner extends VueComponentBase<StepperSect
28
28
  created(): void;
29
29
  beforeDestroy(): void;
30
30
  private hasValidAnchorLinkSettings;
31
+ private handleTokenExistsOnSpfx;
32
+ private getIndexByAnchorName;
31
33
  private handleAnchorLink;
32
34
  private getDefaultLabel;
33
35
  private getPreferredLabel;