@omnia/fx-models 8.0.11-vnext → 8.0.12-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 -46
- package/Constants.js +50 -60
- package/DateTimeZone.d.ts +2 -2
- package/DependencyInjection.d.ts +1 -1
- package/DependencyInjection.js +1 -1
- package/Enums.d.ts +39 -4
- package/Enums.js +42 -2
- package/Exposes.d.ts +20 -3
- package/Exposes.js +20 -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 +37 -6
- 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 +9 -0
- package/Icon.js +58 -0
- 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 +99 -4
- package/ManifestIds.js +275 -7
- package/MediaScalingSettings.d.ts +6 -0
- package/Messaging.d.ts +1 -0
- package/PermissionInputSettings.d.ts +3 -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 +6 -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/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 +12 -3
- package/identities/Identity.js +18 -2
- 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 +21 -16
- package/identities/UserIdentity.js +11 -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 +27 -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 -21
- 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 +27 -19
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +8 -5
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +31 -12
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.js +11 -6
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +8 -6
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +55 -69
- package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +4 -0
- package/internal-do-not-import-from-here/shared/models/theming/index.js +4 -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 +151 -0
- package/oxide/OxideTypeDefinitions.js +115 -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 -1
- package/oxide/index.js +3 -1
- 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/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 +8 -0
- 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/oxide/Componentprops.d.ts +0 -18
- package/oxide/Componentprops.js +0 -26
- 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/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;
|
|
@@ -24,11 +27,12 @@ export declare class OmniaResourceManifests {
|
|
|
24
27
|
static get ConsoleCommands(): Guid;
|
|
25
28
|
static get FxUxVRating(): Guid;
|
|
26
29
|
static get FxUxVuetifyHover(): Guid;
|
|
30
|
+
static get FxUxVuetifyStepper(): Guid;
|
|
31
|
+
static get FxUxVuetifyColorPicker(): Guid;
|
|
27
32
|
static get FxUxVuetifyCombobox(): Guid;
|
|
28
33
|
static get FxUxVuetifySlider(): Guid;
|
|
29
34
|
static get FxUxVuetifyChip(): Guid;
|
|
30
35
|
static get FxUxVuetifyDatatable(): Guid;
|
|
31
|
-
static get FxUxVuetifyDivider(): Guid;
|
|
32
36
|
static get FxUxVuetifyDatePicker(): Guid;
|
|
33
37
|
static get FxUxVuetifyTimePicker(): Guid;
|
|
34
38
|
static get FxUxVuetifySnackbar(): Guid;
|
|
@@ -59,6 +63,7 @@ export declare class OmniaResourceManifests {
|
|
|
59
63
|
static get SpfxWebpart(): Guid;
|
|
60
64
|
static get FxUxVuetifySwitch(): Guid;
|
|
61
65
|
static get FxUx(): Guid;
|
|
66
|
+
static get FxUxVDialog(): Guid;
|
|
62
67
|
static get FxUxVuetifyAvatar(): Guid;
|
|
63
68
|
static get FxUxVTreeView(): Guid;
|
|
64
69
|
static get Vendor(): Guid;
|
|
@@ -70,7 +75,7 @@ export declare class OmniaResourceManifests {
|
|
|
70
75
|
static get MicrosoftTeamsSDKLoader(): Guid;
|
|
71
76
|
static get TeamsSSOScript(): Guid;
|
|
72
77
|
static get MediaPickerProviderRegistration(): Guid;
|
|
73
|
-
static get
|
|
78
|
+
static get FxUxRichTextEditorCore(): Guid;
|
|
74
79
|
static get ActionApi(): Guid;
|
|
75
80
|
static get ActionHandlerEvents(): Guid;
|
|
76
81
|
static get LikeTopicIdProviderRegistration(): Guid;
|
|
@@ -84,6 +89,7 @@ export declare class OmniaResourceManifests {
|
|
|
84
89
|
static get TaxonomyFilterEngineRegistrationApi(): Guid;
|
|
85
90
|
static get EnterpriseKeywordsFilterEngineRegistrationApi(): Guid;
|
|
86
91
|
static get PersonFilterEngineRegistrationApi(): Guid;
|
|
92
|
+
static get TagsFilterEngineRegistrationApi(): Guid;
|
|
87
93
|
static get BooleanFilterEngineRegistrationApi(): Guid;
|
|
88
94
|
static get TextFilterEngineRegistrationApi(): Guid;
|
|
89
95
|
static get NumberFilterEngineRegistrationApi(): Guid;
|
|
@@ -108,12 +114,26 @@ export declare class OmniaResourceManifests {
|
|
|
108
114
|
static get IdentitySyncProviderApi(): Guid;
|
|
109
115
|
static get BuiltinSyncProvidersRegistration(): Guid;
|
|
110
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;
|
|
111
130
|
}
|
|
112
131
|
export declare class OmniaWebComponentManifests {
|
|
113
132
|
static get AuthSetup(): Guid;
|
|
114
133
|
static get SignInBlock(): Guid;
|
|
115
134
|
static get SignInCore(): Guid;
|
|
116
135
|
static get SignInOmniaRenderer(): Guid;
|
|
136
|
+
static get SignInIdentityCreationRequestRenderer(): Guid;
|
|
117
137
|
static get SignOut(): Guid;
|
|
118
138
|
static get MagicLink(): Guid;
|
|
119
139
|
static get LayoutRendererCanvas(): Guid;
|
|
@@ -127,6 +147,56 @@ export declare class OmniaWebComponentManifests {
|
|
|
127
147
|
static get VersionedLayoutController(): Guid;
|
|
128
148
|
static get VersionedLayoutEditorChrome(): Guid;
|
|
129
149
|
static get BladeHeader(): Guid;
|
|
150
|
+
static get OAppBar(): Guid;
|
|
151
|
+
static get OAlert(): Guid;
|
|
152
|
+
static get OAvatar(): Guid;
|
|
153
|
+
static get OBadge(): Guid;
|
|
154
|
+
static get OBtn(): Guid;
|
|
155
|
+
static get OBtnGroup(): Guid;
|
|
156
|
+
static get OCard(): Guid;
|
|
157
|
+
static get OCheckBox(): Guid;
|
|
158
|
+
static get OChip(): Guid;
|
|
159
|
+
static get OColumn(): Guid;
|
|
160
|
+
static get ODataTable(): Guid;
|
|
161
|
+
static get ODialog(): Guid;
|
|
162
|
+
static get ODivider(): Guid;
|
|
163
|
+
static get ODraggable(): Guid;
|
|
164
|
+
static get OExpansionpanels(): Guid;
|
|
165
|
+
static get OExpansionpanel(): Guid;
|
|
166
|
+
static get OHostProvider(): Guid;
|
|
167
|
+
static get OIcon(): Guid;
|
|
168
|
+
static get OImage(): Guid;
|
|
169
|
+
static get OLayout(): Guid;
|
|
170
|
+
static get OList(): Guid;
|
|
171
|
+
static get OListItem(): Guid;
|
|
172
|
+
static get OMain(): Guid;
|
|
173
|
+
static get OMenu(): Guid;
|
|
174
|
+
static get ONavigationDrawer(): Guid;
|
|
175
|
+
static get OPanel(): Guid;
|
|
176
|
+
static get OFlex(): Guid;
|
|
177
|
+
static get OProgress(): Guid;
|
|
178
|
+
static get ORadio(): Guid;
|
|
179
|
+
static get ORadioGroup(): Guid;
|
|
180
|
+
static get OSelect(): Guid;
|
|
181
|
+
static get OSkeletonLoader(): Guid;
|
|
182
|
+
static get OSlider(): Guid;
|
|
183
|
+
static get OSnackbar(): Guid;
|
|
184
|
+
static get OSpacer(): Guid;
|
|
185
|
+
static get OStepper(): Guid;
|
|
186
|
+
static get OStepperStep(): Guid;
|
|
187
|
+
static get OSwitch(): Guid;
|
|
188
|
+
static get OTable(): Guid;
|
|
189
|
+
static get OTab(): Guid;
|
|
190
|
+
static get OTabs(): Guid;
|
|
191
|
+
static get OText(): Guid;
|
|
192
|
+
static get OLink(): Guid;
|
|
193
|
+
static get OTextArea(): Guid;
|
|
194
|
+
static get OTextField(): Guid;
|
|
195
|
+
static get OToolbar(): Guid;
|
|
196
|
+
static get OColorPicker(): Guid;
|
|
197
|
+
static get OTooltip(): Guid;
|
|
198
|
+
static get OTreeView(): Guid;
|
|
199
|
+
static get OValidation(): Guid;
|
|
130
200
|
static get Admin(): Guid;
|
|
131
201
|
static get AdminShortcut(): Guid;
|
|
132
202
|
static get Bladestest(): Guid;
|
|
@@ -136,7 +206,7 @@ export declare class OmniaWebComponentManifests {
|
|
|
136
206
|
static get FxUxIframe(): Guid;
|
|
137
207
|
static get FxUxDateTimePicker(): Guid;
|
|
138
208
|
static get Console(): Guid;
|
|
139
|
-
static get
|
|
209
|
+
static get DevSocketMessage(): Guid;
|
|
140
210
|
static get FxUxDialog(): Guid;
|
|
141
211
|
static get FxUxConfirmDialog(): Guid;
|
|
142
212
|
static get FxUxDocumenticon(): Guid;
|
|
@@ -184,6 +254,9 @@ export declare class OmniaWebComponentManifests {
|
|
|
184
254
|
static get FxUxMediapickerVideo(): Guid;
|
|
185
255
|
static get FxUxImageGrid(): Guid;
|
|
186
256
|
static get FxUxPexelProvider(): Guid;
|
|
257
|
+
static get FxUxUnsplashProvider(): Guid;
|
|
258
|
+
static get FxUxMediaflowProvider(): Guid;
|
|
259
|
+
static get FxUxMediaflowProviderVideoPlayer(): Guid;
|
|
187
260
|
static get FxUxMyComputerProvider(): Guid;
|
|
188
261
|
static get FxUxFileUploader(): Guid;
|
|
189
262
|
static get FxUxBingProvider(): Guid;
|
|
@@ -191,6 +264,7 @@ export declare class OmniaWebComponentManifests {
|
|
|
191
264
|
static get FxUxSharePointVideoSettings(): Guid;
|
|
192
265
|
static get FxUxMicrosoftStreamProvider(): Guid;
|
|
193
266
|
static get FxUxYoutubeProvider(): Guid;
|
|
267
|
+
static get FxUxDallEProvider(): Guid;
|
|
194
268
|
static get FxUxImageTransformer(): Guid;
|
|
195
269
|
static get FxUxThemeDefinitionEditor(): Guid;
|
|
196
270
|
static get FxUxImageEditor(): Guid;
|
|
@@ -229,6 +303,8 @@ export declare class OmniaWebComponentManifests {
|
|
|
229
303
|
static get FxUxAppInstanceRollup(): Guid;
|
|
230
304
|
static get FxUxAppInstanceRollupSettings(): Guid;
|
|
231
305
|
static get FxUxAppInstanceRollupListView(): Guid;
|
|
306
|
+
static get FxUxAppInstanceRollupRenderer(): Guid;
|
|
307
|
+
static get FxUxAppInstanceRollupMetricDetail(): Guid;
|
|
232
308
|
static get FxUxAppInstanceRollupListViewSettings(): Guid;
|
|
233
309
|
static get FxUxAppInstanceRollupCardView(): Guid;
|
|
234
310
|
static get FxUxAppInstanceRollupCardViewSettings(): Guid;
|
|
@@ -265,12 +341,15 @@ export declare class OmniaWebComponentManifests {
|
|
|
265
341
|
static get FxUxLikeListingTemplate(): Guid;
|
|
266
342
|
static get FxUxPostLikeListingTemplate(): Guid;
|
|
267
343
|
static get FxUxPermissionInput(): Guid;
|
|
268
|
-
static get
|
|
344
|
+
static get FxUxSecurityTrimmer(): Guid;
|
|
269
345
|
static get FxUxSpacingPicker(): Guid;
|
|
346
|
+
static get FxUxFilterPicker(): Guid;
|
|
270
347
|
static get FxUxFilterEngineSettings(): Guid;
|
|
271
348
|
static get FxUxFilterEngineDialogContent(): Guid;
|
|
272
349
|
static get FxUxFilterEnginePersonPropertySettings(): Guid;
|
|
350
|
+
static get FxUxFilterEngineTagsPropertySettings(): Guid;
|
|
273
351
|
static get FxUxFilterEnginePersonPropertyDefaultValueInput(): Guid;
|
|
352
|
+
static get FxUxFilterEngineTagsPropertyDefaultValueInput(): Guid;
|
|
274
353
|
static get FxUxFilterEngineBooleanPropertySettings(): Guid;
|
|
275
354
|
static get FxUxFilterEngineBooleanPropertyDefaultValueInput(): Guid;
|
|
276
355
|
static get FxUxFilterEngineTextPropertySettings(): Guid;
|
|
@@ -284,17 +363,22 @@ export declare class OmniaWebComponentManifests {
|
|
|
284
363
|
static get FxUxFilterEngineRenderer(): Guid;
|
|
285
364
|
static get FxUxTaxonomyFilterEngineRenderer(): Guid;
|
|
286
365
|
static get FxUxPersonFilterEngineRenderer(): Guid;
|
|
366
|
+
static get FxUxTagsFilterEngineRenderer(): Guid;
|
|
287
367
|
static get FxUxTextFilterEngineRenderer(): Guid;
|
|
288
368
|
static get FxUxBooleanFilterEngineRenderer(): Guid;
|
|
289
369
|
static get FxUxDateFilterEngineRenderer(): Guid;
|
|
370
|
+
static get FxUxDateFilterEnginePeriodSlider(): Guid;
|
|
290
371
|
static get FxUxNumberFilterEngineRenderer(): Guid;
|
|
291
372
|
static get FxUxFilterEngineSelectionsArea(): Guid;
|
|
292
373
|
static get FxUxFilterEngineSelectionsAreaTaxonomyProperty(): Guid;
|
|
293
374
|
static get FxUxFilterEngineSelectionsAreaPersonProperty(): Guid;
|
|
375
|
+
static get FxUxFilterEngineSelectionsAreaTagsProperty(): Guid;
|
|
294
376
|
static get FxUxFilterEngineSelectionsAreaBooleanProperty(): Guid;
|
|
295
377
|
static get FxUxFilterEngineSelectionsAreaTextProperty(): Guid;
|
|
296
378
|
static get FxUxFilterEngineSelectionsAreaDateTimeProperty(): Guid;
|
|
297
379
|
static get FxUxFilterEngineSelectionsAreaNumberProperty(): Guid;
|
|
380
|
+
static get FxUxFilterEnginePropertyDropdown(): Guid;
|
|
381
|
+
static get FxUxFilterEnginePropertyList(): Guid;
|
|
298
382
|
static get SpTermSetPicker(): Guid;
|
|
299
383
|
static get SpTermPicker(): Guid;
|
|
300
384
|
static get SpTermPickerTree(): Guid;
|
|
@@ -338,6 +422,11 @@ export declare class OmniaWebComponentManifests {
|
|
|
338
422
|
static get FxUxEnterprisePropertiesDataSourcePicker(): Guid;
|
|
339
423
|
static get FxUxPropertyPicker(): Guid;
|
|
340
424
|
static get FxUxPropertyRenderer(): Guid;
|
|
425
|
+
static get FxUxPropertyDefintionRenderer(): Guid;
|
|
426
|
+
static get FxUxPropertyDefintionConfiguration(): Guid;
|
|
427
|
+
static get FxUxPropertyConfigurationBaseRenderer(): Guid;
|
|
428
|
+
static get FxUxLabelOptionsRenderer(): Guid;
|
|
429
|
+
static get FxUxPropertyLocking(): Guid;
|
|
341
430
|
static get UserPropertyConfigurationRenderer(): Guid;
|
|
342
431
|
static get FxUxPropertyDatasourceRenderer(): Guid;
|
|
343
432
|
static get FxUxPropertyInput(): Guid;
|
|
@@ -372,4 +461,10 @@ export declare class OmniaWebComponentManifests {
|
|
|
372
461
|
static get SharePointUserPropertyProviderEditor(): Guid;
|
|
373
462
|
static get FxUxConnectedTenantPicker(): Guid;
|
|
374
463
|
static get FxUxSidePanel(): Guid;
|
|
464
|
+
static get FxPhotoWallProvider(): Guid;
|
|
465
|
+
static get FxSliderDialogProvider(): Guid;
|
|
466
|
+
static get FxUxStatusCodeRenderer(): Guid;
|
|
467
|
+
static get DateTimePropertyDisplay(): Guid;
|
|
468
|
+
static get DateTimePropertyEditor(): Guid;
|
|
469
|
+
static get DateTimePropertyConfiguration(): Guid;
|
|
375
470
|
}
|