@omnia/fx-models 8.0.48-vnext → 8.0.49-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 +3 -0
- package/Icon.js +38 -1
- package/Journey.d.ts +3 -3
- package/Layout.d.ts +38 -13
- package/Layout.js +1 -0
- package/ManifestIds.d.ts +93 -4
- package/ManifestIds.js +260 -8
- package/NotNullish.d.ts +1 -0
- package/NotNullish.js +7 -0
- package/NullOf.d.ts +2 -0
- package/NullOf.js +7 -0
- package/PermissionInputSettings.d.ts +2 -0
- package/RollupMetricSettings.d.ts +14 -0
- package/RollupMetricSettings.js +2 -0
- package/RollupQuery.d.ts +27 -2
- package/RollupQuery.js +17 -0
- package/Secrets.d.ts +1 -0
- package/SignInLayout.d.ts +1 -0
- package/SignInLayout.js +4 -0
- package/SocialReaction.d.ts +4 -2
- package/admin/AdminModels.d.ts +42 -0
- package/apps/App.d.ts +2 -0
- package/apps/AppInstanceRollup.d.ts +2 -2
- package/auth/AnonymousAccessType.d.ts +5 -0
- package/auth/AnonymousAccessType.js +9 -0
- package/auth/LoginProvider.d.ts +9 -0
- package/auth/LoginProvider.js +9 -0
- package/auth/common/AuthenticationSessionResult.d.ts +1 -0
- package/auth/common/AuthenticationSettings.d.ts +10 -0
- package/auth/index.d.ts +2 -0
- package/auth/index.js +2 -0
- package/azure-openai/dalle/CreateImageResponse.d.ts +1 -1
- package/azure-openai/dalle/index.d.ts +1 -0
- package/azure-openai/dalle/index.js +1 -0
- package/azure-openai/textcompletion/TextCompletionRequest.d.ts +1 -1
- package/azure-openai/textcompletion/TextCompletionResult.d.ts +1 -1
- package/bulkimportusers/BulkImportFileValidation.d.ts +8 -0
- package/bulkimportusers/BulkImportFileValidation.js +4 -0
- package/bulkimportusers/BulkImportUsersScenarios.d.ts +5 -0
- package/bulkimportusers/BulkImportUsersScenarios.js +9 -0
- package/bulkimportusers/BulkImportUsersTasks.d.ts +15 -0
- package/bulkimportusers/BulkImportUsersTasks.js +8 -0
- package/bulkimportusers/TemplateFileData.d.ts +5 -0
- package/bulkimportusers/TemplateFileData.js +2 -0
- package/bulkimportusers/TemplateFileMetaData.d.ts +6 -0
- package/bulkimportusers/TemplateFileMetaData.js +2 -0
- package/bulkimportusers/TemplateFileSettings.d.ts +7 -0
- package/bulkimportusers/TemplateFileSettings.js +2 -0
- package/bulkimportusers/index.d.ts +6 -0
- package/bulkimportusers/index.js +9 -0
- package/businessprofilesettings/BusinessProfileAuthenticationSettings.d.ts +14 -0
- package/businessprofilesettings/BusinessProfileAuthenticationSettings.js +11 -0
- package/businessprofilesettings/index.d.ts +1 -0
- package/businessprofilesettings/index.js +4 -0
- package/enterprise-properties/EnterpriseProperty.d.ts +1 -0
- package/enterprise-properties/EnterprisePropertyItemSettings.d.ts +2 -1
- package/enterprise-properties/EnterprisePropertyToPropertySettingsMapping.d.ts +13 -0
- package/enterprise-properties/EnterprisePropertyToPropertySettingsMapping.js +18 -0
- package/enterprise-properties/index.d.ts +1 -0
- package/enterprise-properties/index.js +1 -0
- package/filterengine/ITypedFilterEngineHandler.d.ts +3 -2
- package/filterengine/Shared.d.ts +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/IdentitySyncProvider.d.ts +1 -1
- package/identities/RoleIdentity.d.ts +1 -0
- package/identities/UserIdentity.d.ts +8 -0
- package/identities/UserIdentity.js +11 -0
- package/identities/UserIdentityQuery.d.ts +23 -0
- package/identities/UserIdentityQuery.js +26 -0
- package/identities/UserManagementQuery.d.ts +15 -0
- package/identities/UserManagementQuery.js +18 -0
- package/identities/UserTypeSettings.d.ts +26 -0
- package/identities/UserTypeSettings.js +32 -0
- package/identities/index.d.ts +5 -0
- package/identities/index.js +5 -0
- package/internal-do-not-import-from-here/shared/models/DynamicState.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/DynamicState.js +2 -0
- package/internal-do-not-import-from-here/shared/models/Equals.js +31 -0
- package/internal-do-not-import-from-here/shared/models/Future.d.ts +17 -1
- package/internal-do-not-import-from-here/shared/models/Future.js +26 -5
- package/internal-do-not-import-from-here/shared/models/Guid.d.ts +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/TempSocialReactions.d.ts +13 -0
- package/internal-do-not-import-from-here/shared/models/hub/TempSocialReactions.js +20 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +63 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.js +7 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.d.ts +7 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.js +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.d.ts +14 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.js +15 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.d.ts +32 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.js +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.d.ts +14 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.js +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.d.ts +15 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.js +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +38 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +39 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.d.ts +7 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +10 -0
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.js +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.d.ts +4 -0
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.js +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.js +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/index.js +8 -0
- package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.d.ts +10 -0
- package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.js +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.d.ts +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.js +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/social/index.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/social/index.js +5 -0
- package/internal-do-not-import-from-here/shared/models/index.d.ts +4 -1
- package/internal-do-not-import-from-here/shared/models/index.js +4 -1
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +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 +147 -71
- package/internal-do-not-import-from-here/velcron/core/models/VelcronDefinitions.js +2 -2
- package/internal-do-not-import-from-here/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +344 -0
- package/internal-do-not-import-from-here/velcron/core/models/VelcronPropertyEditorDefinitions.js +127 -0
- package/internal-do-not-import-from-here/velcron/core/models/index.d.ts +2 -0
- package/internal-do-not-import-from-here/velcron/core/models/index.js +2 -0
- package/linkstatus/LinkStatus.d.ts +32 -0
- package/linkstatus/LinkStatus.js +2 -0
- package/linkstatus/index.d.ts +1 -0
- package/linkstatus/index.js +4 -0
- package/media-gallery/index.d.ts +2 -0
- package/media-gallery/index.js +5 -0
- package/media-gallery/providers/MediaDialogProviderComponentProps.d.ts +8 -0
- package/media-gallery/providers/MediaDialogProviderComponentProps.js +2 -0
- package/media-gallery/providers/MediaDisplayProviderComponentProps.d.ts +11 -0
- package/media-gallery/providers/MediaDisplayProviderComponentProps.js +2 -0
- package/media-gallery/providers/MediaGalleryDialogProvider.d.ts +5 -0
- package/media-gallery/providers/MediaGalleryDialogProvider.js +6 -0
- package/media-gallery/providers/MediaGalleryDisplayProvider.d.ts +5 -0
- package/media-gallery/providers/MediaGalleryDisplayProvider.js +6 -0
- package/media-gallery/providers/PhotoLayoutMap.d.ts +4 -0
- package/media-gallery/providers/PhotoLayoutMap.js +2 -0
- package/media-gallery/providers/PhotoWall.d.ts +10 -0
- package/media-gallery/providers/PhotoWall.js +14 -0
- package/media-gallery/providers/PhotoWallDirection.d.ts +5 -0
- package/media-gallery/providers/PhotoWallDirection.js +2 -0
- package/media-gallery/providers/PhotoWallGridLayout.d.ts +9 -0
- package/media-gallery/providers/PhotoWallGridLayout.js +14 -0
- package/media-gallery/providers/PhotoWallMedia.d.ts +8 -0
- package/media-gallery/providers/PhotoWallMedia.js +2 -0
- package/media-gallery/providers/SliderDialogProvider.d.ts +10 -0
- package/media-gallery/providers/SliderDialogProvider.js +15 -0
- package/media-gallery/providers/index.d.ts +12 -0
- package/media-gallery/providers/index.js +15 -0
- package/media-gallery/styles/IRowPhotos.css.d.ts +4 -0
- package/media-gallery/styles/IRowPhotos.css.js +4 -0
- package/media-gallery/styles/index.d.ts +1 -0
- package/media-gallery/styles/index.js +4 -0
- package/media-picker/MediaPickerImageRendition.d.ts +4 -4
- package/media-picker/MediaPickerMedia.d.ts +8 -2
- package/media-picker/MediaPickerPersistedImageDetails.d.ts +1 -0
- package/media-picker/MediaPickerProvider.d.ts +16 -0
- package/media-picker/MediaPickerProvider.js +2 -0
- package/media-picker/MediaPickerProviderContext.d.ts +3 -3
- package/media-picker/MediaPickerProviderContext.js +0 -4
- package/media-picker/MediaPickerSearchProvider.d.ts +5 -0
- package/media-picker/MediaPickerSearchProvider.js +2 -0
- package/media-picker/MediaPickerTransformations.d.ts +5 -4
- package/media-picker/Shared.d.ts +7 -1
- package/media-picker/index.d.ts +3 -5
- package/media-picker/index.js +3 -5
- package/media-picker/localize.d.ts +26 -0
- package/media-picker/localize.js +7 -0
- package/mediaflow/Constants.d.ts +16 -0
- package/mediaflow/Constants.js +21 -0
- package/mediaflow/MediaflowAuthenticationInfo.d.ts +5 -0
- package/mediaflow/MediaflowAuthenticationInfo.js +2 -0
- package/mediaflow/MediaflowSettings.d.ts +6 -0
- package/mediaflow/MediaflowSettings.js +2 -0
- package/mediaflow/index.d.ts +3 -0
- package/mediaflow/index.js +6 -0
- package/omniasearch/IPagedResult.d.ts +4 -0
- package/omniasearch/IPagedResult.js +2 -0
- package/omniasearch/IPagedSearchResult.d.ts +8 -0
- package/omniasearch/IPagedSearchResult.js +2 -0
- package/omniasearch/ISearchResult.d.ts +7 -0
- package/omniasearch/ISearchResult.js +2 -0
- package/omniasearch/IndexSearchRequest.d.ts +42 -0
- package/omniasearch/IndexSearchRequest.js +2 -0
- package/omniasearch/IndexSettings.d.ts +6 -0
- package/omniasearch/IndexSettings.js +2 -0
- package/omniasearch/IndexedDocument.d.ts +7 -0
- package/omniasearch/IndexedDocument.js +2 -0
- package/omniasearch/SearchIndex.d.ts +4 -0
- package/omniasearch/SearchIndex.js +6 -0
- package/omniasearch/SearchQuery.d.ts +7 -0
- package/omniasearch/SearchQuery.js +2 -0
- package/omniasearch/SearchQueryPaging.d.ts +6 -0
- package/omniasearch/SearchQueryPaging.js +2 -0
- package/omniasearch/SearchTask.d.ts +13 -0
- package/omniasearch/SearchTask.js +11 -0
- package/omniasearch/index.d.ts +10 -0
- package/omniasearch/index.js +13 -0
- package/oxide/OxideTypeDefinitions.d.ts +182 -91
- package/oxide/OxideTypeDefinitions.js +116 -62
- package/oxide/SharedSettings.d.ts +8 -0
- package/oxide/SharedSettings.js +2 -0
- package/oxide/index.d.ts +1 -0
- package/oxide/index.js +1 -0
- package/package.json +1 -1
- package/properties/IPropertyValueRenderer.d.ts +6 -4
- package/properties/PropertyBinding.d.ts +1 -0
- package/properties/PropertyDefinition.d.ts +6 -1
- package/properties/PropertyDefinition.js +4 -1
- package/properties/PropertyValue.d.ts +3 -0
- package/properties/PropertyValue.js +10 -0
- package/properties/PropertyValuePrimitiveConverter.d.ts +4 -0
- package/properties/PropertyValuePrimitiveConverter.js +6 -0
- package/properties/bindingprovider/IPropertyBindingProvider.d.ts +12 -0
- package/properties/bindingprovider/IPropertyBindingProvider.js +2 -0
- package/properties/bindingprovider/index.d.ts +1 -0
- package/properties/bindingprovider/index.js +4 -0
- package/properties/datasource/DataSourceProperty.d.ts +1 -0
- package/properties/datasource/UserDataSourceProperty.d.ts +12 -0
- package/properties/datasource/UserDataSourceProperty.js +20 -0
- package/properties/datasource/index.d.ts +1 -0
- package/properties/datasource/index.js +1 -0
- package/properties/definitions/BirthdayPropertyDefinition.d.ts +6 -7
- package/properties/definitions/BirthdayPropertyDefinition.js +7 -1
- package/properties/definitions/BooleanPropertyDefinition.d.ts +3 -3
- package/properties/definitions/BooleanPropertyDefinition.js +4 -1
- package/properties/definitions/BusinessProfilePropertyDefinition.d.ts +14 -0
- package/properties/definitions/BusinessProfilePropertyDefinition.js +17 -0
- package/properties/definitions/DatePropertyDefinition.d.ts +21 -6
- package/properties/definitions/DatePropertyDefinition.js +33 -1
- package/properties/definitions/DateTimePropertyDefinition.d.ts +10 -6
- package/properties/definitions/DateTimePropertyDefinition.js +7 -1
- package/properties/definitions/EmailPropertyDefinition.d.ts +3 -4
- package/properties/definitions/EmailPropertyDefinition.js +4 -1
- package/properties/definitions/HtmlPropertyDefinition.d.ts +6 -7
- package/properties/definitions/HtmlPropertyDefinition.js +7 -1
- package/properties/definitions/IdentityPropertyDefinition.d.ts +8 -5
- package/properties/definitions/IdentityPropertyDefinition.js +6 -2
- package/properties/definitions/ImagePropertyDefinition.d.ts +7 -6
- package/properties/definitions/ImagePropertyDefinition.js +9 -2
- package/properties/definitions/IntegerPropertyDefinition.d.ts +3 -5
- package/properties/definitions/IntegerPropertyDefinition.js +4 -1
- package/properties/definitions/LanguagePropertyDefinition.d.ts +3 -6
- package/properties/definitions/LanguagePropertyDefinition.js +5 -2
- package/properties/definitions/LinkPropertyDefinition.d.ts +4 -6
- package/properties/definitions/LinkPropertyDefinition.js +4 -1
- package/properties/definitions/MediaPropertyDefinition.d.ts +3 -3
- package/properties/definitions/MediaPropertyDefinition.js +4 -1
- package/properties/definitions/MultilineTextPropertyDefinition.d.ts +3 -5
- package/properties/definitions/MultilineTextPropertyDefinition.js +4 -1
- package/properties/definitions/MultilingualTextPropertyDefinition.d.ts +6 -7
- package/properties/definitions/MultilingualTextPropertyDefinition.js +8 -4
- package/properties/definitions/PhoneNumberPropertyDefinition.d.ts +3 -5
- package/properties/definitions/PhoneNumberPropertyDefinition.js +4 -1
- package/properties/definitions/TagsPropertyDefinition.d.ts +12 -0
- package/properties/definitions/TagsPropertyDefinition.js +19 -0
- package/properties/definitions/TermSetPropertyDefinition.d.ts +30 -0
- package/properties/definitions/TermSetPropertyDefinition.js +41 -0
- package/properties/definitions/TextPropertyDefinition.d.ts +4 -5
- package/properties/definitions/TextPropertyDefinition.js +6 -2
- package/properties/definitions/TimePropertyDefinition.d.ts +5 -6
- package/properties/definitions/TimePropertyDefinition.js +7 -1
- package/properties/definitions/UserTypePropertyDefinition.d.ts +15 -0
- package/properties/definitions/UserTypePropertyDefinition.js +17 -0
- package/properties/definitions/index.d.ts +4 -0
- package/properties/definitions/index.js +4 -0
- package/properties/index.d.ts +2 -1
- package/properties/index.js +2 -1
- package/properties/values/BirthdayPropertyValue.d.ts +1 -0
- package/properties/values/BirthdayPropertyValue.js +3 -0
- package/properties/values/BooleanPropertyValue.d.ts +1 -0
- package/properties/values/BooleanPropertyValue.js +3 -0
- package/properties/values/BusinessProfilePropertyValue.d.ts +6 -0
- package/properties/values/BusinessProfilePropertyValue.js +11 -0
- package/properties/values/DatePropertyValue.d.ts +5 -1
- package/properties/values/DatePropertyValue.js +4 -1
- package/properties/values/DateTimePropertyValue.d.ts +1 -0
- package/properties/values/DateTimePropertyValue.js +3 -0
- package/properties/values/EmailPropertyValue.d.ts +1 -0
- package/properties/values/EmailPropertyValue.js +3 -0
- package/properties/values/HtmlPropertyValue.d.ts +1 -0
- package/properties/values/HtmlPropertyValue.js +3 -0
- package/properties/values/IdentityPropertyValue.d.ts +1 -0
- package/properties/values/IdentityPropertyValue.js +3 -0
- package/properties/values/ImagePropertyValue.d.ts +1 -0
- package/properties/values/ImagePropertyValue.js +3 -1
- package/properties/values/IntegerPropertyValue.d.ts +1 -0
- package/properties/values/IntegerPropertyValue.js +3 -0
- package/properties/values/LanguagePropertyValue.d.ts +1 -0
- package/properties/values/LanguagePropertyValue.js +3 -0
- package/properties/values/LinkPropertyValue.d.ts +1 -0
- package/properties/values/LinkPropertyValue.js +3 -0
- package/properties/values/TagsPropertyValue.d.ts +7 -0
- package/properties/values/TagsPropertyValue.js +14 -0
- package/properties/values/TextPropertyValue.d.ts +1 -0
- package/properties/values/TextPropertyValue.js +3 -0
- package/properties/values/UserTypePropertyValue.d.ts +6 -0
- package/properties/values/UserTypePropertyValue.js +11 -0
- package/properties/values/index.d.ts +3 -0
- package/properties/values/index.js +3 -0
- package/richtext-editor-extensions/TextCompletionExtension.d.ts +1 -0
- package/signin/SignIn.d.ts +4 -0
- package/signin/SignIn.js +10 -0
- package/signin/index.d.ts +1 -0
- package/signin/index.js +4 -0
- package/statuscodelayout/StatusCodeLayoutProvider.d.ts +8 -0
- package/statuscodelayout/StatusCodeLayoutProvider.js +6 -0
- package/statuscodelayout/StatusCodeLayoutSettings.d.ts +17 -0
- package/statuscodelayout/StatusCodeLayoutSettings.js +407 -0
- package/statuscodelayout/index.d.ts +2 -0
- package/statuscodelayout/index.js +5 -0
- package/ux/AdminApi.d.ts +29 -2
- package/ux/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/properties/lock/PropertySettingsLock.d.ts +0 -23
- package/properties/lock/PropertySettingsLock.js +0 -77
- /package/{internal-do-not-import-from-here/shared/models/Bring.js → FilterpickerModel.js} +0 -0
package/ManifestIds.js
CHANGED
|
@@ -18,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,30 @@ 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
|
+
}
|
|
417
|
+
static get MagicLinkCore() {
|
|
418
|
+
return new models_1.Guid("801bcf8f-94fd-4619-843f-7f1fc0c57b3c");
|
|
419
|
+
}
|
|
383
420
|
}
|
|
384
421
|
exports.OmniaResourceManifests = OmniaResourceManifests;
|
|
385
422
|
class OmniaWebComponentManifests {
|
|
@@ -395,11 +432,20 @@ class OmniaWebComponentManifests {
|
|
|
395
432
|
static get SignInOmniaRenderer() {
|
|
396
433
|
return new models_1.Guid("bc3b9409-639d-4582-9a6e-58a4295bc470");
|
|
397
434
|
}
|
|
435
|
+
static get SignInIdentityCreationRequestRenderer() {
|
|
436
|
+
return new models_1.Guid("2B741F02-03A5-4CB5-A7BE-72E204EBECC8");
|
|
437
|
+
}
|
|
398
438
|
static get SignOut() {
|
|
399
439
|
return new models_1.Guid("f297290b-5ea4-409a-9738-ca880f1ea612");
|
|
400
440
|
}
|
|
401
|
-
static get
|
|
402
|
-
return new models_1.Guid("
|
|
441
|
+
static get MagicLinkSignIn() {
|
|
442
|
+
return new models_1.Guid("106dba3f-206e-4ad7-bbb2-8e574e3da49e");
|
|
443
|
+
}
|
|
444
|
+
static get MagicLinkSuccess() {
|
|
445
|
+
return new models_1.Guid("168b37eb-8cbc-4e46-944c-bf9a6a5e9063");
|
|
446
|
+
}
|
|
447
|
+
static get MagicLinkFailure() {
|
|
448
|
+
return new models_1.Guid("d836de74-ad89-4f49-99e2-1046b1ba2cab");
|
|
403
449
|
}
|
|
404
450
|
static get LayoutRendererCanvas() {
|
|
405
451
|
return new models_1.Guid("f346db89-a53b-4046-90b1-795429fb0162");
|
|
@@ -420,10 +466,177 @@ class OmniaWebComponentManifests {
|
|
|
420
466
|
return new models_1.Guid("73154f51-a929-44ac-be24-8779a3fa7ef5");
|
|
421
467
|
}
|
|
422
468
|
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
469
|
static get VersionedLayoutController() { return new models_1.Guid("c88e2566-b07a-4680-aef7-f575f5c5641b"); }
|
|
425
470
|
static get VersionedLayoutEditorChrome() { return new models_1.Guid("177046bf-d171-495b-bce7-0d1cd9242fa1"); }
|
|
426
471
|
static get BladeHeader() { return new models_1.Guid("1541cc19-8f29-4196-8d08-121332a499a6"); }
|
|
472
|
+
static get OAppBar() {
|
|
473
|
+
return new models_1.Guid("90d19714-df6c-4b16-bd5d-42bc705e7692");
|
|
474
|
+
}
|
|
475
|
+
static get OAlert() {
|
|
476
|
+
return new models_1.Guid("8a200f29-d748-4601-b901-dd76ca8ec771");
|
|
477
|
+
}
|
|
478
|
+
static get OInfiniteScroll() {
|
|
479
|
+
return new models_1.Guid("fb478d20-1092-422a-a210-6afa9758300f");
|
|
480
|
+
}
|
|
481
|
+
static get OAvatar() {
|
|
482
|
+
return new models_1.Guid("8848766a-05fd-4a7a-8e1a-89376b3cf09a");
|
|
483
|
+
}
|
|
484
|
+
static get OLazy() {
|
|
485
|
+
return new models_1.Guid("2df6ab65-eea8-4ed8-bab2-97dff9c56224");
|
|
486
|
+
}
|
|
487
|
+
static get OBadge() {
|
|
488
|
+
return new models_1.Guid("4cc48714-e16a-45fe-b2d2-13932a13d1f8");
|
|
489
|
+
}
|
|
490
|
+
static get OBtn() {
|
|
491
|
+
return new models_1.Guid("2dc36afd-2759-4696-ad30-c07d123dcc62");
|
|
492
|
+
}
|
|
493
|
+
static get OBtnGroup() {
|
|
494
|
+
return new models_1.Guid("2c933089-7d81-4c55-987d-0530d63d458e");
|
|
495
|
+
}
|
|
496
|
+
static get OCard() {
|
|
497
|
+
return new models_1.Guid("9349eb77-1427-4f73-bb91-f7994524e5c8");
|
|
498
|
+
}
|
|
499
|
+
static get OCheckBox() {
|
|
500
|
+
return new models_1.Guid("f552852b-a987-4a37-8c93-29da62aaf9dc");
|
|
501
|
+
}
|
|
502
|
+
static get OChip() {
|
|
503
|
+
return new models_1.Guid("f12317fe-b91b-4efe-bc33-7cfe39fabe1c");
|
|
504
|
+
}
|
|
505
|
+
static get OColumn() {
|
|
506
|
+
return new models_1.Guid("d116618a-12d0-439f-8da8-09535809c260");
|
|
507
|
+
}
|
|
508
|
+
static get ODataTable() {
|
|
509
|
+
return new models_1.Guid("27c00720-f7fb-46bb-b392-86a2cb94797c");
|
|
510
|
+
}
|
|
511
|
+
static get ODataTableServer() {
|
|
512
|
+
return new models_1.Guid("810f65f4-3037-4ef2-a142-907a707f650f");
|
|
513
|
+
}
|
|
514
|
+
static get ODialog() {
|
|
515
|
+
return new models_1.Guid("dc1c89b3-d0c2-4b7a-a105-0f19a0f962b3");
|
|
516
|
+
}
|
|
517
|
+
static get ODivider() {
|
|
518
|
+
return new models_1.Guid("c0415286-cfac-4134-9dd2-64dc1621c463");
|
|
519
|
+
}
|
|
520
|
+
static get ODraggable() {
|
|
521
|
+
return new models_1.Guid("3465fc25-0ac4-4f43-af9d-3df1cf17ec55");
|
|
522
|
+
}
|
|
523
|
+
static get ODatePicker() {
|
|
524
|
+
return new models_1.Guid("b10a0917-fdc7-44c8-90d9-b472ee3b3c99");
|
|
525
|
+
}
|
|
526
|
+
static get OExpansionpanels() {
|
|
527
|
+
return new models_1.Guid("22037265-3d7a-43a6-a79c-f1d01a23cffb");
|
|
528
|
+
}
|
|
529
|
+
static get OExpansionpanel() {
|
|
530
|
+
return new models_1.Guid("a6ca5f7d-21d2-4b16-8fca-b70c965fded1");
|
|
531
|
+
}
|
|
532
|
+
static get OHostProvider() {
|
|
533
|
+
return new models_1.Guid("8beba318-c75e-49aa-b203-190ba1953c71");
|
|
534
|
+
}
|
|
535
|
+
static get OIcon() {
|
|
536
|
+
return new models_1.Guid("df79ba95-ee5d-4013-9e79-35297b7d1e87");
|
|
537
|
+
}
|
|
538
|
+
static get OImage() {
|
|
539
|
+
return new models_1.Guid("1a821ca3-b97a-4b78-bf23-5864addd38ca");
|
|
540
|
+
}
|
|
541
|
+
static get OLayout() {
|
|
542
|
+
return new models_1.Guid("428e436c-13dc-4578-98a4-08786361c9b1");
|
|
543
|
+
}
|
|
544
|
+
static get OList() {
|
|
545
|
+
return new models_1.Guid("154a229c-9bd8-4d31-aed8-48da93f29ea2");
|
|
546
|
+
}
|
|
547
|
+
static get OListItem() {
|
|
548
|
+
return new models_1.Guid("4a463184-5ea2-4fbb-8cab-dbb9b06772da");
|
|
549
|
+
}
|
|
550
|
+
static get OMain() {
|
|
551
|
+
return new models_1.Guid("1ed9f2ec-3580-492c-b211-d719c9b15ad1");
|
|
552
|
+
}
|
|
553
|
+
static get OMenu() {
|
|
554
|
+
return new models_1.Guid("01c206c8-b30e-4140-8b64-57cdea679b78");
|
|
555
|
+
}
|
|
556
|
+
static get ONavigationDrawer() {
|
|
557
|
+
return new models_1.Guid("48b4d391-d03f-4a01-a948-5b845917d229");
|
|
558
|
+
}
|
|
559
|
+
static get OPanel() {
|
|
560
|
+
return new models_1.Guid("1d8d2a23-2824-4f1e-ab96-344841305976");
|
|
561
|
+
}
|
|
562
|
+
static get OFlex() {
|
|
563
|
+
return new models_1.Guid("1691e25d-9632-43f9-b78a-548fe8d2e8a7");
|
|
564
|
+
}
|
|
565
|
+
static get OProgress() {
|
|
566
|
+
return new models_1.Guid("247719ac-6d38-43ec-889f-ace452544a21");
|
|
567
|
+
}
|
|
568
|
+
static get ORadio() {
|
|
569
|
+
return new models_1.Guid("2d9c50d3-dcb1-421c-afb8-eab80be243a1");
|
|
570
|
+
}
|
|
571
|
+
static get ORadioGroup() {
|
|
572
|
+
return new models_1.Guid("48962186-dfb9-4f37-adc7-6f475b80015d");
|
|
573
|
+
}
|
|
574
|
+
static get ORating() {
|
|
575
|
+
return new models_1.Guid("4c41fd87-99ae-4346-8150-fd47661e8100");
|
|
576
|
+
}
|
|
577
|
+
static get OSelect() {
|
|
578
|
+
return new models_1.Guid("578e2a4d-5cd2-47a4-b129-1911256253a7");
|
|
579
|
+
}
|
|
580
|
+
static get OSkeletonLoader() {
|
|
581
|
+
return new models_1.Guid("2ade9272-1b3c-426f-ac97-c63026f77351");
|
|
582
|
+
}
|
|
583
|
+
static get OSlider() {
|
|
584
|
+
return new models_1.Guid("d108fdde-5ca9-42d7-ae92-195eb74b5452");
|
|
585
|
+
}
|
|
586
|
+
static get OSnackbar() {
|
|
587
|
+
return new models_1.Guid("a19feddc-d78b-4065-b765-0162fd088379");
|
|
588
|
+
}
|
|
589
|
+
static get OSpacer() {
|
|
590
|
+
return new models_1.Guid("c26ccc7a-eae0-4f76-a062-e83c6df302fc");
|
|
591
|
+
}
|
|
592
|
+
static get OStepper() {
|
|
593
|
+
return new models_1.Guid("7cc2d4fe-ecde-4174-badc-5797ba6fb53e");
|
|
594
|
+
}
|
|
595
|
+
static get OStepperStep() {
|
|
596
|
+
return new models_1.Guid("a8c8ffd3-d8ff-46ee-969d-8fb6b9522104");
|
|
597
|
+
}
|
|
598
|
+
static get OSwitch() {
|
|
599
|
+
return new models_1.Guid("31cc47b1-9e7d-4c40-b826-f58d1c955a43");
|
|
600
|
+
}
|
|
601
|
+
static get OTable() {
|
|
602
|
+
return new models_1.Guid("9ae46ba0-5370-4a32-9be2-91bf111c2a85");
|
|
603
|
+
}
|
|
604
|
+
static get OTab() {
|
|
605
|
+
return new models_1.Guid("8669930d-609c-497e-8cde-0c554621db88");
|
|
606
|
+
}
|
|
607
|
+
static get OTabs() {
|
|
608
|
+
return new models_1.Guid("7345c491-927b-4343-8d9f-5e14f51fbfad");
|
|
609
|
+
}
|
|
610
|
+
static get OText() {
|
|
611
|
+
return new models_1.Guid("b5a11307-4f70-4ba8-9e1e-e4102ea95536");
|
|
612
|
+
}
|
|
613
|
+
static get OLink() {
|
|
614
|
+
return new models_1.Guid("75cd9309-9dd1-4646-9e0c-e6b5b1cac14d");
|
|
615
|
+
}
|
|
616
|
+
static get OTextArea() {
|
|
617
|
+
return new models_1.Guid("1e7db8a9-8533-485d-97b4-359f64601ff0");
|
|
618
|
+
}
|
|
619
|
+
static get OTextField() {
|
|
620
|
+
return new models_1.Guid("94cf71a5-a68d-4b86-aea3-25d400df2bd2");
|
|
621
|
+
}
|
|
622
|
+
static get OToolbar() {
|
|
623
|
+
return new models_1.Guid("575bd9ad-6c0d-4fc9-ab53-fbd1b93786c4");
|
|
624
|
+
}
|
|
625
|
+
static get OColorPicker() {
|
|
626
|
+
return new models_1.Guid("28370f03-1276-4e82-b4c2-9237f943710a");
|
|
627
|
+
}
|
|
628
|
+
static get OTooltip() {
|
|
629
|
+
return new models_1.Guid("19adb199-3860-4f41-b10f-3a00eb3eb534");
|
|
630
|
+
}
|
|
631
|
+
static get OTreeView() {
|
|
632
|
+
return new models_1.Guid("c617a9d7-e252-4992-9c41-becb55905973");
|
|
633
|
+
}
|
|
634
|
+
static get OValidation() {
|
|
635
|
+
return new models_1.Guid("1e7fa637-f491-4cbe-b9ce-b6d577fec150");
|
|
636
|
+
}
|
|
637
|
+
static get OPagination() {
|
|
638
|
+
return new models_1.Guid("ecbd3b3d-bc83-4cf0-8565-97772da1320c");
|
|
639
|
+
}
|
|
427
640
|
static get Admin() {
|
|
428
641
|
return new models_1.Guid("253e469e-f68e-4cb5-b526-343736c2ff11");
|
|
429
642
|
}
|
|
@@ -469,6 +682,9 @@ class OmniaWebComponentManifests {
|
|
|
469
682
|
static get Header() {
|
|
470
683
|
return new models_1.Guid("97a0cc3e-2c06-4517-ba3c-9db6e5e04f8b");
|
|
471
684
|
}
|
|
685
|
+
static get Chrome() {
|
|
686
|
+
return new models_1.Guid("057bef68-97bb-4ba4-a089-d01c2da1322e");
|
|
687
|
+
}
|
|
472
688
|
static get FxUxHeading() {
|
|
473
689
|
return new models_1.Guid("374647c7-b8c9-4936-b9f8-c8df5d62c383");
|
|
474
690
|
}
|
|
@@ -484,9 +700,6 @@ class OmniaWebComponentManifests {
|
|
|
484
700
|
static get FxUxJourney() {
|
|
485
701
|
return new models_1.Guid("c362ce2d-88bf-493e-9581-d88a858fcae9");
|
|
486
702
|
}
|
|
487
|
-
static get OBtn() {
|
|
488
|
-
return new models_1.Guid("678a52a5-101d-4149-8d47-754aeae5f9f6");
|
|
489
|
-
}
|
|
490
703
|
static get FxUxMenuBlade() {
|
|
491
704
|
return new models_1.Guid("f3b4f675-c04e-45b1-a767-f98daabc0dc7");
|
|
492
705
|
}
|
|
@@ -598,6 +811,15 @@ class OmniaWebComponentManifests {
|
|
|
598
811
|
static get FxUxPexelProvider() {
|
|
599
812
|
return new models_1.Guid("0c762bb5-c7e6-4ccd-8a89-907200dffca5");
|
|
600
813
|
}
|
|
814
|
+
static get FxUxUnsplashProvider() {
|
|
815
|
+
return new models_1.Guid("6e7529d9-94f9-489e-a5be-5a129406caa2");
|
|
816
|
+
}
|
|
817
|
+
static get FxUxMediaflowProvider() {
|
|
818
|
+
return new models_1.Guid("E4C4594D-5285-45A2-9EDF-1DCA20F92D69");
|
|
819
|
+
}
|
|
820
|
+
static get FxUxMediaflowProviderVideoPlayer() {
|
|
821
|
+
return new models_1.Guid("29DE1787-7BBB-49B1-961E-75210D865A1B");
|
|
822
|
+
}
|
|
601
823
|
//public static get FxUxPexelProviderRegistration(): Guid { return new Guid("994741e0-aa57-4ed0-b4a1-251fb1cfbf9a"); }
|
|
602
824
|
static get FxUxMyComputerProvider() {
|
|
603
825
|
return new models_1.Guid("781b7e99-53cf-4f5b-9a40-2cad1a0cc654");
|
|
@@ -671,6 +893,9 @@ class OmniaWebComponentManifests {
|
|
|
671
893
|
static get FxUxDateTimeZoneRenderer() {
|
|
672
894
|
return new models_1.Guid("d3d05fa7-bb11-4eca-b1c1-6f714641b678");
|
|
673
895
|
}
|
|
896
|
+
static get FxUxDateTimeFilterQuery() {
|
|
897
|
+
return new models_1.Guid("0FB46D84-E95E-4E04-8018-78BEC4B370CB");
|
|
898
|
+
}
|
|
674
899
|
static get FxUxAppProvisioningRenderer() {
|
|
675
900
|
return new models_1.Guid("171ae633-5cef-4eaa-8897-7eba3bca0049");
|
|
676
901
|
}
|
|
@@ -743,6 +968,12 @@ class OmniaWebComponentManifests {
|
|
|
743
968
|
static get FxUxAppInstanceRollupListView() {
|
|
744
969
|
return new models_1.Guid("56f44aa4-881c-425b-8661-bff20129bc6d");
|
|
745
970
|
}
|
|
971
|
+
static get FxUxAppInstanceRollupRenderer() {
|
|
972
|
+
return new models_1.Guid("99576CFE-7550-4D4B-ABC4-575E968F3F9C");
|
|
973
|
+
}
|
|
974
|
+
static get FxUxAppInstanceRollupMetricDetail() {
|
|
975
|
+
return new models_1.Guid("FB44F129-DE80-4ADB-B2F1-34176C1C17A5");
|
|
976
|
+
}
|
|
746
977
|
static get FxUxAppInstanceRollupListViewSettings() {
|
|
747
978
|
return new models_1.Guid("5011d68d-4428-47bc-861c-f89ce7155c26");
|
|
748
979
|
}
|
|
@@ -842,6 +1073,12 @@ class OmniaWebComponentManifests {
|
|
|
842
1073
|
static get FxUxReactionStyle() {
|
|
843
1074
|
return new models_1.Guid("fedec5cb-43c8-4704-bd1b-8d28b4f3ea7d");
|
|
844
1075
|
}
|
|
1076
|
+
static get FxUxReactionsComponent() {
|
|
1077
|
+
return new models_1.Guid("dc26034a-ad99-4c5c-8ec6-992d317df993");
|
|
1078
|
+
}
|
|
1079
|
+
static get FxUxReactionsStyle() {
|
|
1080
|
+
return new models_1.Guid("21de9a37-3c95-4753-aaf9-be02c3f3aba9");
|
|
1081
|
+
}
|
|
845
1082
|
static get FxUxLikeListingTemplate() {
|
|
846
1083
|
return new models_1.Guid("0e7c1787-22cb-4110-8b47-40dbc788b4ee");
|
|
847
1084
|
}
|
|
@@ -851,12 +1088,15 @@ class OmniaWebComponentManifests {
|
|
|
851
1088
|
static get FxUxPermissionInput() {
|
|
852
1089
|
return new models_1.Guid("fb67bd4d-1cc2-4073-ab12-3c822d78ea17");
|
|
853
1090
|
}
|
|
854
|
-
static get
|
|
1091
|
+
static get FxUxSecurityTrimmer() {
|
|
855
1092
|
return new models_1.Guid("379287b1-efe6-4a49-a43f-cd754d1fd951");
|
|
856
1093
|
}
|
|
857
1094
|
static get FxUxSpacingPicker() {
|
|
858
1095
|
return new models_1.Guid("564bced7-081c-4964-83e8-df717f600ff3");
|
|
859
1096
|
}
|
|
1097
|
+
static get FxUxFilterPicker() {
|
|
1098
|
+
return new models_1.Guid("46a6c15c-2a0e-446f-bef9-770274409366");
|
|
1099
|
+
}
|
|
860
1100
|
static get FxUxFilterEngineSettings() {
|
|
861
1101
|
return new models_1.Guid("a91d4cd2-b574-4de3-a672-110cb1cdf7ba");
|
|
862
1102
|
}
|
|
@@ -926,6 +1166,9 @@ class OmniaWebComponentManifests {
|
|
|
926
1166
|
static get FxUxDateFilterEngineRenderer() {
|
|
927
1167
|
return new models_1.Guid("0debbe4a-117f-46dd-b9ca-37231010938c");
|
|
928
1168
|
}
|
|
1169
|
+
static get FxUxDateFilterEnginePeriodSlider() {
|
|
1170
|
+
return new models_1.Guid("0b99953e-f728-48a7-936f-51500d69d771");
|
|
1171
|
+
}
|
|
929
1172
|
static get FxUxNumberFilterEngineRenderer() {
|
|
930
1173
|
return new models_1.Guid("aac689be-588e-4dd3-ac81-66ac631a37f1");
|
|
931
1174
|
}
|
|
@@ -1092,6 +1335,9 @@ class OmniaWebComponentManifests {
|
|
|
1092
1335
|
static get FxUxPropertyDefintionConfiguration() {
|
|
1093
1336
|
return new models_1.Guid("e012f61b-652b-4ab8-b7e9-d436ef772f54");
|
|
1094
1337
|
}
|
|
1338
|
+
static get FxUxPropertyConfigurationBaseRenderer() {
|
|
1339
|
+
return new models_1.Guid("ec641f7d-0493-4ce4-8dd7-871f07395b78");
|
|
1340
|
+
}
|
|
1095
1341
|
static get FxUxLabelOptionsRenderer() {
|
|
1096
1342
|
return new models_1.Guid("54caefea-ae1d-4da7-b236-a3ff268b31c3");
|
|
1097
1343
|
}
|
|
@@ -1200,5 +1446,11 @@ class OmniaWebComponentManifests {
|
|
|
1200
1446
|
static get FxUxSidePanel() {
|
|
1201
1447
|
return new models_1.Guid("539d199f-6993-4c10-a963-f142e4f3056d");
|
|
1202
1448
|
}
|
|
1449
|
+
static get FxPhotoWallProvider() { return new models_1.Guid("12D1BCA1-D50B-4186-ACD5-0014584389C9"); }
|
|
1450
|
+
static get FxSliderDialogProvider() { return new models_1.Guid("AC5F615D-F975-43CF-97B3-AE930BA113D0"); }
|
|
1451
|
+
static get FxUxStatusCodeRenderer() { return new models_1.Guid("5aaaefb5-01d6-4fe5-9da8-b779a54c0a55"); }
|
|
1452
|
+
static get DateTimePropertyDisplay() { return new models_1.Guid("5666ffa1-5ff1-4a64-bac8-854da534ff16"); }
|
|
1453
|
+
static get DateTimePropertyEditor() { return new models_1.Guid("0f52758b-4d0c-4e02-abfe-ea1c5c935571"); }
|
|
1454
|
+
static get DateTimePropertyConfiguration() { return new models_1.Guid("0AA4B891-6FCF-4B1F-959C-8FD04EF8BFE9"); }
|
|
1203
1455
|
}
|
|
1204
1456
|
exports.OmniaWebComponentManifests = OmniaWebComponentManifests;
|
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
|
@@ -58,8 +58,17 @@ export interface DatePropFilterValue extends RollupFilterValue {
|
|
|
58
58
|
fromDate?: Date;
|
|
59
59
|
toDate?: Date;
|
|
60
60
|
}
|
|
61
|
+
export interface DatePropertyFilterCustomValue {
|
|
62
|
+
fromTodayValue: number;
|
|
63
|
+
operator: RollupEnums.CustomDateOperator;
|
|
64
|
+
unit: RollupEnums.TimePeriodTypes;
|
|
65
|
+
}
|
|
61
66
|
export interface DatePeriodPropFilterValue extends RollupFilterValue {
|
|
62
67
|
datePeriod: RollupEnums.DatePeriods;
|
|
68
|
+
customValueDetails?: {
|
|
69
|
+
from: DatePropertyFilterCustomValue;
|
|
70
|
+
to: DatePropertyFilterCustomValue;
|
|
71
|
+
};
|
|
63
72
|
}
|
|
64
73
|
export interface TaxonomyPropFilterValue extends RollupFilterValue {
|
|
65
74
|
fixedTermIds?: Array<GuidValue>;
|
|
@@ -68,6 +77,7 @@ export interface TaxonomyPropFilterValue extends RollupFilterValue {
|
|
|
68
77
|
includeChildTerms: boolean;
|
|
69
78
|
includeEmpty: boolean;
|
|
70
79
|
targetingPropertyIds: Array<GuidValue>;
|
|
80
|
+
userPropertyBindingId?: string;
|
|
71
81
|
}
|
|
72
82
|
export interface TagPropertyFilterValue extends RollupFilterValue {
|
|
73
83
|
value: Array<Tag>;
|
|
@@ -81,12 +91,27 @@ export declare module RollupEnums {
|
|
|
81
91
|
TwoWeeksFromToday = 2,
|
|
82
92
|
OneMonthFromToday = 3,
|
|
83
93
|
LaterThanToday = 4,
|
|
84
|
-
EarlierThanToday = 5
|
|
94
|
+
EarlierThanToday = 5,
|
|
95
|
+
Custom = 6
|
|
96
|
+
}
|
|
97
|
+
enum CustomDateOperator {
|
|
98
|
+
Add = 0,
|
|
99
|
+
Subtract = 1
|
|
100
|
+
}
|
|
101
|
+
enum TimePeriodTypes {
|
|
102
|
+
Years = 0,
|
|
103
|
+
Months = 1,
|
|
104
|
+
Days = 2
|
|
85
105
|
}
|
|
86
106
|
enum TaxonomyFilterType {
|
|
87
107
|
FixedValue = 1,
|
|
88
108
|
CurrentPage = 2,
|
|
89
|
-
|
|
109
|
+
/**
|
|
110
|
+
* This is the old way of doing it using targeting properties
|
|
111
|
+
*/
|
|
112
|
+
User = 3,
|
|
113
|
+
CurrentUser = 4,
|
|
114
|
+
SelectedUser = 5
|
|
90
115
|
}
|
|
91
116
|
enum PagingType {
|
|
92
117
|
NoPaging = 1,
|
package/RollupQuery.js
CHANGED
|
@@ -15,12 +15,29 @@ var RollupEnums;
|
|
|
15
15
|
DatePeriods[DatePeriods["OneMonthFromToday"] = 3] = "OneMonthFromToday";
|
|
16
16
|
DatePeriods[DatePeriods["LaterThanToday"] = 4] = "LaterThanToday";
|
|
17
17
|
DatePeriods[DatePeriods["EarlierThanToday"] = 5] = "EarlierThanToday";
|
|
18
|
+
DatePeriods[DatePeriods["Custom"] = 6] = "Custom";
|
|
18
19
|
})(DatePeriods = RollupEnums.DatePeriods || (RollupEnums.DatePeriods = {}));
|
|
20
|
+
let CustomDateOperator;
|
|
21
|
+
(function (CustomDateOperator) {
|
|
22
|
+
CustomDateOperator[CustomDateOperator["Add"] = 0] = "Add";
|
|
23
|
+
CustomDateOperator[CustomDateOperator["Subtract"] = 1] = "Subtract";
|
|
24
|
+
})(CustomDateOperator = RollupEnums.CustomDateOperator || (RollupEnums.CustomDateOperator = {}));
|
|
25
|
+
let TimePeriodTypes;
|
|
26
|
+
(function (TimePeriodTypes) {
|
|
27
|
+
TimePeriodTypes[TimePeriodTypes["Years"] = 0] = "Years";
|
|
28
|
+
TimePeriodTypes[TimePeriodTypes["Months"] = 1] = "Months";
|
|
29
|
+
TimePeriodTypes[TimePeriodTypes["Days"] = 2] = "Days";
|
|
30
|
+
})(TimePeriodTypes = RollupEnums.TimePeriodTypes || (RollupEnums.TimePeriodTypes = {}));
|
|
19
31
|
let TaxonomyFilterType;
|
|
20
32
|
(function (TaxonomyFilterType) {
|
|
21
33
|
TaxonomyFilterType[TaxonomyFilterType["FixedValue"] = 1] = "FixedValue";
|
|
22
34
|
TaxonomyFilterType[TaxonomyFilterType["CurrentPage"] = 2] = "CurrentPage";
|
|
35
|
+
/**
|
|
36
|
+
* This is the old way of doing it using targeting properties
|
|
37
|
+
*/
|
|
23
38
|
TaxonomyFilterType[TaxonomyFilterType["User"] = 3] = "User";
|
|
39
|
+
TaxonomyFilterType[TaxonomyFilterType["CurrentUser"] = 4] = "CurrentUser";
|
|
40
|
+
TaxonomyFilterType[TaxonomyFilterType["SelectedUser"] = 5] = "SelectedUser";
|
|
24
41
|
})(TaxonomyFilterType = RollupEnums.TaxonomyFilterType || (RollupEnums.TaxonomyFilterType = {}));
|
|
25
42
|
let PagingType;
|
|
26
43
|
(function (PagingType) {
|
package/Secrets.d.ts
CHANGED
package/SignInLayout.d.ts
CHANGED
package/SignInLayout.js
CHANGED
package/SocialReaction.d.ts
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { ResolvedUserIdentity, UserIdentity } from "./identities";
|
|
2
|
-
export interface ISocialReaction {
|
|
3
|
-
createdBy: UserIdentity;
|
|
2
|
+
export interface ISocialReaction extends IUserReaction {
|
|
4
3
|
createdAt?: string;
|
|
5
4
|
modifiedAt?: string;
|
|
6
5
|
createdByUser?: ResolvedUserIdentity;
|
|
6
|
+
}
|
|
7
|
+
export interface IUserReaction {
|
|
8
|
+
createdBy?: UserIdentity;
|
|
7
9
|
reactionType?: ReactionType;
|
|
8
10
|
}
|
|
9
11
|
export declare enum ReactionType {
|
package/admin/AdminModels.d.ts
CHANGED
|
@@ -1,5 +1,47 @@
|
|
|
1
1
|
import { AdminNavigationBuiltInCategory, BladeSizes, IIcon } from "../";
|
|
2
2
|
import { GuidValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
3
|
+
export interface AdminNavigationNode {
|
|
4
|
+
/**
|
|
5
|
+
* The id of the navigation node
|
|
6
|
+
*/
|
|
7
|
+
id: GuidValue;
|
|
8
|
+
/**
|
|
9
|
+
* The title of the navigation node
|
|
10
|
+
*/
|
|
11
|
+
title: string;
|
|
12
|
+
/**
|
|
13
|
+
* The icon
|
|
14
|
+
*/
|
|
15
|
+
icon: IIcon;
|
|
16
|
+
/**
|
|
17
|
+
* The component with manifest id that will be rendered when selected
|
|
18
|
+
*/
|
|
19
|
+
componentManifestId: GuidValue;
|
|
20
|
+
/**
|
|
21
|
+
* The url segment will append after manifest id in url.
|
|
22
|
+
*/
|
|
23
|
+
customUrlSegment?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Tooltip to show when hover on element
|
|
26
|
+
*/
|
|
27
|
+
tooltip?: string;
|
|
28
|
+
/**
|
|
29
|
+
* Show or Hide node in Omnia Admin by checking permission with input security role id on current context
|
|
30
|
+
*
|
|
31
|
+
* If SecurityRole is undefined, and the Category is Tenant scope, then it requires Tenant Admin permission in current context.
|
|
32
|
+
* If SecurityRole is undefined, and the Category is Business Profile scope, then it requires Business Profile Admin permission in current context.
|
|
33
|
+
* If SecurityRole is undefined, and the Category is App Instance scope, then it requires App Instance Amin permission in current context.
|
|
34
|
+
* If SecurityRole is undefined, and the Category is not one of the Built-in scopes, then it requires Tenant Admin permission.
|
|
35
|
+
*
|
|
36
|
+
* If SecurityRole is any role, and the Category is Tenant scope, then it requires either Tenant Admin or the role permission in current context.
|
|
37
|
+
* If SecurityRole is any role, and the Category is Business Profile scope, then it requires either Business Profile Admin or the role permission in current context.
|
|
38
|
+
* If SecurityRole is any role, and the Category is App Instance scope, then it requires either App Instance Admin or the role permission in current context.
|
|
39
|
+
* If SecurityRole is any role, and the Category is not one of the Built-in scopes, then it requires the role permission in current context.
|
|
40
|
+
*
|
|
41
|
+
* If securityRole is set to "AlwaysAuthorized", then it does not require any permission.
|
|
42
|
+
*/
|
|
43
|
+
securityRole?: "AlwaysAuthorized" | GuidValue;
|
|
44
|
+
}
|
|
3
45
|
export interface NavigationNodeInitializeMessage {
|
|
4
46
|
readonly key: string;
|
|
5
47
|
state: NavigationNodeReactiveState;
|
package/apps/App.d.ts
CHANGED
|
@@ -77,6 +77,7 @@ export interface AppResourceType {
|
|
|
77
77
|
icon: IIcon;
|
|
78
78
|
parameters: Array<ServiceParam>;
|
|
79
79
|
providedParameters: Array<ServiceParam>;
|
|
80
|
+
requiredFeatures?: Array<GuidValue>;
|
|
80
81
|
}
|
|
81
82
|
export interface AppDefinition {
|
|
82
83
|
id: GuidValue;
|
|
@@ -87,6 +88,7 @@ export interface AppDefinition {
|
|
|
87
88
|
icons: IIcon[];
|
|
88
89
|
hidden: boolean;
|
|
89
90
|
resourceTypes: AppResourceType[];
|
|
91
|
+
enabledResourceTypes: AppResourceType[];
|
|
90
92
|
}
|
|
91
93
|
export interface AppTemplate {
|
|
92
94
|
id: GuidValue;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GuidValue, FilterEngineSettings } from "@omnia/fx-models";
|
|
1
|
+
import { GuidValue, FilterEngineSettings, RollupMetricSettings } from "@omnia/fx-models";
|
|
2
2
|
import { EnterprisePropertyDefinition } from "../enterprise-properties/EnterpriseProperty";
|
|
3
3
|
import { AppInstanceScopedQueryTypes, PropertyIndexedType } from "../Enums";
|
|
4
4
|
import { MultilingualString } from "../MultilingualString";
|
|
@@ -14,7 +14,7 @@ export declare class AppInstanceRollupConstants {
|
|
|
14
14
|
Image: string;
|
|
15
15
|
};
|
|
16
16
|
}
|
|
17
|
-
export interface AppInstanceRollupBlockSettings {
|
|
17
|
+
export interface AppInstanceRollupBlockSettings extends RollupMetricSettings {
|
|
18
18
|
title: MultilingualString;
|
|
19
19
|
querySettings: AppInstanceRollupBlockQuerySettings;
|
|
20
20
|
displaySettings: AppInstanceRollupBlockDisplaySettings;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AnonymousAccessType = void 0;
|
|
4
|
+
var AnonymousAccessType;
|
|
5
|
+
(function (AnonymousAccessType) {
|
|
6
|
+
AnonymousAccessType[AnonymousAccessType["Disabled"] = 1] = "Disabled";
|
|
7
|
+
AnonymousAccessType[AnonymousAccessType["WorkspaceHome"] = 2] = "WorkspaceHome";
|
|
8
|
+
AnonymousAccessType[AnonymousAccessType["SpecificApp"] = 3] = "SpecificApp";
|
|
9
|
+
})(AnonymousAccessType = exports.AnonymousAccessType || (exports.AnonymousAccessType = {}));
|