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