@omnia/fx-models 8.0.113-vnext → 8.0.114-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 +46 -10
- package/ManifestIds.js +124 -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/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/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/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/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/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;
|
@@ -28,6 +30,7 @@ export declare class OmniaResourceManifests {
|
|
28
30
|
static get FxUxVRating(): Guid;
|
29
31
|
static get FxUxVuetifyHover(): Guid;
|
30
32
|
static get FxUxVuetifyStepper(): Guid;
|
33
|
+
static get FxUxVuetifyColorPicker(): Guid;
|
31
34
|
static get FxUxVuetifyCombobox(): Guid;
|
32
35
|
static get FxUxVuetifySlider(): Guid;
|
33
36
|
static get FxUxVuetifyChip(): Guid;
|
@@ -62,6 +65,7 @@ export declare class OmniaResourceManifests {
|
|
62
65
|
static get SpfxWebpart(): Guid;
|
63
66
|
static get FxUxVuetifySwitch(): Guid;
|
64
67
|
static get FxUx(): Guid;
|
68
|
+
static get FxUxLibs(): Guid;
|
65
69
|
static get FxUxVDialog(): Guid;
|
66
70
|
static get FxUxVuetifyAvatar(): Guid;
|
67
71
|
static get FxUxVTreeView(): Guid;
|
@@ -126,15 +130,20 @@ export declare class OmniaResourceManifests {
|
|
126
130
|
static get ExtendedEnterprisePropertyBindingProvider(): Guid;
|
127
131
|
static get BusinessProfilePropertyBindingProvider(): Guid;
|
128
132
|
static get UserPropertyBindingProvider(): Guid;
|
133
|
+
static get MagicLinkCore(): Guid;
|
129
134
|
}
|
130
135
|
export declare class OmniaWebComponentManifests {
|
136
|
+
static get JourneyBladeComponent(): Guid;
|
131
137
|
static get AuthSetup(): Guid;
|
132
|
-
static get
|
133
|
-
static get
|
134
|
-
static get
|
135
|
-
static get
|
136
|
-
static get
|
137
|
-
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;
|
138
147
|
static get LayoutRendererCanvas(): Guid;
|
139
148
|
static get VersionedLayoutBladeBuilder(): Guid;
|
140
149
|
static get VersionedLayoutListBladeBuilder(): Guid;
|
@@ -142,25 +151,36 @@ export declare class OmniaWebComponentManifests {
|
|
142
151
|
static get VersionedLayoutRenderer(): Guid;
|
143
152
|
static get VersionedLayoutEditor(): Guid;
|
144
153
|
static get UserTypeLayoutRenderer(): Guid;
|
145
|
-
static get UserTypeLayoutBladeBuider(): Guid;
|
146
154
|
static get VersionedLayoutController(): Guid;
|
147
155
|
static get VersionedLayoutEditorChrome(): Guid;
|
148
156
|
static get BladeHeader(): Guid;
|
149
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;
|
150
162
|
static get OAvatar(): Guid;
|
163
|
+
static get OLazy(): Guid;
|
151
164
|
static get OBadge(): Guid;
|
152
165
|
static get OBtn(): Guid;
|
153
166
|
static get OBtnGroup(): Guid;
|
154
167
|
static get OCard(): Guid;
|
168
|
+
static get OChart(): Guid;
|
155
169
|
static get OCheckBox(): Guid;
|
156
170
|
static get OChip(): Guid;
|
171
|
+
static get ONotification(): Guid;
|
157
172
|
static get OColumn(): Guid;
|
173
|
+
static get OColumnGrid(): Guid;
|
174
|
+
static get ORow(): Guid;
|
158
175
|
static get ODataTable(): Guid;
|
176
|
+
static get ODataTableServer(): Guid;
|
159
177
|
static get ODialog(): Guid;
|
160
178
|
static get ODivider(): Guid;
|
161
179
|
static get ODraggable(): Guid;
|
180
|
+
static get ODatePicker(): Guid;
|
162
181
|
static get OExpansionpanels(): Guid;
|
163
182
|
static get OExpansionpanel(): Guid;
|
183
|
+
static get OForm(): Guid;
|
164
184
|
static get OHostProvider(): Guid;
|
165
185
|
static get OIcon(): Guid;
|
166
186
|
static get OImage(): Guid;
|
@@ -171,12 +191,18 @@ export declare class OmniaWebComponentManifests {
|
|
171
191
|
static get OMenu(): Guid;
|
172
192
|
static get ONavigationDrawer(): Guid;
|
173
193
|
static get OPanel(): Guid;
|
194
|
+
static get OFlex(): Guid;
|
195
|
+
static get OScrollContainer(): Guid;
|
174
196
|
static get OProgress(): Guid;
|
175
197
|
static get ORadio(): Guid;
|
176
198
|
static get ORadioGroup(): Guid;
|
199
|
+
static get ORating(): Guid;
|
200
|
+
static get OSplitpane(): Guid;
|
201
|
+
static get OSplitpaneItem(): Guid;
|
177
202
|
static get OSelect(): Guid;
|
178
203
|
static get OSkeletonLoader(): Guid;
|
179
204
|
static get OSlider(): Guid;
|
205
|
+
static get ORangeSlider(): Guid;
|
180
206
|
static get OSnackbar(): Guid;
|
181
207
|
static get OSpacer(): Guid;
|
182
208
|
static get OStepper(): Guid;
|
@@ -190,9 +216,11 @@ export declare class OmniaWebComponentManifests {
|
|
190
216
|
static get OTextArea(): Guid;
|
191
217
|
static get OTextField(): Guid;
|
192
218
|
static get OToolbar(): Guid;
|
219
|
+
static get OColorPicker(): Guid;
|
193
220
|
static get OTooltip(): Guid;
|
194
221
|
static get OTreeView(): Guid;
|
195
222
|
static get OValidation(): Guid;
|
223
|
+
static get OPagination(): Guid;
|
196
224
|
static get Admin(): Guid;
|
197
225
|
static get AdminShortcut(): Guid;
|
198
226
|
static get Bladestest(): Guid;
|
@@ -201,6 +229,7 @@ export declare class OmniaWebComponentManifests {
|
|
201
229
|
static get FxUxColorpicker(): Guid;
|
202
230
|
static get FxUxIframe(): Guid;
|
203
231
|
static get FxUxDateTimePicker(): Guid;
|
232
|
+
static get FxSizeContainer(): Guid;
|
204
233
|
static get Console(): Guid;
|
205
234
|
static get DevSocketMessage(): Guid;
|
206
235
|
static get FxUxDialog(): Guid;
|
@@ -208,6 +237,7 @@ export declare class OmniaWebComponentManifests {
|
|
208
237
|
static get FxUxDocumenticon(): Guid;
|
209
238
|
static get FxUxStatusMessageOverlay(): Guid;
|
210
239
|
static get Header(): Guid;
|
240
|
+
static get Chrome(): Guid;
|
211
241
|
static get FxUxHeading(): Guid;
|
212
242
|
static get FxUxSelection(): Guid;
|
213
243
|
static get FxUxInputToken(): Guid;
|
@@ -250,6 +280,7 @@ export declare class OmniaWebComponentManifests {
|
|
250
280
|
static get FxUxMediapickerVideo(): Guid;
|
251
281
|
static get FxUxImageGrid(): Guid;
|
252
282
|
static get FxUxPexelProvider(): Guid;
|
283
|
+
static get FxUxUnsplashProvider(): Guid;
|
253
284
|
static get FxUxMediaflowProvider(): Guid;
|
254
285
|
static get FxUxMediaflowProviderVideoPlayer(): Guid;
|
255
286
|
static get FxUxMyComputerProvider(): Guid;
|
@@ -274,6 +305,7 @@ export declare class OmniaWebComponentManifests {
|
|
274
305
|
static get FxUxTimePeriodPicker(): Guid;
|
275
306
|
static get FxUxDateTimeZonePicker(): Guid;
|
276
307
|
static get FxUxDateTimeZoneRenderer(): Guid;
|
308
|
+
static get FxUxDateTimeFilterQuery(): Guid;
|
277
309
|
static get FxUxAppProvisioningRenderer(): Guid;
|
278
310
|
static get FxUxAppProvisioningValidatorWrapper(): Guid;
|
279
311
|
static get FxUxAppRouteInput(): Guid;
|
@@ -333,10 +365,13 @@ export declare class OmniaWebComponentManifests {
|
|
333
365
|
static get FxUxContentDialog(): Guid;
|
334
366
|
static get FxUxLikeComponent(): Guid;
|
335
367
|
static get FxUxReactionStyle(): Guid;
|
368
|
+
static get FxUxReactionsComponent(): Guid;
|
369
|
+
static get FxUxReactionsStyle(): Guid;
|
336
370
|
static get FxUxLikeListingTemplate(): Guid;
|
337
371
|
static get FxUxPostLikeListingTemplate(): Guid;
|
338
372
|
static get FxUxPermissionInput(): Guid;
|
339
|
-
static get
|
373
|
+
static get FxUxTenantAdminPermissionInput(): Guid;
|
374
|
+
static get FxUxSecurityTrimmer(): Guid;
|
340
375
|
static get FxUxSpacingPicker(): Guid;
|
341
376
|
static get FxUxFilterPicker(): Guid;
|
342
377
|
static get FxUxFilterEngineSettings(): Guid;
|
@@ -389,6 +424,7 @@ export declare class OmniaWebComponentManifests {
|
|
389
424
|
static get TargetingFilter(): Guid;
|
390
425
|
static get FxUxCommentDialogComponent(): Guid;
|
391
426
|
static get FxUxMultilingualInput(): Guid;
|
427
|
+
static get FxUxMultiTextInput(): Guid;
|
392
428
|
static get FxUxTextTranslator(): Guid;
|
393
429
|
static get FxUxErrorMessage(): Guid;
|
394
430
|
static get FxUxInputLanguagePicker(): Guid;
|
package/ManifestIds.js
CHANGED
@@ -27,12 +27,18 @@ class OmniaGroupManifests {
|
|
27
27
|
static get Header() {
|
28
28
|
return new models_1.Guid("d74459f4-2132-43c7-9afb-bc4bfee28875");
|
29
29
|
}
|
30
|
+
static get ChromeGroup() {
|
31
|
+
return new models_1.Guid("0038e532-6664-4e2f-b45e-2647f8938d94");
|
32
|
+
}
|
30
33
|
static get LayoutCanvasGroup() {
|
31
34
|
return new models_1.Guid("8c123548-9f79-4e56-8ce2-ec313778a7ba");
|
32
35
|
}
|
33
36
|
}
|
34
37
|
exports.OmniaGroupManifests = OmniaGroupManifests;
|
35
38
|
class OmniaResourceManifests {
|
39
|
+
static get SplitPaneLib() {
|
40
|
+
return new models_1.Guid("6db9b7b1-bb33-40dd-b88c-f71057793666");
|
41
|
+
}
|
36
42
|
static get ProsemirrorPackage() {
|
37
43
|
return new models_1.Guid("3fa51aee-4528-4427-8ad5-376c94724d01");
|
38
44
|
}
|
@@ -49,18 +55,18 @@ class OmniaResourceManifests {
|
|
49
55
|
static get FxUxVuetifyShared() {
|
50
56
|
return new models_1.Guid("8769dc42-712d-4ce2-8d32-4b8604b92ae6");
|
51
57
|
}
|
58
|
+
static get LayoutCanvasPlaceHolderApis() {
|
59
|
+
return new models_1.Guid("9f2c7a3b-c455-461a-b9e6-b05dcdf37aa1");
|
60
|
+
}
|
61
|
+
static get AppPlaceHolderApis() {
|
62
|
+
return new models_1.Guid("0d9b93aa-016b-4417-a6b7-040e36b48402");
|
63
|
+
}
|
52
64
|
static get FxUxVuetifyCommon() {
|
53
65
|
return new models_1.Guid("798d6494-70cc-47eb-9054-30b047beab19");
|
54
66
|
}
|
55
67
|
static get FxUxMonacoEditor() {
|
56
68
|
return new models_1.Guid("dd2a06c1-85a6-4fd9-a542-1cc9d34ed98e");
|
57
69
|
}
|
58
|
-
static get FxUxVueChartJS() {
|
59
|
-
return new models_1.Guid("8679de65-f34e-4d07-8747-49aba81d513d");
|
60
|
-
}
|
61
|
-
static get FxUxDraggable() {
|
62
|
-
return new models_1.Guid("b839671d-e444-47f8-9aab-8fd449aede74");
|
63
|
-
}
|
64
70
|
static get FxUxAutocomplete() {
|
65
71
|
return new models_1.Guid("5d79340e-c1ce-4006-b88b-ad101d2e031e");
|
66
72
|
}
|
@@ -84,6 +90,7 @@ class OmniaResourceManifests {
|
|
84
90
|
}
|
85
91
|
//public static get FxUxVuetifyBadge(): Guid { return new Guid("42da6bee-8c61-426c-aeb5-b480ecc01f06"); }
|
86
92
|
static get FxUxVuetifyStepper() { return new models_1.Guid("3104db5f-e983-4e06-925e-9b5375276512"); }
|
93
|
+
static get FxUxVuetifyColorPicker() { return new models_1.Guid("4f861c0d-75fb-49ce-913e-17cbafad5ed2"); }
|
87
94
|
static get FxUxVuetifyCombobox() {
|
88
95
|
return new models_1.Guid("0EDAD567-65C0-433F-A871-A59E460D70F0");
|
89
96
|
}
|
@@ -214,6 +221,9 @@ class OmniaResourceManifests {
|
|
214
221
|
static get FxUx() {
|
215
222
|
return new models_1.Guid("dee030cc-4ab3-4158-bb06-8049f5c67542");
|
216
223
|
}
|
224
|
+
static get FxUxLibs() {
|
225
|
+
return new models_1.Guid("0fe5c5f2-8d89-485b-afd4-36fe3ff5943a");
|
226
|
+
}
|
217
227
|
static get FxUxVDialog() {
|
218
228
|
return new models_1.Guid("0bf6198c-32c6-4cec-90bd-7988a979c9b0");
|
219
229
|
}
|
@@ -404,29 +414,44 @@ class OmniaResourceManifests {
|
|
404
414
|
static get UserPropertyBindingProvider() {
|
405
415
|
return new models_1.Guid("90deab93-d8f9-45bf-8e01-1c478743ff4b");
|
406
416
|
}
|
417
|
+
static get MagicLinkCore() {
|
418
|
+
return new models_1.Guid("801bcf8f-94fd-4619-843f-7f1fc0c57b3c");
|
419
|
+
}
|
407
420
|
}
|
408
421
|
exports.OmniaResourceManifests = OmniaResourceManifests;
|
409
422
|
class OmniaWebComponentManifests {
|
423
|
+
static get JourneyBladeComponent() {
|
424
|
+
return new models_1.Guid("4357bb82-64e3-482c-8710-afed3b2be35c");
|
425
|
+
}
|
410
426
|
static get AuthSetup() {
|
411
427
|
return new models_1.Guid("e4889269-c6ad-440d-a65f-3acdf5bb6152");
|
412
428
|
}
|
413
|
-
static get
|
414
|
-
return new models_1.Guid("
|
429
|
+
static get AuthenticationBlock() {
|
430
|
+
return new models_1.Guid("b273791e-a562-4033-97cd-c0a1c0f907cb");
|
415
431
|
}
|
416
|
-
static get
|
432
|
+
static get AuthenticationCore() {
|
417
433
|
return new models_1.Guid("21a9b2ca-f7c1-44b8-b744-5b0a9bcf99d0");
|
418
434
|
}
|
419
|
-
static get
|
435
|
+
static get LoginOmniaView() {
|
436
|
+
return new models_1.Guid("535ac075-2846-46ec-a569-a78457213e6f");
|
437
|
+
}
|
438
|
+
static get LoginOmniaRenderer() {
|
420
439
|
return new models_1.Guid("bc3b9409-639d-4582-9a6e-58a4295bc470");
|
421
440
|
}
|
422
|
-
static get
|
441
|
+
static get LoginIdentityCreationRequestRenderer() {
|
423
442
|
return new models_1.Guid("2B741F02-03A5-4CB5-A7BE-72E204EBECC8");
|
424
443
|
}
|
425
|
-
static get
|
444
|
+
static get Logout() {
|
426
445
|
return new models_1.Guid("f297290b-5ea4-409a-9738-ca880f1ea612");
|
427
446
|
}
|
428
|
-
static get
|
429
|
-
return new models_1.Guid("
|
447
|
+
static get MagicLinkLogin() {
|
448
|
+
return new models_1.Guid("106dba3f-206e-4ad7-bbb2-8e574e3da49e");
|
449
|
+
}
|
450
|
+
static get MagicLinkSuccess() {
|
451
|
+
return new models_1.Guid("168b37eb-8cbc-4e46-944c-bf9a6a5e9063");
|
452
|
+
}
|
453
|
+
static get MagicLinkFailure() {
|
454
|
+
return new models_1.Guid("d836de74-ad89-4f49-99e2-1046b1ba2cab");
|
430
455
|
}
|
431
456
|
static get LayoutRendererCanvas() {
|
432
457
|
return new models_1.Guid("f346db89-a53b-4046-90b1-795429fb0162");
|
@@ -447,16 +472,30 @@ class OmniaWebComponentManifests {
|
|
447
472
|
return new models_1.Guid("73154f51-a929-44ac-be24-8779a3fa7ef5");
|
448
473
|
}
|
449
474
|
static get UserTypeLayoutRenderer() { return new models_1.Guid("30289e2b-58ff-48b0-aabb-3cb3732c3038"); }
|
450
|
-
static get UserTypeLayoutBladeBuider() { return new models_1.Guid("5b26d2a3-99c0-41f3-beae-9c1115d6e8d8"); }
|
451
475
|
static get VersionedLayoutController() { return new models_1.Guid("c88e2566-b07a-4680-aef7-f575f5c5641b"); }
|
452
476
|
static get VersionedLayoutEditorChrome() { return new models_1.Guid("177046bf-d171-495b-bce7-0d1cd9242fa1"); }
|
453
477
|
static get BladeHeader() { return new models_1.Guid("1541cc19-8f29-4196-8d08-121332a499a6"); }
|
454
478
|
static get OAppBar() {
|
455
479
|
return new models_1.Guid("90d19714-df6c-4b16-bd5d-42bc705e7692");
|
456
480
|
}
|
481
|
+
static get OAlert() {
|
482
|
+
return new models_1.Guid("8a200f29-d748-4601-b901-dd76ca8ec771");
|
483
|
+
}
|
484
|
+
static get OSwiper() {
|
485
|
+
return new models_1.Guid("8b0bddec-d5d7-4fcb-a7aa-c87913137ca3");
|
486
|
+
}
|
487
|
+
static get OSwiperSlide() {
|
488
|
+
return new models_1.Guid("3fa83450-9fe3-419f-b005-e2dd17325449");
|
489
|
+
}
|
490
|
+
static get OInfiniteScroll() {
|
491
|
+
return new models_1.Guid("fb478d20-1092-422a-a210-6afa9758300f");
|
492
|
+
}
|
457
493
|
static get OAvatar() {
|
458
494
|
return new models_1.Guid("8848766a-05fd-4a7a-8e1a-89376b3cf09a");
|
459
495
|
}
|
496
|
+
static get OLazy() {
|
497
|
+
return new models_1.Guid("2df6ab65-eea8-4ed8-bab2-97dff9c56224");
|
498
|
+
}
|
460
499
|
static get OBadge() {
|
461
500
|
return new models_1.Guid("4cc48714-e16a-45fe-b2d2-13932a13d1f8");
|
462
501
|
}
|
@@ -469,18 +508,33 @@ class OmniaWebComponentManifests {
|
|
469
508
|
static get OCard() {
|
470
509
|
return new models_1.Guid("9349eb77-1427-4f73-bb91-f7994524e5c8");
|
471
510
|
}
|
511
|
+
static get OChart() {
|
512
|
+
return new models_1.Guid("3d712fc3-294b-4b6c-8283-934e5d0ce00c");
|
513
|
+
}
|
472
514
|
static get OCheckBox() {
|
473
515
|
return new models_1.Guid("f552852b-a987-4a37-8c93-29da62aaf9dc");
|
474
516
|
}
|
475
517
|
static get OChip() {
|
476
518
|
return new models_1.Guid("f12317fe-b91b-4efe-bc33-7cfe39fabe1c");
|
477
519
|
}
|
520
|
+
static get ONotification() {
|
521
|
+
return new models_1.Guid("16277e30-59db-453e-b98a-d6946d315c39");
|
522
|
+
}
|
478
523
|
static get OColumn() {
|
479
524
|
return new models_1.Guid("d116618a-12d0-439f-8da8-09535809c260");
|
480
525
|
}
|
526
|
+
static get OColumnGrid() {
|
527
|
+
return new models_1.Guid("58850535-f480-40bc-98b4-0064f89d19d0");
|
528
|
+
}
|
529
|
+
static get ORow() {
|
530
|
+
return new models_1.Guid("ee11b15d-9e30-495f-b46b-0c84244110c2");
|
531
|
+
}
|
481
532
|
static get ODataTable() {
|
482
533
|
return new models_1.Guid("27c00720-f7fb-46bb-b392-86a2cb94797c");
|
483
534
|
}
|
535
|
+
static get ODataTableServer() {
|
536
|
+
return new models_1.Guid("810f65f4-3037-4ef2-a142-907a707f650f");
|
537
|
+
}
|
484
538
|
static get ODialog() {
|
485
539
|
return new models_1.Guid("dc1c89b3-d0c2-4b7a-a105-0f19a0f962b3");
|
486
540
|
}
|
@@ -490,12 +544,18 @@ class OmniaWebComponentManifests {
|
|
490
544
|
static get ODraggable() {
|
491
545
|
return new models_1.Guid("3465fc25-0ac4-4f43-af9d-3df1cf17ec55");
|
492
546
|
}
|
547
|
+
static get ODatePicker() {
|
548
|
+
return new models_1.Guid("b10a0917-fdc7-44c8-90d9-b472ee3b3c99");
|
549
|
+
}
|
493
550
|
static get OExpansionpanels() {
|
494
551
|
return new models_1.Guid("22037265-3d7a-43a6-a79c-f1d01a23cffb");
|
495
552
|
}
|
496
553
|
static get OExpansionpanel() {
|
497
554
|
return new models_1.Guid("a6ca5f7d-21d2-4b16-8fca-b70c965fded1");
|
498
555
|
}
|
556
|
+
static get OForm() {
|
557
|
+
return new models_1.Guid("02b49401-a355-4f3d-b9fc-158e52535ac3");
|
558
|
+
}
|
499
559
|
static get OHostProvider() {
|
500
560
|
return new models_1.Guid("8beba318-c75e-49aa-b203-190ba1953c71");
|
501
561
|
}
|
@@ -526,6 +586,12 @@ class OmniaWebComponentManifests {
|
|
526
586
|
static get OPanel() {
|
527
587
|
return new models_1.Guid("1d8d2a23-2824-4f1e-ab96-344841305976");
|
528
588
|
}
|
589
|
+
static get OFlex() {
|
590
|
+
return new models_1.Guid("1691e25d-9632-43f9-b78a-548fe8d2e8a7");
|
591
|
+
}
|
592
|
+
static get OScrollContainer() {
|
593
|
+
return new models_1.Guid("177587e1-0390-4861-b5d4-d491388a01b1");
|
594
|
+
}
|
529
595
|
static get OProgress() {
|
530
596
|
return new models_1.Guid("247719ac-6d38-43ec-889f-ace452544a21");
|
531
597
|
}
|
@@ -535,6 +601,15 @@ class OmniaWebComponentManifests {
|
|
535
601
|
static get ORadioGroup() {
|
536
602
|
return new models_1.Guid("48962186-dfb9-4f37-adc7-6f475b80015d");
|
537
603
|
}
|
604
|
+
static get ORating() {
|
605
|
+
return new models_1.Guid("4c41fd87-99ae-4346-8150-fd47661e8100");
|
606
|
+
}
|
607
|
+
static get OSplitpane() {
|
608
|
+
return new models_1.Guid("6b7f04ba-8fc4-487e-a496-dd8e42b55dbd");
|
609
|
+
}
|
610
|
+
static get OSplitpaneItem() {
|
611
|
+
return new models_1.Guid("170e15fd-849e-4156-8ed9-b48f88711527");
|
612
|
+
}
|
538
613
|
static get OSelect() {
|
539
614
|
return new models_1.Guid("578e2a4d-5cd2-47a4-b129-1911256253a7");
|
540
615
|
}
|
@@ -544,6 +619,9 @@ class OmniaWebComponentManifests {
|
|
544
619
|
static get OSlider() {
|
545
620
|
return new models_1.Guid("d108fdde-5ca9-42d7-ae92-195eb74b5452");
|
546
621
|
}
|
622
|
+
static get ORangeSlider() {
|
623
|
+
return new models_1.Guid("8a82f6b5-41cc-49b2-ade3-e5b880fd3a58");
|
624
|
+
}
|
547
625
|
static get OSnackbar() {
|
548
626
|
return new models_1.Guid("a19feddc-d78b-4065-b765-0162fd088379");
|
549
627
|
}
|
@@ -583,6 +661,9 @@ class OmniaWebComponentManifests {
|
|
583
661
|
static get OToolbar() {
|
584
662
|
return new models_1.Guid("575bd9ad-6c0d-4fc9-ab53-fbd1b93786c4");
|
585
663
|
}
|
664
|
+
static get OColorPicker() {
|
665
|
+
return new models_1.Guid("28370f03-1276-4e82-b4c2-9237f943710a");
|
666
|
+
}
|
586
667
|
static get OTooltip() {
|
587
668
|
return new models_1.Guid("19adb199-3860-4f41-b10f-3a00eb3eb534");
|
588
669
|
}
|
@@ -592,6 +673,9 @@ class OmniaWebComponentManifests {
|
|
592
673
|
static get OValidation() {
|
593
674
|
return new models_1.Guid("1e7fa637-f491-4cbe-b9ce-b6d577fec150");
|
594
675
|
}
|
676
|
+
static get OPagination() {
|
677
|
+
return new models_1.Guid("ecbd3b3d-bc83-4cf0-8565-97772da1320c");
|
678
|
+
}
|
595
679
|
static get Admin() {
|
596
680
|
return new models_1.Guid("253e469e-f68e-4cb5-b526-343736c2ff11");
|
597
681
|
}
|
@@ -616,6 +700,9 @@ class OmniaWebComponentManifests {
|
|
616
700
|
static get FxUxDateTimePicker() {
|
617
701
|
return new models_1.Guid("dedf711a-4e0f-4c5c-850b-51c01ea367a7");
|
618
702
|
}
|
703
|
+
static get FxSizeContainer() {
|
704
|
+
return new models_1.Guid("1beebdd7-0f17-4f3f-b54e-443f3ae13a5c");
|
705
|
+
}
|
619
706
|
static get Console() {
|
620
707
|
return new models_1.Guid("f3d75940-db51-447d-bf67-19251f5465b0");
|
621
708
|
}
|
@@ -637,6 +724,9 @@ class OmniaWebComponentManifests {
|
|
637
724
|
static get Header() {
|
638
725
|
return new models_1.Guid("97a0cc3e-2c06-4517-ba3c-9db6e5e04f8b");
|
639
726
|
}
|
727
|
+
static get Chrome() {
|
728
|
+
return new models_1.Guid("057bef68-97bb-4ba4-a089-d01c2da1322e");
|
729
|
+
}
|
640
730
|
static get FxUxHeading() {
|
641
731
|
return new models_1.Guid("374647c7-b8c9-4936-b9f8-c8df5d62c383");
|
642
732
|
}
|
@@ -763,6 +853,9 @@ class OmniaWebComponentManifests {
|
|
763
853
|
static get FxUxPexelProvider() {
|
764
854
|
return new models_1.Guid("0c762bb5-c7e6-4ccd-8a89-907200dffca5");
|
765
855
|
}
|
856
|
+
static get FxUxUnsplashProvider() {
|
857
|
+
return new models_1.Guid("6e7529d9-94f9-489e-a5be-5a129406caa2");
|
858
|
+
}
|
766
859
|
static get FxUxMediaflowProvider() {
|
767
860
|
return new models_1.Guid("E4C4594D-5285-45A2-9EDF-1DCA20F92D69");
|
768
861
|
}
|
@@ -842,6 +935,9 @@ class OmniaWebComponentManifests {
|
|
842
935
|
static get FxUxDateTimeZoneRenderer() {
|
843
936
|
return new models_1.Guid("d3d05fa7-bb11-4eca-b1c1-6f714641b678");
|
844
937
|
}
|
938
|
+
static get FxUxDateTimeFilterQuery() {
|
939
|
+
return new models_1.Guid("0FB46D84-E95E-4E04-8018-78BEC4B370CB");
|
940
|
+
}
|
845
941
|
static get FxUxAppProvisioningRenderer() {
|
846
942
|
return new models_1.Guid("171ae633-5cef-4eaa-8897-7eba3bca0049");
|
847
943
|
}
|
@@ -1019,6 +1115,12 @@ class OmniaWebComponentManifests {
|
|
1019
1115
|
static get FxUxReactionStyle() {
|
1020
1116
|
return new models_1.Guid("fedec5cb-43c8-4704-bd1b-8d28b4f3ea7d");
|
1021
1117
|
}
|
1118
|
+
static get FxUxReactionsComponent() {
|
1119
|
+
return new models_1.Guid("dc26034a-ad99-4c5c-8ec6-992d317df993");
|
1120
|
+
}
|
1121
|
+
static get FxUxReactionsStyle() {
|
1122
|
+
return new models_1.Guid("21de9a37-3c95-4753-aaf9-be02c3f3aba9");
|
1123
|
+
}
|
1022
1124
|
static get FxUxLikeListingTemplate() {
|
1023
1125
|
return new models_1.Guid("0e7c1787-22cb-4110-8b47-40dbc788b4ee");
|
1024
1126
|
}
|
@@ -1028,7 +1130,10 @@ class OmniaWebComponentManifests {
|
|
1028
1130
|
static get FxUxPermissionInput() {
|
1029
1131
|
return new models_1.Guid("fb67bd4d-1cc2-4073-ab12-3c822d78ea17");
|
1030
1132
|
}
|
1031
|
-
static get
|
1133
|
+
static get FxUxTenantAdminPermissionInput() {
|
1134
|
+
return new models_1.Guid("d4adc78e-79ad-4c2c-889e-52755e2bbede");
|
1135
|
+
}
|
1136
|
+
static get FxUxSecurityTrimmer() {
|
1032
1137
|
return new models_1.Guid("379287b1-efe6-4a49-a43f-cd754d1fd951");
|
1033
1138
|
}
|
1034
1139
|
static get FxUxSpacingPicker() {
|
@@ -1185,6 +1290,9 @@ class OmniaWebComponentManifests {
|
|
1185
1290
|
static get FxUxMultilingualInput() {
|
1186
1291
|
return new models_1.Guid("e95c4611-a455-48a7-9e4c-3984d8e5228d");
|
1187
1292
|
}
|
1293
|
+
static get FxUxMultiTextInput() {
|
1294
|
+
return new models_1.Guid("cdadf45b-d777-4609-a713-c4e1d6862783");
|
1295
|
+
}
|
1188
1296
|
static get FxUxTextTranslator() {
|
1189
1297
|
return new models_1.Guid("e6ce8067-4959-4b1d-a7e0-ae5f60cef41c");
|
1190
1298
|
}
|
package/NotNullish.d.ts
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export declare function notNullish<T = any>(val?: T | null | undefined): val is T;
|
package/NotNullish.js
ADDED
package/NullOf.d.ts
ADDED
package/NullOf.js
ADDED
@@ -1,5 +1,5 @@
|
|
1
1
|
import { GuidValue } from "../shared";
|
2
|
-
import { PrincipalTypes } from "./Enums";
|
2
|
+
import { BoolFilter, PrincipalTypes } from "./Enums";
|
3
3
|
import { ISpecialUserConfiguration } from "./ISpecialUserConfiguration";
|
4
4
|
export interface PermissionInputSettings {
|
5
5
|
roles: Array<{
|
@@ -10,5 +10,6 @@ export interface PermissionInputSettings {
|
|
10
10
|
providerIds?: GuidValue[];
|
11
11
|
required?: boolean;
|
12
12
|
enableSpecialUser?: ISpecialUserConfiguration;
|
13
|
+
emailEnabled?: BoolFilter;
|
13
14
|
}>;
|
14
15
|
}
|
package/QueryFilter.js
CHANGED
@@ -12,9 +12,9 @@ var FilterOperator;
|
|
12
12
|
FilterOperator[FilterOperator["In"] = 7] = "In";
|
13
13
|
FilterOperator[FilterOperator["Like"] = 8] = "Like";
|
14
14
|
FilterOperator[FilterOperator["NotLike"] = 9] = "NotLike";
|
15
|
-
})(FilterOperator
|
15
|
+
})(FilterOperator || (exports.FilterOperator = FilterOperator = {}));
|
16
16
|
var FilterLogicalOperator;
|
17
17
|
(function (FilterLogicalOperator) {
|
18
18
|
FilterLogicalOperator[FilterLogicalOperator["And"] = 1] = "And";
|
19
19
|
FilterLogicalOperator[FilterLogicalOperator["Or"] = 2] = "Or";
|
20
|
-
})(FilterLogicalOperator
|
20
|
+
})(FilterLogicalOperator || (exports.FilterLogicalOperator = FilterLogicalOperator = {}));
|
@@ -1,15 +1,40 @@
|
|
1
|
-
import {
|
1
|
+
import { VNodeChild } from "vue";
|
2
|
+
import { Mark, Node, Extension } from "@tiptap/core";
|
3
|
+
import { GuidValue } from "../shared";
|
4
|
+
type RichTextEditorExtensionConfiguration = {
|
5
|
+
nodes?: Array<RichTextEditorNode>;
|
6
|
+
toolbarItems?: Array<RichTextEditorToolbar>;
|
7
|
+
bubbleMenuItems?: Array<RichTextEditorBubbleMenu>;
|
8
|
+
};
|
2
9
|
export interface RichTextEditorSettingsModel {
|
3
10
|
extensions: Array<RichTextEditorExtensionRegistration>;
|
4
11
|
limitedExtensions: Array<RichTextEditorExtensionRegistration>;
|
5
12
|
}
|
6
13
|
export interface RichTextEditorExtensionRegistration {
|
14
|
+
/**
|
15
|
+
* Rich text extension id.
|
16
|
+
*/
|
7
17
|
id: GuidValue;
|
8
|
-
title: string;
|
9
|
-
manifestId: GuidValue;
|
10
|
-
serviceId: GuidValue;
|
11
18
|
settings?: RichTextEditorExtensionSettings;
|
12
19
|
isChecked?: boolean;
|
13
20
|
}
|
21
|
+
export interface RichTextEditorExtension {
|
22
|
+
id: GuidValue;
|
23
|
+
title: string;
|
24
|
+
getConfiguration(settings?: RichTextEditorExtensionSettings): RichTextEditorExtensionConfiguration | Promise<RichTextEditorExtensionConfiguration>;
|
25
|
+
}
|
26
|
+
export type RichTextEditorNode<Options = any, Storage = any> = Mark<Options, Storage> | Node<Options, Storage> | Extension<Options, Storage>;
|
27
|
+
export interface RichTextEditorToolbar<T = any> {
|
28
|
+
toolbar: VNodeChild | any;
|
29
|
+
configuration?: T;
|
30
|
+
hidden?: boolean;
|
31
|
+
isSubToolBar?: boolean;
|
32
|
+
}
|
33
|
+
export interface RichTextEditorBubbleMenu<T = any> {
|
34
|
+
menuItem: VNodeChild | any;
|
35
|
+
configuration?: T;
|
36
|
+
showOnPasted?: boolean;
|
37
|
+
}
|
14
38
|
export interface RichTextEditorExtensionSettings {
|
15
39
|
}
|
40
|
+
export {};
|
package/RollupQuery.d.ts
CHANGED
@@ -58,8 +58,17 @@ export interface DatePropFilterValue extends RollupFilterValue {
|
|
58
58
|
fromDate?: Date;
|
59
59
|
toDate?: Date;
|
60
60
|
}
|
61
|
+
export interface DatePropertyFilterCustomValue {
|
62
|
+
fromTodayValue: number;
|
63
|
+
operator: RollupEnums.CustomDateOperator;
|
64
|
+
unit: RollupEnums.TimePeriodTypes;
|
65
|
+
}
|
61
66
|
export interface DatePeriodPropFilterValue extends RollupFilterValue {
|
62
67
|
datePeriod: RollupEnums.DatePeriods;
|
68
|
+
customValueDetails?: {
|
69
|
+
from: DatePropertyFilterCustomValue;
|
70
|
+
to: DatePropertyFilterCustomValue;
|
71
|
+
};
|
63
72
|
}
|
64
73
|
export interface TaxonomyPropFilterValue extends RollupFilterValue {
|
65
74
|
fixedTermIds?: Array<GuidValue>;
|
@@ -68,6 +77,7 @@ export interface TaxonomyPropFilterValue extends RollupFilterValue {
|
|
68
77
|
includeChildTerms: boolean;
|
69
78
|
includeEmpty: boolean;
|
70
79
|
targetingPropertyIds: Array<GuidValue>;
|
80
|
+
userPropertyBindingId?: string;
|
71
81
|
}
|
72
82
|
export interface TagPropertyFilterValue extends RollupFilterValue {
|
73
83
|
value: Array<Tag>;
|
@@ -75,18 +85,33 @@ export interface TagPropertyFilterValue extends RollupFilterValue {
|
|
75
85
|
export interface TexSearchestPropFilterValue extends TextPropFilterValue {
|
76
86
|
orProperties: Array<RollupFilter>;
|
77
87
|
}
|
78
|
-
export declare
|
88
|
+
export declare namespace RollupEnums {
|
79
89
|
enum DatePeriods {
|
80
90
|
OneWeekFromToday = 1,
|
81
91
|
TwoWeeksFromToday = 2,
|
82
92
|
OneMonthFromToday = 3,
|
83
93
|
LaterThanToday = 4,
|
84
|
-
EarlierThanToday = 5
|
94
|
+
EarlierThanToday = 5,
|
95
|
+
Custom = 6
|
96
|
+
}
|
97
|
+
enum CustomDateOperator {
|
98
|
+
Add = 0,
|
99
|
+
Subtract = 1
|
100
|
+
}
|
101
|
+
enum TimePeriodTypes {
|
102
|
+
Years = 0,
|
103
|
+
Months = 1,
|
104
|
+
Days = 2
|
85
105
|
}
|
86
106
|
enum TaxonomyFilterType {
|
87
107
|
FixedValue = 1,
|
88
108
|
CurrentPage = 2,
|
89
|
-
|
109
|
+
/**
|
110
|
+
* This is the old way of doing it using targeting properties
|
111
|
+
*/
|
112
|
+
User = 3,
|
113
|
+
CurrentUser = 4,
|
114
|
+
SelectedUser = 5
|
90
115
|
}
|
91
116
|
enum PagingType {
|
92
117
|
NoPaging = 1,
|