@omnia/fx 8.0.242-dev → 8.0.244-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/stores/DefineStore.d.ts +3 -1
- package/internal-do-not-import-from-here/stores/LocalizationStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/SizeContainerStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/markdown/MarkdownPluginStore.d.ts +43 -0
- package/internal-do-not-import-from-here/stores/markdown/MarkdownToolbarStateStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/markdown/index.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/mediapicker/ImageTransformerStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerCommonStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerGalleryStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/mediapicker/ProviderStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/TokenBasedRouter.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/BusinessProfileJourneyStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/security/store/AppInstanceJourneyStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/security/store/ProfileJourneyStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/security/store/TenantJourneyStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/store/SettingsBladeStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/system/store/SystemJourneyStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/stores/LocalizationAdminStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/services/store/ServicesJourneyStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/systemlayout/store/SystemLayoutStore.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/authentication/BusinessProfileAuthenticationStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/authentication/models/LoginProvidersFactory.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupDetailStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupQueryStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/SelfServiceStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserDetailStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserQueryStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ButtonsEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/IconsEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/TabsEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/colorschemas/store/ColorSchemaEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/store/TemplateEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/store/ThemeDesignerStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/store/ThemeEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/aurora/store/TemplateRegistrationStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +50 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStoreV2.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ThemingService.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/services/docs/Service.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/docs/omfx/stores/docs/Store.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/identities/components/shared/AzureAdProviderSettingsStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/inputlanguagepicker/stores/InputLanguageStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +3 -10
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyMenuStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +12 -21
- package/internal-do-not-import-from-here/ux/journey/stores/SettingsJourneyStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/SettingsMenuStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor_bak.d.ts +0 -498
- package/internal-do-not-import-from-here/ux/markdown/plugins/CodeMarkdownRenderer.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/markdown/plugins/VelcronMarkdownRenderer.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/ColorButton.d.ts +0 -57
- package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/ThemeStylingPlugin.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/TypographyButton.d.ts +0 -57
- package/internal-do-not-import-from-here/{stores/markdown → ux/markdown/stores}/MarkdownEditorStore.d.ts +5 -3
- package/internal-do-not-import-from-here/ux/markdown2/MarkdownEditorFuture.d.ts +6 -1
- package/internal-do-not-import-from-here/ux/markdown2/PluginRegistrationHandler.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/markdown2/plugins/ColorStylePlugin.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/markdown2/plugins/DefineMarkdownPlugin.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/markdown2/plugins/TextPlugin.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/markdown2/plugins/TypographyPlugin.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/markdown2/plugins/VelcronPlugin.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/markdown2/plugins/registrations/PluginRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownStore.d.ts +7 -5
- package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownToolbarStore.d.ts +32 -20
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/mediagallery/view/store/PhotoWallStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/use/MediaflowProviderStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/store/SlidePanelStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/stickycontainer/store/StickyContainerStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/Alignment.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLink.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGif.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/Blockquote.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/Bold.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletList.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/Code.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlock.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EmoticonPicker/EmoticonPicker.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/EnterpriseGlossaryLinkSuggestionExtension.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/ExtendedElements.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagEditorExtension.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/Heading.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/History.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HorizontalRule/HorizontalRule.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/Html.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/Italic.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePicker.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ListItem/ListItem.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/Mention.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedList.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Placeholder/Placeholder.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormatting.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/Strike.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Subscript/Subscript.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Superscript/Superscript.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/Table.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColor.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletion.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextTranslator/TextTranslator.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/TodoList.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/Underline.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/shareds/DefineRichTextExtension.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/stores/ContentEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentEditor.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/stores/ContentEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronComponentStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/App.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/stores/VelcronDefinitionStore.d.ts +2 -0
- package/package.json +4 -4
@@ -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","useLocalizationStore","
|
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","useLocalizationStore","useMarkdownPluginStore","useMarkdownToolbarStateStore","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"]}}}
|
@@ -48,5 +48,7 @@ export interface IReturnSetupStore<TState, TGetters, TActions extends {
|
|
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, lifetime?: InstanceLifetimes): () => InferReturnSetup
|
51
|
+
}, TEvents extends Record<string, MessageBusExposeOnlySubscription<any>>, InferReturnSetup extends IReturnSetupStore<TState, TGetters, TActions, TEvents>>(name: string, setup: (ctx: SetupStoreContext) => InferReturnSetup, lifetime?: InstanceLifetimes): () => InferReturnSetup & {
|
52
|
+
dispose?: () => void;
|
53
|
+
};
|
52
54
|
export {};
|
@@ -0,0 +1,43 @@
|
|
1
|
+
import { MarkdownPluginRegistration, guid } from "@omnia/fx-models";
|
2
|
+
export declare const useMarkdownPluginStore: () => {
|
3
|
+
state: {
|
4
|
+
plugins: MarkdownPluginRegistration[];
|
5
|
+
};
|
6
|
+
get: {
|
7
|
+
byId(id: guid): MarkdownPluginRegistration;
|
8
|
+
};
|
9
|
+
actions: {
|
10
|
+
onDispatching: {
|
11
|
+
addPlugin: {
|
12
|
+
subscribe(fn: (plugin: MarkdownPluginRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
13
|
+
};
|
14
|
+
load: {
|
15
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
16
|
+
};
|
17
|
+
};
|
18
|
+
onDispatched: {
|
19
|
+
addPlugin: {
|
20
|
+
subscribe(fn: (result: void, plugin: MarkdownPluginRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
21
|
+
};
|
22
|
+
load: {
|
23
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
24
|
+
};
|
25
|
+
};
|
26
|
+
onFailure: {
|
27
|
+
addPlugin: {
|
28
|
+
subscribe(fn: (failureReason: any, plugin: MarkdownPluginRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
29
|
+
};
|
30
|
+
load: {
|
31
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
32
|
+
};
|
33
|
+
};
|
34
|
+
} & {
|
35
|
+
addPlugin(plugin: MarkdownPluginRegistration): void;
|
36
|
+
load(): Promise<void>;
|
37
|
+
};
|
38
|
+
events: {
|
39
|
+
onMutatedPlugins: import("internal/fx/core").MessageBusExposeOnlySubscription<MarkdownPluginRegistration[]>;
|
40
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
41
|
+
} & {
|
42
|
+
dispose?: () => void;
|
43
|
+
};
|
@@ -344,5 +344,7 @@ export declare const useMediaPickerImageTransformerStore: () => {
|
|
344
344
|
editorIntance(instance: ImageEditor): void;
|
345
345
|
supplementEditor(instance: ImageEditor): void;
|
346
346
|
};
|
347
|
+
} & {
|
348
|
+
dispose?: () => void;
|
347
349
|
};
|
348
350
|
export type ImageTransformerStore = ReturnType<typeof useMediaPickerImageTransformerStore>;
|
@@ -3,7 +3,9 @@ import { SetupFactoryContext } from "@omnia/fx";
|
|
3
3
|
interface SetupRouterContext extends SetupFactoryContext {
|
4
4
|
defineRoute<T1 extends TokenBasedRoute, T2 extends TokenBasedRouteStateData>(buildContextPath: (routeContext: T1) => string, resolveRouteFromPath: (path: string) => T1): InternalTokenRouter<T1, T2>;
|
5
5
|
}
|
6
|
-
export declare function defineRouter<InferReturnSetup>(token: string, setup: (ctx: SetupRouterContext) => InferReturnSetup, lifeTime?: InstanceLifetimes): () => InferReturnSetup
|
6
|
+
export declare function defineRouter<InferReturnSetup>(token: string, setup: (ctx: SetupRouterContext) => InferReturnSetup, lifeTime?: InstanceLifetimes): () => InferReturnSetup & {
|
7
|
+
dispose?: () => void;
|
8
|
+
};
|
7
9
|
export declare abstract class TokenBasedRouter<T1 extends TokenBasedRoute, T2 extends TokenBasedRouteStateData> {
|
8
10
|
private static initialized;
|
9
11
|
private static initialTokenBasedPath;
|
package/internal-do-not-import-from-here/ux/admin/security/store/AppInstanceJourneyStore.d.ts
CHANGED
@@ -31,5 +31,7 @@ export declare const AppInstanceJourneyStore: () => {
|
|
31
31
|
subMenuItems: () => SubMenuItem[];
|
32
32
|
activeSubMenuItem: () => SubMenuItem;
|
33
33
|
};
|
34
|
+
} & {
|
35
|
+
dispose?: () => void;
|
34
36
|
};
|
35
37
|
export type AppInstanceJourneyStoreType = ReturnType<typeof AppInstanceJourneyStore>;
|
@@ -68,5 +68,7 @@ export declare const useAdminStore: () => {
|
|
68
68
|
getNavigationNodeRegistrationsByCategory(category: string): AdminNavigationNodeRegistration[];
|
69
69
|
getNavigationNodeRegistrationsByParentNodeId(parentNodeId: guid): AdminNavigationNodeRegistration[];
|
70
70
|
};
|
71
|
+
} & {
|
72
|
+
dispose?: () => void;
|
71
73
|
};
|
72
74
|
export {};
|
@@ -85,6 +85,8 @@ export declare const useBPSystemLayoutStore: () => {
|
|
85
85
|
loadLayouts: () => Promise<VersionedLayout[]>;
|
86
86
|
createLayout: (tenantVersionedLayout: VersionedLayout) => Promise<VersionedLayout>;
|
87
87
|
};
|
88
|
+
} & {
|
89
|
+
dispose?: () => void;
|
88
90
|
};
|
89
91
|
export declare const useTenantSystemLayoutStore: () => {
|
90
92
|
state: {
|
@@ -171,4 +173,6 @@ export declare const useTenantSystemLayoutStore: () => {
|
|
171
173
|
loadLayouts: () => Promise<VersionedLayout[]>;
|
172
174
|
createLayout: (tenantVersionedLayout: VersionedLayout) => Promise<VersionedLayout>;
|
173
175
|
};
|
176
|
+
} & {
|
177
|
+
dispose?: () => void;
|
174
178
|
};
|
@@ -1,6 +1,8 @@
|
|
1
|
+
import { OmniaContext } from "@omnia/fx";
|
1
2
|
import { LoginProvider } from "@omnia/fx-models";
|
2
3
|
import { UserManagementLocalization } from "../..";
|
3
4
|
export declare class LoginProvidersFactory {
|
4
5
|
static loc: UserManagementLocalization.locInterface;
|
6
|
+
static omniaContext: OmniaContext;
|
5
7
|
static providers(): LoginProvider[];
|
6
8
|
}
|
package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupDetailStore.d.ts
CHANGED
@@ -25,4 +25,6 @@ export declare const useGroupDetailStore: () => {
|
|
25
25
|
businessProfileId: (value: string | ((prev: string) => string)) => void;
|
26
26
|
onDelete: (value: ((...params: any[]) => Promise<void> | void) | ((prev: (...params: any[]) => Promise<void> | void) => (...params: any[]) => Promise<void> | void)) => void;
|
27
27
|
};
|
28
|
+
} & {
|
29
|
+
dispose?: () => void;
|
28
30
|
};
|
package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/SelfServiceStore.d.ts
CHANGED
@@ -108,4 +108,6 @@ export declare const useSelfServiceStore: () => {
|
|
108
108
|
onMutatedExtendedPropertiesRegistration: import("@omnia/fx").MessageBusExposeOnlySubscription<ExtendedPropertiesRegistrationViewModel[]>;
|
109
109
|
onMutatedExtendedEnterprisePropBindings: import("@omnia/fx").MessageBusExposeOnlySubscription<PropertyBinding<PropertyDefinition<any, any, any, import("@omnia/fx-models").PropertySetupBase>>[]>;
|
110
110
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
111
|
+
} & {
|
112
|
+
dispose?: () => void;
|
111
113
|
};
|
@@ -217,6 +217,8 @@ export declare const useComponentsEditorStore: () => {
|
|
217
217
|
applyChanges(): void;
|
218
218
|
};
|
219
219
|
get: {};
|
220
|
+
} & {
|
221
|
+
dispose?: () => void;
|
220
222
|
};
|
221
223
|
tabsEditorStore: {
|
222
224
|
state: {
|
@@ -268,6 +270,8 @@ export declare const useComponentsEditorStore: () => {
|
|
268
270
|
setEditingBlueprint(variant: import("@omnia/fx-models").BlueprintVariant): void;
|
269
271
|
applyChanges(): void;
|
270
272
|
};
|
273
|
+
} & {
|
274
|
+
dispose?: () => void;
|
271
275
|
};
|
272
276
|
buttonsEditorStore: {
|
273
277
|
state: {
|
@@ -321,6 +325,8 @@ export declare const useComponentsEditorStore: () => {
|
|
321
325
|
setEditingBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): void;
|
322
326
|
applyChanges(): void;
|
323
327
|
};
|
328
|
+
} & {
|
329
|
+
dispose?: () => void;
|
324
330
|
};
|
325
331
|
iconsEditorStore: {
|
326
332
|
state: {
|
@@ -372,6 +378,8 @@ export declare const useComponentsEditorStore: () => {
|
|
372
378
|
setEditingBlueprint(size: "small" | "default" | "x-large" | "x-small" | "large"): void;
|
373
379
|
applyChanges(): void;
|
374
380
|
};
|
381
|
+
} & {
|
382
|
+
dispose?: () => void;
|
375
383
|
};
|
376
384
|
containersEditorStore: {
|
377
385
|
state: {
|
@@ -448,6 +456,8 @@ export declare const useComponentsEditorStore: () => {
|
|
448
456
|
applyChanges(): void;
|
449
457
|
};
|
450
458
|
get: {};
|
459
|
+
} & {
|
460
|
+
dispose?: () => void;
|
451
461
|
};
|
452
462
|
};
|
453
463
|
bladeId: {
|
@@ -468,4 +478,6 @@ export declare const useComponentsEditorStore: () => {
|
|
468
478
|
containersBlade: guid;
|
469
479
|
containerEditBlade: guid;
|
470
480
|
};
|
481
|
+
} & {
|
482
|
+
dispose?: () => void;
|
471
483
|
};
|
@@ -71,5 +71,7 @@ export type ColorSchemaStoreType = {
|
|
71
71
|
};
|
72
72
|
deactivated(): void;
|
73
73
|
};
|
74
|
-
export declare const useColorSchemaStore: () => ColorSchemaStoreType
|
74
|
+
export declare const useColorSchemaStore: () => ColorSchemaStoreType & {
|
75
|
+
dispose?: () => void;
|
76
|
+
};
|
75
77
|
export {};
|
@@ -102,6 +102,8 @@ export declare const useSpacingBlueprintStore: () => {
|
|
102
102
|
};
|
103
103
|
};
|
104
104
|
deactivated(): void;
|
105
|
+
} & {
|
106
|
+
dispose?: () => void;
|
105
107
|
};
|
106
108
|
colorSchema(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchema): import("@omnia/fx-models").ColorSchema;
|
107
109
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
@@ -115,6 +117,8 @@ export declare const useSpacingBlueprintStore: () => {
|
|
115
117
|
complementaryColorDefinition(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
|
116
118
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
117
119
|
};
|
120
|
+
} & {
|
121
|
+
dispose?: () => void;
|
118
122
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
119
123
|
};
|
120
124
|
};
|
@@ -208,6 +212,8 @@ export declare const useSpacingBlueprintStore: () => {
|
|
208
212
|
};
|
209
213
|
};
|
210
214
|
deactivated(): void;
|
215
|
+
} & {
|
216
|
+
dispose?: () => void;
|
211
217
|
};
|
212
218
|
colorSchema(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchema): import("@omnia/fx-models").ColorSchema;
|
213
219
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
@@ -221,6 +227,8 @@ export declare const useSpacingBlueprintStore: () => {
|
|
221
227
|
complementaryColorDefinition(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
|
222
228
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
223
229
|
};
|
230
|
+
} & {
|
231
|
+
dispose?: () => void;
|
224
232
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
225
233
|
};
|
226
234
|
};
|
@@ -314,6 +322,8 @@ export declare const useSpacingBlueprintStore: () => {
|
|
314
322
|
};
|
315
323
|
};
|
316
324
|
deactivated(): void;
|
325
|
+
} & {
|
326
|
+
dispose?: () => void;
|
317
327
|
};
|
318
328
|
colorSchema(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchema): import("@omnia/fx-models").ColorSchema;
|
319
329
|
typography(): import("@omnia/fx-models").TypographyBlueprints;
|
@@ -327,6 +337,8 @@ export declare const useSpacingBlueprintStore: () => {
|
|
327
337
|
complementaryColorDefinition(colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
|
328
338
|
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
329
339
|
};
|
340
|
+
} & {
|
341
|
+
dispose?: () => void;
|
330
342
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
331
343
|
};
|
332
344
|
};
|
@@ -6336,6 +6348,8 @@ export declare const useSpacingBlueprintStore: () => {
|
|
6336
6348
|
};
|
6337
6349
|
};
|
6338
6350
|
deactivated(): void;
|
6351
|
+
} & {
|
6352
|
+
dispose?: () => void;
|
6339
6353
|
};
|
6340
6354
|
colorSchema: (colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchema) => import("@omnia/fx-models").ColorSchema;
|
6341
6355
|
typography: () => import("@omnia/fx-models").TypographyBlueprints;
|
@@ -6349,8 +6363,11 @@ export declare const useSpacingBlueprintStore: () => {
|
|
6349
6363
|
complementaryColorDefinition: (colorSchemaType: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
6350
6364
|
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
6351
6365
|
};
|
6366
|
+
dispose?: () => void;
|
6352
6367
|
};
|
6353
6368
|
readonly blueprint: import("@omnia/fx-models").SpacingBlueprint;
|
6354
6369
|
};
|
6355
6370
|
deactivated(): void;
|
6371
|
+
} & {
|
6372
|
+
dispose?: () => void;
|
6356
6373
|
};
|
@@ -51,4 +51,6 @@ export declare const useTemplateRegistrationStore: () => {
|
|
51
51
|
byId: <TTemplateRegistration_1 extends ITemplateRegistration<any, TemplateRegistrationType>>(id: guid) => ITemplateRegistration<any, TemplateRegistrationType>;
|
52
52
|
getByType: <TTemplateRegistration_2 extends ITemplateRegistration<any, TemplateRegistrationType>>(type: TemplateRegistrationType) => TTemplateRegistration_2[];
|
53
53
|
};
|
54
|
+
} & {
|
55
|
+
dispose?: () => void;
|
54
56
|
};
|