@omnia/fx-models 8.0.112-vnext → 8.0.113-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.js +1 -1
- package/AiSettings.js +1 -1
- package/AppTemplatePropertySetSetting.js +2 -2
- package/AuthenticationLayout.d.ts +8 -0
- package/AuthenticationLayout.js +6 -0
- package/BusinessProfile.d.ts +5 -1
- package/BusinessProfile.js +8 -1
- package/ChromeLayoutDefinition.d.ts +4 -0
- package/ChromeLayoutDefinition.js +10 -0
- package/ClientManifests.d.ts +4 -4
- package/ClientManifests.js +5 -5
- package/Constants.d.ts +11 -1
- package/Constants.js +15 -5
- package/DependencyInjection.js +1 -1
- package/Dictionary.d.ts +18 -19
- package/Dictionary.js +16 -24
- package/Enums.d.ts +17 -7
- package/Enums.js +103 -96
- package/Exposes.d.ts +8 -1
- package/Exposes.js +8 -1
- package/Extensions.d.ts +1 -1
- package/FileUploader.d.ts +1 -1
- package/FileUploader.js +1 -1
- package/FileValidationResult.js +1 -1
- package/FilterEngineStyles.d.ts +6 -15
- package/Http.js +1 -1
- package/Icon.d.ts +3 -0
- package/Icon.js +34 -0
- package/Journey.d.ts +9 -1
- package/Layout.d.ts +70 -26
- package/Layout.js +4 -2
- package/LinkHandler/linktype/DefaultLinkType.js +1 -1
- package/LinkHandler/linktype/DocumentLinkType.js +1 -1
- package/LoginLog.d.ts +12 -0
- package/LoginLogFilter.d.ts +11 -0
- package/ManifestIds.d.ts +49 -10
- package/ManifestIds.js +133 -16
- 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 -1
- package/QueryFilter.js +2 -2
- package/RichTextEditorExtension.d.ts +29 -4
- package/RollupMetricSettings.d.ts +14 -0
- package/RollupQuery.d.ts +28 -3
- package/RollupQuery.js +19 -2
- package/Security.js +1 -1
- package/ShapeDividerSettingsModel.js +2 -2
- package/Social.js +1 -1
- package/SocialReaction.d.ts +4 -2
- package/SocialReaction.js +1 -1
- package/TargetingProperty.js +1 -1
- package/TimeZone.d.ts +0 -1
- package/TimeZone.js +0 -2508
- package/UserAgent.js +1 -1
- package/admin/AdminModels.d.ts +42 -0
- package/apps/App.d.ts +2 -0
- package/apps/App.js +2 -2
- package/apps/AppInstanceRollup.d.ts +2 -2
- package/apps/AppInstanceRollup.js +2 -2
- package/apps/AppNamingPolicy.js +2 -2
- package/auth/AnonymousAccessType.js +1 -1
- package/auth/LoginProvider.js +1 -1
- package/auth/PasswordAuthData.d.ts +1 -4
- package/auth/PasswordAuthOption.d.ts +1 -0
- package/auth/PostProcessingAuthData.d.ts +10 -0
- package/auth/PostProcessingAuthData.js +11 -0
- package/auth/PostProcessingAuthOption.d.ts +4 -0
- package/auth/PostProcessingAuthResult.d.ts +3 -0
- package/auth/PostProcessingAuthResult.js +2 -0
- package/auth/UserCredentialInfo.d.ts +4 -0
- package/auth/UserCredentialInfo.js +2 -0
- package/auth/common/AuthenticationResult.js +1 -1
- package/auth/common/AuthenticationSessionResult.js +1 -1
- package/auth/common/AuthenticationSettings.d.ts +9 -0
- package/auth/index.d.ts +4 -0
- package/auth/index.js +4 -0
- package/authentication/Authentication.d.ts +4 -0
- package/{signin/SignIn.js → authentication/Authentication.js} +3 -3
- package/authentication/index.d.ts +1 -0
- package/{signin → authentication}/index.js +1 -1
- package/azure-openai/dalle/ErrorResponse.js +1 -1
- package/azure-openai/dalle/StatusRequest.js +1 -1
- package/bulkimportusers/BulkImportUsersScenarios.js +1 -1
- package/bulkimportusers/BulkImportUsersTasks.js +1 -1
- package/businessprofilesettings/BusinessProfileAuthenticationScreensSettings.d.ts +15 -0
- package/businessprofilesettings/BusinessProfileAuthenticationScreensSettings.js +11 -0
- package/businessprofilesettings/BusinessProfileAuthenticationSettings.d.ts +3 -3
- package/businessprofilesettings/index.d.ts +1 -0
- package/businessprofilesettings/index.js +1 -0
- package/componentproptypes/ThemeableComponents.d.ts +0 -2
- package/docs/Api.d.ts +2 -0
- package/editor-chrome/EditorSettings.js +2 -2
- package/editor-chrome/IActionButton.d.ts +2 -2
- package/editor-chrome/IActionButton.js +1 -1
- package/editor-chrome/IEditorTabRegistration.d.ts +1 -0
- package/enterprise-properties/EnterprisePropertyColumnMapping.js +1 -1
- package/enterprise-properties/EnterprisePropertyItemSettings.d.ts +2 -2
- package/enterprise-properties/EnterprisePropertySettings.js +2 -2
- package/filterengine/Shared.d.ts +54 -5
- package/filterengine/Shared.js +12 -13
- package/identities/ArchiveIdentityManagementQuery.d.ts +3 -2
- package/identities/ArchiveIdentityManagementQuery.js +2 -1
- package/identities/BuiltInIdentityProvider.d.ts +7 -0
- package/identities/BuiltInIdentityProvider.js +23 -0
- package/identities/DynamicGroupIdentity.d.ts +1 -0
- package/identities/ExtensionIdentity.d.ts +1 -0
- package/identities/GroupIdentity.d.ts +1 -0
- package/identities/GroupIdentity.js +1 -1
- package/identities/Identity.d.ts +1 -0
- package/identities/Identity.js +4 -7
- package/identities/IdentityCreationRequest.d.ts +37 -5
- package/identities/IdentityCreationRequest.js +27 -7
- package/identities/IdentityPropertyConfiguration.js +1 -1
- package/identities/IdentityProviderRunLog.js +1 -1
- package/identities/IdentityProviderRunStatus.js +1 -1
- package/identities/IdentityProviderSettings.js +1 -1
- package/identities/IdentityProviderState.js +1 -1
- package/identities/IdentitySyncProvider.d.ts +1 -1
- package/identities/IdentityTypes.js +1 -1
- package/identities/RoleIdentity.d.ts +1 -0
- package/identities/UserIdentity.d.ts +15 -0
- package/identities/UserIdentity.js +4 -4
- package/identities/UserManagementQuery.d.ts +5 -2
- package/identities/UserManagementQuery.js +4 -1
- package/identities/UserType.d.ts +8 -0
- package/identities/UserType.js +12 -1
- package/identities/UserTypeDisplaySettings.d.ts +1 -0
- package/identities/UserTypeSettings.d.ts +1 -1
- package/identities/UserTypeSettings.js +1 -1
- package/identities/index.d.ts +1 -0
- package/identities/index.js +1 -0
- package/internal-do-not-import-from-here/shared/models/Broadcasting.js +1 -1
- package/internal-do-not-import-from-here/shared/models/Equals.js +5 -6
- package/internal-do-not-import-from-here/shared/models/Future.d.ts +13 -0
- package/internal-do-not-import-from-here/shared/models/Future.js +23 -2
- 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 +13 -6
- 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 +2 -1
- 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 +1 -0
- package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/models/Workers.js +1 -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 +45 -7
- package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.js +4 -6
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.d.ts +3 -2
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.js +2 -3
- 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 +30 -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 +9 -3
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.js +2 -3
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRendererLoadingReferences.d.ts +8 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRendererLoadingReferences.js +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.d.ts +5 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.js +2 -3
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +25 -3
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +11 -3
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.d.ts +3 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +3 -1
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.js +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.d.ts +4 -0
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.js +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.js +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +4 -0
- package/internal-do-not-import-from-here/shared/models/hub/index.js +4 -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 +3 -1
- package/internal-do-not-import-from-here/shared/models/index.js +3 -1
- package/internal-do-not-import-from-here/shared/models/theming/ChromeDefinition.d.ts +16 -0
- package/internal-do-not-import-from-here/shared/models/theming/ChromeDefinition.js +2 -0
- package/internal-do-not-import-from-here/shared/models/theming/ComponentDefinitions.d.ts +84 -0
- package/internal-do-not-import-from-here/shared/models/theming/ComponentDefinitions.js +12 -0
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +8 -7
- package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.d.ts +11 -4
- package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.js +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +38 -15
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +8 -10
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +10 -0
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.js +2 -2
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +3 -5
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +4 -30
- package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/models/theming/index.js +3 -2
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.d.ts +87 -0
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.js +2 -0
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronEvents.js +2 -0
- package/internal-do-not-import-from-here/shared/models/velcron/index.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/velcron/index.js +5 -0
- package/internal-do-not-import-from-here/velcron/core/models/Enums.js +7 -7
- package/internal-do-not-import-from-here/velcron/core/models/VelcronDefinitions.d.ts +71 -87
- package/internal-do-not-import-from-here/velcron/core/models/VelcronDefinitions.js +1 -1
- package/internal-do-not-import-from-here/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +229 -16
- package/internal-do-not-import-from-here/velcron/core/models/VelcronPropertyEditorDefinitions.js +114 -2
- package/internal-do-not-import-from-here/velcron/core/models/VelcronTypes.d.ts +1 -1
- package/internal-do-not-import-from-here/velcron/core/models/ViewModelAndContext.d.ts +1 -1
- package/internal-do-not-import-from-here/velcron/core/models/index.d.ts +0 -1
- package/internal-do-not-import-from-here/velcron/core/models/index.js +0 -1
- package/media-gallery/providers/PhotoWallGridLayout.js +2 -2
- package/media-picker/MediaPickerMedia.d.ts +0 -1
- 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/Shared.d.ts +1 -0
- package/media-picker/index.d.ts +1 -5
- package/media-picker/index.js +1 -5
- package/media-picker/localize.d.ts +1 -1
- package/media-picker/localize.js +1 -1
- package/mediaflow/Constants.js +2 -2
- package/mediaflow/index.d.ts +0 -2
- package/mediaflow/index.js +0 -2
- package/omniasearch/IPagedSearchResult.d.ts +2 -0
- package/omniasearch/IndexSearchRequest.d.ts +17 -0
- package/omniasearch/SearchTask.js +1 -1
- package/oxide/OxideTypeDefinitions.d.ts +196 -122
- package/oxide/OxideTypeDefinitions.js +121 -81
- package/package.json +1 -1
- package/properties/PropertyDefinition.d.ts +1 -0
- package/properties/PropertyValue.d.ts +1 -0
- package/properties/PropertyValue.js +3 -0
- package/properties/datasource/AppDataSourceProperty.d.ts +9 -0
- package/properties/datasource/AppDataSourceProperty.js +13 -0
- package/properties/datasource/DataSourceProperty.d.ts +0 -1
- package/properties/datasource/UserDataSourceProperty.d.ts +12 -0
- package/properties/datasource/UserDataSourceProperty.js +20 -0
- package/properties/datasource/index.d.ts +2 -0
- package/properties/datasource/index.js +2 -0
- package/properties/definitions/BooleanPropertyDefinition.d.ts +0 -1
- package/properties/definitions/BusinessProfilePropertyDefinition.d.ts +0 -1
- package/properties/definitions/DatePropertyDefinition.js +1 -1
- package/properties/definitions/EmailPropertyDefinition.d.ts +0 -1
- package/properties/definitions/HtmlPropertyDefinition.d.ts +2 -2
- package/properties/definitions/HtmlPropertyDefinition.js +1 -1
- package/properties/definitions/IdentityPropertyDefinition.d.ts +1 -1
- package/properties/definitions/ImagePropertyDefinition.d.ts +2 -1
- package/properties/definitions/IntegerPropertyDefinition.d.ts +0 -1
- package/properties/definitions/LanguagePropertyDefinition.d.ts +0 -1
- package/properties/definitions/LinkPropertyDefinition.d.ts +0 -1
- package/properties/definitions/MultilineTextPropertyDefinition.d.ts +0 -1
- package/properties/definitions/MultilingualTextPropertyDefinition.d.ts +0 -1
- package/properties/definitions/PhoneNumberPropertyDefinition.d.ts +0 -1
- package/properties/definitions/TagsPropertyDefinition.d.ts +1 -1
- package/properties/definitions/TermSetPropertyDefinition.d.ts +3 -0
- package/properties/definitions/TermSetPropertyDefinition.js +3 -0
- package/properties/definitions/TextPropertyDefinition.d.ts +0 -1
- package/properties/definitions/UserTypePropertyDefinition.d.ts +0 -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/DatePropertyValue.d.ts +4 -0
- package/properties/values/DatePropertyValue.js +3 -0
- 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 -0
- 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 +1 -0
- package/properties/values/TagsPropertyValue.js +3 -0
- package/properties/values/TextPropertyValue.d.ts +1 -0
- package/properties/values/TextPropertyValue.js +3 -0
- package/richtext-editor-extensions/HeadingExtension.js +5 -5
- package/richtext-editor-extensions/MediaPickerExtension.js +1 -1
- package/sidepanel/Shared.js +1 -1
- package/statuscodelayout/StatusCodeLayoutSettings.d.ts +7 -4
- package/statuscodelayout/StatusCodeLayoutSettings.js +0 -405
- package/{signin/SignIn.d.ts → statuscodelayout/SystemLayout.d.ts} +1 -1
- package/statuscodelayout/SystemLayout.js +10 -0
- package/statuscodelayout/index.d.ts +1 -0
- package/statuscodelayout/index.js +1 -0
- package/ux/AdminApi.d.ts +29 -2
- package/ux/Directive.d.ts +27 -0
- package/ux/Directive.js +2 -0
- package/ux/InternalAdminApi.d.ts +25 -2
- package/ux/LayoutCanvasApi.d.ts +39 -8
- package/ux/LayoutEditorCanvas.d.ts +5 -3
- package/ux/MediaPickerApi.d.ts +1 -1
- package/ux/index.d.ts +2 -1
- package/velcron/VelcronDefinitionRegistration.d.ts +3 -3
- package/versionedlayout/VersionedLayout.d.ts +1 -0
- package/versionedlayout/VersionedLayout.js +2 -2
- package/SignInLayout.d.ts +0 -8
- package/SignInLayout.js +0 -6
- package/internal-do-not-import-from-here/shared/models/Bring.d.ts +0 -24
- package/internal-do-not-import-from-here/shared/models/hub/activities/FeedResult.d.ts +0 -9
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +0 -63
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +0 -18
- package/internal-do-not-import-from-here/shared/models/theming/OmniaThemes.d.ts +0 -5
- package/internal-do-not-import-from-here/shared/models/theming/OmniaThemes.js +0 -18
- 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 -18
- package/media-picker/Providers/BingProvider.js +0 -23
- package/media-picker/Providers/CentralImageLocationProvider.d.ts +0 -23
- package/media-picker/Providers/CentralImageLocationProvider.js +0 -32
- package/media-picker/Providers/DallEProvider.d.ts +0 -18
- package/media-picker/Providers/DallEProvider.js +0 -23
- package/media-picker/Providers/MediaPickerProvider.d.ts +0 -22
- package/media-picker/Providers/MediaPickerProvider.js +0 -8
- package/media-picker/Providers/MediaflowProvider.d.ts +0 -18
- package/media-picker/Providers/MediaflowProvider.js +0 -35
- package/media-picker/Providers/MicrosoftStreamProvider.d.ts +0 -18
- package/media-picker/Providers/MicrosoftStreamProvider.js +0 -37
- package/media-picker/Providers/MyComputerProvider.d.ts +0 -18
- package/media-picker/Providers/MyComputerProvider.js +0 -23
- package/media-picker/Providers/PexelProvider.d.ts +0 -18
- package/media-picker/Providers/PexelProvider.js +0 -27
- package/media-picker/Providers/YoutubeProvider.d.ts +0 -18
- package/media-picker/Providers/YoutubeProvider.js +0 -31
- package/media-picker/Providers/index.d.ts +0 -9
- package/media-picker/Providers/index.js +0 -12
- package/mediaflow/MediaflowImage.d.ts +0 -31
- package/mediaflow/MediaflowImage.js +0 -9
- package/mediaflow/MediaflowViewInfo.d.ts +0 -27
- package/signin/index.d.ts +0 -1
- /package/{internal-do-not-import-from-here/shared/models/Bring.js → LoginLog.js} +0 -0
- /package/{internal-do-not-import-from-here/shared/models/hub/activities/FeedResult.js → LoginLogFilter.js} +0 -0
- /package/{internal-do-not-import-from-here/velcron/core/models/VelcronEvents.js → RollupMetricSettings.js} +0 -0
- /package/{mediaflow/MediaflowViewInfo.js → auth/PostProcessingAuthOption.js} +0 -0
- /package/internal-do-not-import-from-here/{velcron/core/models → shared/models/velcron}/VelcronEvents.d.ts +0 -0
@@ -1,147 +1,221 @@
|
|
1
|
+
import { ChartData, ChartOptions, ChartTypeRegistry } from "chart.js";
|
2
|
+
/**Shared */
|
1
3
|
declare const block: readonly ["top", "bottom"];
|
2
4
|
declare const inline: readonly ["start", "end", "left", "right"];
|
3
5
|
type Tblock = typeof block[number];
|
4
6
|
type Tinline = typeof inline[number];
|
5
|
-
export type
|
6
|
-
export declare const
|
7
|
-
export type
|
8
|
-
export declare const
|
7
|
+
export type OPosition = Tblock | Tinline | "center" | "center center" | `${Tblock} ${Tinline | "center"}` | `${Tinline} ${Tblock | "center"}`;
|
8
|
+
export declare const OSizeTypeDefinitions: readonly ["default", "x-small", "small", "large", "x-large"];
|
9
|
+
export type OSizeTypes = typeof OSizeTypeDefinitions[number];
|
10
|
+
export declare const OSizeTypesName = "OSizeTypes";
|
11
|
+
export declare const OContentHeightDefinitions: readonly ["dynamic", "static"];
|
12
|
+
export type OContentHeight = typeof OContentHeightDefinitions[number];
|
13
|
+
export declare const ONotificationSizeTypeDefinitions: readonly ["medium", "default", "x-small", "small", "large", "x-large"];
|
14
|
+
export type ONotificationSizeTypes = typeof ONotificationSizeTypeDefinitions[number];
|
9
15
|
/**Slider */
|
10
|
-
export declare const
|
11
|
-
export type
|
12
|
-
export declare const
|
13
|
-
export declare const
|
14
|
-
export type
|
15
|
-
export declare const
|
16
|
+
export declare const ODirectionDefinitions: readonly ["horizontal", "vertical"];
|
17
|
+
export type ODirectionTypes = typeof ODirectionDefinitions[number];
|
18
|
+
export declare const ODirectionTypesName = "ODirectionTypes";
|
19
|
+
export declare const OSliderVariantDefinitions: readonly ["default", "prominent"];
|
20
|
+
export type OSliderVariants = typeof OSliderVariantDefinitions[number];
|
21
|
+
export declare const OSliderVariantsName = "OSliderVariants";
|
16
22
|
/**Progress */
|
17
|
-
export declare const
|
18
|
-
export type
|
19
|
-
export declare const
|
20
|
-
export declare const
|
21
|
-
export type
|
22
|
-
export declare const
|
23
|
-
export declare const
|
24
|
-
export type
|
25
|
-
export declare const
|
23
|
+
export declare const OProgressTypeDefinitions: readonly ["linear", "circular"];
|
24
|
+
export type OProgressTypes = typeof OProgressTypeDefinitions[number];
|
25
|
+
export declare const OProgressTypesName = "OProgressTypes";
|
26
|
+
export declare const OProgressVariantDefinitions: readonly ["default", "loading"];
|
27
|
+
export type OProgressVariants = typeof OProgressVariantDefinitions[number];
|
28
|
+
export declare const OProgressVariantsName = "OProgressVariants";
|
29
|
+
export declare const OProgressSizeTypeDefinitions: readonly ["default", "large", "x-large"];
|
30
|
+
export type OProgressSizeTypes = typeof OProgressSizeTypeDefinitions[number];
|
31
|
+
export declare const OProgressSizeTypesName = "OProgressSizeTypes";
|
26
32
|
/**AppBar */
|
27
|
-
export declare const
|
28
|
-
export type
|
29
|
-
export declare const
|
33
|
+
export declare const OAppBarTypeDefinitions: readonly ["default", "app", "chrome"];
|
34
|
+
export type OAppBarTypes = typeof OAppBarTypeDefinitions[number];
|
35
|
+
export declare const OAppBarTypesName = "OAppBarTypes";
|
36
|
+
/**Alert */
|
37
|
+
export declare const OAlertTypeDefinitions: readonly ["success", "info", "warning", "error"];
|
38
|
+
export type OAlertTypes = typeof OAlertTypeDefinitions[number];
|
39
|
+
export declare const OAlertTypesName = "OAlertTypes";
|
30
40
|
/**Button */
|
31
|
-
export declare const
|
32
|
-
export type
|
33
|
-
export declare const
|
34
|
-
export declare const
|
35
|
-
export type
|
36
|
-
export declare const
|
41
|
+
export declare const OButtonPresetDefinitions: readonly ["create", "remove", "delete", "ok", "cancel", "save", "close", "settings", "icon-add", "icon-comment", "icon-delete", "icon-edit", "icon-drag-handle", "icon-copy", "icon-code", "icon-close", "icon-back", "icon-more", "icon-navigate", "icon-settings", "load-more", "retry", "remove", "approve", "copy-to-clipboard", "details", "next", "previous", "select", "view-more", "send-request"];
|
42
|
+
export type OOxideButtonPresets = typeof OButtonPresetDefinitions[number];
|
43
|
+
export declare const OButtonPresetsName = "OOxideButtonPresets";
|
44
|
+
export declare const OButtonVariantDefinitions: readonly ["default", "prominent", "toolbar", "opacity", "dial", "slim", "menu"];
|
45
|
+
export type OButtonVariants = typeof OButtonVariantDefinitions[number];
|
46
|
+
export declare const OButtonVariantsName = "OButtonVariants";
|
37
47
|
/**Button Group */
|
38
|
-
export declare const
|
39
|
-
export type
|
40
|
-
export declare const
|
48
|
+
export declare const OButtonGroupTypeDefinitions: readonly ["default", "dial", "settings"];
|
49
|
+
export type OButtonGroupTypes = typeof OButtonGroupTypeDefinitions[number];
|
50
|
+
export declare const OButtonGroupTypesName = "OButtonGroupTypes";
|
41
51
|
/** Column */
|
42
|
-
export declare const
|
43
|
-
export type
|
44
|
-
export declare const
|
45
|
-
export declare const
|
46
|
-
export type
|
47
|
-
export declare const
|
52
|
+
export declare const OColValueDefinitions: readonly ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "auto", 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12];
|
53
|
+
export type OColValues = typeof OColValueDefinitions[number];
|
54
|
+
export declare const OColValuesName = "OColValues";
|
55
|
+
export declare const OAlignmentTypeDefinitions: readonly ["end", "center", "start", "baseline", "stretch", "auto"];
|
56
|
+
export type OAlignmentTypes = typeof OAlignmentTypeDefinitions[number];
|
57
|
+
export declare const OAlignmentTypesName = "OAlignmentTypes";
|
58
|
+
export declare const OColumnVariantDefinitions: readonly ["default", "grid"];
|
59
|
+
export type OColumnVariants = typeof OColumnVariantDefinitions[number];
|
60
|
+
export declare const OColumnVariantsName = "OColumnVariants";
|
61
|
+
/** Chart */
|
62
|
+
export declare const OChartVariationDefinitions: readonly ["bar", "line", "pie"];
|
63
|
+
export type OChartVariants = typeof OChartVariationDefinitions[number];
|
64
|
+
export declare const OChartVariantsName = "OChartVariants";
|
65
|
+
export type OChartOptions<ChartType extends keyof ChartTypeRegistry> = ChartOptions<ChartType>;
|
66
|
+
export type OChartData<ChartType extends keyof ChartTypeRegistry> = ChartData<ChartType>;
|
48
67
|
/** Dialog */
|
49
|
-
export declare const
|
50
|
-
export type
|
51
|
-
export declare const
|
68
|
+
export declare const ODialogTypeDefinitions: readonly ["save-cancel", "confirm", "ok-cancel", "default", "app", "retry"];
|
69
|
+
export type ODialogTypes = typeof ODialogTypeDefinitions[number];
|
70
|
+
export declare const ODialogTypesName = "ODialogTypes";
|
71
|
+
export declare const ODialogSizeDefinitions: readonly ["small", "medium", "large", "full"];
|
72
|
+
export type ODialogSizes = typeof ODialogSizeDefinitions[number];
|
52
73
|
/** Divider */
|
53
|
-
export declare const
|
54
|
-
export type
|
55
|
-
export declare const
|
74
|
+
export declare const OPageDividerTypeDefinitions: readonly ["default", "prominent"];
|
75
|
+
export type OPageDividerTypes = typeof OPageDividerTypeDefinitions[number];
|
76
|
+
export declare const OPageDividerTypesName = "OPageDividerTypes";
|
56
77
|
/** Expansion Panel */
|
57
|
-
export declare const
|
58
|
-
export type
|
59
|
-
export declare const
|
78
|
+
export declare const OPanelTypeDefinitions: readonly ["default", "navigation", "section"];
|
79
|
+
export type OPanelTypes = typeof OPanelTypeDefinitions[number];
|
80
|
+
export declare const OPanelTypesName = "OPanelTypes";
|
60
81
|
/**Icon */
|
61
|
-
export declare const
|
62
|
-
export type
|
63
|
-
export declare const
|
64
|
-
export declare const
|
65
|
-
export type OIconSizes = typeof
|
66
|
-
export declare const
|
67
|
-
export declare const
|
68
|
-
export type
|
69
|
-
export declare const
|
82
|
+
export declare const OIconPresetDefinitions: readonly ["add", "delete", "edit", "drag-handle", "copy", "code", "expand", "remove", "info"];
|
83
|
+
export type OIconPresets = typeof OIconPresetDefinitions[number];
|
84
|
+
export declare const OIconPresetsName = "OIconPresets";
|
85
|
+
export declare const OIconSizeDefinitions: readonly ["x-large", "large", "default", "x-small", "small"];
|
86
|
+
export type OIconSizes = typeof OIconSizeDefinitions[number];
|
87
|
+
export declare const OIconSizesName = "OIconSizes";
|
88
|
+
export declare const OIconAnimationsDefinition: readonly ["spin", "beat", "bounce", "flip"];
|
89
|
+
export type OIconAnimations = typeof OIconAnimationsDefinition[number];
|
90
|
+
export declare const OIconAnimationsName = "OIconAnimations";
|
91
|
+
export declare const OIconVariantDefinitions: readonly ["default", "background"];
|
92
|
+
export type OIconVariants = typeof OIconVariantDefinitions[number];
|
93
|
+
export declare const OIconVariantsName = "OIconVariants";
|
70
94
|
/** Image */
|
71
|
-
export declare const
|
72
|
-
export type
|
73
|
-
export declare const
|
95
|
+
export declare const ORatioTypeDefinitions: readonly ["default", "landscape"];
|
96
|
+
export type ORatioTypes = typeof ORatioTypeDefinitions[number];
|
97
|
+
export declare const ORatioTypesName = "ORatioTypes";
|
74
98
|
/** List */
|
75
|
-
export declare const
|
76
|
-
export type
|
77
|
-
export declare const
|
78
|
-
export declare const
|
79
|
-
export type
|
80
|
-
export declare const
|
81
|
-
export declare const
|
82
|
-
export type
|
83
|
-
export declare const
|
99
|
+
export declare const OListItemVariantDefinitions: readonly ["default", "delete", "navigation", "content"];
|
100
|
+
export type OListItemVariants = typeof OListItemVariantDefinitions[number];
|
101
|
+
export declare const OListItemVariantsName = "OListItemVariants";
|
102
|
+
export declare const OListTypeDefinitions: readonly ["default", "navigation", "options"];
|
103
|
+
export type OListTypes = typeof OListTypeDefinitions[number];
|
104
|
+
export declare const OListTypesName = "OListTypes";
|
105
|
+
export declare const OListLineTypeDefinitions: readonly [false, "one", "two", "three"];
|
106
|
+
export type OListLineTypes = typeof OListLineTypeDefinitions[number];
|
107
|
+
export declare const OListLineTypesName = "OListLineTypes";
|
84
108
|
/** Menu */
|
85
|
-
export declare const
|
86
|
-
export type
|
87
|
-
export declare const
|
109
|
+
export declare const OMenuLocationDefinitions: readonly ["top", "bottom", "start", "end", "left", "right", "center", "center center", "top center", "top start", "top end", "bottom start", "bottom end", "start top", "start bottom", "end top", "end bottom"];
|
110
|
+
export type OMenuLocations = typeof OMenuLocationDefinitions[number];
|
111
|
+
export declare const OMenuLocationsName = "OMenuLocations";
|
88
112
|
/**Navigation Drawer */
|
89
|
-
export declare const
|
90
|
-
export type
|
91
|
-
export declare const
|
92
|
-
export declare const
|
93
|
-
export type
|
94
|
-
export declare const
|
95
|
-
/**
|
96
|
-
|
97
|
-
export
|
98
|
-
export
|
99
|
-
export
|
100
|
-
export
|
101
|
-
export
|
102
|
-
export
|
103
|
-
export
|
104
|
-
export
|
105
|
-
export
|
106
|
-
export
|
107
|
-
export declare const
|
108
|
-
export
|
109
|
-
export
|
110
|
-
export declare const
|
111
|
-
export
|
112
|
-
export
|
113
|
-
export declare const
|
114
|
-
export
|
115
|
-
export
|
113
|
+
export declare const ONavigationDrawerLocationDefinitions: readonly ["top", "left", "right", "bottom", "end", "start"];
|
114
|
+
export type ONavigationDrawerLocations = typeof ONavigationDrawerLocationDefinitions[number];
|
115
|
+
export declare const ONavigationDrawerLocationsName = "ONavigationDrawerLocations";
|
116
|
+
export declare const ONavigationDrawerVariantDefinitions: readonly ["default", "app", "editor", "dialog"];
|
117
|
+
export type ONavigationDrawerVariants = typeof ONavigationDrawerVariantDefinitions[number];
|
118
|
+
export declare const ONavigationDrawerVariantsName = "ONavigationDrawerVariants";
|
119
|
+
/**Splitpanes */
|
120
|
+
/** Panel/Flex */
|
121
|
+
export declare const ODividerTypeDefinitions: readonly ["top", "bottom", "left", "right"];
|
122
|
+
export type ODividerTypes = typeof ODividerTypeDefinitions[number];
|
123
|
+
export declare const ODividerTypesName = "ODividerTypes";
|
124
|
+
export type OBorderCombination = `${ODividerTypes}` | `${ODividerTypes} ${ODividerTypes}` | `${ODividerTypes} ${ODividerTypes} ${ODividerTypes}` | `${ODividerTypes} ${ODividerTypes} ${ODividerTypes} ${ODividerTypes}`;
|
125
|
+
export declare const OPaddingTypeDefinitions: readonly ["top", "bottom", "left", "right", "none"];
|
126
|
+
export type OPaddingTypes = typeof OPaddingTypeDefinitions[number];
|
127
|
+
export declare const OPaddingTypesName = "ODividerTypes";
|
128
|
+
export type OPaddingCombination = `${OPaddingTypes}` | `${OPaddingTypes} ${OPaddingTypes}` | `${OPaddingTypes} ${OPaddingTypes} ${OPaddingTypes}` | `${OPaddingTypes} ${OPaddingTypes} ${OPaddingTypes} ${OPaddingTypes}`;
|
129
|
+
export declare const ORowDirectionDefinitions: readonly ["row", "row-reverse"];
|
130
|
+
export type ORowDirections = typeof ORowDirectionDefinitions[number];
|
131
|
+
export declare const ORowDirectionsName = "ORowDirections";
|
132
|
+
export declare const OPanelVariantDefinitions: readonly ["default", "dialog", "tab", "tab-vertical", "section", "toolbar", "settings", "navigation", "info-section", "content"];
|
133
|
+
export type OPanelVariants = typeof OPanelVariantDefinitions[number];
|
134
|
+
export declare const OPanelVariantsName = "OPanelVariants";
|
135
|
+
export declare const OHorizontalAlignmentDefinitions: readonly ["left", "center", "right"];
|
136
|
+
export type OHorizontalAlignments = typeof OHorizontalAlignmentDefinitions[number];
|
137
|
+
export declare const OHorizontalAlignmentsName = "OHorizontalAlignments";
|
138
|
+
export declare const OTabAlignmentDefinitions: readonly ["start", "center", "end"];
|
139
|
+
export type OTabAlignments = typeof OTabAlignmentDefinitions[number];
|
140
|
+
export declare const OTabAlignmentsName = "OTabAlignments";
|
141
|
+
export declare const OVerticalAlignmentDefinitions: readonly ["top", "center", "bottom"];
|
142
|
+
export type OVerticalAlignments = typeof OVerticalAlignmentDefinitions[number];
|
143
|
+
export declare const OVerticalAlignmentsName = "OVerticalAlignments";
|
144
|
+
export declare const OFlexVariantDefinitions: readonly ["default", "grid"];
|
145
|
+
export type OFlexVariants = typeof OFlexVariantDefinitions[number];
|
146
|
+
export declare const OFlexVariantsName = "OFlexVariants";
|
147
|
+
/** scroll container */
|
148
|
+
export declare const OScrollTypeDefinitions: readonly ["x", "y"];
|
149
|
+
export type OScrollTypes = typeof OScrollTypeDefinitions[number];
|
150
|
+
export declare const OScrollTypesName = "OScrollTypes";
|
151
|
+
export type OScrollTypesCombination = `${OScrollTypes}` | `${OScrollTypes} ${OScrollTypes}`;
|
116
152
|
/** Select */
|
117
|
-
export declare const
|
118
|
-
export type
|
119
|
-
export declare const
|
153
|
+
export declare const OSelectTypeDefinitions: readonly ["default", "add", "picker", "combobox"];
|
154
|
+
export type OSelectTypes = typeof OSelectTypeDefinitions[number];
|
155
|
+
export declare const OSelectTypesName = "OSelectTypes";
|
120
156
|
/**Skeleton loader */
|
121
|
-
export declare const
|
122
|
-
export type
|
123
|
-
export declare const
|
124
|
-
export type
|
157
|
+
export declare const OSkeletonLoaderTypeDefinitions: readonly ["text", "image", "button", "chip", "actions", "avatar", "divider", "subtitle", "heading", "sentences", "paragraph", "article", "card", "card-avatar", "date-picker", "date-picker-options", "date-picker-days", "list-item", "list-item-avatar", "list-item-two-line", "list-item-avatar-two-line", "list-item-three-line", "list-item-avatar-three-line", "table", "table-heading", "table-thead", "table-tbody", "table-row-divider", "table-row", "table-tfoot"];
|
158
|
+
export type OSkeletonLoaderTypes = typeof OSkeletonLoaderTypeDefinitions[number];
|
159
|
+
export declare const OSkeletonLoaderName = "OSkeletonLoaderTypes";
|
160
|
+
export type OSkeletonLoaderTypesCombination = `${OSkeletonLoaderTypes}` | `${OSkeletonLoaderTypes}, ${OSkeletonLoaderTypes}` | `${OSkeletonLoaderTypes}, ${OSkeletonLoaderTypes}, ${OSkeletonLoaderTypes}`;
|
125
161
|
/** Tabs */
|
126
|
-
export declare const
|
127
|
-
export type
|
128
|
-
export declare const
|
129
|
-
export declare const
|
130
|
-
export type
|
131
|
-
export declare const
|
162
|
+
export declare const OScrollOffsetTypeDefinitions: readonly ["dialog", "drawer"];
|
163
|
+
export type OScrollOffsetTypes = "dialog" | "drawer" | string;
|
164
|
+
export declare const OScrollOffsetTypesName = "OScrollOffsetTypes";
|
165
|
+
export declare const OTabVariantDefinitions: readonly ["default", "navigation", "settings", "header", "toolbar"];
|
166
|
+
export type OTabVariants = typeof OTabVariantDefinitions[number];
|
167
|
+
export declare const OTabVariantsName = "OTabVariants";
|
132
168
|
/** Text Box */
|
133
|
-
export declare const
|
134
|
-
export type
|
135
|
-
export declare const
|
136
|
-
export declare const
|
137
|
-
export type
|
138
|
-
export declare const
|
169
|
+
export declare const OTextBoxVariantTypeDefinitions: readonly ["default", "search", "find-slim", "link", "media"];
|
170
|
+
export type OTextBoxVariantTypes = typeof OTextBoxVariantTypeDefinitions[number];
|
171
|
+
export declare const OTextBoxVariantTypesName = "OTextBoxVariantTypes";
|
172
|
+
export declare const OTextBoxTypeDefinitions: readonly ["text", "password", "number"];
|
173
|
+
export type OTextBoxTypes = typeof OTextBoxTypeDefinitions[number];
|
174
|
+
export declare const OTextBoxTypesName = "OTextBoxTypes";
|
139
175
|
/** Toolbar */
|
140
|
-
export declare const
|
141
|
-
export type
|
142
|
-
export declare const
|
176
|
+
export declare const OToolbarVariationDefinitions: readonly ["default", "blade", "menu", "drawer"];
|
177
|
+
export type OToolbarVariants = typeof OToolbarVariationDefinitions[number];
|
178
|
+
export declare const OToolbarVariantsName = "OToolbarVariants";
|
143
179
|
/** Draggable */
|
144
|
-
export declare const
|
145
|
-
export type
|
146
|
-
export declare const
|
180
|
+
export declare const ODraggableVariationDefinitions: readonly ["default", "list", "data-table", "element"];
|
181
|
+
export type ODraggableVariants = typeof ODraggableVariationDefinitions[number];
|
182
|
+
export declare const ODraggableVariantsName = "ODraggableVariants";
|
183
|
+
/** Infinte Scroll */
|
184
|
+
export declare const OInfiniteScrollStatusDefinitions: readonly ["ok", "empty", "loading", "error"];
|
185
|
+
export type OInfiniteScrollStatusValues = typeof OInfiniteScrollStatusDefinitions[number];
|
186
|
+
export type OInfiniteScrollSide = "end" | "start" | "both";
|
187
|
+
export type OInfiniteScrollLoadOptions = {
|
188
|
+
side: OInfiniteScrollSide;
|
189
|
+
done: (status: OInfiniteScrollStatusValues) => void;
|
190
|
+
};
|
191
|
+
/** Select */
|
192
|
+
export interface OSelectRenderingItem<TValue = any, TRaw = any> {
|
193
|
+
index: number;
|
194
|
+
item: {
|
195
|
+
title: string;
|
196
|
+
value: TValue;
|
197
|
+
raw: TRaw;
|
198
|
+
};
|
199
|
+
props: {
|
200
|
+
onClick: (item: TValue) => void;
|
201
|
+
[key: string]: any;
|
202
|
+
};
|
203
|
+
}
|
204
|
+
/** Lazy */
|
205
|
+
export declare const OLazyVariationDefinitions: readonly ["intersect", "next-tick"];
|
206
|
+
export type OLazyVariants = typeof OLazyVariationDefinitions[number];
|
207
|
+
/**Rating */
|
208
|
+
export declare const ORatingDensityDefinitions: readonly ["default", "comfortable", "compact"];
|
209
|
+
export type ORatingDensity = typeof ORatingDensityDefinitions[number];
|
210
|
+
export declare const ORatingDensityTypesName = "ORatingDensity";
|
211
|
+
export declare const ORatingLengthDefinition: readonly [5, 10, "5", "10"];
|
212
|
+
export type ORatingLength = typeof ORatingLengthDefinition[number];
|
213
|
+
export declare const ORatingLengthName = "ORatingLength";
|
214
|
+
/** Splitpanes */
|
215
|
+
export declare const OSplitpanesVariationDefinitions: readonly ["horizontal", "vertical"];
|
216
|
+
export type OSplitpanesVariation = typeof OSplitpanesVariationDefinitions[number];
|
217
|
+
export declare const OSplitpanesVariationTypesName = "OSplitpanesVariation";
|
218
|
+
export declare const OMultiTextInputModesDefinitions: readonly ["textfield", "textarea"];
|
219
|
+
export type OMultiTextInputModes = typeof OMultiTextInputModesDefinitions[number];
|
220
|
+
export declare const OMultiTextInputModesName = "OMultiTextInputModes";
|
147
221
|
export {};
|