@omnia/fx 7.9.13-preview → 7.9.13

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 (73) 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 +3 -1
  4. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  5. package/internal-do-not-import-from-here/services/BusinessProfileService.d.ts +1 -0
  6. package/internal-do-not-import-from-here/services/SecurityRoles.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 +1 -0
  9. package/internal-do-not-import-from-here/stores/ArchivedIdentityStore.d.ts +23 -0
  10. package/internal-do-not-import-from-here/stores/BlockTitleSettingsStore.d.ts +4 -2
  11. package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
  12. package/internal-do-not-import-from-here/ux/AnchorLink.d.ts +3 -0
  13. package/internal-do-not-import-from-here/ux/Exposes.d.ts +0 -1
  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 +54 -1
  16. package/internal-do-not-import-from-here/ux/actionhandler/ActionHandler.d.ts +2 -2
  17. package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.d.ts +5 -0
  18. package/internal-do-not-import-from-here/ux/analytics/metric/Metric.d.ts +8 -0
  19. package/internal-do-not-import-from-here/ux/authenticationchecker/AuthenticationChecker.d.ts +3 -1
  20. package/internal-do-not-import-from-here/ux/authsetup/AuthSetupConfirm.d.ts +7 -0
  21. package/internal-do-not-import-from-here/ux/authsetup/loc/localize.d.ts +2 -0
  22. package/internal-do-not-import-from-here/ux/blockgallery/AddEditBlockBlade.d.ts +6 -0
  23. package/internal-do-not-import-from-here/ux/blockgallery/AddEditHeaderBlade.d.ts +6 -0
  24. package/internal-do-not-import-from-here/ux/blockgallery/AddEditTemplateBlade.d.ts +6 -0
  25. package/internal-do-not-import-from-here/ux/blockgallery/AdminBlade.d.ts +12 -0
  26. package/internal-do-not-import-from-here/ux/blockgallery/BlockDialogBlade.d.ts +6 -0
  27. package/internal-do-not-import-from-here/ux/blockgallery/BlockDialogLayoutListBlade.d.ts +5 -0
  28. package/internal-do-not-import-from-here/ux/blockgallery/BlockTemplatesBlade.d.ts +6 -0
  29. package/internal-do-not-import-from-here/ux/blockgallery/SettingsBlade.d.ts +6 -0
  30. package/internal-do-not-import-from-here/ux/blockgallery/admin/AdminRegistration.d.ts +1 -0
  31. package/internal-do-not-import-from-here/ux/blockgallery/admin/Constants.d.ts +26 -0
  32. package/internal-do-not-import-from-here/ux/blockgallery/admin/TenantBlockTemplateJourney.d.ts +6 -0
  33. package/internal-do-not-import-from-here/ux/blockgallery/apis/Registration.d.ts +1 -0
  34. package/internal-do-not-import-from-here/ux/blockgallery/factory/Factory.d.ts +6 -0
  35. package/internal-do-not-import-from-here/ux/blockgallery/factory/index.d.ts +1 -0
  36. package/internal-do-not-import-from-here/ux/blockgallery/services/BlockTemplateService.d.ts +9 -0
  37. package/internal-do-not-import-from-here/ux/blockgallery/services/index.d.ts +1 -0
  38. package/internal-do-not-import-from-here/ux/blockgallery/store/BlockGalleryStore.d.ts +94 -0
  39. package/internal-do-not-import-from-here/ux/blockgallery/store/index.d.ts +1 -0
  40. package/internal-do-not-import-from-here/ux/blockgallery/style/General.d.ts +4 -0
  41. package/internal-do-not-import-from-here/ux/blockgallery/style/index.d.ts +1 -0
  42. package/internal-do-not-import-from-here/ux/enterpriseproperties/EnterprisePropertyComponentProps.d.ts +1 -0
  43. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/richtextfield/RichTextFieldEdit.d.ts +1 -0
  44. package/internal-do-not-import-from-here/ux/headingconfigurations/HeadingConfigurationFactory.d.ts +2 -1
  45. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +6 -1
  46. package/internal-do-not-import-from-here/ux/identities/loc/localize.d.ts +1 -0
  47. package/internal-do-not-import-from-here/ux/languagepicker/ILanguagePicker.d.ts +3 -2
  48. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +6 -2
  49. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/AddContentDialog.d.ts +12 -0
  50. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +7 -0
  51. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +3 -0
  52. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +1 -0
  53. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +6 -1
  54. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/IBlockTitle.d.ts +5 -0
  55. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +4 -1
  56. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +2 -0
  57. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts +1 -0
  58. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/BlockCatalogStore.d.ts +14 -1
  59. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +2 -1
  60. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/MediaflowMedia.d.ts +1 -0
  61. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/GridViewMediaProviderComponent.d.ts +2 -0
  62. package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.css.d.ts +2 -0
  63. package/internal-do-not-import-from-here/ux/models/enterpriseproperties/PersonFieldDisplayStyles.d.ts +1 -0
  64. package/internal-do-not-import-from-here/ux/organizationtree/OrganizationTree.d.ts +1 -1
  65. package/internal-do-not-import-from-here/ux/permissioninput/loc/localize.d.ts +1 -0
  66. package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +3 -1
  67. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +1 -1
  68. package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +2 -0
  69. package/internal-do-not-import-from-here/wctypings.d.ts +4 -2
  70. package/package.json +4 -4
  71. package/internal-do-not-import-from-here/ux/skeletonhandler/ISkeletonLoader.d.ts +0 -13
  72. package/internal-do-not-import-from-here/ux/skeletonhandler/SkeletonLoader.d.ts +0 -7
  73. package/internal-do-not-import-from-here/ux/skeletonhandler/index.d.ts +0 -1
@@ -1,4 +1,4 @@
1
- import { CookieOptions } from "../models";
1
+ import { CookieOptions, CookieExpiresInDays, CookieExpiresInSeconds } from "../models";
2
2
  export declare class Cookies {
3
3
  /**
4
4
  * Gets content of cookie by name
@@ -6,6 +6,7 @@ export declare class Cookies {
6
6
  static get(name: string): string;
7
7
  private static isDayExpiry;
8
8
  private static isSecondsExpiry;
9
+ static getCookieExpiryUtcString(expires: CookieExpiresInDays | CookieExpiresInSeconds): string;
9
10
  /**
10
11
  * Creates a cookie
11
12
  */
@@ -115,6 +115,7 @@ export declare class HttpClient {
115
115
  private writeHeadersToCookie;
116
116
  private removeHeadersCookie;
117
117
  private requestCtxKey;
118
+ private expiresAt;
118
119
  private setupCtxAwareClient;
119
120
  private ensureRemoveHeadersCookie;
120
121
  private setupCtxAwareClientMSService;
@@ -142,7 +143,7 @@ export declare class HttpClient {
142
143
  *
143
144
  * }
144
145
  */
145
- static createOmniaServiceRequestConfig: (serviceId?: GuidValue) => Promise<AxiosRequestConfig>;
146
+ static createOmniaServiceRequestConfig: (serviceId?: GuidValue, skipDomainReplacement?: boolean) => Promise<AxiosRequestConfig>;
146
147
  static createMS365ServiceRequestConfig(): Promise<AxiosRequestConfig<any>>;
147
148
  static createSPServiceRequestConfig(authorityUrl: string): Promise<AxiosRequestConfig<any>>;
148
149
  /**
@@ -168,7 +169,7 @@ export declare class HttpClient {
168
169
  *
169
170
  * }
170
171
  */
171
- static createContextAwareRequestConfig: (baseUrl: string, acceptHeader?: string) => Promise<AxiosRequestConfig>;
172
+ static createContextAwareRequestConfig: (baseUrl: string, acceptHeader?: string, skipDomainReplacement?: boolean) => Promise<AxiosRequestConfig>;
172
173
  private static getDomainRegex;
173
174
  private static createMSServiceContextAwareRequestConfig;
174
175
  private static get omniaBootstrapData();
@@ -1,6 +1,7 @@
1
- import { FirstDayOfWeeks, GuidValue, IIcon, TenantRegionalSettings, TimePeriodSettings } from "../../models";
1
+ import { DateOperator, FirstDayOfWeeks, GuidValue, IIcon, TenantRegionalSettings, TimePeriodSettings } from "../../models";
2
2
  export declare module Utils {
3
3
  function isNativeClass(value: any): boolean;
4
+ function isJson(str: any): boolean;
4
5
  function asyncForEach<T>(array: Array<T>, callback: (item: T, index?: number, items?: Array<T>) => Promise<void>): Promise<void>;
5
6
  function isPromise(val: any): boolean;
6
7
  function isString(target: any): boolean;
@@ -95,6 +96,7 @@ export declare module Utils {
95
96
  function trimEnd(str: string, chr: string): string;
96
97
  function after(timePeriodSettings: TimePeriodSettings, date?: Date): Date;
97
98
  function before(timePeriodSettings: TimePeriodSettings, date?: Date): Date;
99
+ function calculate(timePeriodSettings: TimePeriodSettings, date?: Date, operator?: DateOperator): Date;
98
100
  function getScrollParent(node: any): any;
99
101
  function throttle(func: any, wait: any, options: any): () => any;
100
102
  /**
@@ -1 +1 @@
1
- {"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['a5a89056-b5f5-475d-8518-a1f55090379d']","content":{"./node_modules/@omnia/fx/Bootstrapper.js":{"id":"./node_modules/@omnia/fx/bootstrapper.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/index.js":{"id":"14a8d443-2e58-450b-a462-258bdaf69b49","buildMeta":{"exportsType":"namespace"},"expo.js":["ApiHelper","AppRoutePropertyBagFactory","AuthenticationSessionService","BusinessProfilePathPropertyBagFactory","BusinessProfilePropertyBagFactory","Console","ConsoleUIService","ContextProviderCollection","Cookies","DisplayRules","Encoder","EnterprisePropertyHandler","ErrorBus","Extend","GraphClient","HttpClient","HttpContextProviderCollection","IAppRouteFactory","IBusinessProfileFactory","ITenantFactory","ImageProxyService","Inject","Injectable","LocalStorage","Localize","MD5Util","ManifestResourceLoader","MessageBusExposeOnlyPublication","MessageBusExposeOnlySubscription","MessageBusTopicMediator","MigrationUtils","NamedPropertyOperationsFactory","OmniaContext","OmniaContextProvider","OmniaPropertyBagBase","Provide","ReplaceToken","Require","ScrollPagingUtils","ServiceContainer","ServiceContainerContext","ServiceLocator","ServiceManifestProvider","SubscriptionHandler","TenantPropertyBagFactory","TokenService","Topics","UserAgentUtils","UserPropertyBagFactory","UserTypeStore","Utils","VueWebComponentSlot","WebComponentBootstrapper","WebUtils","extendApi","install","isInjectable","omniaScriptApi","propertyPath","propertyPathValue","registerApi","setCurrentManifest","useInject","useLocalize","useOmniaClient","useProvide","useRequestAborter","vueCustomElement"]},"./node_modules/@omnia/fx/stores/index.js":{"id":"5e618f4d-d014-414e-a681-89e34cbeda0f","buildMeta":{"exportsType":"namespace"},"expo.js":["AiSettingsStore","AppNamingPolicyStore","AppStore","AuditLogStore","AzureAdUserStore","BlockTitleGlobalSettingsStore","BlockTitleSettingsStore","BusinessProfileStore","ClipboardStore","CommentLikeStore","ConnectedTenantStore","DirectionRuleStore","DynamicGroupStore","EnterpriseGlossaryStore","EnterprisePropertyCategoryStore","EnterprisePropertySetStore","EnterprisePropertyStore","ExtensionStore","FeatureStore","FileUploaderStore","FocusStore","GroupIdentityStore","IdentityStore","IdentitySyncProviderStore","LinkReferencesStore","LocalizationStore","MSTeamsStore","MediaPickerStore","MultilingualStore","OrganizationTreeStore","PostStore","ProfileCardHandlerStore","ProfileCardStore","PromotedTagStore","SiteStore","Store","StoreAction","StoreLogTypes","StoreLogger","StoreMutation","StoreState","SystemLogStore","TargetingPropertyStore","TimeZoneStore","TokenStatus","TokenStore","UserIdentityStore","UserTargetingStore","UserTypeIdentityPickerStore","UserTypeIdentityStore","UserTypeStore","VersionedLayoutStore","defineStore","defineStore2"]},"./node_modules/@omnia/fx/vue/index.js":{"id":"c041fe9f-1e14-443d-9407-5aa8829fbc21","buildMeta":{"exportsType":"namespace"},"expo.js":["Localize","VueWebComponentSlot","install","useLocalize","vueCustomElement"]},"./node_modules/@omnia/fx/services/index.js":{"id":"e25b9dd8-6dd7-4437-8ddd-0b9fadba73ac","buildMeta":{"exportsType":"namespace"},"expo.js":["AIEngineSetupService","AiSettingsService","AppNamingPolicyService","AppRouteService","AppService","AuditLogService","AzureAdGroupService","AzureAdUserService","AzureOpenAIService","BusinessProfilePropertyBindingProvider","BusinessProfileService","ConnectedTenantService","DataSourcePropertiesService","DataSourcePropertyDefinitionHandler","DynamicGroupService","DynamicPropertyDataSource","EnterpriseGlossaryService","EnterprisePropertiesProvider","EnterprisePropertyCategoryService","EnterprisePropertySetService","ExtendedEnterprisePropertiesPropertyBindingProvider","ExtensionsService","FeatureService","FileStorageService","GroupIdentityService","GroupService","IdentityAuthenticationService","IdentityCreationRequestService","IdentityPropertyBindingProvider","IdentitySelfServiceService","IdentityService","IdentitySyncProviderService","ImageProxyService","LinkStatusService","LocalizationService","LoginLogService","ManifestService","MediaPickerService","MicrosoftStreamService","OmniaSearchService","OmniaSearchUserService","OrganizationTreeService","PermissionNode","PermissionService","PostService","ProfileCardService","PropertyBindingService","PropertyDataSourceBase","QueryablePropertiesService","QueueService","RealtimeService","ReindexOmniaSearchUserService","SecretsService","SecurityRoles","SecurityService","SemanticSearchService","SettingsService","SiteService","TagsService","TargetingPropertyService","TenantContactService","TenantPreSetupService","TestDataSourcePropertiesService","TimeZoneService","TranslationService","UserIdentityService","UserPresenceStatus","UserPropertyBindingProvider","UserService","UserTypeService","VersionedDataService","VersionedLayoutService","WebImageService","WriteBackStatus"]}}}
1
+ {"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['a5a89056-b5f5-475d-8518-a1f55090379d']","content":{"./node_modules/@omnia/fx/Bootstrapper.js":{"id":"./node_modules/@omnia/fx/bootstrapper.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/index.js":{"id":"14a8d443-2e58-450b-a462-258bdaf69b49","buildMeta":{"exportsType":"namespace"},"expo.js":["ApiHelper","AppRoutePropertyBagFactory","AuthenticationSessionService","BusinessProfilePathPropertyBagFactory","BusinessProfilePropertyBagFactory","Console","ConsoleUIService","ContextProviderCollection","Cookies","DisplayRules","Encoder","EnterprisePropertyHandler","ErrorBus","Extend","GraphClient","HttpClient","HttpContextProviderCollection","IAppRouteFactory","IBusinessProfileFactory","ITenantFactory","ImageProxyService","Inject","Injectable","LocalStorage","Localize","MD5Util","ManifestResourceLoader","MessageBusExposeOnlyPublication","MessageBusExposeOnlySubscription","MessageBusTopicMediator","MigrationUtils","NamedPropertyOperationsFactory","OmniaContext","OmniaContextProvider","OmniaPropertyBagBase","Provide","ReplaceToken","Require","ScrollPagingUtils","ServiceContainer","ServiceContainerContext","ServiceLocator","ServiceManifestProvider","SubscriptionHandler","TenantPropertyBagFactory","TokenService","Topics","UserAgentUtils","UserPropertyBagFactory","UserTypeStore","Utils","VueWebComponentSlot","WebComponentBootstrapper","WebUtils","extendApi","install","isInjectable","omniaScriptApi","propertyPath","propertyPathValue","registerApi","setCurrentManifest","useInject","useLocalize","useOmniaClient","useProvide","useRequestAborter","vueCustomElement"]},"./node_modules/@omnia/fx/stores/index.js":{"id":"5e618f4d-d014-414e-a681-89e34cbeda0f","buildMeta":{"exportsType":"namespace"},"expo.js":["AiSettingsStore","AppNamingPolicyStore","AppStore","ArchivedIdentityStore","AuditLogStore","AzureAdUserStore","BlockTitleGlobalSettingsStore","BlockTitleSettingsStore","BusinessProfileStore","ClipboardStore","CommentLikeStore","ConnectedTenantStore","DirectionRuleStore","DynamicGroupStore","EnterpriseGlossaryStore","EnterprisePropertyCategoryStore","EnterprisePropertySetStore","EnterprisePropertyStore","ExtensionStore","FeatureStore","FileUploaderStore","FocusStore","GroupIdentityStore","IdentityStore","IdentitySyncProviderStore","LinkReferencesStore","LocalizationStore","MSTeamsStore","MediaPickerStore","MultilingualStore","OrganizationTreeStore","PostStore","ProfileCardHandlerStore","ProfileCardStore","PromotedTagStore","SiteStore","Store","StoreAction","StoreLogTypes","StoreLogger","StoreMutation","StoreState","SystemLogStore","TargetingPropertyStore","TimeZoneStore","TokenStatus","TokenStore","UserIdentityStore","UserTargetingStore","UserTypeIdentityPickerStore","UserTypeIdentityStore","UserTypeStore","VersionedLayoutStore","defineStore","defineStore2"]},"./node_modules/@omnia/fx/vue/index.js":{"id":"c041fe9f-1e14-443d-9407-5aa8829fbc21","buildMeta":{"exportsType":"namespace"},"expo.js":["Localize","VueWebComponentSlot","install","useLocalize","vueCustomElement"]},"./node_modules/@omnia/fx/services/index.js":{"id":"e25b9dd8-6dd7-4437-8ddd-0b9fadba73ac","buildMeta":{"exportsType":"namespace"},"expo.js":["AIEngineSetupService","AiSettingsService","AppNamingPolicyService","AppRouteService","AppService","AuditLogService","AzureAdGroupService","AzureAdUserService","AzureOpenAIService","BusinessProfilePropertyBindingProvider","BusinessProfileService","ConnectedTenantService","DataSourcePropertiesService","DataSourcePropertyDefinitionHandler","DynamicGroupService","DynamicPropertyDataSource","EnterpriseGlossaryService","EnterprisePropertiesProvider","EnterprisePropertyCategoryService","EnterprisePropertySetService","ExtendedEnterprisePropertiesPropertyBindingProvider","ExtensionsService","FeatureService","FileStorageService","GroupIdentityService","GroupService","IdentityAuthenticationService","IdentityCreationRequestService","IdentityPropertyBindingProvider","IdentitySelfServiceService","IdentityService","IdentitySyncProviderService","ImageProxyService","LinkStatusService","LocalizationService","LoginLogService","ManifestService","MediaPickerService","MicrosoftStreamService","OmniaSearchService","OmniaSearchUserService","OrganizationTreeService","PermissionNode","PermissionService","PostService","ProfileCardService","PropertyBindingService","PropertyDataSourceBase","QueryablePropertiesService","QueueService","RealtimeService","ReindexOmniaSearchUserService","SecretsService","SecurityRoles","SecurityService","SemanticSearchService","SettingsService","SiteService","TagsService","TargetingPropertyService","TenantContactService","TenantPreSetupService","TestDataSourcePropertiesService","TimeZoneService","TranslationService","UserIdentityService","UserPresenceStatus","UserPropertyBindingProvider","UserService","UserTypeService","VersionedDataService","VersionedLayoutService","WebImageService","WriteBackStatus"]}}}
@@ -9,6 +9,7 @@ export declare class BusinessProfileService {
9
9
  findProfile: (path: string) => Promise<BusinessProfile>;
10
10
  getProfiles: () => Promise<Array<BusinessProfile>>;
11
11
  getProfile: (profileId: string) => Promise<BusinessProfile>;
12
+ getDefaultBusinessProfileUrl: (profileId: string, includeOmniaAdminPath?: boolean) => Promise<string>;
12
13
  getProfileWithProperties: (profileId: string) => Promise<BusinessProfileWithProperties>;
13
14
  deleteProfile: (profileId: string) => Promise<void>;
14
15
  getPathsOfProfile: (profileId: string) => Promise<Array<string>>;
@@ -11,6 +11,7 @@ export declare class SecurityRoles {
11
11
  Admin: string;
12
12
  DirectoryReader: string;
13
13
  SemanticSearchReader: string;
14
+ BlockTemplateEditor: string;
14
15
  };
15
16
  static SiteCollection: {
16
17
  new (): {};
@@ -2,6 +2,7 @@ import { Future, GroupIdentity, GroupMembers, Identity, IdentityQuery, IResolved
2
2
  export declare class IdentityService {
3
3
  private httpClient;
4
4
  private baseUrl;
5
+ private archiveUrl;
5
6
  query(query: IdentityQuery): Future<ItemQueryResult<IResolvedIdentity>>;
6
7
  queryUsers(query: UserIdentityQuery): Future<ItemQueryResult<IResolvedIdentity>>;
7
8
  getSpecialIdentities(): Future<IResolvedIdentity[]>;
@@ -24,4 +25,8 @@ export declare class IdentityService {
24
25
  getIdentitiesWithProviderIdentities: (providerId: GuidValue, userIds: GuidValue[]) => Future<{
25
26
  [userIdentityUid: string]: Identity;
26
27
  }>;
28
+ queryArchive(query: IdentityQuery): Future<ItemQueryResult<IResolvedIdentity>>;
29
+ resolveArchivedUserIdentities(identites: Identity[]): Future<{
30
+ [uid: string]: IResolvedIdentity;
31
+ }>;
27
32
  }
@@ -29,6 +29,7 @@ export declare class PermissionService {
29
29
  hasPermissionForRoles(roleIds: GuidValue[], contextParams?: {
30
30
  [key: string]: string | number;
31
31
  }): Promise<boolean>;
32
+ hasPermissionForRolesInApp(roleIds: GuidValue[], appInstanceId: GuidValue): Promise<boolean>;
32
33
  addOrUpdatePermissionBindings(rolePermissionSettingWithParam: RolePermissionSettingWithContextParam, contextParams?: {
33
34
  [key: string]: string | number;
34
35
  }, serviceId?: GuidValue): Promise<void>;
@@ -0,0 +1,23 @@
1
+ import { Future, IResolvedIdentity, Identity, IdentityQuery } from "@omnia/fx-models";
2
+ import { Store } from "./Store";
3
+ import { IIdentityPickerStore } from "./IdentityStore";
4
+ export declare class ArchivedIdentityStore extends Store implements IIdentityPickerStore {
5
+ private identityService;
6
+ private archivedIdentitiesState;
7
+ getters: {
8
+ getResolvedIdentity: (identity: Identity) => IResolvedIdentity;
9
+ getResolvedIdentities: () => IResolvedIdentity[];
10
+ };
11
+ mutations: {
12
+ addOrUpdateResolvedIdentities: (resolvedIdentities: IResolvedIdentity[]) => void;
13
+ };
14
+ actions: {
15
+ resolveIdentities: import("./Store").StoreAction<unknown, (identities: Identity[]) => void, (result: {
16
+ [uid: string]: IResolvedIdentity;
17
+ }, identities: Identity[]) => void, (failureReason: any, identities: Identity[]) => void, (identities: Identity[]) => Promise<{
18
+ [uid: string]: IResolvedIdentity;
19
+ }>>;
20
+ query: import("./Store").StoreAction<unknown, (query: IdentityQuery) => void, (result: import("@omnia/fx-models").ItemQueryResult<IResolvedIdentity>, query: IdentityQuery) => void, (failureReason: any, query: IdentityQuery) => void, (query: IdentityQuery) => Future<import("@omnia/fx-models").ItemQueryResult<IResolvedIdentity>>>;
21
+ };
22
+ protected onActivated(): void;
23
+ }
@@ -1,5 +1,5 @@
1
1
  import { Store } from "./Store";
2
- import { IIcon, BlockTitleSettings } from "../models";
2
+ import { IIcon, BlockTitleSettings, GuidValue } from "../models";
3
3
  import { BlockTitleGlobalSettingsStore } from "./BlockTitleGlobalSettingsStore";
4
4
  import { DirectionRuleStore } from "./DirectionRuleStore";
5
5
  export interface SettingsValue {
@@ -7,6 +7,7 @@ export interface SettingsValue {
7
7
  blockTitleSettings: BlockTitleSettings;
8
8
  icon: IIcon;
9
9
  customSettings: boolean;
10
+ headerLevel?: GuidValue;
10
11
  }
11
12
  export declare class BlockTitleSettingsStore extends Store {
12
13
  blockTitleGlobalSettingsStore: BlockTitleGlobalSettingsStore;
@@ -36,8 +37,9 @@ export declare class BlockTitleSettingsStore extends Store {
36
37
  setLayoutInheritage: (key: any) => void;
37
38
  setComponentIcon: (key: any, icon: IIcon) => void;
38
39
  removeComponentIcon: (key: any) => void;
39
- setComponentSettings: (key: any, blockTitleSettings: BlockTitleSettings, icon?: IIcon) => void;
40
+ setComponentSettings: (key: any, blockTitleSettings: BlockTitleSettings, icon?: IIcon, headerLevel?: GuidValue) => void;
40
41
  revertComponentToGlobalSettings: (key: any) => void;
42
+ setComponentTitleHeaderLevel: (key: any, headerLevel: GuidValue) => void;
41
43
  };
42
44
  /**
43
45
  * Implementation of actions
@@ -45,3 +45,4 @@ export * from "./LinkReferencesStore";
45
45
  export * from "./UserTypeIdentityStore";
46
46
  export * from "./ProfileCardHandlerStore";
47
47
  export * from "./FocusStore";
48
+ export * from "./ArchivedIdentityStore";
@@ -1,4 +1,5 @@
1
1
  import { AnchorLinkRoute, TokenBasedRouteStateData, IMessageBusSubscriptionHandler } from "../models";
2
+ import { StateData } from "../ux/InternalRouter";
2
3
  import { TokenBasedRouter } from "./TokenBasedRouter";
3
4
  import { VueComponentBase } from "./VueComponentBase";
4
5
  interface AnchorLinkConfiguration {
@@ -21,6 +22,7 @@ declare class InternalAnchorLinkRouter extends TokenBasedRouter<AnchorLinkRoute,
21
22
  subscribe: (config: AnchorLinkConfiguration) => IMessageBusSubscriptionHandler;
22
23
  silentNavigate: (anchorName: string) => void;
23
24
  clearRoute: () => void;
25
+ getTokenValue: (stateData: StateData) => TokenBasedRouteStateData;
24
26
  private useConfiguration;
25
27
  private scrollToElement;
26
28
  private onMutationObserved;
@@ -37,6 +39,7 @@ export declare class AnchorLink {
37
39
  clear(): void;
38
40
  subscribe(config: AnchorLinkConfiguration): IMessageBusSubscriptionHandler;
39
41
  silentNavigate(anchorName: string): void;
42
+ getTokenValue(stateData: StateData): TokenBasedRouteStateData;
40
43
  static combine(path: string, anchorName: string): string | null;
41
44
  static split(path: string): string[];
42
45
  static transformToDefaultFormat(value: string): string;
@@ -57,7 +57,6 @@ export * from "./filterengine";
57
57
  export * from "./use";
58
58
  export * from "./tag";
59
59
  export * from "./datetimefilterquery";
60
- export * from "./skeletonhandler";
61
60
  export * from "./TokenBasedRouter";
62
61
  export * from "./StyleFlow";
63
62
  export * from "./UxCoreTypings";
@@ -1,3 +1,4 @@
1
+ import { StateData } from "./InternalRouter";
1
2
  import { ITokenBasedRouteContext, TokenBasedRouteStateData, IMessageBusTopicSubscription, TokenBasedRoute } from "../models";
2
3
  export declare abstract class TokenBasedRouter<T1 extends TokenBasedRoute, T2 extends TokenBasedRouteStateData> {
3
4
  private static initialized;
@@ -19,6 +20,7 @@ export declare abstract class TokenBasedRouter<T1 extends TokenBasedRoute, T2 ex
19
20
  get onNavigate(): IMessageBusTopicSubscription<ITokenBasedRouteContext<T1, T2>>;
20
21
  get routeContext(): ITokenBasedRouteContext<T1, T2>;
21
22
  get tokenExistsOnUrl(): boolean;
23
+ protected protectedGetTokenValue(stateData?: StateData): TokenBasedRouteStateData;
22
24
  protected protectedNavigate(title: string, route: T1, stateData?: T2, replaceState?: boolean): void;
23
25
  protected protectedClearRoute(): void;
24
26
  protected combinePathParts(...parts: string[]): string;
@@ -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: {
@@ -1405,6 +1419,45 @@ export interface OmniaUxLocalization {
1405
1419
  InvalidField: string;
1406
1420
  };
1407
1421
  };
1422
+ BlockGallery: {
1423
+ Title: string;
1424
+ Settings: string;
1425
+ EnableModernDialogSwitch: string;
1426
+ BlockTemplates: {
1427
+ Title: string;
1428
+ Create: string;
1429
+ Fields: {
1430
+ Definition: string;
1431
+ };
1432
+ InvalidJsonField: string;
1433
+ ErrorMsg: string;
1434
+ ListEmptyMsg: string;
1435
+ DeleteConfirmationTitle: string;
1436
+ DeleteConfirmationMsg: string;
1437
+ };
1438
+ BlockDialog: {
1439
+ Title: string;
1440
+ AddBlocks: string;
1441
+ EmptyMessage: string;
1442
+ NoBlocksFoundMsg: string;
1443
+ AddHeader: string;
1444
+ EditHeader: string;
1445
+ ManageList: string;
1446
+ Confirm: string;
1447
+ DeletedItemWarning: string;
1448
+ DeleteItemTitle: string;
1449
+ Header: string;
1450
+ };
1451
+ BlockDialogLayout: {
1452
+ Title: string;
1453
+ Authentication: string;
1454
+ Default: string;
1455
+ SPFx: string;
1456
+ };
1457
+ Tooltips: {
1458
+ Management: string;
1459
+ };
1460
+ };
1408
1461
  }
1409
1462
  export declare const OmniaUxLocalizationNamespace = "Omnia.Ux";
1410
1463
  export declare const BuiltInLocalizationKeys: {
@@ -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,6 @@
1
+ import { JourneyInstance } from "@omnia/fx-models";
2
+ interface IAdminBlade {
3
+ journey: JourneyInstance;
4
+ }
5
+ declare const _default: import("vue-tsx-support")._TsxComponentV3<import("vue").default, {}, import("vue-tsx-support").PropsForOutside<IAdminBlade, never>, any, any, any>;
6
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import { JourneyInstance } from "@omnia/fx-models";
2
+ interface IAdminBlade {
3
+ journey: JourneyInstance;
4
+ }
5
+ declare const _default: import("vue-tsx-support")._TsxComponentV3<import("vue").default, {}, import("vue-tsx-support").PropsForOutside<IAdminBlade, never>, any, any, any>;
6
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import { JourneyInstance } from "@omnia/fx-models";
2
+ export interface IBlockTemplatesAdmin {
3
+ journey: JourneyInstance;
4
+ }
5
+ declare const _default: import("vue-tsx-support")._TsxComponentV3<import("vue").default, {}, import("vue-tsx-support").PropsForOutside<IBlockTemplatesAdmin, never>, any, any, any>;
6
+ export default _default;
@@ -0,0 +1,12 @@
1
+ import { IButton } from "@omnia/fx/ux";
2
+ interface IAdminBlade {
3
+ closeEvent: () => void;
4
+ bladeTitle: string;
5
+ saveEvent?: () => void;
6
+ cancelEvent?: () => void;
7
+ hasChanges?: boolean;
8
+ disableActionToolbarBtns?: boolean;
9
+ saveBtnPreset?: IButton;
10
+ }
11
+ declare const _default: import("vue-tsx-support")._TsxComponentV3<import("vue").default, {}, import("vue-tsx-support").PropsForOutside<IAdminBlade, never>, any, any, any>;
12
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import { JourneyInstance } from "@omnia/fx-models";
2
+ export interface IBlockTemplatesAdmin {
3
+ journey: JourneyInstance;
4
+ }
5
+ declare const _default: import("vue-tsx-support")._TsxComponentV3<import("vue").default, {}, import("vue-tsx-support").PropsForOutside<IBlockTemplatesAdmin, never>, any, any, any>;
6
+ export default _default;
@@ -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;
@@ -0,0 +1,6 @@
1
+ import { JourneyInstance } from "@omnia/fx-models";
2
+ export interface IBlockTemplatesAdmin {
3
+ journey: JourneyInstance;
4
+ }
5
+ declare const _default: import("vue-tsx-support")._TsxComponentV3<import("vue").default, {}, import("vue-tsx-support").PropsForOutside<IBlockTemplatesAdmin, never>, any, any, any>;
6
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import { JourneyInstance } from "@omnia/fx-models";
2
+ interface IAdminBlade {
3
+ journey: JourneyInstance;
4
+ }
5
+ declare const _default: import("vue-tsx-support")._TsxComponentV3<import("vue").default, {}, import("vue-tsx-support").PropsForOutside<IAdminBlade, never>, any, any, any>;
6
+ export default _default;
@@ -0,0 +1,26 @@
1
+ export declare const BladeIds: {
2
+ blockDialog: string;
3
+ blockDialogLayouts: string;
4
+ blockTemplates: string;
5
+ settings: string;
6
+ addblock: string;
7
+ addEditHeader: string;
8
+ addEditTemplate: string;
9
+ blockGallery: string;
10
+ };
11
+ export declare const BlockDialogRoute: {
12
+ blockGallery: string[];
13
+ blockDialogLayout: {
14
+ home: string[];
15
+ blockDialog: string[];
16
+ addBlock: string[];
17
+ addEditHeader: string[];
18
+ };
19
+ settings: {
20
+ home: string[];
21
+ };
22
+ blockTemplates: {
23
+ home: string[];
24
+ addEditTemplate: string[];
25
+ };
26
+ };
@@ -0,0 +1,6 @@
1
+ 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>> & {
2
+ propsDefinition: import("vue-tsx-support").PropsForOutside<unknown, never>;
3
+ }) | (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>> & {
4
+ propsDefinition: import("vue-tsx-support").PropsForOutside<unknown, never>;
5
+ });
6
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import { BlockGalleryDialogLayoutSetting, BlockGalleryGeneralSetting, BlockTemplate } from "@omnia/fx-models";
2
+ export declare const useBlockGalleryFactory: () => {
3
+ defaultBlockTemplate: () => BlockTemplate;
4
+ defaultBlockGalleryDialogLayoutSetting: () => BlockGalleryDialogLayoutSetting;
5
+ defaultBlockGalleryGeneralSetting: () => BlockGalleryGeneralSetting;
6
+ };
@@ -0,0 +1 @@
1
+ export * from "./Factory";
@@ -0,0 +1,9 @@
1
+ import { BlockTemplate, BlockTemplateView } from "@omnia/fx-models";
2
+ export declare const useBlockTemplateService: () => {
3
+ add: (blockTemplate: BlockTemplate) => import("@omnia/fx-models").Future<BlockTemplate>;
4
+ update: (blockTemplate: BlockTemplate) => import("@omnia/fx-models").Future<unknown>;
5
+ remove: (id: number) => import("@omnia/fx-models").Future<number>;
6
+ loadAll: () => import("@omnia/fx-models").Future<BlockTemplateView[]>;
7
+ getById: (id: number) => import("@omnia/fx-models").Future<BlockTemplate>;
8
+ getByIds: (blockTemplateIds: number[]) => import("@omnia/fx-models").Future<BlockTemplate[]>;
9
+ };
@@ -0,0 +1 @@
1
+ export * from "./BlockTemplateService";