@omnia/fx-models 8.0.36-vnext → 8.0.37-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 +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 +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 +38 -13
- package/Layout.js +1 -0
- package/ManifestIds.d.ts +84 -3
- package/ManifestIds.js +232 -6
- package/Messaging.d.ts +1 -0
- 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 +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 +11 -7
- package/identities/Identity.js +8 -7
- 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.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 -1
- package/internal-do-not-import-from-here/shared/models/Guid.js +4 -3
- 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 +59 -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 +29 -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 +32 -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/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 +4 -0
- package/internal-do-not-import-from-here/shared/models/hub/index.js +7 -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 +31 -19
- 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 +22 -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 +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 +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 +187 -0
- package/oxide/OxideTypeDefinitions.js +127 -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 +29 -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 +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 +5 -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/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.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,12 +123,20 @@ 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;
|
|
120
133
|
}
|
|
121
134
|
export declare class OmniaWebComponentManifests {
|
|
122
135
|
static get AuthSetup(): Guid;
|
|
123
136
|
static get SignInBlock(): Guid;
|
|
124
137
|
static get SignInCore(): Guid;
|
|
125
138
|
static get SignInOmniaRenderer(): Guid;
|
|
139
|
+
static get SignInIdentityCreationRequestRenderer(): Guid;
|
|
126
140
|
static get SignOut(): Guid;
|
|
127
141
|
static get MagicLink(): Guid;
|
|
128
142
|
static get LayoutRendererCanvas(): Guid;
|
|
@@ -136,6 +150,59 @@ export declare class OmniaWebComponentManifests {
|
|
|
136
150
|
static get VersionedLayoutController(): Guid;
|
|
137
151
|
static get VersionedLayoutEditorChrome(): Guid;
|
|
138
152
|
static get BladeHeader(): Guid;
|
|
153
|
+
static get OAppBar(): Guid;
|
|
154
|
+
static get OAlert(): Guid;
|
|
155
|
+
static get OInfiniteScroll(): Guid;
|
|
156
|
+
static get OAvatar(): Guid;
|
|
157
|
+
static get OLazy(): Guid;
|
|
158
|
+
static get OBadge(): Guid;
|
|
159
|
+
static get OBtn(): Guid;
|
|
160
|
+
static get OBtnGroup(): Guid;
|
|
161
|
+
static get OCard(): Guid;
|
|
162
|
+
static get OCheckBox(): Guid;
|
|
163
|
+
static get OChip(): Guid;
|
|
164
|
+
static get OColumn(): Guid;
|
|
165
|
+
static get ODataTable(): Guid;
|
|
166
|
+
static get ODialog(): Guid;
|
|
167
|
+
static get ODivider(): Guid;
|
|
168
|
+
static get ODraggable(): Guid;
|
|
169
|
+
static get ODatePicker(): Guid;
|
|
170
|
+
static get OExpansionpanels(): Guid;
|
|
171
|
+
static get OExpansionpanel(): Guid;
|
|
172
|
+
static get OHostProvider(): Guid;
|
|
173
|
+
static get OIcon(): Guid;
|
|
174
|
+
static get OImage(): Guid;
|
|
175
|
+
static get OLayout(): Guid;
|
|
176
|
+
static get OList(): Guid;
|
|
177
|
+
static get OListItem(): Guid;
|
|
178
|
+
static get OMain(): Guid;
|
|
179
|
+
static get OMenu(): Guid;
|
|
180
|
+
static get ONavigationDrawer(): Guid;
|
|
181
|
+
static get OPanel(): Guid;
|
|
182
|
+
static get OFlex(): Guid;
|
|
183
|
+
static get OProgress(): Guid;
|
|
184
|
+
static get ORadio(): Guid;
|
|
185
|
+
static get ORadioGroup(): Guid;
|
|
186
|
+
static get OSelect(): Guid;
|
|
187
|
+
static get OSkeletonLoader(): Guid;
|
|
188
|
+
static get OSlider(): Guid;
|
|
189
|
+
static get OSnackbar(): Guid;
|
|
190
|
+
static get OSpacer(): Guid;
|
|
191
|
+
static get OStepper(): Guid;
|
|
192
|
+
static get OStepperStep(): Guid;
|
|
193
|
+
static get OSwitch(): Guid;
|
|
194
|
+
static get OTable(): Guid;
|
|
195
|
+
static get OTab(): Guid;
|
|
196
|
+
static get OTabs(): Guid;
|
|
197
|
+
static get OText(): Guid;
|
|
198
|
+
static get OLink(): Guid;
|
|
199
|
+
static get OTextArea(): Guid;
|
|
200
|
+
static get OTextField(): Guid;
|
|
201
|
+
static get OToolbar(): Guid;
|
|
202
|
+
static get OColorPicker(): Guid;
|
|
203
|
+
static get OTooltip(): Guid;
|
|
204
|
+
static get OTreeView(): Guid;
|
|
205
|
+
static get OValidation(): Guid;
|
|
139
206
|
static get Admin(): Guid;
|
|
140
207
|
static get AdminShortcut(): Guid;
|
|
141
208
|
static get Bladestest(): Guid;
|
|
@@ -145,18 +212,18 @@ export declare class OmniaWebComponentManifests {
|
|
|
145
212
|
static get FxUxIframe(): Guid;
|
|
146
213
|
static get FxUxDateTimePicker(): Guid;
|
|
147
214
|
static get Console(): Guid;
|
|
148
|
-
static get
|
|
215
|
+
static get DevSocketMessage(): Guid;
|
|
149
216
|
static get FxUxDialog(): Guid;
|
|
150
217
|
static get FxUxConfirmDialog(): Guid;
|
|
151
218
|
static get FxUxDocumenticon(): Guid;
|
|
152
219
|
static get FxUxStatusMessageOverlay(): Guid;
|
|
153
220
|
static get Header(): Guid;
|
|
221
|
+
static get Chrome(): Guid;
|
|
154
222
|
static get FxUxHeading(): Guid;
|
|
155
223
|
static get FxUxSelection(): Guid;
|
|
156
224
|
static get FxUxInputToken(): Guid;
|
|
157
225
|
static get FxUxIconpicker(): Guid;
|
|
158
226
|
static get FxUxJourney(): Guid;
|
|
159
|
-
static get OBtn(): Guid;
|
|
160
227
|
static get FxUxMenuBlade(): Guid;
|
|
161
228
|
static get FxUxWizard(): Guid;
|
|
162
229
|
static get FxUxPeoplePicker(): Guid;
|
|
@@ -194,6 +261,9 @@ export declare class OmniaWebComponentManifests {
|
|
|
194
261
|
static get FxUxMediapickerVideo(): Guid;
|
|
195
262
|
static get FxUxImageGrid(): Guid;
|
|
196
263
|
static get FxUxPexelProvider(): Guid;
|
|
264
|
+
static get FxUxUnsplashProvider(): Guid;
|
|
265
|
+
static get FxUxMediaflowProvider(): Guid;
|
|
266
|
+
static get FxUxMediaflowProviderVideoPlayer(): Guid;
|
|
197
267
|
static get FxUxMyComputerProvider(): Guid;
|
|
198
268
|
static get FxUxFileUploader(): Guid;
|
|
199
269
|
static get FxUxBingProvider(): Guid;
|
|
@@ -240,6 +310,8 @@ export declare class OmniaWebComponentManifests {
|
|
|
240
310
|
static get FxUxAppInstanceRollup(): Guid;
|
|
241
311
|
static get FxUxAppInstanceRollupSettings(): Guid;
|
|
242
312
|
static get FxUxAppInstanceRollupListView(): Guid;
|
|
313
|
+
static get FxUxAppInstanceRollupRenderer(): Guid;
|
|
314
|
+
static get FxUxAppInstanceRollupMetricDetail(): Guid;
|
|
243
315
|
static get FxUxAppInstanceRollupListViewSettings(): Guid;
|
|
244
316
|
static get FxUxAppInstanceRollupCardView(): Guid;
|
|
245
317
|
static get FxUxAppInstanceRollupCardViewSettings(): Guid;
|
|
@@ -276,8 +348,9 @@ export declare class OmniaWebComponentManifests {
|
|
|
276
348
|
static get FxUxLikeListingTemplate(): Guid;
|
|
277
349
|
static get FxUxPostLikeListingTemplate(): Guid;
|
|
278
350
|
static get FxUxPermissionInput(): Guid;
|
|
279
|
-
static get
|
|
351
|
+
static get FxUxSecurityTrimmer(): Guid;
|
|
280
352
|
static get FxUxSpacingPicker(): Guid;
|
|
353
|
+
static get FxUxFilterPicker(): Guid;
|
|
281
354
|
static get FxUxFilterEngineSettings(): Guid;
|
|
282
355
|
static get FxUxFilterEngineDialogContent(): Guid;
|
|
283
356
|
static get FxUxFilterEnginePersonPropertySettings(): Guid;
|
|
@@ -301,6 +374,7 @@ export declare class OmniaWebComponentManifests {
|
|
|
301
374
|
static get FxUxTextFilterEngineRenderer(): Guid;
|
|
302
375
|
static get FxUxBooleanFilterEngineRenderer(): Guid;
|
|
303
376
|
static get FxUxDateFilterEngineRenderer(): Guid;
|
|
377
|
+
static get FxUxDateFilterEnginePeriodSlider(): Guid;
|
|
304
378
|
static get FxUxNumberFilterEngineRenderer(): Guid;
|
|
305
379
|
static get FxUxFilterEngineSelectionsArea(): Guid;
|
|
306
380
|
static get FxUxFilterEngineSelectionsAreaTaxonomyProperty(): Guid;
|
|
@@ -357,6 +431,7 @@ export declare class OmniaWebComponentManifests {
|
|
|
357
431
|
static get FxUxPropertyRenderer(): Guid;
|
|
358
432
|
static get FxUxPropertyDefintionRenderer(): Guid;
|
|
359
433
|
static get FxUxPropertyDefintionConfiguration(): Guid;
|
|
434
|
+
static get FxUxPropertyConfigurationBaseRenderer(): Guid;
|
|
360
435
|
static get FxUxLabelOptionsRenderer(): Guid;
|
|
361
436
|
static get FxUxPropertyLocking(): Guid;
|
|
362
437
|
static get UserPropertyConfigurationRenderer(): Guid;
|
|
@@ -393,4 +468,10 @@ export declare class OmniaWebComponentManifests {
|
|
|
393
468
|
static get SharePointUserPropertyProviderEditor(): Guid;
|
|
394
469
|
static get FxUxConnectedTenantPicker(): Guid;
|
|
395
470
|
static get FxUxSidePanel(): Guid;
|
|
471
|
+
static get FxPhotoWallProvider(): Guid;
|
|
472
|
+
static get FxSliderDialogProvider(): Guid;
|
|
473
|
+
static get FxUxStatusCodeRenderer(): Guid;
|
|
474
|
+
static get DateTimePropertyDisplay(): Guid;
|
|
475
|
+
static get DateTimePropertyEditor(): Guid;
|
|
476
|
+
static get DateTimePropertyConfiguration(): Guid;
|
|
396
477
|
}
|
package/ManifestIds.js
CHANGED
|
@@ -18,12 +18,18 @@ 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
|
}
|
|
24
27
|
static get Header() {
|
|
25
28
|
return new models_1.Guid("d74459f4-2132-43c7-9afb-bc4bfee28875");
|
|
26
29
|
}
|
|
30
|
+
static get ChromeGroup() {
|
|
31
|
+
return new models_1.Guid("0038e532-6664-4e2f-b45e-2647f8938d94");
|
|
32
|
+
}
|
|
27
33
|
static get LayoutCanvasGroup() {
|
|
28
34
|
return new models_1.Guid("8c123548-9f79-4e56-8ce2-ec313778a7ba");
|
|
29
35
|
}
|
|
@@ -46,6 +52,12 @@ class OmniaResourceManifests {
|
|
|
46
52
|
static get FxUxVuetifyShared() {
|
|
47
53
|
return new models_1.Guid("8769dc42-712d-4ce2-8d32-4b8604b92ae6");
|
|
48
54
|
}
|
|
55
|
+
static get LayoutCanvasPlaceHolderApis() {
|
|
56
|
+
return new models_1.Guid("9f2c7a3b-c455-461a-b9e6-b05dcdf37aa1");
|
|
57
|
+
}
|
|
58
|
+
static get AppPlaceHolderApis() {
|
|
59
|
+
return new models_1.Guid("0d9b93aa-016b-4417-a6b7-040e36b48402");
|
|
60
|
+
}
|
|
49
61
|
static get FxUxVuetifyCommon() {
|
|
50
62
|
return new models_1.Guid("798d6494-70cc-47eb-9054-30b047beab19");
|
|
51
63
|
}
|
|
@@ -80,7 +92,8 @@ class OmniaResourceManifests {
|
|
|
80
92
|
return new models_1.Guid("c91c7905-18f2-43a6-b389-9d30709dbdb7");
|
|
81
93
|
}
|
|
82
94
|
//public static get FxUxVuetifyBadge(): Guid { return new Guid("42da6bee-8c61-426c-aeb5-b480ecc01f06"); }
|
|
83
|
-
|
|
95
|
+
static get FxUxVuetifyStepper() { return new models_1.Guid("3104db5f-e983-4e06-925e-9b5375276512"); }
|
|
96
|
+
static get FxUxVuetifyColorPicker() { return new models_1.Guid("4f861c0d-75fb-49ce-913e-17cbafad5ed2"); }
|
|
84
97
|
static get FxUxVuetifyCombobox() {
|
|
85
98
|
return new models_1.Guid("0EDAD567-65C0-433F-A871-A59E460D70F0");
|
|
86
99
|
}
|
|
@@ -380,6 +393,27 @@ class OmniaResourceManifests {
|
|
|
380
393
|
static get DallEMediaProviderFeature() {
|
|
381
394
|
return new models_1.Guid("c2e130a6-ee72-4e74-b266-a55d94a920ed");
|
|
382
395
|
}
|
|
396
|
+
static get DefaultNotFoundLayout() {
|
|
397
|
+
return new models_1.Guid("02505707-5d3e-4b29-affd-159dad0c9060");
|
|
398
|
+
}
|
|
399
|
+
static get DefaultUnauthorizedLayout() {
|
|
400
|
+
return new models_1.Guid("03d7362b-f522-4da7-97bb-08d0702935aa");
|
|
401
|
+
}
|
|
402
|
+
static get StatusCodeLayoutRegistration() {
|
|
403
|
+
return new models_1.Guid("7d09b270-2f11-4d6e-8291-8098571bf3f3");
|
|
404
|
+
}
|
|
405
|
+
static get BuiltinPropertyBindingProviders() {
|
|
406
|
+
return new models_1.Guid("5040000a-2864-49b0-b92d-ee1c25c00364");
|
|
407
|
+
}
|
|
408
|
+
static get ExtendedEnterprisePropertyBindingProvider() {
|
|
409
|
+
return new models_1.Guid("9ce3c1eb-c939-461b-9287-364a6960ae4c");
|
|
410
|
+
}
|
|
411
|
+
static get BusinessProfilePropertyBindingProvider() {
|
|
412
|
+
return new models_1.Guid("16c51f16-1aa9-4540-a934-5dea88ee8c7d");
|
|
413
|
+
}
|
|
414
|
+
static get UserPropertyBindingProvider() {
|
|
415
|
+
return new models_1.Guid("90deab93-d8f9-45bf-8e01-1c478743ff4b");
|
|
416
|
+
}
|
|
383
417
|
}
|
|
384
418
|
exports.OmniaResourceManifests = OmniaResourceManifests;
|
|
385
419
|
class OmniaWebComponentManifests {
|
|
@@ -395,6 +429,9 @@ class OmniaWebComponentManifests {
|
|
|
395
429
|
static get SignInOmniaRenderer() {
|
|
396
430
|
return new models_1.Guid("bc3b9409-639d-4582-9a6e-58a4295bc470");
|
|
397
431
|
}
|
|
432
|
+
static get SignInIdentityCreationRequestRenderer() {
|
|
433
|
+
return new models_1.Guid("2B741F02-03A5-4CB5-A7BE-72E204EBECC8");
|
|
434
|
+
}
|
|
398
435
|
static get SignOut() {
|
|
399
436
|
return new models_1.Guid("f297290b-5ea4-409a-9738-ca880f1ea612");
|
|
400
437
|
}
|
|
@@ -424,6 +461,165 @@ class OmniaWebComponentManifests {
|
|
|
424
461
|
static get VersionedLayoutController() { return new models_1.Guid("c88e2566-b07a-4680-aef7-f575f5c5641b"); }
|
|
425
462
|
static get VersionedLayoutEditorChrome() { return new models_1.Guid("177046bf-d171-495b-bce7-0d1cd9242fa1"); }
|
|
426
463
|
static get BladeHeader() { return new models_1.Guid("1541cc19-8f29-4196-8d08-121332a499a6"); }
|
|
464
|
+
static get OAppBar() {
|
|
465
|
+
return new models_1.Guid("90d19714-df6c-4b16-bd5d-42bc705e7692");
|
|
466
|
+
}
|
|
467
|
+
static get OAlert() {
|
|
468
|
+
return new models_1.Guid("8a200f29-d748-4601-b901-dd76ca8ec771");
|
|
469
|
+
}
|
|
470
|
+
static get OInfiniteScroll() {
|
|
471
|
+
return new models_1.Guid("fb478d20-1092-422a-a210-6afa9758300f");
|
|
472
|
+
}
|
|
473
|
+
static get OAvatar() {
|
|
474
|
+
return new models_1.Guid("8848766a-05fd-4a7a-8e1a-89376b3cf09a");
|
|
475
|
+
}
|
|
476
|
+
static get OLazy() {
|
|
477
|
+
return new models_1.Guid("2df6ab65-eea8-4ed8-bab2-97dff9c56224");
|
|
478
|
+
}
|
|
479
|
+
static get OBadge() {
|
|
480
|
+
return new models_1.Guid("4cc48714-e16a-45fe-b2d2-13932a13d1f8");
|
|
481
|
+
}
|
|
482
|
+
static get OBtn() {
|
|
483
|
+
return new models_1.Guid("2dc36afd-2759-4696-ad30-c07d123dcc62");
|
|
484
|
+
}
|
|
485
|
+
static get OBtnGroup() {
|
|
486
|
+
return new models_1.Guid("2c933089-7d81-4c55-987d-0530d63d458e");
|
|
487
|
+
}
|
|
488
|
+
static get OCard() {
|
|
489
|
+
return new models_1.Guid("9349eb77-1427-4f73-bb91-f7994524e5c8");
|
|
490
|
+
}
|
|
491
|
+
static get OCheckBox() {
|
|
492
|
+
return new models_1.Guid("f552852b-a987-4a37-8c93-29da62aaf9dc");
|
|
493
|
+
}
|
|
494
|
+
static get OChip() {
|
|
495
|
+
return new models_1.Guid("f12317fe-b91b-4efe-bc33-7cfe39fabe1c");
|
|
496
|
+
}
|
|
497
|
+
static get OColumn() {
|
|
498
|
+
return new models_1.Guid("d116618a-12d0-439f-8da8-09535809c260");
|
|
499
|
+
}
|
|
500
|
+
static get ODataTable() {
|
|
501
|
+
return new models_1.Guid("27c00720-f7fb-46bb-b392-86a2cb94797c");
|
|
502
|
+
}
|
|
503
|
+
static get ODialog() {
|
|
504
|
+
return new models_1.Guid("dc1c89b3-d0c2-4b7a-a105-0f19a0f962b3");
|
|
505
|
+
}
|
|
506
|
+
static get ODivider() {
|
|
507
|
+
return new models_1.Guid("c0415286-cfac-4134-9dd2-64dc1621c463");
|
|
508
|
+
}
|
|
509
|
+
static get ODraggable() {
|
|
510
|
+
return new models_1.Guid("3465fc25-0ac4-4f43-af9d-3df1cf17ec55");
|
|
511
|
+
}
|
|
512
|
+
static get ODatePicker() {
|
|
513
|
+
return new models_1.Guid("b10a0917-fdc7-44c8-90d9-b472ee3b3c99");
|
|
514
|
+
}
|
|
515
|
+
static get OExpansionpanels() {
|
|
516
|
+
return new models_1.Guid("22037265-3d7a-43a6-a79c-f1d01a23cffb");
|
|
517
|
+
}
|
|
518
|
+
static get OExpansionpanel() {
|
|
519
|
+
return new models_1.Guid("a6ca5f7d-21d2-4b16-8fca-b70c965fded1");
|
|
520
|
+
}
|
|
521
|
+
static get OHostProvider() {
|
|
522
|
+
return new models_1.Guid("8beba318-c75e-49aa-b203-190ba1953c71");
|
|
523
|
+
}
|
|
524
|
+
static get OIcon() {
|
|
525
|
+
return new models_1.Guid("df79ba95-ee5d-4013-9e79-35297b7d1e87");
|
|
526
|
+
}
|
|
527
|
+
static get OImage() {
|
|
528
|
+
return new models_1.Guid("1a821ca3-b97a-4b78-bf23-5864addd38ca");
|
|
529
|
+
}
|
|
530
|
+
static get OLayout() {
|
|
531
|
+
return new models_1.Guid("428e436c-13dc-4578-98a4-08786361c9b1");
|
|
532
|
+
}
|
|
533
|
+
static get OList() {
|
|
534
|
+
return new models_1.Guid("154a229c-9bd8-4d31-aed8-48da93f29ea2");
|
|
535
|
+
}
|
|
536
|
+
static get OListItem() {
|
|
537
|
+
return new models_1.Guid("4a463184-5ea2-4fbb-8cab-dbb9b06772da");
|
|
538
|
+
}
|
|
539
|
+
static get OMain() {
|
|
540
|
+
return new models_1.Guid("1ed9f2ec-3580-492c-b211-d719c9b15ad1");
|
|
541
|
+
}
|
|
542
|
+
static get OMenu() {
|
|
543
|
+
return new models_1.Guid("01c206c8-b30e-4140-8b64-57cdea679b78");
|
|
544
|
+
}
|
|
545
|
+
static get ONavigationDrawer() {
|
|
546
|
+
return new models_1.Guid("48b4d391-d03f-4a01-a948-5b845917d229");
|
|
547
|
+
}
|
|
548
|
+
static get OPanel() {
|
|
549
|
+
return new models_1.Guid("1d8d2a23-2824-4f1e-ab96-344841305976");
|
|
550
|
+
}
|
|
551
|
+
static get OFlex() {
|
|
552
|
+
return new models_1.Guid("1691e25d-9632-43f9-b78a-548fe8d2e8a7");
|
|
553
|
+
}
|
|
554
|
+
static get OProgress() {
|
|
555
|
+
return new models_1.Guid("247719ac-6d38-43ec-889f-ace452544a21");
|
|
556
|
+
}
|
|
557
|
+
static get ORadio() {
|
|
558
|
+
return new models_1.Guid("2d9c50d3-dcb1-421c-afb8-eab80be243a1");
|
|
559
|
+
}
|
|
560
|
+
static get ORadioGroup() {
|
|
561
|
+
return new models_1.Guid("48962186-dfb9-4f37-adc7-6f475b80015d");
|
|
562
|
+
}
|
|
563
|
+
static get OSelect() {
|
|
564
|
+
return new models_1.Guid("578e2a4d-5cd2-47a4-b129-1911256253a7");
|
|
565
|
+
}
|
|
566
|
+
static get OSkeletonLoader() {
|
|
567
|
+
return new models_1.Guid("2ade9272-1b3c-426f-ac97-c63026f77351");
|
|
568
|
+
}
|
|
569
|
+
static get OSlider() {
|
|
570
|
+
return new models_1.Guid("d108fdde-5ca9-42d7-ae92-195eb74b5452");
|
|
571
|
+
}
|
|
572
|
+
static get OSnackbar() {
|
|
573
|
+
return new models_1.Guid("a19feddc-d78b-4065-b765-0162fd088379");
|
|
574
|
+
}
|
|
575
|
+
static get OSpacer() {
|
|
576
|
+
return new models_1.Guid("c26ccc7a-eae0-4f76-a062-e83c6df302fc");
|
|
577
|
+
}
|
|
578
|
+
static get OStepper() {
|
|
579
|
+
return new models_1.Guid("7cc2d4fe-ecde-4174-badc-5797ba6fb53e");
|
|
580
|
+
}
|
|
581
|
+
static get OStepperStep() {
|
|
582
|
+
return new models_1.Guid("a8c8ffd3-d8ff-46ee-969d-8fb6b9522104");
|
|
583
|
+
}
|
|
584
|
+
static get OSwitch() {
|
|
585
|
+
return new models_1.Guid("31cc47b1-9e7d-4c40-b826-f58d1c955a43");
|
|
586
|
+
}
|
|
587
|
+
static get OTable() {
|
|
588
|
+
return new models_1.Guid("9ae46ba0-5370-4a32-9be2-91bf111c2a85");
|
|
589
|
+
}
|
|
590
|
+
static get OTab() {
|
|
591
|
+
return new models_1.Guid("8669930d-609c-497e-8cde-0c554621db88");
|
|
592
|
+
}
|
|
593
|
+
static get OTabs() {
|
|
594
|
+
return new models_1.Guid("7345c491-927b-4343-8d9f-5e14f51fbfad");
|
|
595
|
+
}
|
|
596
|
+
static get OText() {
|
|
597
|
+
return new models_1.Guid("b5a11307-4f70-4ba8-9e1e-e4102ea95536");
|
|
598
|
+
}
|
|
599
|
+
static get OLink() {
|
|
600
|
+
return new models_1.Guid("75cd9309-9dd1-4646-9e0c-e6b5b1cac14d");
|
|
601
|
+
}
|
|
602
|
+
static get OTextArea() {
|
|
603
|
+
return new models_1.Guid("1e7db8a9-8533-485d-97b4-359f64601ff0");
|
|
604
|
+
}
|
|
605
|
+
static get OTextField() {
|
|
606
|
+
return new models_1.Guid("94cf71a5-a68d-4b86-aea3-25d400df2bd2");
|
|
607
|
+
}
|
|
608
|
+
static get OToolbar() {
|
|
609
|
+
return new models_1.Guid("575bd9ad-6c0d-4fc9-ab53-fbd1b93786c4");
|
|
610
|
+
}
|
|
611
|
+
static get OColorPicker() {
|
|
612
|
+
return new models_1.Guid("28370f03-1276-4e82-b4c2-9237f943710a");
|
|
613
|
+
}
|
|
614
|
+
static get OTooltip() {
|
|
615
|
+
return new models_1.Guid("19adb199-3860-4f41-b10f-3a00eb3eb534");
|
|
616
|
+
}
|
|
617
|
+
static get OTreeView() {
|
|
618
|
+
return new models_1.Guid("c617a9d7-e252-4992-9c41-becb55905973");
|
|
619
|
+
}
|
|
620
|
+
static get OValidation() {
|
|
621
|
+
return new models_1.Guid("1e7fa637-f491-4cbe-b9ce-b6d577fec150");
|
|
622
|
+
}
|
|
427
623
|
static get Admin() {
|
|
428
624
|
return new models_1.Guid("253e469e-f68e-4cb5-b526-343736c2ff11");
|
|
429
625
|
}
|
|
@@ -451,7 +647,7 @@ class OmniaWebComponentManifests {
|
|
|
451
647
|
static get Console() {
|
|
452
648
|
return new models_1.Guid("f3d75940-db51-447d-bf67-19251f5465b0");
|
|
453
649
|
}
|
|
454
|
-
static get
|
|
650
|
+
static get DevSocketMessage() {
|
|
455
651
|
return new models_1.Guid("e6b88bd8-d419-49c8-af6f-ed268ae64430");
|
|
456
652
|
}
|
|
457
653
|
static get FxUxDialog() {
|
|
@@ -469,6 +665,9 @@ class OmniaWebComponentManifests {
|
|
|
469
665
|
static get Header() {
|
|
470
666
|
return new models_1.Guid("97a0cc3e-2c06-4517-ba3c-9db6e5e04f8b");
|
|
471
667
|
}
|
|
668
|
+
static get Chrome() {
|
|
669
|
+
return new models_1.Guid("057bef68-97bb-4ba4-a089-d01c2da1322e");
|
|
670
|
+
}
|
|
472
671
|
static get FxUxHeading() {
|
|
473
672
|
return new models_1.Guid("374647c7-b8c9-4936-b9f8-c8df5d62c383");
|
|
474
673
|
}
|
|
@@ -484,9 +683,6 @@ class OmniaWebComponentManifests {
|
|
|
484
683
|
static get FxUxJourney() {
|
|
485
684
|
return new models_1.Guid("c362ce2d-88bf-493e-9581-d88a858fcae9");
|
|
486
685
|
}
|
|
487
|
-
static get OBtn() {
|
|
488
|
-
return new models_1.Guid("678a52a5-101d-4149-8d47-754aeae5f9f6");
|
|
489
|
-
}
|
|
490
686
|
static get FxUxMenuBlade() {
|
|
491
687
|
return new models_1.Guid("f3b4f675-c04e-45b1-a767-f98daabc0dc7");
|
|
492
688
|
}
|
|
@@ -598,6 +794,15 @@ class OmniaWebComponentManifests {
|
|
|
598
794
|
static get FxUxPexelProvider() {
|
|
599
795
|
return new models_1.Guid("0c762bb5-c7e6-4ccd-8a89-907200dffca5");
|
|
600
796
|
}
|
|
797
|
+
static get FxUxUnsplashProvider() {
|
|
798
|
+
return new models_1.Guid("6e7529d9-94f9-489e-a5be-5a129406caa2");
|
|
799
|
+
}
|
|
800
|
+
static get FxUxMediaflowProvider() {
|
|
801
|
+
return new models_1.Guid("E4C4594D-5285-45A2-9EDF-1DCA20F92D69");
|
|
802
|
+
}
|
|
803
|
+
static get FxUxMediaflowProviderVideoPlayer() {
|
|
804
|
+
return new models_1.Guid("29DE1787-7BBB-49B1-961E-75210D865A1B");
|
|
805
|
+
}
|
|
601
806
|
//public static get FxUxPexelProviderRegistration(): Guid { return new Guid("994741e0-aa57-4ed0-b4a1-251fb1cfbf9a"); }
|
|
602
807
|
static get FxUxMyComputerProvider() {
|
|
603
808
|
return new models_1.Guid("781b7e99-53cf-4f5b-9a40-2cad1a0cc654");
|
|
@@ -743,6 +948,12 @@ class OmniaWebComponentManifests {
|
|
|
743
948
|
static get FxUxAppInstanceRollupListView() {
|
|
744
949
|
return new models_1.Guid("56f44aa4-881c-425b-8661-bff20129bc6d");
|
|
745
950
|
}
|
|
951
|
+
static get FxUxAppInstanceRollupRenderer() {
|
|
952
|
+
return new models_1.Guid("99576CFE-7550-4D4B-ABC4-575E968F3F9C");
|
|
953
|
+
}
|
|
954
|
+
static get FxUxAppInstanceRollupMetricDetail() {
|
|
955
|
+
return new models_1.Guid("FB44F129-DE80-4ADB-B2F1-34176C1C17A5");
|
|
956
|
+
}
|
|
746
957
|
static get FxUxAppInstanceRollupListViewSettings() {
|
|
747
958
|
return new models_1.Guid("5011d68d-4428-47bc-861c-f89ce7155c26");
|
|
748
959
|
}
|
|
@@ -851,12 +1062,15 @@ class OmniaWebComponentManifests {
|
|
|
851
1062
|
static get FxUxPermissionInput() {
|
|
852
1063
|
return new models_1.Guid("fb67bd4d-1cc2-4073-ab12-3c822d78ea17");
|
|
853
1064
|
}
|
|
854
|
-
static get
|
|
1065
|
+
static get FxUxSecurityTrimmer() {
|
|
855
1066
|
return new models_1.Guid("379287b1-efe6-4a49-a43f-cd754d1fd951");
|
|
856
1067
|
}
|
|
857
1068
|
static get FxUxSpacingPicker() {
|
|
858
1069
|
return new models_1.Guid("564bced7-081c-4964-83e8-df717f600ff3");
|
|
859
1070
|
}
|
|
1071
|
+
static get FxUxFilterPicker() {
|
|
1072
|
+
return new models_1.Guid("46a6c15c-2a0e-446f-bef9-770274409366");
|
|
1073
|
+
}
|
|
860
1074
|
static get FxUxFilterEngineSettings() {
|
|
861
1075
|
return new models_1.Guid("a91d4cd2-b574-4de3-a672-110cb1cdf7ba");
|
|
862
1076
|
}
|
|
@@ -926,6 +1140,9 @@ class OmniaWebComponentManifests {
|
|
|
926
1140
|
static get FxUxDateFilterEngineRenderer() {
|
|
927
1141
|
return new models_1.Guid("0debbe4a-117f-46dd-b9ca-37231010938c");
|
|
928
1142
|
}
|
|
1143
|
+
static get FxUxDateFilterEnginePeriodSlider() {
|
|
1144
|
+
return new models_1.Guid("0b99953e-f728-48a7-936f-51500d69d771");
|
|
1145
|
+
}
|
|
929
1146
|
static get FxUxNumberFilterEngineRenderer() {
|
|
930
1147
|
return new models_1.Guid("aac689be-588e-4dd3-ac81-66ac631a37f1");
|
|
931
1148
|
}
|
|
@@ -1092,6 +1309,9 @@ class OmniaWebComponentManifests {
|
|
|
1092
1309
|
static get FxUxPropertyDefintionConfiguration() {
|
|
1093
1310
|
return new models_1.Guid("e012f61b-652b-4ab8-b7e9-d436ef772f54");
|
|
1094
1311
|
}
|
|
1312
|
+
static get FxUxPropertyConfigurationBaseRenderer() {
|
|
1313
|
+
return new models_1.Guid("ec641f7d-0493-4ce4-8dd7-871f07395b78");
|
|
1314
|
+
}
|
|
1095
1315
|
static get FxUxLabelOptionsRenderer() {
|
|
1096
1316
|
return new models_1.Guid("54caefea-ae1d-4da7-b236-a3ff268b31c3");
|
|
1097
1317
|
}
|
|
@@ -1200,5 +1420,11 @@ class OmniaWebComponentManifests {
|
|
|
1200
1420
|
static get FxUxSidePanel() {
|
|
1201
1421
|
return new models_1.Guid("539d199f-6993-4c10-a963-f142e4f3056d");
|
|
1202
1422
|
}
|
|
1423
|
+
static get FxPhotoWallProvider() { return new models_1.Guid("12D1BCA1-D50B-4186-ACD5-0014584389C9"); }
|
|
1424
|
+
static get FxSliderDialogProvider() { return new models_1.Guid("AC5F615D-F975-43CF-97B3-AE930BA113D0"); }
|
|
1425
|
+
static get FxUxStatusCodeRenderer() { return new models_1.Guid("5aaaefb5-01d6-4fe5-9da8-b779a54c0a55"); }
|
|
1426
|
+
static get DateTimePropertyDisplay() { return new models_1.Guid("5666ffa1-5ff1-4a64-bac8-854da534ff16"); }
|
|
1427
|
+
static get DateTimePropertyEditor() { return new models_1.Guid("0f52758b-4d0c-4e02-abfe-ea1c5c935571"); }
|
|
1428
|
+
static get DateTimePropertyConfiguration() { return new models_1.Guid("0AA4B891-6FCF-4B1F-959C-8FD04EF8BFE9"); }
|
|
1203
1429
|
}
|
|
1204
1430
|
exports.OmniaWebComponentManifests = OmniaWebComponentManifests;
|
package/Messaging.d.ts
CHANGED
package/NotNullish.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function notNullish<T = any>(val?: T | null | undefined): val is T;
|
package/NotNullish.js
ADDED
package/NullOf.d.ts
ADDED
package/NullOf.js
ADDED
|
@@ -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