@omnia/fx 8.0.299-dev → 8.0.300-dev
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/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/{ux/aurora/store → services}/ThemeService.d.ts +3 -4
- package/internal-do-not-import-from-here/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/DefineStore.d.ts +23 -10
- package/internal-do-not-import-from-here/stores/LocalizationStore.d.ts +3 -28
- package/internal-do-not-import-from-here/stores/SizeContainerStore.d.ts +6 -31
- package/internal-do-not-import-from-here/stores/floweditor/FlowEditorPluginStore.d.ts +6 -31
- package/internal-do-not-import-from-here/stores/floweditor/FlowEditorToolbarStateStore.d.ts +5 -21
- package/internal-do-not-import-from-here/stores/mediapicker/ImageTransformerStore.d.ts +24 -215
- package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerCommonStore.d.ts +7 -59
- package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerGalleryStore.d.ts +17 -123
- package/internal-do-not-import-from-here/stores/mediapicker/ProviderStore.d.ts +24 -160
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +9 -70
- package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +5 -21
- package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/BusinessProfileJourneyStore.d.ts +6 -58
- package/internal-do-not-import-from-here/ux/admin/security/store/AppInstanceJourneyStore.d.ts +6 -22
- package/internal-do-not-import-from-here/ux/admin/security/store/ProfileJourneyStore.d.ts +6 -22
- package/internal-do-not-import-from-here/ux/admin/security/store/TenantJourneyStore.d.ts +6 -22
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/store/SettingsBladeStore.d.ts +7 -50
- package/internal-do-not-import-from-here/ux/admin/settings/blades/redirect/store/OmniaRedirectStore.d.ts +2 -72
- package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +2 -27
- package/internal-do-not-import-from-here/ux/admin/system/store/SystemJourneyStore.d.ts +6 -49
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/stores/LocalizationAdminStore.d.ts +8 -78
- package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/store/SeoManagerStore.d.ts +2 -27
- package/internal-do-not-import-from-here/ux/admin/system/submenu/services/store/ServicesJourneyStore.d.ts +6 -31
- package/internal-do-not-import-from-here/ux/admin/systemlayout/store/SystemLayoutStore.d.ts +4 -126
- package/internal-do-not-import-from-here/ux/admin/usermanagement/authentication/BusinessProfileAuthenticationStore.d.ts +5 -39
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupDetailStore.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupQueryStore.d.ts +2 -45
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/SelfServiceStore.d.ts +11 -72
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserDetailStore.d.ts +2 -54
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserQueryStore.d.ts +2 -84
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/AddBlueprint.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ButtonsEditorStore.d.ts +8 -42
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +11 -72
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +68 -377
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +17 -69
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/IconsEditorStore.d.ts +7 -41
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/TabsEditorStore.d.ts +7 -41
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +8 -87
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +11 -147
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/colorschemas/store/ColorSchemaEditorStore.d.ts +6 -58
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/fontsmanager/store/FontManagerStore.d.ts +2 -54
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/store/TemplateEditorStore.d.ts +8 -123
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/store/ThemeDesignerStore.d.ts +8 -33
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/store/ThemeEditorStore.d.ts +7 -59
- package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker → containerFillpicker}/ContainerBlueprintsViewer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker/ContainerPicker.d.ts → containerFillpicker/ContainerFillPicker.d.ts} +91 -91
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +4 -44
- package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +8 -33
- package/internal-do-not-import-from-here/ux/aurora/store/ComponentMigration.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/store/FontStore.d.ts +2 -63
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +19 -406
- package/internal-do-not-import-from-here/ux/aurora/store/TemplateRegistrationStore.d.ts +5 -39
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +156 -700
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStorage.d.ts +8 -44
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +13 -57
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +20 -407
- package/internal-do-not-import-from-here/ux/docs/omfx/services/docs/Service.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/docs/omfx/stores/docs/Store.d.ts +9 -34
- package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +29 -117
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/colorstyle/ColorButton.d.ts +20 -246
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/link/LinkButton.d.ts +20 -246
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/spacing/SpacingButton.d.ts +20 -246
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/typography/TypographyButton.d.ts +20 -246
- package/internal-do-not-import-from-here/ux/flow/editor/stores/FlowEditorStore.d.ts +20 -246
- package/internal-do-not-import-from-here/ux/flow/editor/stores/FlowEditorToolbarStore.d.ts +48 -1908
- package/internal-do-not-import-from-here/ux/flow/editor/stores/VelcronPluginStore.d.ts +6 -33
- package/internal-do-not-import-from-here/ux/flow/renderer/stores/FlowRendererStore.d.ts +12 -70
- package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +31 -101
- package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +19 -53
- package/internal-do-not-import-from-here/ux/identities/components/shared/AzureAdProviderSettingsStore.d.ts +2 -27
- package/internal-do-not-import-from-here/ux/inputlanguagepicker/stores/InputLanguageStore.d.ts +6 -31
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyMenuStore.d.ts +6 -31
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +5 -57
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +19 -176
- package/internal-do-not-import-from-here/ux/journey/stores/SettingsJourneyStore.d.ts +9 -79
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +17 -166
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/SettingsMenuStore.d.ts +6 -31
- package/internal-do-not-import-from-here/ux/links/store/LinkPickerStore.d.ts +2 -27
- package/internal-do-not-import-from-here/ux/markdown/stores/MarkdownEditorStore.d.ts +7 -48
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +3 -64
- package/internal-do-not-import-from-here/ux/mediagallery/view/store/PhotoWallStore.d.ts +2 -36
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/use/MediaflowProviderStore.d.ts +2 -54
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +11 -135
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/store/SlidePanelStore.d.ts +3 -64
- package/internal-do-not-import-from-here/ux/oxide/stickycontainer/store/StickyContainerStore.d.ts +8 -33
- package/internal-do-not-import-from-here/ux/oxide/table/Table.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorStore.d.ts +6 -28
- package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/useVelcronStateManager.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronState.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -5
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronComponentStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +31 -290
- package/internal-do-not-import-from-here/ux/velcron/stores/VelcronDefinitionStore.d.ts +7 -98
- package/internal-do-not-import-from-here/ux/velcron/stores/useVelcronStateManager.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +11 -9
- package/package.json +2 -2
- /package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker/ContainerPicker.css.d.ts → containerFillpicker/ContainerFillPicker.css.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker → containerFillpicker}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker → containerFillpicker}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker → containerFillpicker}/docs/index.d.ts +0 -0
@@ -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","LocalizationServiceProviders","Localize","MD5Util","ManifestResourceLoader","MessageBus","MessageBusExposeOnlyPublication","MessageBusExposeOnlySubscription","MessageBusTopicMediator","MigrationUtils","NamedPropertyOperationsFactory","ObjectMerger","OmniaContext","OmniaContextProvider","OmniaPropertyBagBase","Provide","ReplaceToken","Require","ServiceContainer","ServiceContainerContext","ServiceLocator","ServiceManifestProvider","SubscriptionHandler","TenantPropertyBagFactory","TokenService","Topics","UserAgentUtils","UserPropertyBagFactory","UserTypeStore","Utils","WebComponentBootstrapper","WebUtils","createEventHook","createVueApp","defineFactory","defineInjectable","defineService","destroyVueApp","extendApi","getVueApps","getVueMixins","getVueOptionsHooks","getVuePlugins","injectByTypeId","isInjectable","mergeLocaliation","omniaScriptApi","propertyPath","propertyPathValue","registerApi","registerAsyncVueComponent","registerInjectResolver","registerVueMixin","registerVueOptionsHook","registerVuePlugin","resolveAsyncVueComponent","setCurrentManifest","useInject","useLocalize","useOmniaClient","useProvide","vueCustomElement"]},"./node_modules/@omnia/fx/stores/index.js":{"id":"5e618f4d-d014-414e-a681-89e34cbeda0f","buildMeta":{"exportsType":"namespace"},"expo.js":["AiSettingsStore","AppNamingPolicyStore","AppStore","AuditLogStore","AzureAdUserStore","BaseProviderImageHandler","BaseProviderVideoHandler","BlockTitleGlobalSettingsStore","BlockTitleSettingsStore","BusinessProfileStore","ClipboardStore","CommentLikeStore","ConnectedTenantStore","DirectionRuleStore","DynamicGroupStore","EnterpriseGlossaryStore","EnterprisePropertyCategoryStore","EnterprisePropertySetStore","EnterprisePropertyStore","ExtensionStore","FeatureStore","FileUploaderStore","GalleryStore","GroupIdentityStore","IdentityStore","IdentitySyncProviderStore","ImageCropperByRatioHandler","ImageCropperUtils","ImageFilterHandler","ImageFlipHandler","ImageGalleryHandler","ImageRotateHandler","KEEP_ORIGINAL_SIZE_OPTION_VALUE","LinkReferencesStore","MSTeamsStore","MediaFileProcessor","MediaPickerCommonStore","MediaPickerImageHandler","MediaPickerStore","MediaPickerUtils","MultilingualStore","OrganizationTreeStore","PostStore","ProfileCardStore","PromotedTagStore","ProviderStore","SiteStore","Store","StoreAction","StoreLogTypes","StoreLogger","StoreMutation","StoreState","SystemLogStore","TargetingPropertyStore","TimeZoneStore","TokenStatus","TokenStore","TuiImgScaleQuality","UserIdentityStore","UserTargetingStore","UserTypeIdentityPickerStore","UserTypeIdentityStore","UserTypeStore","VersionedLayoutStore","VideoGalleryHandler","defineStore","getMediaProviderEditor","getTuiImageRendition","onApplyStyle","updateTransformedImageBase64","useCompontentHostStore","useCompontentSharedSettingsStore","useFlowEditorPluginStore","useFlowEditorToolbarStateStore","useLocalizationStore","useMediaPickerImageTransformerStore","useMediaPickerStorageProviderContext","useSizeContainerStore"]},"./node_modules/@omnia/fx/vue/index.js":{"id":"c041fe9f-1e14-443d-9407-5aa8829fbc21","buildMeta":{"exportsType":"namespace"},"expo.js":["createVueApp","destroyVueApp","getVueApps","getVueMixins","getVueOptionsHooks","getVuePlugins","registerAsyncVueComponent","registerVueMixin","registerVueOptionsHook","registerVuePlugin","resolveAsyncVueComponent","vueCustomElement"]},"./node_modules/@omnia/fx/services/index.js":{"id":"e25b9dd8-6dd7-4437-8ddd-0b9fadba73ac","buildMeta":{"exportsType":"namespace"},"expo.js":["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","ReindexOmniaSearchUserService","SecretsService","SecurityRoles","SecurityService","SettingsService","SiteService","TagsService","TargetingPropertyService","TenantContactService","TenantPreSetupService","TestDataSourcePropertiesService","TimeZoneService","TranslationService","UserIdentityService","UserPresenceStatus","UserPropertyBindingProvider","UserService","UserTypeService","VersionedDataService","VersionedLayoutService","WebImageService","WriteBackStatus","activityService","activitySubscriptionService","defineService","useRealtimeService"]}}}
|
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","LocalizationServiceProviders","Localize","MD5Util","ManifestResourceLoader","MessageBus","MessageBusExposeOnlyPublication","MessageBusExposeOnlySubscription","MessageBusTopicMediator","MigrationUtils","NamedPropertyOperationsFactory","ObjectMerger","OmniaContext","OmniaContextProvider","OmniaPropertyBagBase","Provide","ReplaceToken","Require","ServiceContainer","ServiceContainerContext","ServiceLocator","ServiceManifestProvider","SubscriptionHandler","TenantPropertyBagFactory","TokenService","Topics","UserAgentUtils","UserPropertyBagFactory","UserTypeStore","Utils","WebComponentBootstrapper","WebUtils","createEventHook","createVueApp","defineFactory","defineInjectable","defineService","destroyVueApp","extendApi","getVueApps","getVueMixins","getVueOptionsHooks","getVuePlugins","injectByTypeId","isInjectable","mergeLocaliation","omniaScriptApi","propertyPath","propertyPathValue","registerApi","registerAsyncVueComponent","registerInjectResolver","registerVueMixin","registerVueOptionsHook","registerVuePlugin","resolveAsyncVueComponent","setCurrentManifest","useInject","useLocalize","useOmniaClient","useProvide","vueCustomElement"]},"./node_modules/@omnia/fx/stores/index.js":{"id":"5e618f4d-d014-414e-a681-89e34cbeda0f","buildMeta":{"exportsType":"namespace"},"expo.js":["AiSettingsStore","AppNamingPolicyStore","AppStore","AuditLogStore","AzureAdUserStore","BaseProviderImageHandler","BaseProviderVideoHandler","BlockTitleGlobalSettingsStore","BlockTitleSettingsStore","BusinessProfileStore","ClipboardStore","CommentLikeStore","ConnectedTenantStore","DirectionRuleStore","DynamicGroupStore","EnterpriseGlossaryStore","EnterprisePropertyCategoryStore","EnterprisePropertySetStore","EnterprisePropertyStore","ExtensionStore","FeatureStore","FileUploaderStore","GalleryStore","GroupIdentityStore","IdentityStore","IdentitySyncProviderStore","ImageCropperByRatioHandler","ImageCropperUtils","ImageFilterHandler","ImageFlipHandler","ImageGalleryHandler","ImageRotateHandler","KEEP_ORIGINAL_SIZE_OPTION_VALUE","LinkReferencesStore","MSTeamsStore","MediaFileProcessor","MediaPickerCommonStore","MediaPickerImageHandler","MediaPickerStore","MediaPickerUtils","MultilingualStore","OrganizationTreeStore","PostStore","ProfileCardStore","PromotedTagStore","ProviderStore","SiteStore","Store","StoreAction","StoreLogTypes","StoreLogger","StoreMutation","StoreState","SystemLogStore","TargetingPropertyStore","TimeZoneStore","TokenStatus","TokenStore","TuiImgScaleQuality","UserIdentityStore","UserTargetingStore","UserTypeIdentityPickerStore","UserTypeIdentityStore","UserTypeStore","VersionedLayoutStore","VideoGalleryHandler","defineStore","getMediaProviderEditor","getTuiImageRendition","onApplyStyle","updateTransformedImageBase64","useCompontentHostStore","useCompontentSharedSettingsStore","useFlowEditorPluginStore","useFlowEditorToolbarStateStore","useLocalizationStore","useMediaPickerImageTransformerStore","useMediaPickerStorageProviderContext","useSizeContainerStore"]},"./node_modules/@omnia/fx/vue/index.js":{"id":"c041fe9f-1e14-443d-9407-5aa8829fbc21","buildMeta":{"exportsType":"namespace"},"expo.js":["createVueApp","destroyVueApp","getVueApps","getVueMixins","getVueOptionsHooks","getVuePlugins","registerAsyncVueComponent","registerVueMixin","registerVueOptionsHook","registerVuePlugin","resolveAsyncVueComponent","vueCustomElement"]},"./node_modules/@omnia/fx/services/index.js":{"id":"e25b9dd8-6dd7-4437-8ddd-0b9fadba73ac","buildMeta":{"exportsType":"namespace"},"expo.js":["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","ReindexOmniaSearchUserService","SecretsService","SecurityRoles","SecurityService","SettingsService","SiteService","TagsService","TargetingPropertyService","TenantContactService","TenantPreSetupService","TestDataSourcePropertiesService","TimeZoneService","TranslationService","UserIdentityService","UserPresenceStatus","UserPropertyBindingProvider","UserService","UserTypeService","VersionedDataService","VersionedLayoutService","WebImageService","WriteBackStatus","activityService","activitySubscriptionService","defineService","themeService","useRealtimeService"]}}}
|
@@ -1,10 +1,9 @@
|
|
1
1
|
import { guid, ThemeDefinition, ThemeTypes } from "@omnia/fx-models";
|
2
|
-
export declare const themeService: () => {
|
2
|
+
export declare const themeService: (param1: string) => {
|
3
3
|
addOrUpdate: <T>(item: T) => Promise<T>;
|
4
4
|
delete: (id: guid) => Promise<void>;
|
5
5
|
loadThemeById: <T extends ThemeDefinition>(id: guid) => Promise<T>;
|
6
6
|
loadThemeByType: <T>(type: ThemeTypes) => Promise<T>;
|
7
|
-
loadAllThemes: <T>(
|
8
|
-
|
9
|
-
dispose?: () => void;
|
7
|
+
loadAllThemes: <T>() => Promise<T>;
|
8
|
+
loadResolveTheme: <T>(themeId: guid) => Promise<T>;
|
10
9
|
};
|
@@ -1,13 +1,13 @@
|
|
1
|
-
import { MessageBusExposeOnlySubscription, SetupFactoryContext } from "../core";
|
2
|
-
import { IMessageBusSubscriptionHandler, IMessageBusTopicPublishSubscriber
|
1
|
+
import { defineFactory, MessageBusExposeOnlySubscription, SetupFactoryContext } from "../core";
|
2
|
+
import { IMessageBusSubscriptionHandler, IMessageBusTopicPublishSubscriber } from "@omnia/fx-models";
|
3
3
|
type MutateFn<T> = (value: T | ((prev: T) => T)) => void;
|
4
|
-
type
|
4
|
+
export type StoreEvents<TState extends object, TEvents extends Record<string, IMessageBusTopicPublishSubscriber<any>> = {}> = {
|
5
5
|
[K in keyof TState as `onMutated${Capitalize<string & K>}`]: MessageBusExposeOnlySubscription<TState[K]>;
|
6
6
|
} & TEvents;
|
7
7
|
type MapActionOnDispatching<T extends Function> = T extends (...args: infer U) => any ? (...args: U) => void : never;
|
8
8
|
type MapActionOnDispatched<T extends Function> = T extends (...args: infer U) => Promise<infer Y> | infer Y ? (result: Y, ...args: U) => void : never;
|
9
9
|
type MapActionOnFailure<T extends Function> = T extends (...args: infer U) => any ? (failureReason: any, ...args: U) => void : never;
|
10
|
-
type
|
10
|
+
export type StoreReturnDefineAction<TAction extends {
|
11
11
|
[key: string]: any;
|
12
12
|
}> = {
|
13
13
|
onDispatching: {
|
@@ -29,26 +29,39 @@ type ReturnDefineAction<TAction extends {
|
|
29
29
|
interface SetupStoreContext extends SetupFactoryContext {
|
30
30
|
defineState<TState extends object, TEvents extends Record<string, IMessageBusTopicPublishSubscriber<any>> = Record<string, IMessageBusTopicPublishSubscriber<any>>>(state: TState): {
|
31
31
|
state: TState;
|
32
|
-
events:
|
32
|
+
events: StoreEvents<TState, TEvents>;
|
33
33
|
mutate: {
|
34
34
|
[K in keyof TState]: MutateFn<TState[K]>;
|
35
35
|
};
|
36
36
|
};
|
37
37
|
defineActions<TActions extends {
|
38
38
|
[key: string]: any;
|
39
|
-
}>(actions: TActions):
|
39
|
+
}>(actions: TActions): StoreReturnDefineAction<TActions>;
|
40
40
|
}
|
41
41
|
export interface IReturnSetupStore<TState, TGetters, TActions extends {
|
42
42
|
[key: string]: Function;
|
43
43
|
}, TEvents> {
|
44
44
|
state?: TState;
|
45
45
|
get?: TGetters;
|
46
|
-
actions?:
|
46
|
+
actions?: StoreReturnDefineAction<TActions>;
|
47
47
|
events?: TEvents;
|
48
48
|
}
|
49
49
|
export declare function defineStore<TState extends object, TGetters extends object, TActions extends {
|
50
50
|
[key: string]: any;
|
51
|
-
}, TEvents extends Record<string, MessageBusExposeOnlySubscription<any>>, InferReturnSetup extends IReturnSetupStore<TState, TGetters, TActions, TEvents>>(name: string, setup: (ctx: SetupStoreContext) => InferReturnSetup
|
52
|
-
|
53
|
-
|
51
|
+
}, TEvents extends Record<string, MessageBusExposeOnlySubscription<any>>, InferReturnSetup extends IReturnSetupStore<TState, TGetters, TActions, TEvents>>(name: string, setup: (ctx: SetupStoreContext) => InferReturnSetup): ReturnType<typeof defineFactory<InferReturnSetup>>;
|
52
|
+
export declare function defineStore<TState extends object, TGetters extends object, TActions extends {
|
53
|
+
[key: string]: any;
|
54
|
+
}, TEvents extends Record<string, MessageBusExposeOnlySubscription<any>>, InferReturnSetup extends IReturnSetupStore<TState, TGetters, TActions, TEvents>, T1>(name: string, setup: (ctx: SetupStoreContext) => InferReturnSetup): ReturnType<typeof defineFactory<InferReturnSetup, T1>>;
|
55
|
+
export declare function defineStore<TState extends object, TGetters extends object, TActions extends {
|
56
|
+
[key: string]: any;
|
57
|
+
}, TEvents extends Record<string, MessageBusExposeOnlySubscription<any>>, InferReturnSetup extends IReturnSetupStore<TState, TGetters, TActions, TEvents>, T1, T2>(name: string, setup: (ctx: SetupStoreContext) => InferReturnSetup): ReturnType<typeof defineFactory<InferReturnSetup, T1, T2>>;
|
58
|
+
export declare function defineStore<TState extends object, TGetters extends object, TActions extends {
|
59
|
+
[key: string]: any;
|
60
|
+
}, TEvents extends Record<string, MessageBusExposeOnlySubscription<any>>, InferReturnSetup extends IReturnSetupStore<TState, TGetters, TActions, TEvents>, T1, T2, T3>(name: string, setup: (ctx: SetupStoreContext) => InferReturnSetup): ReturnType<typeof defineFactory<InferReturnSetup, T1, T2, T3>>;
|
61
|
+
export declare function defineStore<TState extends object, TGetters extends object, TActions extends {
|
62
|
+
[key: string]: any;
|
63
|
+
}, TEvents extends Record<string, MessageBusExposeOnlySubscription<any>>, InferReturnSetup extends IReturnSetupStore<TState, TGetters, TActions, TEvents>, T1, T2, T3, T4>(name: string, setup: (ctx: SetupStoreContext) => InferReturnSetup): ReturnType<typeof defineFactory<InferReturnSetup, T1, T2, T3, T4>>;
|
64
|
+
export declare function defineStore<TState extends object, TGetters extends object, TActions extends {
|
65
|
+
[key: string]: any;
|
66
|
+
}, TEvents extends Record<string, MessageBusExposeOnlySubscription<any>>, InferReturnSetup extends IReturnSetupStore<TState, TGetters, TActions, TEvents>, T1, T2, T3, T4, T5>(name: string, setup: (ctx: SetupStoreContext) => InferReturnSetup): ReturnType<typeof defineFactory<InferReturnSetup, T1, T2, T3, T4, T5>>;
|
54
67
|
export {};
|
@@ -1,36 +1,11 @@
|
|
1
1
|
import { LocalizationTargetTypes } from "../models";
|
2
2
|
export declare const useLocalizationStore: () => {
|
3
3
|
state: {};
|
4
|
-
events: {}
|
5
|
-
actions: {
|
6
|
-
onDispatching: {
|
7
|
-
ensureLoadLocalization: {
|
8
|
-
subscribe(fn: (target: LocalizationTargetTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
9
|
-
};
|
10
|
-
merge: {
|
11
|
-
subscribe(fn: (value: object) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
12
|
-
};
|
13
|
-
};
|
14
|
-
onDispatched: {
|
15
|
-
ensureLoadLocalization: {
|
16
|
-
subscribe(fn: (result: void, target: LocalizationTargetTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
17
|
-
};
|
18
|
-
merge: {
|
19
|
-
subscribe(fn: (result: void, value: object) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
20
|
-
};
|
21
|
-
};
|
22
|
-
onFailure: {
|
23
|
-
ensureLoadLocalization: {
|
24
|
-
subscribe(fn: (failureReason: any, target: LocalizationTargetTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
25
|
-
};
|
26
|
-
merge: {
|
27
|
-
subscribe(fn: (failureReason: any, value: object) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
28
|
-
};
|
29
|
-
};
|
30
|
-
} & {
|
4
|
+
events: import("./DefineStore").StoreEvents<{}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
5
|
+
actions: import("./DefineStore").StoreReturnDefineAction<{
|
31
6
|
ensureLoadLocalization: (target: LocalizationTargetTypes) => Promise<void>;
|
32
7
|
merge: (value: object) => void;
|
33
|
-
}
|
8
|
+
}>;
|
34
9
|
get: {
|
35
10
|
state: () => {
|
36
11
|
[key: string]: {};
|
@@ -3,39 +3,14 @@ export declare const useSizeContainerStore: () => {
|
|
3
3
|
width: string;
|
4
4
|
zoomLevel: number;
|
5
5
|
};
|
6
|
-
events: {
|
7
|
-
|
8
|
-
|
9
|
-
}
|
10
|
-
actions: {
|
11
|
-
onDispatching: {
|
12
|
-
setWidth: {
|
13
|
-
subscribe(fn: (width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
14
|
-
};
|
15
|
-
setZoomLevel: {
|
16
|
-
subscribe(fn: (zoomLevel: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
17
|
-
};
|
18
|
-
};
|
19
|
-
onDispatched: {
|
20
|
-
setWidth: {
|
21
|
-
subscribe(fn: (result: void, width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
22
|
-
};
|
23
|
-
setZoomLevel: {
|
24
|
-
subscribe(fn: (result: void, zoomLevel: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
25
|
-
};
|
26
|
-
};
|
27
|
-
onFailure: {
|
28
|
-
setWidth: {
|
29
|
-
subscribe(fn: (failureReason: any, width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
30
|
-
};
|
31
|
-
setZoomLevel: {
|
32
|
-
subscribe(fn: (failureReason: any, zoomLevel: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
33
|
-
};
|
34
|
-
};
|
35
|
-
} & {
|
6
|
+
events: import("./DefineStore").StoreEvents<{
|
7
|
+
width: string;
|
8
|
+
zoomLevel: number;
|
9
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
10
|
+
actions: import("./DefineStore").StoreReturnDefineAction<{
|
36
11
|
setWidth: (width: string) => void;
|
37
12
|
setZoomLevel: (zoomLevel: number) => void;
|
38
|
-
}
|
13
|
+
}>;
|
39
14
|
get: {};
|
40
15
|
} & {
|
41
16
|
dispose?: () => void;
|
@@ -8,39 +8,14 @@ export declare const useFlowEditorPluginStore: () => {
|
|
8
8
|
mandatory: () => FlowEditorPluginRegistration[];
|
9
9
|
byId(id: guid): FlowEditorPluginRegistration;
|
10
10
|
};
|
11
|
-
actions: {
|
12
|
-
onDispatching: {
|
13
|
-
addPlugin: {
|
14
|
-
subscribe(fn: (plugin: FlowEditorPluginRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
15
|
-
};
|
16
|
-
load: {
|
17
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
18
|
-
};
|
19
|
-
};
|
20
|
-
onDispatched: {
|
21
|
-
addPlugin: {
|
22
|
-
subscribe(fn: (result: void, plugin: FlowEditorPluginRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
23
|
-
};
|
24
|
-
load: {
|
25
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
26
|
-
};
|
27
|
-
};
|
28
|
-
onFailure: {
|
29
|
-
addPlugin: {
|
30
|
-
subscribe(fn: (failureReason: any, plugin: FlowEditorPluginRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
31
|
-
};
|
32
|
-
load: {
|
33
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
34
|
-
};
|
35
|
-
};
|
36
|
-
} & {
|
11
|
+
actions: import("../DefineStore").StoreReturnDefineAction<{
|
37
12
|
addPlugin(plugin: FlowEditorPluginRegistration): void;
|
38
13
|
load(): Promise<void>;
|
39
|
-
}
|
40
|
-
events: {
|
41
|
-
|
42
|
-
|
43
|
-
}
|
14
|
+
}>;
|
15
|
+
events: import("../DefineStore").StoreEvents<{
|
16
|
+
plugins: FlowEditorPluginRegistration[];
|
17
|
+
hiddenPlugins: FlowEditorPluginRegistration[];
|
18
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
44
19
|
} & {
|
45
20
|
dispose?: () => void;
|
46
21
|
};
|
@@ -3,28 +3,12 @@ export declare const useFlowEditorToolbarStateStore: () => {
|
|
3
3
|
state: {
|
4
4
|
activeToolbarId: guid;
|
5
5
|
};
|
6
|
-
events: {
|
7
|
-
|
8
|
-
}
|
9
|
-
actions: {
|
10
|
-
onDispatching: {
|
11
|
-
setActiveToolbar: {
|
12
|
-
subscribe(fn: (id: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
13
|
-
};
|
14
|
-
};
|
15
|
-
onDispatched: {
|
16
|
-
setActiveToolbar: {
|
17
|
-
subscribe(fn: (result: void, id: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
18
|
-
};
|
19
|
-
};
|
20
|
-
onFailure: {
|
21
|
-
setActiveToolbar: {
|
22
|
-
subscribe(fn: (failureReason: any, id: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
23
|
-
};
|
24
|
-
};
|
25
|
-
} & {
|
6
|
+
events: import("../DefineStore").StoreEvents<{
|
7
|
+
activeToolbarId: guid;
|
8
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
9
|
+
actions: import("../DefineStore").StoreReturnDefineAction<{
|
26
10
|
setActiveToolbar: (id: guid) => void;
|
27
|
-
}
|
11
|
+
}>;
|
28
12
|
get: {};
|
29
13
|
} & {
|
30
14
|
dispose?: () => void;
|
@@ -1,198 +1,7 @@
|
|
1
1
|
import { MediaPickerCropTransformation, MediaPickerImageRatio, MediaPickerRenditionData, ImageTransformerOptions, MediaPickerImageSettings, MediaPickerImageInformation, MediaPickerImageTransformationResult, MediaPickerTransformation, MediaPickerRollupImageRatio, MediaPickerFilterTransformation, IImageTransformHandler, ImageRendition, MediaState, MediaPickerFlipTransformation } from "../../models";
|
2
2
|
import ImageEditor from "tui-image-editor";
|
3
3
|
export declare const useMediaPickerImageTransformerStore: () => {
|
4
|
-
actions: {
|
5
|
-
onDispatching: {
|
6
|
-
setSelectedRatio: {
|
7
|
-
subscribe(fn: (ratio: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
8
|
-
};
|
9
|
-
toDataURL: {
|
10
|
-
subscribe(fn: (options: tuiImageEditor.IToDataURLOptions) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
11
|
-
};
|
12
|
-
resetState: {
|
13
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
14
|
-
};
|
15
|
-
changeEditingImage: {
|
16
|
-
subscribe(fn: (mediaState: MediaState) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
17
|
-
};
|
18
|
-
setCropZon: {
|
19
|
-
subscribe(fn: (cropZoneInfo: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
20
|
-
};
|
21
|
-
transform: {
|
22
|
-
subscribe(fn: (options: MediaPickerTransformation, handler: IImageTransformHandler) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
23
|
-
};
|
24
|
-
updateTransformedData: {
|
25
|
-
subscribe(fn: (options: MediaPickerTransformation, handler: IImageTransformHandler) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
26
|
-
};
|
27
|
-
updateTransformedImageToGallery: {
|
28
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
29
|
-
};
|
30
|
-
ratio: {
|
31
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
32
|
-
};
|
33
|
-
setBase64Image: {
|
34
|
-
subscribe(fn: (base64: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
35
|
-
};
|
36
|
-
setImageTransformedResult: {
|
37
|
-
subscribe(fn: (imageTransformedResult: MediaPickerImageTransformationResult) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
38
|
-
};
|
39
|
-
initUiOptions: {
|
40
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
41
|
-
};
|
42
|
-
ensureImageRenditionData: {
|
43
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
44
|
-
};
|
45
|
-
toggleImageTransformer: {
|
46
|
-
subscribe(fn: (show: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
47
|
-
};
|
48
|
-
increaseLoadCounter: {
|
49
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
50
|
-
};
|
51
|
-
loadNewImage: {
|
52
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
53
|
-
};
|
54
|
-
transformImageFromSource: {
|
55
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
56
|
-
};
|
57
|
-
applyFilter: {
|
58
|
-
subscribe(fn: (propName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
59
|
-
};
|
60
|
-
applyFlipper: {
|
61
|
-
subscribe(fn: (propName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
62
|
-
};
|
63
|
-
initCropper: {
|
64
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
65
|
-
};
|
66
|
-
};
|
67
|
-
onDispatched: {
|
68
|
-
setSelectedRatio: {
|
69
|
-
subscribe(fn: (result: void, ratio: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
70
|
-
};
|
71
|
-
toDataURL: {
|
72
|
-
subscribe(fn: (result: string, options: tuiImageEditor.IToDataURLOptions) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
73
|
-
};
|
74
|
-
resetState: {
|
75
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
76
|
-
};
|
77
|
-
changeEditingImage: {
|
78
|
-
subscribe(fn: (result: void, mediaState: MediaState) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
79
|
-
};
|
80
|
-
setCropZon: {
|
81
|
-
subscribe(fn: (result: void, cropZoneInfo: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
82
|
-
};
|
83
|
-
transform: {
|
84
|
-
subscribe(fn: (result: void, options: MediaPickerTransformation, handler: IImageTransformHandler) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
85
|
-
};
|
86
|
-
updateTransformedData: {
|
87
|
-
subscribe(fn: (result: void, options: MediaPickerTransformation, handler: IImageTransformHandler) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
88
|
-
};
|
89
|
-
updateTransformedImageToGallery: {
|
90
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
91
|
-
};
|
92
|
-
ratio: {
|
93
|
-
subscribe(fn: (result: {
|
94
|
-
addDefault(ratio: MediaPickerImageRatio): void;
|
95
|
-
add4Rollup(ratio: MediaPickerRollupImageRatio): void;
|
96
|
-
loadRatios(): Promise<void>;
|
97
|
-
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
98
|
-
};
|
99
|
-
setBase64Image: {
|
100
|
-
subscribe(fn: (result: void, base64: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
101
|
-
};
|
102
|
-
setImageTransformedResult: {
|
103
|
-
subscribe(fn: (result: void, imageTransformedResult: MediaPickerImageTransformationResult) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
104
|
-
};
|
105
|
-
initUiOptions: {
|
106
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
107
|
-
};
|
108
|
-
ensureImageRenditionData: {
|
109
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
110
|
-
};
|
111
|
-
toggleImageTransformer: {
|
112
|
-
subscribe(fn: (result: void, show: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
113
|
-
};
|
114
|
-
increaseLoadCounter: {
|
115
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
116
|
-
};
|
117
|
-
loadNewImage: {
|
118
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
119
|
-
};
|
120
|
-
transformImageFromSource: {
|
121
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
122
|
-
};
|
123
|
-
applyFilter: {
|
124
|
-
subscribe(fn: (result: void, propName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
125
|
-
};
|
126
|
-
applyFlipper: {
|
127
|
-
subscribe(fn: (result: void, propName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
128
|
-
};
|
129
|
-
initCropper: {
|
130
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
131
|
-
};
|
132
|
-
};
|
133
|
-
onFailure: {
|
134
|
-
setSelectedRatio: {
|
135
|
-
subscribe(fn: (failureReason: any, ratio: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
136
|
-
};
|
137
|
-
toDataURL: {
|
138
|
-
subscribe(fn: (failureReason: any, options: tuiImageEditor.IToDataURLOptions) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
139
|
-
};
|
140
|
-
resetState: {
|
141
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
142
|
-
};
|
143
|
-
changeEditingImage: {
|
144
|
-
subscribe(fn: (failureReason: any, mediaState: MediaState) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
145
|
-
};
|
146
|
-
setCropZon: {
|
147
|
-
subscribe(fn: (failureReason: any, cropZoneInfo: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
148
|
-
};
|
149
|
-
transform: {
|
150
|
-
subscribe(fn: (failureReason: any, options: MediaPickerTransformation, handler: IImageTransformHandler) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
151
|
-
};
|
152
|
-
updateTransformedData: {
|
153
|
-
subscribe(fn: (failureReason: any, options: MediaPickerTransformation, handler: IImageTransformHandler) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
154
|
-
};
|
155
|
-
updateTransformedImageToGallery: {
|
156
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
157
|
-
};
|
158
|
-
ratio: {
|
159
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
160
|
-
};
|
161
|
-
setBase64Image: {
|
162
|
-
subscribe(fn: (failureReason: any, base64: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
163
|
-
};
|
164
|
-
setImageTransformedResult: {
|
165
|
-
subscribe(fn: (failureReason: any, imageTransformedResult: MediaPickerImageTransformationResult) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
166
|
-
};
|
167
|
-
initUiOptions: {
|
168
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
169
|
-
};
|
170
|
-
ensureImageRenditionData: {
|
171
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
172
|
-
};
|
173
|
-
toggleImageTransformer: {
|
174
|
-
subscribe(fn: (failureReason: any, show: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
175
|
-
};
|
176
|
-
increaseLoadCounter: {
|
177
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
178
|
-
};
|
179
|
-
loadNewImage: {
|
180
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
181
|
-
};
|
182
|
-
transformImageFromSource: {
|
183
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
184
|
-
};
|
185
|
-
applyFilter: {
|
186
|
-
subscribe(fn: (failureReason: any, propName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
187
|
-
};
|
188
|
-
applyFlipper: {
|
189
|
-
subscribe(fn: (failureReason: any, propName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
190
|
-
};
|
191
|
-
initCropper: {
|
192
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
193
|
-
};
|
194
|
-
};
|
195
|
-
} & {
|
4
|
+
actions: import("../DefineStore").StoreReturnDefineAction<{
|
196
5
|
setSelectedRatio(ratio: any): void;
|
197
6
|
toDataURL: (options: tuiImageEditor.IToDataURLOptions) => string;
|
198
7
|
resetState(): void;
|
@@ -231,30 +40,30 @@ export declare const useMediaPickerImageTransformerStore: () => {
|
|
231
40
|
applyFilter(propName: string): Promise<void>;
|
232
41
|
applyFlipper(propName: string): Promise<void>;
|
233
42
|
initCropper(): void;
|
234
|
-
}
|
235
|
-
events: {
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
43
|
+
}>;
|
44
|
+
events: import("../DefineStore").StoreEvents<{
|
45
|
+
showImageTransformer: boolean;
|
46
|
+
imageRatios: MediaPickerImageRatio[];
|
47
|
+
rollupRatios: MediaPickerRollupImageRatio[];
|
48
|
+
editorOptions: ImageTransformerOptions;
|
49
|
+
settings: MediaPickerImageSettings;
|
50
|
+
editorReady: boolean;
|
51
|
+
actionCount: number;
|
52
|
+
imageTransformedResult: MediaPickerImageTransformationResult;
|
53
|
+
currentImageFileInfo: MediaPickerImageInformation;
|
54
|
+
uiOptions: ImageTransformerOptions;
|
55
|
+
assignEvent1Time: boolean;
|
56
|
+
loadCounter: number;
|
57
|
+
selectedCropArea: MediaPickerCropTransformation;
|
58
|
+
selectedRatio: MediaPickerImageRatio;
|
59
|
+
selectedRendition: MediaPickerRenditionData;
|
60
|
+
showWarningCropInvalidDialog: boolean;
|
61
|
+
customCropZone: MediaPickerCropTransformation;
|
62
|
+
currentFilter: MediaPickerFilterTransformation;
|
63
|
+
selectedCropInformation: {
|
255
64
|
[id: string]: MediaPickerCropTransformation;
|
256
|
-
}
|
257
|
-
}
|
65
|
+
};
|
66
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
258
67
|
mutate: {
|
259
68
|
showImageTransformer: (value: boolean | ((prev: boolean) => boolean)) => void;
|
260
69
|
imageRatios: (value: MediaPickerImageRatio[] | ((prev: MediaPickerImageRatio[]) => MediaPickerImageRatio[])) => void;
|
@@ -9,75 +9,23 @@ export declare const MediaPickerCommonStore: () => {
|
|
9
9
|
showLoadingProgress: boolean;
|
10
10
|
enableMediaCaption: boolean;
|
11
11
|
};
|
12
|
-
events: {
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
}
|
12
|
+
events: import("../DefineStore").StoreEvents<{
|
13
|
+
showLoadingOverlay: boolean;
|
14
|
+
showLoadingProgress: boolean;
|
15
|
+
enableMediaCaption: boolean;
|
16
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
17
17
|
mutate: {
|
18
18
|
showLoadingOverlay: (value: boolean | ((prev: boolean) => boolean)) => void;
|
19
19
|
showLoadingProgress: (value: boolean | ((prev: boolean) => boolean)) => void;
|
20
20
|
enableMediaCaption: (value: boolean | ((prev: boolean) => boolean)) => void;
|
21
21
|
};
|
22
|
-
actions: {
|
23
|
-
onDispatching: {
|
24
|
-
toggleLoadingOverlay: {
|
25
|
-
subscribe(fn: (show: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
26
|
-
};
|
27
|
-
toggleLoadingProgress: {
|
28
|
-
subscribe(fn: (show: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
29
|
-
};
|
30
|
-
showLoading: {
|
31
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
32
|
-
};
|
33
|
-
finishLoading: {
|
34
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
35
|
-
};
|
36
|
-
resetState: {
|
37
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
38
|
-
};
|
39
|
-
};
|
40
|
-
onDispatched: {
|
41
|
-
toggleLoadingOverlay: {
|
42
|
-
subscribe(fn: (result: void, show: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
43
|
-
};
|
44
|
-
toggleLoadingProgress: {
|
45
|
-
subscribe(fn: (result: void, show: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
46
|
-
};
|
47
|
-
showLoading: {
|
48
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
49
|
-
};
|
50
|
-
finishLoading: {
|
51
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
52
|
-
};
|
53
|
-
resetState: {
|
54
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
55
|
-
};
|
56
|
-
};
|
57
|
-
onFailure: {
|
58
|
-
toggleLoadingOverlay: {
|
59
|
-
subscribe(fn: (failureReason: any, show: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
60
|
-
};
|
61
|
-
toggleLoadingProgress: {
|
62
|
-
subscribe(fn: (failureReason: any, show: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
63
|
-
};
|
64
|
-
showLoading: {
|
65
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
66
|
-
};
|
67
|
-
finishLoading: {
|
68
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
69
|
-
};
|
70
|
-
resetState: {
|
71
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
72
|
-
};
|
73
|
-
};
|
74
|
-
} & {
|
22
|
+
actions: import("../DefineStore").StoreReturnDefineAction<{
|
75
23
|
toggleLoadingOverlay(show: boolean): void;
|
76
24
|
toggleLoadingProgress(show: boolean): void;
|
77
25
|
showLoading(): void;
|
78
26
|
finishLoading(): void;
|
79
27
|
resetState(): void;
|
80
|
-
}
|
28
|
+
}>;
|
81
29
|
get: {
|
82
30
|
isLoading: () => boolean;
|
83
31
|
};
|