@omnia/fx 7.9.6-preview → 7.9.6

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 (72) 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 +4 -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/TargetingPropertyService.d.ts +1 -0
  8. package/internal-do-not-import-from-here/services/identities/IdentityService.d.ts +5 -0
  9. package/internal-do-not-import-from-here/services/permissions/PermissionService.d.ts +1 -0
  10. package/internal-do-not-import-from-here/stores/ArchivedIdentityStore.d.ts +23 -0
  11. package/internal-do-not-import-from-here/stores/AzureAdUserStore.d.ts +1 -0
  12. package/internal-do-not-import-from-here/stores/BlockTitleSettingsStore.d.ts +4 -2
  13. package/internal-do-not-import-from-here/stores/TargetingPropertyStore.d.ts +1 -0
  14. package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
  15. package/internal-do-not-import-from-here/ux/Exposes.d.ts +0 -1
  16. package/internal-do-not-import-from-here/ux/UxModels.d.ts +53 -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/blockgallery/AddEditBlockBlade.d.ts +6 -0
  22. package/internal-do-not-import-from-here/ux/blockgallery/AddEditHeaderBlade.d.ts +6 -0
  23. package/internal-do-not-import-from-here/ux/blockgallery/AddEditTemplateBlade.d.ts +6 -0
  24. package/internal-do-not-import-from-here/ux/blockgallery/AdminBlade.d.ts +12 -0
  25. package/internal-do-not-import-from-here/ux/blockgallery/BlockDialogBlade.d.ts +6 -0
  26. package/internal-do-not-import-from-here/ux/blockgallery/BlockDialogLayoutListBlade.d.ts +5 -0
  27. package/internal-do-not-import-from-here/ux/blockgallery/BlockTemplatesBlade.d.ts +6 -0
  28. package/internal-do-not-import-from-here/ux/blockgallery/SettingsBlade.d.ts +6 -0
  29. package/internal-do-not-import-from-here/ux/blockgallery/admin/AdminRegistration.d.ts +1 -0
  30. package/internal-do-not-import-from-here/ux/blockgallery/admin/Constants.d.ts +26 -0
  31. package/internal-do-not-import-from-here/ux/blockgallery/admin/TenantBlockTemplateJourney.d.ts +6 -0
  32. package/internal-do-not-import-from-here/ux/blockgallery/apis/Registration.d.ts +1 -0
  33. package/internal-do-not-import-from-here/ux/blockgallery/factory/Factory.d.ts +6 -0
  34. package/internal-do-not-import-from-here/ux/blockgallery/factory/index.d.ts +1 -0
  35. package/internal-do-not-import-from-here/ux/blockgallery/services/BlockTemplateService.d.ts +9 -0
  36. package/internal-do-not-import-from-here/ux/blockgallery/services/index.d.ts +1 -0
  37. package/internal-do-not-import-from-here/ux/blockgallery/store/BlockGalleryStore.d.ts +94 -0
  38. package/internal-do-not-import-from-here/ux/blockgallery/store/index.d.ts +1 -0
  39. package/internal-do-not-import-from-here/ux/blockgallery/style/General.d.ts +4 -0
  40. package/internal-do-not-import-from-here/ux/blockgallery/style/index.d.ts +1 -0
  41. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/ActionToolbar.d.ts +6 -0
  42. package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +3 -0
  43. package/internal-do-not-import-from-here/ux/editorchrome/chrome/IEditorChrome.d.ts +3 -0
  44. package/internal-do-not-import-from-here/ux/enterpriseproperties/EnterprisePropertyComponentProps.d.ts +1 -0
  45. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/richtextfield/RichTextFieldEdit.d.ts +1 -0
  46. package/internal-do-not-import-from-here/ux/headingconfigurations/HeadingConfigurationFactory.d.ts +2 -1
  47. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +6 -1
  48. package/internal-do-not-import-from-here/ux/identities/loc/localize.d.ts +1 -0
  49. package/internal-do-not-import-from-here/ux/languagepicker/ILanguagePicker.d.ts +3 -2
  50. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +6 -2
  51. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/AddContentDialog.d.ts +12 -0
  52. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +7 -0
  53. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +3 -0
  54. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +1 -0
  55. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +5 -1
  56. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/IBlockTitle.d.ts +4 -0
  57. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +4 -1
  58. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +2 -0
  59. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/BlockCatalogStore.d.ts +14 -1
  60. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +2 -1
  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/wctypings.d.ts +2 -2
  69. package/package.json +3 -3
  70. package/internal-do-not-import-from-here/ux/skeletonhandler/ISkeletonLoader.d.ts +0 -13
  71. package/internal-do-not-import-from-here/ux/skeletonhandler/SkeletonLoader.d.ts +0 -7
  72. 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,7 +115,9 @@ export declare class HttpClient {
115
115
  private writeHeadersToCookie;
116
116
  private removeHeadersCookie;
117
117
  private requestCtxKey;
118
+ private expiresAt;
118
119
  private setupCtxAwareClient;
120
+ private ensureRemoveHeadersCookie;
119
121
  private setupCtxAwareClientMSService;
120
122
  private configurePreflightKiller;
121
123
  /**
@@ -141,7 +143,7 @@ export declare class HttpClient {
141
143
  *
142
144
  * }
143
145
  */
144
- static createOmniaServiceRequestConfig: (serviceId?: GuidValue) => Promise<AxiosRequestConfig>;
146
+ static createOmniaServiceRequestConfig: (serviceId?: GuidValue, skipDomainReplacement?: boolean) => Promise<AxiosRequestConfig>;
145
147
  static createMS365ServiceRequestConfig(): Promise<AxiosRequestConfig<any>>;
146
148
  static createSPServiceRequestConfig(authorityUrl: string): Promise<AxiosRequestConfig<any>>;
147
149
  /**
@@ -167,7 +169,7 @@ export declare class HttpClient {
167
169
  *
168
170
  * }
169
171
  */
170
- static createContextAwareRequestConfig: (baseUrl: string, acceptHeader?: string) => Promise<AxiosRequestConfig>;
172
+ static createContextAwareRequestConfig: (baseUrl: string, acceptHeader?: string, skipDomainReplacement?: boolean) => Promise<AxiosRequestConfig>;
171
173
  private static getDomainRegex;
172
174
  private static createMSServiceContextAwareRequestConfig;
173
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 (): {};
@@ -9,4 +9,5 @@ export declare class TargetingPropertyService {
9
9
  getTargetingPropertyResult: () => Promise<Array<TargetingPropertyResult>>;
10
10
  terminateTargetingProperty: (propertyId: GuidValue) => Promise<void>;
11
11
  restoreTargetingProperty: (propertyId: GuidValue) => Promise<TargetingProperty<TargetingPropertyData>>;
12
+ invalidateTargetingPropertyResultCache: () => Promise<void>;
12
13
  }
@@ -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
+ }
@@ -4,6 +4,7 @@ import { Store } from "./Store";
4
4
  export declare class AzureAdUserStore extends Store {
5
5
  private azureAdService;
6
6
  omniaCtx: OmniaContext;
7
+ private targetingPropertyStore;
7
8
  private resolvePropertiesValuePromises;
8
9
  private resolvePropertiesInfoPromise;
9
10
  private resolveSyncPropertiesInfoPromise;
@@ -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
@@ -24,6 +24,7 @@ export declare class TargetingPropertyStore extends Store {
24
24
  ensureUserTargetingResult: import("./Store").StoreAction<unknown, () => void, (result: boolean) => void, (failureReason: any) => void, () => Promise<boolean>>;
25
25
  terminateTargetingProperty: import("./Store").StoreAction<unknown, (propertyId: GuidValue) => void, (result: boolean, propertyId: GuidValue) => void, (failureReason: any, propertyId: GuidValue) => void, (propertyId: GuidValue) => Promise<boolean>>;
26
26
  restoreTargetingProperty: import("./Store").StoreAction<unknown, (propertyId: GuidValue) => void, (result: TargetingProperty<TargetingPropertyData>, propertyId: GuidValue) => void, (failureReason: any, propertyId: GuidValue) => void, (propertyId: GuidValue) => Promise<TargetingProperty<TargetingPropertyData>>>;
27
+ invalidateTargetingPropertyResultCache: import("./Store").StoreAction<unknown, () => void, (result: void) => void, (failureReason: any) => void, () => Promise<void>>;
27
28
  };
28
29
  onActivated(): void;
29
30
  onDisposing(): void;
@@ -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";
@@ -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";
@@ -723,6 +723,12 @@ export interface OmniaUxLocalization {
723
723
  Title: string;
724
724
  };
725
725
  };
726
+ ExtraIDAdditionalUserProperties: {
727
+ Category: string;
728
+ Description: string;
729
+ Title: string;
730
+ ConsentInformation: string;
731
+ };
726
732
  };
727
733
  AuditLog: {
728
734
  Title: string;
@@ -967,6 +973,7 @@ export interface OmniaUxLocalization {
967
973
  AnchorName: string;
968
974
  CustomAnchorName: string;
969
975
  ScrollIntoView: string;
976
+ HeaderLevel: string;
970
977
  };
971
978
  Buttons: {
972
979
  AddColor: string;
@@ -1138,7 +1145,9 @@ export interface OmniaUxLocalization {
1138
1145
  LabelPadding: string;
1139
1146
  Tab: string;
1140
1147
  Accordion: string;
1148
+ AccordionDescription: string;
1141
1149
  Stepper: string;
1150
+ StepperDescription: string;
1142
1151
  Label: string;
1143
1152
  Tooltip: string;
1144
1153
  Icon: string;
@@ -1244,11 +1253,15 @@ export interface OmniaUxLocalization {
1244
1253
  };
1245
1254
  PredefinedSections: {
1246
1255
  OneColumn: string;
1256
+ OneColumnDescription: string;
1247
1257
  TwoColumns: string;
1258
+ TwoColumnsDescription: string;
1248
1259
  ThreeColumn: string;
1260
+ ThreeColumnsDescription: string;
1249
1261
  Center: string;
1250
1262
  Hero: string;
1251
1263
  Tab: string;
1264
+ TabSummary: string;
1252
1265
  };
1253
1266
  DisplayBreakPoints: {
1254
1267
  ExtraSmall: string;
@@ -1343,7 +1356,7 @@ export interface OmniaUxLocalization {
1343
1356
  };
1344
1357
  AuthenticationBlock: {
1345
1358
  Title: string;
1346
- Decsription: string;
1359
+ Summary: string;
1347
1360
  };
1348
1361
  IdentityPicker: {
1349
1362
  User: {
@@ -1405,6 +1418,45 @@ export interface OmniaUxLocalization {
1405
1418
  InvalidField: string;
1406
1419
  };
1407
1420
  };
1421
+ BlockGallery: {
1422
+ Title: string;
1423
+ Settings: string;
1424
+ EnableModernDialogSwitch: string;
1425
+ BlockTemplates: {
1426
+ Title: string;
1427
+ Create: string;
1428
+ Fields: {
1429
+ Definition: string;
1430
+ };
1431
+ InvalidJsonField: string;
1432
+ ErrorMsg: string;
1433
+ ListEmptyMsg: string;
1434
+ DeleteConfirmationTitle: string;
1435
+ DeleteConfirmationMsg: string;
1436
+ };
1437
+ BlockDialog: {
1438
+ Title: string;
1439
+ AddBlocks: string;
1440
+ EmptyMessage: string;
1441
+ NoBlocksFoundMsg: string;
1442
+ AddHeader: string;
1443
+ EditHeader: string;
1444
+ ManageList: string;
1445
+ Confirm: string;
1446
+ DeletedItemWarning: string;
1447
+ DeleteItemTitle: string;
1448
+ Header: string;
1449
+ };
1450
+ BlockDialogLayout: {
1451
+ Title: string;
1452
+ Authentication: string;
1453
+ Default: string;
1454
+ SPFx: string;
1455
+ };
1456
+ Tooltips: {
1457
+ Management: string;
1458
+ };
1459
+ };
1408
1460
  }
1409
1461
  export declare const OmniaUxLocalizationNamespace = "Omnia.Ux";
1410
1462
  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,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";