@omnia/fx 8.0.192-dev → 8.0.194-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/contexts/OmniaContext.d.ts +3 -3
- package/internal-do-not-import-from-here/contexts/OmniaContextProvider.d.ts +4 -4
- package/internal-do-not-import-from-here/core/Extend.d.ts +2 -2
- package/internal-do-not-import-from-here/core/Factory.d.ts +2 -2
- package/internal-do-not-import-from-here/core/http/HttpClient.d.ts +3 -3
- package/internal-do-not-import-from-here/core/messaging/InternalTopics.d.ts +4 -4
- package/internal-do-not-import-from-here/core/services/OmniaPropertyBagBase.d.ts +3 -3
- package/internal-do-not-import-from-here/core/services/ServiceLocator.d.ts +4 -4
- package/internal-do-not-import-from-here/core/services/ServiceManifestProvider.d.ts +6 -6
- package/internal-do-not-import-from-here/core/services/TokenService.d.ts +2 -2
- package/internal-do-not-import-from-here/core/utils/Utils.d.ts +1 -1
- package/internal-do-not-import-from-here/index.d.ts +2 -2
- package/internal-do-not-import-from-here/runtime/core/InternalWebComponentBootstrapper.d.ts +3 -3
- package/internal-do-not-import-from-here/runtime/core/LocalHostingService.d.ts +6 -6
- package/internal-do-not-import-from-here/runtime/core/ManifestResourceLoader.d.ts +8 -8
- package/internal-do-not-import-from-here/runtime/core/ServerSideLoader.d.ts +6 -6
- package/internal-do-not-import-from-here/services/AiSettingsService.d.ts +3 -3
- package/internal-do-not-import-from-here/services/AppNamingPolicyService.d.ts +3 -3
- package/internal-do-not-import-from-here/services/AppService.d.ts +25 -25
- package/internal-do-not-import-from-here/services/AzureAdUserService.d.ts +3 -3
- package/internal-do-not-import-from-here/services/ConnectedTenantService.d.ts +3 -3
- package/internal-do-not-import-from-here/services/EnterprisePropertyCategoryService.d.ts +4 -4
- package/internal-do-not-import-from-here/services/EnterprisePropertyService.d.ts +5 -5
- package/internal-do-not-import-from-here/services/EnterprisePropertySetService.d.ts +5 -5
- package/internal-do-not-import-from-here/services/FeatureService.d.ts +7 -7
- package/internal-do-not-import-from-here/services/ManifestService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/MediaPickerService.d.ts +3 -3
- package/internal-do-not-import-from-here/services/PostService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/QueryablePropertiesService.d.ts +4 -4
- package/internal-do-not-import-from-here/services/QueueService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/SecretsService.d.ts +3 -3
- package/internal-do-not-import-from-here/services/SecurityRoles.d.ts +12 -10
- package/internal-do-not-import-from-here/services/SecurityService.d.ts +4 -4
- package/internal-do-not-import-from-here/services/SettingsService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/TargetingPropertyService.d.ts +5 -5
- package/internal-do-not-import-from-here/services/VersionedLayoutService.d.ts +8 -8
- package/internal-do-not-import-from-here/services/identities/DynamicGroupService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/identities/IdentitySelfServiceService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/identities/IdentityService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/identities/IdentitySyncProviderService.d.ts +9 -9
- package/internal-do-not-import-from-here/services/identities/UserService.d.ts +3 -3
- package/internal-do-not-import-from-here/services/identities/UserTypeService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/permissions/PermissionService.d.ts +6 -6
- package/internal-do-not-import-from-here/services/properties/EnterprisePropertiesProvider.d.ts +4 -4
- package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/BusinessProfilePropertyBindingProvider.d.ts +3 -3
- package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/ExtendedEnterprisePropertyBindingProvider.d.ts +3 -3
- package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/IdentityPropertyBindingProvider.d.ts +3 -3
- package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/UserPropertyBindingProvider.d.ts +3 -3
- package/internal-do-not-import-from-here/services/properties/datasource/DataSourcePropertiesService.d.ts +4 -4
- package/internal-do-not-import-from-here/services/properties/datasource/DataSourcePropertyDefinitionHandler.d.ts +2 -2
- package/internal-do-not-import-from-here/services/properties/datasource/DataSourcePropertyProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/spfx/components/IOmniaWPContainerSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/spfx/components/OmniaWPContainer.d.ts +2 -1
- package/internal-do-not-import-from-here/spfx/components/OmniaWPContainerSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/spfx/models/Context.d.ts +3 -3
- package/internal-do-not-import-from-here/stores/AiSettingsStore.d.ts +4 -4
- package/internal-do-not-import-from-here/stores/AppNamingPolicyStore.d.ts +5 -5
- package/internal-do-not-import-from-here/stores/AppStore.d.ts +21 -21
- package/internal-do-not-import-from-here/stores/AzureAdUserStore.d.ts +6 -6
- package/internal-do-not-import-from-here/stores/ClipboardStore.d.ts +9 -9
- package/internal-do-not-import-from-here/stores/ConnectedTenantStore.d.ts +5 -5
- package/internal-do-not-import-from-here/stores/EnterpriseGlossaryStore.d.ts +2 -2
- package/internal-do-not-import-from-here/stores/EnterprisePropertyCategoryStore.d.ts +2 -2
- package/internal-do-not-import-from-here/stores/EnterprisePropertySetStore.d.ts +3 -3
- package/internal-do-not-import-from-here/stores/EnterprisePropertyStore.d.ts +10 -10
- package/internal-do-not-import-from-here/stores/FeatureStore.d.ts +10 -10
- package/internal-do-not-import-from-here/stores/IdentitySyncProviderStore.d.ts +11 -11
- package/internal-do-not-import-from-here/stores/MediaPickerStore.d.ts +4 -4
- package/internal-do-not-import-from-here/stores/PostStore.d.ts +2 -2
- package/internal-do-not-import-from-here/stores/PromotedTagStore.d.ts +3 -3
- package/internal-do-not-import-from-here/stores/Store.d.ts +5 -5
- package/internal-do-not-import-from-here/stores/TargetingPropertyStore.d.ts +6 -6
- package/internal-do-not-import-from-here/stores/UserIdentityStore.d.ts +3 -3
- package/internal-do-not-import-from-here/stores/UserTypeIdentityStore.d.ts +6 -6
- package/internal-do-not-import-from-here/stores/VersionedLayoutStore.d.ts +10 -10
- package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerGalleryStore.d.ts +8 -8
- package/internal-do-not-import-from-here/stores/mediapicker/ProviderStore.d.ts +4 -4
- package/internal-do-not-import-from-here/stores/mediapicker/constants.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/AppRollupFilterEngineContext.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/BlockInstance.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +19 -1
- package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/TsxAllowUnknowProperties.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/actionhandler/ActionHandler.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/admin/AdminRouter.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/admin/BusinessProfileRouter.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/IQueryablePropertiesJourney.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesInfoBlade.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourneyConstants.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/app/AppContextProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/AppPropertiesProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/MainRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/appinstance/settings/AppInstanceRollupSettings.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/appinstance/settings/IAppInstanceRollupSettings.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/DisplayTab.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/QueryTab.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/appinstance/shared/AppInstanceRollupRenderingInstance.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/management/AppManagement.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/app/management/AppManagementConstants.d.ts +27 -27
- package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Listing.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/AffixRow.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/StepRow.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/AppInstanceEditingBladeIds.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizardDetailsBlade.d.ts +6 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/IAppProvisioningWizard.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/AppRouteInput.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/IAppRouteInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +26 -26
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningComponentBase.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +17 -17
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/colorschemas/store/ColorSchemaEditorStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/store/TemplateEditorStore.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/store/ThemeDesignerStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/store/ThemeEditorStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/designkits/core/DefinitionsChrome.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/designkits/default/definitions/headers/BlockTextIcon.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/designkits/documentation/themes/BlueprintsTypography.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/designkits/editor/themes/BlueprintsTypography.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/BlueprintsTemplates.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/ThemeDefinitionInstance.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/TypographyBlueprints.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +33 -183
- package/internal-do-not-import-from-here/ux/aurora/store/TemplateRegistrationStore.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/aurora/store/ThemingService.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +33 -183
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api/Models.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/commandpalette/commands/frontend/Models.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/commandpalette/commands/utils/CreateGuidCommand.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/commandpalette/models/CommandDefinition.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/connectedtenantpicker/ConnectedTenantPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/connectedtenantpicker/IConnectedTenantPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/directives/LinkHandler/registration/DefaultLinkHandlerProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/dynamicplaceholder/models/DynamicPlaceholderSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/ActionToolbar.d.ts +6 -5
- package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/editorchrome/navigation/EditorChromeNavigation.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/IEnterprisePropertyPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterprisepropertysets/picker/EnterprisePropertySetPicker.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/features/FeaturesConstants.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/features/FeaturesJourney.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/features/blades/FeatureHomeBlade.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/features/blades/FeaturePropertiesBlade.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/filepickerprovider/mycomputerprovider/MyComputerProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRegistrationApi.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/Helper.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineHandler.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineRouter.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/headingconfigurations/Constants.d.ts +10 -9
- package/internal-do-not-import-from-here/ux/identities/components/shared/BladeIds.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncPropertyBindingSetup.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/journey/JourneyPlaceHolder.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/journey/models/BladeInstance.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/models/SettingsBladeRegistration.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +29 -29
- package/internal-do-not-import-from-here/ux/journey/stores/SettingsJourneyStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/factories/EditorLayoutItemFactory.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/factories/LayoutItemFactory.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/LayoutManager.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/ThemingRenditionManager.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutdefinitionsettings/LayoutItemSettingsDefinitions.d.ts +41 -41
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/BingProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/CentralImageLocationProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/DallEProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MediaflowProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MicrosoftStreamProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MyComputerProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/PexelProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/UnsplashProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/VimeoProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/YoutubeProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerStorageProviderAppInstanceContext.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerStorageProviderAppInstancePostContext.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerStorageProviderVersionedLayoutContext.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerUserIconsStorageProviderContext.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/messaging/Topics.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/models/LegacySvgImage.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +30 -30
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.css.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +80 -74
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +81 -72
- package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent2.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent3.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/permissioninput/IPermissionInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/permissioninput/TenantAdminPermissionInput.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/permissioninput/UsePermissionInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/permissioninput/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/post/IPost.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/properties/models/DataSource.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/properties/models/Properties.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/properties/models/PropertyApi.d.ts +10 -11
- package/internal-do-not-import-from-here/ux/properties/models/PropertyBindingProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/models/PropertyPicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/PublicRichTextEditorApi.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorInstance.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/Alignment.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLink.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGif.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/Blockquote.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/Bold.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletList.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/Code.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlock.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EmoticonPicker/EmoticonPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/EnterpriseGlossaryLinkSuggestionExtension.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/ExtendedElements.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagEditorExtension.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/Heading.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/History.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HorizontalRule/HorizontalRule.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/Html.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/Italic.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ListItem/ListItem.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/Mention.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedList.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Placeholder/Placeholder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormatting.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/Strike.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Subscript/Subscript.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Superscript/Superscript.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/Table.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletion.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextTranslator/TextTranslator.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/TodoList.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/Underline.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilterRouter.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +11 -10
- package/internal-do-not-import-from-here/ux/selection/ISelection.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/theming/InternalTheming.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming/ThemeManager.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming/ThemeStore.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/theming/Theming.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming/ThemingFallbackFactory.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/use/UseDebouncer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/user/UserPropertiesByMicrosoftGraphProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlockSettings.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +41 -41
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/ContentDefinitionRegistration.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/VelcronDefinitionIds.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/stores/ContentEditorStore.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +101 -41
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector.css.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +21 -9
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +27 -27
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +22 -22
- 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/stores/VelcronColorSchema.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/Shared.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/controller/Chrome.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/versionedlayout/controller/IChrome.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/versionedlayout/controller/VersionedLayoutController.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/versionedlayout/urlinput/VersionedLayoutUrlInput.d.ts +3 -3
- package/package.json +2 -2
@@ -1,5 +1,5 @@
|
|
1
1
|
import { AiSettings } from "../models";
|
2
|
-
import {
|
2
|
+
import { guid } from "../shared";
|
3
3
|
import { Store } from "./Store";
|
4
4
|
export declare class AiSettingsStore extends Store {
|
5
5
|
private settings;
|
@@ -14,21 +14,21 @@ export declare class AiSettingsStore extends Store {
|
|
14
14
|
* Implementation of getters
|
15
15
|
*/
|
16
16
|
getters: {
|
17
|
-
getSettingsByType: (type: string, businessProfileId?:
|
17
|
+
getSettingsByType: (type: string, businessProfileId?: guid) => AiSettings[];
|
18
18
|
currentEditing: () => AiSettings;
|
19
19
|
};
|
20
20
|
/**
|
21
21
|
* Implementation of mutations
|
22
22
|
*/
|
23
23
|
mutations: {
|
24
|
-
settingsByType: import("./Store").StoreMutation<(newState: Array<AiSettings>, type: string, businessProfileId?:
|
24
|
+
settingsByType: import("./Store").StoreMutation<(newState: Array<AiSettings>, type: string, businessProfileId?: guid) => void, (newState: AiSettings[], type: string, businessProfileId?: guid) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
25
25
|
currentEditing: import("./Store").StoreMutation<(newState: AiSettings) => void, (newState: AiSettings) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
26
26
|
};
|
27
27
|
/**
|
28
28
|
* Implementation of actions
|
29
29
|
*/
|
30
30
|
actions: {
|
31
|
-
loadSettingsByType: import("./Store").StoreAction<unknown, (type: string, businessProfileId?:
|
31
|
+
loadSettingsByType: import("./Store").StoreAction<unknown, (type: string, businessProfileId?: guid) => void, (result: AiSettings[], type: string, businessProfileId?: guid) => void, (failureReason: any, type: string, businessProfileId?: guid) => void, (type: string, businessProfileId?: guid) => Promise<AiSettings[]>>;
|
32
32
|
updateSetting: import("./Store").StoreAction<unknown, (model: AiSettings) => void, (result: AiSettings, model: AiSettings) => void, (failureReason: any, model: AiSettings) => void, (model: AiSettings) => Promise<AiSettings>>;
|
33
33
|
addSetting: import("./Store").StoreAction<unknown, (model: AiSettings) => void, (result: AiSettings, model: AiSettings) => void, (failureReason: any, model: AiSettings) => void, (model: AiSettings) => Promise<AiSettings>>;
|
34
34
|
removeSetting: import("./Store").StoreAction<unknown, (id: number) => void, (result: void, id: number) => void, (failureReason: any, id: number) => void, (id: number) => Promise<void>>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { AppNamingPolicy, AppNamingPolicyDefinition,
|
1
|
+
import { AppNamingPolicy, AppNamingPolicyDefinition, guid } from "../models";
|
2
2
|
import { Store } from "./Store";
|
3
3
|
export declare class AppNamingPolicyStore extends Store {
|
4
4
|
private omniaContext;
|
@@ -6,13 +6,13 @@ export declare class AppNamingPolicyStore extends Store {
|
|
6
6
|
private loadPromises;
|
7
7
|
private policies;
|
8
8
|
getters: {
|
9
|
-
getByAppDefinitionId: (appDefinitionId:
|
9
|
+
getByAppDefinitionId: (appDefinitionId: guid) => AppNamingPolicy[];
|
10
10
|
getById: (id: number) => AppNamingPolicy;
|
11
11
|
};
|
12
12
|
actions: {
|
13
|
-
ensureLoad: import("./Store").StoreAction<unknown, (appDefinitionId:
|
14
|
-
ensureLoadById: import("./Store").StoreAction<unknown, (appDefinitionId:
|
15
|
-
add: import("./Store").StoreAction<unknown, (appDefinitionId:
|
13
|
+
ensureLoad: import("./Store").StoreAction<unknown, (appDefinitionId: guid) => void, (result: void, appDefinitionId: guid) => void, (failureReason: any, appDefinitionId: guid) => void, (appDefinitionId: guid) => Promise<void>>;
|
14
|
+
ensureLoadById: import("./Store").StoreAction<unknown, (appDefinitionId: guid) => void, (result: void, appDefinitionId: guid) => void, (failureReason: any, appDefinitionId: guid) => void, (appDefinitionId: guid) => Promise<void>>;
|
15
|
+
add: import("./Store").StoreAction<unknown, (appDefinitionId: guid, definition: AppNamingPolicyDefinition) => void, (result: AppNamingPolicy, appDefinitionId: guid, definition: AppNamingPolicyDefinition) => void, (failureReason: any, appDefinitionId: guid, definition: AppNamingPolicyDefinition) => void, (appDefinitionId: guid, definition: AppNamingPolicyDefinition) => Promise<AppNamingPolicy>>;
|
16
16
|
update: import("./Store").StoreAction<unknown, (policy: AppNamingPolicy) => void, (result: unknown, policy: AppNamingPolicy) => void, (failureReason: any, policy: AppNamingPolicy) => void, (policy: AppNamingPolicy) => Promise<unknown>>;
|
17
17
|
delete: import("./Store").StoreAction<unknown, (policy: AppNamingPolicy) => void, (result: unknown, policy: AppNamingPolicy) => void, (failureReason: any, policy: AppNamingPolicy) => void, (policy: AppNamingPolicy) => Promise<unknown>>;
|
18
18
|
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { AppTemplate, AppDefinition, AppInstance, AppInstancesResult, AppInstanceCreateInfo, AppInstanceUpdateInfo,
|
1
|
+
import { AppTemplate, AppDefinition, AppInstance, AppInstancesResult, AppInstanceCreateInfo, AppInstanceUpdateInfo, guid, AppInstanceRejectInfo, AppInstanceActionProgressResult, AppInstanceInputInfo } from "../models";
|
2
2
|
import { Store } from "./Store";
|
3
3
|
import { AppService } from "../services/AppService";
|
4
4
|
export declare class AppStore extends Store {
|
@@ -32,39 +32,39 @@ export declare class AppStore extends Store {
|
|
32
32
|
constructor();
|
33
33
|
getters: {
|
34
34
|
getTenantAppTemplates: () => AppTemplate[];
|
35
|
-
getAppTemplates: (businessProfileId?:
|
36
|
-
getAppTemplatesByDefinition: (appDefinitionId:
|
37
|
-
getAppDefinition: (appDefinitionId:
|
38
|
-
getAppTemplate: (appTemplateId:
|
39
|
-
getAppInstanceById: (appInstanceId:
|
35
|
+
getAppTemplates: (businessProfileId?: guid) => AppTemplate[];
|
36
|
+
getAppTemplatesByDefinition: (appDefinitionId: guid, businessProfileId?: guid) => AppTemplate[];
|
37
|
+
getAppDefinition: (appDefinitionId: guid) => AppDefinition;
|
38
|
+
getAppTemplate: (appTemplateId: guid) => AppTemplate;
|
39
|
+
getAppInstanceById: (appInstanceId: guid) => AppInstance;
|
40
40
|
getEditingAppInstance: () => AppInstance;
|
41
41
|
};
|
42
42
|
mutations: {
|
43
43
|
setEditingAppTemplate: (appTemplate: AppTemplate) => void;
|
44
44
|
setEditingAppInstance: import("./Store").StoreMutation<(appInstance: AppInstance) => void, (appInstance: AppInstance) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
45
|
-
appInstanceFollowStatusUpdated: import("./Store").StoreMutation<(appInstanceId:
|
45
|
+
appInstanceFollowStatusUpdated: import("./Store").StoreMutation<(appInstanceId: guid, followed: boolean) => void, (appInstanceId: guid, followed: boolean) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
46
46
|
};
|
47
47
|
actions: {
|
48
|
-
ensureAppProvisioning: import("./Store").StoreAction<unknown, (appInstanceId:
|
49
|
-
requestChangeProvisioning: import("./Store").StoreAction<unknown, (appInstanceId:
|
48
|
+
ensureAppProvisioning: import("./Store").StoreAction<unknown, (appInstanceId: guid, inputInfo?: AppInstanceInputInfo) => void, (result: AppInstance, appInstanceId: guid, inputInfo?: AppInstanceInputInfo) => void, (failureReason: any, appInstanceId: guid, inputInfo?: AppInstanceInputInfo) => void, (appInstanceId: guid, inputInfo?: AppInstanceInputInfo) => Promise<AppInstance>>;
|
49
|
+
requestChangeProvisioning: import("./Store").StoreAction<unknown, (appInstanceId: guid, inputInfo?: AppInstanceInputInfo) => void, (result: AppInstance, appInstanceId: guid, inputInfo?: AppInstanceInputInfo) => void, (failureReason: any, appInstanceId: guid, inputInfo?: AppInstanceInputInfo) => void, (appInstanceId: guid, inputInfo?: AppInstanceInputInfo) => Promise<AppInstance>>;
|
50
50
|
loadAppDefinitions: import("./Store").StoreAction<unknown, () => void, (result: AppDefinition[]) => void, (failureReason: any) => void, () => Promise<AppDefinition[]>>;
|
51
51
|
loadTenantAppTemplates: import("./Store").StoreAction<unknown, () => void, (result: AppTemplate[]) => void, (failureReason: any) => void, () => Promise<AppTemplate[]>>;
|
52
|
-
loadAppTemplates: import("./Store").StoreAction<unknown, (businessProfileId?:
|
53
|
-
loadAppInstance: import("./Store").StoreAction<unknown, (appInstanceId:
|
54
|
-
ensureAppInstance: import("./Store").StoreAction<unknown, (appInstanceId:
|
55
|
-
refreshAppInstance: import("./Store").StoreAction<unknown, (appInstanceId:
|
56
|
-
loadAppInstanceProgress: import("./Store").StoreAction<unknown, (transactionId:
|
52
|
+
loadAppTemplates: import("./Store").StoreAction<unknown, (businessProfileId?: guid) => void, (result: AppTemplate[], businessProfileId?: guid) => void, (failureReason: any, businessProfileId?: guid) => void, (businessProfileId?: guid) => Promise<AppTemplate[]>>;
|
53
|
+
loadAppInstance: import("./Store").StoreAction<unknown, (appInstanceId: guid) => void, (result: AppInstance, appInstanceId: guid) => void, (failureReason: any, appInstanceId: guid) => void, (appInstanceId: guid) => Promise<AppInstance>>;
|
54
|
+
ensureAppInstance: import("./Store").StoreAction<unknown, (appInstanceId: guid) => void, (result: AppInstance, appInstanceId: guid) => void, (failureReason: any, appInstanceId: guid) => void, (appInstanceId: guid) => Promise<AppInstance>>;
|
55
|
+
refreshAppInstance: import("./Store").StoreAction<unknown, (appInstanceId: guid) => void, (result: AppInstance, appInstanceId: guid) => void, (failureReason: any, appInstanceId: guid) => void, (appInstanceId: guid) => Promise<AppInstance>>;
|
56
|
+
loadAppInstanceProgress: import("./Store").StoreAction<unknown, (transactionId: guid) => void, (result: AppInstanceActionProgressResult, transactionId: guid) => void, (failureReason: any, transactionId: guid) => void, (transactionId: guid) => Promise<AppInstanceActionProgressResult>>;
|
57
57
|
addOrUpdateAppTemplate: import("./Store").StoreAction<unknown, (appTemplate: AppTemplate) => void, (result: AppTemplate, appTemplate: AppTemplate) => void, (failureReason: any, appTemplate: AppTemplate) => void, (appTemplate: AppTemplate) => Promise<AppTemplate>>;
|
58
|
-
removeAppTemplate: import("./Store").StoreAction<unknown, (appTemplateId:
|
59
|
-
createAppInstance: import("./Store").StoreAction<unknown, (createInfo: AppInstanceCreateInfo, businessProfileId?:
|
58
|
+
removeAppTemplate: import("./Store").StoreAction<unknown, (appTemplateId: guid) => void, (result: any, appTemplateId: guid) => void, (failureReason: any, appTemplateId: guid) => void, (appTemplateId: guid) => Promise<any>>;
|
59
|
+
createAppInstance: import("./Store").StoreAction<unknown, (createInfo: AppInstanceCreateInfo, businessProfileId?: guid, useRouteProvisioning?: boolean) => void, (result: AppInstance, createInfo: AppInstanceCreateInfo, businessProfileId?: guid, useRouteProvisioning?: boolean) => void, (failureReason: any, createInfo: AppInstanceCreateInfo, businessProfileId?: guid, useRouteProvisioning?: boolean) => void, (createInfo: AppInstanceCreateInfo, businessProfileId?: guid, useRouteProvisioning?: boolean) => Promise<AppInstance>>;
|
60
60
|
updateAppInstance: import("./Store").StoreAction<unknown, (updateInfo: AppInstanceUpdateInfo) => void, (result: AppInstance, updateInfo: AppInstanceUpdateInfo) => void, (failureReason: any, updateInfo: AppInstanceUpdateInfo) => void, (updateInfo: AppInstanceUpdateInfo) => Promise<AppInstance>>;
|
61
|
-
removeAppInstance: import("./Store").StoreAction<unknown, (appInstanceId:
|
62
|
-
approveAppInstance: import("./Store").StoreAction<unknown, (appInstanceId:
|
61
|
+
removeAppInstance: import("./Store").StoreAction<unknown, (appInstanceId: guid) => void, (result: AppInstance, appInstanceId: guid) => void, (failureReason: any, appInstanceId: guid) => void, (appInstanceId: guid) => Promise<AppInstance>>;
|
62
|
+
approveAppInstance: import("./Store").StoreAction<unknown, (appInstanceId: guid, createInfo: AppInstanceCreateInfo) => void, (result: AppInstance, appInstanceId: guid, createInfo: AppInstanceCreateInfo) => void, (failureReason: any, appInstanceId: guid, createInfo: AppInstanceCreateInfo) => void, (appInstanceId: guid, createInfo: AppInstanceCreateInfo) => Promise<AppInstance>>;
|
63
63
|
rejectAppInstance: import("./Store").StoreAction<unknown, (rejectInfo: AppInstanceRejectInfo) => void, (result: AppInstance, rejectInfo: AppInstanceRejectInfo) => void, (failureReason: any, rejectInfo: AppInstanceRejectInfo) => void, (rejectInfo: AppInstanceRejectInfo) => Promise<AppInstance>>;
|
64
64
|
updateAppInstanceProperties: import("./Store").StoreAction<unknown, (updateInfo: AppInstanceUpdateInfo) => void, (result: AppInstance, updateInfo: AppInstanceUpdateInfo) => void, (failureReason: any, updateInfo: AppInstanceUpdateInfo) => void, (updateInfo: AppInstanceUpdateInfo) => Promise<AppInstance>>;
|
65
|
-
followAppInstance: import("./Store").StoreAction<unknown, (appInstanceId:
|
66
|
-
unfollowAppInstance: import("./Store").StoreAction<unknown, (appInstanceId:
|
67
|
-
addOrUpdateLastVisited: import("./Store").StoreAction<unknown, (appInstanceId:
|
65
|
+
followAppInstance: import("./Store").StoreAction<unknown, (appInstanceId: guid) => void, (result: void, appInstanceId: guid) => void, (failureReason: any, appInstanceId: guid) => void, (appInstanceId: guid) => Promise<void>>;
|
66
|
+
unfollowAppInstance: import("./Store").StoreAction<unknown, (appInstanceId: guid) => void, (result: void, appInstanceId: guid) => void, (failureReason: any, appInstanceId: guid) => void, (appInstanceId: guid) => Promise<void>>;
|
67
|
+
addOrUpdateLastVisited: import("./Store").StoreAction<unknown, (appInstanceId: guid) => void, (result: void, appInstanceId: guid) => void, (failureReason: any, appInstanceId: guid) => void, (appInstanceId: guid) => Promise<void>>;
|
68
68
|
};
|
69
69
|
private getProfileAppDefinitionKey;
|
70
70
|
private getProfileKey;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { OmniaContext } from "../contexts";
|
2
|
-
import {
|
2
|
+
import { guid, AzureAdDefaultUserProperties, AdProperty } from "../models";
|
3
3
|
import { Store } from "./Store";
|
4
4
|
export declare class AzureAdUserStore extends Store {
|
5
5
|
private azureAdService;
|
@@ -10,15 +10,15 @@ export declare class AzureAdUserStore extends Store {
|
|
10
10
|
private defaultSelectUserProperties;
|
11
11
|
private isOmniaUser;
|
12
12
|
actions: {
|
13
|
-
getUserPropertiesValue: import("./Store").StoreAction<unknown, (id:
|
13
|
+
getUserPropertiesValue: import("./Store").StoreAction<unknown, (id: guid, selectMoreProperties?: string[]) => void, (result: AzureAdDefaultUserProperties, id: guid, selectMoreProperties?: string[]) => void, (failureReason: any, id: guid, selectMoreProperties?: string[]) => void, <T extends AzureAdDefaultUserProperties = AzureAdDefaultUserProperties>(id: guid, selectMoreProperties?: string[]) => Promise<T>>;
|
14
14
|
getUserPropertiesMetadata: import("./Store").StoreAction<unknown, () => void, (result: string[]) => void, (failureReason: any) => void, () => Promise<string[]>>;
|
15
|
-
updateUserPropertiesValue: import("./Store").StoreAction<unknown, (id:
|
15
|
+
updateUserPropertiesValue: import("./Store").StoreAction<unknown, (id: guid, properties: {
|
16
16
|
[name: string]: any;
|
17
|
-
}) => void, (result: void, id:
|
17
|
+
}) => void, (result: void, id: guid, properties: {
|
18
18
|
[name: string]: any;
|
19
|
-
}) => void, (failureReason: any, id:
|
19
|
+
}) => void, (failureReason: any, id: guid, properties: {
|
20
20
|
[name: string]: any;
|
21
|
-
}) => void, (id:
|
21
|
+
}) => void, (id: guid, properties: {
|
22
22
|
[name: string]: any;
|
23
23
|
}) => Promise<void>>;
|
24
24
|
getUserSyncProperties: import("./Store").StoreAction<unknown, () => void, (result: AdProperty[]) => void, (failureReason: any) => void, () => Promise<AdProperty[]>>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { ClipboardBase,
|
1
|
+
import { ClipboardBase, guid } from "../models";
|
2
2
|
import { Store } from "./Store";
|
3
3
|
export declare class ClipboardStore extends Store {
|
4
4
|
private clipboards;
|
@@ -14,24 +14,24 @@ export declare class ClipboardStore extends Store {
|
|
14
14
|
* Implementation of getters
|
15
15
|
*/
|
16
16
|
getters: {
|
17
|
-
getClipboard: (id:
|
17
|
+
getClipboard: (id: guid) => ClipboardBase<any>;
|
18
18
|
};
|
19
19
|
/**
|
20
20
|
* Implementation of mutations
|
21
21
|
*/
|
22
22
|
mutations: {
|
23
|
-
ensureClipboard: import("./Store").StoreMutation<(id:
|
24
|
-
addClipboardItem: import("./Store").StoreMutation<(id:
|
25
|
-
updateClipboard: import("./Store").StoreMutation<(id:
|
26
|
-
clearClipboard: import("./Store").StoreMutation<(id:
|
23
|
+
ensureClipboard: import("./Store").StoreMutation<(id: guid) => void, (id: guid) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
24
|
+
addClipboardItem: import("./Store").StoreMutation<(id: guid, item: any) => void, (id: guid, item: any) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
25
|
+
updateClipboard: import("./Store").StoreMutation<(id: guid, clipboard: ClipboardBase<any>) => void, (id: guid, clipboard: ClipboardBase<any>) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
26
|
+
clearClipboard: import("./Store").StoreMutation<(id: guid) => void, (id: guid) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
27
27
|
saveClipboard: import("./Store").StoreMutation<() => void, () => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
28
|
-
appendClipboard: import("./Store").StoreMutation<(id:
|
29
|
-
reloadClipboard: import("./Store").StoreMutation<(id:
|
28
|
+
appendClipboard: import("./Store").StoreMutation<(id: guid, clipboard: ClipboardBase<any>) => void, (id: guid, clipboard: ClipboardBase<any>) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
29
|
+
reloadClipboard: import("./Store").StoreMutation<(id: guid) => void, (id: guid) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
30
30
|
};
|
31
31
|
/**
|
32
32
|
* Implementation of actions
|
33
33
|
*/
|
34
34
|
actions: {
|
35
|
-
reloadClipboard: import("./Store").StoreAction<unknown, (id:
|
35
|
+
reloadClipboard: import("./Store").StoreAction<unknown, (id: guid) => void, (result: void, id: guid) => void, (failureReason: any, id: guid) => void, (id: guid) => Promise<void>>;
|
36
36
|
};
|
37
37
|
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { ConnectedTenant,
|
1
|
+
import { ConnectedTenant, guid } from "../models";
|
2
2
|
import { Store } from "./Store";
|
3
3
|
export declare class ConnectedTenantStore extends Store {
|
4
4
|
private connectedTenantService;
|
@@ -6,18 +6,18 @@ export declare class ConnectedTenantStore extends Store {
|
|
6
6
|
constructor();
|
7
7
|
getters: {
|
8
8
|
getAll: () => Array<ConnectedTenant>;
|
9
|
-
getById: (id:
|
9
|
+
getById: (id: guid) => ConnectedTenant;
|
10
10
|
};
|
11
11
|
mutations: {
|
12
12
|
addOrUpdateConnectedTenant: import("./Store").StoreMutation<(newTenants: Array<ConnectedTenant>) => void, (newTenants: ConnectedTenant[]) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
13
|
-
removeConnectedTenant: import("./Store").StoreMutation<(...ids: Array<
|
13
|
+
removeConnectedTenant: import("./Store").StoreMutation<(...ids: Array<guid>) => void, (...args: guid[]) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
14
14
|
};
|
15
15
|
actions: {
|
16
16
|
loadAll: import("./Store").StoreAction<unknown, () => void, (result: ConnectedTenant[]) => void, (failureReason: any) => void, () => Promise<ConnectedTenant[]>>;
|
17
|
-
loadById: import("./Store").StoreAction<unknown, (id:
|
17
|
+
loadById: import("./Store").StoreAction<unknown, (id: guid) => void, (result: ConnectedTenant, id: guid) => void, (failureReason: any, id: guid) => void, (id: guid) => Promise<ConnectedTenant>>;
|
18
18
|
create: import("./Store").StoreAction<unknown, (connectedTenant: ConnectedTenant) => void, (result: ConnectedTenant, connectedTenant: ConnectedTenant) => void, (failureReason: any, connectedTenant: ConnectedTenant) => void, (connectedTenant: ConnectedTenant) => Promise<ConnectedTenant>>;
|
19
19
|
update: import("./Store").StoreAction<unknown, (connectedTenant: ConnectedTenant) => void, (result: ConnectedTenant, connectedTenant: ConnectedTenant) => void, (failureReason: any, connectedTenant: ConnectedTenant) => void, (connectedTenant: ConnectedTenant) => Promise<ConnectedTenant>>;
|
20
|
-
delete: import("./Store").StoreAction<unknown, (id:
|
20
|
+
delete: import("./Store").StoreAction<unknown, (id: guid) => void, (result: void, id: guid) => void, (failureReason: any, id: guid) => void, (id: guid) => Promise<void>>;
|
21
21
|
};
|
22
22
|
onActivated(): void;
|
23
23
|
onDisposing(): void;
|
@@ -33,12 +33,12 @@ export declare class EnterpriseGlossaryStore extends Store {
|
|
33
33
|
resolveTitle: import("./Store").StoreAction<unknown, (enterpriseGlossary: EnterpriseGlossaryBase) => void, (result: string, enterpriseGlossary: EnterpriseGlossaryBase) => void, (failureReason: any, enterpriseGlossary: EnterpriseGlossaryBase) => void, (enterpriseGlossary: EnterpriseGlossaryBase) => Promise<string>>;
|
34
34
|
getAll: import("./Store").StoreAction<unknown, () => void, (result: EnterpriseGlossaryInstance<EnterpriseGlossaryBase>[]) => void, (failureReason: any) => void, () => Promise<EnterpriseGlossaryInstance[]>>;
|
35
35
|
ensureEnterpriseGlossary: import("./Store").StoreAction<unknown, (glossaryId: number) => void, (result: void, glossaryId: number) => void, (failureReason: any, glossaryId: number) => void, (glossaryId: number) => Promise<void>>;
|
36
|
-
ensureEnterpriseGlossaryMapping: import("./Store").StoreAction<unknown, (id: import("@omnia/fx-models").
|
36
|
+
ensureEnterpriseGlossaryMapping: import("./Store").StoreAction<unknown, (id: import("@omnia/fx-models").guid) => void, (result: void, id: import("@omnia/fx-models").guid) => void, (failureReason: any, id: import("@omnia/fx-models").guid) => void, (id: EnterpriseGlossaryMappingId) => Promise<void>>;
|
37
37
|
addEnterpriseGlossary: import("./Store").StoreAction<unknown, (enterpriseGlossary: EnterpriseGlossaryBase) => void, (result: EnterpriseGlossaryInstance<EnterpriseGlossaryBase>, enterpriseGlossary: EnterpriseGlossaryBase) => void, (failureReason: any, enterpriseGlossary: EnterpriseGlossaryBase) => void, (enterpriseGlossary: EnterpriseGlossaryBase) => Promise<EnterpriseGlossaryInstance>>;
|
38
38
|
updateEnterpriseGlossary: import("./Store").StoreAction<unknown, (enterpriseGlossaryInstance: EnterpriseGlossaryInstance<EnterpriseGlossaryBase>) => void, (result: EnterpriseGlossaryInstance<EnterpriseGlossaryBase>, enterpriseGlossaryInstance: EnterpriseGlossaryInstance<EnterpriseGlossaryBase>) => void, (failureReason: any, enterpriseGlossaryInstance: EnterpriseGlossaryInstance<EnterpriseGlossaryBase>) => void, (enterpriseGlossaryInstance: EnterpriseGlossaryInstance) => Promise<EnterpriseGlossaryInstance>>;
|
39
39
|
removeEnterpriseGlossary: import("./Store").StoreAction<unknown, (enterpriseGlossaryInstance: EnterpriseGlossaryInstance<EnterpriseGlossaryBase>) => void, (result: void, enterpriseGlossaryInstance: EnterpriseGlossaryInstance<EnterpriseGlossaryBase>) => void, (failureReason: any, enterpriseGlossaryInstance: EnterpriseGlossaryInstance<EnterpriseGlossaryBase>) => void, (enterpriseGlossaryInstance: EnterpriseGlossaryInstance) => Promise<void>>;
|
40
40
|
addOrUpdateEnterpriseGlossaryMapping: import("./Store").StoreAction<unknown, (mapping: EnterpriseGlossaryMapping<EnterpriseGlossaryMappingData>) => void, (result: EnterpriseGlossaryMapping<EnterpriseGlossaryMappingData>, mapping: EnterpriseGlossaryMapping<EnterpriseGlossaryMappingData>) => void, (failureReason: any, mapping: EnterpriseGlossaryMapping<EnterpriseGlossaryMappingData>) => void, (mapping: EnterpriseGlossaryMapping<EnterpriseGlossaryMappingData>) => Promise<EnterpriseGlossaryMapping<EnterpriseGlossaryMappingData>>>;
|
41
|
-
removeEnterpriseGlossaryMappings: import("./Store").StoreAction<unknown, (ids: import("@omnia/fx-models").
|
41
|
+
removeEnterpriseGlossaryMappings: import("./Store").StoreAction<unknown, (ids: import("@omnia/fx-models").guid[]) => void, (result: void, ids: import("@omnia/fx-models").guid[]) => void, (failureReason: any, ids: import("@omnia/fx-models").guid[]) => void, (ids: EnterpriseGlossaryMappingId[]) => Promise<void>>;
|
42
42
|
triggerEnterpriseGlossaryInformation: import("./Store").StoreAction<unknown, (enterpriseGlossaryInstance: EnterpriseGlossaryInstance<EnterpriseGlossary>, sourceInformation: IEnterpriseGlossaryInformationSourceReadonly<Object>) => void, (result: void, enterpriseGlossaryInstance: EnterpriseGlossaryInstance<EnterpriseGlossary>, sourceInformation: IEnterpriseGlossaryInformationSourceReadonly<Object>) => void, (failureReason: any, enterpriseGlossaryInstance: EnterpriseGlossaryInstance<EnterpriseGlossary>, sourceInformation: IEnterpriseGlossaryInformationSourceReadonly<Object>) => void, (enterpriseGlossaryInstance: EnterpriseGlossaryInstance<EnterpriseGlossary>, sourceInformation: IEnterpriseGlossaryInformationSourceReadonly) => Promise<void>>;
|
43
43
|
queryEnterpriseGlossaryMappings: import("./Store").StoreAction<unknown, (name: string) => void, (result: EnterpriseGlossaryMapping<EnterpriseGlossaryMappingData>[], name: string) => void, (failureReason: any, name: string) => void, (name: string) => Promise<Array<EnterpriseGlossaryMapping<EnterpriseGlossaryMappingData>>>>;
|
44
44
|
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { EnterprisePropertyCategory,
|
1
|
+
import { EnterprisePropertyCategory, guid } from "../models";
|
2
2
|
import { Store } from "./Store";
|
3
3
|
import { EnterprisePropertyCategoryService } from "../services/EnterprisePropertyCategoryService";
|
4
4
|
export declare class EnterprisePropertyCategoryStore extends Store {
|
@@ -15,7 +15,7 @@ export declare class EnterprisePropertyCategoryStore extends Store {
|
|
15
15
|
ensureLoadAllCategories: import("./Store").StoreAction<unknown, () => void, (result: void) => void, (failureReason: any) => void, () => Promise<void>>;
|
16
16
|
addEnterprisePropertyCategory: import("./Store").StoreAction<unknown, (enterprisePropertyCategory: EnterprisePropertyCategory) => void, (result: void, enterprisePropertyCategory: EnterprisePropertyCategory) => void, (failureReason: any, enterprisePropertyCategory: EnterprisePropertyCategory) => void, (enterprisePropertyCategory: EnterprisePropertyCategory) => Promise<void>>;
|
17
17
|
updateEnterprisePropertyCategory: import("./Store").StoreAction<unknown, (enterprisePropertyCategory: EnterprisePropertyCategory) => void, (result: void, enterprisePropertyCategory: EnterprisePropertyCategory) => void, (failureReason: any, enterprisePropertyCategory: EnterprisePropertyCategory) => void, (enterprisePropertyCategory: EnterprisePropertyCategory) => Promise<void>>;
|
18
|
-
updateEnterprisePropertyCategoryOrders: import("./Store").StoreAction<unknown, (sortedCategoryIds:
|
18
|
+
updateEnterprisePropertyCategoryOrders: import("./Store").StoreAction<unknown, (sortedCategoryIds: guid[]) => void, (result: void, sortedCategoryIds: guid[]) => void, (failureReason: any, sortedCategoryIds: guid[]) => void, (sortedCategoryIds: Array<guid>) => Promise<void>>;
|
19
19
|
removeEnterprisePropertyCategory: import("./Store").StoreAction<unknown, (enterprisePropertyCategory: EnterprisePropertyCategory) => void, (result: void, enterprisePropertyCategory: EnterprisePropertyCategory) => void, (failureReason: any, enterprisePropertyCategory: EnterprisePropertyCategory) => void, (enterprisePropertyCategory: EnterprisePropertyCategory) => Promise<void>>;
|
20
20
|
};
|
21
21
|
onActivated(): void;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { EnterprisePropertySet,
|
1
|
+
import { EnterprisePropertySet, guid } from "../models";
|
2
2
|
import { Store } from "./Store";
|
3
3
|
import { EnterprisePropertySetService } from "../services/EnterprisePropertySetService";
|
4
4
|
export declare class EnterprisePropertySetStore extends Store {
|
@@ -20,8 +20,8 @@ export declare class EnterprisePropertySetStore extends Store {
|
|
20
20
|
addEnterprisePropertySet: import("./Store").StoreAction<unknown, (enterprisePropertySet: EnterprisePropertySet) => void, (result: any, enterprisePropertySet: EnterprisePropertySet) => void, (failureReason: any, enterprisePropertySet: EnterprisePropertySet) => void, (enterprisePropertySet: EnterprisePropertySet) => Promise<any>>;
|
21
21
|
updateEnterprisePropertySet: import("./Store").StoreAction<unknown, (enterprisePropertySet: EnterprisePropertySet) => void, (result: any, enterprisePropertySet: EnterprisePropertySet) => void, (failureReason: any, enterprisePropertySet: EnterprisePropertySet) => void, (enterprisePropertySet: EnterprisePropertySet) => Promise<any>>;
|
22
22
|
removeEnterprisePropertySet: import("./Store").StoreAction<unknown, (enterprisePropertySet: EnterprisePropertySet) => void, (result: any, enterprisePropertySet: EnterprisePropertySet) => void, (failureReason: any, enterprisePropertySet: EnterprisePropertySet) => void, (enterprisePropertySet: EnterprisePropertySet) => Promise<any>>;
|
23
|
-
terminateEnterprisePropertySet: import("./Store").StoreAction<unknown, (enterprisePropertySetId:
|
24
|
-
restoreEnterprisePropertySet: import("./Store").StoreAction<unknown, (enterprisePropertyId:
|
23
|
+
terminateEnterprisePropertySet: import("./Store").StoreAction<unknown, (enterprisePropertySetId: guid) => void, (result: any, enterprisePropertySetId: guid) => void, (failureReason: any, enterprisePropertySetId: guid) => void, (enterprisePropertySetId: guid) => Promise<any>>;
|
24
|
+
restoreEnterprisePropertySet: import("./Store").StoreAction<unknown, (enterprisePropertyId: guid) => void, (result: any, enterprisePropertyId: guid) => void, (failureReason: any, enterprisePropertyId: guid) => void, (enterprisePropertyId: guid) => Promise<any>>;
|
25
25
|
};
|
26
26
|
private addOrUpdateSets;
|
27
27
|
onActivated(): void;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { EnterprisePropertyDefinition, EnterprisePropertyDataType, PropertyIndexedType,
|
1
|
+
import { EnterprisePropertyDefinition, EnterprisePropertyDataType, PropertyIndexedType, guid, PropertyArchive, EnterprisePropertyColumnMapping } from "../models";
|
2
2
|
import { Store } from "./Store";
|
3
3
|
import { EnterprisePropertyService } from "../services/EnterprisePropertyService";
|
4
4
|
export declare class EnterprisePropertyStore extends Store {
|
@@ -36,9 +36,9 @@ export declare class EnterprisePropertyStore extends Store {
|
|
36
36
|
retrievableManagedPropertiesByIndexedTypes: (indexTypes: Array<PropertyIndexedType>) => EnterprisePropertyDefinition[];
|
37
37
|
refinableManagedPropertiesByIndexedTypes: (indexTypes: Array<PropertyIndexedType>) => EnterprisePropertyDefinition[];
|
38
38
|
editingProperty: () => EnterprisePropertyDefinition;
|
39
|
-
queryableEnterpriseProperties: (serviceId:
|
40
|
-
queryableEnterprisePropertiesByIndexedTypes: (serviceId:
|
41
|
-
queryableEnterprisePropertiesColumnMapping: (serviceId:
|
39
|
+
queryableEnterpriseProperties: (serviceId: guid, tableName?: string) => Array<EnterprisePropertyDefinition>;
|
40
|
+
queryableEnterprisePropertiesByIndexedTypes: (serviceId: guid, indexTypes: Array<PropertyIndexedType>, tableName?: string) => EnterprisePropertyDefinition[];
|
41
|
+
queryableEnterprisePropertiesColumnMapping: (serviceId: guid, tableName?: string) => Array<EnterprisePropertyColumnMapping>;
|
42
42
|
};
|
43
43
|
mutations: {
|
44
44
|
resetEditingProperty: import("./Store").StoreMutation<(property?: EnterprisePropertyDefinition) => void, (property?: EnterprisePropertyDefinition) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
@@ -49,13 +49,13 @@ export declare class EnterprisePropertyStore extends Store {
|
|
49
49
|
ensureLoadExtendedEnterpriseProperties: import("./Store").StoreAction<unknown, () => void, (result: boolean) => void, (failureReason: any) => void, () => Promise<boolean>>;
|
50
50
|
addEnterprisePropertyDefinition: import("./Store").StoreAction<unknown, (enterpriseProperty: EnterprisePropertyDefinition) => void, (result: unknown, enterpriseProperty: EnterprisePropertyDefinition) => void, (failureReason: any, enterpriseProperty: EnterprisePropertyDefinition) => void, (enterpriseProperty: EnterprisePropertyDefinition) => Promise<unknown>>;
|
51
51
|
updateEnterprisePropertyDefinition: import("./Store").StoreAction<unknown, (enterpriseProperty: EnterprisePropertyDefinition) => void, (result: unknown, enterpriseProperty: EnterprisePropertyDefinition) => void, (failureReason: any, enterpriseProperty: EnterprisePropertyDefinition) => void, (enterpriseProperty: EnterprisePropertyDefinition) => Promise<unknown>>;
|
52
|
-
removeEnterprisePropertyDefinition: import("./Store").StoreAction<unknown, (enterprisePropertyId:
|
52
|
+
removeEnterprisePropertyDefinition: import("./Store").StoreAction<unknown, (enterprisePropertyId: guid) => void, (result: unknown, enterprisePropertyId: guid) => void, (failureReason: any, enterprisePropertyId: guid) => void, (enterprisePropertyId: guid) => Promise<unknown>>;
|
53
53
|
getAllArchiveEnterprisePropertyDefinition: import("./Store").StoreAction<unknown, () => void, (result: PropertyArchive[]) => void, (failureReason: any) => void, () => Promise<PropertyArchive[]>>;
|
54
|
-
terminateEnterprisePropertyDefinition: import("./Store").StoreAction<unknown, (enterprisePropertyId:
|
55
|
-
restoreEnterprisePropertyDefinition: import("./Store").StoreAction<unknown, (enterprisePropertyId:
|
56
|
-
ensureLoadQueryableProperties: import("./Store").StoreAction<unknown, (serviceId:
|
57
|
-
removeQueryableProperties: import("./Store").StoreAction<unknown, (serviceId:
|
58
|
-
addQueryableProperties: import("./Store").StoreAction<unknown, (serviceId:
|
54
|
+
terminateEnterprisePropertyDefinition: import("./Store").StoreAction<unknown, (enterprisePropertyId: guid) => void, (result: unknown, enterprisePropertyId: guid) => void, (failureReason: any, enterprisePropertyId: guid) => void, (enterprisePropertyId: guid) => Promise<unknown>>;
|
55
|
+
restoreEnterprisePropertyDefinition: import("./Store").StoreAction<unknown, (enterprisePropertyId: guid) => void, (result: void, enterprisePropertyId: guid) => void, (failureReason: any, enterprisePropertyId: guid) => void, (enterprisePropertyId: guid) => Promise<void>>;
|
56
|
+
ensureLoadQueryableProperties: import("./Store").StoreAction<unknown, (serviceId: guid, tableName?: string, forceReload?: boolean) => void, (result: void, serviceId: guid, tableName?: string, forceReload?: boolean) => void, (failureReason: any, serviceId: guid, tableName?: string, forceReload?: boolean) => void, (serviceId: guid, tableName?: string, forceReload?: boolean) => Promise<void>>;
|
57
|
+
removeQueryableProperties: import("./Store").StoreAction<unknown, (serviceId: guid, property: EnterprisePropertyColumnMapping) => void, (result: EnterprisePropertyColumnMapping, serviceId: guid, property: EnterprisePropertyColumnMapping) => void, (failureReason: any, serviceId: guid, property: EnterprisePropertyColumnMapping) => void, (serviceId: guid, property: EnterprisePropertyColumnMapping) => Promise<EnterprisePropertyColumnMapping>>;
|
58
|
+
addQueryableProperties: import("./Store").StoreAction<unknown, (serviceId: guid, properties: EnterprisePropertyColumnMapping[]) => void, (result: void, serviceId: guid, properties: EnterprisePropertyColumnMapping[]) => void, (failureReason: any, serviceId: guid, properties: EnterprisePropertyColumnMapping[]) => void, (serviceId: guid, properties: EnterprisePropertyColumnMapping[]) => Promise<void>>;
|
59
59
|
};
|
60
60
|
private ensureUniqueMultilingualTitle;
|
61
61
|
private getServiceIdWithTableKey;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { Store } from "./Store";
|
2
|
-
import {
|
2
|
+
import { guid, Feature, FeatureInstance } from "../models";
|
3
3
|
import { FeatureService } from "../services/FeatureService";
|
4
4
|
import { OmniaContext } from "../contexts";
|
5
5
|
export declare class FeatureStore extends Store {
|
@@ -12,10 +12,10 @@ export declare class FeatureStore extends Store {
|
|
12
12
|
editingFeatureInstance: import("./Store").StoreState<FeatureInstance>;
|
13
13
|
editingFeatureInstanceAction: import("./Store").StoreState<string>;
|
14
14
|
getters: {
|
15
|
-
isAnyFeaturesActivated: (featureIds: Array<
|
16
|
-
isAllFeaturesActivated: (featureIds: Array<
|
17
|
-
getFeatureDefinition: (featureDefinitionId:
|
18
|
-
getFeatureInstance: (featureId:
|
15
|
+
isAnyFeaturesActivated: (featureIds: Array<guid>) => boolean;
|
16
|
+
isAllFeaturesActivated: (featureIds: Array<guid>) => boolean;
|
17
|
+
getFeatureDefinition: (featureDefinitionId: guid) => Feature;
|
18
|
+
getFeatureInstance: (featureId: guid) => FeatureInstance;
|
19
19
|
};
|
20
20
|
mutations: {
|
21
21
|
addOrUpdateFeatureInstance: import("./Store").StoreMutation<(feature: FeatureInstance) => void, (feature: FeatureInstance) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
@@ -33,11 +33,11 @@ export declare class FeatureStore extends Store {
|
|
33
33
|
}) => void, (targetResolverType: string, params: {
|
34
34
|
[name: string]: string;
|
35
35
|
}) => Promise<FeatureInstance[]>>;
|
36
|
-
loadFeatureInstance: import("./Store").StoreAction<unknown, (featureId:
|
37
|
-
activateFeature: import("./Store").StoreAction<unknown, (featureId:
|
38
|
-
requestConsent: import("./Store").StoreAction<unknown, (featureIds:
|
39
|
-
upgradeFeature: import("./Store").StoreAction<unknown, (featureId:
|
40
|
-
removeFeature: import("./Store").StoreAction<unknown, (featureId:
|
36
|
+
loadFeatureInstance: import("./Store").StoreAction<unknown, (featureId: guid) => void, (result: FeatureInstance, featureId: guid) => void, (failureReason: any, featureId: guid) => void, (featureId: guid) => Promise<FeatureInstance>>;
|
37
|
+
activateFeature: import("./Store").StoreAction<unknown, (featureId: guid, properties: any) => void, (result: FeatureInstance, featureId: guid, properties: any) => void, (failureReason: any, featureId: guid, properties: any) => void, (featureId: guid, properties: any) => Promise<FeatureInstance>>;
|
38
|
+
requestConsent: import("./Store").StoreAction<unknown, (featureIds: guid[]) => void, (result: FeatureInstance[], featureIds: guid[]) => void, (failureReason: any, featureIds: guid[]) => void, (featureIds: guid[]) => Promise<FeatureInstance[]>>;
|
39
|
+
upgradeFeature: import("./Store").StoreAction<unknown, (featureId: guid, properties: any) => void, (result: FeatureInstance, featureId: guid, properties: any) => void, (failureReason: any, featureId: guid, properties: any) => void, (featureId: guid, properties: any) => Promise<FeatureInstance>>;
|
40
|
+
removeFeature: import("./Store").StoreAction<unknown, (featureId: guid) => void, (result: FeatureInstance, featureId: guid) => void, (failureReason: any, featureId: guid) => void, (featureId: guid) => Promise<FeatureInstance>>;
|
41
41
|
};
|
42
42
|
private handleFeatureActivatedStatus;
|
43
43
|
onActivated(): void;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { guid, IdentityPropertySyncBinding, IdentityPropertySyncBindingBase, IdentityProviderLogSortColumn, IdentityProviderSettingsValue, IdentityProviderSettingsBuiltInValue } from "@omnia/fx-models";
|
2
2
|
import { Store } from "./Store";
|
3
3
|
export declare class IdentitySyncProviderStore extends Store {
|
4
4
|
private identitySyncProviderService;
|
@@ -6,7 +6,7 @@ export declare class IdentitySyncProviderStore extends Store {
|
|
6
6
|
private settingsState;
|
7
7
|
private syncPropertyBindingsState;
|
8
8
|
getters: {
|
9
|
-
settings: <T extends IdentityProviderSettingsValue = IdentityProviderSettingsBuiltInValue>(providerId:
|
9
|
+
settings: <T extends IdentityProviderSettingsValue = IdentityProviderSettingsBuiltInValue>(providerId: guid) => {
|
10
10
|
value: T;
|
11
11
|
schedule: string;
|
12
12
|
started?: Date;
|
@@ -19,22 +19,22 @@ export declare class IdentitySyncProviderStore extends Store {
|
|
19
19
|
setupComplete: boolean;
|
20
20
|
nextScheduledRun?: Date;
|
21
21
|
};
|
22
|
-
syncPropertyBindings: (providerId:
|
22
|
+
syncPropertyBindings: (providerId: guid) => IdentityPropertySyncBinding[];
|
23
23
|
};
|
24
24
|
actions: {
|
25
|
-
getSettings: import("./Store").StoreAction<unknown, (providerId:
|
26
|
-
saveSettingsValue: import("./Store").StoreAction<unknown, (providerId:
|
27
|
-
forceFullSync: import("./Store").StoreAction<unknown, (providerId:
|
28
|
-
forceFullUserSync: import("./Store").StoreAction<unknown, (providerId:
|
29
|
-
togglePause: import("./Store").StoreAction<unknown, (providerId:
|
30
|
-
getSyncLogs: import("./Store").StoreAction<unknown, (providerId:
|
25
|
+
getSettings: import("./Store").StoreAction<unknown, (providerId: guid, force?: boolean) => void, (result: void, providerId: guid, force?: boolean) => void, (failureReason: any, providerId: guid, force?: boolean) => void, (providerId: guid, force?: boolean) => Promise<void>>;
|
26
|
+
saveSettingsValue: import("./Store").StoreAction<unknown, (providerId: guid, settingsValue: IdentityProviderSettingsValue) => void, (result: void, providerId: guid, settingsValue: IdentityProviderSettingsValue) => void, (failureReason: any, providerId: guid, settingsValue: IdentityProviderSettingsValue) => void, <T extends IdentityProviderSettingsValue = IdentityProviderSettingsBuiltInValue>(providerId: guid, settingsValue: T) => Promise<void>>;
|
27
|
+
forceFullSync: import("./Store").StoreAction<unknown, (providerId: guid) => void, (result: void, providerId: guid) => void, (failureReason: any, providerId: guid) => void, (providerId: guid) => Promise<void>>;
|
28
|
+
forceFullUserSync: import("./Store").StoreAction<unknown, (providerId: guid) => void, (result: void, providerId: guid) => void, (failureReason: any, providerId: guid) => void, (providerId: guid) => Promise<void>>;
|
29
|
+
togglePause: import("./Store").StoreAction<unknown, (providerId: guid) => void, (result: void, providerId: guid) => void, (failureReason: any, providerId: guid) => void, (providerId: guid) => Promise<void>>;
|
30
|
+
getSyncLogs: import("./Store").StoreAction<unknown, (providerId: guid, pageNr?: number, pageSize?: number, sortColumn?: IdentityProviderLogSortColumn, sortDesc?: boolean) => void, (result: {
|
31
31
|
total: number;
|
32
32
|
value: import("@omnia/fx-models").IdentityProviderRunLog[];
|
33
|
-
}, providerId:
|
33
|
+
}, providerId: guid, pageNr?: number, pageSize?: number, sortColumn?: IdentityProviderLogSortColumn, sortDesc?: boolean) => void, (failureReason: any, providerId: guid, pageNr?: number, pageSize?: number, sortColumn?: IdentityProviderLogSortColumn, sortDesc?: boolean) => void, (providerId: guid, pageNr?: number, pageSize?: number, sortColumn?: IdentityProviderLogSortColumn, sortDesc?: boolean) => Promise<{
|
34
34
|
total: number;
|
35
35
|
value: import("@omnia/fx-models").IdentityProviderRunLog[];
|
36
36
|
}>>;
|
37
|
-
getSyncPropertyBindings: import("./Store").StoreAction<unknown, (providerId:
|
37
|
+
getSyncPropertyBindings: import("./Store").StoreAction<unknown, (providerId: guid, refesh?: boolean) => void, (result: IdentityPropertySyncBinding[], providerId: guid, refesh?: boolean) => void, (failureReason: any, providerId: guid, refesh?: boolean) => void, (providerId: guid, refesh?: boolean) => Promise<IdentityPropertySyncBinding[]>>;
|
38
38
|
addSyncPropertyBinding: import("./Store").StoreAction<unknown, (value: IdentityPropertySyncBindingBase) => void, (result: void, value: IdentityPropertySyncBindingBase) => void, (failureReason: any, value: IdentityPropertySyncBindingBase) => void, (value: IdentityPropertySyncBindingBase) => Promise<void>>;
|
39
39
|
removeSyncPropertyBinding: import("./Store").StoreAction<unknown, (value: IdentityPropertySyncBinding) => void, (result: void, value: IdentityPropertySyncBinding) => void, (failureReason: any, value: IdentityPropertySyncBinding) => void, (value: IdentityPropertySyncBinding) => Promise<void>>;
|
40
40
|
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { MediaPickerImageRatio, MediaPickerImageScaling, MediaPickerProvider,
|
1
|
+
import { MediaPickerImageRatio, MediaPickerImageScaling, MediaPickerProvider, guid, MediaPickerImageRatioDefinition, MediaPickerRollupImageRatio, MultilingualString, MediaPickerImageScalingDefinition, MediaPickerImage, MediaPickerVideo } from "../models";
|
2
2
|
import { Store } from "./Store";
|
3
3
|
export declare class MediaPickerStore extends Store {
|
4
4
|
private mediaPickerService;
|
@@ -11,12 +11,12 @@ export declare class MediaPickerStore extends Store {
|
|
11
11
|
constructor();
|
12
12
|
getters: {
|
13
13
|
imageRatios: () => Array<MediaPickerImageRatio>;
|
14
|
-
imageRatioByUniqueId: (uniqueId:
|
14
|
+
imageRatioByUniqueId: (uniqueId: guid) => MediaPickerImageRatio;
|
15
15
|
rollupRatios: () => Array<MediaPickerRollupImageRatio>;
|
16
16
|
imageScalings: () => Array<MediaPickerImageScaling>;
|
17
|
-
imageScalingByUniqueId: (uniqueId:
|
17
|
+
imageScalingByUniqueId: (uniqueId: guid) => MediaPickerImageScaling;
|
18
18
|
providers: () => Array<MediaPickerProvider>;
|
19
|
-
url: (media: MediaPickerImage | MediaPickerVideo, ratioId?:
|
19
|
+
url: (media: MediaPickerImage | MediaPickerVideo, ratioId?: guid) => string;
|
20
20
|
};
|
21
21
|
mutations: {
|
22
22
|
registerMediaPickerProvider: import("./Store").StoreMutation<(provider: MediaPickerProvider | Array<MediaPickerProvider>) => void, (provider: MediaPickerProvider | MediaPickerProvider[]) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { guid, IPersistedPost, IPostBaseContext, IPostBaseWithContext, ReactionType, ResolvedUserIdentity } from "../models";
|
2
2
|
import { PostService } from "../services/PostService";
|
3
3
|
import { Store } from "./Store";
|
4
4
|
import { UserIdentityStore } from "./UserIdentityStore";
|
@@ -31,7 +31,7 @@ export declare class PostStore<TPostType extends IPostBaseWithContext<TContextTy
|
|
31
31
|
createPost: import("./Store").StoreAction<unknown, (post: TPostType, currentUser: ResolvedUserIdentity) => void, (result: IPersistedPost<TPostType>, post: TPostType, currentUser: ResolvedUserIdentity) => void, (failureReason: any, post: TPostType, currentUser: ResolvedUserIdentity) => void, (post: TPostType, currentUser: ResolvedUserIdentity) => Promise<IPersistedPost<TPostType>>>;
|
32
32
|
deletePost: import("./Store").StoreAction<unknown, (persistedPost: IPersistedPost<TPostType>, currentUser: ResolvedUserIdentity) => void, (result: unknown, persistedPost: IPersistedPost<TPostType>, currentUser: ResolvedUserIdentity) => void, (failureReason: any, persistedPost: IPersistedPost<TPostType>, currentUser: ResolvedUserIdentity) => void, (persistedPost: IPersistedPost<TPostType>, currentUser: ResolvedUserIdentity) => Promise<unknown>>;
|
33
33
|
updatePost: import("./Store").StoreAction<unknown, (persistedPost: IPersistedPost<TPostType>) => void, (result: unknown, persistedPost: IPersistedPost<TPostType>) => void, (failureReason: any, persistedPost: IPersistedPost<TPostType>) => void, (persistedPost: IPersistedPost<TPostType>) => Promise<unknown>>;
|
34
|
-
loadData: import("./Store").StoreAction<unknown, (omniaServiceId:
|
34
|
+
loadData: import("./Store").StoreAction<unknown, (omniaServiceId: guid, postTypeId: guid, topicIds: guid[], currentUser: ResolvedUserIdentity) => void, (result: unknown, omniaServiceId: guid, postTypeId: guid, topicIds: guid[], currentUser: ResolvedUserIdentity) => void, (failureReason: any, omniaServiceId: guid, postTypeId: guid, topicIds: guid[], currentUser: ResolvedUserIdentity) => void, (omniaServiceId: guid, postTypeId: guid, topicIds: Array<guid>, currentUser: ResolvedUserIdentity) => Promise<unknown>>;
|
35
35
|
};
|
36
36
|
calculateTopPostLastActivity(posts: IPersistedPost<IPostBaseWithContext<TContextType>>[]): void;
|
37
37
|
getSortedPosts(persistedPosts: Array<IPersistedPost<IPostBaseWithContext<TContextType>>>): IPersistedPost<IPostBaseWithContext<TContextType>>[];
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { guid } from "@omnia/fx-models";
|
2
2
|
import { OmniaContext } from "../contexts";
|
3
3
|
import { AppStore } from "./AppStore";
|
4
4
|
import { Store } from "./Store";
|
@@ -9,10 +9,10 @@ export declare class PromotedTagStore extends Store {
|
|
9
9
|
onActivated(): void;
|
10
10
|
onDisposing(): void;
|
11
11
|
getters: {
|
12
|
-
getPromotedPropertiesValue: <T>(appInstanceId:
|
12
|
+
getPromotedPropertiesValue: <T>(appInstanceId: guid, propertyName: string) => T[];
|
13
13
|
};
|
14
14
|
mutations: {};
|
15
15
|
actions: {
|
16
|
-
ensurePromotedPropertiesValue: import("./Store").StoreAction<unknown, (appInstanceId:
|
16
|
+
ensurePromotedPropertiesValue: import("./Store").StoreAction<unknown, (appInstanceId: guid, promotedPropertiesName: string[]) => void, (result: void, appInstanceId: guid, promotedPropertiesName: string[]) => void, (failureReason: any, appInstanceId: guid, promotedPropertiesName: string[]) => void, (appInstanceId: guid, promotedPropertiesName: string[]) => Promise<void>>;
|
17
17
|
};
|
18
18
|
}
|
@@ -1,13 +1,13 @@
|
|
1
|
-
import { InstanceLifetimes,
|
1
|
+
import { InstanceLifetimes, StoreDefintion as OmniaStoreDefinition, StateMutation, MutatableState, guid, IMessageBusSubscriptionHandler } from "../models";
|
2
2
|
export declare enum StoreLogTypes {
|
3
3
|
mutation = "Mutation",
|
4
4
|
action = "Action"
|
5
5
|
}
|
6
6
|
export interface StoreLog {
|
7
|
-
id:
|
7
|
+
id: guid;
|
8
8
|
name: string;
|
9
9
|
type: StoreLogTypes;
|
10
|
-
storeId:
|
10
|
+
storeId: guid;
|
11
11
|
storeName: string;
|
12
12
|
createdAt: Date;
|
13
13
|
object: StateMutation<any>;
|
@@ -27,7 +27,7 @@ export declare class StoreLogger {
|
|
27
27
|
private _logState;
|
28
28
|
enabled: boolean;
|
29
29
|
constructor(logState: Array<StoreLog>);
|
30
|
-
add(id:
|
30
|
+
add(id: guid, name: string, type: StoreLogTypes, storeId: guid, storeName: string, object: StateMutationLog): void;
|
31
31
|
enable(): void;
|
32
32
|
disable(): void;
|
33
33
|
get log(): Array<StoreLog>;
|
@@ -41,7 +41,7 @@ export declare abstract class Store {
|
|
41
41
|
private _storeDefinition;
|
42
42
|
private _disposed;
|
43
43
|
constructor(storeDefinition?: Omit<OmniaStoreDefinition, "id">);
|
44
|
-
protected get id():
|
44
|
+
protected get id(): guid;
|
45
45
|
/**
|
46
46
|
* Triggers when the store is ready to be used
|
47
47
|
* */
|