@omnia/fx-models 8.0.26-vnext → 8.0.27-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/ChromeLayoutDefinition.d.ts +4 -0
- package/ChromeLayoutDefinition.js +10 -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/Dictionary.d.ts +18 -19
- package/Dictionary.js +16 -24
- package/Enums.d.ts +35 -4
- package/Enums.js +37 -2
- package/Exposes.d.ts +16 -3
- package/Exposes.js +16 -3
- 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/ISpecialUserConfiguration.d.ts +3 -0
- package/Icon.d.ts +9 -0
- package/Icon.js +58 -0
- package/Journey.d.ts +7 -2
- package/Layout.d.ts +21 -18
- package/ManifestIds.d.ts +96 -3
- package/ManifestIds.js +268 -6
- 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 +1 -0
- package/admin/AdminModels.d.ts +42 -0
- package/apps/App.d.ts +6 -4
- package/apps/AppInstanceRollup.d.ts +4 -3
- 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/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/enterprise-glossary/EnterpriseGlossary.d.ts +4 -3
- package/enterprise-glossary/EnterpriseGlossary.js +7 -5
- package/enterprise-glossary/EnterpriseGlossaryProvider.d.ts +3 -2
- package/enterprise-properties/EnterpriseProperty.d.ts +6 -2
- package/enterprise-properties/EnterprisePropertyItemSettings.d.ts +3 -1
- 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 +24 -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 +15 -0
- package/identities/UserManagementQuery.js +18 -0
- package/identities/UserTypeSettings.d.ts +26 -0
- package/identities/UserTypeSettings.js +32 -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 +17 -1
- package/internal-do-not-import-from-here/shared/models/Future.js +26 -5
- 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/ExternalIdentityId.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/ExternalIdentityId.js +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +58 -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/ActivityDefinition.d.ts +14 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.js +15 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.d.ts +21 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.js +2 -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 +12 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.js +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +22 -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 +7 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +10 -0
- package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/models/hub/index.js +6 -0
- package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.d.ts +10 -0
- package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.js +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.d.ts +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.js +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/social/index.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/social/index.js +5 -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 +38 -16
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +5 -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 +7 -3
- 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 +7 -7
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +26 -34
- package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/models/theming/index.js +3 -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 +6 -0
- package/internal-do-not-import-from-here/velcron/core/models/Enums.js +8 -1
- package/internal-do-not-import-from-here/velcron/core/models/VelcronDefinitions.d.ts +138 -88
- 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 +229 -0
- package/internal-do-not-import-from-here/velcron/core/models/VelcronPropertyEditorDefinitions.js +72 -0
- package/internal-do-not-import-from-here/velcron/core/models/index.d.ts +2 -0
- package/internal-do-not-import-from-here/velcron/core/models/index.js +2 -0
- 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/MediaPickerProvider.d.ts +16 -0
- package/media-picker/MediaPickerProvider.js +2 -0
- package/media-picker/MediaPickerProviderContext.d.ts +3 -3
- package/media-picker/MediaPickerProviderContext.js +0 -4
- 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/Shared.d.ts +7 -1
- package/media-picker/index.d.ts +3 -4
- package/media-picker/index.js +3 -4
- 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 +176 -0
- package/oxide/OxideTypeDefinitions.js +120 -0
- package/oxide/SharedSettings.d.ts +8 -0
- package/oxide/SharedSettings.js +2 -0
- package/oxide/index.d.ts +2 -0
- package/oxide/index.js +2 -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 +43 -9
- package/properties/PropertyDefinition.js +15 -1
- package/properties/PropertyValue.d.ts +9 -147
- package/properties/PropertyValue.js +19 -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 +11 -0
- package/properties/definitions/BooleanPropertyDefinition.js +19 -0
- package/properties/definitions/BusinessProfilePropertyDefinition.d.ts +14 -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 +13 -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 +18 -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 +13 -0
- package/properties/definitions/IntegerPropertyDefinition.js +19 -0
- package/properties/definitions/LanguagePropertyDefinition.d.ts +14 -0
- package/properties/definitions/LanguagePropertyDefinition.js +19 -0
- package/properties/definitions/LinkPropertyDefinition.d.ts +14 -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 +11 -0
- package/properties/definitions/MultilineTextPropertyDefinition.js +19 -0
- package/properties/definitions/MultilingualTextPropertyDefinition.d.ts +15 -0
- package/properties/definitions/MultilingualTextPropertyDefinition.js +20 -0
- package/properties/definitions/PhoneNumberPropertyDefinition.d.ts +11 -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 +30 -0
- package/properties/definitions/TermSetPropertyDefinition.js +41 -0
- package/properties/definitions/TextPropertyDefinition.d.ts +16 -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 +15 -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 +7 -0
- package/properties/{builtins → values}/BirthdayPropertyValue.js +3 -4
- package/properties/values/BooleanPropertyValue.d.ts +6 -0
- package/properties/{builtins → values}/BooleanPropertyValue.js +2 -3
- package/properties/values/BusinessProfilePropertyValue.d.ts +6 -0
- package/properties/values/BusinessProfilePropertyValue.js +11 -0
- package/properties/values/DatePropertyValue.d.ts +10 -0
- package/properties/{builtins → values}/DatePropertyValue.js +5 -2
- package/properties/values/DateTimePropertyValue.d.ts +7 -0
- package/properties/values/DateTimePropertyValue.js +15 -0
- package/properties/values/EmailPropertyValue.d.ts +6 -0
- package/properties/{builtins → values}/EmailPropertyValue.js +2 -3
- package/properties/values/HtmlPropertyValue.d.ts +6 -0
- package/properties/{builtins → values}/HtmlPropertyValue.js +2 -3
- package/properties/values/IdentityPropertyValue.d.ts +7 -0
- package/properties/{builtins → values}/IdentityPropertyValue.js +3 -7
- package/properties/values/ImagePropertyValue.d.ts +8 -0
- package/properties/{builtins → values}/ImagePropertyValue.js +2 -4
- package/properties/values/IntegerPropertyValue.d.ts +6 -0
- package/properties/values/IntegerPropertyValue.js +14 -0
- package/properties/{builtins → values}/LanguagePropertyValue.d.ts +3 -3
- package/properties/{builtins → values}/LanguagePropertyValue.js +2 -3
- package/properties/values/LinkPropertyValue.d.ts +6 -0
- package/properties/{builtins → values}/LinkPropertyValue.js +2 -3
- 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 +7 -0
- package/properties/values/TagsPropertyValue.js +14 -0
- package/properties/values/TextPropertyValue.d.ts +6 -0
- package/properties/{builtins → values}/TextPropertyValue.js +2 -3
- 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/TextCompletionExtension.d.ts +13 -0
- package/richtext-editor-extensions/TextCompletionExtension.js +2 -0
- 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/AdminApi.d.ts +16 -2
- package/ux/EnterprisePropertyToPropertySettingMappingApi.d.ts +18 -0
- package/ux/EnterprisePropertyToPropertySettingMappingApi.js +2 -0
- package/ux/FeatureManagementApi.d.ts +1 -1
- package/ux/InternalAdminApi.d.ts +22 -3
- package/ux/LayoutEditorCanvas.d.ts +5 -3
- package/ux/MediaGalleryApi.d.ts +21 -0
- package/ux/MediaGalleryApi.js +2 -0
- package/ux/MediaPickerApi.d.ts +1 -1
- package/ux/SidePanelApi.d.ts +8 -0
- package/ux/ThemingApi.d.ts +19 -0
- package/ux/ThemingApi.js +2 -0
- 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 +6 -3
- 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/media-picker/MediaPickerStorageProviderAppInstanceContext.d.ts +0 -14
- package/media-picker/MediaPickerStorageProviderAppInstanceContext.js +0 -21
- package/media-picker/MediaPickerStorageProviderAppInstancePostContext.d.ts +0 -8
- package/media-picker/MediaPickerStorageProviderAppInstancePostContext.js +0 -13
- package/media-picker/MediaPickerStorageProviderVersionedLayoutContext.d.ts +0 -8
- package/media-picker/MediaPickerStorageProviderVersionedLayoutContext.js +0 -13
- package/media-picker/Providers/BingProvider.d.ts +0 -17
- package/media-picker/Providers/BingProvider.js +0 -22
- package/media-picker/Providers/CentralImageLocationProvider.d.ts +0 -22
- package/media-picker/Providers/CentralImageLocationProvider.js +0 -31
- package/media-picker/Providers/MediaPickerProvider.d.ts +0 -21
- package/media-picker/Providers/MediaPickerProvider.js +0 -8
- package/media-picker/Providers/MicrosoftStreamProvider.d.ts +0 -17
- package/media-picker/Providers/MicrosoftStreamProvider.js +0 -36
- package/media-picker/Providers/MyComputerProvider.d.ts +0 -17
- package/media-picker/Providers/MyComputerProvider.js +0 -22
- package/media-picker/Providers/PexelProvider.d.ts +0 -17
- package/media-picker/Providers/PexelProvider.js +0 -26
- package/media-picker/Providers/YoutubeProvider.d.ts +0 -17
- package/media-picker/Providers/YoutubeProvider.js +0 -30
- package/media-picker/Providers/index.d.ts +0 -7
- package/media-picker/Providers/index.js +0 -10
- 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/DatePropertyValue.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 → ISpecialUserConfiguration.js} +0 -0
- /package/{internal-do-not-import-from-here/shared/models/Bring.js → RollupMetricSettings.js} +0 -0
- /package/{properties/IPropertyProviderValueRenderer.js → azure-openai/common/ApiResultBase.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;
|
|
@@ -122,13 +123,13 @@ export interface SectionSettings extends LayoutItemSettings {
|
|
|
122
123
|
alignment: HorizontalAlignments;
|
|
123
124
|
width: string;
|
|
124
125
|
minHeight: string;
|
|
125
|
-
spacingBlock: number;
|
|
126
|
-
spacingColumn: number;
|
|
126
|
+
spacingBlock: number | SpacingType;
|
|
127
|
+
spacingColumn: number | SpacingType;
|
|
127
128
|
minWidthBlock: string;
|
|
128
|
-
marginSectionLeft: number;
|
|
129
|
-
marginSectionRight: number;
|
|
130
|
-
marginSectionTop: number;
|
|
131
|
-
marginSectionBottom: number;
|
|
129
|
+
marginSectionLeft: number | SpacingType;
|
|
130
|
+
marginSectionRight: number | SpacingType;
|
|
131
|
+
marginSectionTop: number | SpacingType;
|
|
132
|
+
marginSectionBottom: number | SpacingType;
|
|
132
133
|
targetingFilterProperties: TargetingFilterProperty;
|
|
133
134
|
titleSettings: BlockTitleSettings;
|
|
134
135
|
sectionTitle: string | MultilingualString;
|
|
@@ -137,6 +138,7 @@ export interface SectionSettings extends LayoutItemSettings {
|
|
|
137
138
|
useCustomTheme: boolean;
|
|
138
139
|
themeDefinition: ThemeDefinition;
|
|
139
140
|
hidden?: boolean;
|
|
141
|
+
disableLazyLoad?: boolean;
|
|
140
142
|
}
|
|
141
143
|
export interface ColumnedSectionSettings extends SectionSettings {
|
|
142
144
|
type: SectionTypes.Column;
|
|
@@ -211,6 +213,7 @@ export interface TabbedSectionItemSettings extends SectionItemSettings {
|
|
|
211
213
|
icon: IconPickerModel;
|
|
212
214
|
customAnchorNameEnabled: boolean;
|
|
213
215
|
anchorName?: string;
|
|
216
|
+
scrollIntoViewDisabled: boolean;
|
|
214
217
|
}
|
|
215
218
|
export interface AccordionedSectionItemSettings extends SectionItemSettings {
|
|
216
219
|
type: SectionTypes.Accordion;
|
|
@@ -219,6 +222,7 @@ export interface AccordionedSectionItemSettings extends SectionItemSettings {
|
|
|
219
222
|
icon: IconPickerModel;
|
|
220
223
|
customAnchorNameEnabled: boolean;
|
|
221
224
|
anchorName?: string;
|
|
225
|
+
scrollIntoViewDisabled: boolean;
|
|
222
226
|
}
|
|
223
227
|
export interface SteppedSectionItemSettings extends SectionItemSettings {
|
|
224
228
|
type: SectionTypes.Stepper;
|
|
@@ -235,12 +239,13 @@ export interface HeaderItemSettings {
|
|
|
235
239
|
icon: IIcon;
|
|
236
240
|
titleSettings: BlockTitleSettings;
|
|
237
241
|
anchorName?: string;
|
|
242
|
+
scrollIntoViewDisabled: boolean;
|
|
238
243
|
}
|
|
239
244
|
export interface SpacingItemSettings {
|
|
240
|
-
paddingRight: number;
|
|
241
|
-
paddingLeft: number;
|
|
242
|
-
paddingTop: number;
|
|
243
|
-
paddingBottom: number;
|
|
245
|
+
paddingRight: number | SpacingType;
|
|
246
|
+
paddingLeft: number | SpacingType;
|
|
247
|
+
paddingTop: number | SpacingType;
|
|
248
|
+
paddingBottom: number | SpacingType;
|
|
244
249
|
minHeight: string;
|
|
245
250
|
}
|
|
246
251
|
export interface StyleItemSettings {
|
|
@@ -273,7 +278,7 @@ export interface BlockLayoutSettings extends LayoutItemSettings, HeaderItemSetti
|
|
|
273
278
|
}
|
|
274
279
|
export interface DisplayBreakPoint {
|
|
275
280
|
id: string;
|
|
276
|
-
icon:
|
|
281
|
+
icon: IIcon;
|
|
277
282
|
label: string;
|
|
278
283
|
rangedescription: string;
|
|
279
284
|
minWidth: number;
|
|
@@ -348,6 +353,7 @@ export interface BlockRegistration extends LayoutItemRegistration {
|
|
|
348
353
|
layoutDependencyProviders: string[];
|
|
349
354
|
requiredBackendRuntimes?: Array<OmniaBackendRuntimes>;
|
|
350
355
|
requiredClientRuntimes?: Array<OmniaClientRuntimes>;
|
|
356
|
+
authDisabled?: boolean;
|
|
351
357
|
}
|
|
352
358
|
export interface ILayoutDependencyProvider {
|
|
353
359
|
}
|
|
@@ -430,6 +436,7 @@ export interface LayoutEditorCanvasStore extends ILayoutCanvasStore {
|
|
|
430
436
|
};
|
|
431
437
|
mutations: {
|
|
432
438
|
disableAnchorLink: () => void;
|
|
439
|
+
disableAuth: () => void;
|
|
433
440
|
setCanvasMode: (mode: LayoutCanvasModes) => void;
|
|
434
441
|
setLayout: (layout: Layout) => void;
|
|
435
442
|
createNewLayout: () => void;
|
|
@@ -485,21 +492,16 @@ export interface LayoutRendererCanvasApi {
|
|
|
485
492
|
}
|
|
486
493
|
export interface Breakpoint {
|
|
487
494
|
xs: boolean;
|
|
488
|
-
xsOnly: boolean;
|
|
489
495
|
sm: boolean;
|
|
490
|
-
smOnly: boolean;
|
|
491
496
|
smAndDown: boolean;
|
|
492
497
|
smAndUp: boolean;
|
|
493
498
|
md: boolean;
|
|
494
|
-
mdOnly: boolean;
|
|
495
499
|
mdAndDown: boolean;
|
|
496
500
|
mdAndUp: boolean;
|
|
497
501
|
lg: boolean;
|
|
498
|
-
lgOnly: boolean;
|
|
499
502
|
lgAndDown: boolean;
|
|
500
503
|
lgAndUp: boolean;
|
|
501
504
|
xl: boolean;
|
|
502
|
-
xlOnly: boolean;
|
|
503
505
|
name: ("xs" | "sm" | "md" | "lg" | "xl");
|
|
504
506
|
width: number;
|
|
505
507
|
height: number;
|
|
@@ -508,8 +510,9 @@ export interface Breakpoint {
|
|
|
508
510
|
sm: number;
|
|
509
511
|
md: number;
|
|
510
512
|
lg: number;
|
|
513
|
+
xl: number;
|
|
514
|
+
xxl: number;
|
|
511
515
|
};
|
|
512
|
-
scrollbarWidth: number;
|
|
513
516
|
}
|
|
514
517
|
/**
|
|
515
518
|
* Define different context extending this so that Layout can different multiple media provider per context
|
package/ManifestIds.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ 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;
|
|
@@ -26,6 +27,8 @@ export declare class OmniaResourceManifests {
|
|
|
26
27
|
static get ConsoleCommands(): Guid;
|
|
27
28
|
static get FxUxVRating(): Guid;
|
|
28
29
|
static get FxUxVuetifyHover(): Guid;
|
|
30
|
+
static get FxUxVuetifyStepper(): Guid;
|
|
31
|
+
static get FxUxVuetifyColorPicker(): Guid;
|
|
29
32
|
static get FxUxVuetifyCombobox(): Guid;
|
|
30
33
|
static get FxUxVuetifySlider(): Guid;
|
|
31
34
|
static get FxUxVuetifyChip(): Guid;
|
|
@@ -86,6 +89,7 @@ export declare class OmniaResourceManifests {
|
|
|
86
89
|
static get TaxonomyFilterEngineRegistrationApi(): Guid;
|
|
87
90
|
static get EnterpriseKeywordsFilterEngineRegistrationApi(): Guid;
|
|
88
91
|
static get PersonFilterEngineRegistrationApi(): Guid;
|
|
92
|
+
static get TagsFilterEngineRegistrationApi(): Guid;
|
|
89
93
|
static get BooleanFilterEngineRegistrationApi(): Guid;
|
|
90
94
|
static get TextFilterEngineRegistrationApi(): Guid;
|
|
91
95
|
static get NumberFilterEngineRegistrationApi(): Guid;
|
|
@@ -110,12 +114,26 @@ export declare class OmniaResourceManifests {
|
|
|
110
114
|
static get IdentitySyncProviderApi(): Guid;
|
|
111
115
|
static get BuiltinSyncProvidersRegistration(): Guid;
|
|
112
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;
|
|
113
130
|
}
|
|
114
131
|
export declare class OmniaWebComponentManifests {
|
|
115
132
|
static get AuthSetup(): Guid;
|
|
116
133
|
static get SignInBlock(): Guid;
|
|
117
134
|
static get SignInCore(): Guid;
|
|
118
135
|
static get SignInOmniaRenderer(): Guid;
|
|
136
|
+
static get SignInIdentityCreationRequestRenderer(): Guid;
|
|
119
137
|
static get SignOut(): Guid;
|
|
120
138
|
static get MagicLink(): Guid;
|
|
121
139
|
static get LayoutRendererCanvas(): Guid;
|
|
@@ -129,6 +147,57 @@ export declare class OmniaWebComponentManifests {
|
|
|
129
147
|
static get VersionedLayoutController(): Guid;
|
|
130
148
|
static get VersionedLayoutEditorChrome(): Guid;
|
|
131
149
|
static get BladeHeader(): Guid;
|
|
150
|
+
static get OAppBar(): Guid;
|
|
151
|
+
static get OAlert(): Guid;
|
|
152
|
+
static get OInfiniteScroll(): Guid;
|
|
153
|
+
static get OAvatar(): Guid;
|
|
154
|
+
static get OBadge(): Guid;
|
|
155
|
+
static get OBtn(): Guid;
|
|
156
|
+
static get OBtnGroup(): Guid;
|
|
157
|
+
static get OCard(): Guid;
|
|
158
|
+
static get OCheckBox(): Guid;
|
|
159
|
+
static get OChip(): Guid;
|
|
160
|
+
static get OColumn(): Guid;
|
|
161
|
+
static get ODataTable(): Guid;
|
|
162
|
+
static get ODialog(): Guid;
|
|
163
|
+
static get ODivider(): Guid;
|
|
164
|
+
static get ODraggable(): Guid;
|
|
165
|
+
static get OExpansionpanels(): Guid;
|
|
166
|
+
static get OExpansionpanel(): Guid;
|
|
167
|
+
static get OHostProvider(): Guid;
|
|
168
|
+
static get OIcon(): Guid;
|
|
169
|
+
static get OImage(): Guid;
|
|
170
|
+
static get OLayout(): Guid;
|
|
171
|
+
static get OList(): Guid;
|
|
172
|
+
static get OListItem(): Guid;
|
|
173
|
+
static get OMain(): Guid;
|
|
174
|
+
static get OMenu(): Guid;
|
|
175
|
+
static get ONavigationDrawer(): Guid;
|
|
176
|
+
static get OPanel(): Guid;
|
|
177
|
+
static get OFlex(): Guid;
|
|
178
|
+
static get OProgress(): Guid;
|
|
179
|
+
static get ORadio(): Guid;
|
|
180
|
+
static get ORadioGroup(): Guid;
|
|
181
|
+
static get OSelect(): Guid;
|
|
182
|
+
static get OSkeletonLoader(): Guid;
|
|
183
|
+
static get OSlider(): Guid;
|
|
184
|
+
static get OSnackbar(): Guid;
|
|
185
|
+
static get OSpacer(): Guid;
|
|
186
|
+
static get OStepper(): Guid;
|
|
187
|
+
static get OStepperStep(): Guid;
|
|
188
|
+
static get OSwitch(): Guid;
|
|
189
|
+
static get OTable(): Guid;
|
|
190
|
+
static get OTab(): Guid;
|
|
191
|
+
static get OTabs(): Guid;
|
|
192
|
+
static get OText(): Guid;
|
|
193
|
+
static get OLink(): Guid;
|
|
194
|
+
static get OTextArea(): Guid;
|
|
195
|
+
static get OTextField(): Guid;
|
|
196
|
+
static get OToolbar(): Guid;
|
|
197
|
+
static get OColorPicker(): Guid;
|
|
198
|
+
static get OTooltip(): Guid;
|
|
199
|
+
static get OTreeView(): Guid;
|
|
200
|
+
static get OValidation(): Guid;
|
|
132
201
|
static get Admin(): Guid;
|
|
133
202
|
static get AdminShortcut(): Guid;
|
|
134
203
|
static get Bladestest(): Guid;
|
|
@@ -138,7 +207,7 @@ export declare class OmniaWebComponentManifests {
|
|
|
138
207
|
static get FxUxIframe(): Guid;
|
|
139
208
|
static get FxUxDateTimePicker(): Guid;
|
|
140
209
|
static get Console(): Guid;
|
|
141
|
-
static get
|
|
210
|
+
static get DevSocketMessage(): Guid;
|
|
142
211
|
static get FxUxDialog(): Guid;
|
|
143
212
|
static get FxUxConfirmDialog(): Guid;
|
|
144
213
|
static get FxUxDocumenticon(): Guid;
|
|
@@ -149,7 +218,6 @@ export declare class OmniaWebComponentManifests {
|
|
|
149
218
|
static get FxUxInputToken(): Guid;
|
|
150
219
|
static get FxUxIconpicker(): Guid;
|
|
151
220
|
static get FxUxJourney(): Guid;
|
|
152
|
-
static get OBtn(): Guid;
|
|
153
221
|
static get FxUxMenuBlade(): Guid;
|
|
154
222
|
static get FxUxWizard(): Guid;
|
|
155
223
|
static get FxUxPeoplePicker(): Guid;
|
|
@@ -187,6 +255,9 @@ export declare class OmniaWebComponentManifests {
|
|
|
187
255
|
static get FxUxMediapickerVideo(): Guid;
|
|
188
256
|
static get FxUxImageGrid(): Guid;
|
|
189
257
|
static get FxUxPexelProvider(): Guid;
|
|
258
|
+
static get FxUxUnsplashProvider(): Guid;
|
|
259
|
+
static get FxUxMediaflowProvider(): Guid;
|
|
260
|
+
static get FxUxMediaflowProviderVideoPlayer(): Guid;
|
|
190
261
|
static get FxUxMyComputerProvider(): Guid;
|
|
191
262
|
static get FxUxFileUploader(): Guid;
|
|
192
263
|
static get FxUxBingProvider(): Guid;
|
|
@@ -194,6 +265,7 @@ export declare class OmniaWebComponentManifests {
|
|
|
194
265
|
static get FxUxSharePointVideoSettings(): Guid;
|
|
195
266
|
static get FxUxMicrosoftStreamProvider(): Guid;
|
|
196
267
|
static get FxUxYoutubeProvider(): Guid;
|
|
268
|
+
static get FxUxDallEProvider(): Guid;
|
|
197
269
|
static get FxUxImageTransformer(): Guid;
|
|
198
270
|
static get FxUxThemeDefinitionEditor(): Guid;
|
|
199
271
|
static get FxUxImageEditor(): Guid;
|
|
@@ -232,6 +304,8 @@ export declare class OmniaWebComponentManifests {
|
|
|
232
304
|
static get FxUxAppInstanceRollup(): Guid;
|
|
233
305
|
static get FxUxAppInstanceRollupSettings(): Guid;
|
|
234
306
|
static get FxUxAppInstanceRollupListView(): Guid;
|
|
307
|
+
static get FxUxAppInstanceRollupRenderer(): Guid;
|
|
308
|
+
static get FxUxAppInstanceRollupMetricDetail(): Guid;
|
|
235
309
|
static get FxUxAppInstanceRollupListViewSettings(): Guid;
|
|
236
310
|
static get FxUxAppInstanceRollupCardView(): Guid;
|
|
237
311
|
static get FxUxAppInstanceRollupCardViewSettings(): Guid;
|
|
@@ -268,12 +342,15 @@ export declare class OmniaWebComponentManifests {
|
|
|
268
342
|
static get FxUxLikeListingTemplate(): Guid;
|
|
269
343
|
static get FxUxPostLikeListingTemplate(): Guid;
|
|
270
344
|
static get FxUxPermissionInput(): Guid;
|
|
271
|
-
static get
|
|
345
|
+
static get FxUxSecurityTrimmer(): Guid;
|
|
272
346
|
static get FxUxSpacingPicker(): Guid;
|
|
347
|
+
static get FxUxFilterPicker(): Guid;
|
|
273
348
|
static get FxUxFilterEngineSettings(): Guid;
|
|
274
349
|
static get FxUxFilterEngineDialogContent(): Guid;
|
|
275
350
|
static get FxUxFilterEnginePersonPropertySettings(): Guid;
|
|
351
|
+
static get FxUxFilterEngineTagsPropertySettings(): Guid;
|
|
276
352
|
static get FxUxFilterEnginePersonPropertyDefaultValueInput(): Guid;
|
|
353
|
+
static get FxUxFilterEngineTagsPropertyDefaultValueInput(): Guid;
|
|
277
354
|
static get FxUxFilterEngineBooleanPropertySettings(): Guid;
|
|
278
355
|
static get FxUxFilterEngineBooleanPropertyDefaultValueInput(): Guid;
|
|
279
356
|
static get FxUxFilterEngineTextPropertySettings(): Guid;
|
|
@@ -287,17 +364,22 @@ export declare class OmniaWebComponentManifests {
|
|
|
287
364
|
static get FxUxFilterEngineRenderer(): Guid;
|
|
288
365
|
static get FxUxTaxonomyFilterEngineRenderer(): Guid;
|
|
289
366
|
static get FxUxPersonFilterEngineRenderer(): Guid;
|
|
367
|
+
static get FxUxTagsFilterEngineRenderer(): Guid;
|
|
290
368
|
static get FxUxTextFilterEngineRenderer(): Guid;
|
|
291
369
|
static get FxUxBooleanFilterEngineRenderer(): Guid;
|
|
292
370
|
static get FxUxDateFilterEngineRenderer(): Guid;
|
|
371
|
+
static get FxUxDateFilterEnginePeriodSlider(): Guid;
|
|
293
372
|
static get FxUxNumberFilterEngineRenderer(): Guid;
|
|
294
373
|
static get FxUxFilterEngineSelectionsArea(): Guid;
|
|
295
374
|
static get FxUxFilterEngineSelectionsAreaTaxonomyProperty(): Guid;
|
|
296
375
|
static get FxUxFilterEngineSelectionsAreaPersonProperty(): Guid;
|
|
376
|
+
static get FxUxFilterEngineSelectionsAreaTagsProperty(): Guid;
|
|
297
377
|
static get FxUxFilterEngineSelectionsAreaBooleanProperty(): Guid;
|
|
298
378
|
static get FxUxFilterEngineSelectionsAreaTextProperty(): Guid;
|
|
299
379
|
static get FxUxFilterEngineSelectionsAreaDateTimeProperty(): Guid;
|
|
300
380
|
static get FxUxFilterEngineSelectionsAreaNumberProperty(): Guid;
|
|
381
|
+
static get FxUxFilterEnginePropertyDropdown(): Guid;
|
|
382
|
+
static get FxUxFilterEnginePropertyList(): Guid;
|
|
301
383
|
static get SpTermSetPicker(): Guid;
|
|
302
384
|
static get SpTermPicker(): Guid;
|
|
303
385
|
static get SpTermPickerTree(): Guid;
|
|
@@ -341,6 +423,11 @@ export declare class OmniaWebComponentManifests {
|
|
|
341
423
|
static get FxUxEnterprisePropertiesDataSourcePicker(): Guid;
|
|
342
424
|
static get FxUxPropertyPicker(): Guid;
|
|
343
425
|
static get FxUxPropertyRenderer(): Guid;
|
|
426
|
+
static get FxUxPropertyDefintionRenderer(): Guid;
|
|
427
|
+
static get FxUxPropertyDefintionConfiguration(): Guid;
|
|
428
|
+
static get FxUxPropertyConfigurationBaseRenderer(): Guid;
|
|
429
|
+
static get FxUxLabelOptionsRenderer(): Guid;
|
|
430
|
+
static get FxUxPropertyLocking(): Guid;
|
|
344
431
|
static get UserPropertyConfigurationRenderer(): Guid;
|
|
345
432
|
static get FxUxPropertyDatasourceRenderer(): Guid;
|
|
346
433
|
static get FxUxPropertyInput(): Guid;
|
|
@@ -375,4 +462,10 @@ export declare class OmniaWebComponentManifests {
|
|
|
375
462
|
static get SharePointUserPropertyProviderEditor(): Guid;
|
|
376
463
|
static get FxUxConnectedTenantPicker(): Guid;
|
|
377
464
|
static get FxUxSidePanel(): Guid;
|
|
465
|
+
static get FxPhotoWallProvider(): Guid;
|
|
466
|
+
static get FxSliderDialogProvider(): Guid;
|
|
467
|
+
static get FxUxStatusCodeRenderer(): Guid;
|
|
468
|
+
static get DateTimePropertyDisplay(): Guid;
|
|
469
|
+
static get DateTimePropertyEditor(): Guid;
|
|
470
|
+
static get DateTimePropertyConfiguration(): Guid;
|
|
378
471
|
}
|