@omnia/fx-models 8.0.115-vnext → 8.0.116-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 +10 -1
- package/Constants.js +14 -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/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 +42 -10
- package/ManifestIds.js +114 -16
- package/NotNullish.d.ts +1 -0
- package/NotNullish.js +7 -0
- package/NullOf.d.ts +5 -0
- package/NullOf.js +10 -0
- package/PermissionInputSettings.d.ts +2 -1
- package/QueryFilter.js +2 -2
- package/RichTextEditorExtension.d.ts +29 -4
- 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/ValueOf.d.ts +3 -0
- package/ValueOf.js +7 -0
- package/admin/AdminModels.d.ts +42 -0
- package/apps/App.d.ts +2 -0
- package/apps/App.js +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/GroupIdentity.js +1 -1
- 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/UserIdentity.d.ts +14 -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 +19 -0
- 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/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 +36 -4
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.d.ts +1 -1
- 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 +7 -2
- 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 +2 -1
- package/internal-do-not-import-from-here/shared/models/index.js +2 -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 +93 -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/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/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/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 +13 -2
- 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 -11
- 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/UnsplashProvider.d.ts +0 -18
- package/media-picker/Providers/UnsplashProvider.js +0 -23
- 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 -10
- package/media-picker/Providers/index.js +0 -13
- 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 → auth/PostProcessingAuthOption.js} +0 -0
- /package/internal-do-not-import-from-here/{velcron/core/models → shared/models/velcron}/VelcronEvents.d.ts +0 -0
package/Exposes.d.ts
CHANGED
@@ -22,6 +22,7 @@ export * from "./MicrosoftStreamModel";
|
|
22
22
|
export * from "./WebImage";
|
23
23
|
export * from "./Theming";
|
24
24
|
export * from "./ExternalLayoutProvider";
|
25
|
+
export * from "./AuthenticationLayout";
|
25
26
|
export * from "./NamedProperty";
|
26
27
|
export * from "./ServiceParam";
|
27
28
|
export * from "./Feature";
|
@@ -99,6 +100,10 @@ export * from "./FileValidationResult";
|
|
99
100
|
export * from "./Func";
|
100
101
|
export * from "./FilterpickerModel";
|
101
102
|
export * from "./RollupMetricSettings";
|
103
|
+
export * from "./ChromeLayoutDefinition";
|
104
|
+
export * from "./NullOf";
|
105
|
+
export * from "./NotNullish";
|
106
|
+
export * from "./ValueOf";
|
102
107
|
export * from "./ux";
|
103
108
|
export * from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
104
109
|
export * from "./admin";
|
@@ -126,7 +131,7 @@ export * from "./mediaflow";
|
|
126
131
|
export * from "./media-gallery";
|
127
132
|
export * from "./omniasearch";
|
128
133
|
export * from "./businessprofilesettings";
|
129
|
-
export * from "./
|
134
|
+
export * from "./authentication";
|
130
135
|
export * from "./bulkimportusers";
|
131
136
|
export * from "./linkstatus";
|
132
137
|
export * from "./statuscodelayout";
|
@@ -137,3 +142,5 @@ export * from "./PromotedTagOptions";
|
|
137
142
|
export * from "./SharepointVideo";
|
138
143
|
export * from "./connected-tenants";
|
139
144
|
export * from "./MediaScalingSettings";
|
145
|
+
export * from "./LoginLog";
|
146
|
+
export * from "./LoginLogFilter";
|
package/Exposes.js
CHANGED
@@ -29,6 +29,7 @@ tslib_1.__exportStar(require("./MicrosoftStreamModel"), exports);
|
|
29
29
|
tslib_1.__exportStar(require("./WebImage"), exports);
|
30
30
|
tslib_1.__exportStar(require("./Theming"), exports);
|
31
31
|
tslib_1.__exportStar(require("./ExternalLayoutProvider"), exports);
|
32
|
+
tslib_1.__exportStar(require("./AuthenticationLayout"), exports);
|
32
33
|
tslib_1.__exportStar(require("./NamedProperty"), exports);
|
33
34
|
tslib_1.__exportStar(require("./ServiceParam"), exports);
|
34
35
|
tslib_1.__exportStar(require("./Feature"), exports);
|
@@ -105,6 +106,10 @@ tslib_1.__exportStar(require("./FileValidationResult"), exports);
|
|
105
106
|
tslib_1.__exportStar(require("./Func"), exports);
|
106
107
|
tslib_1.__exportStar(require("./FilterpickerModel"), exports);
|
107
108
|
tslib_1.__exportStar(require("./RollupMetricSettings"), exports);
|
109
|
+
tslib_1.__exportStar(require("./ChromeLayoutDefinition"), exports);
|
110
|
+
tslib_1.__exportStar(require("./NullOf"), exports);
|
111
|
+
tslib_1.__exportStar(require("./NotNullish"), exports);
|
112
|
+
tslib_1.__exportStar(require("./ValueOf"), exports);
|
108
113
|
//************************************************************************************ */
|
109
114
|
// End of file exports
|
110
115
|
//************************************************************************************ */
|
@@ -138,7 +143,7 @@ tslib_1.__exportStar(require("./mediaflow"), exports);
|
|
138
143
|
tslib_1.__exportStar(require("./media-gallery"), exports);
|
139
144
|
tslib_1.__exportStar(require("./omniasearch"), exports);
|
140
145
|
tslib_1.__exportStar(require("./businessprofilesettings"), exports);
|
141
|
-
tslib_1.__exportStar(require("./
|
146
|
+
tslib_1.__exportStar(require("./authentication"), exports);
|
142
147
|
tslib_1.__exportStar(require("./bulkimportusers"), exports);
|
143
148
|
tslib_1.__exportStar(require("./linkstatus"), exports);
|
144
149
|
tslib_1.__exportStar(require("./statuscodelayout"), exports);
|
@@ -152,3 +157,5 @@ tslib_1.__exportStar(require("./PromotedTagOptions"), exports);
|
|
152
157
|
tslib_1.__exportStar(require("./SharepointVideo"), exports);
|
153
158
|
tslib_1.__exportStar(require("./connected-tenants"), exports);
|
154
159
|
tslib_1.__exportStar(require("./MediaScalingSettings"), exports);
|
160
|
+
tslib_1.__exportStar(require("./LoginLog"), exports);
|
161
|
+
tslib_1.__exportStar(require("./LoginLogFilter"), exports);
|
package/Extensions.d.ts
CHANGED
package/FileUploader.d.ts
CHANGED
package/FileUploader.js
CHANGED
@@ -7,4 +7,4 @@ var FileUploaderItemStatus;
|
|
7
7
|
FileUploaderItemStatus[FileUploaderItemStatus["Processing"] = 1] = "Processing";
|
8
8
|
FileUploaderItemStatus[FileUploaderItemStatus["Error"] = 2] = "Error";
|
9
9
|
FileUploaderItemStatus[FileUploaderItemStatus["Success"] = 3] = "Success";
|
10
|
-
})(FileUploaderItemStatus
|
10
|
+
})(FileUploaderItemStatus || (exports.FileUploaderItemStatus = FileUploaderItemStatus = {}));
|
package/FileValidationResult.js
CHANGED
@@ -5,4 +5,4 @@ var FileValidationResult;
|
|
5
5
|
(function (FileValidationResult) {
|
6
6
|
FileValidationResult[FileValidationResult["Success"] = 0] = "Success";
|
7
7
|
FileValidationResult[FileValidationResult["Failure"] = 1] = "Failure";
|
8
|
-
})(FileValidationResult
|
8
|
+
})(FileValidationResult || (exports.FileValidationResult = FileValidationResult = {}));
|
package/FilterEngineStyles.d.ts
CHANGED
@@ -1,5 +1,4 @@
|
|
1
1
|
import { types } from "typestyle";
|
2
|
-
import { ITheming } from "../ux";
|
3
2
|
import { NestedCSSPropertiesExtends } from "./ux";
|
4
3
|
import { SpacingSettings } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
5
4
|
export declare const FilterEngineStyles: {
|
@@ -11,15 +10,14 @@ export declare const FilterEngineStyles: {
|
|
11
10
|
slimListScrollbar: types.NestedCSSProperties;
|
12
11
|
dropdownMenuActivator: (hasDefaultStyling: boolean) => types.NestedCSSProperties;
|
13
12
|
nodeLevelIndentation: (nodeLevel: number) => types.NestedCSSProperties;
|
14
|
-
textDefaultStyle: (dark: boolean) => types.NestedCSSProperties;
|
15
13
|
avatarStyle: types.NestedCSSProperties;
|
16
14
|
avatarOptionStyle: types.NestedCSSProperties;
|
17
15
|
searchBoxDefaultStyle: types.NestedCSSProperties;
|
18
16
|
searchValueBoxDefaultStyle: types.NestedCSSProperties;
|
19
17
|
searchTextColor: types.NestedCSSProperties;
|
20
18
|
treeNodeText: (isSelected: boolean) => types.NestedCSSProperties;
|
21
|
-
treeNodeResultCount: (
|
22
|
-
dialogContent:
|
19
|
+
treeNodeResultCount: (isSelected: boolean) => types.NestedCSSProperties;
|
20
|
+
dialogContent: types.NestedCSSProperties;
|
23
21
|
popUpDialogButton: types.NestedCSSProperties;
|
24
22
|
panelDialogButton: types.NestedCSSProperties;
|
25
23
|
mainSection: (maxWidth: number) => types.NestedCSSProperties;
|
@@ -29,28 +27,21 @@ export declare const FilterEngineStyles: {
|
|
29
27
|
panelDialog: types.NestedCSSProperties;
|
30
28
|
fullscreenScrollableFilterArea: types.NestedCSSProperties;
|
31
29
|
closePropertyPanelButton: types.NestedCSSProperties;
|
32
|
-
reactiveContentColor: (isDark: boolean) => types.NestedCSSProperties;
|
33
30
|
invisible: types.NestedCSSProperties;
|
34
|
-
|
35
|
-
reactiveVuetifyFilledTextFieldStyles: (isDark: boolean, alternateColor?: boolean) => types.NestedCSSProperties;
|
36
|
-
reactiveVuetifyOutlinedTextFieldStyles: (isDark: boolean) => types.NestedCSSProperties;
|
31
|
+
vuetifyOutlinedTextFieldStyles: types.NestedCSSProperties;
|
37
32
|
vuetifyRoundedTextFieldStyles: types.NestedCSSProperties;
|
38
33
|
headerTextStyle: types.NestedCSSProperties;
|
39
|
-
|
40
|
-
chipBackgroundColor: (backgroundColor: string, outlinedStyling: boolean, moreTransparent?: boolean) => types.NestedCSSProperties;
|
34
|
+
vuetifyUnderlinedTextField: types.NestedCSSProperties;
|
41
35
|
chipBorder: (backgroundColor: string) => types.NestedCSSProperties;
|
42
36
|
transparentBackground: types.NestedCSSProperties;
|
43
37
|
headerFontStyles: types.NestedCSSProperties;
|
44
38
|
listItemFontStyles: types.NestedCSSProperties;
|
45
39
|
expansionPanelContentWrapper: (hasDefaultStyling: boolean) => types.NestedCSSProperties;
|
46
|
-
listItemSpacingStyles:
|
40
|
+
listItemSpacingStyles: types.NestedCSSProperties;
|
47
41
|
textFieldSpacingStyles: types.NestedCSSProperties;
|
48
42
|
chipItemFontStyles: types.NestedCSSProperties;
|
49
|
-
reactiveResultCountBackgroundColor: (isDark: boolean) => types.NestedCSSProperties;
|
50
|
-
reactiveOpacity: (isDark: boolean) => types.NestedCSSProperties;
|
51
43
|
smallerExpansionPanelHeader: types.NestedCSSProperties;
|
52
|
-
|
53
|
-
reactiveHighlightedBorder: (isDark: boolean) => types.NestedCSSProperties;
|
44
|
+
highlightedBorder: types.NestedCSSProperties;
|
54
45
|
scrollableListContent: types.NestedCSSProperties;
|
55
46
|
getPaddingStyle?: (spacing: SpacingSettings, skip?: {
|
56
47
|
top?: boolean;
|
package/Http.js
CHANGED
@@ -6,4 +6,4 @@ var ApiResponseCodes;
|
|
6
6
|
ApiResponseCodes[ApiResponseCodes["Success"] = 0] = "Success";
|
7
7
|
ApiResponseCodes[ApiResponseCodes["UnAuthorized"] = 1] = "UnAuthorized";
|
8
8
|
ApiResponseCodes[ApiResponseCodes["Exception"] = 2] = "Exception";
|
9
|
-
})(ApiResponseCodes
|
9
|
+
})(ApiResponseCodes || (exports.ApiResponseCodes = ApiResponseCodes = {}));
|
package/Journey.d.ts
CHANGED
@@ -1,9 +1,17 @@
|
|
1
1
|
import { VNode, VNodeTypes } from "vue";
|
2
2
|
import { BladeSizes, GuidValue, IIcon } from ".";
|
3
3
|
export interface JourneyMenuItem {
|
4
|
+
type?: "default" | "switch" | "value";
|
4
5
|
icon: IIcon;
|
5
|
-
element
|
6
|
+
element?: VNodeTypes | GuidValue;
|
6
7
|
title: string;
|
8
|
+
value?: boolean;
|
9
|
+
customText?: string;
|
10
|
+
}
|
11
|
+
export interface JourneySwitchMenuItem extends JourneyMenuItem {
|
12
|
+
type: "switch";
|
13
|
+
disabled?: boolean;
|
14
|
+
onChange: (value: any) => void;
|
7
15
|
}
|
8
16
|
export interface Blade {
|
9
17
|
id: string;
|
package/Layout.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { MultilingualString, ThemeDefinition, IIcon, SpacingSettings, IconPickerModel, WebComponentDefinition, OmniaBlock, GuidValue, RadialGradientShapes, BlockTitleSettings, LayoutItemActions, LayoutEditorModes, BlockRenderingModes, TabbedDisplayModes, TabbedIconPositions, LayoutDrawerTabs, ILayoutCanvasDefinitionBuilder, MediaPickerImage, IMessageBusTopicSubscription, MediaPickerStorageProviderContext, OmniaBackendRuntimes, OmniaClientRuntimes, LayoutCanvasModes, ColorSchemaTypes,
|
1
|
+
import { MultilingualString, ThemeDefinition, IIcon, SpacingSettings, IconPickerModel, WebComponentDefinition, OmniaBlock, GuidValue, RadialGradientShapes, BlockTitleSettings, LayoutItemActions, LayoutEditorModes, BlockRenderingModes, TabbedDisplayModes, TabbedIconPositions, LayoutDrawerTabs, ILayoutCanvasDefinitionBuilder, MediaPickerImage, IMessageBusTopicSubscription, MediaPickerStorageProviderContext, OmniaBackendRuntimes, OmniaClientRuntimes, LayoutCanvasModes, ColorSchemaTypes, HorizontalAlignments, SpacingType, ChromeBlueprintVariants, ColorValue, VerticalAlignments } from ".";
|
2
2
|
import { MessageBusTopicMediator } from "../";
|
3
3
|
import { TargetingFilterProperty } from "../sp";
|
4
4
|
import { ShapeDividerSettings } from "./ShapeDividerSettingsModel";
|
@@ -38,8 +38,8 @@ export interface BlockSettingsWithDefaultProperty<T> extends BlockSettings {
|
|
38
38
|
}
|
39
39
|
export interface LayoutSettings extends LayoutItemSettings {
|
40
40
|
background?: BackgroundSettings;
|
41
|
-
tenantHeaderColor?:
|
42
|
-
appHeaderColor?:
|
41
|
+
tenantHeaderColor?: ColorValue;
|
42
|
+
appHeaderColor?: ColorValue;
|
43
43
|
chrome?: string;
|
44
44
|
chromeFlat: boolean;
|
45
45
|
spacingColumn?: number;
|
@@ -59,6 +59,7 @@ export interface LayoutItem {
|
|
59
59
|
itemtype: string;
|
60
60
|
items?: Array<LayoutItem>;
|
61
61
|
settings?: LayoutItemSettings;
|
62
|
+
name?: string;
|
62
63
|
}
|
63
64
|
export interface LayoutItemSettings {
|
64
65
|
deviceBreakPoints: Array<DisplayBreakPointSetting>;
|
@@ -67,7 +68,7 @@ export interface LayoutItemSettings {
|
|
67
68
|
css: string;
|
68
69
|
customCssClasses: string;
|
69
70
|
colorSchemaType?: ColorSchemaTypes;
|
70
|
-
|
71
|
+
chromeType?: ChromeBlueprintVariants;
|
71
72
|
}
|
72
73
|
export interface LinearGradientBackground extends BackgroundSettings {
|
73
74
|
degrees: number;
|
@@ -89,14 +90,14 @@ export interface BlurBackgroundFilter {
|
|
89
90
|
value: number;
|
90
91
|
}
|
91
92
|
export interface BackgroundSettings {
|
92
|
-
colors: Array<
|
93
|
+
colors: Array<ColorValue>;
|
93
94
|
elevation: number;
|
94
95
|
acrylic: boolean;
|
95
96
|
borderRadiusTop: number;
|
96
97
|
borderRadiusBottom: number;
|
97
98
|
overflow: number;
|
98
99
|
isInherited: boolean;
|
99
|
-
borderColor:
|
100
|
+
borderColor: ColorValue;
|
100
101
|
borderWidth: number;
|
101
102
|
shapeDivider?: ShapeDividerSettings;
|
102
103
|
image?: ImageBackground;
|
@@ -113,14 +114,31 @@ export declare enum SectionTypes {
|
|
113
114
|
Column = 1,
|
114
115
|
Tab = 2,
|
115
116
|
Accordion = 3,
|
116
|
-
Stepper = 4
|
117
|
+
Stepper = 4,
|
118
|
+
PlaceHolder = 5,
|
119
|
+
Slider = 6
|
117
120
|
}
|
118
121
|
export interface Section<T extends SectionSettings = SectionSettings> extends LayoutItem {
|
122
|
+
name?: string;
|
119
123
|
settings: T;
|
120
124
|
}
|
125
|
+
export interface LayoutEngineRenderContext<TItemType = LayoutItem, TSettings = LayoutItemSettings> {
|
126
|
+
id?: string;
|
127
|
+
useEditorHooks?: boolean;
|
128
|
+
parentContainer?: LayoutItem;
|
129
|
+
item?: TItemType;
|
130
|
+
layoutId?: string;
|
131
|
+
settings?: TSettings;
|
132
|
+
useScrollMarginFix?: boolean;
|
133
|
+
state?: object;
|
134
|
+
maxWidth?: number;
|
135
|
+
minWidth?: number;
|
136
|
+
orphaned?: boolean;
|
137
|
+
}
|
121
138
|
export interface SectionSettings extends LayoutItemSettings {
|
122
139
|
type: SectionTypes;
|
123
140
|
alignment: HorizontalAlignments;
|
141
|
+
alignmentY: VerticalAlignments;
|
124
142
|
width: string;
|
125
143
|
minHeight: string;
|
126
144
|
spacingBlock: number | SpacingType;
|
@@ -147,42 +165,55 @@ export interface TabbedSectionSettings extends SectionSettings {
|
|
147
165
|
type: SectionTypes.Tab;
|
148
166
|
tabAlignment: HorizontalAlignments;
|
149
167
|
showSlider: boolean;
|
150
|
-
bgColor:
|
151
|
-
tabColor:
|
152
|
-
activeTabColor:
|
153
|
-
labelColor:
|
154
|
-
activeLabelColor:
|
168
|
+
bgColor: ColorValue;
|
169
|
+
tabColor: ColorValue;
|
170
|
+
activeTabColor: ColorValue;
|
171
|
+
labelColor: ColorValue;
|
172
|
+
activeLabelColor: ColorValue;
|
155
173
|
displayMode: TabbedDisplayModes;
|
156
174
|
grow: boolean;
|
157
|
-
sliderColor:
|
175
|
+
sliderColor: ColorValue;
|
158
176
|
customSize: boolean;
|
159
177
|
tabMinHeight: number;
|
160
178
|
tabMinWidth: number;
|
161
|
-
textColor:
|
162
|
-
activeTextColor:
|
163
|
-
iconColor:
|
179
|
+
textColor: ColorValue;
|
180
|
+
activeTextColor: ColorValue;
|
181
|
+
iconColor: ColorValue;
|
164
182
|
iconPosition: TabbedIconPositions;
|
165
|
-
activeIconColor:
|
183
|
+
activeIconColor: ColorValue;
|
166
184
|
borderRadiusAll: boolean;
|
167
185
|
borderRadius: number;
|
168
186
|
}
|
169
187
|
export interface AccordionedSectionSettings extends SectionSettings {
|
170
188
|
type: SectionTypes.Accordion;
|
171
189
|
labelPadding: SpacingSettings;
|
172
|
-
tabColor:
|
173
|
-
activeTabColor:
|
174
|
-
labelColor:
|
175
|
-
activeLabelColor:
|
176
|
-
textColor:
|
177
|
-
activeTextColor:
|
178
|
-
iconColor:
|
179
|
-
activeIconColor:
|
190
|
+
tabColor: ColorValue;
|
191
|
+
activeTabColor: ColorValue;
|
192
|
+
labelColor: ColorValue;
|
193
|
+
activeLabelColor: ColorValue;
|
194
|
+
textColor: ColorValue;
|
195
|
+
activeTextColor: ColorValue;
|
196
|
+
iconColor: ColorValue;
|
197
|
+
activeIconColor: ColorValue;
|
180
198
|
borderRadiusAll: boolean;
|
181
199
|
borderRadius: number;
|
182
200
|
collapsed: boolean;
|
183
201
|
flatHeader: boolean;
|
184
202
|
singleSelect: boolean;
|
185
203
|
}
|
204
|
+
export interface PlaceHolderLayoutRegistration {
|
205
|
+
id: GuidValue;
|
206
|
+
title: string;
|
207
|
+
}
|
208
|
+
export interface PlaceHolderSectionSettings extends SectionSettings {
|
209
|
+
placeHolderLayoutRegistrationId: GuidValue;
|
210
|
+
}
|
211
|
+
export interface PlaceHolderSectionItemSettings extends SectionItemSettings {
|
212
|
+
type: SectionTypes.PlaceHolder;
|
213
|
+
size: string;
|
214
|
+
minWidth: number;
|
215
|
+
chrome: string;
|
216
|
+
}
|
186
217
|
export interface StepperSectionSettings extends SectionSettings {
|
187
218
|
type: SectionTypes.Stepper;
|
188
219
|
vertical: boolean;
|
@@ -278,7 +309,7 @@ export interface BlockLayoutSettings extends LayoutItemSettings, HeaderItemSetti
|
|
278
309
|
}
|
279
310
|
export interface DisplayBreakPoint {
|
280
311
|
id: string;
|
281
|
-
icon:
|
312
|
+
icon: IIcon;
|
282
313
|
label: string;
|
283
314
|
rangedescription: string;
|
284
315
|
minWidth: number;
|
@@ -430,11 +461,19 @@ export interface SectionLayoutInheritanceBehaviors {
|
|
430
461
|
}
|
431
462
|
export interface LayoutEditorCanvasStore extends ILayoutCanvasStore {
|
432
463
|
getters: {
|
464
|
+
zoomLevel: () => number;
|
433
465
|
getLayout: () => Layout;
|
466
|
+
editorMode: () => LayoutEditorModes;
|
434
467
|
getDefinitionBuilder: () => ILayoutCanvasDefinitionBuilder;
|
435
468
|
getSelectedLayoutItem: () => LayoutItem;
|
469
|
+
isPreviewMode: () => boolean;
|
436
470
|
};
|
437
471
|
mutations: {
|
472
|
+
zoom: (zoom: number) => void;
|
473
|
+
zoomOut: () => void;
|
474
|
+
zoomIn: () => void;
|
475
|
+
togglePreviewMode: () => void;
|
476
|
+
setWidth: (width: string) => void;
|
438
477
|
disableAnchorLink: () => void;
|
439
478
|
disableAuth: () => void;
|
440
479
|
setCanvasMode: (mode: LayoutCanvasModes) => void;
|
@@ -463,6 +502,7 @@ export interface LayoutEditorCanvasStore extends ILayoutCanvasStore {
|
|
463
502
|
export interface LayoutRendererCanvasStore extends ILayoutCanvasStore {
|
464
503
|
}
|
465
504
|
export interface ILayoutCanvasStore {
|
505
|
+
getters: {};
|
466
506
|
mutations: {
|
467
507
|
setLayout: (layout: Layout) => void;
|
468
508
|
setTheme: (layoutThemeDefinition: ThemeDefinition, blockThemeDefinition: ThemeDefinition) => void;
|
@@ -535,3 +575,7 @@ export interface ILayoutFileContext {
|
|
535
575
|
default: FilePickerStorageProviderContext;
|
536
576
|
getContextByType: (type: new () => LayoutContextType) => FilePickerStorageProviderContext;
|
537
577
|
}
|
578
|
+
export interface LayoutPlaceHolderRegistration {
|
579
|
+
id: GuidValue;
|
580
|
+
title: string;
|
581
|
+
}
|
package/Layout.js
CHANGED
@@ -7,12 +7,14 @@ var SectionTypes;
|
|
7
7
|
SectionTypes[SectionTypes["Tab"] = 2] = "Tab";
|
8
8
|
SectionTypes[SectionTypes["Accordion"] = 3] = "Accordion";
|
9
9
|
SectionTypes[SectionTypes["Stepper"] = 4] = "Stepper";
|
10
|
-
|
10
|
+
SectionTypes[SectionTypes["PlaceHolder"] = 5] = "PlaceHolder";
|
11
|
+
SectionTypes[SectionTypes["Slider"] = 6] = "Slider";
|
12
|
+
})(SectionTypes || (exports.SectionTypes = SectionTypes = {}));
|
11
13
|
var JsonNullValueHandling;
|
12
14
|
(function (JsonNullValueHandling) {
|
13
15
|
JsonNullValueHandling[JsonNullValueHandling["include"] = 0] = "include";
|
14
16
|
JsonNullValueHandling[JsonNullValueHandling["ignore"] = 1] = "ignore";
|
15
|
-
})(JsonNullValueHandling
|
17
|
+
})(JsonNullValueHandling || (exports.JsonNullValueHandling = JsonNullValueHandling = {}));
|
16
18
|
/**
|
17
19
|
* Define different context extending this so that Layout can different multiple media provider per context
|
18
20
|
* */
|
package/LoginLog.d.ts
ADDED
package/ManifestIds.d.ts
CHANGED
@@ -9,18 +9,20 @@ export declare class OmniaGroupManifests {
|
|
9
9
|
static get FxUxCommonOxides(): Guid;
|
10
10
|
static get FxUxRichTextEditor(): Guid;
|
11
11
|
static get Header(): Guid;
|
12
|
+
static get ChromeGroup(): Guid;
|
12
13
|
static get LayoutCanvasGroup(): Guid;
|
13
14
|
}
|
14
15
|
export declare class OmniaResourceManifests {
|
16
|
+
static get SplitPaneLib(): Guid;
|
15
17
|
static get ProsemirrorPackage(): Guid;
|
16
18
|
static get AuthSetupCore(): Guid;
|
17
19
|
static get LayoutCanvasShared(): Guid;
|
18
20
|
static get AwesomeProFont(): Guid;
|
19
21
|
static get FxUxVuetifyShared(): Guid;
|
22
|
+
static get LayoutCanvasPlaceHolderApis(): Guid;
|
23
|
+
static get AppPlaceHolderApis(): Guid;
|
20
24
|
static get FxUxVuetifyCommon(): Guid;
|
21
25
|
static get FxUxMonacoEditor(): Guid;
|
22
|
-
static get FxUxVueChartJS(): Guid;
|
23
|
-
static get FxUxDraggable(): Guid;
|
24
26
|
static get FxUxAutocomplete(): Guid;
|
25
27
|
static get ClientBoot(): Guid;
|
26
28
|
static get FxUxVuetifyBottomnav(): Guid;
|
@@ -63,6 +65,7 @@ export declare class OmniaResourceManifests {
|
|
63
65
|
static get SpfxWebpart(): Guid;
|
64
66
|
static get FxUxVuetifySwitch(): Guid;
|
65
67
|
static get FxUx(): Guid;
|
68
|
+
static get FxUxLibs(): Guid;
|
66
69
|
static get FxUxVDialog(): Guid;
|
67
70
|
static get FxUxVuetifyAvatar(): Guid;
|
68
71
|
static get FxUxVTreeView(): Guid;
|
@@ -127,15 +130,20 @@ export declare class OmniaResourceManifests {
|
|
127
130
|
static get ExtendedEnterprisePropertyBindingProvider(): Guid;
|
128
131
|
static get BusinessProfilePropertyBindingProvider(): Guid;
|
129
132
|
static get UserPropertyBindingProvider(): Guid;
|
133
|
+
static get MagicLinkCore(): Guid;
|
130
134
|
}
|
131
135
|
export declare class OmniaWebComponentManifests {
|
136
|
+
static get JourneyBladeComponent(): Guid;
|
132
137
|
static get AuthSetup(): Guid;
|
133
|
-
static get
|
134
|
-
static get
|
135
|
-
static get
|
136
|
-
static get
|
137
|
-
static get
|
138
|
-
static get
|
138
|
+
static get AuthenticationBlock(): Guid;
|
139
|
+
static get AuthenticationCore(): Guid;
|
140
|
+
static get LoginOmniaView(): Guid;
|
141
|
+
static get LoginOmniaRenderer(): Guid;
|
142
|
+
static get LoginIdentityCreationRequestRenderer(): Guid;
|
143
|
+
static get Logout(): Guid;
|
144
|
+
static get MagicLinkLogin(): Guid;
|
145
|
+
static get MagicLinkSuccess(): Guid;
|
146
|
+
static get MagicLinkFailure(): Guid;
|
139
147
|
static get LayoutRendererCanvas(): Guid;
|
140
148
|
static get VersionedLayoutBladeBuilder(): Guid;
|
141
149
|
static get VersionedLayoutListBladeBuilder(): Guid;
|
@@ -143,25 +151,36 @@ export declare class OmniaWebComponentManifests {
|
|
143
151
|
static get VersionedLayoutRenderer(): Guid;
|
144
152
|
static get VersionedLayoutEditor(): Guid;
|
145
153
|
static get UserTypeLayoutRenderer(): Guid;
|
146
|
-
static get UserTypeLayoutBladeBuider(): Guid;
|
147
154
|
static get VersionedLayoutController(): Guid;
|
148
155
|
static get VersionedLayoutEditorChrome(): Guid;
|
149
156
|
static get BladeHeader(): Guid;
|
150
157
|
static get OAppBar(): Guid;
|
158
|
+
static get OAlert(): Guid;
|
159
|
+
static get OSwiper(): Guid;
|
160
|
+
static get OSwiperSlide(): Guid;
|
161
|
+
static get OInfiniteScroll(): Guid;
|
151
162
|
static get OAvatar(): Guid;
|
163
|
+
static get OLazy(): Guid;
|
152
164
|
static get OBadge(): Guid;
|
153
165
|
static get OBtn(): Guid;
|
154
166
|
static get OBtnGroup(): Guid;
|
155
167
|
static get OCard(): Guid;
|
168
|
+
static get OChart(): Guid;
|
156
169
|
static get OCheckBox(): Guid;
|
157
170
|
static get OChip(): Guid;
|
171
|
+
static get ONotification(): Guid;
|
158
172
|
static get OColumn(): Guid;
|
173
|
+
static get OColumnGrid(): Guid;
|
174
|
+
static get ORow(): Guid;
|
159
175
|
static get ODataTable(): Guid;
|
176
|
+
static get ODataTableServer(): Guid;
|
160
177
|
static get ODialog(): Guid;
|
161
178
|
static get ODivider(): Guid;
|
162
179
|
static get ODraggable(): Guid;
|
180
|
+
static get ODatePicker(): Guid;
|
163
181
|
static get OExpansionpanels(): Guid;
|
164
182
|
static get OExpansionpanel(): Guid;
|
183
|
+
static get OForm(): Guid;
|
165
184
|
static get OHostProvider(): Guid;
|
166
185
|
static get OIcon(): Guid;
|
167
186
|
static get OImage(): Guid;
|
@@ -173,12 +192,17 @@ export declare class OmniaWebComponentManifests {
|
|
173
192
|
static get ONavigationDrawer(): Guid;
|
174
193
|
static get OPanel(): Guid;
|
175
194
|
static get OFlex(): Guid;
|
195
|
+
static get OScrollContainer(): Guid;
|
176
196
|
static get OProgress(): Guid;
|
177
197
|
static get ORadio(): Guid;
|
178
198
|
static get ORadioGroup(): Guid;
|
199
|
+
static get ORating(): Guid;
|
200
|
+
static get OSplitpane(): Guid;
|
201
|
+
static get OSplitpaneItem(): Guid;
|
179
202
|
static get OSelect(): Guid;
|
180
203
|
static get OSkeletonLoader(): Guid;
|
181
204
|
static get OSlider(): Guid;
|
205
|
+
static get ORangeSlider(): Guid;
|
182
206
|
static get OSnackbar(): Guid;
|
183
207
|
static get OSpacer(): Guid;
|
184
208
|
static get OStepper(): Guid;
|
@@ -196,6 +220,7 @@ export declare class OmniaWebComponentManifests {
|
|
196
220
|
static get OTooltip(): Guid;
|
197
221
|
static get OTreeView(): Guid;
|
198
222
|
static get OValidation(): Guid;
|
223
|
+
static get OPagination(): Guid;
|
199
224
|
static get Admin(): Guid;
|
200
225
|
static get AdminShortcut(): Guid;
|
201
226
|
static get Bladestest(): Guid;
|
@@ -204,6 +229,7 @@ export declare class OmniaWebComponentManifests {
|
|
204
229
|
static get FxUxColorpicker(): Guid;
|
205
230
|
static get FxUxIframe(): Guid;
|
206
231
|
static get FxUxDateTimePicker(): Guid;
|
232
|
+
static get FxSizeContainer(): Guid;
|
207
233
|
static get Console(): Guid;
|
208
234
|
static get DevSocketMessage(): Guid;
|
209
235
|
static get FxUxDialog(): Guid;
|
@@ -211,6 +237,7 @@ export declare class OmniaWebComponentManifests {
|
|
211
237
|
static get FxUxDocumenticon(): Guid;
|
212
238
|
static get FxUxStatusMessageOverlay(): Guid;
|
213
239
|
static get Header(): Guid;
|
240
|
+
static get Chrome(): Guid;
|
214
241
|
static get FxUxHeading(): Guid;
|
215
242
|
static get FxUxSelection(): Guid;
|
216
243
|
static get FxUxInputToken(): Guid;
|
@@ -278,6 +305,7 @@ export declare class OmniaWebComponentManifests {
|
|
278
305
|
static get FxUxTimePeriodPicker(): Guid;
|
279
306
|
static get FxUxDateTimeZonePicker(): Guid;
|
280
307
|
static get FxUxDateTimeZoneRenderer(): Guid;
|
308
|
+
static get FxUxDateTimeFilterQuery(): Guid;
|
281
309
|
static get FxUxAppProvisioningRenderer(): Guid;
|
282
310
|
static get FxUxAppProvisioningValidatorWrapper(): Guid;
|
283
311
|
static get FxUxAppRouteInput(): Guid;
|
@@ -337,10 +365,13 @@ export declare class OmniaWebComponentManifests {
|
|
337
365
|
static get FxUxContentDialog(): Guid;
|
338
366
|
static get FxUxLikeComponent(): Guid;
|
339
367
|
static get FxUxReactionStyle(): Guid;
|
368
|
+
static get FxUxReactionsComponent(): Guid;
|
369
|
+
static get FxUxReactionsStyle(): Guid;
|
340
370
|
static get FxUxLikeListingTemplate(): Guid;
|
341
371
|
static get FxUxPostLikeListingTemplate(): Guid;
|
342
372
|
static get FxUxPermissionInput(): Guid;
|
343
|
-
static get
|
373
|
+
static get FxUxTenantAdminPermissionInput(): Guid;
|
374
|
+
static get FxUxSecurityTrimmer(): Guid;
|
344
375
|
static get FxUxSpacingPicker(): Guid;
|
345
376
|
static get FxUxFilterPicker(): Guid;
|
346
377
|
static get FxUxFilterEngineSettings(): Guid;
|
@@ -393,6 +424,7 @@ export declare class OmniaWebComponentManifests {
|
|
393
424
|
static get TargetingFilter(): Guid;
|
394
425
|
static get FxUxCommentDialogComponent(): Guid;
|
395
426
|
static get FxUxMultilingualInput(): Guid;
|
427
|
+
static get FxUxMultiTextInput(): Guid;
|
396
428
|
static get FxUxTextTranslator(): Guid;
|
397
429
|
static get FxUxErrorMessage(): Guid;
|
398
430
|
static get FxUxInputLanguagePicker(): Guid;
|