@omnia/fx 7.9.0-preview → 7.9.0
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.
- package/internal-do-not-import-from-here/core/Cookies.d.ts +2 -1
- package/internal-do-not-import-from-here/core/http/HttpClient.d.ts +4 -2
- package/internal-do-not-import-from-here/core/utils/Utils.d.ts +3 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/services/BusinessProfileService.d.ts +1 -0
- package/internal-do-not-import-from-here/services/SecurityRoles.d.ts +1 -0
- package/internal-do-not-import-from-here/services/SemanticSearchService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/TargetingPropertyService.d.ts +1 -0
- package/internal-do-not-import-from-here/services/identities/IdentityService.d.ts +5 -0
- package/internal-do-not-import-from-here/services/permissions/PermissionService.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/ArchivedIdentityStore.d.ts +23 -0
- package/internal-do-not-import-from-here/stores/AzureAdUserStore.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/BlockTitleSettingsStore.d.ts +4 -2
- package/internal-do-not-import-from-here/stores/TargetingPropertyStore.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/UxModels.d.ts +53 -2
- package/internal-do-not-import-from-here/ux/actionhandler/ActionHandler.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/analytics/metric/Metric.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/app/appinstance/view/listing/ListView.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/authenticationchecker/AuthenticationChecker.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/blockgallery/AddEditBlockBlade.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/blockgallery/AddEditHeaderBlade.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/blockgallery/AddEditTemplateBlade.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/blockgallery/AdminBlade.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/blockgallery/BlockDialogBlade.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/blockgallery/BlockDialogLayoutListBlade.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/blockgallery/BlockTemplatesBlade.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/blockgallery/SettingsBlade.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/blockgallery/admin/AdminRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blockgallery/admin/Constants.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/blockgallery/admin/TenantBlockTemplateJourney.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/blockgallery/apis/Registration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blockgallery/factory/Factory.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/blockgallery/factory/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blockgallery/services/BlockTemplateService.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/blockgallery/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blockgallery/store/BlockGalleryStore.d.ts +94 -0
- package/internal-do-not-import-from-here/ux/blockgallery/store/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blockgallery/style/General.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/blockgallery/style/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/dialog/IDialog.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/ActionToolbar.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/editorchrome/chrome/IEditorChrome.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/EnterprisePropertyComponentProps.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/mediafield/IMediaFieldDisplay.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/mediafield/MediaFieldDisplay.d.ts +18 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/mediafield/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/mediafield/IMediaFieldEdit.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/mediafield/MediaFieldEdit.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/mediafield/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/richtextfield/RichTextFieldEdit.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/headingconfigurations/HeadingConfigurationFactory.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +6 -1
- package/internal-do-not-import-from-here/ux/identities/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/languagepicker/ILanguagePicker.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/AddContentDialog.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/IBlockTitle.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/BlockCatalogStore.d.ts +14 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/apis/FileHandlerRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mycomputerprovider/MyComputerProvider.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/UnsplashProvider.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/models/UnsplashImage.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/services/UnsplashImageService.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/models/enterpriseproperties/PersonFieldDisplayStyles.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/organizationtree/OrganizationTree.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/permissioninput/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/profilecard/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/profilecard/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +6 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +2 -2
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/skeletonhandler/ISkeletonLoader.d.ts +0 -13
- package/internal-do-not-import-from-here/ux/skeletonhandler/SkeletonLoader.d.ts +0 -7
- 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>>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GuidValue, SemanticSearchJobResult, SemanticSearchGetRequest, SemanticSearchResult, SemanticSearchJobResultWithData, SemanticSearchQueryableProperty } from "../models";
|
|
1
|
+
import { GuidValue, SemanticSearchJobResult, SemanticSearchGetRequest, SemanticSearchResult, SemanticSearchJobResultWithData, SemanticSearchQueryableProperty, SemanticSearchQueryablePropertyCreation } from "../models";
|
|
2
2
|
export declare class SemanticSearchService {
|
|
3
3
|
private httpClient;
|
|
4
4
|
constructor();
|
|
@@ -8,5 +8,5 @@ export declare class SemanticSearchService {
|
|
|
8
8
|
getSemanticSearchQuestionsResult: (questionJobId: GuidValue) => Promise<SemanticSearchJobResultWithData<SemanticSearchResult>>;
|
|
9
9
|
getSemanticSearchQueriesResult: (queryJobId: GuidValue) => Promise<SemanticSearchJobResultWithData<SemanticSearchResult>>;
|
|
10
10
|
getSemanticSearchQueryableProperties: () => Promise<SemanticSearchQueryableProperty[]>;
|
|
11
|
-
updateSemanticSearchQueryableProperties: (semanticSearchQueryableProperties:
|
|
11
|
+
updateSemanticSearchQueryableProperties: (semanticSearchQueryableProperties: SemanticSearchQueryablePropertyCreation[]) => Promise<void>;
|
|
12
12
|
}
|
|
@@ -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;
|
|
@@ -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";
|
|
@@ -99,7 +99,6 @@ export interface OmniaUxLocalization {
|
|
|
99
99
|
};
|
|
100
100
|
Message: {
|
|
101
101
|
Required: string;
|
|
102
|
-
DeletedProperty: string;
|
|
103
102
|
};
|
|
104
103
|
Fields: {
|
|
105
104
|
Title: string;
|
|
@@ -724,6 +723,12 @@ export interface OmniaUxLocalization {
|
|
|
724
723
|
Title: string;
|
|
725
724
|
};
|
|
726
725
|
};
|
|
726
|
+
ExtraIDAdditionalUserProperties: {
|
|
727
|
+
Category: string;
|
|
728
|
+
Description: string;
|
|
729
|
+
Title: string;
|
|
730
|
+
ConsentInformation: string;
|
|
731
|
+
};
|
|
727
732
|
};
|
|
728
733
|
AuditLog: {
|
|
729
734
|
Title: string;
|
|
@@ -968,6 +973,7 @@ export interface OmniaUxLocalization {
|
|
|
968
973
|
AnchorName: string;
|
|
969
974
|
CustomAnchorName: string;
|
|
970
975
|
ScrollIntoView: string;
|
|
976
|
+
HeaderLevel: string;
|
|
971
977
|
};
|
|
972
978
|
Buttons: {
|
|
973
979
|
AddColor: string;
|
|
@@ -1139,7 +1145,9 @@ export interface OmniaUxLocalization {
|
|
|
1139
1145
|
LabelPadding: string;
|
|
1140
1146
|
Tab: string;
|
|
1141
1147
|
Accordion: string;
|
|
1148
|
+
AccordionDescription: string;
|
|
1142
1149
|
Stepper: string;
|
|
1150
|
+
StepperDescription: string;
|
|
1143
1151
|
Label: string;
|
|
1144
1152
|
Tooltip: string;
|
|
1145
1153
|
Icon: string;
|
|
@@ -1245,11 +1253,15 @@ export interface OmniaUxLocalization {
|
|
|
1245
1253
|
};
|
|
1246
1254
|
PredefinedSections: {
|
|
1247
1255
|
OneColumn: string;
|
|
1256
|
+
OneColumnDescription: string;
|
|
1248
1257
|
TwoColumns: string;
|
|
1258
|
+
TwoColumnsDescription: string;
|
|
1249
1259
|
ThreeColumn: string;
|
|
1260
|
+
ThreeColumnsDescription: string;
|
|
1250
1261
|
Center: string;
|
|
1251
1262
|
Hero: string;
|
|
1252
1263
|
Tab: string;
|
|
1264
|
+
TabSummary: string;
|
|
1253
1265
|
};
|
|
1254
1266
|
DisplayBreakPoints: {
|
|
1255
1267
|
ExtraSmall: string;
|
|
@@ -1344,7 +1356,7 @@ export interface OmniaUxLocalization {
|
|
|
1344
1356
|
};
|
|
1345
1357
|
AuthenticationBlock: {
|
|
1346
1358
|
Title: string;
|
|
1347
|
-
|
|
1359
|
+
Summary: string;
|
|
1348
1360
|
};
|
|
1349
1361
|
IdentityPicker: {
|
|
1350
1362
|
User: {
|
|
@@ -1406,6 +1418,45 @@ export interface OmniaUxLocalization {
|
|
|
1406
1418
|
InvalidField: string;
|
|
1407
1419
|
};
|
|
1408
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
|
+
};
|
|
1409
1460
|
}
|
|
1410
1461
|
export declare const OmniaUxLocalizationNamespace = "Omnia.Ux";
|
|
1411
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,4 @@
|
|
|
1
1
|
import { IWebComponentInstance } from "@omnia/fx";
|
|
2
|
-
import { AppInstanceRollupViewPropertySettings, EnterprisePropertyDefinition } from "@omnia/fx-models";
|
|
3
2
|
import { MediaPickerService } from "../../../../../services";
|
|
4
3
|
import { DirectionRuleStore } from "../../../../../stores";
|
|
5
4
|
import { AppInstanceRollupViewBase } from "../BaseView";
|
|
@@ -12,11 +11,8 @@ export declare class AppInstanceRollupListViewComponent extends AppInstanceRollu
|
|
|
12
11
|
private skipPaddingRowCells;
|
|
13
12
|
private paddingForCell;
|
|
14
13
|
private isRightToLeft;
|
|
15
|
-
private specialPropertyNames;
|
|
16
14
|
created(): void;
|
|
17
15
|
mounted(): void;
|
|
18
|
-
get columns(): Array<AppInstanceRollupViewPropertySettings>;
|
|
19
|
-
isValidColumn(col: AppInstanceRollupViewPropertySettings): EnterprisePropertyDefinition;
|
|
20
16
|
private init;
|
|
21
17
|
private registerStickyHeader;
|
|
22
18
|
private initSpacingAndPadding;
|
package/internal-do-not-import-from-here/ux/authenticationchecker/AuthenticationChecker.d.ts
CHANGED
|
@@ -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 @@
|
|
|
1
|
+
export {};
|
|
@@ -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
|
+
};
|
package/internal-do-not-import-from-here/ux/blockgallery/admin/TenantBlockTemplateJourney.d.ts
ADDED
|
@@ -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 @@
|
|
|
1
|
+
export {};
|
|
@@ -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";
|