@omnia/fx-models 8.0.5-vnext → 8.0.6-dev-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/AzureAdAppPermissions.d.ts +4 -1
- package/BlockTitleSettings.d.ts +5 -5
- package/BusinessProfileDallEPromptDefault.d.ts +5 -0
- package/BusinessProfileDallEPromptDefault.js +11 -0
- package/ClientManifests.d.ts +35 -10
- package/ClientManifests.js +8 -0
- package/Constants.d.ts +37 -48
- package/Constants.js +50 -62
- package/DateTimeZone.d.ts +2 -2
- package/DependencyInjection.d.ts +1 -1
- package/DependencyInjection.js +1 -1
- package/Enums.d.ts +40 -4
- package/Enums.js +43 -2
- package/Exposes.d.ts +21 -3
- package/Exposes.js +21 -3
- package/Extends.d.ts +2 -2
- package/Feature.d.ts +1 -0
- package/FileValidationResult.d.ts +4 -0
- package/FileValidationResult.js +8 -0
- package/FilterEngineStyles.d.ts +39 -7
- package/FilterpickerModel.d.ts +9 -0
- package/Func.d.ts +28 -0
- package/IPropertiesApi.d.ts +1 -1
- package/ISpecialUserConfiguration.d.ts +3 -0
- package/Icon.d.ts +17 -0
- package/Icon.js +66 -1
- package/Journey.d.ts +8 -2
- package/Layout.d.ts +22 -17
- package/LayoutDefinition.d.ts +5 -1
- package/LinkHandler/linktype/DefaultLinkType.js +1 -1
- package/LinkHandler/linktype/DocumentLinkType.js +1 -1
- package/ManifestIds.d.ts +98 -5
- package/ManifestIds.js +272 -10
- package/MediaScalingSettings.d.ts +6 -0
- package/Messaging.d.ts +1 -0
- package/PermissionInputSettings.d.ts +5 -1
- package/RollupMetricSettings.d.ts +14 -0
- package/RollupQuery.d.ts +9 -2
- package/RollupQuery.js +5 -0
- package/Secrets.d.ts +1 -0
- package/SignInLayout.d.ts +1 -0
- package/SignInLayout.js +4 -0
- package/TargetingProperty.d.ts +4 -0
- package/TargetingProperty.js +2 -1
- package/TokenDefinition.d.ts +1 -1
- package/apps/App.d.ts +6 -4
- package/apps/AppInstanceRollup.d.ts +4 -3
- package/apps/AppInstanceRollup.js +1 -1
- 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/OTPAuthOption.d.ts +1 -0
- package/auth/common/AuthenticationResult.d.ts +1 -0
- package/auth/common/AuthenticationSessionResult.d.ts +1 -0
- package/auth/common/AuthenticationSettings.d.ts +5 -0
- package/auth/index.d.ts +2 -0
- package/auth/index.js +2 -0
- package/azure-openai/common/ApiResultBase.d.ts +5 -0
- package/azure-openai/common/ApiResultBase.js +2 -0
- package/azure-openai/common/Choice.d.ts +7 -0
- package/azure-openai/common/Choice.js +2 -0
- package/azure-openai/common/Logprobs.d.ts +8 -0
- package/azure-openai/common/Logprobs.js +2 -0
- package/azure-openai/common/Usage.d.ts +4 -0
- package/azure-openai/common/Usage.js +2 -0
- package/azure-openai/common/index.d.ts +4 -0
- package/azure-openai/common/index.js +7 -0
- package/azure-openai/dalle/BaseResponse.d.ts +4 -0
- package/azure-openai/dalle/BaseResponse.js +2 -0
- package/azure-openai/dalle/CreateImageResponse.d.ts +14 -0
- package/azure-openai/dalle/CreateImageResponse.js +2 -0
- package/azure-openai/dalle/ErrorResponse.d.ts +11 -0
- package/azure-openai/dalle/ErrorResponse.js +8 -0
- package/azure-openai/dalle/StatusRequest.d.ts +5 -0
- package/azure-openai/dalle/StatusRequest.js +9 -0
- package/azure-openai/dalle/TextToImageRequest.d.ts +4 -0
- package/azure-openai/dalle/TextToImageRequest.js +2 -0
- package/azure-openai/dalle/TextToImageResponse.d.ts +7 -0
- package/azure-openai/dalle/TextToImageResponse.js +2 -0
- package/azure-openai/dalle/index.d.ts +6 -0
- package/azure-openai/dalle/index.js +9 -0
- package/azure-openai/index.d.ts +3 -0
- package/azure-openai/index.js +6 -0
- package/azure-openai/settings/OpenAISettings.d.ts +11 -0
- package/azure-openai/settings/OpenAISettings.js +5 -0
- package/azure-openai/settings/index.d.ts +1 -0
- package/azure-openai/settings/index.js +4 -0
- package/azure-openai/textcompletion/TextCompletionRequest.d.ts +4 -0
- package/azure-openai/textcompletion/TextCompletionRequest.js +2 -0
- package/azure-openai/textcompletion/TextCompletionResult.d.ts +9 -0
- package/azure-openai/textcompletion/TextCompletionResult.js +2 -0
- package/azure-openai/textcompletion/index.d.ts +2 -0
- package/azure-openai/textcompletion/index.js +5 -0
- 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 +7 -0
- package/componentproptypes/ThemeableComponents.js +2 -0
- package/componentproptypes/index.d.ts +1 -0
- package/componentproptypes/index.js +4 -0
- package/docs/Api.d.ts +37 -0
- package/docs/Api.js +2 -0
- package/docs/index.d.ts +1 -0
- package/docs/index.js +4 -0
- package/editor-chrome/IEditorItemPanelsRenderer.d.ts +1 -1
- package/enterprise-glossary/EnterpriseGlossary.d.ts +4 -3
- package/enterprise-glossary/EnterpriseGlossary.js +7 -5
- package/enterprise-glossary/EnterpriseGlossaryApis.d.ts +1 -1
- package/enterprise-glossary/EnterpriseGlossaryProvider.d.ts +3 -2
- package/enterprise-properties/EnterpriseProperty.d.ts +6 -2
- package/enterprise-properties/EnterprisePropertyItemSettings.d.ts +1 -0
- package/enterprise-properties/EnterprisePropertySettings.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 +72 -8
- package/filterengine/Shared.js +46 -3
- package/identities/ArchiveIdentityManagementQuery.d.ts +13 -0
- package/identities/ArchiveIdentityManagementQuery.js +16 -0
- package/identities/DynamicGroupIdentity.d.ts +6 -6
- package/identities/ExtensionIdentity.d.ts +5 -4
- package/identities/GroupIdentity.d.ts +12 -7
- package/identities/GroupManagementQuery.d.ts +13 -0
- package/identities/GroupManagementQuery.js +16 -0
- package/identities/Identity.d.ts +20 -3
- package/identities/Identity.js +27 -1
- package/identities/IdentityApi.d.ts +3 -3
- 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/IdentityProviderSettings.d.ts +1 -0
- package/identities/IdentityQuery.d.ts +10 -4
- package/identities/IdentityQuery.js +11 -5
- package/identities/RoleIdentity.d.ts +5 -4
- package/identities/UserIdentity.d.ts +22 -16
- package/identities/UserIdentity.js +12 -0
- package/identities/UserIdentityQuery.d.ts +23 -0
- package/identities/UserIdentityQuery.js +26 -0
- package/identities/UserManagementQuery.d.ts +13 -0
- package/identities/UserManagementQuery.js +16 -0
- package/identities/UserTypeSettings.d.ts +25 -0
- package/identities/UserTypeSettings.js +29 -0
- package/identities/index.d.ts +5 -1
- package/identities/index.js +5 -1
- package/internal-do-not-import-from-here/shared/models/DynamicState.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/DynamicState.js +2 -0
- package/internal-do-not-import-from-here/shared/models/Equals.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/models/Equals.js +45 -0
- package/internal-do-not-import-from-here/shared/models/Future.d.ts +4 -1
- package/internal-do-not-import-from-here/shared/models/Future.js +14 -6
- package/internal-do-not-import-from-here/shared/models/Guid.d.ts +9 -2
- package/internal-do-not-import-from-here/shared/models/Guid.js +26 -4
- package/internal-do-not-import-from-here/shared/models/HttpCommon.d.ts +24 -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/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/activities/Activity.d.ts +40 -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/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 +11 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.js +6 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/FeedResult.d.ts +19 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/FeedResult.js +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +18 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +31 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.d.ts +6 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +9 -0
- package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/hub/index.js +4 -0
- package/internal-do-not-import-from-here/shared/models/index.d.ts +5 -1
- package/internal-do-not-import-from-here/shared/models/index.js +5 -1
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +54 -18
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +16 -0
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +37 -0
- package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.js +45 -0
- package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.d.ts +23 -0
- package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.js +11 -0
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +55 -36
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +27 -22
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +35 -16
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.js +15 -9
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +13 -0
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +129 -0
- package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +5 -0
- package/internal-do-not-import-from-here/shared/models/theming/index.js +5 -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 +7 -16
- package/internal-do-not-import-from-here/velcron/core/models/Enums.js +14 -24
- package/internal-do-not-import-from-here/velcron/core/models/VelcronDefinitions.d.ts +140 -95
- package/internal-do-not-import-from-here/velcron/core/models/VelcronDefinitions.js +2 -2
- package/internal-do-not-import-from-here/velcron/core/models/VelcronEvents.d.ts +5 -2
- package/internal-do-not-import-from-here/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +120 -0
- package/internal-do-not-import-from-here/velcron/core/models/VelcronPropertyEditorDefinitions.js +16 -0
- package/internal-do-not-import-from-here/velcron/core/models/index.d.ts +2 -1
- package/internal-do-not-import-from-here/velcron/core/models/index.js +2 -1
- 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/MediaPickerSearchProvider.d.ts +5 -0
- package/media-picker/MediaPickerSearchProvider.js +2 -0
- package/media-picker/MediaPickerTransformations.d.ts +5 -4
- package/media-picker/Providers/BingProvider.d.ts +1 -0
- package/media-picker/Providers/BingProvider.js +1 -0
- package/media-picker/Providers/CentralImageLocationProvider.d.ts +1 -0
- package/media-picker/Providers/CentralImageLocationProvider.js +2 -1
- package/media-picker/Providers/DallEProvider.d.ts +18 -0
- package/media-picker/Providers/DallEProvider.js +23 -0
- package/media-picker/Providers/MediaPickerProvider.d.ts +1 -0
- package/media-picker/Providers/MediaflowProvider.d.ts +18 -0
- package/media-picker/Providers/MediaflowProvider.js +35 -0
- package/media-picker/Providers/MicrosoftStreamProvider.d.ts +1 -0
- package/media-picker/Providers/MicrosoftStreamProvider.js +1 -0
- package/media-picker/Providers/MyComputerProvider.d.ts +1 -0
- package/media-picker/Providers/MyComputerProvider.js +2 -1
- package/media-picker/Providers/PexelProvider.d.ts +1 -0
- package/media-picker/Providers/PexelProvider.js +3 -2
- package/media-picker/Providers/UnsplashProvider.d.ts +18 -0
- package/media-picker/Providers/UnsplashProvider.js +23 -0
- package/media-picker/Providers/YoutubeProvider.d.ts +1 -0
- package/media-picker/Providers/YoutubeProvider.js +1 -0
- package/media-picker/Providers/index.d.ts +3 -0
- package/media-picker/Providers/index.js +3 -0
- package/media-picker/Shared.d.ts +7 -1
- package/media-picker/index.d.ts +2 -0
- package/media-picker/index.js +2 -0
- 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 +147 -0
- package/oxide/OxideTypeDefinitions.js +112 -0
- package/oxide/SharedSettings.d.ts +8 -0
- package/oxide/SharedSettings.js +2 -0
- package/oxide/TreeView.d.ts +10 -0
- package/oxide/TreeView.js +2 -0
- package/oxide/index.d.ts +3 -0
- package/oxide/index.js +6 -0
- package/package.json +1 -1
- package/properties/IPropertyValueRenderer.d.ts +16 -6
- package/properties/PropertyBinding.d.ts +5 -5
- package/properties/PropertyBinding.js +4 -9
- package/properties/PropertyConfiguration.d.ts +3 -9
- package/properties/PropertyConfiguration.js +0 -13
- package/properties/PropertyDefinition.d.ts +42 -9
- package/properties/PropertyDefinition.js +15 -1
- package/properties/PropertyValue.d.ts +8 -147
- package/properties/PropertyValue.js +16 -25
- 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/DataSourceId.d.ts +2 -0
- package/properties/datasource/DataSourceId.js +2 -0
- package/properties/datasource/DataSourceProperty.d.ts +6 -0
- package/properties/datasource/DataSourceProperty.js +9 -0
- package/properties/datasource/DataSourcePropertyDisplayInformation.d.ts +14 -0
- package/properties/datasource/DataSourcePropertyDisplayInformation.js +19 -0
- package/properties/datasource/UserDataSourceProperty.d.ts +12 -0
- package/properties/datasource/UserDataSourceProperty.js +20 -0
- package/properties/datasource/index.d.ts +4 -0
- package/properties/datasource/index.js +7 -0
- package/properties/definitions/BirthdayPropertyDefinition.d.ts +16 -0
- package/properties/definitions/BirthdayPropertyDefinition.js +19 -0
- package/properties/definitions/BooleanPropertyDefinition.d.ts +12 -0
- package/properties/definitions/BooleanPropertyDefinition.js +19 -0
- package/properties/definitions/BusinessProfilePropertyDefinition.d.ts +15 -0
- package/properties/definitions/BusinessProfilePropertyDefinition.js +17 -0
- package/properties/definitions/DatePropertyDefinition.d.ts +28 -0
- package/properties/definitions/DatePropertyDefinition.js +45 -0
- package/properties/definitions/DateTimePropertyDefinition.d.ts +17 -0
- package/properties/definitions/DateTimePropertyDefinition.js +19 -0
- package/properties/definitions/EmailPropertyDefinition.d.ts +14 -0
- package/properties/definitions/EmailPropertyDefinition.js +19 -0
- package/properties/definitions/HtmlPropertyDefinition.d.ts +22 -0
- package/properties/definitions/HtmlPropertyDefinition.js +25 -0
- package/properties/definitions/IdentityPropertyDefinition.d.ts +19 -0
- package/properties/definitions/IdentityPropertyDefinition.js +20 -0
- package/properties/definitions/ImagePropertyDefinition.d.ts +25 -0
- package/properties/definitions/ImagePropertyDefinition.js +20 -0
- package/properties/definitions/IntegerPropertyDefinition.d.ts +14 -0
- package/properties/definitions/IntegerPropertyDefinition.js +19 -0
- package/properties/definitions/LanguagePropertyDefinition.d.ts +15 -0
- package/properties/definitions/LanguagePropertyDefinition.js +19 -0
- package/properties/definitions/LinkPropertyDefinition.d.ts +15 -0
- package/properties/definitions/LinkPropertyDefinition.js +19 -0
- package/properties/definitions/MediaPropertyDefinition.d.ts +19 -0
- package/properties/definitions/MediaPropertyDefinition.js +30 -0
- package/properties/definitions/MultilineTextPropertyDefinition.d.ts +12 -0
- package/properties/definitions/MultilineTextPropertyDefinition.js +19 -0
- package/properties/definitions/MultilingualTextPropertyDefinition.d.ts +16 -0
- package/properties/definitions/MultilingualTextPropertyDefinition.js +20 -0
- package/properties/definitions/PhoneNumberPropertyDefinition.d.ts +12 -0
- package/properties/definitions/PhoneNumberPropertyDefinition.js +19 -0
- package/properties/definitions/TagsPropertyDefinition.d.ts +12 -0
- package/properties/definitions/TagsPropertyDefinition.js +19 -0
- package/properties/definitions/TermSetPropertyDefinition.d.ts +27 -0
- package/properties/definitions/TermSetPropertyDefinition.js +38 -0
- package/properties/definitions/TextPropertyDefinition.d.ts +17 -0
- package/properties/definitions/TextPropertyDefinition.js +20 -0
- package/properties/definitions/TimePropertyDefinition.d.ts +12 -0
- package/properties/definitions/TimePropertyDefinition.js +19 -0
- package/properties/definitions/UserTypePropertyDefinition.d.ts +16 -0
- package/properties/definitions/UserTypePropertyDefinition.js +17 -0
- package/properties/definitions/index.d.ts +21 -0
- package/properties/definitions/index.js +24 -0
- package/properties/index.d.ts +5 -6
- package/properties/index.js +5 -6
- package/properties/values/BirthdayPropertyValue.d.ts +6 -0
- package/properties/{builtins → values}/BirthdayPropertyValue.js +1 -5
- package/properties/values/BooleanPropertyValue.d.ts +5 -0
- package/properties/{builtins → values}/BooleanPropertyValue.js +0 -4
- package/properties/values/BusinessProfilePropertyValue.d.ts +6 -0
- package/properties/values/BusinessProfilePropertyValue.js +11 -0
- package/properties/{builtins → values}/DatePropertyValue.d.ts +2 -2
- package/properties/{builtins → values}/DatePropertyValue.js +2 -2
- package/properties/values/DateTimePropertyValue.d.ts +6 -0
- package/properties/values/DateTimePropertyValue.js +12 -0
- package/properties/values/EmailPropertyValue.d.ts +5 -0
- package/properties/{builtins → values}/EmailPropertyValue.js +0 -4
- package/properties/values/HtmlPropertyValue.d.ts +5 -0
- package/properties/{builtins → values}/HtmlPropertyValue.js +0 -4
- package/properties/values/IdentityPropertyValue.d.ts +6 -0
- package/properties/{builtins → values}/IdentityPropertyValue.js +0 -7
- package/properties/values/ImagePropertyValue.d.ts +7 -0
- package/properties/{builtins → values}/ImagePropertyValue.js +0 -5
- package/properties/values/IntegerPropertyValue.d.ts +5 -0
- package/properties/values/IntegerPropertyValue.js +11 -0
- package/properties/{builtins → values}/LanguagePropertyValue.d.ts +2 -3
- package/properties/{builtins → values}/LanguagePropertyValue.js +0 -4
- package/properties/values/LinkPropertyValue.d.ts +5 -0
- package/properties/{builtins → values}/LinkPropertyValue.js +0 -4
- package/properties/values/MediaPropertyValue.d.ts +6 -0
- package/properties/values/MediaPropertyValue.js +11 -0
- package/properties/values/MultilineTextPropertyValue.d.ts +5 -0
- package/properties/{builtins → values}/MultilineTextPropertyValue.js +0 -5
- package/properties/{builtins → values}/MultilingualTextPropertyValue.d.ts +2 -3
- package/properties/{builtins → values}/MultilingualTextPropertyValue.js +0 -4
- package/properties/values/PhoneNumberPropertyValue.d.ts +5 -0
- package/properties/{builtins → values}/PhoneNumberPropertyValue.js +0 -4
- package/properties/values/TagsPropertyValue.d.ts +6 -0
- package/properties/values/TagsPropertyValue.js +11 -0
- package/properties/values/TextPropertyValue.d.ts +5 -0
- package/properties/{builtins → values}/TextPropertyValue.js +0 -4
- package/properties/values/TimePropertyValue.d.ts +5 -0
- package/properties/values/TimePropertyValue.js +7 -0
- package/properties/values/UserTypePropertyValue.d.ts +6 -0
- package/properties/values/UserTypePropertyValue.js +11 -0
- package/properties/{builtins → values}/index.d.ts +7 -1
- package/properties/{builtins → values}/index.js +7 -1
- package/richtext-editor-extensions/BoldExtension.d.ts +1 -1
- package/richtext-editor-extensions/TextCompletionExtension.d.ts +13 -0
- package/richtext-editor-extensions/TextCompletionExtension.js +2 -0
- package/richtext-editor-extensions/TipTapEditor.d.ts +9 -10
- package/richtext-editor-extensions/index.d.ts +1 -0
- package/richtext-editor-extensions/index.js +1 -0
- package/sidepanel/Shared.d.ts +5 -0
- package/sidepanel/Shared.js +6 -1
- 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/EnterprisePropertyToPropertySettingMappingApi.d.ts +18 -0
- package/ux/EnterprisePropertyToPropertySettingMappingApi.js +2 -0
- package/ux/FeatureManagementApi.d.ts +1 -1
- package/ux/LayoutEditorCanvas.d.ts +5 -2
- package/ux/MediaGalleryApi.d.ts +21 -0
- package/ux/MediaGalleryApi.js +2 -0
- package/ux/SidePanelApi.d.ts +10 -1
- package/ux/ThemingApi.d.ts +19 -0
- package/ux/ThemingApi.js +2 -0
- package/ux/UxApi.d.ts +1 -1
- package/ux/VelcronDefinitionApi.d.ts +24 -0
- package/ux/VelcronDefinitionApi.js +2 -0
- package/ux/index.d.ts +4 -0
- package/ux/index.js +4 -0
- package/velcron/VelcronDefinitionRegistration.d.ts +9 -0
- package/velcron/VelcronDefinitionRegistration.js +2 -0
- package/velcron/index.d.ts +1 -0
- package/velcron/index.js +4 -0
- package/versionedlayout/VersionedLayout.d.ts +1 -0
- package/Identity.d.ts +0 -1
- package/Identity.js +0 -109
- package/SpacingSetting.d.ts +0 -6
- package/UserProperty.d.ts +0 -5
- package/identities/IdentityPropertyBinding.d.ts +0 -8
- package/identities/IdentityPropertyBinding.js +0 -11
- package/internal-do-not-import-from-here/shared/models/Bring.d.ts +0 -23
- package/internal-do-not-import-from-here/velcron/core/models/VelcronDescriptors.d.ts +0 -35
- package/properties/DataSourcePropertyBinding.d.ts +0 -11
- package/properties/DataSourcePropertyBinding.js +0 -14
- package/properties/IPropertyProviderValueRenderer.d.ts +0 -9
- package/properties/PropertiesProvider.d.ts +0 -8
- package/properties/PropertiesProvider.js +0 -6
- package/properties/PropertyCategory.d.ts +0 -8
- package/properties/PropertyCategory.js +0 -12
- package/properties/PropertyRegistration.d.ts +0 -8
- package/properties/PropertyRegistration.js +0 -11
- package/properties/builtins/BirthdayPropertyValue.d.ts +0 -7
- package/properties/builtins/BooleanPropertyValue.d.ts +0 -6
- package/properties/builtins/EmailPropertyValue.d.ts +0 -6
- package/properties/builtins/HtmlPropertyValue.d.ts +0 -6
- package/properties/builtins/IdentityPropertyValue.d.ts +0 -7
- package/properties/builtins/ImagePropertyValue.d.ts +0 -8
- package/properties/builtins/LinkPropertyValue.d.ts +0 -6
- package/properties/builtins/MultilineTextPropertyValue.d.ts +0 -6
- package/properties/builtins/PhoneNumberPropertyValue.d.ts +0 -6
- package/properties/builtins/PropertySettings.d.ts +0 -24
- package/properties/builtins/PropertySettings.js +0 -7
- package/properties/builtins/TextPropertyValue.d.ts +0 -6
- /package/{SpacingSetting.js → FilterpickerModel.js} +0 -0
- /package/{UserProperty.js → Func.js} +0 -0
- /package/{internal-do-not-import-from-here/shared/models/Bring.js → ISpecialUserConfiguration.js} +0 -0
- /package/{internal-do-not-import-from-here/velcron/core/models/VelcronDescriptors.js → MediaScalingSettings.js} +0 -0
- /package/{properties/IPropertyProviderValueRenderer.js → RollupMetricSettings.js} +0 -0
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { VelcronDefinitionRegistration } from "@omnia/fx-models";
|
|
2
|
+
import { ApiPath } from "../Extends";
|
|
3
|
+
export interface IVelcronDefinitionRegistrationHandler {
|
|
4
|
+
getAll(): any;
|
|
5
|
+
register(definitions: VelcronDefinitionRegistration | VelcronDefinitionRegistration[]): any;
|
|
6
|
+
}
|
|
7
|
+
export interface IVelcronDefinitionRegistration {
|
|
8
|
+
registration: Promise<IVelcronDefinitionRegistrationHandler>;
|
|
9
|
+
}
|
|
10
|
+
export interface IVelcronRegistrationApi {
|
|
11
|
+
definitions: IVelcronDefinitionRegistration;
|
|
12
|
+
}
|
|
13
|
+
declare module "./UxApi" {
|
|
14
|
+
interface IOmniaUxApi {
|
|
15
|
+
velcron: IVelcronRegistrationApi;
|
|
16
|
+
}
|
|
17
|
+
interface IOmniaUxExtendApiManifest {
|
|
18
|
+
velcron: {
|
|
19
|
+
definitions: {
|
|
20
|
+
registration: ApiPath;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
}
|
package/ux/index.d.ts
CHANGED
|
@@ -15,3 +15,7 @@ export * from "./LinkHandlerApi";
|
|
|
15
15
|
export * from "./FeatureManagementApi";
|
|
16
16
|
export * from "./FeatureValidatorBase";
|
|
17
17
|
export * from "./SidePanelApi";
|
|
18
|
+
export * from "./VelcronDefinitionApi";
|
|
19
|
+
export * from "./ThemingApi";
|
|
20
|
+
export * from "./EnterprisePropertyToPropertySettingMappingApi";
|
|
21
|
+
export * from "./MediaGalleryApi";
|
package/ux/index.js
CHANGED
|
@@ -18,3 +18,7 @@ tslib_1.__exportStar(require("./LinkHandlerApi"), exports);
|
|
|
18
18
|
tslib_1.__exportStar(require("./FeatureManagementApi"), exports);
|
|
19
19
|
tslib_1.__exportStar(require("./FeatureValidatorBase"), exports);
|
|
20
20
|
tslib_1.__exportStar(require("./SidePanelApi"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./VelcronDefinitionApi"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./ThemingApi"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./EnterprisePropertyToPropertySettingMappingApi"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./MediaGalleryApi"), exports);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { DynamicState, Guid, ThemeDefinitionV2, VelcronAppDefinition } from "..";
|
|
2
|
+
export type VelcronDefitinionRegistrationsTypes = "content" | "card" | "header" | "general" | "property";
|
|
3
|
+
export interface VelcronDefinitionRegistration<TDefinitionState extends DynamicState = DynamicState> {
|
|
4
|
+
id: Guid;
|
|
5
|
+
definition: VelcronAppDefinition<TDefinitionState>;
|
|
6
|
+
title: string;
|
|
7
|
+
previewTheme?: ThemeDefinitionV2;
|
|
8
|
+
category: VelcronDefitinionRegistrationsTypes;
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./VelcronDefinitionRegistration";
|
package/velcron/index.js
ADDED
|
@@ -16,6 +16,7 @@ export interface VersionedLayout {
|
|
|
16
16
|
readonly appInstanceId?: GuidValue;
|
|
17
17
|
readonly layoutTypeId: GuidValue;
|
|
18
18
|
urlSegment: string;
|
|
19
|
+
readonly businessProfileId?: GuidValue;
|
|
19
20
|
readonly alternateLayouts: VersionedAlternateLayout[];
|
|
20
21
|
}
|
|
21
22
|
export interface VersionedAlternateLayout {
|
package/Identity.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/Identity.js
DELETED
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
// import { LanguageTag } from "./Language";
|
|
4
|
-
// import { OmniaNamedModel, IOmniaPropertyBag } from "./NamedProperty";
|
|
5
|
-
// import { GuidValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
6
|
-
// //There are some hard-coded values of this enum in omnia.spfx.customizer.js, remember to verify it when we update this enum
|
|
7
|
-
// export enum OldIdentityTypes {
|
|
8
|
-
// Undefined = 0,
|
|
9
|
-
// Anonymous = 1,
|
|
10
|
-
// AzureAdInternalUser = 2,
|
|
11
|
-
// AzureAdExternalUser = 3,
|
|
12
|
-
// Extension = 4,
|
|
13
|
-
// MobileLogin = 5,
|
|
14
|
-
// AzureAdGroup = 6,
|
|
15
|
-
// OmniaRoleGroup = 7,
|
|
16
|
-
// InternalUsers = 10,
|
|
17
|
-
// ExternalUsers = 11,
|
|
18
|
-
// InternalUsersExceptRestricted = 12,
|
|
19
|
-
// }
|
|
20
|
-
// export enum OldUserTypes {
|
|
21
|
-
// Anonymous = OldIdentityTypes.Anonymous,
|
|
22
|
-
// AzureAdInternalUser = OldIdentityTypes.AzureAdInternalUser,
|
|
23
|
-
// AzureAdExternalUser = OldIdentityTypes.AzureAdExternalUser,
|
|
24
|
-
// Extension = OldIdentityTypes.Extension,
|
|
25
|
-
// MobileLogin = OldIdentityTypes.MobileLogin
|
|
26
|
-
// }
|
|
27
|
-
// export enum OldGroupTypes {
|
|
28
|
-
// AzureAdGroup = OldIdentityTypes.AzureAdGroup,
|
|
29
|
-
// OmniaGroupGroup = OldIdentityTypes.OmniaRoleGroup
|
|
30
|
-
// }
|
|
31
|
-
// export enum OldDynamicGroupTypes {
|
|
32
|
-
// InternalUsers = OldIdentityTypes.InternalUsers,
|
|
33
|
-
// ExternalUsers = OldIdentityTypes.ExternalUsers,
|
|
34
|
-
// InternalUsersExceptRestricted = OldIdentityTypes.InternalUsersExceptRestricted,
|
|
35
|
-
// }
|
|
36
|
-
// export interface OldIdentity {
|
|
37
|
-
// uid: string;
|
|
38
|
-
// type: OldIdentityTypes | OldUserTypes | OldGroupTypes | OldDynamicGroupTypes;
|
|
39
|
-
// }
|
|
40
|
-
// export interface OldDynamicGroupIdentity extends OldIdentity {
|
|
41
|
-
// }
|
|
42
|
-
// export interface OldGroupIdentity extends OldIdentity {
|
|
43
|
-
// }
|
|
44
|
-
// export interface OldResolvedIdentity {
|
|
45
|
-
// uid: string;
|
|
46
|
-
// type: OldIdentityTypes | OldUserTypes | OldGroupTypes;
|
|
47
|
-
// displayName: string;
|
|
48
|
-
// mail: string;
|
|
49
|
-
// }
|
|
50
|
-
// export interface OldResolvedUser extends OldResolvedIdentity {
|
|
51
|
-
// type: OldUserTypes;
|
|
52
|
-
// preferredLanguage?: LanguageTag;
|
|
53
|
-
// }
|
|
54
|
-
// export interface OldResolvedGroup extends OldResolvedIdentity {
|
|
55
|
-
// type: OldGroupTypes;
|
|
56
|
-
// }
|
|
57
|
-
// export interface MailboxSettings {
|
|
58
|
-
// timeZone: string;
|
|
59
|
-
// }
|
|
60
|
-
// export interface OldAzureAdUser extends OldResolvedUser {
|
|
61
|
-
// objectId: GuidValue;
|
|
62
|
-
// givenName: string;
|
|
63
|
-
// surname: string;
|
|
64
|
-
// department: string;
|
|
65
|
-
// jobTitle: string;
|
|
66
|
-
// country: string;
|
|
67
|
-
// mailboxSettings: MailboxSettings;
|
|
68
|
-
// //value will be generated by User Service in client side
|
|
69
|
-
// avatar: string;
|
|
70
|
-
// profileUrl: string;
|
|
71
|
-
// }
|
|
72
|
-
// export interface OldAzureAdUserWithPresence extends OldAzureAdUser {
|
|
73
|
-
// availability: string;
|
|
74
|
-
// activity: string;
|
|
75
|
-
// }
|
|
76
|
-
// export interface OldAzureAdInternalUser extends OldAzureAdUser {
|
|
77
|
-
// }
|
|
78
|
-
// export interface OldAzureAdExternalUser extends OldAzureAdUser {
|
|
79
|
-
// }
|
|
80
|
-
// export interface OldAnonymousUser extends OldResolvedUser {
|
|
81
|
-
// }
|
|
82
|
-
// export interface OldMobileLoginUser extends OldResolvedUser {
|
|
83
|
-
// }
|
|
84
|
-
// export interface OldAzureAdGroup extends OldResolvedGroup {
|
|
85
|
-
// displayName: string;
|
|
86
|
-
// groupTypes: Array<string>;
|
|
87
|
-
// mail: string;
|
|
88
|
-
// }
|
|
89
|
-
// export interface OldOmniaRoleGroup extends OldResolvedGroup {
|
|
90
|
-
// }
|
|
91
|
-
// export interface OldAzureAdUserGroup {
|
|
92
|
-
// users: Array<OldAzureAdUser>;
|
|
93
|
-
// groups: Array<OldAzureAdGroup>;
|
|
94
|
-
// }
|
|
95
|
-
// export interface OldAzureAdUserWithProperties extends OldAzureAdUser {
|
|
96
|
-
// properties: Array<UserPropertyBagModel>;
|
|
97
|
-
// }
|
|
98
|
-
// export interface OldAzureAdUserWithPropertyBag extends OldAzureAdUser {
|
|
99
|
-
// propertyBag: IOmniaPropertyBag<UserPropertyBagModel>;
|
|
100
|
-
// }
|
|
101
|
-
// // will move later on
|
|
102
|
-
// export abstract class UserPropertyBagModel extends OmniaNamedModel {
|
|
103
|
-
// }
|
|
104
|
-
// export const OldUserTypeObject: OldResolvedUser = Object.assign({});
|
|
105
|
-
// export const OldAnonymousUserTypeObject: OldAnonymousUser = Object.assign({});
|
|
106
|
-
// export const OldAzureAdExternalUserTypeObject: OldAzureAdExternalUser = Object.assign({});
|
|
107
|
-
// export const OldAzureAdInternalUserTypeObject: OldAzureAdInternalUser = Object.assign({});
|
|
108
|
-
// export const OldMobileLoginUserTypeObject: OldMobileLoginUser = Object.assign({});
|
|
109
|
-
// export const OldAzureAdUserTypeObject: OldAzureAdUser = Object.assign({});
|
package/SpacingSetting.d.ts
DELETED
package/UserProperty.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { GuidValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
2
|
-
import { PropertyBinding } from "../properties/PropertyBinding";
|
|
3
|
-
import { PropertyDefinition, PropertyDefinitionId } from "../properties/PropertyDefinition";
|
|
4
|
-
export declare class IdentityPropertyBinding<TPropertyDef extends PropertyDefinition<any, any, any> = PropertyDefinition<any, any, any>> extends PropertyBinding<TPropertyDef> {
|
|
5
|
-
readonly omniaServiceId: GuidValue;
|
|
6
|
-
constructor(omniaServiceId: GuidValue, bindingId: GuidValue, bindingTypeName: string, typeConstructor: new () => TPropertyDef);
|
|
7
|
-
constructor(omniaServiceId: GuidValue, bindingId: GuidValue, bindingTypeName: string, propertyDefinitionId: PropertyDefinitionId);
|
|
8
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IdentityPropertyBinding = void 0;
|
|
4
|
-
const PropertyBinding_1 = require("../properties/PropertyBinding");
|
|
5
|
-
class IdentityPropertyBinding extends PropertyBinding_1.PropertyBinding {
|
|
6
|
-
constructor(omniaServiceId, bindingId, bindingTypeName, anyPropertyDefIdVariant) {
|
|
7
|
-
super(bindingId, bindingTypeName, anyPropertyDefIdVariant);
|
|
8
|
-
this.omniaServiceId = omniaServiceId;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
exports.IdentityPropertyBinding = IdentityPropertyBinding;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
export type BringMethods = "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
|
|
2
|
-
export type BringCacheOptions = "no-cache" | "reload" | "force-cache" | "only-if-cached";
|
|
3
|
-
export type BringCredentials = "include" | "omit" | "same-origin";
|
|
4
|
-
export interface BringInterceptOptions {
|
|
5
|
-
beforeRequest?: (request: BringConfig) => BringConfig;
|
|
6
|
-
afterRequest?: <T>(response: BringResponse<T>, request: BringConfig) => BringResponse<T>;
|
|
7
|
-
}
|
|
8
|
-
export interface BringConfig {
|
|
9
|
-
baseUrl?: string;
|
|
10
|
-
headers?: {
|
|
11
|
-
[key: string]: string;
|
|
12
|
-
};
|
|
13
|
-
cache?: BringCacheOptions;
|
|
14
|
-
interceptors?: BringInterceptOptions;
|
|
15
|
-
abortable?: boolean;
|
|
16
|
-
credentials?: BringCredentials;
|
|
17
|
-
}
|
|
18
|
-
export interface BringResponse<TData> {
|
|
19
|
-
data?: TData;
|
|
20
|
-
status: Number;
|
|
21
|
-
statusText: String;
|
|
22
|
-
ok: Boolean;
|
|
23
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { VelcronComponentPropertyEditors, VelcronDescriptorTypes, VelcronDataTypes } from "./Enums";
|
|
2
|
-
import { VelcroncomponentArrayType, VelcronPrimitiveType } from "./VelcronTypes";
|
|
3
|
-
export interface VelcronDescriptor {
|
|
4
|
-
descriptorType: VelcronDescriptorTypes;
|
|
5
|
-
icon: string;
|
|
6
|
-
}
|
|
7
|
-
export interface VelcronComponentDescriptor extends VelcronDescriptor {
|
|
8
|
-
descriptorType: VelcronDescriptorTypes.component;
|
|
9
|
-
type: string;
|
|
10
|
-
icon: string;
|
|
11
|
-
properties?: Array<VelcronComponentPropertyDescriptor | VelcronComponentArrayPropertyDescriptor>;
|
|
12
|
-
events?: Array<VelcronComponentEventDescriptor>;
|
|
13
|
-
}
|
|
14
|
-
export interface VelcronSubComponentDescriptor extends VelcronDescriptor {
|
|
15
|
-
descriptorType: VelcronDescriptorTypes.subComponent;
|
|
16
|
-
type: string;
|
|
17
|
-
icon: string;
|
|
18
|
-
properties?: Array<VelcronComponentPropertyDescriptor | VelcronComponentArrayPropertyDescriptor>;
|
|
19
|
-
events?: Array<VelcronComponentEventDescriptor>;
|
|
20
|
-
}
|
|
21
|
-
export interface VelcronComponentPropertyDescriptor {
|
|
22
|
-
name: string;
|
|
23
|
-
type: VelcronDataTypes;
|
|
24
|
-
editor?: VelcronComponentPropertyEditors;
|
|
25
|
-
required?: boolean;
|
|
26
|
-
defaultValue?: VelcronPrimitiveType | VelcroncomponentArrayType;
|
|
27
|
-
disableRemovePropertyOnEmptyOrFalse?: boolean;
|
|
28
|
-
}
|
|
29
|
-
export interface VelcronComponentArrayPropertyDescriptor extends VelcronComponentPropertyDescriptor {
|
|
30
|
-
type: VelcronDataTypes.componentArray;
|
|
31
|
-
subComponent: VelcronSubComponentDescriptor;
|
|
32
|
-
}
|
|
33
|
-
export interface VelcronComponentEventDescriptor {
|
|
34
|
-
name: string;
|
|
35
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { PropertyDataSourceBase } from "@omnia/fx/ux";
|
|
2
|
-
import { GuidValue, PropertyDefinition } from "../Exposes";
|
|
3
|
-
import { PropertyBinding } from "./PropertyBinding";
|
|
4
|
-
import { PropertyCategory } from "./PropertyCategory";
|
|
5
|
-
export declare class DataSourcePropertyBinding extends PropertyBinding<PropertyDefinition<any, any, any>> {
|
|
6
|
-
propertyBinding: PropertyBinding<PropertyDefinition<any, any, any>>;
|
|
7
|
-
title: string;
|
|
8
|
-
category?: PropertyCategory;
|
|
9
|
-
dataSourceId: GuidValue;
|
|
10
|
-
constructor(dataSource: PropertyDataSourceBase, propertyBinding: PropertyBinding<PropertyDefinition<any, any, any>>, title: string, category?: PropertyCategory);
|
|
11
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DataSourcePropertyBinding = void 0;
|
|
4
|
-
const PropertyBinding_1 = require("./PropertyBinding");
|
|
5
|
-
class DataSourcePropertyBinding extends PropertyBinding_1.PropertyBinding {
|
|
6
|
-
constructor(dataSource, propertyBinding, title, category) {
|
|
7
|
-
super(propertyBinding.bindingId, propertyBinding.internalName.toString(), propertyBinding.propertyDefinitionId);
|
|
8
|
-
this.propertyBinding = propertyBinding;
|
|
9
|
-
this.title = title;
|
|
10
|
-
this.category = category;
|
|
11
|
-
this.dataSourceId = dataSource.id;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
exports.DataSourcePropertyBinding = DataSourcePropertyBinding;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { IPropertyDisplayRenderer, IPropertyEditorRenderer } from "./IPropertyValueRenderer";
|
|
2
|
-
import { PropertyConfiguration } from "./PropertyConfiguration";
|
|
3
|
-
import { PropertyDefinition } from "./PropertyDefinition";
|
|
4
|
-
export interface IPropertyProviderDisplayRenderer<TPropertyDef extends PropertyDefinition<any, any, any>> extends IPropertyDisplayRenderer<TPropertyDef> {
|
|
5
|
-
configuration: PropertyConfiguration<TPropertyDef>;
|
|
6
|
-
}
|
|
7
|
-
export interface IPropertyProviderEditorRenderer<TPropertyDef extends PropertyDefinition<any, any, any>> extends IPropertyEditorRenderer<TPropertyDef> {
|
|
8
|
-
configuration: PropertyConfiguration<TPropertyDef>;
|
|
9
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { PropertyConfiguration } from "./PropertyConfiguration";
|
|
2
|
-
import { PropertyDefinition } from "./PropertyDefinition";
|
|
3
|
-
import { PropertyValueBinding } from "./PropertyValue";
|
|
4
|
-
export declare abstract class PropertiesProvider {
|
|
5
|
-
abstract getPropertyConfigurations: () => Array<PropertyConfiguration<PropertyDefinition<any, any, any>>>;
|
|
6
|
-
abstract getPropertyValue: (cfg: PropertyConfiguration<PropertyDefinition<any, any, any>>) => PropertyValueBinding<PropertyDefinition<any, any, any>>;
|
|
7
|
-
abstract setPropertyValue: (propertyValue: PropertyValueBinding<PropertyDefinition<any, any, any>>) => PropertyValueBinding<PropertyDefinition<any, any, any>>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { GuidValue, MultilingualString } from "../Exposes";
|
|
2
|
-
export declare class PropertyCategory {
|
|
3
|
-
id: GuidValue;
|
|
4
|
-
title: MultilingualString;
|
|
5
|
-
order: number;
|
|
6
|
-
builtIn: boolean;
|
|
7
|
-
constructor(id: GuidValue, title: MultilingualString, order: number, builtIn: boolean);
|
|
8
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PropertyCategory = void 0;
|
|
4
|
-
class PropertyCategory {
|
|
5
|
-
constructor(id, title, order, builtIn) {
|
|
6
|
-
this.id = id;
|
|
7
|
-
this.title = title;
|
|
8
|
-
this.order = order;
|
|
9
|
-
this.builtIn = builtIn;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.PropertyCategory = PropertyCategory;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { DataSourcePropertyBinding } from "./DataSourcePropertyBinding";
|
|
2
|
-
import { PropertyCategory } from "./PropertyCategory";
|
|
3
|
-
export declare class PropertyRegistration {
|
|
4
|
-
dataSourcePropertyBinding: DataSourcePropertyBinding;
|
|
5
|
-
title: string;
|
|
6
|
-
category?: PropertyCategory;
|
|
7
|
-
constructor(dataSourcePropertyBinding: DataSourcePropertyBinding, title: string, category?: PropertyCategory);
|
|
8
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PropertyRegistration = void 0;
|
|
4
|
-
class PropertyRegistration {
|
|
5
|
-
constructor(dataSourcePropertyBinding, title, category) {
|
|
6
|
-
this.dataSourcePropertyBinding = dataSourcePropertyBinding;
|
|
7
|
-
this.title = title;
|
|
8
|
-
this.category = category;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
exports.PropertyRegistration = PropertyRegistration;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { Primitive, PropertyValue } from "../PropertyValue";
|
|
2
|
-
export declare class BirthdayPropertyValue extends PropertyValue<BirthdayPropertyValue, Date> {
|
|
3
|
-
birthday: Date;
|
|
4
|
-
timeZoneId: string;
|
|
5
|
-
primitive: Primitive<BirthdayPropertyValue, Date>;
|
|
6
|
-
constructor(birthday: Date, timeZoneId: string);
|
|
7
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { Primitive, PropertyValue } from "../PropertyValue";
|
|
2
|
-
export declare class BooleanPropertyValue extends PropertyValue<BooleanPropertyValue, boolean> {
|
|
3
|
-
boolean: boolean;
|
|
4
|
-
primitive: Primitive<BooleanPropertyValue, boolean>;
|
|
5
|
-
constructor(boolean: boolean);
|
|
6
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { Identity } from "../../identities/Identity";
|
|
2
|
-
import { PrimitiveArray, PropertyValue } from "../PropertyValue";
|
|
3
|
-
export declare class IdentityPropertyValue extends PropertyValue<IdentityPropertyValue, Identity[]> {
|
|
4
|
-
identities: Identity[];
|
|
5
|
-
primitive: PrimitiveArray<IdentityPropertyValue, Identity[]>;
|
|
6
|
-
constructor(identities: Identity[]);
|
|
7
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { MediaPickerImage } from "../../media-picker";
|
|
2
|
-
import { Primitive, PropertyValue } from "../PropertyValue";
|
|
3
|
-
export declare class ImagePropertyValue extends PropertyValue<ImagePropertyValue, number> {
|
|
4
|
-
image: MediaPickerImage;
|
|
5
|
-
primitive: Primitive<ImagePropertyValue, number>;
|
|
6
|
-
queryValue: number;
|
|
7
|
-
constructor(image: MediaPickerImage);
|
|
8
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { PrimitiveArray, PropertyValue } from "../PropertyValue";
|
|
2
|
-
export declare class MultilineTextPropertyValue extends PropertyValue<MultilineTextPropertyValue, string[]> {
|
|
3
|
-
texts: string[];
|
|
4
|
-
primitive: PrimitiveArray<MultilineTextPropertyValue, string[]>;
|
|
5
|
-
constructor(texts: string[]);
|
|
6
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { Primitive, PropertyValue } from "../PropertyValue";
|
|
2
|
-
export declare class PhoneNumberPropertyValue extends PropertyValue<PhoneNumberPropertyValue, string> {
|
|
3
|
-
number: string;
|
|
4
|
-
primitive: Primitive<PhoneNumberPropertyValue, string>;
|
|
5
|
-
constructor(number: string);
|
|
6
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { GuidValue } from "@omnia/fx/internal-do-not-import-from-here/shared";
|
|
2
|
-
import { PropertyDisplaySettingsBase } from "../PropertyDefinition";
|
|
3
|
-
export type ImageDisplaySettings = {
|
|
4
|
-
width?: string;
|
|
5
|
-
height?: string;
|
|
6
|
-
avatar?: {
|
|
7
|
-
size: number;
|
|
8
|
-
};
|
|
9
|
-
} & PropertyDisplaySettingsBase;
|
|
10
|
-
export type ImageEditorSettings = {
|
|
11
|
-
preConfiguredImageScalingUniqueId?: GuidValue;
|
|
12
|
-
forceScaling?: boolean;
|
|
13
|
-
cropRatioUniqueIds?: Array<GuidValue>;
|
|
14
|
-
required?: boolean;
|
|
15
|
-
rollupRatiosDisabled?: boolean;
|
|
16
|
-
};
|
|
17
|
-
export declare class IdentityPropertyDisplaySettings extends PropertyDisplaySettingsBase {
|
|
18
|
-
inline?: boolean;
|
|
19
|
-
hidePresence?: boolean;
|
|
20
|
-
}
|
|
21
|
-
export type IdentityPropertyEditorSettings = {
|
|
22
|
-
required?: boolean;
|
|
23
|
-
multiple?: boolean;
|
|
24
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IdentityPropertyDisplaySettings = void 0;
|
|
4
|
-
const PropertyDefinition_1 = require("../PropertyDefinition");
|
|
5
|
-
class IdentityPropertyDisplaySettings extends PropertyDefinition_1.PropertyDisplaySettingsBase {
|
|
6
|
-
}
|
|
7
|
-
exports.IdentityPropertyDisplaySettings = IdentityPropertyDisplaySettings;
|
|
File without changes
|
|
File without changes
|
/package/{internal-do-not-import-from-here/shared/models/Bring.js → ISpecialUserConfiguration.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|