@omnia/fx-models 8.0.53-vnext → 8.0.54-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/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 +8 -4
- 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 +22 -4
- package/Enums.js +22 -2
- package/Exposes.d.ts +17 -0
- package/Exposes.js +17 -0
- package/FileValidationResult.d.ts +4 -0
- package/FileValidationResult.js +8 -0
- package/FilterEngineStyles.d.ts +14 -15
- package/FilterpickerModel.d.ts +9 -0
- package/ISpecialUserConfiguration.d.ts +3 -0
- package/ISpecialUserConfiguration.js +2 -0
- package/Icon.d.ts +3 -0
- package/Icon.js +38 -1
- package/Journey.d.ts +3 -3
- package/Layout.d.ts +27 -2
- package/Layout.js +1 -0
- package/ManifestIds.d.ts +94 -4
- package/ManifestIds.js +263 -8
- package/NotNullish.d.ts +1 -0
- package/NotNullish.js +7 -0
- package/NullOf.d.ts +2 -0
- package/NullOf.js +7 -0
- package/PermissionInputSettings.d.ts +2 -0
- package/RollupMetricSettings.d.ts +14 -0
- package/RollupMetricSettings.js +2 -0
- package/RollupQuery.d.ts +27 -2
- package/RollupQuery.js +17 -0
- package/Secrets.d.ts +1 -0
- package/SignInLayout.d.ts +1 -0
- package/SignInLayout.js +4 -0
- package/SocialReaction.d.ts +4 -2
- 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 +10 -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 +80 -7
- package/filterengine/Shared.js +21 -2
- 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 +10 -6
- package/identities/Identity.js +7 -6
- 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/IdentitySyncProvider.d.ts +1 -1
- 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.js +31 -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 +2 -0
- package/internal-do-not-import-from-here/shared/models/Guid.js +12 -2
- 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/TempSocialReactions.d.ts +13 -0
- package/internal-do-not-import-from-here/shared/models/hub/TempSocialReactions.js +20 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +63 -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 +32 -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 +38 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +39 -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/fileupload/FileOwnerId.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.js +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.d.ts +4 -0
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.js +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.js +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/index.js +8 -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 +4 -1
- package/internal-do-not-import-from-here/shared/models/index.js +4 -1
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +21 -14
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +1 -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 +2 -1
- 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 +36 -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 +9 -17
- 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 +147 -71
- 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 +344 -0
- package/internal-do-not-import-from-here/velcron/core/models/VelcronPropertyEditorDefinitions.js +127 -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 -5
- package/media-picker/index.js +3 -5
- 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 +181 -98
- package/oxide/OxideTypeDefinitions.js +115 -67
- package/oxide/SharedSettings.d.ts +8 -0
- package/oxide/SharedSettings.js +2 -0
- package/oxide/index.d.ts +1 -0
- package/oxide/index.js +1 -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 +29 -2
- package/ux/Directive.d.ts +27 -0
- package/ux/Directive.js +2 -0
- 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 +25 -2
- package/ux/LayoutCanvasApi.d.ts +39 -8
- 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 +6 -1
- package/ux/index.js +4 -0
- package/velcron/VelcronDefinitionRegistration.d.ts +5 -2
- 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/MediaPickerUserIconsStorageProviderContext.d.ts +0 -7
- package/media-picker/MediaPickerUserIconsStorageProviderContext.js +0 -12
- 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/Exposes.d.ts
CHANGED
|
@@ -92,7 +92,16 @@ export * from "./LinkHandler";
|
|
|
92
92
|
export * from "./DateTimeZone";
|
|
93
93
|
export * from "./AzureAd";
|
|
94
94
|
export * from "./FilterEngineStyles";
|
|
95
|
+
export * from "./AiSettings";
|
|
96
|
+
export * from "./BusinessProfileDallEPromptDefault";
|
|
97
|
+
export * from "./ISpecialUserConfiguration";
|
|
98
|
+
export * from "./FileValidationResult";
|
|
95
99
|
export * from "./Func";
|
|
100
|
+
export * from "./FilterpickerModel";
|
|
101
|
+
export * from "./RollupMetricSettings";
|
|
102
|
+
export * from "./ChromeLayoutDefinition";
|
|
103
|
+
export * from "./NullOf";
|
|
104
|
+
export * from "./NotNullish";
|
|
96
105
|
export * from "./ux";
|
|
97
106
|
export * from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
98
107
|
export * from "./admin";
|
|
@@ -116,6 +125,14 @@ export * from "./oxide";
|
|
|
116
125
|
export * from "./docs";
|
|
117
126
|
export * from "./velcron";
|
|
118
127
|
export * from "./azure-openai";
|
|
128
|
+
export * from "./mediaflow";
|
|
129
|
+
export * from "./media-gallery";
|
|
130
|
+
export * from "./omniasearch";
|
|
131
|
+
export * from "./businessprofilesettings";
|
|
132
|
+
export * from "./signin";
|
|
133
|
+
export * from "./bulkimportusers";
|
|
134
|
+
export * from "./linkstatus";
|
|
135
|
+
export * from "./statuscodelayout";
|
|
119
136
|
export * from "./FilePicker";
|
|
120
137
|
export * from "./FileIdentifier";
|
|
121
138
|
export * from "./UserAgent";
|
package/Exposes.js
CHANGED
|
@@ -98,7 +98,16 @@ tslib_1.__exportStar(require("./LinkHandler"), exports);
|
|
|
98
98
|
tslib_1.__exportStar(require("./DateTimeZone"), exports);
|
|
99
99
|
tslib_1.__exportStar(require("./AzureAd"), exports);
|
|
100
100
|
tslib_1.__exportStar(require("./FilterEngineStyles"), exports);
|
|
101
|
+
tslib_1.__exportStar(require("./AiSettings"), exports);
|
|
102
|
+
tslib_1.__exportStar(require("./BusinessProfileDallEPromptDefault"), exports);
|
|
103
|
+
tslib_1.__exportStar(require("./ISpecialUserConfiguration"), exports);
|
|
104
|
+
tslib_1.__exportStar(require("./FileValidationResult"), exports);
|
|
101
105
|
tslib_1.__exportStar(require("./Func"), exports);
|
|
106
|
+
tslib_1.__exportStar(require("./FilterpickerModel"), exports);
|
|
107
|
+
tslib_1.__exportStar(require("./RollupMetricSettings"), exports);
|
|
108
|
+
tslib_1.__exportStar(require("./ChromeLayoutDefinition"), exports);
|
|
109
|
+
tslib_1.__exportStar(require("./NullOf"), exports);
|
|
110
|
+
tslib_1.__exportStar(require("./NotNullish"), exports);
|
|
102
111
|
//************************************************************************************ */
|
|
103
112
|
// End of file exports
|
|
104
113
|
//************************************************************************************ */
|
|
@@ -128,6 +137,14 @@ tslib_1.__exportStar(require("./oxide"), exports);
|
|
|
128
137
|
tslib_1.__exportStar(require("./docs"), exports);
|
|
129
138
|
tslib_1.__exportStar(require("./velcron"), exports);
|
|
130
139
|
tslib_1.__exportStar(require("./azure-openai"), exports);
|
|
140
|
+
tslib_1.__exportStar(require("./mediaflow"), exports);
|
|
141
|
+
tslib_1.__exportStar(require("./media-gallery"), exports);
|
|
142
|
+
tslib_1.__exportStar(require("./omniasearch"), exports);
|
|
143
|
+
tslib_1.__exportStar(require("./businessprofilesettings"), exports);
|
|
144
|
+
tslib_1.__exportStar(require("./signin"), exports);
|
|
145
|
+
tslib_1.__exportStar(require("./bulkimportusers"), exports);
|
|
146
|
+
tslib_1.__exportStar(require("./linkstatus"), exports);
|
|
147
|
+
tslib_1.__exportStar(require("./statuscodelayout"), exports);
|
|
131
148
|
//************************************************************************************ */
|
|
132
149
|
// End of folder exports
|
|
133
150
|
//************************************************************************************ */
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FileValidationResult = void 0;
|
|
4
|
+
var FileValidationResult;
|
|
5
|
+
(function (FileValidationResult) {
|
|
6
|
+
FileValidationResult[FileValidationResult["Success"] = 0] = "Success";
|
|
7
|
+
FileValidationResult[FileValidationResult["Failure"] = 1] = "Failure";
|
|
8
|
+
})(FileValidationResult = exports.FileValidationResult || (exports.FileValidationResult = {}));
|
package/FilterEngineStyles.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { types } from "typestyle";
|
|
2
|
-
import {
|
|
2
|
+
import { NestedCSSPropertiesExtends } from "./ux";
|
|
3
|
+
import { SpacingSettings } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
3
4
|
export declare const FilterEngineStyles: {
|
|
4
5
|
filterPropertyValueWrapper: types.NestedCSSProperties;
|
|
5
6
|
filterPropertyActionWrapper: types.NestedCSSProperties;
|
|
@@ -9,15 +10,14 @@ export declare const FilterEngineStyles: {
|
|
|
9
10
|
slimListScrollbar: types.NestedCSSProperties;
|
|
10
11
|
dropdownMenuActivator: (hasDefaultStyling: boolean) => types.NestedCSSProperties;
|
|
11
12
|
nodeLevelIndentation: (nodeLevel: number) => types.NestedCSSProperties;
|
|
12
|
-
textDefaultStyle: (dark: boolean) => types.NestedCSSProperties;
|
|
13
13
|
avatarStyle: types.NestedCSSProperties;
|
|
14
14
|
avatarOptionStyle: types.NestedCSSProperties;
|
|
15
15
|
searchBoxDefaultStyle: types.NestedCSSProperties;
|
|
16
16
|
searchValueBoxDefaultStyle: types.NestedCSSProperties;
|
|
17
17
|
searchTextColor: types.NestedCSSProperties;
|
|
18
18
|
treeNodeText: (isSelected: boolean) => types.NestedCSSProperties;
|
|
19
|
-
treeNodeResultCount: (
|
|
20
|
-
dialogContent:
|
|
19
|
+
treeNodeResultCount: (isSelected: boolean) => types.NestedCSSProperties;
|
|
20
|
+
dialogContent: types.NestedCSSProperties;
|
|
21
21
|
popUpDialogButton: types.NestedCSSProperties;
|
|
22
22
|
panelDialogButton: types.NestedCSSProperties;
|
|
23
23
|
mainSection: (maxWidth: number) => types.NestedCSSProperties;
|
|
@@ -27,27 +27,26 @@ export declare const FilterEngineStyles: {
|
|
|
27
27
|
panelDialog: types.NestedCSSProperties;
|
|
28
28
|
fullscreenScrollableFilterArea: types.NestedCSSProperties;
|
|
29
29
|
closePropertyPanelButton: types.NestedCSSProperties;
|
|
30
|
-
reactiveContentColor: (isDark: boolean) => types.NestedCSSProperties;
|
|
31
30
|
invisible: types.NestedCSSProperties;
|
|
32
|
-
|
|
33
|
-
reactiveVuetifyFilledTextFieldStyles: (isDark: boolean, alternateColor?: boolean) => types.NestedCSSProperties;
|
|
34
|
-
reactiveVuetifyOutlinedTextFieldStyles: (isDark: boolean) => types.NestedCSSProperties;
|
|
31
|
+
vuetifyOutlinedTextFieldStyles: types.NestedCSSProperties;
|
|
35
32
|
vuetifyRoundedTextFieldStyles: types.NestedCSSProperties;
|
|
36
33
|
headerTextStyle: types.NestedCSSProperties;
|
|
37
|
-
|
|
38
|
-
chipBackgroundColor: (backgroundColor: string, outlinedStyling: boolean, moreTransparent?: boolean) => types.NestedCSSProperties;
|
|
34
|
+
vuetifyUnderlinedTextField: types.NestedCSSProperties;
|
|
39
35
|
chipBorder: (backgroundColor: string) => types.NestedCSSProperties;
|
|
40
36
|
transparentBackground: types.NestedCSSProperties;
|
|
41
37
|
headerFontStyles: types.NestedCSSProperties;
|
|
42
38
|
listItemFontStyles: types.NestedCSSProperties;
|
|
43
39
|
expansionPanelContentWrapper: (hasDefaultStyling: boolean) => types.NestedCSSProperties;
|
|
44
|
-
listItemSpacingStyles:
|
|
40
|
+
listItemSpacingStyles: types.NestedCSSProperties;
|
|
45
41
|
textFieldSpacingStyles: types.NestedCSSProperties;
|
|
46
42
|
chipItemFontStyles: types.NestedCSSProperties;
|
|
47
|
-
reactiveResultCountBackgroundColor: (isDark: boolean) => types.NestedCSSProperties;
|
|
48
|
-
reactiveOpacity: (isDark: boolean) => types.NestedCSSProperties;
|
|
49
43
|
smallerExpansionPanelHeader: types.NestedCSSProperties;
|
|
50
|
-
|
|
51
|
-
reactiveHighlightedBorder: (isDark: boolean) => types.NestedCSSProperties;
|
|
44
|
+
highlightedBorder: types.NestedCSSProperties;
|
|
52
45
|
scrollableListContent: types.NestedCSSProperties;
|
|
46
|
+
getPaddingStyle?: (spacing: SpacingSettings, skip?: {
|
|
47
|
+
top?: boolean;
|
|
48
|
+
right?: boolean;
|
|
49
|
+
left?: boolean;
|
|
50
|
+
bottom?: boolean;
|
|
51
|
+
}) => NestedCSSPropertiesExtends;
|
|
53
52
|
};
|
package/Icon.d.ts
CHANGED
|
@@ -30,6 +30,9 @@ export declare class FontAwesomeIcon implements IFontAwesomeIcon {
|
|
|
30
30
|
iconType: IconTypes;
|
|
31
31
|
constructor(faClass: string);
|
|
32
32
|
toString(): string;
|
|
33
|
+
setStyle(style: "solid" | "regular" | "light" | "duotone" | "thin", force?: boolean): this;
|
|
34
|
+
private setDefaultIconStyle;
|
|
35
|
+
private setIconStyle;
|
|
33
36
|
}
|
|
34
37
|
export declare class MaterialIcon implements IMaterialIcon {
|
|
35
38
|
maClass: string;
|
package/Icon.js
CHANGED
|
@@ -9,10 +9,44 @@ class FontAwesomeIcon {
|
|
|
9
9
|
constructor(faClass) {
|
|
10
10
|
this.faClass = faClass;
|
|
11
11
|
this.iconType = Enums_1.IconTypes.FontAwesome;
|
|
12
|
+
this.setDefaultIconStyle();
|
|
12
13
|
}
|
|
13
14
|
toString() {
|
|
14
15
|
return this.faClass;
|
|
15
16
|
}
|
|
17
|
+
//
|
|
18
|
+
setStyle(style, force) {
|
|
19
|
+
if (!force && this.faClass.indexOf(" ") === -1) {
|
|
20
|
+
return;
|
|
21
|
+
}
|
|
22
|
+
if (style === "solid") {
|
|
23
|
+
this.setIconStyle("fas");
|
|
24
|
+
}
|
|
25
|
+
else if (style === "regular") {
|
|
26
|
+
this.setIconStyle("fa");
|
|
27
|
+
}
|
|
28
|
+
else if (style === "light") {
|
|
29
|
+
this.setIconStyle("fal");
|
|
30
|
+
}
|
|
31
|
+
else if (style === "duotone") {
|
|
32
|
+
this.setIconStyle("fa-duotone");
|
|
33
|
+
}
|
|
34
|
+
else if (style === "thin") {
|
|
35
|
+
this.setIconStyle("fat");
|
|
36
|
+
}
|
|
37
|
+
return this;
|
|
38
|
+
}
|
|
39
|
+
setDefaultIconStyle() {
|
|
40
|
+
const split = this.faClass.split(" ");
|
|
41
|
+
if (this.faClass.split(" ").length === 1) {
|
|
42
|
+
this.setIconStyle("fa-duotone");
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
setIconStyle(style) {
|
|
46
|
+
const split = this.faClass.split(" ");
|
|
47
|
+
const end = split[split.length - 1];
|
|
48
|
+
this.faClass = style + " " + end;
|
|
49
|
+
}
|
|
16
50
|
}
|
|
17
51
|
exports.FontAwesomeIcon = FontAwesomeIcon;
|
|
18
52
|
class MaterialIcon {
|
|
@@ -30,7 +64,7 @@ class FabricIcon {
|
|
|
30
64
|
this.fabClass = fabClass;
|
|
31
65
|
this.iconType = Enums_1.IconTypes.Fabric;
|
|
32
66
|
if (this.fabClass.indexOf("ms-Icon ") === -1) {
|
|
33
|
-
this.fabClass
|
|
67
|
+
this.fabClass = "ms-Icon " + this.fabClass;
|
|
34
68
|
}
|
|
35
69
|
}
|
|
36
70
|
toString() {
|
|
@@ -62,6 +96,9 @@ class FlagIcon {
|
|
|
62
96
|
constructor(flagClass) {
|
|
63
97
|
this.flagClass = flagClass;
|
|
64
98
|
this.iconType = Enums_1.IconTypes.Flag;
|
|
99
|
+
if (this.flagClass.indexOf("omux-flag ") === -1) {
|
|
100
|
+
this.flagClass = "omux-flag " + this.flagClass;
|
|
101
|
+
}
|
|
65
102
|
}
|
|
66
103
|
toString() {
|
|
67
104
|
return this.flagClass;
|
package/Journey.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { VNode } from "vue";
|
|
2
|
-
import { BladeSizes, IIcon } from ".";
|
|
1
|
+
import { VNode, VNodeTypes } from "vue";
|
|
2
|
+
import { BladeSizes, GuidValue, IIcon } from ".";
|
|
3
3
|
export interface JourneyMenuItem {
|
|
4
4
|
icon: IIcon;
|
|
5
|
-
element:
|
|
5
|
+
element: VNodeTypes | GuidValue;
|
|
6
6
|
title: string;
|
|
7
7
|
}
|
|
8
8
|
export interface Blade {
|
package/Layout.d.ts
CHANGED
|
@@ -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;
|
|
@@ -112,7 +113,8 @@ export declare enum SectionTypes {
|
|
|
112
113
|
Column = 1,
|
|
113
114
|
Tab = 2,
|
|
114
115
|
Accordion = 3,
|
|
115
|
-
Stepper = 4
|
|
116
|
+
Stepper = 4,
|
|
117
|
+
PlaceHolder = 5
|
|
116
118
|
}
|
|
117
119
|
export interface Section<T extends SectionSettings = SectionSettings> extends LayoutItem {
|
|
118
120
|
settings: T;
|
|
@@ -137,6 +139,7 @@ export interface SectionSettings extends LayoutItemSettings {
|
|
|
137
139
|
useCustomTheme: boolean;
|
|
138
140
|
themeDefinition: ThemeDefinition;
|
|
139
141
|
hidden?: boolean;
|
|
142
|
+
disableLazyLoad?: boolean;
|
|
140
143
|
}
|
|
141
144
|
export interface ColumnedSectionSettings extends SectionSettings {
|
|
142
145
|
type: SectionTypes.Column;
|
|
@@ -181,6 +184,19 @@ export interface AccordionedSectionSettings extends SectionSettings {
|
|
|
181
184
|
flatHeader: boolean;
|
|
182
185
|
singleSelect: boolean;
|
|
183
186
|
}
|
|
187
|
+
export interface PlaceHolderLayoutRegistration {
|
|
188
|
+
id: GuidValue;
|
|
189
|
+
title: string;
|
|
190
|
+
}
|
|
191
|
+
export interface PlaceHolderSectionSettings extends SectionSettings {
|
|
192
|
+
placeHolderLayoutRegistrationId: GuidValue;
|
|
193
|
+
}
|
|
194
|
+
export interface PlaceHolderSectionItemSettings extends SectionItemSettings {
|
|
195
|
+
type: SectionTypes.PlaceHolder;
|
|
196
|
+
size: string;
|
|
197
|
+
minWidth: number;
|
|
198
|
+
chrome: string;
|
|
199
|
+
}
|
|
184
200
|
export interface StepperSectionSettings extends SectionSettings {
|
|
185
201
|
type: SectionTypes.Stepper;
|
|
186
202
|
vertical: boolean;
|
|
@@ -211,6 +227,7 @@ export interface TabbedSectionItemSettings extends SectionItemSettings {
|
|
|
211
227
|
icon: IconPickerModel;
|
|
212
228
|
customAnchorNameEnabled: boolean;
|
|
213
229
|
anchorName?: string;
|
|
230
|
+
scrollIntoViewDisabled: boolean;
|
|
214
231
|
}
|
|
215
232
|
export interface AccordionedSectionItemSettings extends SectionItemSettings {
|
|
216
233
|
type: SectionTypes.Accordion;
|
|
@@ -219,6 +236,7 @@ export interface AccordionedSectionItemSettings extends SectionItemSettings {
|
|
|
219
236
|
icon: IconPickerModel;
|
|
220
237
|
customAnchorNameEnabled: boolean;
|
|
221
238
|
anchorName?: string;
|
|
239
|
+
scrollIntoViewDisabled: boolean;
|
|
222
240
|
}
|
|
223
241
|
export interface SteppedSectionItemSettings extends SectionItemSettings {
|
|
224
242
|
type: SectionTypes.Stepper;
|
|
@@ -235,6 +253,7 @@ export interface HeaderItemSettings {
|
|
|
235
253
|
icon: IIcon;
|
|
236
254
|
titleSettings: BlockTitleSettings;
|
|
237
255
|
anchorName?: string;
|
|
256
|
+
scrollIntoViewDisabled: boolean;
|
|
238
257
|
}
|
|
239
258
|
export interface SpacingItemSettings {
|
|
240
259
|
paddingRight: number | SpacingType;
|
|
@@ -273,7 +292,7 @@ export interface BlockLayoutSettings extends LayoutItemSettings, HeaderItemSetti
|
|
|
273
292
|
}
|
|
274
293
|
export interface DisplayBreakPoint {
|
|
275
294
|
id: string;
|
|
276
|
-
icon:
|
|
295
|
+
icon: IIcon;
|
|
277
296
|
label: string;
|
|
278
297
|
rangedescription: string;
|
|
279
298
|
minWidth: number;
|
|
@@ -348,6 +367,7 @@ export interface BlockRegistration extends LayoutItemRegistration {
|
|
|
348
367
|
layoutDependencyProviders: string[];
|
|
349
368
|
requiredBackendRuntimes?: Array<OmniaBackendRuntimes>;
|
|
350
369
|
requiredClientRuntimes?: Array<OmniaClientRuntimes>;
|
|
370
|
+
authDisabled?: boolean;
|
|
351
371
|
}
|
|
352
372
|
export interface ILayoutDependencyProvider {
|
|
353
373
|
}
|
|
@@ -430,6 +450,7 @@ export interface LayoutEditorCanvasStore extends ILayoutCanvasStore {
|
|
|
430
450
|
};
|
|
431
451
|
mutations: {
|
|
432
452
|
disableAnchorLink: () => void;
|
|
453
|
+
disableAuth: () => void;
|
|
433
454
|
setCanvasMode: (mode: LayoutCanvasModes) => void;
|
|
434
455
|
setLayout: (layout: Layout) => void;
|
|
435
456
|
createNewLayout: () => void;
|
|
@@ -528,3 +549,7 @@ export interface ILayoutFileContext {
|
|
|
528
549
|
default: FilePickerStorageProviderContext;
|
|
529
550
|
getContextByType: (type: new () => LayoutContextType) => FilePickerStorageProviderContext;
|
|
530
551
|
}
|
|
552
|
+
export interface LayoutPlaceHolderRegistration {
|
|
553
|
+
id: GuidValue;
|
|
554
|
+
title: string;
|
|
555
|
+
}
|
package/Layout.js
CHANGED
|
@@ -7,6 +7,7 @@ var SectionTypes;
|
|
|
7
7
|
SectionTypes[SectionTypes["Tab"] = 2] = "Tab";
|
|
8
8
|
SectionTypes[SectionTypes["Accordion"] = 3] = "Accordion";
|
|
9
9
|
SectionTypes[SectionTypes["Stepper"] = 4] = "Stepper";
|
|
10
|
+
SectionTypes[SectionTypes["PlaceHolder"] = 5] = "PlaceHolder";
|
|
10
11
|
})(SectionTypes = exports.SectionTypes || (exports.SectionTypes = {}));
|
|
11
12
|
var JsonNullValueHandling;
|
|
12
13
|
(function (JsonNullValueHandling) {
|
package/ManifestIds.d.ts
CHANGED
|
@@ -6,8 +6,10 @@ 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;
|
|
12
|
+
static get ChromeGroup(): Guid;
|
|
11
13
|
static get LayoutCanvasGroup(): Guid;
|
|
12
14
|
}
|
|
13
15
|
export declare class OmniaResourceManifests {
|
|
@@ -16,6 +18,8 @@ export declare class OmniaResourceManifests {
|
|
|
16
18
|
static get LayoutCanvasShared(): Guid;
|
|
17
19
|
static get AwesomeProFont(): Guid;
|
|
18
20
|
static get FxUxVuetifyShared(): Guid;
|
|
21
|
+
static get LayoutCanvasPlaceHolderApis(): Guid;
|
|
22
|
+
static get AppPlaceHolderApis(): Guid;
|
|
19
23
|
static get FxUxVuetifyCommon(): Guid;
|
|
20
24
|
static get FxUxMonacoEditor(): Guid;
|
|
21
25
|
static get FxUxVueChartJS(): Guid;
|
|
@@ -26,6 +30,8 @@ export declare class OmniaResourceManifests {
|
|
|
26
30
|
static get ConsoleCommands(): Guid;
|
|
27
31
|
static get FxUxVRating(): Guid;
|
|
28
32
|
static get FxUxVuetifyHover(): Guid;
|
|
33
|
+
static get FxUxVuetifyStepper(): Guid;
|
|
34
|
+
static get FxUxVuetifyColorPicker(): Guid;
|
|
29
35
|
static get FxUxVuetifyCombobox(): Guid;
|
|
30
36
|
static get FxUxVuetifySlider(): Guid;
|
|
31
37
|
static get FxUxVuetifyChip(): Guid;
|
|
@@ -117,14 +123,26 @@ export declare class OmniaResourceManifests {
|
|
|
117
123
|
static get DallELocalization(): Guid;
|
|
118
124
|
static get DallETenantFeature(): Guid;
|
|
119
125
|
static get DallEMediaProviderFeature(): Guid;
|
|
126
|
+
static get DefaultNotFoundLayout(): Guid;
|
|
127
|
+
static get DefaultUnauthorizedLayout(): Guid;
|
|
128
|
+
static get StatusCodeLayoutRegistration(): Guid;
|
|
129
|
+
static get BuiltinPropertyBindingProviders(): Guid;
|
|
130
|
+
static get ExtendedEnterprisePropertyBindingProvider(): Guid;
|
|
131
|
+
static get BusinessProfilePropertyBindingProvider(): Guid;
|
|
132
|
+
static get UserPropertyBindingProvider(): Guid;
|
|
133
|
+
static get MagicLinkCore(): Guid;
|
|
120
134
|
}
|
|
121
135
|
export declare class OmniaWebComponentManifests {
|
|
136
|
+
static get JourneyBladeComponent(): Guid;
|
|
122
137
|
static get AuthSetup(): Guid;
|
|
123
138
|
static get SignInBlock(): Guid;
|
|
124
139
|
static get SignInCore(): Guid;
|
|
125
140
|
static get SignInOmniaRenderer(): Guid;
|
|
141
|
+
static get SignInIdentityCreationRequestRenderer(): Guid;
|
|
126
142
|
static get SignOut(): Guid;
|
|
127
|
-
static get
|
|
143
|
+
static get MagicLinkSignIn(): Guid;
|
|
144
|
+
static get MagicLinkSuccess(): Guid;
|
|
145
|
+
static get MagicLinkFailure(): Guid;
|
|
128
146
|
static get LayoutRendererCanvas(): Guid;
|
|
129
147
|
static get VersionedLayoutBladeBuilder(): Guid;
|
|
130
148
|
static get VersionedLayoutListBladeBuilder(): Guid;
|
|
@@ -132,10 +150,65 @@ export declare class OmniaWebComponentManifests {
|
|
|
132
150
|
static get VersionedLayoutRenderer(): Guid;
|
|
133
151
|
static get VersionedLayoutEditor(): Guid;
|
|
134
152
|
static get UserTypeLayoutRenderer(): Guid;
|
|
135
|
-
static get UserTypeLayoutBladeBuider(): Guid;
|
|
136
153
|
static get VersionedLayoutController(): Guid;
|
|
137
154
|
static get VersionedLayoutEditorChrome(): Guid;
|
|
138
155
|
static get BladeHeader(): Guid;
|
|
156
|
+
static get OAppBar(): Guid;
|
|
157
|
+
static get OAlert(): Guid;
|
|
158
|
+
static get OInfiniteScroll(): Guid;
|
|
159
|
+
static get OAvatar(): Guid;
|
|
160
|
+
static get OLazy(): Guid;
|
|
161
|
+
static get OBadge(): Guid;
|
|
162
|
+
static get OBtn(): Guid;
|
|
163
|
+
static get OBtnGroup(): Guid;
|
|
164
|
+
static get OCard(): Guid;
|
|
165
|
+
static get OCheckBox(): Guid;
|
|
166
|
+
static get OChip(): Guid;
|
|
167
|
+
static get OColumn(): Guid;
|
|
168
|
+
static get ODataTable(): Guid;
|
|
169
|
+
static get ODataTableServer(): Guid;
|
|
170
|
+
static get ODialog(): Guid;
|
|
171
|
+
static get ODivider(): Guid;
|
|
172
|
+
static get ODraggable(): Guid;
|
|
173
|
+
static get ODatePicker(): Guid;
|
|
174
|
+
static get OExpansionpanels(): Guid;
|
|
175
|
+
static get OExpansionpanel(): Guid;
|
|
176
|
+
static get OHostProvider(): Guid;
|
|
177
|
+
static get OIcon(): Guid;
|
|
178
|
+
static get OImage(): Guid;
|
|
179
|
+
static get OLayout(): Guid;
|
|
180
|
+
static get OList(): Guid;
|
|
181
|
+
static get OListItem(): Guid;
|
|
182
|
+
static get OMain(): Guid;
|
|
183
|
+
static get OMenu(): Guid;
|
|
184
|
+
static get ONavigationDrawer(): Guid;
|
|
185
|
+
static get OPanel(): Guid;
|
|
186
|
+
static get OFlex(): Guid;
|
|
187
|
+
static get OProgress(): Guid;
|
|
188
|
+
static get ORadio(): Guid;
|
|
189
|
+
static get ORadioGroup(): Guid;
|
|
190
|
+
static get ORating(): Guid;
|
|
191
|
+
static get OSelect(): Guid;
|
|
192
|
+
static get OSkeletonLoader(): Guid;
|
|
193
|
+
static get OSlider(): Guid;
|
|
194
|
+
static get OSnackbar(): Guid;
|
|
195
|
+
static get OSpacer(): Guid;
|
|
196
|
+
static get OStepper(): Guid;
|
|
197
|
+
static get OStepperStep(): Guid;
|
|
198
|
+
static get OSwitch(): Guid;
|
|
199
|
+
static get OTable(): Guid;
|
|
200
|
+
static get OTab(): Guid;
|
|
201
|
+
static get OTabs(): Guid;
|
|
202
|
+
static get OText(): Guid;
|
|
203
|
+
static get OLink(): Guid;
|
|
204
|
+
static get OTextArea(): Guid;
|
|
205
|
+
static get OTextField(): Guid;
|
|
206
|
+
static get OToolbar(): Guid;
|
|
207
|
+
static get OColorPicker(): Guid;
|
|
208
|
+
static get OTooltip(): Guid;
|
|
209
|
+
static get OTreeView(): Guid;
|
|
210
|
+
static get OValidation(): Guid;
|
|
211
|
+
static get OPagination(): Guid;
|
|
139
212
|
static get Admin(): Guid;
|
|
140
213
|
static get AdminShortcut(): Guid;
|
|
141
214
|
static get Bladestest(): Guid;
|
|
@@ -151,12 +224,12 @@ export declare class OmniaWebComponentManifests {
|
|
|
151
224
|
static get FxUxDocumenticon(): Guid;
|
|
152
225
|
static get FxUxStatusMessageOverlay(): Guid;
|
|
153
226
|
static get Header(): Guid;
|
|
227
|
+
static get Chrome(): Guid;
|
|
154
228
|
static get FxUxHeading(): Guid;
|
|
155
229
|
static get FxUxSelection(): Guid;
|
|
156
230
|
static get FxUxInputToken(): Guid;
|
|
157
231
|
static get FxUxIconpicker(): Guid;
|
|
158
232
|
static get FxUxJourney(): Guid;
|
|
159
|
-
static get OBtn(): Guid;
|
|
160
233
|
static get FxUxMenuBlade(): Guid;
|
|
161
234
|
static get FxUxWizard(): Guid;
|
|
162
235
|
static get FxUxPeoplePicker(): Guid;
|
|
@@ -194,6 +267,9 @@ export declare class OmniaWebComponentManifests {
|
|
|
194
267
|
static get FxUxMediapickerVideo(): Guid;
|
|
195
268
|
static get FxUxImageGrid(): Guid;
|
|
196
269
|
static get FxUxPexelProvider(): Guid;
|
|
270
|
+
static get FxUxUnsplashProvider(): Guid;
|
|
271
|
+
static get FxUxMediaflowProvider(): Guid;
|
|
272
|
+
static get FxUxMediaflowProviderVideoPlayer(): Guid;
|
|
197
273
|
static get FxUxMyComputerProvider(): Guid;
|
|
198
274
|
static get FxUxFileUploader(): Guid;
|
|
199
275
|
static get FxUxBingProvider(): Guid;
|
|
@@ -216,6 +292,7 @@ export declare class OmniaWebComponentManifests {
|
|
|
216
292
|
static get FxUxTimePeriodPicker(): Guid;
|
|
217
293
|
static get FxUxDateTimeZonePicker(): Guid;
|
|
218
294
|
static get FxUxDateTimeZoneRenderer(): Guid;
|
|
295
|
+
static get FxUxDateTimeFilterQuery(): Guid;
|
|
219
296
|
static get FxUxAppProvisioningRenderer(): Guid;
|
|
220
297
|
static get FxUxAppProvisioningValidatorWrapper(): Guid;
|
|
221
298
|
static get FxUxAppRouteInput(): Guid;
|
|
@@ -240,6 +317,8 @@ export declare class OmniaWebComponentManifests {
|
|
|
240
317
|
static get FxUxAppInstanceRollup(): Guid;
|
|
241
318
|
static get FxUxAppInstanceRollupSettings(): Guid;
|
|
242
319
|
static get FxUxAppInstanceRollupListView(): Guid;
|
|
320
|
+
static get FxUxAppInstanceRollupRenderer(): Guid;
|
|
321
|
+
static get FxUxAppInstanceRollupMetricDetail(): Guid;
|
|
243
322
|
static get FxUxAppInstanceRollupListViewSettings(): Guid;
|
|
244
323
|
static get FxUxAppInstanceRollupCardView(): Guid;
|
|
245
324
|
static get FxUxAppInstanceRollupCardViewSettings(): Guid;
|
|
@@ -273,11 +352,14 @@ export declare class OmniaWebComponentManifests {
|
|
|
273
352
|
static get FxUxContentDialog(): Guid;
|
|
274
353
|
static get FxUxLikeComponent(): Guid;
|
|
275
354
|
static get FxUxReactionStyle(): Guid;
|
|
355
|
+
static get FxUxReactionsComponent(): Guid;
|
|
356
|
+
static get FxUxReactionsStyle(): Guid;
|
|
276
357
|
static get FxUxLikeListingTemplate(): Guid;
|
|
277
358
|
static get FxUxPostLikeListingTemplate(): Guid;
|
|
278
359
|
static get FxUxPermissionInput(): Guid;
|
|
279
|
-
static get
|
|
360
|
+
static get FxUxSecurityTrimmer(): Guid;
|
|
280
361
|
static get FxUxSpacingPicker(): Guid;
|
|
362
|
+
static get FxUxFilterPicker(): Guid;
|
|
281
363
|
static get FxUxFilterEngineSettings(): Guid;
|
|
282
364
|
static get FxUxFilterEngineDialogContent(): Guid;
|
|
283
365
|
static get FxUxFilterEnginePersonPropertySettings(): Guid;
|
|
@@ -301,6 +383,7 @@ export declare class OmniaWebComponentManifests {
|
|
|
301
383
|
static get FxUxTextFilterEngineRenderer(): Guid;
|
|
302
384
|
static get FxUxBooleanFilterEngineRenderer(): Guid;
|
|
303
385
|
static get FxUxDateFilterEngineRenderer(): Guid;
|
|
386
|
+
static get FxUxDateFilterEnginePeriodSlider(): Guid;
|
|
304
387
|
static get FxUxNumberFilterEngineRenderer(): Guid;
|
|
305
388
|
static get FxUxFilterEngineSelectionsArea(): Guid;
|
|
306
389
|
static get FxUxFilterEngineSelectionsAreaTaxonomyProperty(): Guid;
|
|
@@ -357,6 +440,7 @@ export declare class OmniaWebComponentManifests {
|
|
|
357
440
|
static get FxUxPropertyRenderer(): Guid;
|
|
358
441
|
static get FxUxPropertyDefintionRenderer(): Guid;
|
|
359
442
|
static get FxUxPropertyDefintionConfiguration(): Guid;
|
|
443
|
+
static get FxUxPropertyConfigurationBaseRenderer(): Guid;
|
|
360
444
|
static get FxUxLabelOptionsRenderer(): Guid;
|
|
361
445
|
static get FxUxPropertyLocking(): Guid;
|
|
362
446
|
static get UserPropertyConfigurationRenderer(): Guid;
|
|
@@ -393,4 +477,10 @@ export declare class OmniaWebComponentManifests {
|
|
|
393
477
|
static get SharePointUserPropertyProviderEditor(): Guid;
|
|
394
478
|
static get FxUxConnectedTenantPicker(): Guid;
|
|
395
479
|
static get FxUxSidePanel(): Guid;
|
|
480
|
+
static get FxPhotoWallProvider(): Guid;
|
|
481
|
+
static get FxSliderDialogProvider(): Guid;
|
|
482
|
+
static get FxUxStatusCodeRenderer(): Guid;
|
|
483
|
+
static get DateTimePropertyDisplay(): Guid;
|
|
484
|
+
static get DateTimePropertyEditor(): Guid;
|
|
485
|
+
static get DateTimePropertyConfiguration(): Guid;
|
|
396
486
|
}
|