@omnia/fx-models 8.0.5-vnext → 8.0.6-dev-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/ActionHandler.d.ts +1 -1
- package/AiSettings.d.ts +28 -0
- package/AiSettings.js +42 -0
- package/AzureAdAppPermissions.d.ts +4 -1
- package/BlockTitleSettings.d.ts +5 -5
- package/BusinessProfileDallEPromptDefault.d.ts +5 -0
- package/BusinessProfileDallEPromptDefault.js +11 -0
- package/ClientManifests.d.ts +35 -10
- package/ClientManifests.js +8 -0
- package/Constants.d.ts +37 -48
- package/Constants.js +50 -62
- package/DateTimeZone.d.ts +2 -2
- package/DependencyInjection.d.ts +1 -1
- package/DependencyInjection.js +1 -1
- package/Enums.d.ts +40 -4
- package/Enums.js +43 -2
- package/Exposes.d.ts +21 -3
- package/Exposes.js +21 -3
- package/Extends.d.ts +2 -2
- package/Feature.d.ts +1 -0
- package/FileValidationResult.d.ts +4 -0
- package/FileValidationResult.js +8 -0
- package/FilterEngineStyles.d.ts +39 -7
- package/FilterpickerModel.d.ts +9 -0
- package/Func.d.ts +28 -0
- package/IPropertiesApi.d.ts +1 -1
- package/ISpecialUserConfiguration.d.ts +3 -0
- package/Icon.d.ts +17 -0
- package/Icon.js +66 -1
- package/Journey.d.ts +8 -2
- package/Layout.d.ts +22 -17
- package/LayoutDefinition.d.ts +5 -1
- package/LinkHandler/linktype/DefaultLinkType.js +1 -1
- package/LinkHandler/linktype/DocumentLinkType.js +1 -1
- package/ManifestIds.d.ts +98 -5
- package/ManifestIds.js +272 -10
- package/MediaScalingSettings.d.ts +6 -0
- package/Messaging.d.ts +1 -0
- package/PermissionInputSettings.d.ts +5 -1
- package/RollupMetricSettings.d.ts +14 -0
- package/RollupQuery.d.ts +9 -2
- package/RollupQuery.js +5 -0
- package/Secrets.d.ts +1 -0
- package/SignInLayout.d.ts +1 -0
- package/SignInLayout.js +4 -0
- package/TargetingProperty.d.ts +4 -0
- package/TargetingProperty.js +2 -1
- package/TokenDefinition.d.ts +1 -1
- package/apps/App.d.ts +6 -4
- package/apps/AppInstanceRollup.d.ts +4 -3
- package/apps/AppInstanceRollup.js +1 -1
- package/auth/AnonymousAccessType.d.ts +5 -0
- package/auth/AnonymousAccessType.js +9 -0
- package/auth/LoginProvider.d.ts +9 -0
- package/auth/LoginProvider.js +9 -0
- package/auth/OTPAuthOption.d.ts +1 -0
- package/auth/common/AuthenticationResult.d.ts +1 -0
- package/auth/common/AuthenticationSessionResult.d.ts +1 -0
- package/auth/common/AuthenticationSettings.d.ts +5 -0
- package/auth/index.d.ts +2 -0
- package/auth/index.js +2 -0
- package/azure-openai/common/ApiResultBase.d.ts +5 -0
- package/azure-openai/common/ApiResultBase.js +2 -0
- package/azure-openai/common/Choice.d.ts +7 -0
- package/azure-openai/common/Choice.js +2 -0
- package/azure-openai/common/Logprobs.d.ts +8 -0
- package/azure-openai/common/Logprobs.js +2 -0
- package/azure-openai/common/Usage.d.ts +4 -0
- package/azure-openai/common/Usage.js +2 -0
- package/azure-openai/common/index.d.ts +4 -0
- package/azure-openai/common/index.js +7 -0
- package/azure-openai/dalle/BaseResponse.d.ts +4 -0
- package/azure-openai/dalle/BaseResponse.js +2 -0
- package/azure-openai/dalle/CreateImageResponse.d.ts +14 -0
- package/azure-openai/dalle/CreateImageResponse.js +2 -0
- package/azure-openai/dalle/ErrorResponse.d.ts +11 -0
- package/azure-openai/dalle/ErrorResponse.js +8 -0
- package/azure-openai/dalle/StatusRequest.d.ts +5 -0
- package/azure-openai/dalle/StatusRequest.js +9 -0
- package/azure-openai/dalle/TextToImageRequest.d.ts +4 -0
- package/azure-openai/dalle/TextToImageRequest.js +2 -0
- package/azure-openai/dalle/TextToImageResponse.d.ts +7 -0
- package/azure-openai/dalle/TextToImageResponse.js +2 -0
- package/azure-openai/dalle/index.d.ts +6 -0
- package/azure-openai/dalle/index.js +9 -0
- package/azure-openai/index.d.ts +3 -0
- package/azure-openai/index.js +6 -0
- package/azure-openai/settings/OpenAISettings.d.ts +11 -0
- package/azure-openai/settings/OpenAISettings.js +5 -0
- package/azure-openai/settings/index.d.ts +1 -0
- package/azure-openai/settings/index.js +4 -0
- package/azure-openai/textcompletion/TextCompletionRequest.d.ts +4 -0
- package/azure-openai/textcompletion/TextCompletionRequest.js +2 -0
- package/azure-openai/textcompletion/TextCompletionResult.d.ts +9 -0
- package/azure-openai/textcompletion/TextCompletionResult.js +2 -0
- package/azure-openai/textcompletion/index.d.ts +2 -0
- package/azure-openai/textcompletion/index.js +5 -0
- package/bulkimportusers/BulkImportFileValidation.d.ts +8 -0
- package/bulkimportusers/BulkImportFileValidation.js +4 -0
- package/bulkimportusers/BulkImportUsersScenarios.d.ts +5 -0
- package/bulkimportusers/BulkImportUsersScenarios.js +9 -0
- package/bulkimportusers/BulkImportUsersTasks.d.ts +15 -0
- package/bulkimportusers/BulkImportUsersTasks.js +8 -0
- package/bulkimportusers/TemplateFileData.d.ts +5 -0
- package/bulkimportusers/TemplateFileData.js +2 -0
- package/bulkimportusers/TemplateFileMetaData.d.ts +6 -0
- package/bulkimportusers/TemplateFileMetaData.js +2 -0
- package/bulkimportusers/TemplateFileSettings.d.ts +7 -0
- package/bulkimportusers/TemplateFileSettings.js +2 -0
- package/bulkimportusers/index.d.ts +6 -0
- package/bulkimportusers/index.js +9 -0
- package/businessprofilesettings/BusinessProfileAuthenticationSettings.d.ts +14 -0
- package/businessprofilesettings/BusinessProfileAuthenticationSettings.js +11 -0
- package/businessprofilesettings/index.d.ts +1 -0
- package/businessprofilesettings/index.js +4 -0
- package/componentproptypes/ThemeableComponents.d.ts +7 -0
- package/componentproptypes/ThemeableComponents.js +2 -0
- package/componentproptypes/index.d.ts +1 -0
- package/componentproptypes/index.js +4 -0
- package/docs/Api.d.ts +37 -0
- package/docs/Api.js +2 -0
- package/docs/index.d.ts +1 -0
- package/docs/index.js +4 -0
- package/editor-chrome/IEditorItemPanelsRenderer.d.ts +1 -1
- package/enterprise-glossary/EnterpriseGlossary.d.ts +4 -3
- package/enterprise-glossary/EnterpriseGlossary.js +7 -5
- package/enterprise-glossary/EnterpriseGlossaryApis.d.ts +1 -1
- package/enterprise-glossary/EnterpriseGlossaryProvider.d.ts +3 -2
- package/enterprise-properties/EnterpriseProperty.d.ts +6 -2
- package/enterprise-properties/EnterprisePropertyItemSettings.d.ts +1 -0
- package/enterprise-properties/EnterprisePropertySettings.d.ts +2 -1
- package/enterprise-properties/EnterprisePropertyToPropertySettingsMapping.d.ts +13 -0
- package/enterprise-properties/EnterprisePropertyToPropertySettingsMapping.js +18 -0
- package/enterprise-properties/index.d.ts +1 -0
- package/enterprise-properties/index.js +1 -0
- package/filterengine/ITypedFilterEngineHandler.d.ts +3 -2
- package/filterengine/Shared.d.ts +72 -8
- package/filterengine/Shared.js +46 -3
- package/identities/ArchiveIdentityManagementQuery.d.ts +13 -0
- package/identities/ArchiveIdentityManagementQuery.js +16 -0
- package/identities/DynamicGroupIdentity.d.ts +6 -6
- package/identities/ExtensionIdentity.d.ts +5 -4
- package/identities/GroupIdentity.d.ts +12 -7
- package/identities/GroupManagementQuery.d.ts +13 -0
- package/identities/GroupManagementQuery.js +16 -0
- package/identities/Identity.d.ts +20 -3
- package/identities/Identity.js +27 -1
- package/identities/IdentityApi.d.ts +3 -3
- package/identities/IdentityCreationRequest.d.ts +76 -0
- package/identities/IdentityCreationRequest.js +44 -0
- package/identities/IdentityPropertyConfiguration.d.ts +10 -0
- package/identities/IdentityPropertyConfiguration.js +6 -0
- package/identities/IdentityProviderRunStatus.d.ts +2 -1
- package/identities/IdentityProviderRunStatus.js +1 -0
- package/identities/IdentityProviderSettings.d.ts +1 -0
- package/identities/IdentityQuery.d.ts +10 -4
- package/identities/IdentityQuery.js +11 -5
- package/identities/RoleIdentity.d.ts +5 -4
- package/identities/UserIdentity.d.ts +22 -16
- package/identities/UserIdentity.js +12 -0
- package/identities/UserIdentityQuery.d.ts +23 -0
- package/identities/UserIdentityQuery.js +26 -0
- package/identities/UserManagementQuery.d.ts +13 -0
- package/identities/UserManagementQuery.js +16 -0
- package/identities/UserTypeSettings.d.ts +25 -0
- package/identities/UserTypeSettings.js +29 -0
- package/identities/index.d.ts +5 -1
- package/identities/index.js +5 -1
- package/internal-do-not-import-from-here/shared/models/DynamicState.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/DynamicState.js +2 -0
- package/internal-do-not-import-from-here/shared/models/Equals.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/models/Equals.js +45 -0
- package/internal-do-not-import-from-here/shared/models/Future.d.ts +4 -1
- package/internal-do-not-import-from-here/shared/models/Future.js +14 -6
- package/internal-do-not-import-from-here/shared/models/Guid.d.ts +9 -2
- package/internal-do-not-import-from-here/shared/models/Guid.js +26 -4
- package/internal-do-not-import-from-here/shared/models/HttpCommon.d.ts +24 -0
- package/internal-do-not-import-from-here/shared/models/HttpCommon.js +2 -0
- package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.d.ts +7 -0
- package/internal-do-not-import-from-here/shared/models/StronglyTypedId.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/models/StronglyTypedId.js +2 -0
- package/internal-do-not-import-from-here/shared/models/Tokens.d.ts +2 -1
- package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.d.ts +7 -1
- package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.js +5 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +40 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.js +7 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.d.ts +7 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.js +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.d.ts +14 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.js +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.d.ts +11 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.js +6 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/FeedResult.d.ts +19 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/FeedResult.js +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +18 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +31 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.d.ts +6 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +9 -0
- package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/hub/index.js +4 -0
- package/internal-do-not-import-from-here/shared/models/index.d.ts +5 -1
- package/internal-do-not-import-from-here/shared/models/index.js +5 -1
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +54 -18
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +16 -0
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +37 -0
- package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.js +45 -0
- package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.d.ts +23 -0
- package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.js +11 -0
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +55 -36
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +27 -22
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +35 -16
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.js +15 -9
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +13 -0
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +129 -0
- package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +5 -0
- package/internal-do-not-import-from-here/shared/models/theming/index.js +5 -0
- package/internal-do-not-import-from-here/velcron/core/models/ActionHooks.d.ts +12 -0
- package/internal-do-not-import-from-here/velcron/core/models/ActionHooks.js +2 -0
- package/internal-do-not-import-from-here/velcron/core/models/Enums.d.ts +7 -16
- package/internal-do-not-import-from-here/velcron/core/models/Enums.js +14 -24
- package/internal-do-not-import-from-here/velcron/core/models/VelcronDefinitions.d.ts +140 -95
- package/internal-do-not-import-from-here/velcron/core/models/VelcronDefinitions.js +2 -2
- package/internal-do-not-import-from-here/velcron/core/models/VelcronEvents.d.ts +5 -2
- package/internal-do-not-import-from-here/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +120 -0
- package/internal-do-not-import-from-here/velcron/core/models/VelcronPropertyEditorDefinitions.js +16 -0
- package/internal-do-not-import-from-here/velcron/core/models/index.d.ts +2 -1
- package/internal-do-not-import-from-here/velcron/core/models/index.js +2 -1
- package/linkstatus/LinkStatus.d.ts +32 -0
- package/linkstatus/LinkStatus.js +2 -0
- package/linkstatus/index.d.ts +1 -0
- package/linkstatus/index.js +4 -0
- package/media-gallery/index.d.ts +2 -0
- package/media-gallery/index.js +5 -0
- package/media-gallery/providers/MediaDialogProviderComponentProps.d.ts +8 -0
- package/media-gallery/providers/MediaDialogProviderComponentProps.js +2 -0
- package/media-gallery/providers/MediaDisplayProviderComponentProps.d.ts +11 -0
- package/media-gallery/providers/MediaDisplayProviderComponentProps.js +2 -0
- package/media-gallery/providers/MediaGalleryDialogProvider.d.ts +5 -0
- package/media-gallery/providers/MediaGalleryDialogProvider.js +6 -0
- package/media-gallery/providers/MediaGalleryDisplayProvider.d.ts +5 -0
- package/media-gallery/providers/MediaGalleryDisplayProvider.js +6 -0
- package/media-gallery/providers/PhotoLayoutMap.d.ts +4 -0
- package/media-gallery/providers/PhotoLayoutMap.js +2 -0
- package/media-gallery/providers/PhotoWall.d.ts +10 -0
- package/media-gallery/providers/PhotoWall.js +14 -0
- package/media-gallery/providers/PhotoWallDirection.d.ts +5 -0
- package/media-gallery/providers/PhotoWallDirection.js +2 -0
- package/media-gallery/providers/PhotoWallGridLayout.d.ts +9 -0
- package/media-gallery/providers/PhotoWallGridLayout.js +14 -0
- package/media-gallery/providers/PhotoWallMedia.d.ts +8 -0
- package/media-gallery/providers/PhotoWallMedia.js +2 -0
- package/media-gallery/providers/SliderDialogProvider.d.ts +10 -0
- package/media-gallery/providers/SliderDialogProvider.js +15 -0
- package/media-gallery/providers/index.d.ts +12 -0
- package/media-gallery/providers/index.js +15 -0
- package/media-gallery/styles/IRowPhotos.css.d.ts +4 -0
- package/media-gallery/styles/IRowPhotos.css.js +4 -0
- package/media-gallery/styles/index.d.ts +1 -0
- package/media-gallery/styles/index.js +4 -0
- package/media-picker/MediaPickerImageRendition.d.ts +4 -4
- package/media-picker/MediaPickerMedia.d.ts +8 -2
- package/media-picker/MediaPickerPersistedImageDetails.d.ts +1 -0
- package/media-picker/MediaPickerSearchProvider.d.ts +5 -0
- package/media-picker/MediaPickerSearchProvider.js +2 -0
- package/media-picker/MediaPickerTransformations.d.ts +5 -4
- package/media-picker/Providers/BingProvider.d.ts +1 -0
- package/media-picker/Providers/BingProvider.js +1 -0
- package/media-picker/Providers/CentralImageLocationProvider.d.ts +1 -0
- package/media-picker/Providers/CentralImageLocationProvider.js +2 -1
- package/media-picker/Providers/DallEProvider.d.ts +18 -0
- package/media-picker/Providers/DallEProvider.js +23 -0
- package/media-picker/Providers/MediaPickerProvider.d.ts +1 -0
- package/media-picker/Providers/MediaflowProvider.d.ts +18 -0
- package/media-picker/Providers/MediaflowProvider.js +35 -0
- package/media-picker/Providers/MicrosoftStreamProvider.d.ts +1 -0
- package/media-picker/Providers/MicrosoftStreamProvider.js +1 -0
- package/media-picker/Providers/MyComputerProvider.d.ts +1 -0
- package/media-picker/Providers/MyComputerProvider.js +2 -1
- package/media-picker/Providers/PexelProvider.d.ts +1 -0
- package/media-picker/Providers/PexelProvider.js +3 -2
- package/media-picker/Providers/UnsplashProvider.d.ts +18 -0
- package/media-picker/Providers/UnsplashProvider.js +23 -0
- package/media-picker/Providers/YoutubeProvider.d.ts +1 -0
- package/media-picker/Providers/YoutubeProvider.js +1 -0
- package/media-picker/Providers/index.d.ts +3 -0
- package/media-picker/Providers/index.js +3 -0
- package/media-picker/Shared.d.ts +7 -1
- package/media-picker/index.d.ts +2 -0
- package/media-picker/index.js +2 -0
- package/media-picker/localize.d.ts +26 -0
- package/media-picker/localize.js +7 -0
- package/mediaflow/Constants.d.ts +16 -0
- package/mediaflow/Constants.js +21 -0
- package/mediaflow/MediaflowAuthenticationInfo.d.ts +5 -0
- package/mediaflow/MediaflowAuthenticationInfo.js +2 -0
- package/mediaflow/MediaflowSettings.d.ts +6 -0
- package/mediaflow/MediaflowSettings.js +2 -0
- package/mediaflow/index.d.ts +3 -0
- package/mediaflow/index.js +6 -0
- package/omniasearch/IPagedResult.d.ts +4 -0
- package/omniasearch/IPagedResult.js +2 -0
- package/omniasearch/IPagedSearchResult.d.ts +8 -0
- package/omniasearch/IPagedSearchResult.js +2 -0
- package/omniasearch/ISearchResult.d.ts +7 -0
- package/omniasearch/ISearchResult.js +2 -0
- package/omniasearch/IndexSearchRequest.d.ts +42 -0
- package/omniasearch/IndexSearchRequest.js +2 -0
- package/omniasearch/IndexSettings.d.ts +6 -0
- package/omniasearch/IndexSettings.js +2 -0
- package/omniasearch/IndexedDocument.d.ts +7 -0
- package/omniasearch/IndexedDocument.js +2 -0
- package/omniasearch/SearchIndex.d.ts +4 -0
- package/omniasearch/SearchIndex.js +6 -0
- package/omniasearch/SearchQuery.d.ts +7 -0
- package/omniasearch/SearchQuery.js +2 -0
- package/omniasearch/SearchQueryPaging.d.ts +6 -0
- package/omniasearch/SearchQueryPaging.js +2 -0
- package/omniasearch/SearchTask.d.ts +13 -0
- package/omniasearch/SearchTask.js +11 -0
- package/omniasearch/index.d.ts +10 -0
- package/omniasearch/index.js +13 -0
- package/oxide/OxideTypeDefinitions.d.ts +147 -0
- package/oxide/OxideTypeDefinitions.js +112 -0
- package/oxide/SharedSettings.d.ts +8 -0
- package/oxide/SharedSettings.js +2 -0
- package/oxide/TreeView.d.ts +10 -0
- package/oxide/TreeView.js +2 -0
- package/oxide/index.d.ts +3 -0
- package/oxide/index.js +6 -0
- package/package.json +1 -1
- package/properties/IPropertyValueRenderer.d.ts +16 -6
- package/properties/PropertyBinding.d.ts +5 -5
- package/properties/PropertyBinding.js +4 -9
- package/properties/PropertyConfiguration.d.ts +3 -9
- package/properties/PropertyConfiguration.js +0 -13
- package/properties/PropertyDefinition.d.ts +42 -9
- package/properties/PropertyDefinition.js +15 -1
- package/properties/PropertyValue.d.ts +8 -147
- package/properties/PropertyValue.js +16 -25
- package/properties/PropertyValuePrimitiveConverter.d.ts +4 -0
- package/properties/PropertyValuePrimitiveConverter.js +6 -0
- package/properties/bindingprovider/IPropertyBindingProvider.d.ts +12 -0
- package/properties/bindingprovider/IPropertyBindingProvider.js +2 -0
- package/properties/bindingprovider/index.d.ts +1 -0
- package/properties/bindingprovider/index.js +4 -0
- package/properties/datasource/DataSourceId.d.ts +2 -0
- package/properties/datasource/DataSourceId.js +2 -0
- package/properties/datasource/DataSourceProperty.d.ts +6 -0
- package/properties/datasource/DataSourceProperty.js +9 -0
- package/properties/datasource/DataSourcePropertyDisplayInformation.d.ts +14 -0
- package/properties/datasource/DataSourcePropertyDisplayInformation.js +19 -0
- package/properties/datasource/UserDataSourceProperty.d.ts +12 -0
- package/properties/datasource/UserDataSourceProperty.js +20 -0
- package/properties/datasource/index.d.ts +4 -0
- package/properties/datasource/index.js +7 -0
- package/properties/definitions/BirthdayPropertyDefinition.d.ts +16 -0
- package/properties/definitions/BirthdayPropertyDefinition.js +19 -0
- package/properties/definitions/BooleanPropertyDefinition.d.ts +12 -0
- package/properties/definitions/BooleanPropertyDefinition.js +19 -0
- package/properties/definitions/BusinessProfilePropertyDefinition.d.ts +15 -0
- package/properties/definitions/BusinessProfilePropertyDefinition.js +17 -0
- package/properties/definitions/DatePropertyDefinition.d.ts +28 -0
- package/properties/definitions/DatePropertyDefinition.js +45 -0
- package/properties/definitions/DateTimePropertyDefinition.d.ts +17 -0
- package/properties/definitions/DateTimePropertyDefinition.js +19 -0
- package/properties/definitions/EmailPropertyDefinition.d.ts +14 -0
- package/properties/definitions/EmailPropertyDefinition.js +19 -0
- package/properties/definitions/HtmlPropertyDefinition.d.ts +22 -0
- package/properties/definitions/HtmlPropertyDefinition.js +25 -0
- package/properties/definitions/IdentityPropertyDefinition.d.ts +19 -0
- package/properties/definitions/IdentityPropertyDefinition.js +20 -0
- package/properties/definitions/ImagePropertyDefinition.d.ts +25 -0
- package/properties/definitions/ImagePropertyDefinition.js +20 -0
- package/properties/definitions/IntegerPropertyDefinition.d.ts +14 -0
- package/properties/definitions/IntegerPropertyDefinition.js +19 -0
- package/properties/definitions/LanguagePropertyDefinition.d.ts +15 -0
- package/properties/definitions/LanguagePropertyDefinition.js +19 -0
- package/properties/definitions/LinkPropertyDefinition.d.ts +15 -0
- package/properties/definitions/LinkPropertyDefinition.js +19 -0
- package/properties/definitions/MediaPropertyDefinition.d.ts +19 -0
- package/properties/definitions/MediaPropertyDefinition.js +30 -0
- package/properties/definitions/MultilineTextPropertyDefinition.d.ts +12 -0
- package/properties/definitions/MultilineTextPropertyDefinition.js +19 -0
- package/properties/definitions/MultilingualTextPropertyDefinition.d.ts +16 -0
- package/properties/definitions/MultilingualTextPropertyDefinition.js +20 -0
- package/properties/definitions/PhoneNumberPropertyDefinition.d.ts +12 -0
- package/properties/definitions/PhoneNumberPropertyDefinition.js +19 -0
- package/properties/definitions/TagsPropertyDefinition.d.ts +12 -0
- package/properties/definitions/TagsPropertyDefinition.js +19 -0
- package/properties/definitions/TermSetPropertyDefinition.d.ts +27 -0
- package/properties/definitions/TermSetPropertyDefinition.js +38 -0
- package/properties/definitions/TextPropertyDefinition.d.ts +17 -0
- package/properties/definitions/TextPropertyDefinition.js +20 -0
- package/properties/definitions/TimePropertyDefinition.d.ts +12 -0
- package/properties/definitions/TimePropertyDefinition.js +19 -0
- package/properties/definitions/UserTypePropertyDefinition.d.ts +16 -0
- package/properties/definitions/UserTypePropertyDefinition.js +17 -0
- package/properties/definitions/index.d.ts +21 -0
- package/properties/definitions/index.js +24 -0
- package/properties/index.d.ts +5 -6
- package/properties/index.js +5 -6
- package/properties/values/BirthdayPropertyValue.d.ts +6 -0
- package/properties/{builtins → values}/BirthdayPropertyValue.js +1 -5
- package/properties/values/BooleanPropertyValue.d.ts +5 -0
- package/properties/{builtins → values}/BooleanPropertyValue.js +0 -4
- package/properties/values/BusinessProfilePropertyValue.d.ts +6 -0
- package/properties/values/BusinessProfilePropertyValue.js +11 -0
- package/properties/{builtins → values}/DatePropertyValue.d.ts +2 -2
- package/properties/{builtins → values}/DatePropertyValue.js +2 -2
- package/properties/values/DateTimePropertyValue.d.ts +6 -0
- package/properties/values/DateTimePropertyValue.js +12 -0
- package/properties/values/EmailPropertyValue.d.ts +5 -0
- package/properties/{builtins → values}/EmailPropertyValue.js +0 -4
- package/properties/values/HtmlPropertyValue.d.ts +5 -0
- package/properties/{builtins → values}/HtmlPropertyValue.js +0 -4
- package/properties/values/IdentityPropertyValue.d.ts +6 -0
- package/properties/{builtins → values}/IdentityPropertyValue.js +0 -7
- package/properties/values/ImagePropertyValue.d.ts +7 -0
- package/properties/{builtins → values}/ImagePropertyValue.js +0 -5
- package/properties/values/IntegerPropertyValue.d.ts +5 -0
- package/properties/values/IntegerPropertyValue.js +11 -0
- package/properties/{builtins → values}/LanguagePropertyValue.d.ts +2 -3
- package/properties/{builtins → values}/LanguagePropertyValue.js +0 -4
- package/properties/values/LinkPropertyValue.d.ts +5 -0
- package/properties/{builtins → values}/LinkPropertyValue.js +0 -4
- package/properties/values/MediaPropertyValue.d.ts +6 -0
- package/properties/values/MediaPropertyValue.js +11 -0
- package/properties/values/MultilineTextPropertyValue.d.ts +5 -0
- package/properties/{builtins → values}/MultilineTextPropertyValue.js +0 -5
- package/properties/{builtins → values}/MultilingualTextPropertyValue.d.ts +2 -3
- package/properties/{builtins → values}/MultilingualTextPropertyValue.js +0 -4
- package/properties/values/PhoneNumberPropertyValue.d.ts +5 -0
- package/properties/{builtins → values}/PhoneNumberPropertyValue.js +0 -4
- package/properties/values/TagsPropertyValue.d.ts +6 -0
- package/properties/values/TagsPropertyValue.js +11 -0
- package/properties/values/TextPropertyValue.d.ts +5 -0
- package/properties/{builtins → values}/TextPropertyValue.js +0 -4
- package/properties/values/TimePropertyValue.d.ts +5 -0
- package/properties/values/TimePropertyValue.js +7 -0
- package/properties/values/UserTypePropertyValue.d.ts +6 -0
- package/properties/values/UserTypePropertyValue.js +11 -0
- package/properties/{builtins → values}/index.d.ts +7 -1
- package/properties/{builtins → values}/index.js +7 -1
- package/richtext-editor-extensions/BoldExtension.d.ts +1 -1
- package/richtext-editor-extensions/TextCompletionExtension.d.ts +13 -0
- package/richtext-editor-extensions/TextCompletionExtension.js +2 -0
- package/richtext-editor-extensions/TipTapEditor.d.ts +9 -10
- package/richtext-editor-extensions/index.d.ts +1 -0
- package/richtext-editor-extensions/index.js +1 -0
- package/sidepanel/Shared.d.ts +5 -0
- package/sidepanel/Shared.js +6 -1
- package/signin/SignIn.d.ts +4 -0
- package/signin/SignIn.js +10 -0
- package/signin/index.d.ts +1 -0
- package/signin/index.js +4 -0
- package/statuscodelayout/StatusCodeLayoutProvider.d.ts +8 -0
- package/statuscodelayout/StatusCodeLayoutProvider.js +6 -0
- package/statuscodelayout/StatusCodeLayoutSettings.d.ts +17 -0
- package/statuscodelayout/StatusCodeLayoutSettings.js +407 -0
- package/statuscodelayout/index.d.ts +2 -0
- package/statuscodelayout/index.js +5 -0
- package/ux/EnterprisePropertyToPropertySettingMappingApi.d.ts +18 -0
- package/ux/EnterprisePropertyToPropertySettingMappingApi.js +2 -0
- package/ux/FeatureManagementApi.d.ts +1 -1
- package/ux/LayoutEditorCanvas.d.ts +5 -2
- package/ux/MediaGalleryApi.d.ts +21 -0
- package/ux/MediaGalleryApi.js +2 -0
- package/ux/SidePanelApi.d.ts +10 -1
- package/ux/ThemingApi.d.ts +19 -0
- package/ux/ThemingApi.js +2 -0
- package/ux/UxApi.d.ts +1 -1
- package/ux/VelcronDefinitionApi.d.ts +24 -0
- package/ux/VelcronDefinitionApi.js +2 -0
- package/ux/index.d.ts +4 -0
- package/ux/index.js +4 -0
- package/velcron/VelcronDefinitionRegistration.d.ts +9 -0
- package/velcron/VelcronDefinitionRegistration.js +2 -0
- package/velcron/index.d.ts +1 -0
- package/velcron/index.js +4 -0
- package/versionedlayout/VersionedLayout.d.ts +1 -0
- package/Identity.d.ts +0 -1
- package/Identity.js +0 -109
- package/SpacingSetting.d.ts +0 -6
- package/UserProperty.d.ts +0 -5
- package/identities/IdentityPropertyBinding.d.ts +0 -8
- package/identities/IdentityPropertyBinding.js +0 -11
- package/internal-do-not-import-from-here/shared/models/Bring.d.ts +0 -23
- package/internal-do-not-import-from-here/velcron/core/models/VelcronDescriptors.d.ts +0 -35
- package/properties/DataSourcePropertyBinding.d.ts +0 -11
- package/properties/DataSourcePropertyBinding.js +0 -14
- package/properties/IPropertyProviderValueRenderer.d.ts +0 -9
- package/properties/PropertiesProvider.d.ts +0 -8
- package/properties/PropertiesProvider.js +0 -6
- package/properties/PropertyCategory.d.ts +0 -8
- package/properties/PropertyCategory.js +0 -12
- package/properties/PropertyRegistration.d.ts +0 -8
- package/properties/PropertyRegistration.js +0 -11
- package/properties/builtins/BirthdayPropertyValue.d.ts +0 -7
- package/properties/builtins/BooleanPropertyValue.d.ts +0 -6
- package/properties/builtins/EmailPropertyValue.d.ts +0 -6
- package/properties/builtins/HtmlPropertyValue.d.ts +0 -6
- package/properties/builtins/IdentityPropertyValue.d.ts +0 -7
- package/properties/builtins/ImagePropertyValue.d.ts +0 -8
- package/properties/builtins/LinkPropertyValue.d.ts +0 -6
- package/properties/builtins/MultilineTextPropertyValue.d.ts +0 -6
- package/properties/builtins/PhoneNumberPropertyValue.d.ts +0 -6
- package/properties/builtins/PropertySettings.d.ts +0 -24
- package/properties/builtins/PropertySettings.js +0 -7
- package/properties/builtins/TextPropertyValue.d.ts +0 -6
- /package/{SpacingSetting.js → FilterpickerModel.js} +0 -0
- /package/{UserProperty.js → Func.js} +0 -0
- /package/{internal-do-not-import-from-here/shared/models/Bring.js → ISpecialUserConfiguration.js} +0 -0
- /package/{internal-do-not-import-from-here/velcron/core/models/VelcronDescriptors.js → MediaScalingSettings.js} +0 -0
- /package/{properties/IPropertyProviderValueRenderer.js → RollupMetricSettings.js} +0 -0
package/Journey.d.ts
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { VNode, VNodeTypes } from "vue";
|
|
2
|
+
import { BladeSizes, GuidValue, IIcon } from ".";
|
|
3
|
+
export interface JourneyMenuItem {
|
|
4
|
+
icon: IIcon;
|
|
5
|
+
element: VNodeTypes | GuidValue;
|
|
6
|
+
title: string;
|
|
7
|
+
}
|
|
2
8
|
export interface Blade {
|
|
3
9
|
id: string;
|
|
4
|
-
content: () =>
|
|
10
|
+
content: () => VNode;
|
|
5
11
|
size?: BladeSizes;
|
|
6
12
|
disabled?: boolean;
|
|
7
13
|
isSubJourney?: boolean;
|
package/Layout.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { MultilingualString, ThemeDefinition, IIcon, SpacingSettings, IconPickerModel, WebComponentDefinition, OmniaBlock, GuidValue, RadialGradientShapes,
|
|
1
|
+
import { MultilingualString, ThemeDefinition, IIcon, SpacingSettings, IconPickerModel, WebComponentDefinition, OmniaBlock, GuidValue, RadialGradientShapes, BlockTitleSettings, LayoutItemActions, LayoutEditorModes, BlockRenderingModes, TabbedDisplayModes, TabbedIconPositions, LayoutDrawerTabs, ILayoutCanvasDefinitionBuilder, MediaPickerImage, IMessageBusTopicSubscription, MediaPickerStorageProviderContext, OmniaBackendRuntimes, OmniaClientRuntimes, LayoutCanvasModes, ColorSchemaTypes, BlueprintTypes, HorizontalAlignments, SpacingType } from ".";
|
|
2
2
|
import { MessageBusTopicMediator } from "../";
|
|
3
3
|
import { TargetingFilterProperty } from "../sp";
|
|
4
4
|
import { ShapeDividerSettings } from "./ShapeDividerSettingsModel";
|
|
@@ -51,6 +51,7 @@ export interface LayoutSettings extends LayoutItemSettings {
|
|
|
51
51
|
themeDefinitionLayout?: ThemeDefinition;
|
|
52
52
|
blockTitleSettings: BlockTitleSettings;
|
|
53
53
|
useCustomBlockTitle: boolean;
|
|
54
|
+
middleAlignVertical: boolean;
|
|
54
55
|
}
|
|
55
56
|
export interface LayoutItem {
|
|
56
57
|
id: string;
|
|
@@ -65,6 +66,8 @@ export interface LayoutItemSettings {
|
|
|
65
66
|
hidden?: boolean;
|
|
66
67
|
css: string;
|
|
67
68
|
customCssClasses: string;
|
|
69
|
+
colorSchemaType?: ColorSchemaTypes;
|
|
70
|
+
blueprintType?: BlueprintTypes;
|
|
68
71
|
}
|
|
69
72
|
export interface LinearGradientBackground extends BackgroundSettings {
|
|
70
73
|
degrees: number;
|
|
@@ -120,13 +123,13 @@ export interface SectionSettings extends LayoutItemSettings {
|
|
|
120
123
|
alignment: HorizontalAlignments;
|
|
121
124
|
width: string;
|
|
122
125
|
minHeight: string;
|
|
123
|
-
spacingBlock: number;
|
|
124
|
-
spacingColumn: number;
|
|
126
|
+
spacingBlock: number | SpacingType;
|
|
127
|
+
spacingColumn: number | SpacingType;
|
|
125
128
|
minWidthBlock: string;
|
|
126
|
-
marginSectionLeft: number;
|
|
127
|
-
marginSectionRight: number;
|
|
128
|
-
marginSectionTop: number;
|
|
129
|
-
marginSectionBottom: number;
|
|
129
|
+
marginSectionLeft: number | SpacingType;
|
|
130
|
+
marginSectionRight: number | SpacingType;
|
|
131
|
+
marginSectionTop: number | SpacingType;
|
|
132
|
+
marginSectionBottom: number | SpacingType;
|
|
130
133
|
targetingFilterProperties: TargetingFilterProperty;
|
|
131
134
|
titleSettings: BlockTitleSettings;
|
|
132
135
|
sectionTitle: string | MultilingualString;
|
|
@@ -135,6 +138,7 @@ export interface SectionSettings extends LayoutItemSettings {
|
|
|
135
138
|
useCustomTheme: boolean;
|
|
136
139
|
themeDefinition: ThemeDefinition;
|
|
137
140
|
hidden?: boolean;
|
|
141
|
+
disableLazyLoad?: boolean;
|
|
138
142
|
}
|
|
139
143
|
export interface ColumnedSectionSettings extends SectionSettings {
|
|
140
144
|
type: SectionTypes.Column;
|
|
@@ -209,6 +213,7 @@ export interface TabbedSectionItemSettings extends SectionItemSettings {
|
|
|
209
213
|
icon: IconPickerModel;
|
|
210
214
|
customAnchorNameEnabled: boolean;
|
|
211
215
|
anchorName?: string;
|
|
216
|
+
scrollIntoViewDisabled: boolean;
|
|
212
217
|
}
|
|
213
218
|
export interface AccordionedSectionItemSettings extends SectionItemSettings {
|
|
214
219
|
type: SectionTypes.Accordion;
|
|
@@ -217,6 +222,7 @@ export interface AccordionedSectionItemSettings extends SectionItemSettings {
|
|
|
217
222
|
icon: IconPickerModel;
|
|
218
223
|
customAnchorNameEnabled: boolean;
|
|
219
224
|
anchorName?: string;
|
|
225
|
+
scrollIntoViewDisabled: boolean;
|
|
220
226
|
}
|
|
221
227
|
export interface SteppedSectionItemSettings extends SectionItemSettings {
|
|
222
228
|
type: SectionTypes.Stepper;
|
|
@@ -233,12 +239,13 @@ export interface HeaderItemSettings {
|
|
|
233
239
|
icon: IIcon;
|
|
234
240
|
titleSettings: BlockTitleSettings;
|
|
235
241
|
anchorName?: string;
|
|
242
|
+
scrollIntoViewDisabled: boolean;
|
|
236
243
|
}
|
|
237
244
|
export interface SpacingItemSettings {
|
|
238
|
-
paddingRight: number;
|
|
239
|
-
paddingLeft: number;
|
|
240
|
-
paddingTop: number;
|
|
241
|
-
paddingBottom: number;
|
|
245
|
+
paddingRight: number | SpacingType;
|
|
246
|
+
paddingLeft: number | SpacingType;
|
|
247
|
+
paddingTop: number | SpacingType;
|
|
248
|
+
paddingBottom: number | SpacingType;
|
|
242
249
|
minHeight: string;
|
|
243
250
|
}
|
|
244
251
|
export interface StyleItemSettings {
|
|
@@ -346,6 +353,7 @@ export interface BlockRegistration extends LayoutItemRegistration {
|
|
|
346
353
|
layoutDependencyProviders: string[];
|
|
347
354
|
requiredBackendRuntimes?: Array<OmniaBackendRuntimes>;
|
|
348
355
|
requiredClientRuntimes?: Array<OmniaClientRuntimes>;
|
|
356
|
+
authDisabled?: boolean;
|
|
349
357
|
}
|
|
350
358
|
export interface ILayoutDependencyProvider {
|
|
351
359
|
}
|
|
@@ -428,6 +436,7 @@ export interface LayoutEditorCanvasStore extends ILayoutCanvasStore {
|
|
|
428
436
|
};
|
|
429
437
|
mutations: {
|
|
430
438
|
disableAnchorLink: () => void;
|
|
439
|
+
disableAuth: () => void;
|
|
431
440
|
setCanvasMode: (mode: LayoutCanvasModes) => void;
|
|
432
441
|
setLayout: (layout: Layout) => void;
|
|
433
442
|
createNewLayout: () => void;
|
|
@@ -483,21 +492,16 @@ export interface LayoutRendererCanvasApi {
|
|
|
483
492
|
}
|
|
484
493
|
export interface Breakpoint {
|
|
485
494
|
xs: boolean;
|
|
486
|
-
xsOnly: boolean;
|
|
487
495
|
sm: boolean;
|
|
488
|
-
smOnly: boolean;
|
|
489
496
|
smAndDown: boolean;
|
|
490
497
|
smAndUp: boolean;
|
|
491
498
|
md: boolean;
|
|
492
|
-
mdOnly: boolean;
|
|
493
499
|
mdAndDown: boolean;
|
|
494
500
|
mdAndUp: boolean;
|
|
495
501
|
lg: boolean;
|
|
496
|
-
lgOnly: boolean;
|
|
497
502
|
lgAndDown: boolean;
|
|
498
503
|
lgAndUp: boolean;
|
|
499
504
|
xl: boolean;
|
|
500
|
-
xlOnly: boolean;
|
|
501
505
|
name: ("xs" | "sm" | "md" | "lg" | "xl");
|
|
502
506
|
width: number;
|
|
503
507
|
height: number;
|
|
@@ -506,8 +510,9 @@ export interface Breakpoint {
|
|
|
506
510
|
sm: number;
|
|
507
511
|
md: number;
|
|
508
512
|
lg: number;
|
|
513
|
+
xl: number;
|
|
514
|
+
xxl: number;
|
|
509
515
|
};
|
|
510
|
-
scrollbarWidth: number;
|
|
511
516
|
}
|
|
512
517
|
/**
|
|
513
518
|
* Define different context extending this so that Layout can different multiple media provider per context
|
package/LayoutDefinition.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { GuidValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
2
2
|
import { IMessageBusTopicSubscription } from "./Messaging";
|
|
3
3
|
import { Block, LoadedLayout } from "./Layout";
|
|
4
|
+
import { IIcon } from "./Icon";
|
|
4
5
|
interface ILayoutCanvasItemDefinition<T> {
|
|
5
6
|
id: GuidValue;
|
|
6
7
|
createInstance: (layout: LoadedLayout) => Promise<T>;
|
|
@@ -15,17 +16,20 @@ interface ILayoutCanvasItemInstance {
|
|
|
15
16
|
slots: ILayoutCanvasItemSlot;
|
|
16
17
|
}
|
|
17
18
|
interface ILayoutCanvasItemSlot {
|
|
18
|
-
header: () => JSX.Element;
|
|
19
19
|
content: () => JSX.Element | JSX.Element[];
|
|
20
20
|
}
|
|
21
21
|
export interface ILayoutCanvasExpansionItemInstance extends ILayoutCanvasItemInstance {
|
|
22
22
|
slots: ILayoutCanvasItemSlot;
|
|
23
|
+
title: string;
|
|
24
|
+
icon: IIcon;
|
|
23
25
|
}
|
|
24
26
|
export interface ILayoutCanvasTabInstance extends ILayoutCanvasItemInstance {
|
|
25
27
|
slots: ILayoutCanvasItemSlot;
|
|
26
28
|
items: ILayoutCanvasExpansionItemInstance[];
|
|
27
29
|
active?: boolean;
|
|
28
30
|
disabled?: boolean;
|
|
31
|
+
title: string;
|
|
32
|
+
icon?: IIcon;
|
|
29
33
|
/**
|
|
30
34
|
*Will force the components content to render on mounted. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO.
|
|
31
35
|
*/
|
package/ManifestIds.d.ts
CHANGED
|
@@ -6,14 +6,17 @@ export declare class OmniaGroupManifests {
|
|
|
6
6
|
static get FxConsole(): Guid;
|
|
7
7
|
static get Fx(): Guid;
|
|
8
8
|
static get FxUxCommonComponents(): Guid;
|
|
9
|
+
static get FxUxCommonOxides(): Guid;
|
|
9
10
|
static get FxUxRichTextEditor(): Guid;
|
|
10
11
|
static get Header(): Guid;
|
|
11
12
|
static get LayoutCanvasGroup(): Guid;
|
|
12
13
|
}
|
|
13
14
|
export declare class OmniaResourceManifests {
|
|
15
|
+
static get ProsemirrorPackage(): Guid;
|
|
14
16
|
static get AuthSetupCore(): Guid;
|
|
15
17
|
static get LayoutCanvasShared(): Guid;
|
|
16
18
|
static get AwesomeProFont(): Guid;
|
|
19
|
+
static get FxUxVuetifyShared(): Guid;
|
|
17
20
|
static get FxUxVuetifyCommon(): Guid;
|
|
18
21
|
static get FxUxMonacoEditor(): Guid;
|
|
19
22
|
static get FxUxVueChartJS(): Guid;
|
|
@@ -22,14 +25,14 @@ export declare class OmniaResourceManifests {
|
|
|
22
25
|
static get ClientBoot(): Guid;
|
|
23
26
|
static get FxUxVuetifyBottomnav(): Guid;
|
|
24
27
|
static get ConsoleCommands(): Guid;
|
|
25
|
-
static get HMR(): Guid;
|
|
26
28
|
static get FxUxVRating(): Guid;
|
|
27
29
|
static get FxUxVuetifyHover(): Guid;
|
|
30
|
+
static get FxUxVuetifyStepper(): Guid;
|
|
31
|
+
static get FxUxVuetifyColorPicker(): Guid;
|
|
28
32
|
static get FxUxVuetifyCombobox(): Guid;
|
|
29
33
|
static get FxUxVuetifySlider(): Guid;
|
|
30
34
|
static get FxUxVuetifyChip(): Guid;
|
|
31
35
|
static get FxUxVuetifyDatatable(): Guid;
|
|
32
|
-
static get FxUxVuetifyDivider(): Guid;
|
|
33
36
|
static get FxUxVuetifyDatePicker(): Guid;
|
|
34
37
|
static get FxUxVuetifyTimePicker(): Guid;
|
|
35
38
|
static get FxUxVuetifySnackbar(): Guid;
|
|
@@ -60,6 +63,7 @@ export declare class OmniaResourceManifests {
|
|
|
60
63
|
static get SpfxWebpart(): Guid;
|
|
61
64
|
static get FxUxVuetifySwitch(): Guid;
|
|
62
65
|
static get FxUx(): Guid;
|
|
66
|
+
static get FxUxVDialog(): Guid;
|
|
63
67
|
static get FxUxVuetifyAvatar(): Guid;
|
|
64
68
|
static get FxUxVTreeView(): Guid;
|
|
65
69
|
static get Vendor(): Guid;
|
|
@@ -71,7 +75,7 @@ export declare class OmniaResourceManifests {
|
|
|
71
75
|
static get MicrosoftTeamsSDKLoader(): Guid;
|
|
72
76
|
static get TeamsSSOScript(): Guid;
|
|
73
77
|
static get MediaPickerProviderRegistration(): Guid;
|
|
74
|
-
static get
|
|
78
|
+
static get FxUxRichTextEditorCore(): Guid;
|
|
75
79
|
static get ActionApi(): Guid;
|
|
76
80
|
static get ActionHandlerEvents(): Guid;
|
|
77
81
|
static get LikeTopicIdProviderRegistration(): Guid;
|
|
@@ -85,6 +89,7 @@ export declare class OmniaResourceManifests {
|
|
|
85
89
|
static get TaxonomyFilterEngineRegistrationApi(): Guid;
|
|
86
90
|
static get EnterpriseKeywordsFilterEngineRegistrationApi(): Guid;
|
|
87
91
|
static get PersonFilterEngineRegistrationApi(): Guid;
|
|
92
|
+
static get TagsFilterEngineRegistrationApi(): Guid;
|
|
88
93
|
static get BooleanFilterEngineRegistrationApi(): Guid;
|
|
89
94
|
static get TextFilterEngineRegistrationApi(): Guid;
|
|
90
95
|
static get NumberFilterEngineRegistrationApi(): Guid;
|
|
@@ -109,12 +114,26 @@ export declare class OmniaResourceManifests {
|
|
|
109
114
|
static get IdentitySyncProviderApi(): Guid;
|
|
110
115
|
static get BuiltinSyncProvidersRegistration(): Guid;
|
|
111
116
|
static get SharePointIntegrationExternalMapping(): Guid;
|
|
117
|
+
static get TextCompletionTenantFeature(): Guid;
|
|
118
|
+
static get DallESecretComponent(): Guid;
|
|
119
|
+
static get DallESecretRegistrations(): Guid;
|
|
120
|
+
static get DallELocalization(): Guid;
|
|
121
|
+
static get DallETenantFeature(): Guid;
|
|
122
|
+
static get DallEMediaProviderFeature(): Guid;
|
|
123
|
+
static get DefaultNotFoundLayout(): Guid;
|
|
124
|
+
static get DefaultUnauthorizedLayout(): Guid;
|
|
125
|
+
static get StatusCodeLayoutRegistration(): Guid;
|
|
126
|
+
static get BuiltinPropertyBindingProviders(): Guid;
|
|
127
|
+
static get ExtendedEnterprisePropertyBindingProvider(): Guid;
|
|
128
|
+
static get BusinessProfilePropertyBindingProvider(): Guid;
|
|
129
|
+
static get UserPropertyBindingProvider(): Guid;
|
|
112
130
|
}
|
|
113
131
|
export declare class OmniaWebComponentManifests {
|
|
114
132
|
static get AuthSetup(): Guid;
|
|
115
133
|
static get SignInBlock(): Guid;
|
|
116
134
|
static get SignInCore(): Guid;
|
|
117
135
|
static get SignInOmniaRenderer(): Guid;
|
|
136
|
+
static get SignInIdentityCreationRequestRenderer(): Guid;
|
|
118
137
|
static get SignOut(): Guid;
|
|
119
138
|
static get MagicLink(): Guid;
|
|
120
139
|
static get LayoutRendererCanvas(): Guid;
|
|
@@ -128,6 +147,55 @@ export declare class OmniaWebComponentManifests {
|
|
|
128
147
|
static get VersionedLayoutController(): Guid;
|
|
129
148
|
static get VersionedLayoutEditorChrome(): Guid;
|
|
130
149
|
static get BladeHeader(): Guid;
|
|
150
|
+
static get OAppBar(): Guid;
|
|
151
|
+
static get OAvatar(): Guid;
|
|
152
|
+
static get OBadge(): Guid;
|
|
153
|
+
static get OBtn(): Guid;
|
|
154
|
+
static get OBtnGroup(): Guid;
|
|
155
|
+
static get OCard(): Guid;
|
|
156
|
+
static get OCheckBox(): Guid;
|
|
157
|
+
static get OChip(): Guid;
|
|
158
|
+
static get OColumn(): Guid;
|
|
159
|
+
static get ODataTable(): Guid;
|
|
160
|
+
static get ODialog(): Guid;
|
|
161
|
+
static get ODivider(): Guid;
|
|
162
|
+
static get ODraggable(): Guid;
|
|
163
|
+
static get OExpansionpanels(): Guid;
|
|
164
|
+
static get OExpansionpanel(): Guid;
|
|
165
|
+
static get OHostProvider(): Guid;
|
|
166
|
+
static get OIcon(): Guid;
|
|
167
|
+
static get OImage(): Guid;
|
|
168
|
+
static get OLayout(): Guid;
|
|
169
|
+
static get OList(): Guid;
|
|
170
|
+
static get OListItem(): Guid;
|
|
171
|
+
static get OMain(): Guid;
|
|
172
|
+
static get OMenu(): Guid;
|
|
173
|
+
static get ONavigationDrawer(): Guid;
|
|
174
|
+
static get OPanel(): Guid;
|
|
175
|
+
static get OFlex(): Guid;
|
|
176
|
+
static get OProgress(): Guid;
|
|
177
|
+
static get ORadio(): Guid;
|
|
178
|
+
static get ORadioGroup(): Guid;
|
|
179
|
+
static get OSelect(): Guid;
|
|
180
|
+
static get OSkeletonLoader(): Guid;
|
|
181
|
+
static get OSlider(): Guid;
|
|
182
|
+
static get OSnackbar(): Guid;
|
|
183
|
+
static get OSpacer(): Guid;
|
|
184
|
+
static get OStepper(): Guid;
|
|
185
|
+
static get OStepperStep(): Guid;
|
|
186
|
+
static get OSwitch(): Guid;
|
|
187
|
+
static get OTable(): Guid;
|
|
188
|
+
static get OTab(): Guid;
|
|
189
|
+
static get OTabs(): Guid;
|
|
190
|
+
static get OText(): Guid;
|
|
191
|
+
static get OLink(): Guid;
|
|
192
|
+
static get OTextArea(): Guid;
|
|
193
|
+
static get OTextField(): Guid;
|
|
194
|
+
static get OToolbar(): Guid;
|
|
195
|
+
static get OColorPicker(): Guid;
|
|
196
|
+
static get OTooltip(): Guid;
|
|
197
|
+
static get OTreeView(): Guid;
|
|
198
|
+
static get OValidation(): Guid;
|
|
131
199
|
static get Admin(): Guid;
|
|
132
200
|
static get AdminShortcut(): Guid;
|
|
133
201
|
static get Bladestest(): Guid;
|
|
@@ -137,7 +205,7 @@ export declare class OmniaWebComponentManifests {
|
|
|
137
205
|
static get FxUxIframe(): Guid;
|
|
138
206
|
static get FxUxDateTimePicker(): Guid;
|
|
139
207
|
static get Console(): Guid;
|
|
140
|
-
static get
|
|
208
|
+
static get DevSocketMessage(): Guid;
|
|
141
209
|
static get FxUxDialog(): Guid;
|
|
142
210
|
static get FxUxConfirmDialog(): Guid;
|
|
143
211
|
static get FxUxDocumenticon(): Guid;
|
|
@@ -185,6 +253,9 @@ export declare class OmniaWebComponentManifests {
|
|
|
185
253
|
static get FxUxMediapickerVideo(): Guid;
|
|
186
254
|
static get FxUxImageGrid(): Guid;
|
|
187
255
|
static get FxUxPexelProvider(): Guid;
|
|
256
|
+
static get FxUxUnsplashProvider(): Guid;
|
|
257
|
+
static get FxUxMediaflowProvider(): Guid;
|
|
258
|
+
static get FxUxMediaflowProviderVideoPlayer(): Guid;
|
|
188
259
|
static get FxUxMyComputerProvider(): Guid;
|
|
189
260
|
static get FxUxFileUploader(): Guid;
|
|
190
261
|
static get FxUxBingProvider(): Guid;
|
|
@@ -192,6 +263,7 @@ export declare class OmniaWebComponentManifests {
|
|
|
192
263
|
static get FxUxSharePointVideoSettings(): Guid;
|
|
193
264
|
static get FxUxMicrosoftStreamProvider(): Guid;
|
|
194
265
|
static get FxUxYoutubeProvider(): Guid;
|
|
266
|
+
static get FxUxDallEProvider(): Guid;
|
|
195
267
|
static get FxUxImageTransformer(): Guid;
|
|
196
268
|
static get FxUxThemeDefinitionEditor(): Guid;
|
|
197
269
|
static get FxUxImageEditor(): Guid;
|
|
@@ -230,6 +302,8 @@ export declare class OmniaWebComponentManifests {
|
|
|
230
302
|
static get FxUxAppInstanceRollup(): Guid;
|
|
231
303
|
static get FxUxAppInstanceRollupSettings(): Guid;
|
|
232
304
|
static get FxUxAppInstanceRollupListView(): Guid;
|
|
305
|
+
static get FxUxAppInstanceRollupRenderer(): Guid;
|
|
306
|
+
static get FxUxAppInstanceRollupMetricDetail(): Guid;
|
|
233
307
|
static get FxUxAppInstanceRollupListViewSettings(): Guid;
|
|
234
308
|
static get FxUxAppInstanceRollupCardView(): Guid;
|
|
235
309
|
static get FxUxAppInstanceRollupCardViewSettings(): Guid;
|
|
@@ -266,12 +340,15 @@ export declare class OmniaWebComponentManifests {
|
|
|
266
340
|
static get FxUxLikeListingTemplate(): Guid;
|
|
267
341
|
static get FxUxPostLikeListingTemplate(): Guid;
|
|
268
342
|
static get FxUxPermissionInput(): Guid;
|
|
269
|
-
static get
|
|
343
|
+
static get FxUxSecurityTrimmer(): Guid;
|
|
270
344
|
static get FxUxSpacingPicker(): Guid;
|
|
345
|
+
static get FxUxFilterPicker(): Guid;
|
|
271
346
|
static get FxUxFilterEngineSettings(): Guid;
|
|
272
347
|
static get FxUxFilterEngineDialogContent(): Guid;
|
|
273
348
|
static get FxUxFilterEnginePersonPropertySettings(): Guid;
|
|
349
|
+
static get FxUxFilterEngineTagsPropertySettings(): Guid;
|
|
274
350
|
static get FxUxFilterEnginePersonPropertyDefaultValueInput(): Guid;
|
|
351
|
+
static get FxUxFilterEngineTagsPropertyDefaultValueInput(): Guid;
|
|
275
352
|
static get FxUxFilterEngineBooleanPropertySettings(): Guid;
|
|
276
353
|
static get FxUxFilterEngineBooleanPropertyDefaultValueInput(): Guid;
|
|
277
354
|
static get FxUxFilterEngineTextPropertySettings(): Guid;
|
|
@@ -285,17 +362,22 @@ export declare class OmniaWebComponentManifests {
|
|
|
285
362
|
static get FxUxFilterEngineRenderer(): Guid;
|
|
286
363
|
static get FxUxTaxonomyFilterEngineRenderer(): Guid;
|
|
287
364
|
static get FxUxPersonFilterEngineRenderer(): Guid;
|
|
365
|
+
static get FxUxTagsFilterEngineRenderer(): Guid;
|
|
288
366
|
static get FxUxTextFilterEngineRenderer(): Guid;
|
|
289
367
|
static get FxUxBooleanFilterEngineRenderer(): Guid;
|
|
290
368
|
static get FxUxDateFilterEngineRenderer(): Guid;
|
|
369
|
+
static get FxUxDateFilterEnginePeriodSlider(): Guid;
|
|
291
370
|
static get FxUxNumberFilterEngineRenderer(): Guid;
|
|
292
371
|
static get FxUxFilterEngineSelectionsArea(): Guid;
|
|
293
372
|
static get FxUxFilterEngineSelectionsAreaTaxonomyProperty(): Guid;
|
|
294
373
|
static get FxUxFilterEngineSelectionsAreaPersonProperty(): Guid;
|
|
374
|
+
static get FxUxFilterEngineSelectionsAreaTagsProperty(): Guid;
|
|
295
375
|
static get FxUxFilterEngineSelectionsAreaBooleanProperty(): Guid;
|
|
296
376
|
static get FxUxFilterEngineSelectionsAreaTextProperty(): Guid;
|
|
297
377
|
static get FxUxFilterEngineSelectionsAreaDateTimeProperty(): Guid;
|
|
298
378
|
static get FxUxFilterEngineSelectionsAreaNumberProperty(): Guid;
|
|
379
|
+
static get FxUxFilterEnginePropertyDropdown(): Guid;
|
|
380
|
+
static get FxUxFilterEnginePropertyList(): Guid;
|
|
299
381
|
static get SpTermSetPicker(): Guid;
|
|
300
382
|
static get SpTermPicker(): Guid;
|
|
301
383
|
static get SpTermPickerTree(): Guid;
|
|
@@ -339,6 +421,11 @@ export declare class OmniaWebComponentManifests {
|
|
|
339
421
|
static get FxUxEnterprisePropertiesDataSourcePicker(): Guid;
|
|
340
422
|
static get FxUxPropertyPicker(): Guid;
|
|
341
423
|
static get FxUxPropertyRenderer(): Guid;
|
|
424
|
+
static get FxUxPropertyDefintionRenderer(): Guid;
|
|
425
|
+
static get FxUxPropertyDefintionConfiguration(): Guid;
|
|
426
|
+
static get FxUxPropertyConfigurationBaseRenderer(): Guid;
|
|
427
|
+
static get FxUxLabelOptionsRenderer(): Guid;
|
|
428
|
+
static get FxUxPropertyLocking(): Guid;
|
|
342
429
|
static get UserPropertyConfigurationRenderer(): Guid;
|
|
343
430
|
static get FxUxPropertyDatasourceRenderer(): Guid;
|
|
344
431
|
static get FxUxPropertyInput(): Guid;
|
|
@@ -373,4 +460,10 @@ export declare class OmniaWebComponentManifests {
|
|
|
373
460
|
static get SharePointUserPropertyProviderEditor(): Guid;
|
|
374
461
|
static get FxUxConnectedTenantPicker(): Guid;
|
|
375
462
|
static get FxUxSidePanel(): Guid;
|
|
463
|
+
static get FxPhotoWallProvider(): Guid;
|
|
464
|
+
static get FxSliderDialogProvider(): Guid;
|
|
465
|
+
static get FxUxStatusCodeRenderer(): Guid;
|
|
466
|
+
static get DateTimePropertyDisplay(): Guid;
|
|
467
|
+
static get DateTimePropertyEditor(): Guid;
|
|
468
|
+
static get DateTimePropertyConfiguration(): Guid;
|
|
376
469
|
}
|