@omnia/fx-models 8.0.31-vnext → 8.0.32-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/BlockTitleSettings.d.ts +4 -4
- package/BusinessProfile.d.ts +5 -1
- package/BusinessProfile.js +8 -1
- 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 +17 -12
- package/ClientManifests.js +8 -0
- package/Constants.d.ts +29 -0
- package/Constants.js +35 -31
- package/Dictionary.d.ts +18 -19
- package/Dictionary.js +16 -24
- package/Enums.d.ts +28 -4
- package/Enums.js +29 -2
- package/Exposes.d.ts +15 -0
- package/Exposes.js +15 -0
- package/FileValidationResult.d.ts +4 -0
- package/FileValidationResult.js +8 -0
- package/FilterEngineStyles.d.ts +8 -0
- package/FilterpickerModel.d.ts +9 -0
- package/ISpecialUserConfiguration.d.ts +3 -0
- package/ISpecialUserConfiguration.js +2 -0
- package/Icon.d.ts +9 -0
- package/Icon.js +58 -0
- package/Journey.d.ts +7 -2
- package/Layout.d.ts +32 -13
- package/Layout.js +1 -0
- package/ManifestIds.d.ts +78 -3
- package/ManifestIds.js +214 -6
- package/Messaging.d.ts +1 -0
- package/PermissionInputSettings.d.ts +2 -0
- package/RollupMetricSettings.d.ts +14 -0
- package/RollupMetricSettings.js +2 -0
- package/RollupQuery.d.ts +7 -1
- package/RollupQuery.js +5 -0
- package/Secrets.d.ts +1 -0
- package/SignInLayout.d.ts +1 -0
- package/SignInLayout.js +4 -0
- package/admin/AdminModels.d.ts +42 -0
- package/apps/App.d.ts +2 -0
- package/apps/AppInstanceRollup.d.ts +2 -2
- 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/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/dalle/CreateImageResponse.d.ts +1 -1
- package/azure-openai/dalle/index.d.ts +1 -0
- package/azure-openai/dalle/index.js +1 -0
- package/azure-openai/textcompletion/TextCompletionRequest.d.ts +1 -1
- package/azure-openai/textcompletion/TextCompletionResult.d.ts +1 -1
- 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-properties/EnterpriseProperty.d.ts +1 -0
- package/enterprise-properties/EnterprisePropertyItemSettings.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 +27 -2
- package/filterengine/Shared.js +21 -1
- package/identities/ArchiveIdentityManagementQuery.d.ts +13 -0
- package/identities/ArchiveIdentityManagementQuery.js +16 -0
- package/identities/DynamicGroupIdentity.d.ts +1 -0
- package/identities/ExtensionIdentity.d.ts +1 -0
- package/identities/GroupIdentity.d.ts +3 -0
- 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/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/IdentityQuery.d.ts +10 -5
- package/identities/IdentityQuery.js +9 -5
- package/identities/RoleIdentity.d.ts +1 -0
- package/identities/UserIdentity.d.ts +8 -0
- 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 -0
- package/identities/index.js +5 -0
- 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/Realtime.d.ts +1 -13
- package/internal-do-not-import-from-here/shared/models/Realtime.js +1 -22
- 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 +15 -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 +28 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +37 -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 +29 -17
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +3 -1
- 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 +21 -4
- package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.js +9 -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 +2 -0
- package/internal-do-not-import-from-here/shared/models/theming/index.js +2 -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 +12 -6
- package/internal-do-not-import-from-here/velcron/core/models/Enums.js +14 -7
- package/internal-do-not-import-from-here/velcron/core/models/VelcronDefinitions.d.ts +123 -70
- package/internal-do-not-import-from-here/velcron/core/models/VelcronDefinitions.js +2 -2
- package/internal-do-not-import-from-here/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +269 -0
- package/internal-do-not-import-from-here/velcron/core/models/VelcronPropertyEditorDefinitions.js +92 -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 +180 -0
- package/oxide/OxideTypeDefinitions.js +122 -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 +6 -4
- package/properties/PropertyBinding.d.ts +1 -0
- package/properties/PropertyDefinition.d.ts +6 -1
- package/properties/PropertyDefinition.js +4 -1
- package/properties/PropertyValue.d.ts +3 -0
- package/properties/PropertyValue.js +10 -0
- 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/DataSourceProperty.d.ts +1 -0
- package/properties/datasource/UserDataSourceProperty.d.ts +12 -0
- package/properties/datasource/UserDataSourceProperty.js +20 -0
- package/properties/datasource/index.d.ts +1 -0
- package/properties/datasource/index.js +1 -0
- package/properties/definitions/BirthdayPropertyDefinition.d.ts +6 -7
- package/properties/definitions/BirthdayPropertyDefinition.js +7 -1
- package/properties/definitions/BooleanPropertyDefinition.d.ts +3 -3
- package/properties/definitions/BooleanPropertyDefinition.js +4 -1
- package/properties/definitions/BusinessProfilePropertyDefinition.d.ts +14 -0
- package/properties/definitions/BusinessProfilePropertyDefinition.js +17 -0
- package/properties/definitions/DatePropertyDefinition.d.ts +21 -6
- package/properties/definitions/DatePropertyDefinition.js +33 -1
- package/properties/definitions/DateTimePropertyDefinition.d.ts +10 -6
- package/properties/definitions/DateTimePropertyDefinition.js +7 -1
- package/properties/definitions/EmailPropertyDefinition.d.ts +3 -4
- package/properties/definitions/EmailPropertyDefinition.js +4 -1
- package/properties/definitions/HtmlPropertyDefinition.d.ts +6 -7
- package/properties/definitions/HtmlPropertyDefinition.js +7 -1
- package/properties/definitions/IdentityPropertyDefinition.d.ts +8 -5
- package/properties/definitions/IdentityPropertyDefinition.js +6 -2
- package/properties/definitions/ImagePropertyDefinition.d.ts +7 -6
- package/properties/definitions/ImagePropertyDefinition.js +9 -2
- package/properties/definitions/IntegerPropertyDefinition.d.ts +3 -5
- package/properties/definitions/IntegerPropertyDefinition.js +4 -1
- package/properties/definitions/LanguagePropertyDefinition.d.ts +3 -6
- package/properties/definitions/LanguagePropertyDefinition.js +5 -2
- package/properties/definitions/LinkPropertyDefinition.d.ts +4 -6
- package/properties/definitions/LinkPropertyDefinition.js +4 -1
- package/properties/definitions/MediaPropertyDefinition.d.ts +3 -3
- package/properties/definitions/MediaPropertyDefinition.js +4 -1
- package/properties/definitions/MultilineTextPropertyDefinition.d.ts +3 -5
- package/properties/definitions/MultilineTextPropertyDefinition.js +4 -1
- package/properties/definitions/MultilingualTextPropertyDefinition.d.ts +6 -7
- package/properties/definitions/MultilingualTextPropertyDefinition.js +8 -4
- package/properties/definitions/PhoneNumberPropertyDefinition.d.ts +3 -5
- package/properties/definitions/PhoneNumberPropertyDefinition.js +4 -1
- 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 +4 -5
- package/properties/definitions/TextPropertyDefinition.js +6 -2
- package/properties/definitions/TimePropertyDefinition.d.ts +5 -6
- package/properties/definitions/TimePropertyDefinition.js +7 -1
- package/properties/definitions/UserTypePropertyDefinition.d.ts +15 -0
- package/properties/definitions/UserTypePropertyDefinition.js +17 -0
- package/properties/definitions/index.d.ts +4 -0
- package/properties/definitions/index.js +4 -0
- package/properties/index.d.ts +2 -1
- package/properties/index.js +2 -1
- package/properties/values/BirthdayPropertyValue.d.ts +1 -0
- package/properties/values/BirthdayPropertyValue.js +3 -0
- package/properties/values/BooleanPropertyValue.d.ts +1 -0
- package/properties/values/BooleanPropertyValue.js +3 -0
- package/properties/values/BusinessProfilePropertyValue.d.ts +6 -0
- package/properties/values/BusinessProfilePropertyValue.js +11 -0
- package/properties/values/DatePropertyValue.d.ts +5 -1
- package/properties/values/DatePropertyValue.js +4 -1
- package/properties/values/DateTimePropertyValue.d.ts +1 -0
- package/properties/values/DateTimePropertyValue.js +3 -0
- package/properties/values/EmailPropertyValue.d.ts +1 -0
- package/properties/values/EmailPropertyValue.js +3 -0
- package/properties/values/HtmlPropertyValue.d.ts +1 -0
- package/properties/values/HtmlPropertyValue.js +3 -0
- package/properties/values/IdentityPropertyValue.d.ts +1 -0
- package/properties/values/IdentityPropertyValue.js +3 -0
- package/properties/values/ImagePropertyValue.d.ts +1 -0
- package/properties/values/ImagePropertyValue.js +3 -1
- package/properties/values/IntegerPropertyValue.d.ts +1 -0
- package/properties/values/IntegerPropertyValue.js +3 -0
- package/properties/values/LanguagePropertyValue.d.ts +1 -0
- package/properties/values/LanguagePropertyValue.js +3 -0
- package/properties/values/LinkPropertyValue.d.ts +1 -0
- package/properties/values/LinkPropertyValue.js +3 -0
- package/properties/values/TagsPropertyValue.d.ts +7 -0
- package/properties/values/TagsPropertyValue.js +14 -0
- package/properties/values/TextPropertyValue.d.ts +1 -0
- package/properties/values/TextPropertyValue.js +3 -0
- package/properties/values/UserTypePropertyValue.d.ts +6 -0
- package/properties/values/UserTypePropertyValue.js +11 -0
- package/properties/values/index.d.ts +3 -0
- package/properties/values/index.js +3 -0
- package/richtext-editor-extensions/TextCompletionExtension.d.ts +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/LayoutCanvasApi.d.ts +22 -7
- 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/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 +5 -1
- package/ux/index.js +4 -0
- package/velcron/VelcronDefinitionRegistration.d.ts +4 -1
- package/versionedlayout/VersionedLayout.d.ts +1 -0
- 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/DallEProvider.d.ts +0 -17
- package/media-picker/Providers/DallEProvider.js +0 -22
- 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 -8
- package/media-picker/Providers/index.js +0 -11
- package/properties/lock/PropertySettingsLock.d.ts +0 -23
- package/properties/lock/PropertySettingsLock.js +0 -77
- /package/{internal-do-not-import-from-here/shared/models/Bring.js → FilterpickerModel.js} +0 -0
package/ManifestIds.js
CHANGED
|
@@ -18,6 +18,9 @@ class OmniaGroupManifests {
|
|
|
18
18
|
static get FxUxCommonComponents() {
|
|
19
19
|
return new models_1.Guid("f3a0fed1-f692-4f09-a308-ba778eda1258");
|
|
20
20
|
}
|
|
21
|
+
static get FxUxCommonOxides() {
|
|
22
|
+
return new models_1.Guid("8afeaaa8-f1af-4201-9461-e86351ff30ca");
|
|
23
|
+
}
|
|
21
24
|
static get FxUxRichTextEditor() {
|
|
22
25
|
return new models_1.Guid("027673f5-c292-478e-96c5-e4aa41c217f3");
|
|
23
26
|
}
|
|
@@ -80,7 +83,8 @@ class OmniaResourceManifests {
|
|
|
80
83
|
return new models_1.Guid("c91c7905-18f2-43a6-b389-9d30709dbdb7");
|
|
81
84
|
}
|
|
82
85
|
//public static get FxUxVuetifyBadge(): Guid { return new Guid("42da6bee-8c61-426c-aeb5-b480ecc01f06"); }
|
|
83
|
-
|
|
86
|
+
static get FxUxVuetifyStepper() { return new models_1.Guid("3104db5f-e983-4e06-925e-9b5375276512"); }
|
|
87
|
+
static get FxUxVuetifyColorPicker() { return new models_1.Guid("4f861c0d-75fb-49ce-913e-17cbafad5ed2"); }
|
|
84
88
|
static get FxUxVuetifyCombobox() {
|
|
85
89
|
return new models_1.Guid("0EDAD567-65C0-433F-A871-A59E460D70F0");
|
|
86
90
|
}
|
|
@@ -380,6 +384,27 @@ class OmniaResourceManifests {
|
|
|
380
384
|
static get DallEMediaProviderFeature() {
|
|
381
385
|
return new models_1.Guid("c2e130a6-ee72-4e74-b266-a55d94a920ed");
|
|
382
386
|
}
|
|
387
|
+
static get DefaultNotFoundLayout() {
|
|
388
|
+
return new models_1.Guid("02505707-5d3e-4b29-affd-159dad0c9060");
|
|
389
|
+
}
|
|
390
|
+
static get DefaultUnauthorizedLayout() {
|
|
391
|
+
return new models_1.Guid("03d7362b-f522-4da7-97bb-08d0702935aa");
|
|
392
|
+
}
|
|
393
|
+
static get StatusCodeLayoutRegistration() {
|
|
394
|
+
return new models_1.Guid("7d09b270-2f11-4d6e-8291-8098571bf3f3");
|
|
395
|
+
}
|
|
396
|
+
static get BuiltinPropertyBindingProviders() {
|
|
397
|
+
return new models_1.Guid("5040000a-2864-49b0-b92d-ee1c25c00364");
|
|
398
|
+
}
|
|
399
|
+
static get ExtendedEnterprisePropertyBindingProvider() {
|
|
400
|
+
return new models_1.Guid("9ce3c1eb-c939-461b-9287-364a6960ae4c");
|
|
401
|
+
}
|
|
402
|
+
static get BusinessProfilePropertyBindingProvider() {
|
|
403
|
+
return new models_1.Guid("16c51f16-1aa9-4540-a934-5dea88ee8c7d");
|
|
404
|
+
}
|
|
405
|
+
static get UserPropertyBindingProvider() {
|
|
406
|
+
return new models_1.Guid("90deab93-d8f9-45bf-8e01-1c478743ff4b");
|
|
407
|
+
}
|
|
383
408
|
}
|
|
384
409
|
exports.OmniaResourceManifests = OmniaResourceManifests;
|
|
385
410
|
class OmniaWebComponentManifests {
|
|
@@ -395,6 +420,9 @@ class OmniaWebComponentManifests {
|
|
|
395
420
|
static get SignInOmniaRenderer() {
|
|
396
421
|
return new models_1.Guid("bc3b9409-639d-4582-9a6e-58a4295bc470");
|
|
397
422
|
}
|
|
423
|
+
static get SignInIdentityCreationRequestRenderer() {
|
|
424
|
+
return new models_1.Guid("2B741F02-03A5-4CB5-A7BE-72E204EBECC8");
|
|
425
|
+
}
|
|
398
426
|
static get SignOut() {
|
|
399
427
|
return new models_1.Guid("f297290b-5ea4-409a-9738-ca880f1ea612");
|
|
400
428
|
}
|
|
@@ -424,6 +452,159 @@ class OmniaWebComponentManifests {
|
|
|
424
452
|
static get VersionedLayoutController() { return new models_1.Guid("c88e2566-b07a-4680-aef7-f575f5c5641b"); }
|
|
425
453
|
static get VersionedLayoutEditorChrome() { return new models_1.Guid("177046bf-d171-495b-bce7-0d1cd9242fa1"); }
|
|
426
454
|
static get BladeHeader() { return new models_1.Guid("1541cc19-8f29-4196-8d08-121332a499a6"); }
|
|
455
|
+
static get OAppBar() {
|
|
456
|
+
return new models_1.Guid("90d19714-df6c-4b16-bd5d-42bc705e7692");
|
|
457
|
+
}
|
|
458
|
+
static get OAlert() {
|
|
459
|
+
return new models_1.Guid("8a200f29-d748-4601-b901-dd76ca8ec771");
|
|
460
|
+
}
|
|
461
|
+
static get OInfiniteScroll() {
|
|
462
|
+
return new models_1.Guid("fb478d20-1092-422a-a210-6afa9758300f");
|
|
463
|
+
}
|
|
464
|
+
static get OAvatar() {
|
|
465
|
+
return new models_1.Guid("8848766a-05fd-4a7a-8e1a-89376b3cf09a");
|
|
466
|
+
}
|
|
467
|
+
static get OBadge() {
|
|
468
|
+
return new models_1.Guid("4cc48714-e16a-45fe-b2d2-13932a13d1f8");
|
|
469
|
+
}
|
|
470
|
+
static get OBtn() {
|
|
471
|
+
return new models_1.Guid("2dc36afd-2759-4696-ad30-c07d123dcc62");
|
|
472
|
+
}
|
|
473
|
+
static get OBtnGroup() {
|
|
474
|
+
return new models_1.Guid("2c933089-7d81-4c55-987d-0530d63d458e");
|
|
475
|
+
}
|
|
476
|
+
static get OCard() {
|
|
477
|
+
return new models_1.Guid("9349eb77-1427-4f73-bb91-f7994524e5c8");
|
|
478
|
+
}
|
|
479
|
+
static get OCheckBox() {
|
|
480
|
+
return new models_1.Guid("f552852b-a987-4a37-8c93-29da62aaf9dc");
|
|
481
|
+
}
|
|
482
|
+
static get OChip() {
|
|
483
|
+
return new models_1.Guid("f12317fe-b91b-4efe-bc33-7cfe39fabe1c");
|
|
484
|
+
}
|
|
485
|
+
static get OColumn() {
|
|
486
|
+
return new models_1.Guid("d116618a-12d0-439f-8da8-09535809c260");
|
|
487
|
+
}
|
|
488
|
+
static get ODataTable() {
|
|
489
|
+
return new models_1.Guid("27c00720-f7fb-46bb-b392-86a2cb94797c");
|
|
490
|
+
}
|
|
491
|
+
static get ODialog() {
|
|
492
|
+
return new models_1.Guid("dc1c89b3-d0c2-4b7a-a105-0f19a0f962b3");
|
|
493
|
+
}
|
|
494
|
+
static get ODivider() {
|
|
495
|
+
return new models_1.Guid("c0415286-cfac-4134-9dd2-64dc1621c463");
|
|
496
|
+
}
|
|
497
|
+
static get ODraggable() {
|
|
498
|
+
return new models_1.Guid("3465fc25-0ac4-4f43-af9d-3df1cf17ec55");
|
|
499
|
+
}
|
|
500
|
+
static get OExpansionpanels() {
|
|
501
|
+
return new models_1.Guid("22037265-3d7a-43a6-a79c-f1d01a23cffb");
|
|
502
|
+
}
|
|
503
|
+
static get OExpansionpanel() {
|
|
504
|
+
return new models_1.Guid("a6ca5f7d-21d2-4b16-8fca-b70c965fded1");
|
|
505
|
+
}
|
|
506
|
+
static get OHostProvider() {
|
|
507
|
+
return new models_1.Guid("8beba318-c75e-49aa-b203-190ba1953c71");
|
|
508
|
+
}
|
|
509
|
+
static get OIcon() {
|
|
510
|
+
return new models_1.Guid("df79ba95-ee5d-4013-9e79-35297b7d1e87");
|
|
511
|
+
}
|
|
512
|
+
static get OImage() {
|
|
513
|
+
return new models_1.Guid("1a821ca3-b97a-4b78-bf23-5864addd38ca");
|
|
514
|
+
}
|
|
515
|
+
static get OLayout() {
|
|
516
|
+
return new models_1.Guid("428e436c-13dc-4578-98a4-08786361c9b1");
|
|
517
|
+
}
|
|
518
|
+
static get OList() {
|
|
519
|
+
return new models_1.Guid("154a229c-9bd8-4d31-aed8-48da93f29ea2");
|
|
520
|
+
}
|
|
521
|
+
static get OListItem() {
|
|
522
|
+
return new models_1.Guid("4a463184-5ea2-4fbb-8cab-dbb9b06772da");
|
|
523
|
+
}
|
|
524
|
+
static get OMain() {
|
|
525
|
+
return new models_1.Guid("1ed9f2ec-3580-492c-b211-d719c9b15ad1");
|
|
526
|
+
}
|
|
527
|
+
static get OMenu() {
|
|
528
|
+
return new models_1.Guid("01c206c8-b30e-4140-8b64-57cdea679b78");
|
|
529
|
+
}
|
|
530
|
+
static get ONavigationDrawer() {
|
|
531
|
+
return new models_1.Guid("48b4d391-d03f-4a01-a948-5b845917d229");
|
|
532
|
+
}
|
|
533
|
+
static get OPanel() {
|
|
534
|
+
return new models_1.Guid("1d8d2a23-2824-4f1e-ab96-344841305976");
|
|
535
|
+
}
|
|
536
|
+
static get OFlex() {
|
|
537
|
+
return new models_1.Guid("1691e25d-9632-43f9-b78a-548fe8d2e8a7");
|
|
538
|
+
}
|
|
539
|
+
static get OProgress() {
|
|
540
|
+
return new models_1.Guid("247719ac-6d38-43ec-889f-ace452544a21");
|
|
541
|
+
}
|
|
542
|
+
static get ORadio() {
|
|
543
|
+
return new models_1.Guid("2d9c50d3-dcb1-421c-afb8-eab80be243a1");
|
|
544
|
+
}
|
|
545
|
+
static get ORadioGroup() {
|
|
546
|
+
return new models_1.Guid("48962186-dfb9-4f37-adc7-6f475b80015d");
|
|
547
|
+
}
|
|
548
|
+
static get OSelect() {
|
|
549
|
+
return new models_1.Guid("578e2a4d-5cd2-47a4-b129-1911256253a7");
|
|
550
|
+
}
|
|
551
|
+
static get OSkeletonLoader() {
|
|
552
|
+
return new models_1.Guid("2ade9272-1b3c-426f-ac97-c63026f77351");
|
|
553
|
+
}
|
|
554
|
+
static get OSlider() {
|
|
555
|
+
return new models_1.Guid("d108fdde-5ca9-42d7-ae92-195eb74b5452");
|
|
556
|
+
}
|
|
557
|
+
static get OSnackbar() {
|
|
558
|
+
return new models_1.Guid("a19feddc-d78b-4065-b765-0162fd088379");
|
|
559
|
+
}
|
|
560
|
+
static get OSpacer() {
|
|
561
|
+
return new models_1.Guid("c26ccc7a-eae0-4f76-a062-e83c6df302fc");
|
|
562
|
+
}
|
|
563
|
+
static get OStepper() {
|
|
564
|
+
return new models_1.Guid("7cc2d4fe-ecde-4174-badc-5797ba6fb53e");
|
|
565
|
+
}
|
|
566
|
+
static get OStepperStep() {
|
|
567
|
+
return new models_1.Guid("a8c8ffd3-d8ff-46ee-969d-8fb6b9522104");
|
|
568
|
+
}
|
|
569
|
+
static get OSwitch() {
|
|
570
|
+
return new models_1.Guid("31cc47b1-9e7d-4c40-b826-f58d1c955a43");
|
|
571
|
+
}
|
|
572
|
+
static get OTable() {
|
|
573
|
+
return new models_1.Guid("9ae46ba0-5370-4a32-9be2-91bf111c2a85");
|
|
574
|
+
}
|
|
575
|
+
static get OTab() {
|
|
576
|
+
return new models_1.Guid("8669930d-609c-497e-8cde-0c554621db88");
|
|
577
|
+
}
|
|
578
|
+
static get OTabs() {
|
|
579
|
+
return new models_1.Guid("7345c491-927b-4343-8d9f-5e14f51fbfad");
|
|
580
|
+
}
|
|
581
|
+
static get OText() {
|
|
582
|
+
return new models_1.Guid("b5a11307-4f70-4ba8-9e1e-e4102ea95536");
|
|
583
|
+
}
|
|
584
|
+
static get OLink() {
|
|
585
|
+
return new models_1.Guid("75cd9309-9dd1-4646-9e0c-e6b5b1cac14d");
|
|
586
|
+
}
|
|
587
|
+
static get OTextArea() {
|
|
588
|
+
return new models_1.Guid("1e7db8a9-8533-485d-97b4-359f64601ff0");
|
|
589
|
+
}
|
|
590
|
+
static get OTextField() {
|
|
591
|
+
return new models_1.Guid("94cf71a5-a68d-4b86-aea3-25d400df2bd2");
|
|
592
|
+
}
|
|
593
|
+
static get OToolbar() {
|
|
594
|
+
return new models_1.Guid("575bd9ad-6c0d-4fc9-ab53-fbd1b93786c4");
|
|
595
|
+
}
|
|
596
|
+
static get OColorPicker() {
|
|
597
|
+
return new models_1.Guid("28370f03-1276-4e82-b4c2-9237f943710a");
|
|
598
|
+
}
|
|
599
|
+
static get OTooltip() {
|
|
600
|
+
return new models_1.Guid("19adb199-3860-4f41-b10f-3a00eb3eb534");
|
|
601
|
+
}
|
|
602
|
+
static get OTreeView() {
|
|
603
|
+
return new models_1.Guid("c617a9d7-e252-4992-9c41-becb55905973");
|
|
604
|
+
}
|
|
605
|
+
static get OValidation() {
|
|
606
|
+
return new models_1.Guid("1e7fa637-f491-4cbe-b9ce-b6d577fec150");
|
|
607
|
+
}
|
|
427
608
|
static get Admin() {
|
|
428
609
|
return new models_1.Guid("253e469e-f68e-4cb5-b526-343736c2ff11");
|
|
429
610
|
}
|
|
@@ -451,7 +632,7 @@ class OmniaWebComponentManifests {
|
|
|
451
632
|
static get Console() {
|
|
452
633
|
return new models_1.Guid("f3d75940-db51-447d-bf67-19251f5465b0");
|
|
453
634
|
}
|
|
454
|
-
static get
|
|
635
|
+
static get DevSocketMessage() {
|
|
455
636
|
return new models_1.Guid("e6b88bd8-d419-49c8-af6f-ed268ae64430");
|
|
456
637
|
}
|
|
457
638
|
static get FxUxDialog() {
|
|
@@ -484,9 +665,6 @@ class OmniaWebComponentManifests {
|
|
|
484
665
|
static get FxUxJourney() {
|
|
485
666
|
return new models_1.Guid("c362ce2d-88bf-493e-9581-d88a858fcae9");
|
|
486
667
|
}
|
|
487
|
-
static get OBtn() {
|
|
488
|
-
return new models_1.Guid("678a52a5-101d-4149-8d47-754aeae5f9f6");
|
|
489
|
-
}
|
|
490
668
|
static get FxUxMenuBlade() {
|
|
491
669
|
return new models_1.Guid("f3b4f675-c04e-45b1-a767-f98daabc0dc7");
|
|
492
670
|
}
|
|
@@ -598,6 +776,15 @@ class OmniaWebComponentManifests {
|
|
|
598
776
|
static get FxUxPexelProvider() {
|
|
599
777
|
return new models_1.Guid("0c762bb5-c7e6-4ccd-8a89-907200dffca5");
|
|
600
778
|
}
|
|
779
|
+
static get FxUxUnsplashProvider() {
|
|
780
|
+
return new models_1.Guid("6e7529d9-94f9-489e-a5be-5a129406caa2");
|
|
781
|
+
}
|
|
782
|
+
static get FxUxMediaflowProvider() {
|
|
783
|
+
return new models_1.Guid("E4C4594D-5285-45A2-9EDF-1DCA20F92D69");
|
|
784
|
+
}
|
|
785
|
+
static get FxUxMediaflowProviderVideoPlayer() {
|
|
786
|
+
return new models_1.Guid("29DE1787-7BBB-49B1-961E-75210D865A1B");
|
|
787
|
+
}
|
|
601
788
|
//public static get FxUxPexelProviderRegistration(): Guid { return new Guid("994741e0-aa57-4ed0-b4a1-251fb1cfbf9a"); }
|
|
602
789
|
static get FxUxMyComputerProvider() {
|
|
603
790
|
return new models_1.Guid("781b7e99-53cf-4f5b-9a40-2cad1a0cc654");
|
|
@@ -743,6 +930,12 @@ class OmniaWebComponentManifests {
|
|
|
743
930
|
static get FxUxAppInstanceRollupListView() {
|
|
744
931
|
return new models_1.Guid("56f44aa4-881c-425b-8661-bff20129bc6d");
|
|
745
932
|
}
|
|
933
|
+
static get FxUxAppInstanceRollupRenderer() {
|
|
934
|
+
return new models_1.Guid("99576CFE-7550-4D4B-ABC4-575E968F3F9C");
|
|
935
|
+
}
|
|
936
|
+
static get FxUxAppInstanceRollupMetricDetail() {
|
|
937
|
+
return new models_1.Guid("FB44F129-DE80-4ADB-B2F1-34176C1C17A5");
|
|
938
|
+
}
|
|
746
939
|
static get FxUxAppInstanceRollupListViewSettings() {
|
|
747
940
|
return new models_1.Guid("5011d68d-4428-47bc-861c-f89ce7155c26");
|
|
748
941
|
}
|
|
@@ -851,12 +1044,15 @@ class OmniaWebComponentManifests {
|
|
|
851
1044
|
static get FxUxPermissionInput() {
|
|
852
1045
|
return new models_1.Guid("fb67bd4d-1cc2-4073-ab12-3c822d78ea17");
|
|
853
1046
|
}
|
|
854
|
-
static get
|
|
1047
|
+
static get FxUxSecurityTrimmer() {
|
|
855
1048
|
return new models_1.Guid("379287b1-efe6-4a49-a43f-cd754d1fd951");
|
|
856
1049
|
}
|
|
857
1050
|
static get FxUxSpacingPicker() {
|
|
858
1051
|
return new models_1.Guid("564bced7-081c-4964-83e8-df717f600ff3");
|
|
859
1052
|
}
|
|
1053
|
+
static get FxUxFilterPicker() {
|
|
1054
|
+
return new models_1.Guid("46a6c15c-2a0e-446f-bef9-770274409366");
|
|
1055
|
+
}
|
|
860
1056
|
static get FxUxFilterEngineSettings() {
|
|
861
1057
|
return new models_1.Guid("a91d4cd2-b574-4de3-a672-110cb1cdf7ba");
|
|
862
1058
|
}
|
|
@@ -926,6 +1122,9 @@ class OmniaWebComponentManifests {
|
|
|
926
1122
|
static get FxUxDateFilterEngineRenderer() {
|
|
927
1123
|
return new models_1.Guid("0debbe4a-117f-46dd-b9ca-37231010938c");
|
|
928
1124
|
}
|
|
1125
|
+
static get FxUxDateFilterEnginePeriodSlider() {
|
|
1126
|
+
return new models_1.Guid("0b99953e-f728-48a7-936f-51500d69d771");
|
|
1127
|
+
}
|
|
929
1128
|
static get FxUxNumberFilterEngineRenderer() {
|
|
930
1129
|
return new models_1.Guid("aac689be-588e-4dd3-ac81-66ac631a37f1");
|
|
931
1130
|
}
|
|
@@ -1092,6 +1291,9 @@ class OmniaWebComponentManifests {
|
|
|
1092
1291
|
static get FxUxPropertyDefintionConfiguration() {
|
|
1093
1292
|
return new models_1.Guid("e012f61b-652b-4ab8-b7e9-d436ef772f54");
|
|
1094
1293
|
}
|
|
1294
|
+
static get FxUxPropertyConfigurationBaseRenderer() {
|
|
1295
|
+
return new models_1.Guid("ec641f7d-0493-4ce4-8dd7-871f07395b78");
|
|
1296
|
+
}
|
|
1095
1297
|
static get FxUxLabelOptionsRenderer() {
|
|
1096
1298
|
return new models_1.Guid("54caefea-ae1d-4da7-b236-a3ff268b31c3");
|
|
1097
1299
|
}
|
|
@@ -1200,5 +1402,11 @@ class OmniaWebComponentManifests {
|
|
|
1200
1402
|
static get FxUxSidePanel() {
|
|
1201
1403
|
return new models_1.Guid("539d199f-6993-4c10-a963-f142e4f3056d");
|
|
1202
1404
|
}
|
|
1405
|
+
static get FxPhotoWallProvider() { return new models_1.Guid("12D1BCA1-D50B-4186-ACD5-0014584389C9"); }
|
|
1406
|
+
static get FxSliderDialogProvider() { return new models_1.Guid("AC5F615D-F975-43CF-97B3-AE930BA113D0"); }
|
|
1407
|
+
static get FxUxStatusCodeRenderer() { return new models_1.Guid("5aaaefb5-01d6-4fe5-9da8-b779a54c0a55"); }
|
|
1408
|
+
static get DateTimePropertyDisplay() { return new models_1.Guid("5666ffa1-5ff1-4a64-bac8-854da534ff16"); }
|
|
1409
|
+
static get DateTimePropertyEditor() { return new models_1.Guid("0f52758b-4d0c-4e02-abfe-ea1c5c935571"); }
|
|
1410
|
+
static get DateTimePropertyConfiguration() { return new models_1.Guid("0AA4B891-6FCF-4B1F-959C-8FD04EF8BFE9"); }
|
|
1203
1411
|
}
|
|
1204
1412
|
exports.OmniaWebComponentManifests = OmniaWebComponentManifests;
|
package/Messaging.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { GuidValue } from "../shared";
|
|
2
2
|
import { PrincipalTypes } from "./Enums";
|
|
3
|
+
import { ISpecialUserConfiguration } from "./ISpecialUserConfiguration";
|
|
3
4
|
export interface PermissionInputSettings {
|
|
4
5
|
roles: Array<{
|
|
5
6
|
id: string;
|
|
@@ -8,5 +9,6 @@ export interface PermissionInputSettings {
|
|
|
8
9
|
hideDynamicGroupSelection?: boolean;
|
|
9
10
|
providerIds?: GuidValue[];
|
|
10
11
|
required?: boolean;
|
|
12
|
+
enableSpecialUser?: ISpecialUserConfiguration;
|
|
11
13
|
}>;
|
|
12
14
|
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { IIcon } from "./Icon";
|
|
2
|
+
import { MultilingualString } from "./MultilingualString";
|
|
3
|
+
export interface RollupMetricSettingsDetails {
|
|
4
|
+
title?: MultilingualString;
|
|
5
|
+
description?: MultilingualString;
|
|
6
|
+
icon?: IIcon;
|
|
7
|
+
color?: string;
|
|
8
|
+
width: number;
|
|
9
|
+
height?: number;
|
|
10
|
+
}
|
|
11
|
+
export interface RollupMetricSettings {
|
|
12
|
+
showMetric?: boolean;
|
|
13
|
+
metricSetting?: RollupMetricSettingsDetails;
|
|
14
|
+
}
|
package/RollupQuery.d.ts
CHANGED
|
@@ -68,6 +68,7 @@ export interface TaxonomyPropFilterValue extends RollupFilterValue {
|
|
|
68
68
|
includeChildTerms: boolean;
|
|
69
69
|
includeEmpty: boolean;
|
|
70
70
|
targetingPropertyIds: Array<GuidValue>;
|
|
71
|
+
userPropertyBindingId?: string;
|
|
71
72
|
}
|
|
72
73
|
export interface TagPropertyFilterValue extends RollupFilterValue {
|
|
73
74
|
value: Array<Tag>;
|
|
@@ -86,7 +87,12 @@ export declare module RollupEnums {
|
|
|
86
87
|
enum TaxonomyFilterType {
|
|
87
88
|
FixedValue = 1,
|
|
88
89
|
CurrentPage = 2,
|
|
89
|
-
|
|
90
|
+
/**
|
|
91
|
+
* This is the old way of doing it using targeting properties
|
|
92
|
+
*/
|
|
93
|
+
User = 3,
|
|
94
|
+
CurrentUser = 4,
|
|
95
|
+
SelectedUser = 5
|
|
90
96
|
}
|
|
91
97
|
enum PagingType {
|
|
92
98
|
NoPaging = 1,
|
package/RollupQuery.js
CHANGED
|
@@ -20,7 +20,12 @@ var RollupEnums;
|
|
|
20
20
|
(function (TaxonomyFilterType) {
|
|
21
21
|
TaxonomyFilterType[TaxonomyFilterType["FixedValue"] = 1] = "FixedValue";
|
|
22
22
|
TaxonomyFilterType[TaxonomyFilterType["CurrentPage"] = 2] = "CurrentPage";
|
|
23
|
+
/**
|
|
24
|
+
* This is the old way of doing it using targeting properties
|
|
25
|
+
*/
|
|
23
26
|
TaxonomyFilterType[TaxonomyFilterType["User"] = 3] = "User";
|
|
27
|
+
TaxonomyFilterType[TaxonomyFilterType["CurrentUser"] = 4] = "CurrentUser";
|
|
28
|
+
TaxonomyFilterType[TaxonomyFilterType["SelectedUser"] = 5] = "SelectedUser";
|
|
24
29
|
})(TaxonomyFilterType = RollupEnums.TaxonomyFilterType || (RollupEnums.TaxonomyFilterType = {}));
|
|
25
30
|
let PagingType;
|
|
26
31
|
(function (PagingType) {
|
package/Secrets.d.ts
CHANGED
package/SignInLayout.d.ts
CHANGED
package/SignInLayout.js
CHANGED
package/admin/AdminModels.d.ts
CHANGED
|
@@ -1,5 +1,47 @@
|
|
|
1
1
|
import { AdminNavigationBuiltInCategory, BladeSizes, IIcon } from "../";
|
|
2
2
|
import { GuidValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
3
|
+
export interface AdminNavigationNode {
|
|
4
|
+
/**
|
|
5
|
+
* The id of the navigation node
|
|
6
|
+
*/
|
|
7
|
+
id: GuidValue;
|
|
8
|
+
/**
|
|
9
|
+
* The title of the navigation node
|
|
10
|
+
*/
|
|
11
|
+
title: string;
|
|
12
|
+
/**
|
|
13
|
+
* The icon
|
|
14
|
+
*/
|
|
15
|
+
icon: IIcon;
|
|
16
|
+
/**
|
|
17
|
+
* The component with manifest id that will be rendered when selected
|
|
18
|
+
*/
|
|
19
|
+
componentManifestId: GuidValue;
|
|
20
|
+
/**
|
|
21
|
+
* The url segment will append after manifest id in url.
|
|
22
|
+
*/
|
|
23
|
+
customUrlSegment?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Tooltip to show when hover on element
|
|
26
|
+
*/
|
|
27
|
+
tooltip?: string;
|
|
28
|
+
/**
|
|
29
|
+
* Show or Hide node in Omnia Admin by checking permission with input security role id on current context
|
|
30
|
+
*
|
|
31
|
+
* If SecurityRole is undefined, and the Category is Tenant scope, then it requires Tenant Admin permission in current context.
|
|
32
|
+
* If SecurityRole is undefined, and the Category is Business Profile scope, then it requires Business Profile Admin permission in current context.
|
|
33
|
+
* If SecurityRole is undefined, and the Category is App Instance scope, then it requires App Instance Amin permission in current context.
|
|
34
|
+
* If SecurityRole is undefined, and the Category is not one of the Built-in scopes, then it requires Tenant Admin permission.
|
|
35
|
+
*
|
|
36
|
+
* If SecurityRole is any role, and the Category is Tenant scope, then it requires either Tenant Admin or the role permission in current context.
|
|
37
|
+
* If SecurityRole is any role, and the Category is Business Profile scope, then it requires either Business Profile Admin or the role permission in current context.
|
|
38
|
+
* If SecurityRole is any role, and the Category is App Instance scope, then it requires either App Instance Admin or the role permission in current context.
|
|
39
|
+
* If SecurityRole is any role, and the Category is not one of the Built-in scopes, then it requires the role permission in current context.
|
|
40
|
+
*
|
|
41
|
+
* If securityRole is set to "AlwaysAuthorized", then it does not require any permission.
|
|
42
|
+
*/
|
|
43
|
+
securityRole?: "AlwaysAuthorized" | GuidValue;
|
|
44
|
+
}
|
|
3
45
|
export interface NavigationNodeInitializeMessage {
|
|
4
46
|
readonly key: string;
|
|
5
47
|
state: NavigationNodeReactiveState;
|
package/apps/App.d.ts
CHANGED
|
@@ -77,6 +77,7 @@ export interface AppResourceType {
|
|
|
77
77
|
icon: IIcon;
|
|
78
78
|
parameters: Array<ServiceParam>;
|
|
79
79
|
providedParameters: Array<ServiceParam>;
|
|
80
|
+
requiredFeatures?: Array<GuidValue>;
|
|
80
81
|
}
|
|
81
82
|
export interface AppDefinition {
|
|
82
83
|
id: GuidValue;
|
|
@@ -87,6 +88,7 @@ export interface AppDefinition {
|
|
|
87
88
|
icons: IIcon[];
|
|
88
89
|
hidden: boolean;
|
|
89
90
|
resourceTypes: AppResourceType[];
|
|
91
|
+
enabledResourceTypes: AppResourceType[];
|
|
90
92
|
}
|
|
91
93
|
export interface AppTemplate {
|
|
92
94
|
id: GuidValue;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GuidValue, FilterEngineSettings } from "@omnia/fx-models";
|
|
1
|
+
import { GuidValue, FilterEngineSettings, RollupMetricSettings } from "@omnia/fx-models";
|
|
2
2
|
import { EnterprisePropertyDefinition } from "../enterprise-properties/EnterpriseProperty";
|
|
3
3
|
import { AppInstanceScopedQueryTypes, PropertyIndexedType } from "../Enums";
|
|
4
4
|
import { MultilingualString } from "../MultilingualString";
|
|
@@ -14,7 +14,7 @@ export declare class AppInstanceRollupConstants {
|
|
|
14
14
|
Image: string;
|
|
15
15
|
};
|
|
16
16
|
}
|
|
17
|
-
export interface AppInstanceRollupBlockSettings {
|
|
17
|
+
export interface AppInstanceRollupBlockSettings extends RollupMetricSettings {
|
|
18
18
|
title: MultilingualString;
|
|
19
19
|
querySettings: AppInstanceRollupBlockQuerySettings;
|
|
20
20
|
displaySettings: AppInstanceRollupBlockDisplaySettings;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AnonymousAccessType = void 0;
|
|
4
|
+
var AnonymousAccessType;
|
|
5
|
+
(function (AnonymousAccessType) {
|
|
6
|
+
AnonymousAccessType[AnonymousAccessType["Disabled"] = 1] = "Disabled";
|
|
7
|
+
AnonymousAccessType[AnonymousAccessType["WorkspaceHome"] = 2] = "WorkspaceHome";
|
|
8
|
+
AnonymousAccessType[AnonymousAccessType["SpecificApp"] = 3] = "SpecificApp";
|
|
9
|
+
})(AnonymousAccessType = exports.AnonymousAccessType || (exports.AnonymousAccessType = {}));
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.LoginProviderTypes = void 0;
|
|
4
|
+
var LoginProviderTypes;
|
|
5
|
+
(function (LoginProviderTypes) {
|
|
6
|
+
LoginProviderTypes[LoginProviderTypes["Unset"] = 0] = "Unset";
|
|
7
|
+
LoginProviderTypes[LoginProviderTypes["AzureAD"] = 1] = "AzureAD";
|
|
8
|
+
LoginProviderTypes[LoginProviderTypes["Omnia"] = 2] = "Omnia";
|
|
9
|
+
})(LoginProviderTypes = exports.LoginProviderTypes || (exports.LoginProviderTypes = {}));
|
|
@@ -4,6 +4,7 @@ export interface AuthenticationSessionResult<TAuthenticationResult extends Authe
|
|
|
4
4
|
successRedirectUrl: string;
|
|
5
5
|
id: string;
|
|
6
6
|
authenticationResult: TAuthenticationResult;
|
|
7
|
+
validPeriodInMinutes: number;
|
|
7
8
|
}
|
|
8
9
|
export declare enum AuthenticationSessionStatus {
|
|
9
10
|
Ok = 0,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { GuidValue } from "../../Exposes";
|
|
1
2
|
import { AuthenticationOption } from "./AuthenticationOption";
|
|
2
3
|
export interface AuthenticationSettings {
|
|
3
4
|
onBoardingSettings: OnBoardingAuthSettings;
|
|
@@ -6,6 +7,7 @@ export interface AuthenticationSettings {
|
|
|
6
7
|
}
|
|
7
8
|
export interface OnBoardingAuthSettings {
|
|
8
9
|
magicLinkExpiration: number;
|
|
10
|
+
redirectUrl: string;
|
|
9
11
|
}
|
|
10
12
|
export interface AzureAdAuthSettings {
|
|
11
13
|
enabled: boolean;
|
|
@@ -14,3 +16,7 @@ export interface OmniaAuthSettings {
|
|
|
14
16
|
option: AuthenticationOption;
|
|
15
17
|
multiFactorOptions: Array<AuthenticationOption>;
|
|
16
18
|
}
|
|
19
|
+
export interface AuthenticationConfiguration {
|
|
20
|
+
authenticationSettings: AuthenticationSettings;
|
|
21
|
+
identityUserTypeId: GuidValue;
|
|
22
|
+
}
|
package/auth/index.d.ts
CHANGED
package/auth/index.js
CHANGED
|
@@ -11,3 +11,5 @@ tslib_1.__exportStar(require("./OTPAuthOption"), exports);
|
|
|
11
11
|
tslib_1.__exportStar(require("./PasswordAuthData"), exports);
|
|
12
12
|
tslib_1.__exportStar(require("./PasswordAuthResult"), exports);
|
|
13
13
|
tslib_1.__exportStar(require("./PasswordAuthOption"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./AnonymousAccessType"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./LoginProvider"), exports);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ImageItem } from "@omnia/fx-models";
|
|
2
2
|
import { BaseResponse } from "./BaseResponse";
|
|
3
|
-
export interface
|
|
3
|
+
export interface AiImageResponse extends BaseResponse {
|
|
4
4
|
result: ImageDataResult;
|
|
5
5
|
}
|
|
6
6
|
export interface GeneratedImage extends ImageItem {
|
|
@@ -6,3 +6,4 @@ tslib_1.__exportStar(require("./CreateImageResponse"), exports);
|
|
|
6
6
|
tslib_1.__exportStar(require("./TextToImageResponse"), exports);
|
|
7
7
|
tslib_1.__exportStar(require("./StatusRequest"), exports);
|
|
8
8
|
tslib_1.__exportStar(require("./ErrorResponse"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./BaseResponse"), exports);
|
|
@@ -2,7 +2,7 @@ import { ApiResultBase, Usage, Choice } from "../common";
|
|
|
2
2
|
export interface CompletionUsage extends Usage {
|
|
3
3
|
completionTokens: number;
|
|
4
4
|
}
|
|
5
|
-
export interface
|
|
5
|
+
export interface TextPromptResult extends ApiResultBase {
|
|
6
6
|
id: string;
|
|
7
7
|
choices: Choice[];
|
|
8
8
|
usage: CompletionUsage;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { FileValidationResult } from "../FileValidationResult";
|
|
2
|
+
export interface BulkImportFileValidation {
|
|
3
|
+
validationResult: FileValidationResult;
|
|
4
|
+
failReason: string;
|
|
5
|
+
failedTarget: string;
|
|
6
|
+
firstErrorLineNumber: number;
|
|
7
|
+
}
|
|
8
|
+
export declare const DefaultFirstErrorLineNumber = -1;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BulkImportUsersScenarios = void 0;
|
|
4
|
+
var BulkImportUsersScenarios;
|
|
5
|
+
(function (BulkImportUsersScenarios) {
|
|
6
|
+
BulkImportUsersScenarios[BulkImportUsersScenarios["SendOnBoardingLink"] = 1] = "SendOnBoardingLink";
|
|
7
|
+
BulkImportUsersScenarios[BulkImportUsersScenarios["DoNotSendOnBoardingLink"] = 2] = "DoNotSendOnBoardingLink";
|
|
8
|
+
BulkImportUsersScenarios[BulkImportUsersScenarios["AutomaticallyOnBoardUsersWithPassword"] = 3] = "AutomaticallyOnBoardUsersWithPassword";
|
|
9
|
+
})(BulkImportUsersScenarios = exports.BulkImportUsersScenarios || (exports.BulkImportUsersScenarios = {}));
|