@omnia/fx 8.0.70-vnext → 8.0.71-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/internal-do-not-import-from-here/apis/ApiHelper.d.ts +1 -1
- package/internal-do-not-import-from-here/console/components/Console.d.ts +8 -83
- package/internal-do-not-import-from-here/console/components/SocketComponent.d.ts +8 -83
- package/internal-do-not-import-from-here/core/DefineFactory.d.ts +12 -0
- package/internal-do-not-import-from-here/core/Extend.d.ts +1 -1
- package/internal-do-not-import-from-here/core/Inject.d.ts +2 -0
- package/internal-do-not-import-from-here/core/console/ConsoleKeyboardShortcuts.d.ts +1 -6
- package/internal-do-not-import-from-here/core/http/HttpClient.d.ts +1 -0
- package/internal-do-not-import-from-here/core/index.d.ts +1 -0
- package/internal-do-not-import-from-here/core/messaging/InternalTopics.d.ts +3 -0
- package/internal-do-not-import-from-here/core/services/LocalizationService.d.ts +2 -0
- package/internal-do-not-import-from-here/core/services/ServiceManifestProviderInternal.d.ts +5 -4
- package/internal-do-not-import-from-here/core/services/TokenService.d.ts +2 -1
- package/internal-do-not-import-from-here/core/utils/MigrationUtils.d.ts +1 -1
- package/internal-do-not-import-from-here/core/utils/Utils.d.ts +11 -7
- package/internal-do-not-import-from-here/core/utils/index.d.ts +0 -2
- package/internal-do-not-import-from-here/expose.d.ts +1 -1
- package/internal-do-not-import-from-here/index.d.ts +15 -8
- package/internal-do-not-import-from-here/libs/phonenumber/PhoneNumber.d.ts +1 -0
- package/internal-do-not-import-from-here/libs/phonenumber/index.d.ts +1 -1
- package/internal-do-not-import-from-here/libs/swiper/Swiper.d.ts +5 -0
- package/internal-do-not-import-from-here/libs/swiper/index.d.ts +1 -0
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.vendor.manifest.json +1 -1
- package/internal-do-not-import-from-here/microsoftteams/index.d.ts +2 -1
- package/internal-do-not-import-from-here/runtime/core/InternalManifestLog.d.ts +3 -1
- package/internal-do-not-import-from-here/runtime/core/InternalWebComponentBootstrapper.d.ts +4 -4
- package/internal-do-not-import-from-here/runtime/core/ManifestByElementLoader.d.ts +1 -0
- package/internal-do-not-import-from-here/runtime/core/ManifestResourceLoader.d.ts +1 -0
- package/internal-do-not-import-from-here/runtime/core/PrivateWebComponentBootstrapper.d.ts +7 -7
- package/internal-do-not-import-from-here/services/AiSettingsService.d.ts +10 -0
- package/internal-do-not-import-from-here/services/AzureAdGroupService.d.ts +5 -0
- package/internal-do-not-import-from-here/services/AzureOpenAIService.d.ts +6 -9
- package/internal-do-not-import-from-here/services/EnterprisePropertyService.d.ts +1 -0
- package/internal-do-not-import-from-here/services/LinkStatusService.d.ts +9 -0
- package/internal-do-not-import-from-here/services/OmniaSearchService.d.ts +13 -0
- package/internal-do-not-import-from-here/services/SecurityService.d.ts +3 -2
- package/internal-do-not-import-from-here/services/VersionedLayoutService.d.ts +3 -0
- package/internal-do-not-import-from-here/services/identities/GroupService.d.ts +3 -3
- package/internal-do-not-import-from-here/services/identities/IdentityAuthenticationService.d.ts +6 -0
- package/internal-do-not-import-from-here/services/identities/IdentityCreationRequestService.d.ts +8 -0
- package/internal-do-not-import-from-here/services/identities/IdentitySelfServiceService.d.ts +9 -0
- package/internal-do-not-import-from-here/services/identities/IdentityService.d.ts +3 -1
- package/internal-do-not-import-from-here/services/identities/UserIdentityService.d.ts +5 -2
- package/internal-do-not-import-from-here/services/identities/UserService.d.ts +9 -3
- package/internal-do-not-import-from-here/services/identities/UserTypeService.d.ts +2 -1
- package/internal-do-not-import-from-here/services/identities/index.d.ts +3 -0
- package/internal-do-not-import-from-here/services/index.d.ts +4 -0
- package/internal-do-not-import-from-here/services/properties/EnterprisePropertiesProvider.d.ts +3 -18
- package/internal-do-not-import-from-here/services/properties/bindings/PropertyBindingService.d.ts +3 -8
- package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/BusinessProfilePropertyBindingProvider.d.ts +9 -0
- package/internal-do-not-import-from-here/services/properties/bindings/{providers → bindingProviders}/ExtendedEnterprisePropertyBindingProvider.d.ts +3 -2
- package/internal-do-not-import-from-here/services/properties/bindings/{providers → bindingProviders}/IdentityPropertyBindingProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/UserPropertyBindingProvider.d.ts +9 -0
- package/internal-do-not-import-from-here/services/properties/bindings/{providers → bindingProviders}/index.d.ts +2 -0
- package/internal-do-not-import-from-here/services/properties/bindings/index.d.ts +1 -1
- package/internal-do-not-import-from-here/services/properties/datasource/DataSourcePropertiesService.d.ts +18 -6
- package/internal-do-not-import-from-here/services/properties/datasource/DataSourcePropertyDefinitionHandler.d.ts +1 -1
- package/internal-do-not-import-from-here/services/properties/datasource/DataSourcePropertyProvider.d.ts +12 -6
- package/internal-do-not-import-from-here/shared/broadcasting/InternalTopics.d.ts +11 -1
- package/internal-do-not-import-from-here/shared/http/Http.d.ts +141 -0
- package/internal-do-not-import-from-here/shared/http/index.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/Broadcasting.js +1 -1
- package/internal-do-not-import-from-here/shared/models/DynamicState.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/Equals.js +33 -3
- package/internal-do-not-import-from-here/shared/models/Future.d.ts +17 -1
- package/internal-do-not-import-from-here/shared/models/Future.js +26 -5
- package/internal-do-not-import-from-here/shared/models/Guid.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/Guid.js +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 +5 -0
- package/internal-do-not-import-from-here/shared/models/Realtime.d.ts +1 -13
- package/internal-do-not-import-from-here/shared/models/Realtime.js +1 -22
- package/internal-do-not-import-from-here/shared/models/StronglyTypedId.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/models/StronglyTypedId.js +2 -0
- package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.d.ts +7 -1
- package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.js +5 -1
- package/internal-do-not-import-from-here/shared/models/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 +63 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.js +7 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.d.ts +7 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.js +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.d.ts +14 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.js +15 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.d.ts +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 +14 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.js +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/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 +15 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.js +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +38 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +39 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.d.ts +8 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +11 -0
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.js +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.d.ts +4 -0
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.js +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.js +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/index.js +8 -0
- package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.d.ts +10 -0
- package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.js +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.d.ts +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.js +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/social/index.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/social/index.js +5 -0
- package/internal-do-not-import-from-here/shared/models/index.d.ts +4 -1
- package/internal-do-not-import-from-here/shared/models/index.js +4 -1
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +18 -12
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +2 -2
- package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.d.ts +5 -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 +3 -3
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +3 -3
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +8 -4
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.js +2 -3
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +0 -3
- package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +26 -0
- package/internal-do-not-import-from-here/shared/services/DefineService.d.ts +11 -0
- package/internal-do-not-import-from-here/shared/services/RealtimeService.d.ts +7 -9
- package/internal-do-not-import-from-here/shared/services/SocialSourceService.d.ts +10 -0
- package/internal-do-not-import-from-here/shared/services/SourceFileService.d.ts +7 -0
- package/internal-do-not-import-from-here/shared/services/index.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/AiSettingsStore.d.ts +36 -0
- package/internal-do-not-import-from-here/stores/AppNamingPolicyStore.d.ts +3 -3
- package/internal-do-not-import-from-here/stores/AzureAdUserStore.d.ts +3 -0
- package/internal-do-not-import-from-here/stores/CommentLikeStore.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/DefineStore.d.ts +48 -37
- package/internal-do-not-import-from-here/stores/EnterprisePropertyStore.d.ts +8 -4
- package/internal-do-not-import-from-here/stores/GroupIdentityStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/IdentityStore.d.ts +23 -5
- package/internal-do-not-import-from-here/stores/IdentitySyncProviderStore.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/LinkReferencesStore.d.ts +23 -0
- package/internal-do-not-import-from-here/stores/LocalizationStore.d.ts +31 -7
- package/internal-do-not-import-from-here/stores/MediaPickerStore.d.ts +3 -2
- package/internal-do-not-import-from-here/stores/PostStore.d.ts +3 -3
- package/internal-do-not-import-from-here/stores/ProfileCardStore.d.ts +6 -1
- package/internal-do-not-import-from-here/stores/Store.d.ts +4 -5
- package/internal-do-not-import-from-here/stores/TargetingPropertyStore.d.ts +5 -5
- package/internal-do-not-import-from-here/stores/TimeZoneStore.d.ts +3 -6
- package/internal-do-not-import-from-here/stores/UserIdentityStore.d.ts +5 -2
- package/internal-do-not-import-from-here/stores/UserTypeIdentityStore.d.ts +43 -0
- package/internal-do-not-import-from-here/stores/VersionedLayoutStore.d.ts +10 -0
- package/internal-do-not-import-from-here/stores/index.d.ts +3 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +83 -28
- package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +30 -0
- package/internal-do-not-import-from-here/stores/oxide/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +36 -6
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +8 -9
- package/internal-do-not-import-from-here/ux/{InternalDefineWebComponent.d.ts → InternalDefineComponent.d.ts} +64 -49
- package/internal-do-not-import-from-here/ux/OmniaTheming.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/StyleFlow.d.ts +6 -3
- package/internal-do-not-import-from-here/ux/TokenBasedRouter.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/UxCore.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/UxModels.d.ts +200 -15
- package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +22 -98
- package/internal-do-not-import-from-here/ux/VueTags.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/VueWebComponentSlot.d.ts +67 -0
- package/internal-do-not-import-from-here/ux/actionhandler/ActionHandler.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.css.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/admin/chrome/AdminChromeWrapper.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/IQueryablePropertiesJourney.d.ts +4 -13
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +74 -34
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +117 -38
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesInfoBlade.d.ts +56 -0
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +117 -19
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourneyConstants.d.ts +4 -6
- package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +37 -1
- package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +42 -104
- package/internal-do-not-import-from-here/ux/alignmentpicker/docs/AlignmentPickerExample.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/alignmentpicker/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/alignmentpicker/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/AppInstanceToken.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/app/AppInstanceTokenProvider.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/app/AppPropertiesProvider.d.ts +14 -17
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +22 -96
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollupRenderer.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/MainRenderer.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/metric/MetricDetailsDialogRenderer.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/metric/MetricRenderer.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/app/appinstance/settings/AppInstanceRollupSettings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/MetricTab.d.ts +37 -0
- package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/QueryTab.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/app/appinstance/shared/AppInstanceRollupRenderingInstance.d.ts +19 -0
- package/internal-do-not-import-from-here/ux/app/appinstance/view/BaseView.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/loc/localize.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/app/management/AppManagement.d.ts +23 -97
- package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +165 -223
- package/internal-do-not-import-from-here/ux/app/management/core/loc.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditAliasDialog.d.ts +17 -91
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditItem.d.ts +15 -89
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +15 -89
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Features.d.ts +15 -89
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InstanceTab.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InternalConstants.d.ts +4 -3
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +28 -102
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAction.d.ts +21 -95
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAdmin.d.ts +13 -87
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Listing.d.ts +19 -93
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/style/Item.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/EditLayout.d.ts +15 -89
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutListing.d.ts +19 -93
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutTab.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/addlayout/AddLayout.d.ts +15 -89
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/AffixRow.d.ts +25 -99
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/BlockWords.d.ts +13 -87
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/EditNamingPolicies.d.ts +18 -92
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/ListingNamingPolicies.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/NamingPolicyTab.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/PreviewPolicyNaming.d.ts +15 -89
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/style/ListingNamingPolicies.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +20 -94
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +20 -94
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateDetail.d.ts +13 -87
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateTab.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplatesListing.d.ts +15 -89
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +24 -98
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +24 -98
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +24 -98
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +164 -115
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +24 -98
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertyRow.d.ts +23 -97
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/StepRow.d.ts +15 -89
- package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +72 -25
- package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/IAppImageInput.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/AppInstanceEditingBladeIds.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/AppInstanceEditingJourney.d.ts +126 -33
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditEnterprisePropertiesBlade.d.ts +153 -24
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditProperiesBlade.d.ts +174 -38
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/IAppInstanceEditingJourney.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/AppInstanceProgressBlade.d.ts +154 -20
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/IAppInstanceProgressBlade.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +93 -12
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/IAppPropertiesInput.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/AppInstanceInformationStep.d.ts +146 -11
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/IAppInstanceInformationStep.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/AppInstanceSummaryStep.d.ts +146 -9
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/IAppInstanceSummaryStep.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/AppInstanceUsersStep.d.ts +146 -10
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/IAppInstanceUsersStep.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +698 -67
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/IAppProvisioningWizard.d.ts +1 -12
- package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/AppRouteInput.d.ts +218 -48
- package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/IAppRouteInput.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput.d.ts +13 -87
- package/internal-do-not-import-from-here/ux/appprovisioning/apptitledescription/AppDescriptionInput.d.ts +349 -21
- package/internal-do-not-import-from-here/ux/appprovisioning/apptitledescription/IAppDescriptionInput.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/AppTitleInput.d.ts +370 -32
- package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/IAppTitleInput.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +200 -42
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +116 -55
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceInformationVueComponent.d.ts +47 -19
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +342 -49
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningComponentBase.d.ts +79 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningStepComponentBase.d.ts +34 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/components/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/renderer/Renderer.d.ts +17 -35
- package/internal-do-not-import-from-here/ux/authenticationchecker/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/authsetup/AuthSetup.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/authsetup/AuthSetup.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/authsetup/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/authsetup/steps/EmailVerify.d.ts +13 -87
- package/internal-do-not-import-from-here/ux/authsetup/steps/OTP.d.ts +13 -87
- package/internal-do-not-import-from-here/ux/authsetup/steps/Password.d.ts +13 -87
- package/internal-do-not-import-from-here/ux/blueprintpicker/BlueprintPicker.d.ts +364 -0
- package/internal-do-not-import-from-here/ux/blueprintpicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpicker/docs/SampleComponent.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/blueprintpicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/button/Button.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/button/ButtonPresets.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/button/IButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/chrome/ChromeRenderer.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/colorpicker/ColorPicker.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/colorpicker/IColorPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/colorpicker/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +423 -0
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaEditor.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaEditor.d.ts +372 -0
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +468 -0
- package/internal-do-not-import-from-here/ux/{theming-v2/colorschemapicker/ColorSchemaPicker.css.d.ts → colorschemapicker/ColorSchemaViewer.css.d.ts} +2 -2
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.d.ts +456 -0
- package/internal-do-not-import-from-here/ux/colorschemapicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/colorschemapicker/docs/SampleComponent.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/colorschemapicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/colorsettingspicker/ColorSettingsPicker.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/colorsettingspicker/ColorSettingsPicker.d.ts +426 -0
- package/internal-do-not-import-from-here/ux/colorsettingspicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/colorsettingspicker/docs/SampleComponent.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/colorsettingspicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/commandpalette/CommandPalette.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +303 -24
- package/internal-do-not-import-from-here/ux/confirmdialog/IConfirmDialog.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/datatable/Datatable.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/datetimefilterquery/DateTimeFilterQuery.d.ts +74 -0
- package/internal-do-not-import-from-here/ux/datetimefilterquery/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/datetimefilterquery/loc/localize.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/datetimefilterquery/shared/DateTimeFilterQueryHelper.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/datetimefilterquery/shared/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +593 -52
- package/internal-do-not-import-from-here/ux/datetimepicker/IDateTimePicker.d.ts +0 -49
- package/internal-do-not-import-from-here/ux/datetimepicker/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +214 -154
- package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/SampleComponent.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/datetimezonepicker/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +133 -108
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/IDateTimeZoneRenderer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/GalleryPanel.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/GalleryPanels.d.ts +35 -0
- package/internal-do-not-import-from-here/ux/{mediapicker → depricated-mediapicker}/IMediaPicker.d.ts +7 -4
- package/internal-do-not-import-from-here/ux/{mediapicker → depricated-mediapicker}/MediaPicker.css.d.ts +5 -3
- package/internal-do-not-import-from-here/ux/{mediapicker → depricated-mediapicker}/MediaPicker.d.ts +6 -3
- package/internal-do-not-import-from-here/ux/{mediapicker → depricated-mediapicker}/MediaPickerComponentProps.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/components/ImageSelector.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/components/ImageSelector.d.ts +30 -0
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/core/MediaPickerImageHandler.d.ts +33 -0
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/core/Utils.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/{mediapicker → depricated-mediapicker}/core/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/{mediapicker → depricated-mediapicker}/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +60 -135
- package/internal-do-not-import-from-here/ux/directives/Directives.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/directives/IframeResizer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/directives/index.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +113 -20
- package/internal-do-not-import-from-here/ux/docs/chrome/DocsChrome.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/docs/chrome/DocsChrome.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +50 -108
- package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.css.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +155 -0
- package/internal-do-not-import-from-here/ux/docs/imports.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/docs/omfx/components/Properties.md.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/components/Slots.md.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/components/VModel.md.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/Emits.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/Properties.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/Slots.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/VModel.d.ts +350 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/components/index.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/directives/Introduction.md.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/directives/docs/ClickInSide.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/directives/docs/UseClickInSide.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/directives/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/index.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/services/Http.md.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/services/Introduction.md.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/services/Use.md.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/services/docs/Service.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/services/index.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/stores/Actions.md.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/stores/Introduction.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/stores/State.md.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/stores/Use.md.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/stores/docs/Store.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/stores/index.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/theming/Introduction.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/theming/Styling.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/theming/Themestyling.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/theming/index.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/use/Introduction.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/use/UseBlockInstance.md.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/use/docs/UseBlockInstance.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/use/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/docs/services/DocsService.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/ActionToolbar.d.ts +216 -26
- package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/DisplaySettingsToolbar.d.ts +177 -17
- package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/IActionToolbar.d.ts +0 -24
- package/internal-do-not-import-from-here/ux/editorchrome/app_bar/AppBar.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/editorchrome/app_bar/AppBar.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.css.d.ts +5 -20
- package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +166 -36
- package/internal-do-not-import-from-here/ux/editorchrome/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/editorchrome/panel_tabs/TabsPanel.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/editorchrome/panel_tabs/TabsPanel.d.ts +73 -21
- package/internal-do-not-import-from-here/ux/editorchrome/stores/EditorChromeStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/enterpriseproperties/EnterprisePropertyComponentProps.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +120 -18
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/IDataFieldDisplay.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/IPersonFieldDisplay.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +141 -28
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/booleanfield/IBooleanFieldEdit.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +145 -19
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/IDataFieldEdit.d.ts +2 -14
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/IDateTimeFieldEdit.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/languagefield/ILanguageFieldEdit.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/numberfield/INumberFieldEdit.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/personfield/IPersonFieldEdit.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/richtextfield/IRichTextFieldEdit.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/ITagsPropertyEdit.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/textfield/ITextFieldEdit.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +236 -78
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/IEnterprisePropertyPicker.d.ts +1 -12
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +388 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +665 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/settings/extendedproperty/ExtendedPropertySettings.d.ts +23 -95
- package/internal-do-not-import-from-here/ux/enterpriseproperties/settings/registration/RegistrationEnterprisePropertyToPropertySettingMap.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/datetimefield/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +40 -105
- package/internal-do-not-import-from-here/ux/features/FeaturesJourney.d.ts +40 -105
- package/internal-do-not-import-from-here/ux/features/FeaturesJourneyTenant.d.ts +16 -6
- package/internal-do-not-import-from-here/ux/features/blades/FeatureHomeBlade.d.ts +40 -105
- package/internal-do-not-import-from-here/ux/features/blades/FeaturePropertiesBlade.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/features/loc/localize.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +81 -53
- package/internal-do-not-import-from-here/ux/filepicker/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filepickerprovider/mycomputerprovider/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +216 -75
- package/internal-do-not-import-from-here/ux/fileuploader/IFileUploader.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/fileuploader/loc/localize.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +262 -131
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSection.d.ts +28 -90
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +61 -99
- package/internal-do-not-import-from-here/ux/filterengine/Helper.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/filterengine/SelectionsArea.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/PropertyDropdownRenderer.d.ts +44 -99
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/PropertyListRenderer.d.ts +44 -94
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/boolean/BooleanPropertyRenderer.d.ts +14 -88
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DatePropertyRenderer.d.ts +14 -88
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DateTimePeriodSlider.d.ts +389 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/dialog/DialogContent.d.ts +28 -90
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/number/NumberPropertyRenderer.d.ts +14 -88
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +118 -139
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChips.d.ts +28 -90
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyItemRenderer.d.ts +95 -108
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyList.d.ts +52 -92
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyRenderer.d.ts +20 -93
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/tags/TagsPropertyChips.d.ts +39 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/tags/TagsPropertyRenderer.d.ts +14 -88
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRefinementList.d.ts +44 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRefinementSelection.d.ts +109 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRenderer.d.ts +14 -88
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/boolean/SelectionsAreaBooleanRenderer.d.ts +16 -90
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/date/SelectionsAreaDateRenderer.d.ts +16 -90
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/number/SelectionsAreaNumberRenderer.d.ts +16 -90
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/person/SelectionsAreaPersonRenderer.d.ts +16 -90
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/tags/SelectionsAreaTagsRenderer.d.ts +16 -90
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/text/SelectionsAreaTextRenderer.d.ts +16 -90
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/PropertyList.d.ts +61 -99
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput.d.ts +34 -101
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +36 -103
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertyDefaultValueInput.d.ts +34 -101
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +36 -103
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput.d.ts +34 -101
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +36 -103
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +40 -102
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +36 -103
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertyDefaultValueInput.d.ts +34 -101
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettings.d.ts +36 -103
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertyDefaultValueInput.d.ts +34 -101
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +36 -103
- package/internal-do-not-import-from-here/ux/filterengine/handler/BooleanFilterEngineHandler.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/handler/DateFilterEngineHandler.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineHandler.d.ts +16 -7
- package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineRouter.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/filterengine/handler/NumberFilterEngineHandler.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/handler/PersonFilterEngineHandler.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/handler/TagsFilterEngineHandler.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/handler/TextFilterEngineHandler.d.ts +10 -6
- package/internal-do-not-import-from-here/ux/filterengine/handler/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/shared/PropsType.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/filterengine/shared/date/DateTimeFilterEngineHelper.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/filterengine/shared/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.css.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +187 -143
- package/internal-do-not-import-from-here/ux/filterpicker/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterpicker/docs/SampleComponent.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/filterpicker/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +361 -34
- package/internal-do-not-import-from-here/ux/grecaptcha/GRecaptcha.d.ts +61 -0
- package/internal-do-not-import-from-here/ux/helptext/HelpText.d.ts +59 -11
- package/internal-do-not-import-from-here/ux/html/HtmlRenderer.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/hub/{HubChat.css.d.ts → chat/HubChat.css.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/hub/chat/HubChat.d.ts +23 -0
- package/internal-do-not-import-from-here/ux/hub/feed/HubFeed.css.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/hub/feed/HubFeed.d.ts +39 -0
- package/internal-do-not-import-from-here/ux/hub/feed/HubFeedChrome.css.d.ts +19 -0
- package/internal-do-not-import-from-here/ux/hub/feed/HubFeedChrome.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/hub/feed/HubFeedSettings.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/hub/feed/HubFeedSettings.d.ts +19 -0
- package/internal-do-not-import-from-here/ux/hub/feed/PageHeader.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/hub/feed/components/CategoryItem.d.ts +43 -0
- package/internal-do-not-import-from-here/ux/hub/feed/components/FeedItem.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/hub/feed/components/FeedItem.d.ts +56 -0
- package/internal-do-not-import-from-here/ux/hub/feed/components/FindMenu.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/hub/feed/components/Header.d.ts +82 -0
- package/internal-do-not-import-from-here/ux/hub/feed/components/MeMenu.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/hub/feed/components/MenuItem.d.ts +128 -0
- package/internal-do-not-import-from-here/ux/hub/feed/components/SenderItem.d.ts +115 -0
- package/internal-do-not-import-from-here/ux/hub/feed/components/SendersList.css.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/hub/feed/components/SendersList.d.ts +39 -0
- package/internal-do-not-import-from-here/ux/hub/feed/components/Social.d.ts +39 -0
- package/internal-do-not-import-from-here/ux/hub/feed/components/StoryComponent.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/CommunityUpdate.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/DefinitionRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/DocumentReview.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/NewsArticleTemplate.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/QuickPoll.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/Reach.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/Story.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/UpdatedProcess.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +217 -0
- package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChannel.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +76 -0
- package/internal-do-not-import-from-here/ux/hub/feed/stores/index.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/FeedTab.css.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/FeedTab.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/FindTab.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/MeTab.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyContentTable.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyProfile.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MySubscriptions.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/icon/IIcon.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/icon/Icon.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/icon/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/iconpicker/IIconPicker.d.ts +0 -15
- package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +243 -43
- package/internal-do-not-import-from-here/ux/iconpicker/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +208 -192
- package/internal-do-not-import-from-here/ux/identities/components/settings/AzureAdSyncProviderSettings.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/identities/components/shared/BladeIds.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncPropertyBindingSetup.d.ts +69 -97
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +78 -104
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +80 -100
- package/internal-do-not-import-from-here/ux/identities/loc/Localize.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.css.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +269 -194
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +240 -200
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +376 -312
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +330 -229
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +298 -234
- package/internal-do-not-import-from-here/ux/identitypicker/Shared.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/identitypicker/loc/Localize.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/iframe/OmniaIFrameResizer.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/iframe/ResizingIFrame.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +194 -246
- package/internal-do-not-import-from-here/ux/imagegrid/ImageGrid copy.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/imagegrid/ImageGrid.d.ts +107 -27
- package/internal-do-not-import-from-here/ux/imagegrid/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/imagegrid/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/inputlanguagepicker/IInputLanguagePicker.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/inputlanguagepicker/InputLanguagePicker.d.ts +46 -43
- package/internal-do-not-import-from-here/ux/inputlanguagepicker/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/inputtoken/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/journey/testbench/JourneyTest.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.css.d.ts +8 -5
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +283 -208
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyMenu.d.ts +109 -110
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyMenuStyles.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyV2.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyV2.d.ts +30 -88
- package/internal-do-not-import-from-here/ux/journey/v2/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/v2/docs/ExampleComponentsMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleButtons.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleComponent.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleComponentMenu.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleVariants.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/journey/v2/docs/index.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/journey/v2/models/BladeInstance.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/v2/models/Constants.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyMenuStore.d.ts +34 -12
- package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +303 -91
- package/internal-do-not-import-from-here/ux/journey/v2/tests/EditorJourney.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/journey/v2/use/UseBlade.d.ts +407 -0
- package/internal-do-not-import-from-here/ux/journey/v2/use/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/languagepicker/ILanguagePicker.d.ts +1 -14
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +611 -43
- package/internal-do-not-import-from-here/ux/languagepicker/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/apis/PlaceHolderApis.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/apis/TemplateRegistrationApis.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +175 -148
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +72 -124
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts +56 -117
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/DeveloperTools.d.ts +19 -89
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/DevicePreviewer.d.ts +37 -102
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +57 -115
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +0 -237
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.css.d.ts +0 -15
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +0 -256
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutPlaceHolder.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +0 -246
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSectionTab.d.ts +121 -39
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutTab.d.ts +141 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutBlock.css.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutBlockEditorHooks.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutColumn.css.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutColumnEditorHooks.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutSection.css.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutSectionEditorHooks.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/index.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layouttemplates/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +36 -100
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutStructure.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel.d.ts +19 -89
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +35 -103
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.d.ts +81 -131
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Css.d.ts +10 -571
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +10 -571
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Spacing.d.ts +10 -571
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Style.d.ts +10 -571
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Targeting.d.ts +10 -571
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +91 -139
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +46 -107
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/canvas/Spacing.d.ts +19 -89
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/ImageBackgroundSettings.d.ts +32 -98
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts +99 -269
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling.d.ts +99 -269
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +99 -269
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/lock/Lock.d.ts +99 -269
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +99 -269
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +99 -269
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +99 -269
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +99 -269
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +99 -269
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/AccordionListingSettingsPanel.d.ts +19 -89
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/ColumnListingSettingsPanel.d.ts +19 -89
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/PlaceHolderListingSettingsPanel.d.ts +43 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +64 -121
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/StepListingSettingsPanel.d.ts +19 -89
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/TabListingSettingsPanel.d.ts +19 -89
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings.d.ts +26 -90
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings.d.ts +17 -88
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +81 -133
- package/internal-do-not-import-from-here/ux/layoutcanvas/factories/EditorLayoutItemFactory.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/factories/LayoutItemFactory.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +147 -177
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +87 -126
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/ObjectMerger.d.ts +5 -11
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/internal.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +101 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/{editor → shared}/layoutItemselector/LayoutItemSelector.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +186 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/index.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +29 -96
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +42 -190
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +36 -184
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +36 -189
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionStepperRenderer.d.ts +58 -116
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.d.ts +58 -116
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +80 -130
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +81 -131
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/placeholders/PlaceHolderRegistrationApis.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/BlockCatalogStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/letteravatar/LetterAvatar.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/limited-label/LimitedLabel.d.ts +17 -91
- package/internal-do-not-import-from-here/ux/magiclink/MagicLink.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/magiclink/MagicLinkFailure.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/magiclink/MagicLinkSignIn.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/magiclink/MagicLinkSuccess.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/magiclink/Shared.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/magiclink/loc/localize.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +179 -235
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +44 -107
- package/internal-do-not-import-from-here/ux/markdown/plugins/CodeMarkdownRenderer.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/mediagallery/Helper.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/mediagallery/Shared.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/apis/IInternalGalleryDialogProvider.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/apis/Registration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/apis/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.css.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.css.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/localize.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/apis/IInternalGalleryDisplayProvider.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/apis/Registration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/apis/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.d.ts +62 -0
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/CollageMetadata.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/NumberOfRemaining.d.ts +19 -0
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollage.d.ts +95 -0
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollageWrapper.d.ts +67 -0
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoGrid.d.ts +50 -0
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoMask.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoRow.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoThumb.d.ts +40 -0
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.d.ts +84 -0
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/ViewMore.d.ts +19 -0
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/loc/localize.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/mediagallery/view/MediaDisplayRenderer.d.ts +60 -0
- package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.d.ts +54 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.css.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +581 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPickerContext.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/components/ImageSelector.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/components/ImageSelector.d.ts +30 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/core/MediaFileProcessor.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/{mediapicker → mediapickerV2/chrome}/core/MediaPickerImageHandler.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/core/index.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/core/utils.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/loc/localize.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/docs/MediaProviderExample.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.css.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.d.ts +65 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/index.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/loc/localize.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/Interfaces.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/cropper/ImageCropMenu.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/cropper/ImageCropper.d.ts +54 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditor.css.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditor.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +204 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/filters/ImageFilters.d.ts +64 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/flipper/ImageFlipper.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/flipper/ImageFlipper.d.ts +48 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/settings/ImageSettings.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/settings/ImageSettings.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/{imagetransformation/constants.d.ts → mediapickerV2/imagetransformer/Constants.d.ts} +12 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/ImageTransformer.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/ImageTransformer.d.ts +31 -0
- package/internal-do-not-import-from-here/ux/{imagetransformer → mediapickerV2/imagetransformer}/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.css.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +60 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaGalleryStore.d.ts +59 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaPickerEditorStore.d.ts +155 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaPickerProviderStore.d.ts +116 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/stores/index.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +310 -23
- package/internal-do-not-import-from-here/ux/mediapickerproviders/MicrosoftStream/IMicrosoftStreamProvider.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/mediapickerproviders/MicrosoftStream/MicrosoftStreamProvider.css.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/mediapickerproviders/MicrosoftStream/MicrosoftStreamProvider.d.ts +0 -64
- package/internal-do-not-import-from-here/ux/mediapickerproviders/MicrosoftStream/loc/localize.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/Youtube/IYouTubeProvider.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/mediapickerproviders/Youtube/YouTubeProvider.css.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/mediapickerproviders/Youtube/YouTubeProvider.d.ts +0 -54
- package/internal-do-not-import-from-here/ux/mediapickerproviders/Youtube/loc/localize.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/apis/IInternalMediaPickerProviderRegistration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/BingProvider.d.ts +407 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/BingProvider_old.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/loc/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/{bingprovider → bingprovider-v2}/loc/localize.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/CentralImageLocationProvider.css.d.ts +0 -11
- package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/CentralImageLocationProvider.d.ts +0 -46
- package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/ICentralImageLocationProvider.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/DallEProvider.css.d.ts +0 -26
- package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/DallEProvider.d.ts +0 -40
- package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/PollingImageComponent.d.ts +0 -131
- package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/loc/localize.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/index.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/MediaflowProvider.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/MediaflowProviderStyles.css.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/MediaflowVideoPlayer.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/loc/localize.d.ts +25 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/MediaflowEmbedMethods.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/MediaflowMedia.d.ts +31 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/MediaflowResponse.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/MediaflowVideoInfo.d.ts +27 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/MediaflowVideoPlayerProps.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/index.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/service/MediaflowService.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/store/MediaflowProviderStore.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/GridViewMediaProviderComponent.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/GridViewMediaProviderComponent.d.ts +0 -65
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/MediaProviderComponentBase.css.d.ts +0 -9
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/MediaProviderComponentBase.d.ts +0 -80
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/MultiSelectMediaProviderComponentBase.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mycomputerprovider/IMyComputerProvider.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mycomputerprovider/MyComputerProvider.css.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mycomputerprovider/MyComputerProvider.d.ts +16 -17
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mycomputerprovider/loc/localize.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/PexelProvider.d.ts +408 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/{pexelsprovider → pexelsprovider-V2}/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/DefineMediaPickerProvider.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/DefineMediaPickerStorageProvider.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/index.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/BingProvider.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/CentralImageLocationProvider.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/DallEProvider.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MediaflowProvider.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MicrosoftStreamProvider.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MyComputerProvider.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/PexelProvider.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/UnsplashProvider.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/YoutubeProvider.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/index.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerStorageProviderAppInstanceContext.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerStorageProviderAppInstancePostContext.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerStorageProviderVersionedLayoutContext.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerUserIconsStorageProviderContext.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/index.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/ISharePointVideoSettings.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/SharePointVideoSettings.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/SharePointVideoSettings.d.ts +0 -34
- package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/loc/localize.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/UnsplashProvider.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/UnsplashProvider.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/loc/localize.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/models/UnsplashImage.d.ts +41 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/services/UnsplashImageService.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/mediapickervideo/IMediaPickerVideo.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/models/ActionToolbarStyles.d.ts +5 -3
- package/internal-do-not-import-from-here/ux/models/AppInstanceRollupStyles.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/models/AppLayoutPlaceHolder.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/models/DataTable.d.ts +10 -5
- package/internal-do-not-import-from-here/ux/models/DateTimePickerStyles.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/models/Directives.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/models/FileUploaderStyles.d.ts +0 -13
- package/internal-do-not-import-from-here/ux/models/IconStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/LegacySvgImage.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/MultilingualInputStyles.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/models/ProfileCardStyles.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/models/QueryablePropertiesStyles.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/models/RichTextEditorStyles.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/models/SpecialUserConfiguration.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/models/UrlInputStyles.d.ts +1 -15
- package/internal-do-not-import-from-here/ux/models/Validation.d.ts +8 -7
- package/internal-do-not-import-from-here/ux/models/enterpriseproperties/EnterprisePropertyPickerStyles.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/models/enterpriseproperties/PersonFieldDisplayStyles.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/models/index.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/monaco/Monaco.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +240 -299
- package/internal-do-not-import-from-here/ux/multilingualinput/IMultilingualInput.d.ts +3 -14
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +702 -81
- package/internal-do-not-import-from-here/ux/multilingualinput/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +29 -103
- package/internal-do-not-import-from-here/ux/organizationtree/reportees/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/alert/Alert.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +121 -0
- package/internal-do-not-import-from-here/ux/oxide/alert/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/alert/docs/SampleComponent.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/oxide/alert/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.css.d.ts +15 -2
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +126 -158
- package/internal-do-not-import-from-here/ux/oxide/appbar/docs/AppbarExample.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/appbar/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/appbar/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +118 -99
- package/internal-do-not-import-from-here/ux/oxide/avatar/docs/AvatarExample.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/avatar/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/avatar/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +391 -130
- package/internal-do-not-import-from-here/ux/oxide/badge/docs/BadgeExample.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/badge/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/badge/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +206 -172
- package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonExamples.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonIntro.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/btn/docs/Presets.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/btn/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +104 -150
- package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/ButtonIntro.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +71 -118
- package/internal-do-not-import-from-here/ux/oxide/card/docs/CardSample.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/card/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/card/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +140 -151
- package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/SampleComponent.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +158 -126
- package/internal-do-not-import-from-here/ux/oxide/chip/docs/ChipExample.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/chip/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/chip/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.css.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +215 -0
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker_omfx.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/docs/SampleComponent.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/column/Column.css.d.ts +10 -2
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +148 -176
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +251 -0
- package/internal-do-not-import-from-here/ux/oxide/column/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/column/docs/SampleComponent.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/column/docs/index.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +558 -3
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +260 -216
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +813 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/RowRenderer.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/docs/SampleComponent.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/datatable/docs/index.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +230 -0
- package/internal-do-not-import-from-here/ux/oxide/datepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/datepicker/docs/SampleComponent.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/oxide/datepicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +5 -4
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +180 -208
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogExamples.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithAppNavigation.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithFixedContent.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithLeftBar.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithNavigation.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/SampleDialog.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.css.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +80 -86
- package/internal-do-not-import-from-here/ux/oxide/divider/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/divider/docs/SampleComponent.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/divider/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +202 -553
- package/internal-do-not-import-from-here/ux/oxide/draggable/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/draggable/docs/SampleComponent.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/draggable/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +5 -3
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +102 -134
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +120 -133
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/SampleComponent.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/index.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.d.ts +143 -0
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.css.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +273 -0
- package/internal-do-not-import-from-here/ux/oxide/flex/docs/BasicFlexTypes.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/oxide/flex/docs/Examples.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/flex/docs/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/form/Form.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +82 -0
- package/internal-do-not-import-from-here/ux/oxide/form/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/form/docs/SampleComponent.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/oxide/form/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +63 -121
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/SampleComponent.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +113 -128
- package/internal-do-not-import-from-here/ux/oxide/icon/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/icon/docs/SampleComponent.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/icon/docs/SystemIcons.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/oxide/icon/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +189 -100
- package/internal-do-not-import-from-here/ux/oxide/image/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/image/docs/SampleComponent.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/image/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +187 -0
- package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/docs/SampleComponent.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +41 -105
- package/internal-do-not-import-from-here/ux/oxide/layout/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/layout/docs/SampleComponent.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/layout/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/lazy/Avatar.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +86 -0
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +208 -0
- package/internal-do-not-import-from-here/ux/oxide/link/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/link/docs/SampleComponent.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/oxide/link/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/list/List.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +88 -129
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +106 -150
- package/internal-do-not-import-from-here/ux/oxide/list/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/docs/SampleComponent.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/list/docs/index.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +59 -126
- package/internal-do-not-import-from-here/ux/oxide/main/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/main/docs/SampleComponent.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/main/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +167 -178
- package/internal-do-not-import-from-here/ux/oxide/menu/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/menu/docs/SampleComponent.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/menu/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +113 -142
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/SampleComponent.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.css.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +150 -0
- package/internal-do-not-import-from-here/ux/oxide/notification/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/notification/docs/SampleComponent.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/oxide/notification/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +215 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +140 -201
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/BasicPanelTypes.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/Examples.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelVariants.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/SettingsPanel.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/ShowHide.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +54 -86
- package/internal-do-not-import-from-here/ux/oxide/progress/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/progress/docs/SampleComponent.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/progress/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +51 -111
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +141 -132
- package/internal-do-not-import-from-here/ux/oxide/radio/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/docs/SampleComponent.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/radio/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +297 -0
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +260 -0
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +179 -0
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/docs/SampleComponent.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +89 -0
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/select/Select.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +248 -240
- package/internal-do-not-import-from-here/ux/oxide/select/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/docs/SampleComponent.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/select/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +122 -0
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/SampleComponent.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/Slide.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +204 -0
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/block/SlidePanelBlock.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/docs/SampleComponent.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/store/SlidePanelStore.d.ts +85 -0
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/store/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +199 -162
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent2.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent3.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +68 -122
- package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/SampleComponent.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/spacer/Spacer.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/spacer/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/spacer/docs/SampleComponent.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/spacer/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/splitpanes/SplitpaneItem.d.ts +159 -0
- package/internal-do-not-import-from-here/ux/oxide/splitpanes/Splitpanes.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/splitpanes/Splitpanes.d.ts +172 -0
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +40 -104
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +31 -97
- package/internal-do-not-import-from-here/ux/oxide/stepper/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/stepper/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +155 -136
- package/internal-do-not-import-from-here/ux/oxide/switch/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/switch/docs/SampleComponent.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/switch/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.css.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +131 -140
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +168 -149
- package/internal-do-not-import-from-here/ux/oxide/tab/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/docs/SampleComponent.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/tab/docs/index.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +49 -109
- package/internal-do-not-import-from-here/ux/oxide/table/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/table/docs/SampleComponent.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/table/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +97 -162
- package/internal-do-not-import-from-here/ux/oxide/text/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleComponent.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleGradients.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/text/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +287 -138
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +268 -218
- package/internal-do-not-import-from-here/ux/oxide/textfield/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/textfield/docs/SampleComponent.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/textfield/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.css.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +125 -150
- package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarExamples.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarIntro.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +73 -106
- package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/SampleComponent.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +94 -147
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/TreeviewExamples.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/TreeviewIntro.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +34 -88
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/AdvanceExample.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/SimpleExample.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +120 -160
- package/internal-do-not-import-from-here/ux/permissioninput/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/persona/Persona.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/post/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/presetupwizard/PreSetupWizard.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/presetupwizard/core/loc.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/profilecard/IProfileCard.d.ts +0 -29
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +231 -34
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCardRenderer.d.ts +72 -91
- package/internal-do-not-import-from-here/ux/profilecard/aboutuser/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/profilecard/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/profilecard/loc/localize.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/properties/apis/PropertyBindingProviderApi.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/block/PropertyBlock.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/properties/block/PropertyBlock.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/properties/block/PropertyBlockSettings.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/properties/block/PropertyBlockSettings.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.css.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +354 -0
- package/internal-do-not-import-from-here/ux/properties/block/shared/PropertyBlockModels.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/properties/block/shared/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts +56 -105
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +47 -117
- package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanDisplay.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanDisplay.d.ts +37 -99
- package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +45 -111
- package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileDisplay.css.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileDisplay.d.ts +50 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileEditor.css.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileEditor.d.ts +55 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfilePropertyDefinition.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +63 -105
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +47 -117
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeConfiguration.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +63 -105
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +47 -117
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailDisplay.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailDisplay.d.ts +34 -97
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +41 -109
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +35 -94
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlDisplay.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlDisplay.d.ts +34 -97
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +46 -110
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +35 -94
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +121 -105
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +54 -118
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +35 -94
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageDisplay.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageDisplay.d.ts +34 -97
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +36 -110
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerDisplay.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerDisplay.d.ts +37 -99
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +46 -111
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageDisplay.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageDisplay.d.ts +37 -99
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +45 -111
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +35 -94
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkDisplay.css.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkDisplay.d.ts +37 -99
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +39 -111
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaDisplay.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaDisplay.d.ts +34 -97
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +41 -110
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextDisplay.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextDisplay.d.ts +37 -99
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +39 -111
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextDisplay.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextDisplay.d.ts +37 -99
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +39 -111
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +64 -106
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +36 -109
- package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsDisplay.css.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsDisplay.d.ts +206 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.css.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +67 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsPropertyDefinition.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextDisplay.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextDisplay.d.ts +37 -99
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +45 -111
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +63 -105
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +47 -117
- package/internal-do-not-import-from-here/ux/properties/builtins/usertype/UserTypeDisplay.css.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/usertype/UserTypeDisplay.d.ts +50 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/usertype/UserTypeEditor.css.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/usertype/UserTypeEditor.d.ts +55 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/usertype/UserTypePropertyDefinition.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/models/PropertyApi.d.ts +10 -2
- package/internal-do-not-import-from-here/ux/properties/models/PropertyBindingProvider.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/properties/models/PropertyInput.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/properties/models/PropertyPicker.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/properties/models/PropertySettingsLock.d.ts +25 -0
- package/internal-do-not-import-from-here/ux/properties/models/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +37 -95
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +37 -95
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfigurationV2.d.ts +460 -0
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +39 -101
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +34 -104
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +49 -102
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +398 -105
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +487 -121
- package/internal-do-not-import-from-here/ux/propertyBindingProvider/propertyBindingProviderRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/EditorMenuBar.d.ts +31 -96
- package/internal-do-not-import-from-here/ux/richtexteditor/Emoticon/EmoticonComponent.d.ts +13 -87
- package/internal-do-not-import-from-here/ux/richtexteditor/MentionComponent/MentionComponent.d.ts +5 -3
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +287 -252
- package/internal-do-not-import-from-here/ux/richtexteditor/TextCompletionPanel/TextCompletionPanel.d.ts +58 -567
- package/internal-do-not-import-from-here/ux/richtexteditor/TextCompletionPanel/loc/localize.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldToolbar.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletListToolbar.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingNode.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/HistoryToolbar.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/ItalicToolbar.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerToolbar.d.ts +8 -3
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/PastingImageFromFileHandler.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/{ParsingMicrosoftWordImageHandler.d.ts → PastingMicrosoftOfficeImageHandler.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/PastingOmniaImageFromClipboardHandler.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedListToolbar.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/TableSubToolbar.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/TableToolbar.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionHandler.d.ts +11 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionMenu.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionToolbar.d.ts +22 -3
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/UnderlineToolbar.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/loc/localize.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/richtexteditorrenderer/IRichTextEditorRenderer.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/richtexteditorrenderer/RichTextEditorRenderer.d.ts +47 -21
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +53 -113
- package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilterPicker.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/rollupfilter/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +163 -0
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +148 -175
- package/internal-do-not-import-from-here/ux/shapedivider/ShapeDivider.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/shapedivider/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/sharepointvideo/SharepointVideo.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/sidepanel/SidePanelRenderer.d.ts +13 -87
- package/internal-do-not-import-from-here/ux/signin/SignInBlock.css.d.ts +15 -5
- package/internal-do-not-import-from-here/ux/signin/SignInBlock.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/signin/SignInFactory.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/signin/SignInPage.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/ConfirmEmailView.d.ts +27 -0
- package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/IdentityCreationRequestView.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/signin/loc/localize.d.ts +24 -1
- package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +21 -95
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/MagicLinkProvider.d.ts +15 -89
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/OtpProvider.d.ts +15 -90
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/PasswordProvider.d.ts +15 -89
- package/internal-do-not-import-from-here/ux/signout/SignOut.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/signout/SignOut.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/signout/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +609 -74
- package/internal-do-not-import-from-here/ux/social/CommentDialog.d.ts +16 -44
- package/internal-do-not-import-from-here/ux/social/IComment.d.ts +0 -34
- package/internal-do-not-import-from-here/ux/social/ILike.d.ts +0 -27
- package/internal-do-not-import-from-here/ux/social/IPeopleTagging.d.ts +0 -26
- package/internal-do-not-import-from-here/ux/social/Like.d.ts +353 -68
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +206 -26
- package/internal-do-not-import-from-here/ux/social/Reactions.css.d.ts +31 -0
- package/internal-do-not-import-from-here/ux/social/Reactions.d.ts +164 -0
- package/internal-do-not-import-from-here/ux/social/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/social/docs/SampleComponent.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/social/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/social/index.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/social/likehandler/LikeActionSettings.d.ts +72 -15
- package/internal-do-not-import-from-here/ux/social/likehandler/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.css.d.ts +0 -26
- package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +306 -79
- package/internal-do-not-import-from-here/ux/social/templates/ILikeListingTemplate.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/social/templates/LikeListingTemplate.d.ts +109 -40
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.d.ts +198 -248
- package/internal-do-not-import-from-here/ux/spacingpicker/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/spacingpicker/docs/SampleComponent.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/spacingpicker/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/spacingpicker/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/statuscoderenderer/NavigationTrackingHandler.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/statuscoderenderer/StatusCodeLayoutApi.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/statuscoderenderer/StatusCodeRenderer.d.ts +27 -0
- package/internal-do-not-import-from-here/ux/statuscoderenderer/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/statuscoderenderer/layoutregistration/NotFoundDefaultLayout.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/statuscoderenderer/layoutregistration/Registration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/statuscoderenderer/layoutregistration/UnauthorizedDefaultLayout.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/statusmessageoverlay/LayoutEngineTest.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +49 -107
- package/internal-do-not-import-from-here/ux/templatepicker/ITemplatePicker.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/templatepicker/TemplatePicker.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/templatepicker/TemplatePicker.d.ts +489 -28
- package/internal-do-not-import-from-here/ux/texttranslator/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming/ThemeManager.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming/Theming.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +187 -241
- package/internal-do-not-import-from-here/ux/theming/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/RegistrationHandlerDefinitions.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/RegistrationHandlerTheming.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/DesignJourney.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/Registrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/DefinitionsJourney.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/BlueprintsJourney.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/BlockBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/ComponentsBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/EditBlueprint.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/SpacingBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/TypographyBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/components/BlockPreview.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/store/BlueprintEditorStore.d.ts +63 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/colorschemas/ColorSchemasJourney.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/colorschemas/blades/ColorSchemaDefinitionBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/colorschemas/store/ColorSchemaEditorStore.d.ts +65 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/spacing/SpacingJourney.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/spacing/blades/SpacingDefinitionBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/spacing/store/SpacingEditorStore.d.ts +66 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/TypographyJourney.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/blades/TypographyDefinitionBlade.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/blades/TypographyDefinitionBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/blades/TypographySettingsBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/components/FontPicker.css.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/components/FontPicker.d.ts +390 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/store/TypographyEditorStore.d.ts +112 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/ThemesJourney.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/blades/EditThemeBlade.d.ts +95 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/core/Colors.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/core/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/DefinitionRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/ThemeRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/actions/Todo.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/actions/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/content/Image.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/content/ImageText.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/content/Quote.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/content/Text.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/content/index.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/headers/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/themes/Blueprints.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/themes/SpacingTypes.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/themes/ThemeDefinitions.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/themes/TypographyTypes.d.ts +135 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{skins/default/useDefaultSkin.d.ts → designkits/default/useDefaultDesignKit.d.ts} +3 -8
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/ApiRegistrations.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/documentation/themes/Blueprints.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{skins/editor → designkits/documentation}/themes/SpacingTypes.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/documentation/themes/TypographyTypes.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{skins/documentation/useDocumentationSkin.d.ts → designkits/documentation/useDocumentationDesignKit.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/ThemeRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/editor/themes/Blueprints.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{skins/documentation → designkits/editor}/themes/SpacingTypes.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/editor/themes/TypographyTypes.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{skins/editor/useEditorSkin.d.ts → designkits/editor/useEditorDesignKit.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/pages/DefinitionRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/pages/definitions/headers/HeaderWithImage.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/pages/definitions/property/PropertiesWithColumLayout.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/pages/definitions/property/PropertiesWithRowLayout.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{skins/useSkins.d.ts → designkits/useDesignKits.d.ts} +3 -8
- package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +2 -9
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintDefinitionStore.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintStore.d.ts +173 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaDefinitionStore.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +520 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingDefinitionStore.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +350 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeDefinitionStoreV2.d.ts +42 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +39 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyDefinitionStore.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/VelcronDefinitionStore.d.ts +45 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +667 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +5 -3
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Colors.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Spacing.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +211 -232
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +38 -107
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ThemeCodeEditor.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintEditor.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintSelector.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/components/BlockBlueprintEditor.d.ts +0 -91
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ColorSelector.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ComponentsViewer.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/FxViewer.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ThemeViewer.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +32 -11
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +43 -14
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +4061 -99
- package/internal-do-not-import-from-here/ux/timeperiodpicker/ITimePeriodPicker.d.ts +0 -24
- package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +453 -29
- package/internal-do-not-import-from-here/ux/timeperiodpicker/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/typographypicker/TypographyPicker.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/typographypicker/TypographyPicker.d.ts +426 -0
- package/internal-do-not-import-from-here/ux/typographypicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/typographypicker/docs/SampleComponent.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/typographypicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/urlinput/UrlInput.d.ts +0 -46
- package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +486 -0
- package/internal-do-not-import-from-here/ux/urlinput/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/Shared.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/use/TryOnMounted.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/use/TryOnScopeDispose.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/use/Types.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/use/UseBlockInstance.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +192 -35
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +530 -49
- package/internal-do-not-import-from-here/ux/use/UseConfirm.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/use/UseEventListener.d.ts +27 -9
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +106 -5
- package/internal-do-not-import-from-here/ux/use/UseInterSectionObserver.d.ts +39 -0
- package/internal-do-not-import-from-here/ux/use/UseMounted.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/use/UseSupported.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/use/UseValidation.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/use/UseVueInstance.d.ts +0 -9
- package/internal-do-not-import-from-here/ux/use/UseWebNotification.d.ts +105 -0
- package/internal-do-not-import-from-here/ux/use/index.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/user/UserPropertiesProvider.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/user/loc/localize.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +165 -221
- package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +25 -94
- package/internal-do-not-import-from-here/ux/validation/FieldValidation.d.ts +27 -94
- package/internal-do-not-import-from-here/ux/validation/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlock.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlockSettings.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +35 -103
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +43 -111
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/store/ContentBlockStore.d.ts +96 -25
- package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlock.css.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlock.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlockSettings.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlockSettings.d.ts +23 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlock.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.d.ts +12 -84
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/useVelcronStateManager.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/DefinitionRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +945 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/Image.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/MicroBlog.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/MicroBlog2.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/SocialText.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/index.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/ContentDefinitionRegistration.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/VelcronDefinitionIds.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/store/ContentEditorStore.d.ts +176 -0
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +537 -119
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +154 -219
- package/internal-do-not-import-from-here/ux/velcron/core/actions/Clone.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/core/actions/Date.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/core/actions/IActionHandler.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/actions/Timer.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/core/actions/index.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/core/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/ActionHooks.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/Enums.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +111 -25
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +298 -11
- package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronActions.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +17 -5
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronPropertyEditors.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/stores/ReactivitySystem.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronBlueprint.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronColorSchemaEditor.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronContentEditor.d.ts +38 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder2.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilderBase.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronImageEditor.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronPropertyMappingEditorBuilder.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronBlockHeaderStateBuilder.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronColorSchemaBuilder.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronContentStateBuilder.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronImageStateBuilder.d.ts +18 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronPropertyMappingStateBuilder.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronStateBuilder.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronStateBuilderBase.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronTextContentBuilder.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronEditorBuilder.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronTemplateBuilder.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/DocDataTypes.d.ts +30 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/Introduction.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/State.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/actions/Date.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/actions/Introduction.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/actions/Timer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/actions/index.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/components/Button.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/components/Checkbox.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/components/Image.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/components/Property.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/components/Text.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/components/Velcron.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/components/Video.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/components/View.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/components/index.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/index.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +277 -286
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddComponent.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddDataObject.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AppExplorer.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/velcron/editor/components/CodeEditor.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +18 -92
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditComponentPane.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDataPane.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDefinitionPropertiesPane.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/ConditionalStatements.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/EventsPanel.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/PropertiesPanel.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/StylingPanel.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-data/EditDataMemberPanel.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorpicker/ColorPicker.d.ts +15 -89
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper.d.ts +15 -89
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemareferencepicker/ColorSchemaReferencePicker.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ratiopicker/RatioPicker.d.ts +15 -89
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/typographypicker/TypographyPicker.d.ts +15 -89
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +245 -60
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronActionHooks.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +115 -154
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/App.d.ts +93 -95
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Button.d.ts +15 -89
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Card.d.ts +15 -89
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Checkbox.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Chip.d.ts +15 -89
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +20 -94
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Custom.d.ts +15 -89
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Dialog.d.ts +15 -89
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Flex.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/FlexColumn.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/FlexRow.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Icon.d.ts +15 -89
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Image.d.ts +15 -89
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Markdown.d.ts +15 -89
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ProgressCircle.d.ts +15 -89
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Property.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Radio.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Reference.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Slot.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Text.d.ts +15 -89
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/TextInput.d.ts +15 -89
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Video.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/WebView.d.ts +15 -89
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/AlignmentEditor.d.ts +388 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorEditor.d.ts +364 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +364 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ImageEditor.d.ts +384 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/MarkdownEditor.d.ts +385 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/PropertyEditorCreator.d.ts +385 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SliderEditor.d.ts +385 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SpacingEditor.d.ts +385 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SwitchEditor.d.ts +384 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +406 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +389 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/LayoutAliasBlade.d.ts +43 -21
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/Shared.d.ts +16 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +128 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +44 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutListBladeBuilder.d.ts +69 -24
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutSettingsComponent.d.ts +68 -5
- package/internal-do-not-import-from-here/ux/versionedlayout/controller/Chrome.d.ts +146 -17
- package/internal-do-not-import-from-here/ux/versionedlayout/controller/VersionedLayoutController.d.ts +198 -26
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRenderer.d.ts +220 -13
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRendererSizeMonitor.d.ts +94 -23
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItemFactory.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +32 -101
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutCreationForm.d.ts +97 -22
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutMappingAction.d.ts +150 -45
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutRenameForm.d.ts +123 -20
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/displaybreakpoint/DisplayBreakpointAction.d.ts +47 -14
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/panels/Panels.d.ts +16 -8
- package/internal-do-not-import-from-here/ux/versionedlayout/layoutbackgroundimage/LayoutBackgroundImage.d.ts +125 -46
- package/internal-do-not-import-from-here/ux/versionedlayout/layoutbackgroundimage/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/InternalVersionedLayoutRenderer.d.ts +230 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +175 -166
- package/internal-do-not-import-from-here/ux/vuetify/colorpicker/VColorPicker.bundle.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/welcome/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/wizard/IWizard.d.ts +1 -14
- package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +272 -59
- package/internal-do-not-import-from-here/ux/wizard/WizardStep.d.ts +0 -1
- package/internal-do-not-import-from-here/vue/VueApp.d.ts +4 -1
- package/internal-do-not-import-from-here/vue/VueHooks.d.ts +1 -4
- package/internal-do-not-import-from-here/vue/vuecustomelement/Helpers.d.ts +8 -2
- package/internal-do-not-import-from-here/wctypings.d.ts +2394 -296
- package/internal-do-not-import-from-here/workers/HttpRequestProxy.d.ts +1 -0
- package/package.json +6 -7
- package/internal-do-not-import-from-here/core/utils/ScrollPagingUtils.d.ts +0 -7
- package/internal-do-not-import-from-here/core/utils/gpt3utils/GPT3Utils.d.ts +0 -5
- package/internal-do-not-import-from-here/core/utils/gpt3utils/index.d.ts +0 -1
- package/internal-do-not-import-from-here/shared/http/Bring.d.ts +0 -130
- package/internal-do-not-import-from-here/shared/models/Bring.d.ts +0 -23
- package/internal-do-not-import-from-here/ux/compositiontests/CompositionBlockCurrent.d.ts +0 -105
- package/internal-do-not-import-from-here/ux/compositiontests/CompositionBlockFuture.d.ts +0 -105
- package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +0 -425
- package/internal-do-not-import-from-here/ux/compositiontests/TestInjectComponent.d.ts +0 -95
- package/internal-do-not-import-from-here/ux/compositiontests/WowComp.d.ts +0 -91
- package/internal-do-not-import-from-here/ux/compositiontests/models/SharedContext.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/compositiontests/models/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/compositiontests/services/CompositionService.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/compositiontests/services/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/compositiontests/stores/OldStoreTest.d.ts +0 -10
- package/internal-do-not-import-from-here/ux/compositiontests/stores/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/compositiontests/stores/useNewStoreTest.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/compositiontests/use/useTitleComputed.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/confirmdialog/VueConfirmDialog.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/datetimezonepicker/IDateTimeZonePicker.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/datetimezonepicker/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/directives/ClickOut.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/editorchrome/chrome/IEditorChrome.d.ts +0 -26
- package/internal-do-not-import-from-here/ux/governancedashboard/IBarChartIndicator.d.ts +0 -26
- package/internal-do-not-import-from-here/ux/helptext/IHelpText.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/helptext/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/hub/HubChat.d.ts +0 -104
- package/internal-do-not-import-from-here/ux/icon/IconPresets.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/imagegrid/IImageGrid.d.ts +0 -25
- package/internal-do-not-import-from-here/ux/imagetransformation/enums.d.ts +0 -13
- package/internal-do-not-import-from-here/ux/imagetransformation/image-svg-transfomer.d.ts +0 -60
- package/internal-do-not-import-from-here/ux/imagetransformation/image-transfomer.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/imagetransformation/index.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/imagetransformation/interfaces.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/imagetransformation/utils.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageRollup/ImageRollup.d.ts +0 -66
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageSetting/ImageSetting.d.ts +0 -26
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformCropper/ImageTransformCropper.d.ts +0 -59
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformEditor/ImageTransformEditor.d.ts +0 -66
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformFilter/ImageTransformFilter.d.ts +0 -23
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformFlipper/ImageTransformFlipper.d.ts +0 -23
- package/internal-do-not-import-from-here/ux/imagetransformer/Constants.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/imagetransformer/IImageTransformer.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/imagetransformer/ImageTransformer.css.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/imagetransformer/ImageTransformer.d.ts +0 -40
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/action.d.ts +0 -101
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/addIcon.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/addImageObject.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/addObject.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/addShape.d.ts +0 -27
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/addText.d.ts +0 -26
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/applyFilter.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/changeIconColor.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/changeShape.d.ts +0 -28
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/changeText.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/changeTextStyle.d.ts +0 -25
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/clearObjects.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/flip.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/loadImage.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/removeFilter.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/removeObject.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/resizeCanvasDimension.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/rotate.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/setObjectPosition.d.ts +0 -21
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/setObjectProperties.d.ts +0 -25
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/cropper.d.ts +0 -118
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/filter.d.ts +0 -89
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/flip.d.ts +0 -70
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/freeDrawing.d.ts +0 -26
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/icon.d.ts +0 -51
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/imageLoader.d.ts +0 -30
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/line.d.ts +0 -55
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/rotation.d.ts +0 -42
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/shape.d.ts +0 -144
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/text.d.ts +0 -173
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/consts.d.ts +0 -243
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/drawingMode/cropper.d.ts +0 -26
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/drawingMode/freeDrawing.d.ts +0 -27
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/drawingMode/lineDrawing.d.ts +0 -27
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/drawingMode/shape.d.ts +0 -26
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/drawingMode/text.d.ts +0 -26
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/arrowLine.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/blur.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/colorFilter.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/cropzone.d.ts +0 -10
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/emboss.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/mask.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/sharpen.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/factory/command.d.ts +0 -27
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/factory/errorMessage.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/graphics.d.ts +0 -569
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/helper/imagetracer.d.ts +0 -56
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/helper/shapeFilterFillHelper.d.ts +0 -44
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/helper/shapeResizeHelper.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/imageEditor.d.ts +0 -1003
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/index.d.ts +0 -15
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/interface/command.d.ts +0 -49
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/interface/component.d.ts +0 -76
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/interface/drawingMode.d.ts +0 -26
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/interfaces.d.ts +0 -283
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/invoker.d.ts +0 -91
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/util.d.ts +0 -154
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +0 -165
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +0 -234
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlockInstance.d.ts +0 -163
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.css.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSectionTab.css.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel copy.d.ts +0 -32
- package/internal-do-not-import-from-here/ux/magiclink/MagicLink.d.ts +0 -92
- package/internal-do-not-import-from-here/ux/mediapicker/MediaPickerRenderer.d.ts +0 -86
- package/internal-do-not-import-from-here/ux/mediapickerimage/IMediaPickerImage.d.ts +0 -36
- package/internal-do-not-import-from-here/ux/mediapickerimage/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider/BingProvider.d.ts +0 -39
- package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider/IBingProvider.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider/IPexelProvider.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider/PexelProvider.d.ts +0 -28
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelAlignment.d.ts +0 -91
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/Scrolling.d.ts +0 -91
- package/internal-do-not-import-from-here/ux/oxide/textarea/docs/ExampleComponents.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/textarea/docs/SampleComponent.d.ts +0 -91
- package/internal-do-not-import-from-here/ux/oxide/textarea/docs/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/securitytrimer/ISecurityTrimer.d.ts +0 -23
- package/internal-do-not-import-from-here/ux/securitytrimer/SecurityTrimer.d.ts +0 -24
- package/internal-do-not-import-from-here/ux/securitytrimer/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/social/templates/LikeListingTemplate.css.d.ts +0 -11
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.css.d.ts +0 -29
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +0 -595
- package/internal-do-not-import-from-here/ux/theming-v2/BlueprintStore.d.ts +0 -30
- package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +0 -53
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +0 -202
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeDefinitionStoreV2.d.ts +0 -27
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +0 -25
- package/internal-do-not-import-from-here/ux/theming-v2/VelcronDefinitionStore.d.ts +0 -22
- package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.d.ts +0 -451
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.css.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +0 -498
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +0 -473
- package/internal-do-not-import-from-here/ux/theming-v2/skins/core/useVelcronState.d.ts +0 -50
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/headers/Blockheaders.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/skins/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseThemeStyling.d.ts +0 -188
- package/internal-do-not-import-from-here/ux/urlinput/IUrlInput.d.ts +0 -42
- package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutBladeBuilder.d.ts +0 -101
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/alignment/AlignmentEditor.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/color/ColorEditor.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/index.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/markdown/MarkdownEditor.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/slider/SliderEditor.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/switch/SwitchEditor.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/text/TextEditor.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/models/DefineVelcronPropertyEditor.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/models/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/View.d.ts +0 -106
- /package/internal-do-not-import-from-here/shared/models/{Bring.js → DynamicState.js} +0 -0
- /package/internal-do-not-import-from-here/ux/{imagetransformer/tui-image-editor/dependencies/tui-code-snippet.d.ts → app/AppLayoutPlaceHolderRegistration.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{theming-v2/blueprintpicker → blueprintpicker}/BlueprintPicker.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{features/FeatureActivation_old.d.ts → colorschemadefinitionpicker/ColorSchemaDefinitionPicker.css.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{features/FeaturesJourney_old.d.ts → colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{mediapicker → depricated-mediapicker}/MediaPickerContext.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{layoutcanvas/apis/Registration.d.ts → depricated-mediapicker/MediaPickerRenderer.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{mediapicker → depricated-mediapicker}/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{theming-v2/skins/default/definitions/content/Contentblocks.d.ts → directives/clickoutside/ClickOutSide.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{velcron/components/propertieseditor/models/DefineVelcronPropertyEditorProps.d.ts → docs/omfx/components/Emits.md.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{vuetify/stepper/VStepperItems.d.ts → docs/omfx/components/Introduction.md.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{velcron/renderer/components/FlexView.d.ts → hub/feed/components/Social.css.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/{editor → shared}/layoutItemselector/LayoutItemSelection.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{mediapickerproviders/bingprovider → mediapickerV2/imagegrid}/loc/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/mediapickerproviders/{bingprovider → bingprovider-v2}/services/BingImageService.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/mediapickerproviders/{pexelsprovider → pexelsprovider-V2}/PexelProvider.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/mediapickerproviders/{pexelsprovider → pexelsprovider-V2}/models/PexelImage.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/mediapickerproviders/{pexelsprovider → pexelsprovider-V2}/services/PexelImageService.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/core/ThemeDefinitionInstance.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/cards/BannerImageTop.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/cards/RollupAvatar.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/cards/RollupImageLarge.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/cards/RollupImageSmall.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/cards/RollupImageTop.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/cards/RollupImageTopAvatar.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/cards/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/headers/BlockTextIcon.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/headers/Pageheader.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/themes/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/documentation/themes/ThemeDefinitions.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/documentation/themes/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/editor/themes/ThemeDefinitions.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/editor/themes/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{ColorManager.d.ts → store/ColorManager.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{ColorSchemaManager.d.ts → store/ColorSchemaManager.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{theming-v2/skins/default → velcron/components/contenteditor}/definitions/content/Image.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{theming-v2/skins/default → velcron/components/contenteditor}/definitions/content/ImageText.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{theming-v2/skins/default → velcron/components/contenteditor}/definitions/content/Quote.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{theming-v2/skins/default → velcron/components/contenteditor}/definitions/content/Text.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{theming-v2/skins/default → velcron/components/contenteditor}/definitions/content/index.d.ts +0 -0
@@ -3,12 +3,23 @@ import wcf3d75940db51447dbf6719251f5465b0 from './console/components/Console';
|
|
3
3
|
import wce6b88bd8d41949c8af6fed268ae64430 from './console/components/SocketComponent';
|
4
4
|
import wc8e3534c9960c46b090f442e563d71265 from './ux/alignmentpicker/AlignmentPicker';
|
5
5
|
import wce4889269c6ad440da65f3acdf5bb6152 from './ux/authsetup/AuthSetup';
|
6
|
+
import wc44e2dd896269442f800da69000d4c2f1 from './ux/blueprintpicker/BlueprintPicker';
|
7
|
+
import wc057bef6897bb4ba4a089d01c2da1322e from './ux/chrome/ChromeRenderer';
|
8
|
+
import wc1266389c28034034921b897f788f302d from './ux/colorschemapicker/ColorSchemaPicker';
|
9
|
+
import wc9ed2b61fad8a43f384efef4a5dcbd184 from './ux/colorschemapicker/ColorSchemaDefinitionPicker';
|
10
|
+
import wc3779d0b63f54436eb25942b0c2487a2c from './ux/colorschemapicker/ColorSchemaViewer';
|
11
|
+
import wc7abfeece956245f3ba63c231d3c31c26 from './ux/colorschemapicker/ColorSchemaEditor';
|
12
|
+
import wc638cfe124ab24d0ebd0711c0bd844af6 from './ux/colorsettingspicker/ColorSettingsPicker';
|
6
13
|
import wc5dfa7b609aed43ffab03dad33c65b2da from './ux/commandpalette/CommandPalette';
|
7
|
-
import
|
14
|
+
import wcb11276a5e84a4709a55abd185b4c7a1d from './ux/confirmdialog/ConfirmDialog';
|
15
|
+
import wc0fb46d84e95e4e04801878bec4b370cb from './ux/datetimefilterquery/DateTimeFilterQuery';
|
16
|
+
import wcdedf711a4e0f4c5c850b51c01ea367a7 from './ux/datetimepicker/DateTimePicker';
|
8
17
|
import wc90e26d3a6e3e4bf9bd1ce81c6735eda2 from './ux/datetimezonepicker/DateTimeZonePicker';
|
9
18
|
import wcd3d05fa7bb114ecab1c16f714641b678 from './ux/datetimezonerenderer/DateTimeZoneRenderer';
|
10
19
|
import wc3ff00f2d8a4c48a4ae0cff23fc0127ac from './ux/dialog/Dialog';
|
11
20
|
import wcfd300449c17f44fd80d83e709a10bf63 from './ux/features/FeaturesJourney';
|
21
|
+
import wc629ff3fc45f84df382ddb6282d968547 from './ux/features/FeaturesJourneyTenant';
|
22
|
+
import wc1fab0218538f431c91ece4e10cbd468c from './ux/fileuploader/FileUploader';
|
12
23
|
import wca91d4cd2b5744de3a672110cb1cdf7ba from './ux/filterengine/FilterEngineSettings';
|
13
24
|
import wc34e1cea969d744f1bbec4770b51d49f5 from './ux/filterengine/FilterEngineRenderer';
|
14
25
|
import wc43fc70078d114ec3a70ebbd767ef4f95 from './ux/filterengine/components/renderer/person/PersonPropertyRenderer';
|
@@ -27,8 +38,13 @@ import wc5a6940e10c51454aa5e0a4144ab01288 from './ux/filterengine/components/sel
|
|
27
38
|
import wc937eab372066440fa95551ac8cba45d7 from './ux/filterengine/components/renderer/dialog/DialogContent';
|
28
39
|
import wc7813f37afbf34cb085a2ef74e71e20fa from './ux/filterengine/components/renderer/PropertyDropdownRenderer';
|
29
40
|
import wc373cd0c180af441ca9f973b1da4de7f9 from './ux/filterengine/components/renderer/PropertyListRenderer';
|
41
|
+
import wc0b99953ef72848a7936f51500d69d771 from './ux/filterengine/components/renderer/date/DateTimePeriodSlider';
|
30
42
|
import wc46a6c15c2a0e446fbef9770274409366 from './ux/filterpicker/FilterPicker';
|
31
|
-
import
|
43
|
+
import wca377536b4fd84773a9730966623601cd from './ux/governancedashboard/BarChartIndicator';
|
44
|
+
import wc08b9c70d2a77433f8492dc0fb50d900e from './ux/grecaptcha/GRecaptcha';
|
45
|
+
import wc64887c3414da45279ea9c905df12c48f from './ux/helptext/HelpText';
|
46
|
+
import wce5a52491260143c8bf9855268a6acbab from './ux/html/HtmlRenderer';
|
47
|
+
import wc7c3b9838bf844a53a446d3795494b304 from './ux/iconpicker/IconPicker';
|
32
48
|
import wca7608d8c42184cbb994910dc06c464a1 from './ux/identities/IdentityRenderer';
|
33
49
|
import wc01c6a5e974334f06a390c9af5a7689d0 from './ux/identities/components/shared/IdentitySyncPropertyBindingSetup';
|
34
50
|
import wcc2a811dfd3774d15862abb2f6a435a5c from './ux/identities/components/shared/IdentitySyncRuleSetup';
|
@@ -37,119 +53,209 @@ import wc9cbe10e4fe1a48929727942cea5f7338 from './ux/identitypicker/IdentityPick
|
|
37
53
|
import wcec81357974804c539bff6c58a8785c22 from './ux/identitypicker/IdentityPicker';
|
38
54
|
import wc5d74b2de65164761a3dce6a534b64bd1 from './ux/identitypicker/IdentityPickerDialog';
|
39
55
|
import wc70593d481fa54e68be9f4fe41f0f5c92 from './ux/identitypicker/IdentityPickerButton';
|
56
|
+
import wcdfefc1520763443190e92700bad98412 from './ux/imagegrid/ImageGrid';
|
57
|
+
import wc91919b3f54de42dab709575b8a9ca233 from './ux/inputlanguagepicker/InputLanguagePicker';
|
58
|
+
import wc20b4e8166fb44f2b8b240724eb5f2db2 from './ux/languagepicker/LanguagePicker';
|
40
59
|
import wc6c2ac8bf4da44a2b8e544eaf5b42099f from './ux/limited-label/LimitedLabel';
|
41
|
-
import
|
60
|
+
import wc106dba3f206e4ad7bbb28e574e3da49e from './ux/magiclink/MagicLinkSignIn';
|
61
|
+
import wc168b37eb8cbc4e46944cbf9a6a5e9063 from './ux/magiclink/MagicLinkSuccess';
|
62
|
+
import wcd836de74ad894f4999e21046b1ba2cab from './ux/magiclink/MagicLinkFailure';
|
42
63
|
import wc744b3f31e00c4815b63ecaf638ad7a7a from './ux/markdown/MarkdownEditor';
|
43
64
|
import wcc8b990d01ddc45ab930b4409fc406435 from './ux/markdown/MarkdownRenderer';
|
65
|
+
import wce9bb3179713943d787e139cedf749838 from './ux/mediapickerimage/MediaPickerImage';
|
44
66
|
import wc2e8004b49c8d44dd8edb56ce884c2b57 from './ux/monaco/MonacoEditor';
|
67
|
+
import wce95c4611a45548a79e4c3984d8e5228d from './ux/multilingualinput/MultilingualInput';
|
45
68
|
import wc7f06e68f94904b48b827b23acd148bec from './ux/optionpicker/OptionPicker';
|
46
69
|
import wcfb67bd4d1cc24073ab123c822d78ea17 from './ux/permissioninput/PermissionInput';
|
47
70
|
import wc1a58948a606a42078da3fb919cc4f7e6 from './ux/presetupwizard/PreSetupWizard';
|
71
|
+
import wc6489472fd8d24a1b9413537fde528566 from './ux/profilecard/ProfileCard';
|
48
72
|
import wc6d1d84cb210643c59ca8437fc36c75a1 from './ux/profilecard/ProfileCardRenderer';
|
49
73
|
import wc091ee9b103234b26a5e2bd5f992b2582 from './ux/properties/property-picker/PropertyPicker';
|
50
74
|
import wcf36a8a2b1c70423ebc4647aaddab8f4f from './ux/properties/property-renderer/PropertyBindingValueRenderer';
|
51
75
|
import wc48e897be803c4b5cb1db09dbadd04fe5 from './ux/properties/property-renderer/PropertyValueRenderer';
|
52
|
-
import wce012f61b652b4ab8b7e9d436ef772f54 from './ux/properties/property-configuration/
|
76
|
+
import wce012f61b652b4ab8b7e9d436ef772f54 from './ux/properties/property-configuration/PropertyConfigurationV2';
|
53
77
|
import wc54caefeaae1d4da7b236a3ff268b31c3 from './ux/properties/property-configuration/LabelOptionsRenderer';
|
54
78
|
import wc14f41bfbe00d46658959d3b2ebb7da69 from './ux/properties/property-configuration/PropertyLocking';
|
55
79
|
import wcb174dcf2716344b0bb02c981ae68dd73 from './ux/properties/property-picker/PropertyInput';
|
56
80
|
import wc7474e75042e347b4821bbafdb1cb4ee0 from './ux/richtexteditor/RichTextEditor';
|
81
|
+
import wcc3804d46bde14e61961f7de5ad9128d2 from './ux/richtexteditorrenderer/RichTextEditorRenderer';
|
57
82
|
import wc8c7794090eb647eb8510b39cbefa17a7 from './ux/rollupempty/RollupEmpty';
|
83
|
+
import wc379287b1efe64a49a43fcd754d1fd951 from './ux/securitytrimmer/SecurityTrimmer';
|
58
84
|
import wcc0de4753b9fe4004b0f4e6b6b91730ab from './ux/settings/SettingsPane';
|
59
85
|
import wc539d199f69934c10a963f142e4f3056d from './ux/sidepanel/SidePanelRenderer';
|
60
86
|
import wcb5315b31203e4bd1beb3c33f2122cbfe from './ux/signin/SignInPage';
|
61
87
|
import wce4b25c06803a417a9c4aa4b7280a599b from './ux/signin/SignInBlock';
|
62
88
|
import wcbc3b9409639d45829a6e58a4295bc470 from './ux/signin/omnia/Renderer';
|
89
|
+
import wc2b741f0203a54cb5a7be72e204ebecc8 from './ux/signin/identitycreationrequest/IdentityCreationRequestView';
|
90
|
+
import wcffcb5f0ddcfd445d81683167f298c336 from './ux/signin/identitycreationrequest/ConfirmEmailView';
|
63
91
|
import wcf297290b5ea4409a9738ca880f1ea612 from './ux/signout/SignOut';
|
92
|
+
import wc9be9d4f831fd4d15ab09d235d5cd6a38 from './ux/social/Comment';
|
93
|
+
import wc239412079c474a78b857dd4bdca3ff84 from './ux/social/PeopleTagging';
|
94
|
+
import wcd737feca8c0e44c1808f6f016122f8ea from './ux/social/CommentDialog';
|
95
|
+
import wcbe381da6819b477c857057f129cd9210 from './ux/social/Like';
|
96
|
+
import wcdc26034aad994c5c8ec6992d317df993 from './ux/social/Reactions';
|
64
97
|
import wc564bced7081c496483e8df717f600ff3 from './ux/spacingpicker/SpacingPicker3';
|
98
|
+
import wc5aaaefb501d64fe59da8b779a54c0a55 from './ux/statuscoderenderer/StatusCodeRenderer';
|
65
99
|
import wccb83d46eaaed44d4920d4d5da21bc488 from './ux/statusmessageoverlay/StatusMessageOverlay';
|
100
|
+
import wc3ccd469648b244efb3fbf9b561ca1967 from './ux/templatepicker/TemplatePicker';
|
101
|
+
import wca9e655701cd249aca6b2af56caea6630 from './ux/timeperiodpicker/TimePeriodPicker';
|
102
|
+
import wc54730f05dd2c4f2da1c830b3985b36a9 from './ux/typographypicker/TypographyPicker';
|
103
|
+
import wc6f50634fb5c149e0964666bca7d9edc0 from './ux/urlinput/UrlInputLegacy';
|
66
104
|
import wc21a1f20b3d404602853049c1c8b8da2f from './ux/userpresence/UserPresence';
|
67
105
|
import wc30289e2b58ff48b0aabb3cb3732c3038 from './ux/usertypelayout/UserTypeLayoutRenderer';
|
68
|
-
import wc5b26d2a399c041f3beae9c1115d6e8d8 from './ux/usertypelayout/UserTypeLayoutBladeBuilder';
|
69
106
|
import wc90cfd68bb4e04f67bfd5677bdf4af59d from './ux/validation/FieldValidation';
|
70
107
|
import wcba03fc7e6921468289c0a0ffe0cf942e from './ux/versionedlayout/renderer/VersionedLayoutRenderer';
|
71
108
|
import wc73154f51a92944acbe248779a3fa7ef5 from './ux/versionedlayout/editor/VersionedLayoutEditor';
|
109
|
+
import wcc88e2566b07a4680aef7f575f5c5641b from './ux/versionedlayout/controller/VersionedLayoutController';
|
110
|
+
import wc177046bfd171495bbce70d1cd9242fa1 from './ux/versionedlayout/controller/Chrome';
|
111
|
+
import wcbd6cd82aabef42e7bf60679c7d5fb470 from './ux/wizard/WizardComponent';
|
72
112
|
import wc28d15a1179a04eaa9f2e82abe15f7177 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/TaxonomyPropertyRenderer';
|
73
113
|
import wcb1fca92af8524970b426823cf7ef65b5 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/SelectionsAreaTaxonomyRenderer';
|
114
|
+
import wc8000658f96504040b6194f7e887665a7 from '../../fx-sp/internal-do-not-import-from-here/ux/queryfilterbuilder/QueryFilterBuilder';
|
115
|
+
import wccff151bfd6e24f2fbacd02bba0fffe1f from '../../fx-sp/internal-do-not-import-from-here/ux/targetingfilter/TargetingFilter';
|
116
|
+
import wceb90230ea21a47af8ba7c2a3a18b8c6b from '../../fx-sp/internal-do-not-import-from-here/ux/termpicker/TermPicker';
|
74
117
|
import wcbc947f375ee34d2a98e2d431f2e45b62 from './ux/admin/chrome/AdminChromeWrapper';
|
75
118
|
import wc253e469ef68e4cb5b526343736c2ff11 from './ux/admin/chrome/AdminChrome';
|
119
|
+
import wc759fc5cd65954caaaaf142223a054ea5 from './ux/admin/queryableproperties/QueryablePropertiesJourney';
|
76
120
|
import wca8f8d41d8ceb43e0b16398c209fd6b32 from './ux/app/appinstance/renderer/AppInstanceRollup';
|
121
|
+
import wc99576cfe75504d4babc4575e968f3f9c from './ux/app/appinstance/renderer/AppInstanceRollupRenderer';
|
122
|
+
import wcfb44f129de804adbb2f134176c1c17a5 from './ux/app/appinstance/renderer/metric/MetricDetailsDialogRenderer';
|
77
123
|
import wc450488bd95a34f368241e9b4d8c71dee from './ux/app/management/AppManagement';
|
78
124
|
import wcd26f1c7425484ce6adfc9165704877e5 from './ux/app/management/tabs/instance/InstanceTab';
|
79
125
|
import wcdf7481b60b764c08865e658d9607387a from './ux/app/management/tabs/templates/TemplateTab';
|
80
126
|
import wc6c400e11caad44bf8d174b145b6f122d from './ux/app/management/tabs/layouts/LayoutTab';
|
81
127
|
import wc211ad37d3c1747c2a3fce889a433ebaa from './ux/app/management/tabs/namingpolicies/NamingPolicyTab';
|
82
128
|
import wc20bd8ac81b314379a3676ca3b31c720e from './ux/app/management/components/TabsManagement';
|
129
|
+
import wc0edb482876244660a11456d63e31b847 from './ux/appprovisioning/appimageinput/AppImageInput';
|
130
|
+
import wcab791b4bc7e14d8798c9d2e30a9feabb from './ux/appprovisioning/appinstanceeditingjourney/AppInstanceEditingJourney';
|
131
|
+
import wc24eddd6df7294957a8f31c89115945de from './ux/appprovisioning/appinstanceprogressblade/AppInstanceProgressBlade';
|
132
|
+
import wcf4841dc16bb3406985428b109cb3e048 from './ux/appprovisioning/apppropertiesinput/AppPropertiesInput';
|
133
|
+
import wc57666df7cbce43ca929dab5c9dcb66ff from './ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/AppInstanceInformationStep';
|
134
|
+
import wc07713a5092f54467884d16df12975822 from './ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/AppInstanceUsersStep';
|
135
|
+
import wc9c63c94671914f2ebcb8bf3ec9bad112 from './ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/AppInstanceSummaryStep';
|
136
|
+
import wc9de3fb352e0a4b6eb4b6aadd7d4717ff from './ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard';
|
137
|
+
import wc22d04b93a87c44d290da28f58d163eeb from './ux/appprovisioning/approuteinput/AppRouteInput';
|
83
138
|
import wc8e21d658d6f84d70870d29805b27df86 from './ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput';
|
139
|
+
import wc612fef70e86b4b12a4c138324dbc6895 from './ux/appprovisioning/apptitledescription/AppDescriptionInput';
|
140
|
+
import wc42aef9ddfa3745489aed5b4fedef43ed from './ux/appprovisioning/apptitleinput/AppTitleInput';
|
141
|
+
import wc171ae6335cef4eaa88977eba3bca0049 from './ux/appprovisioning/renderer/Renderer';
|
84
142
|
import wc1f31fc580b854d19895c1879120a9891 from './ux/docs/chrome/DocsChrome';
|
143
|
+
import wc710dc11b823c4a80b2a031395c206325 from './ux/editorchrome/chrome/EditorChrome';
|
144
|
+
import wcb94ea0908c7f461085de9d21a61e0826 from './ux/enterpriseproperties/picker/EnterprisePropertyPicker';
|
145
|
+
import wc80899927961f45298421948c395d7f39 from './ux/enterpriseproperties/renderers/EnterprisePropertyValue';
|
146
|
+
import wc22666b255eb64f378edf70d5e9859216 from './ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration';
|
147
|
+
import wcc587659a68194582be3c393240709785 from './ux/hub/chat/HubChat';
|
148
|
+
import wcb4fdf9c1a0314fb7a3d3d0cc6e9569b3 from './ux/hub/feed/HubFeed';
|
149
|
+
import wcbaecc57591074830a5ae2dda9f6b5ed5 from './ux/hub/feed/HubFeedSettings';
|
150
|
+
import wcb11d3955272348cdb3a131cb1bf61374 from './ux/hub/feed/HubFeedChrome';
|
85
151
|
import wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e from './ux/image/scalingsettings/ScalingSettings';
|
86
152
|
import wc2252e1bd3ac44ef9b92c68e5b1e41a49 from './ux/journey/testbench/JourneyTest';
|
87
153
|
import wcc0ba9c7ccef54093bcb0be49e7cf79df from './ux/journey/v2/JourneyV2';
|
88
|
-
import
|
154
|
+
import wc4357bb8264e3482c8710afed3b2be35c from './ux/journey/v2/JourneyBlade';
|
89
155
|
import wc828a4c20542945858e792ec584148a5c from './ux/journey/v2/JourneyMenu';
|
90
156
|
import wc8e03e2f7fb024945bc51138b77d06088 from './ux/layoutcanvas/editor/LayoutEditorCanvas';
|
91
157
|
import wc0b2ee63495854227a082987161a9e641 from './ux/layoutcanvas/renderer/LayoutBlockRendererHelper';
|
92
158
|
import wcf346db89a53b404690b1795429fb0162 from './ux/layoutcanvas/renderer/LayoutRendererCanvas';
|
93
|
-
import
|
94
|
-
import
|
95
|
-
import
|
96
|
-
import
|
97
|
-
import
|
98
|
-
import
|
99
|
-
import
|
100
|
-
import
|
101
|
-
import
|
102
|
-
import
|
103
|
-
import
|
104
|
-
import
|
105
|
-
import
|
106
|
-
import
|
107
|
-
import
|
108
|
-
import
|
109
|
-
import
|
110
|
-
import
|
111
|
-
import
|
112
|
-
import
|
113
|
-
import
|
114
|
-
import
|
115
|
-
import
|
116
|
-
import
|
117
|
-
import
|
118
|
-
import
|
119
|
-
import
|
120
|
-
import
|
121
|
-
import
|
122
|
-
import
|
123
|
-
import
|
124
|
-
import
|
125
|
-
import
|
126
|
-
import
|
127
|
-
import
|
128
|
-
import
|
129
|
-
import
|
130
|
-
import
|
131
|
-
import
|
132
|
-
import
|
133
|
-
import
|
134
|
-
import
|
135
|
-
import
|
136
|
-
import
|
137
|
-
import
|
138
|
-
import
|
159
|
+
import wc96c7e84dfb66450796fe123aea7999c5 from './ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer';
|
160
|
+
import wcc15cd6402e584ab18c73ed2b5e3eded9 from './ux/mediagallery/view/MediaDisplayRenderer';
|
161
|
+
import wc29f45ded4fb4479fab6fd6fd79505642 from './ux/mediapickerV2/chrome/MediaPicker';
|
162
|
+
import wccbf09a1933f049f7ab9785a3b5b5323a from './ux/mediapickerV2/imagegrid/ImageGrid';
|
163
|
+
import wc8c48b06bb9aa40699a8291b6e2c9780f from './ux/mediapickerV2/imagetransformer/ImageTransformer';
|
164
|
+
import wce559eebf085841a3a89804dc09e78c30 from './ux/mediapickerV2/mediaprovider/MediaProvider';
|
165
|
+
import wcfc7e793328e64088ab1b37b8f89e8693 from './ux/mediapickerproviders/bingprovider-v2/BingProvider';
|
166
|
+
import wc781b7e9953cf4f5b9a402cad1a0cc654 from './ux/mediapickerproviders/mycomputerprovider/MyComputerProvider';
|
167
|
+
import wc0c762bb5c7e64ccd8a89907200dffca5 from './ux/mediapickerproviders/pexelsprovider-V2/PexelProvider';
|
168
|
+
import wc6e7529d994f9489ea5be5a129406caa2 from './ux/mediapickerproviders/unsplash/UnsplashProvider';
|
169
|
+
import wc8a200f29d7484601b901dd76ca8ec771 from './ux/oxide/alert/Alert';
|
170
|
+
import wc90d19714df6c4b16bd5d42bc705e7692 from './ux/oxide/appbar/Appbar';
|
171
|
+
import wc8848766a05fd4a7a8e1a89376b3cf09a from './ux/oxide/avatar/Avatar';
|
172
|
+
import wc4cc48714e16a45feb2d213932a13d1f8 from './ux/oxide/badge/Badge';
|
173
|
+
import wc2dc36afd27594696ad30c07d123dcc62 from './ux/oxide/btn/Button';
|
174
|
+
import wc2c9330897d814c55987d0530d63d458e from './ux/oxide/btngroup/ButtonGroup';
|
175
|
+
import wc9349eb7714274f73bb91f7994524e5c8 from './ux/oxide/card/Card';
|
176
|
+
import wcf552852ba9874a378c9329da62aaf9dc from './ux/oxide/checkbox/Checkbox';
|
177
|
+
import wcf12317feb91b4efebc337cfe39fabe1c from './ux/oxide/chip/Chip';
|
178
|
+
import wc28370f0312764e82b4c29237f943710a from './ux/oxide/colorpicker/ColorPicker';
|
179
|
+
import wc58850535f48040bc98b40064f89d19d0 from './ux/oxide/column/ColumnGrid';
|
180
|
+
import wcd116618a12d0439f8da809535809c260 from './ux/oxide/column/Column';
|
181
|
+
import wc27c00720f7fb46bbb39286a2cb94797c from './ux/oxide/datatable/DataTable';
|
182
|
+
import wc810f65f430374ef2a142907a707f650f from './ux/oxide/datatable/DataTableServer';
|
183
|
+
import wcb10a0917fdc744c890d9b472ee3b3c99 from './ux/oxide/datepicker/DatePicker';
|
184
|
+
import wcdc1c89b3d0c24b7aa1050f19a0f962b3 from './ux/oxide/dialog/Dialog';
|
185
|
+
import wcc0415286cfac41349dd264dc1621c463 from './ux/oxide/divider/Divider';
|
186
|
+
import wc3465fc250ac44f43af9d3df1cf17ec55 from './ux/oxide/draggable/Draggable';
|
187
|
+
import wc220372653d7a43a6a79cf1d01a23cffb from './ux/oxide/expansionpanel/ExpansionPanels';
|
188
|
+
import wca6ca5f7d21d24b168fcab70c965fded1 from './ux/oxide/expansionpanel/ExpansionPanel';
|
189
|
+
import wc1691e25d963243f9b78a548fe8d2e8a7 from './ux/oxide/flex/Flex2';
|
190
|
+
import wcee11b15d9e30495fb46b0c84244110c2 from './ux/oxide/flex/Row';
|
191
|
+
import wc02b49401a3554f3db9fc158e52535ac3 from './ux/oxide/form/Form';
|
192
|
+
import wc8beba318c75e49aab203190ba1953c71 from './ux/oxide/hostprovider/HostProvider';
|
193
|
+
import wcdf79ba95ee5d40139e7935297b7d1e87 from './ux/oxide/icon/Icon';
|
194
|
+
import wc1a821ca3b97a4b78bf235864addd38ca from './ux/oxide/image/Image';
|
195
|
+
import wcfb478d201092422aa2106afa9758300f from './ux/oxide/infinite-scroll/InfiniteScroll';
|
196
|
+
import wc428e436c13dc457898a408786361c9b1 from './ux/oxide/layout/Layout';
|
197
|
+
import wc2df6ab65eea84ed8bab297dff9c56224 from './ux/oxide/lazy/Lazy';
|
198
|
+
import wc75cd93099dd146469e0ce6b5b1cac14d from './ux/oxide/link/Link';
|
199
|
+
import wc154a229c9bd84d31aed848da93f29ea2 from './ux/oxide/list/List';
|
200
|
+
import wc4a4631845ea24fbb8cabdbb9b06772da from './ux/oxide/list/ListItem';
|
201
|
+
import wc1ed9f2ec3580492cb211d719c9b15ad1 from './ux/oxide/main/Main';
|
202
|
+
import wc01c206c8b30e41408b6457cdea679b78 from './ux/oxide/menu/Menu';
|
203
|
+
import wc48b4d391d03f4a01a9485b845917d229 from './ux/oxide/navigationdrawer/NavigationDrawer';
|
204
|
+
import wc16277e3059db453eb98ad6946d315c39 from './ux/oxide/notification/Notification';
|
205
|
+
import wcecbd3b3dbc834cf0856597772da1320c from './ux/oxide/pagination/Pagination';
|
206
|
+
import wc1d8d2a2328244f1eab96344841305976 from './ux/oxide/panel/Panel';
|
207
|
+
import wc247719ac6d3843ec889face452544a21 from './ux/oxide/progress/Progress';
|
208
|
+
import wc48962186dfb94f37adc76f475b80015d from './ux/oxide/radio/RadioGroup';
|
209
|
+
import wc2d9c50d3dcb1421cafb8eab80be243a1 from './ux/oxide/radio/Radio';
|
210
|
+
import wc8a82f6b541cc49b2ade3e5b880fd3a58 from './ux/oxide/rangeslider/RangeSlider';
|
211
|
+
import wc4c41fd8799ae43468150fd47661e8100 from './ux/oxide/rating/Rating';
|
212
|
+
import wc177587e103904861b5d4d491388a01b1 from './ux/oxide/scrollcontainer/ScrollContainer';
|
213
|
+
import wc578e2a4d5cd247a4b1291911256253a7 from './ux/oxide/select/Select';
|
214
|
+
import wc2ade92721b3c426fac97c63026f77351 from './ux/oxide/skeletonloader/SkeletonLoader';
|
215
|
+
import wc8b0bddecd5d74fcba7aac87913137ca3 from './ux/oxide/slidepanel/SlidePanel';
|
216
|
+
import wc3fa834509fe3419fb005e2dd17325449 from './ux/oxide/slidepanel/Slide';
|
217
|
+
import wcd108fdde5ca942d7ae92195eb74b5452 from './ux/oxide/slider/Slider';
|
218
|
+
import wca19feddcd78b4065b7650162fd088379 from './ux/oxide/snackbar/Snackbar';
|
219
|
+
import wcc26ccc7aeae04f76a062e83c6df302fc from './ux/oxide/spacer/Spacer';
|
220
|
+
import wc6b7f04ba8fc4487ea496dd8e42b55dbd from './ux/oxide/splitpanes/Splitpanes';
|
221
|
+
import wc170e15fd849e41568ed9b48f88711527 from './ux/oxide/splitpanes/SplitpaneItem';
|
222
|
+
import wc7cc2d4feecde4174badc5797ba6fb53e from './ux/oxide/stepper/Stepper';
|
223
|
+
import wca8c8ffd3d8ff46ee969d8fb6b9522104 from './ux/oxide/stepper/StepperStep';
|
224
|
+
import wc31cc47b19e7d4c40b826f58d1c955a43 from './ux/oxide/switch/Switch';
|
225
|
+
import wc7345c491927b43438d9f5e14f51fbfad from './ux/oxide/tab/Tabs';
|
226
|
+
import wc8669930d609c497e8cde0c554621db88 from './ux/oxide/tab/Tab';
|
227
|
+
import wc9ae46ba053704a329be291bf111c2a85 from './ux/oxide/table/Table';
|
228
|
+
import wcb5a113074f704ba89e1ee4102ea95536 from './ux/oxide/text/Text';
|
229
|
+
import wc1e7db8a98533485d97b4359f64601ff0 from './ux/oxide/textarea/TextArea';
|
230
|
+
import wc94cf71a5a68d4b86aea325d400df2bd2 from './ux/oxide/textfield/TextField';
|
231
|
+
import wc575bd9ad6c0d4fc9ab53fbd1b93786c4 from './ux/oxide/toolbar/Toolbar';
|
232
|
+
import wc19adb19938604f41b10f3a00eb3eb534 from './ux/oxide/tooltip/Tooltip';
|
233
|
+
import wcc617a9d7e25249929c41becb55905973 from './ux/oxide/treeview/Treeview';
|
234
|
+
import wc1e7fa637f4914cbeb9ceb6d577fec150 from './ux/oxide/validation/Validation';
|
235
|
+
import wc8270a3e368484538870b0bc4a6654234 from './ux/properties/block/PropertyBlock';
|
236
|
+
import wcab2cfe16632d45b5bab39e05612982a3 from './ux/properties/block/PropertyBlockSettings';
|
139
237
|
import wc58330f37503947799af05363e58bda3c from './ux/richtexteditor/Emoticon/EmoticonComponent';
|
140
238
|
import wc327ec741777b4e1ea8017f1d0a3b8d9d from './ux/richtexteditor/TextCompletionPanel/TextCompletionPanel';
|
239
|
+
import wc762d4009466d494e94cbcc3e90dff11d from './ux/social/likehandler/LikeActionSettings';
|
240
|
+
import wc0e7c178722cb41108b4740dbc788b4e5 from './ux/social/templates/CommentLikeTemplate';
|
241
|
+
import wc0e7c178722cb41108b4740dbc788b4ee from './ux/social/templates/LikeListingTemplate';
|
141
242
|
import wc4ff736bf8c544324883ed49f2a38f846 from './ux/theming/components/ThemeDefinitionEditor';
|
142
|
-
import
|
143
|
-
import wc829fbdec1d3b44059578b89b6d04c52b from './ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker';
|
144
|
-
import wc1266389c28034034921b897f788f302d from './ux/theming-v2/colorschemapicker/ColorSchemaPicker';
|
243
|
+
import wc97cad1f254694fb2ab76b333cf8fe84c from './ux/theming-v2/admin/DesignJourney';
|
145
244
|
import wc252ece0016594978b3ddfafdd59adda4 from './ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker';
|
146
245
|
import wc5abbb7170e454f0d8cb537bcad180cd7 from './ux/theming-v2/themeeditor/ThemeEditor';
|
147
246
|
import wc008c41f92c8847eea45f09ebc0535fc1 from './ux/theming-v2/themeprovider/ThemeProvider';
|
148
247
|
import wcc75ffd4cf2f14b6685c5c2d894fdf00f from './ux/velcron/editor/VelcronEditor';
|
149
248
|
import wc3dd4d94bcc254f9fac2100a3ff84dc7e from './ux/velcron/renderer/VelcronRenderer';
|
249
|
+
import wc64567c1ccfb84d1380725db72ad01eeb from './ux/velcron/renderer/components/ComponentCreator';
|
250
|
+
import wcdcf9c3e24a774e4dae784a3eac29d488 from './ux/velcron/renderer/components/App';
|
251
|
+
import wc35ec8e8c3b6e45858afd0b1832eef250 from './ux/versionedlayout/blade/VersionedLayoutBladeBuilder';
|
252
|
+
import wccd42d83eed234adaaea7498795c701ee from './ux/versionedlayout/blade/VersionedLayoutListBladeBuilder';
|
150
253
|
import wc7332138e1e7845d1a5e62597a27e44a4 from '../../fx-sp/internal-do-not-import-from-here/ux/properties/term-set/TermSetDisplay';
|
151
254
|
import wc83dee8a1eea84537ad9544e8b9fc4cb1 from '../../fx-sp/internal-do-not-import-from-here/ux/properties/term-set/TermSetEditor';
|
152
255
|
import wca9cc1e1ff5894f4db7005bc49c6c47c5 from '../../fx-sp/internal-do-not-import-from-here/ux/properties/term-set/TermSetConfiguration';
|
256
|
+
import wc4fc2b52f62484d5caced1c31f7ead58b from './ux/enterpriseproperties/display/datafield/DataFieldDisplay';
|
257
|
+
import wc08f6ee02c5d94b648f630ec352fdd94c from './ux/enterpriseproperties/display/personfield/PersonFieldDisplay';
|
258
|
+
import wcbb27e780de41442fa9cab8cef6c71100 from './ux/enterpriseproperties/edit/datafield/DataFieldEdit';
|
153
259
|
import wc4ecc566131194348b7ec8495a06d4fd6 from './ux/enterpriseproperties/settings/extendedproperty/ExtendedPropertySettings';
|
154
260
|
import wceed905b1712c498ebd5bb24f12ed10d7 from './ux/filterengine/components/settings/person/PersonPropertySettings';
|
155
261
|
import wcad26e9b3bf774d949d153b9f9d1d4b02 from './ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput';
|
@@ -163,18 +269,25 @@ import wcee09ecc9d4fb46de8f1a408e38858030 from './ux/filterengine/components/set
|
|
163
269
|
import wcea2ad78acabc4ec0bc3609301b3713c3 from './ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput';
|
164
270
|
import wc024952d88730404da854cfed0d045284 from './ux/filterengine/components/settings/tags/TagsPropertySettings';
|
165
271
|
import wcdc589fd533c8400a8dde3dad35f47248 from './ux/filterengine/components/settings/tags/TagsPropertyDefaultValueInput';
|
272
|
+
import wc0e787c7f28394d87a5893a24fa18da5b from './ux/journey/v2/tests/EditorJourney';
|
166
273
|
import wc4834285963564938a31a1ac1dfb1b5d8 from './ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder';
|
167
274
|
import wc4512676606d342adbd011def4b615151 from './ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar';
|
168
275
|
import wc41f1eb15438a488b8b227b1ff31ca66f from './ux/layoutcanvas/editor/developertools/DeveloperTools';
|
169
276
|
import wcd89913a1055942b38285fcab85751865 from './ux/layoutcanvas/editor/devicepreviewer/DevicePreviewer';
|
277
|
+
import wcac5f615df97543cf97b3ae930ba113d0 from './ux/mediagallery/gallerydialogproviders/slider/Slider';
|
278
|
+
import wc12d1bca1d50b4186acd50014584389c9 from './ux/mediagallery/galleryviewproviders/photowall/PhotoWall';
|
279
|
+
import wcca498a9d23e947afa4c5695f01ba7959 from './ux/oxide/slidepanel/block/SlidePanelBlock';
|
170
280
|
import wc916c23c53dbf4d5a8e421e9449c6b203 from './ux/properties/builtins/birthday/BirthdayDisplay';
|
171
281
|
import wc644e39fe6d4f4e23b1777aefd9c23939 from './ux/properties/builtins/birthday/BirthdayEditor';
|
172
282
|
import wcf61d06a945754742a1896847765fbea5 from './ux/properties/builtins/boolean/BooleanDisplay';
|
173
283
|
import wca16c703117f44a68982a1898d6c3c31b from './ux/properties/builtins/boolean/BooleanEditor';
|
284
|
+
import wcb131edab4792449794cbe808794a4678 from './ux/properties/builtins/businessprofile/BusinessProfileDisplay';
|
285
|
+
import wcd524d750bbd84cbbb8582c259cef3198 from './ux/properties/builtins/businessprofile/BusinessProfileEditor';
|
174
286
|
import wc627dc53f51a442019a52bba09ac665cc from './ux/properties/builtins/date/DateDisplay';
|
175
287
|
import wcae6a9ccc0bf24b0fb983460b7aba7fe6 from './ux/properties/builtins/date/DateEditor';
|
176
288
|
import wc5666ffa15ff14a64bac8854da534ff16 from './ux/properties/builtins/date-time/DateTimeDisplay';
|
177
289
|
import wc0f52758b4d0c4e02abfeea1c5c935571 from './ux/properties/builtins/date-time/DateTimeEditor';
|
290
|
+
import wc0aa4b8916fcf4b1f959c8fd04ef8bfe9 from './ux/properties/builtins/date-time/DateTimeConfiguration';
|
178
291
|
import wc2b51f4d3ea464d7aa3f5b6ab4b9f9ccc from './ux/properties/builtins/email/EmailDisplay';
|
179
292
|
import wc056a7f0a4fa444368b5c7d09c60dbcde from './ux/properties/builtins/email/EmailEditor';
|
180
293
|
import wc5f8ca1cb4e2847d4935f0ac659a3a1f8 from './ux/properties/builtins/html/HtmlDisplay';
|
@@ -201,16 +314,24 @@ import wc784d162feec24424a993d8ba812b9c94 from './ux/properties/builtins/multili
|
|
201
314
|
import wc4abd8ef8e96f4beca6d375984132b6ec from './ux/properties/builtins/multilingualText/MultilingualTextEditor';
|
202
315
|
import wcae83e3f39ff443b8abb93e483c14f48f from './ux/properties/builtins/phone-number/PhoneNumberDisplay';
|
203
316
|
import wcaad7c8da16f04a46b9503564b10a8f34 from './ux/properties/builtins/phone-number/PhoneNumberEditor';
|
317
|
+
import wc13f465ea57024a47ae66d4bf1d927974 from './ux/properties/builtins/tags/TagsDisplay';
|
318
|
+
import wc4fc24b6b58014b5f9a3474a8f5cc4f00 from './ux/properties/builtins/tags/TagsEditor';
|
204
319
|
import wcdf429c59a8ec42cf8ec34907705793a9 from './ux/properties/builtins/text/TextDisplay';
|
205
320
|
import wcb8cc745685f2417cacf578d9bed620b5 from './ux/properties/builtins/text/TextEditor';
|
206
321
|
import wceb1460af73a8467597c5d0987d38cae5 from './ux/properties/builtins/time/TimeDisplay';
|
207
322
|
import wcf6b07b9fb080465498768f4fc8c58415 from './ux/properties/builtins/time/TimeEditor';
|
323
|
+
import wcab831db522504b8ea6948fe46978bd31 from './ux/properties/builtins/usertype/UserTypeDisplay';
|
324
|
+
import wc2717acc386ab40198b6dae0986557da3 from './ux/properties/builtins/usertype/UserTypeEditor';
|
208
325
|
import wccf8f32c9a70e408489a451caa80cd327 from './ux/velcron/blocks/content/ContentBlock';
|
209
326
|
import wcce1c0a7d513e45ee86564ec4235e712d from './ux/velcron/blocks/content/ContentBlockSettings';
|
327
|
+
import wcc9d01726f5594902bf4de68612b186de from './ux/velcron/blocks/demo/DemoBlock';
|
328
|
+
import wcbbd5168574b64f0486adaf68ba31be49 from './ux/velcron/blocks/demo/DemoBlockSettings';
|
210
329
|
import wc80bd5b0978ea40439001d3d409236382 from './ux/velcron/blocks/velcron/VelcronBlock';
|
211
330
|
import wce8526e8ed3f74e848e0dd747fd4d376d from './ux/velcron/blocks/velcron/VelcronBlockSettings';
|
331
|
+
import wca7db43482a3140998eca19b47d941126 from './ux/velcron/components/contenteditor/VelcronContentEditor';
|
212
332
|
import wcb197c5e805cc4d6bb3d012e258560b31 from './ux/velcron/components/definitionpicker/DefinitionPicker';
|
213
333
|
import wcdabd67ab338243858fe7d1ca24399995 from './ux/velcron/components/propertieseditor/VelcronPropertiesEditor';
|
334
|
+
import wc5688474abe554cabb34c696620eb6be1 from './ux/velcron/renderer/propertyeditors/PropertyEditorCreator';
|
214
335
|
import wcdb625bea89b04f32a946efe7a887c7f2 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/components/settings/TaxonomyPropertySettings';
|
215
336
|
import wcded30c240e6c4688955867472a8d0a02 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/components/settings/TaxonomyPropertyDefaultValueInput';
|
216
337
|
import wcf5cf0b4975644d688124880ae533869e from './ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings';
|
@@ -235,7 +356,13 @@ import wc68628381bcdb41f6b0beb64d7ce94052 from './ux/layoutcanvas/editor/setting
|
|
235
356
|
import wc48ff129f9a254eec9276b47f0c0f8b3e from './ux/layoutcanvas/editor/settings/section/Header';
|
236
357
|
import wc2a460a78bf504a2b9d00b1f86a347d46 from './ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings';
|
237
358
|
import wc5b6b6242356046c29e05c24fb2135bf0 from './ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings';
|
359
|
+
import wc5538665e145f4fa8b28bc2103fc080b8 from './ux/theming-v2/admin/blades/definitions/DefinitionsJourney';
|
360
|
+
import wcbed95d1ec67f4a15986fc72adebdb78f from './ux/theming-v2/admin/blades/themes/ThemesJourney';
|
238
361
|
import wc1476702e8f24468d9185322be5931c54 from './ux/app/management/tabs/shared/addbutton/AddButton';
|
362
|
+
import wc56efc575579e4da3bb45d3a45d8c0888 from './ux/theming-v2/admin/blades/definitions/blueprints/BlueprintsJourney';
|
363
|
+
import wcd90e0352809742c482bdda733dc8872a from './ux/theming-v2/admin/blades/definitions/colorschemas/ColorSchemasJourney';
|
364
|
+
import wc891de93e73cc47b0a552d24fdf34c9cf from './ux/theming-v2/admin/blades/definitions/spacing/SpacingJourney';
|
365
|
+
import wcfc2401c7c3384790ae7ce17d05b0855f from './ux/theming-v2/admin/blades/definitions/typography/TypographyJourney';
|
239
366
|
import wc327aebb7d6ce4565bf119cf67e121d1a from './ux/velcron/editor/components/pickers/colorpicker/ColorPicker';
|
240
367
|
import wc511447a5fd2646af910064ed9970d82e from './ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper';
|
241
368
|
import wc3cd2da446d21461e8149e6c8334a36f4 from './ux/velcron/editor/components/pickers/ratiopicker/RatioPicker';
|
@@ -247,247 +374,2218 @@ declare global {
|
|
247
374
|
interface ElementClass {
|
248
375
|
}
|
249
376
|
interface IntrinsicElements {
|
250
|
-
"omnia-console": typeof wcf3d75940db51447dbf6719251f5465b0.propsDefinition & VueComponentBaseProps
|
251
|
-
"omfx-dev-socket": typeof wce6b88bd8d41949c8af6fed268ae64430.propsDefinition & VueComponentBaseProps
|
252
|
-
"omfx-alignment-picker": typeof wc8e3534c9960c46b090f442e563d71265.propsDefinition & VueComponentBaseProps
|
253
|
-
"omfx-authsetup": typeof wce4889269c6ad440da65f3acdf5bb6152.propsDefinition & VueComponentBaseProps
|
254
|
-
"omfx-
|
255
|
-
"omfx-
|
256
|
-
"omfx-
|
257
|
-
"omfx-
|
258
|
-
"omfx-
|
259
|
-
"omfx-
|
260
|
-
"omfx-
|
261
|
-
"omfx-
|
262
|
-
"omfx-
|
263
|
-
"omfx-
|
264
|
-
"omfx-
|
265
|
-
"omfx-
|
266
|
-
"omfx-
|
267
|
-
"omfx-
|
268
|
-
"omfx-
|
269
|
-
"omfx-
|
270
|
-
"omfx-
|
271
|
-
"omfx-filterengine-
|
272
|
-
"omfx-filterengine-
|
273
|
-
"omfx-filterengine-
|
274
|
-
"omfx-filterengine-
|
275
|
-
"omfx-filterengine-
|
276
|
-
"omfx-filterengine-
|
277
|
-
"omfx-filterengine-
|
278
|
-
"omfx-
|
279
|
-
"omfx-
|
280
|
-
"omfx-
|
281
|
-
"omfx-
|
282
|
-
"omfx-
|
283
|
-
"omfx-
|
284
|
-
"omfx-
|
285
|
-
"omfx-
|
286
|
-
"omfx-
|
287
|
-
"omfx-
|
288
|
-
"omfx-
|
289
|
-
"omfx-
|
290
|
-
"omfx-
|
291
|
-
"omfx-
|
292
|
-
"
|
293
|
-
"omfx-
|
294
|
-
"omfx-
|
295
|
-
"omfx-
|
296
|
-
"omfx-
|
297
|
-
"omfx-
|
298
|
-
"omfx-
|
299
|
-
"omfx-
|
300
|
-
"omfx-
|
301
|
-
"omfx-
|
302
|
-
"omfx-
|
303
|
-
"omfx-
|
304
|
-
"omfx-
|
305
|
-
"omfx-
|
306
|
-
"omfx-
|
307
|
-
"omfx-
|
308
|
-
"omfx-signin
|
309
|
-
"omfx-
|
310
|
-
"omfx-
|
311
|
-
"omfx-
|
312
|
-
"omfx-
|
313
|
-
"omfx-
|
314
|
-
"
|
315
|
-
"omfx-
|
316
|
-
"omfx-
|
317
|
-
"omfx-
|
318
|
-
"omfx-
|
319
|
-
"omfx-
|
320
|
-
"omfx-
|
321
|
-
"omfx-
|
322
|
-
"
|
323
|
-
"
|
324
|
-
"omfx-
|
325
|
-
"omfx-
|
326
|
-
"omfx-
|
327
|
-
"omfx-
|
328
|
-
"omfx-
|
329
|
-
"omfx-
|
330
|
-
"omfx-
|
331
|
-
"omfx-
|
332
|
-
"omfx-
|
333
|
-
"omfx-
|
334
|
-
"omfx-
|
335
|
-
"omfx-
|
336
|
-
"omfx-
|
337
|
-
"omfx-
|
338
|
-
"omfx-
|
339
|
-
"omfx-
|
340
|
-
"omfx-
|
341
|
-
"omfx-
|
342
|
-
"
|
343
|
-
"
|
344
|
-
"
|
345
|
-
"
|
346
|
-
"
|
347
|
-
"
|
348
|
-
"
|
349
|
-
"
|
350
|
-
"
|
351
|
-
"
|
352
|
-
"
|
353
|
-
"
|
354
|
-
"
|
355
|
-
"
|
356
|
-
"
|
357
|
-
"
|
358
|
-
"
|
359
|
-
"
|
360
|
-
"
|
361
|
-
"
|
362
|
-
"
|
363
|
-
"
|
364
|
-
"
|
365
|
-
"
|
366
|
-
"
|
367
|
-
"
|
368
|
-
"
|
369
|
-
"
|
370
|
-
"
|
371
|
-
"
|
372
|
-
"
|
373
|
-
"
|
374
|
-
"
|
375
|
-
"
|
376
|
-
"
|
377
|
-
"
|
378
|
-
"
|
379
|
-
"
|
380
|
-
"
|
381
|
-
"
|
382
|
-
"
|
383
|
-
"
|
384
|
-
"
|
385
|
-
"
|
386
|
-
"
|
387
|
-
"omfx-
|
388
|
-
"omfx-
|
389
|
-
"omfx-
|
390
|
-
"omfx-
|
391
|
-
"omfx-
|
392
|
-
"omfx-
|
393
|
-
"omfx-
|
394
|
-
"omfx-
|
395
|
-
"omfx-
|
396
|
-
"omfx-
|
397
|
-
"omfx-
|
398
|
-
"omfx-
|
399
|
-
"omfx-
|
400
|
-
"omfx-
|
401
|
-
"omfx-
|
402
|
-
"omfx-
|
403
|
-
"omfx-
|
404
|
-
"omfx-
|
405
|
-
"omfx-
|
406
|
-
"omfx-
|
407
|
-
"omfx-
|
408
|
-
"omfx-
|
409
|
-
"omfx-
|
410
|
-
"omfx-
|
411
|
-
"omfx-
|
412
|
-
"omfx-
|
413
|
-
"omfx-
|
414
|
-
"omfx-
|
415
|
-
"omfx-
|
416
|
-
"
|
417
|
-
"
|
418
|
-
"
|
419
|
-
"
|
420
|
-
"
|
421
|
-
"
|
422
|
-
"
|
423
|
-
"
|
424
|
-
"
|
425
|
-
"
|
426
|
-
"
|
427
|
-
"
|
428
|
-
"
|
429
|
-
"
|
430
|
-
"
|
431
|
-
"
|
432
|
-
"
|
433
|
-
"
|
434
|
-
"
|
435
|
-
"
|
436
|
-
"
|
437
|
-
"
|
438
|
-
"
|
439
|
-
"
|
440
|
-
"
|
441
|
-
"
|
442
|
-
"
|
443
|
-
"
|
444
|
-
"
|
445
|
-
"
|
446
|
-
"
|
447
|
-
"
|
448
|
-
"
|
449
|
-
"
|
450
|
-
"
|
451
|
-
"
|
452
|
-
"
|
453
|
-
"
|
454
|
-
"
|
455
|
-
"
|
456
|
-
"
|
457
|
-
"
|
458
|
-
"
|
459
|
-
"
|
460
|
-
"
|
461
|
-
"
|
462
|
-
"
|
463
|
-
"
|
464
|
-
"
|
465
|
-
"
|
466
|
-
"
|
467
|
-
"
|
468
|
-
"
|
469
|
-
"
|
470
|
-
"
|
471
|
-
"
|
472
|
-
"
|
473
|
-
"
|
474
|
-
"
|
475
|
-
"
|
476
|
-
"
|
477
|
-
"
|
478
|
-
"
|
479
|
-
"
|
480
|
-
"
|
481
|
-
"
|
482
|
-
"
|
483
|
-
"omfx-
|
484
|
-
"omfx-
|
485
|
-
"omfx-
|
486
|
-
"omfx-
|
487
|
-
"omfx-
|
488
|
-
"omfx-
|
489
|
-
"omfx-
|
490
|
-
"omfx-
|
377
|
+
"omnia-console": typeof wcf3d75940db51447dbf6719251f5465b0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf3d75940db51447dbf6719251f5465b0.propsDefinition>;
|
378
|
+
"omfx-dev-socket": typeof wce6b88bd8d41949c8af6fed268ae64430.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce6b88bd8d41949c8af6fed268ae64430.propsDefinition>;
|
379
|
+
"omfx-alignment-picker": typeof wc8e3534c9960c46b090f442e563d71265.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8e3534c9960c46b090f442e563d71265.propsDefinition>;
|
380
|
+
"omfx-authsetup": typeof wce4889269c6ad440da65f3acdf5bb6152.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce4889269c6ad440da65f3acdf5bb6152.propsDefinition>;
|
381
|
+
"omfx-blueprint-picker": typeof wc44e2dd896269442f800da69000d4c2f1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc44e2dd896269442f800da69000d4c2f1.propsDefinition>;
|
382
|
+
"omfx-chrome-renderer": typeof wc057bef6897bb4ba4a089d01c2da1322e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc057bef6897bb4ba4a089d01c2da1322e.propsDefinition>;
|
383
|
+
"omfx-color-schema-picker": typeof wc1266389c28034034921b897f788f302d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1266389c28034034921b897f788f302d.propsDefinition>;
|
384
|
+
"omfx-color-schema-definition-picker": typeof wc9ed2b61fad8a43f384efef4a5dcbd184.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9ed2b61fad8a43f384efef4a5dcbd184.propsDefinition>;
|
385
|
+
"omfx-color-schema-viewer": typeof wc3779d0b63f54436eb25942b0c2487a2c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3779d0b63f54436eb25942b0c2487a2c.propsDefinition>;
|
386
|
+
"omfx-color-schema-editor": typeof wc7abfeece956245f3ba63c231d3c31c26.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7abfeece956245f3ba63c231d3c31c26.propsDefinition>;
|
387
|
+
"omfx-color-settings-picker": typeof wc638cfe124ab24d0ebd0711c0bd844af6.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc638cfe124ab24d0ebd0711c0bd844af6.propsDefinition>;
|
388
|
+
"omfx-command-palette": typeof wc5dfa7b609aed43ffab03dad33c65b2da.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5dfa7b609aed43ffab03dad33c65b2da.propsDefinition>;
|
389
|
+
"omfx-confirm-dialog": typeof wcb11276a5e84a4709a55abd185b4c7a1d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb11276a5e84a4709a55abd185b4c7a1d.propsDefinition>;
|
390
|
+
"omfx-date-time-filter-query": typeof wc0fb46d84e95e4e04801878bec4b370cb.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0fb46d84e95e4e04801878bec4b370cb.propsDefinition>;
|
391
|
+
"omfx-date-time-picker": typeof wcdedf711a4e0f4c5c850b51c01ea367a7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdedf711a4e0f4c5c850b51c01ea367a7.propsDefinition>;
|
392
|
+
"omfx-date-time-zone-picker": typeof wc90e26d3a6e3e4bf9bd1ce81c6735eda2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc90e26d3a6e3e4bf9bd1ce81c6735eda2.propsDefinition>;
|
393
|
+
"omfx-date-time-zone-renderer": typeof wcd3d05fa7bb114ecab1c16f714641b678.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd3d05fa7bb114ecab1c16f714641b678.propsDefinition>;
|
394
|
+
"omfx-dialog": typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac.propsDefinition>;
|
395
|
+
"omfx-features-journey": typeof wcfd300449c17f44fd80d83e709a10bf63.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfd300449c17f44fd80d83e709a10bf63.propsDefinition>;
|
396
|
+
"omfx-features-journey-tenant": typeof wc629ff3fc45f84df382ddb6282d968547.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc629ff3fc45f84df382ddb6282d968547.propsDefinition>;
|
397
|
+
"omfx-file-uploader": typeof wc1fab0218538f431c91ece4e10cbd468c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1fab0218538f431c91ece4e10cbd468c.propsDefinition>;
|
398
|
+
"omfx-filterengine-settings": typeof wca91d4cd2b5744de3a672110cb1cdf7ba.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca91d4cd2b5744de3a672110cb1cdf7ba.propsDefinition>;
|
399
|
+
"omfx-filterengine-renderer": typeof wc34e1cea969d744f1bbec4770b51d49f5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc34e1cea969d744f1bbec4770b51d49f5.propsDefinition>;
|
400
|
+
"omfx-person-filterengine-renderer": typeof wc43fc70078d114ec3a70ebbd767ef4f95.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc43fc70078d114ec3a70ebbd767ef4f95.propsDefinition>;
|
401
|
+
"omfx-tags-filterengine-renderer": typeof wc425ef72815f04fed9a042d48a2ac7df8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc425ef72815f04fed9a042d48a2ac7df8.propsDefinition>;
|
402
|
+
"omfx-filterengine-selectionsarea": typeof wce2f7f245f168446980aef1473d8742d1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce2f7f245f168446980aef1473d8742d1.propsDefinition>;
|
403
|
+
"omfx-filterengine-selectionsarea-personproperty": typeof wccbef13c831cf4531a43fb63ef63ad39b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wccbef13c831cf4531a43fb63ef63ad39b.propsDefinition>;
|
404
|
+
"omfx-filterengine-selectionsarea-tagsproperty": typeof wc6e487078cbd14ee189af05260831ba5a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6e487078cbd14ee189af05260831ba5a.propsDefinition>;
|
405
|
+
"omfx-text-filterengine-renderer": typeof wcc7b859fc2c5b46c09ff08ee4a9daa394.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc7b859fc2c5b46c09ff08ee4a9daa394.propsDefinition>;
|
406
|
+
"omfx-boolean-filterengine-renderer": typeof wcc311e369d2d241f38e609ad50f7dec2f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc311e369d2d241f38e609ad50f7dec2f.propsDefinition>;
|
407
|
+
"omfx-date-filterengine-renderer": typeof wc0debbe4a117f46ddb9ca37231010938c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0debbe4a117f46ddb9ca37231010938c.propsDefinition>;
|
408
|
+
"omfx-number-filterengine-renderer": typeof wcaac689be588e4dd3ac8166ac631a37f1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcaac689be588e4dd3ac8166ac631a37f1.propsDefinition>;
|
409
|
+
"omfx-filterengine-selectionsarea-booleanproperty": typeof wc7a0ad7d8477246c2b5f1de4b59bbc5f1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7a0ad7d8477246c2b5f1de4b59bbc5f1.propsDefinition>;
|
410
|
+
"omfx-filterengine-selectionsarea-textproperty": typeof wcb11657e2b45247fc82c78a30ba131001.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb11657e2b45247fc82c78a30ba131001.propsDefinition>;
|
411
|
+
"omfx-filterengine-selectionsarea-datetimeproperty": typeof wc63a474f600324efc9148ceeab9202778.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc63a474f600324efc9148ceeab9202778.propsDefinition>;
|
412
|
+
"omfx-filterengine-selectionsarea-numberproperty": typeof wc5a6940e10c51454aa5e0a4144ab01288.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5a6940e10c51454aa5e0a4144ab01288.propsDefinition>;
|
413
|
+
"omfx-filterengine-dialog-content": typeof wc937eab372066440fa95551ac8cba45d7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc937eab372066440fa95551ac8cba45d7.propsDefinition>;
|
414
|
+
"omfx-filterengine-property-dropdown": typeof wc7813f37afbf34cb085a2ef74e71e20fa.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7813f37afbf34cb085a2ef74e71e20fa.propsDefinition>;
|
415
|
+
"omfx-filterengine-property-list": typeof wc373cd0c180af441ca9f973b1da4de7f9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc373cd0c180af441ca9f973b1da4de7f9.propsDefinition>;
|
416
|
+
"omfx-date-filterengine-period-slider": typeof wc0b99953ef72848a7936f51500d69d771.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0b99953ef72848a7936f51500d69d771.propsDefinition>;
|
417
|
+
"omfx-filter-picker": typeof wc46a6c15c2a0e446fbef9770274409366.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc46a6c15c2a0e446fbef9770274409366.propsDefinition>;
|
418
|
+
"omfx-barchart-indicator": typeof wca377536b4fd84773a9730966623601cd.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca377536b4fd84773a9730966623601cd.propsDefinition>;
|
419
|
+
"omfx-google-recaptcha": typeof wc08b9c70d2a77433f8492dc0fb50d900e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc08b9c70d2a77433f8492dc0fb50d900e.propsDefinition>;
|
420
|
+
"omfx-helptext": typeof wc64887c3414da45279ea9c905df12c48f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc64887c3414da45279ea9c905df12c48f.propsDefinition>;
|
421
|
+
"omfx-html": typeof wce5a52491260143c8bf9855268a6acbab.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce5a52491260143c8bf9855268a6acbab.propsDefinition>;
|
422
|
+
"omfx-icon-picker": typeof wc7c3b9838bf844a53a446d3795494b304.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7c3b9838bf844a53a446d3795494b304.propsDefinition>;
|
423
|
+
"omfx-identity-renderer": typeof wca7608d8c42184cbb994910dc06c464a1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca7608d8c42184cbb994910dc06c464a1.propsDefinition>;
|
424
|
+
"omfx-identity-sync-property-binding-setup": typeof wc01c6a5e974334f06a390c9af5a7689d0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc01c6a5e974334f06a390c9af5a7689d0.propsDefinition>;
|
425
|
+
"omfx-identity-sync-rule-setup": typeof wcc2a811dfd3774d15862abb2f6a435a5c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc2a811dfd3774d15862abb2f6a435a5c.propsDefinition>;
|
426
|
+
"omfx-identity-picker-field": typeof wcba60557e3daf48208c919a1806502df5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcba60557e3daf48208c919a1806502df5.propsDefinition>;
|
427
|
+
"omfx-identity-picker-inline-field": typeof wc9cbe10e4fe1a48929727942cea5f7338.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9cbe10e4fe1a48929727942cea5f7338.propsDefinition>;
|
428
|
+
"omfx-identity-picker": typeof wcec81357974804c539bff6c58a8785c22.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcec81357974804c539bff6c58a8785c22.propsDefinition>;
|
429
|
+
"omfx-identity-picker-dialog": typeof wc5d74b2de65164761a3dce6a534b64bd1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5d74b2de65164761a3dce6a534b64bd1.propsDefinition>;
|
430
|
+
"omfx-identity-picker-button": typeof wc70593d481fa54e68be9f4fe41f0f5c92.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc70593d481fa54e68be9f4fe41f0f5c92.propsDefinition>;
|
431
|
+
"omfx-media-imagegrid": typeof wcdfefc1520763443190e92700bad98412.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdfefc1520763443190e92700bad98412.propsDefinition>;
|
432
|
+
"omfx-input-language-picker": typeof wc91919b3f54de42dab709575b8a9ca233.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc91919b3f54de42dab709575b8a9ca233.propsDefinition>;
|
433
|
+
"omfx-language-picker": typeof wc20b4e8166fb44f2b8b240724eb5f2db2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc20b4e8166fb44f2b8b240724eb5f2db2.propsDefinition>;
|
434
|
+
"omfx-limited-label": typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f.propsDefinition>;
|
435
|
+
"omfx-magiclink-signin": typeof wc106dba3f206e4ad7bbb28e574e3da49e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc106dba3f206e4ad7bbb28e574e3da49e.propsDefinition>;
|
436
|
+
"omfx-magiclink-success": typeof wc168b37eb8cbc4e46944cbf9a6a5e9063.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc168b37eb8cbc4e46944cbf9a6a5e9063.propsDefinition>;
|
437
|
+
"omfx-magiclink-failure": typeof wcd836de74ad894f4999e21046b1ba2cab.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd836de74ad894f4999e21046b1ba2cab.propsDefinition>;
|
438
|
+
"omfx-markdown-editor": typeof wc744b3f31e00c4815b63ecaf638ad7a7a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc744b3f31e00c4815b63ecaf638ad7a7a.propsDefinition>;
|
439
|
+
"omfx-markdown-renderer": typeof wcc8b990d01ddc45ab930b4409fc406435.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc8b990d01ddc45ab930b4409fc406435.propsDefinition>;
|
440
|
+
"omfx-media-picker-image": typeof wce9bb3179713943d787e139cedf749838.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce9bb3179713943d787e139cedf749838.propsDefinition>;
|
441
|
+
"monaco-editor": typeof wc2e8004b49c8d44dd8edb56ce884c2b57.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2e8004b49c8d44dd8edb56ce884c2b57.propsDefinition>;
|
442
|
+
"omfx-multilingual-input": typeof wce95c4611a45548a79e4c3984d8e5228d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce95c4611a45548a79e4c3984d8e5228d.propsDefinition>;
|
443
|
+
"omfx-option-picker": typeof wc7f06e68f94904b48b827b23acd148bec.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7f06e68f94904b48b827b23acd148bec.propsDefinition>;
|
444
|
+
"omfx-permission-input": typeof wcfb67bd4d1cc24073ab123c822d78ea17.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfb67bd4d1cc24073ab123c822d78ea17.propsDefinition>;
|
445
|
+
"omfx-presetup-wizard": typeof wc1a58948a606a42078da3fb919cc4f7e6.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1a58948a606a42078da3fb919cc4f7e6.propsDefinition>;
|
446
|
+
"omfx-profilecard": typeof wc6489472fd8d24a1b9413537fde528566.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6489472fd8d24a1b9413537fde528566.propsDefinition>;
|
447
|
+
"omfx-profilecard-renderer": typeof wc6d1d84cb210643c59ca8437fc36c75a1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6d1d84cb210643c59ca8437fc36c75a1.propsDefinition>;
|
448
|
+
"omfx-datasource-property-picker": typeof wc091ee9b103234b26a5e2bd5f992b2582.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc091ee9b103234b26a5e2bd5f992b2582.propsDefinition>;
|
449
|
+
"omfx-property-renderer": typeof wcf36a8a2b1c70423ebc4647aaddab8f4f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf36a8a2b1c70423ebc4647aaddab8f4f.propsDefinition>;
|
450
|
+
"omfx-property-definition-renderer": typeof wc48e897be803c4b5cb1db09dbadd04fe5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc48e897be803c4b5cb1db09dbadd04fe5.propsDefinition>;
|
451
|
+
"omfx-property-configuration": typeof wce012f61b652b4ab8b7e9d436ef772f54.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce012f61b652b4ab8b7e9d436ef772f54.propsDefinition>;
|
452
|
+
"omfx-property-label-options": typeof wc54caefeaae1d4da7b236a3ff268b31c3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc54caefeaae1d4da7b236a3ff268b31c3.propsDefinition>;
|
453
|
+
"omfx-property-locking": typeof wc14f41bfbe00d46658959d3b2ebb7da69.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc14f41bfbe00d46658959d3b2ebb7da69.propsDefinition>;
|
454
|
+
"omfx-property-input": typeof wcb174dcf2716344b0bb02c981ae68dd73.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb174dcf2716344b0bb02c981ae68dd73.propsDefinition>;
|
455
|
+
"omfx-rich-text-editor": typeof wc7474e75042e347b4821bbafdb1cb4ee0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7474e75042e347b4821bbafdb1cb4ee0.propsDefinition>;
|
456
|
+
"omfx-rich-text-editor-renderer": typeof wcc3804d46bde14e61961f7de5ad9128d2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc3804d46bde14e61961f7de5ad9128d2.propsDefinition>;
|
457
|
+
"omfx-rollup-empty": typeof wc8c7794090eb647eb8510b39cbefa17a7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8c7794090eb647eb8510b39cbefa17a7.propsDefinition>;
|
458
|
+
"omfx-security-trimmer": typeof wc379287b1efe64a49a43fcd754d1fd951.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc379287b1efe64a49a43fcd754d1fd951.propsDefinition>;
|
459
|
+
"omfx-settings-pane": typeof wcc0de4753b9fe4004b0f4e6b6b91730ab.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc0de4753b9fe4004b0f4e6b6b91730ab.propsDefinition>;
|
460
|
+
"omfx-side-panel": typeof wc539d199f69934c10a963f142e4f3056d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc539d199f69934c10a963f142e4f3056d.propsDefinition>;
|
461
|
+
"omfx-signin-page": typeof wcb5315b31203e4bd1beb3c33f2122cbfe.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb5315b31203e4bd1beb3c33f2122cbfe.propsDefinition>;
|
462
|
+
"omfx-signin-block": typeof wce4b25c06803a417a9c4aa4b7280a599b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce4b25c06803a417a9c4aa4b7280a599b.propsDefinition>;
|
463
|
+
"omfx-signin-omnia": typeof wcbc3b9409639d45829a6e58a4295bc470.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbc3b9409639d45829a6e58a4295bc470.propsDefinition>;
|
464
|
+
"omfx-identity-creation-request-omnia": typeof wc2b741f0203a54cb5a7be72e204ebecc8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2b741f0203a54cb5a7be72e204ebecc8.propsDefinition>;
|
465
|
+
"omfx-identity-creation-request-confirm-email-result-omnia": typeof wcffcb5f0ddcfd445d81683167f298c336.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcffcb5f0ddcfd445d81683167f298c336.propsDefinition>;
|
466
|
+
"omfx-signout": typeof wcf297290b5ea4409a9738ca880f1ea612.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf297290b5ea4409a9738ca880f1ea612.propsDefinition>;
|
467
|
+
"omfx-comment-component": typeof wc9be9d4f831fd4d15ab09d235d5cd6a38.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9be9d4f831fd4d15ab09d235d5cd6a38.propsDefinition>;
|
468
|
+
"omfx-people-tagging-component": typeof wc239412079c474a78b857dd4bdca3ff84.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc239412079c474a78b857dd4bdca3ff84.propsDefinition>;
|
469
|
+
"omfx-comment-dialog": typeof wcd737feca8c0e44c1808f6f016122f8ea.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd737feca8c0e44c1808f6f016122f8ea.propsDefinition>;
|
470
|
+
"omfx-like-component": typeof wcbe381da6819b477c857057f129cd9210.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbe381da6819b477c857057f129cd9210.propsDefinition>;
|
471
|
+
"omfx-reactions": typeof wcdc26034aad994c5c8ec6992d317df993.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdc26034aad994c5c8ec6992d317df993.propsDefinition>;
|
472
|
+
"omfx-spacing-picker": typeof wc564bced7081c496483e8df717f600ff3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc564bced7081c496483e8df717f600ff3.propsDefinition>;
|
473
|
+
"omfx-status-code-renderer": typeof wc5aaaefb501d64fe59da8b779a54c0a55.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5aaaefb501d64fe59da8b779a54c0a55.propsDefinition>;
|
474
|
+
"omfx-status-message-overlay": typeof wccb83d46eaaed44d4920d4d5da21bc488.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wccb83d46eaaed44d4920d4d5da21bc488.propsDefinition>;
|
475
|
+
"omfx-template-picker": typeof wc3ccd469648b244efb3fbf9b561ca1967.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3ccd469648b244efb3fbf9b561ca1967.propsDefinition>;
|
476
|
+
"omfx-time-period-picker": typeof wca9e655701cd249aca6b2af56caea6630.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca9e655701cd249aca6b2af56caea6630.propsDefinition>;
|
477
|
+
"omfx-typography-picker": typeof wc54730f05dd2c4f2da1c830b3985b36a9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc54730f05dd2c4f2da1c830b3985b36a9.propsDefinition>;
|
478
|
+
"omfx-url-input-legacy": typeof wc6f50634fb5c149e0964666bca7d9edc0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6f50634fb5c149e0964666bca7d9edc0.propsDefinition>;
|
479
|
+
"omfx-user-presence": typeof wc21a1f20b3d404602853049c1c8b8da2f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc21a1f20b3d404602853049c1c8b8da2f.propsDefinition>;
|
480
|
+
"omfx-usertype-layout-renderer": typeof wc30289e2b58ff48b0aabb3cb3732c3038.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc30289e2b58ff48b0aabb3cb3732c3038.propsDefinition>;
|
481
|
+
"omfx-field-validation": typeof wc90cfd68bb4e04f67bfd5677bdf4af59d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc90cfd68bb4e04f67bfd5677bdf4af59d.propsDefinition>;
|
482
|
+
"omfx-versioned-layout-renderer": typeof wcba03fc7e6921468289c0a0ffe0cf942e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcba03fc7e6921468289c0a0ffe0cf942e.propsDefinition>;
|
483
|
+
"omfx-versioned-layout-editor": typeof wc73154f51a92944acbe248779a3fa7ef5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc73154f51a92944acbe248779a3fa7ef5.propsDefinition>;
|
484
|
+
"omfx-versioned-layout-controller": typeof wcc88e2566b07a4680aef7f575f5c5641b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc88e2566b07a4680aef7f575f5c5641b.propsDefinition>;
|
485
|
+
"omfx-versioned-layout-editor-chrome": typeof wc177046bfd171495bbce70d1cd9242fa1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc177046bfd171495bbce70d1cd9242fa1.propsDefinition>;
|
486
|
+
"omfx-wizard": typeof wcbd6cd82aabef42e7bf60679c7d5fb470.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbd6cd82aabef42e7bf60679c7d5fb470.propsDefinition>;
|
487
|
+
"omfx-taxonomy-filterengine-renderer": typeof wc28d15a1179a04eaa9f2e82abe15f7177.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc28d15a1179a04eaa9f2e82abe15f7177.propsDefinition>;
|
488
|
+
"omfx-filterengine-selectionsarea-taxonomyproperty": typeof wcb1fca92af8524970b426823cf7ef65b5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb1fca92af8524970b426823cf7ef65b5.propsDefinition>;
|
489
|
+
"omfx-query-filter-builder": typeof wc8000658f96504040b6194f7e887665a7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8000658f96504040b6194f7e887665a7.propsDefinition>;
|
490
|
+
"omfx-targeting-filter": typeof wccff151bfd6e24f2fbacd02bba0fffe1f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wccff151bfd6e24f2fbacd02bba0fffe1f.propsDefinition>;
|
491
|
+
"omfx-term-picker": typeof wceb90230ea21a47af8ba7c2a3a18b8c6b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wceb90230ea21a47af8ba7c2a3a18b8c6b.propsDefinition>;
|
492
|
+
"omnia-admin": typeof wcbc947f375ee34d2a98e2d431f2e45b62.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbc947f375ee34d2a98e2d431f2e45b62.propsDefinition>;
|
493
|
+
"omnia-admin-renderer": typeof wc253e469ef68e4cb5b526343736c2ff11.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc253e469ef68e4cb5b526343736c2ff11.propsDefinition>;
|
494
|
+
"omfx-queryable-enterpriseproperties": typeof wc759fc5cd65954caaaaf142223a054ea5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc759fc5cd65954caaaaf142223a054ea5.propsDefinition>;
|
495
|
+
"omfx-app-instance-rollup": typeof wca8f8d41d8ceb43e0b16398c209fd6b32.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca8f8d41d8ceb43e0b16398c209fd6b32.propsDefinition>;
|
496
|
+
"omfx-app-instance-rollup-renderer": typeof wc99576cfe75504d4babc4575e968f3f9c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc99576cfe75504d4babc4575e968f3f9c.propsDefinition>;
|
497
|
+
"omfx-app-instance-rollup-metric-detail": typeof wcfb44f129de804adbb2f134176c1c17a5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfb44f129de804adbb2f134176c1c17a5.propsDefinition>;
|
498
|
+
"omfx-app-management": typeof wc450488bd95a34f368241e9b4d8c71dee.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc450488bd95a34f368241e9b4d8c71dee.propsDefinition>;
|
499
|
+
"omfx-app-management-instance-tab": typeof wcd26f1c7425484ce6adfc9165704877e5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd26f1c7425484ce6adfc9165704877e5.propsDefinition>;
|
500
|
+
"omfx-app-management-template-tab": typeof wcdf7481b60b764c08865e658d9607387a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdf7481b60b764c08865e658d9607387a.propsDefinition>;
|
501
|
+
"omfx-app-management-layout-tab": typeof wc6c400e11caad44bf8d174b145b6f122d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6c400e11caad44bf8d174b145b6f122d.propsDefinition>;
|
502
|
+
"omfx-app-management-namingpolicy-tab": typeof wc211ad37d3c1747c2a3fce889a433ebaa.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc211ad37d3c1747c2a3fce889a433ebaa.propsDefinition>;
|
503
|
+
"omfx-tab-management": typeof wc20bd8ac81b314379a3676ca3b31c720e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc20bd8ac81b314379a3676ca3b31c720e.propsDefinition>;
|
504
|
+
"omfx-app-image-input": typeof wc0edb482876244660a11456d63e31b847.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0edb482876244660a11456d63e31b847.propsDefinition>;
|
505
|
+
"omfx-appinstance-editing-journey": typeof wcab791b4bc7e14d8798c9d2e30a9feabb.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcab791b4bc7e14d8798c9d2e30a9feabb.propsDefinition>;
|
506
|
+
"omfx-appinstance-progress-blade": typeof wc24eddd6df7294957a8f31c89115945de.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc24eddd6df7294957a8f31c89115945de.propsDefinition>;
|
507
|
+
"omfx-app-properties-input": typeof wcf4841dc16bb3406985428b109cb3e048.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf4841dc16bb3406985428b109cb3e048.propsDefinition>;
|
508
|
+
"omfx-app-instance-information-step": typeof wc57666df7cbce43ca929dab5c9dcb66ff.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc57666df7cbce43ca929dab5c9dcb66ff.propsDefinition>;
|
509
|
+
"omfx-app-instance-users-step": typeof wc07713a5092f54467884d16df12975822.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc07713a5092f54467884d16df12975822.propsDefinition>;
|
510
|
+
"omfx-app-instance-provisioning-summary-step": typeof wc9c63c94671914f2ebcb8bf3ec9bad112.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9c63c94671914f2ebcb8bf3ec9bad112.propsDefinition>;
|
511
|
+
"omfx-app-provisioning-wizard": typeof wc9de3fb352e0a4b6eb4b6aadd7d4717ff.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9de3fb352e0a4b6eb4b6aadd7d4717ff.propsDefinition>;
|
512
|
+
"omfx-app-route-input": typeof wc22d04b93a87c44d290da28f58d163eeb.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc22d04b93a87c44d290da28f58d163eeb.propsDefinition>;
|
513
|
+
"omfx-app-show-in-public-listings-input": typeof wc8e21d658d6f84d70870d29805b27df86.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8e21d658d6f84d70870d29805b27df86.propsDefinition>;
|
514
|
+
"omfx-app-description-input": typeof wc612fef70e86b4b12a4c138324dbc6895.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc612fef70e86b4b12a4c138324dbc6895.propsDefinition>;
|
515
|
+
"omfx-app-title-input": typeof wc42aef9ddfa3745489aed5b4fedef43ed.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc42aef9ddfa3745489aed5b4fedef43ed.propsDefinition>;
|
516
|
+
"omfx-app-provisioning-renderer": typeof wc171ae6335cef4eaa88977eba3bca0049.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc171ae6335cef4eaa88977eba3bca0049.propsDefinition>;
|
517
|
+
"omfx-docs": typeof wc1f31fc580b854d19895c1879120a9891.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1f31fc580b854d19895c1879120a9891.propsDefinition>;
|
518
|
+
"omfx-editor-chrome": typeof wc710dc11b823c4a80b2a031395c206325.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc710dc11b823c4a80b2a031395c206325.propsDefinition>;
|
519
|
+
"omfx-enterpriseproperty-picker": typeof wcb94ea0908c7f461085de9d21a61e0826.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb94ea0908c7f461085de9d21a61e0826.propsDefinition>;
|
520
|
+
"omfx-enterprise-property-renderer": typeof wc80899927961f45298421948c395d7f39.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc80899927961f45298421948c395d7f39.propsDefinition>;
|
521
|
+
"omfx-enterprise-property-configuration-renderer": typeof wc22666b255eb64f378edf70d5e9859216.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc22666b255eb64f378edf70d5e9859216.propsDefinition>;
|
522
|
+
"omfx-hub-chat": typeof wcc587659a68194582be3c393240709785.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc587659a68194582be3c393240709785.propsDefinition>;
|
523
|
+
"omfx-hub-feed": typeof wcb4fdf9c1a0314fb7a3d3d0cc6e9569b3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb4fdf9c1a0314fb7a3d3d0cc6e9569b3.propsDefinition>;
|
524
|
+
"omfx-hub-feed-settings": typeof wcbaecc57591074830a5ae2dda9f6b5ed5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbaecc57591074830a5ae2dda9f6b5ed5.propsDefinition>;
|
525
|
+
"omfx-hub-feed-chrome": typeof wcb11d3955272348cdb3a131cb1bf61374.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb11d3955272348cdb3a131cb1bf61374.propsDefinition>;
|
526
|
+
"omfx-media-scaling-settings": typeof wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e.propsDefinition>;
|
527
|
+
"omfx-journey-testbench": typeof wc2252e1bd3ac44ef9b92c68e5b1e41a49.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2252e1bd3ac44ef9b92c68e5b1e41a49.propsDefinition>;
|
528
|
+
"omfx-journey": typeof wcc0ba9c7ccef54093bcb0be49e7cf79df.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc0ba9c7ccef54093bcb0be49e7cf79df.propsDefinition>;
|
529
|
+
"omfx-journey-blade": typeof wc4357bb8264e3482c8710afed3b2be35c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4357bb8264e3482c8710afed3b2be35c.propsDefinition>;
|
530
|
+
"omfx-journey-menu": typeof wc828a4c20542945858e792ec584148a5c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc828a4c20542945858e792ec584148a5c.propsDefinition>;
|
531
|
+
"omfx-layout-editor-canvas": typeof wc8e03e2f7fb024945bc51138b77d06088.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8e03e2f7fb024945bc51138b77d06088.propsDefinition>;
|
532
|
+
"omfx-layout-block-renderer-helper": typeof wc0b2ee63495854227a082987161a9e641.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0b2ee63495854227a082987161a9e641.propsDefinition>;
|
533
|
+
"omfx-layout-renderer-canvas": typeof wcf346db89a53b404690b1795429fb0162.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf346db89a53b404690b1795429fb0162.propsDefinition>;
|
534
|
+
"omfx-photowall-slider-display-renderer": typeof wc96c7e84dfb66450796fe123aea7999c5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc96c7e84dfb66450796fe123aea7999c5.propsDefinition>;
|
535
|
+
"omfx-media-display-renderer": typeof wcc15cd6402e584ab18c73ed2b5e3eded9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc15cd6402e584ab18c73ed2b5e3eded9.propsDefinition>;
|
536
|
+
"omfx-media-picker-v2": typeof wc29f45ded4fb4479fab6fd6fd79505642.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc29f45ded4fb4479fab6fd6fd79505642.propsDefinition>;
|
537
|
+
"omfx-media-imagegrid-v2": typeof wccbf09a1933f049f7ab9785a3b5b5323a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wccbf09a1933f049f7ab9785a3b5b5323a.propsDefinition>;
|
538
|
+
"omfx-image-transformer-v2": typeof wc8c48b06bb9aa40699a8291b6e2c9780f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8c48b06bb9aa40699a8291b6e2c9780f.propsDefinition>;
|
539
|
+
"omfx-media-provider": typeof wce559eebf085841a3a89804dc09e78c30.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce559eebf085841a3a89804dc09e78c30.propsDefinition>;
|
540
|
+
"omfx-media-picker-bing-provider": typeof wcfc7e793328e64088ab1b37b8f89e8693.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfc7e793328e64088ab1b37b8f89e8693.propsDefinition>;
|
541
|
+
"omfx-media-picker-mycomputer-provider": typeof wc781b7e9953cf4f5b9a402cad1a0cc654.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc781b7e9953cf4f5b9a402cad1a0cc654.propsDefinition>;
|
542
|
+
"omfx-media-picker-pexels-provider-v2": typeof wc0c762bb5c7e64ccd8a89907200dffca5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0c762bb5c7e64ccd8a89907200dffca5.propsDefinition>;
|
543
|
+
"omfx-media-picker-unsplash-provider": typeof wc6e7529d994f9489ea5be5a129406caa2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6e7529d994f9489ea5be5a129406caa2.propsDefinition>;
|
544
|
+
"o-alert": typeof wc8a200f29d7484601b901dd76ca8ec771.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8a200f29d7484601b901dd76ca8ec771.propsDefinition>;
|
545
|
+
"o-app-bar": typeof wc90d19714df6c4b16bd5d42bc705e7692.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc90d19714df6c4b16bd5d42bc705e7692.propsDefinition>;
|
546
|
+
"o-avatar": typeof wc8848766a05fd4a7a8e1a89376b3cf09a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8848766a05fd4a7a8e1a89376b3cf09a.propsDefinition>;
|
547
|
+
"o-badge": typeof wc4cc48714e16a45feb2d213932a13d1f8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4cc48714e16a45feb2d213932a13d1f8.propsDefinition>;
|
548
|
+
"o-btn": typeof wc2dc36afd27594696ad30c07d123dcc62.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2dc36afd27594696ad30c07d123dcc62.propsDefinition>;
|
549
|
+
"o-btn-group": typeof wc2c9330897d814c55987d0530d63d458e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2c9330897d814c55987d0530d63d458e.propsDefinition>;
|
550
|
+
"o-card": typeof wc9349eb7714274f73bb91f7994524e5c8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9349eb7714274f73bb91f7994524e5c8.propsDefinition>;
|
551
|
+
"o-checkbox": typeof wcf552852ba9874a378c9329da62aaf9dc.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf552852ba9874a378c9329da62aaf9dc.propsDefinition>;
|
552
|
+
"o-chip": typeof wcf12317feb91b4efebc337cfe39fabe1c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf12317feb91b4efebc337cfe39fabe1c.propsDefinition>;
|
553
|
+
"o-color-picker": typeof wc28370f0312764e82b4c29237f943710a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc28370f0312764e82b4c29237f943710a.propsDefinition>;
|
554
|
+
"o-col-grid": typeof wc58850535f48040bc98b40064f89d19d0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc58850535f48040bc98b40064f89d19d0.propsDefinition>;
|
555
|
+
"o-col": typeof wcd116618a12d0439f8da809535809c260.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd116618a12d0439f8da809535809c260.propsDefinition>;
|
556
|
+
"o-data-table": typeof wc27c00720f7fb46bbb39286a2cb94797c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc27c00720f7fb46bbb39286a2cb94797c.propsDefinition>;
|
557
|
+
"o-data-table-server": typeof wc810f65f430374ef2a142907a707f650f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc810f65f430374ef2a142907a707f650f.propsDefinition>;
|
558
|
+
"o-date-picker": typeof wcb10a0917fdc744c890d9b472ee3b3c99.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb10a0917fdc744c890d9b472ee3b3c99.propsDefinition>;
|
559
|
+
"o-dialog": typeof wcdc1c89b3d0c24b7aa1050f19a0f962b3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdc1c89b3d0c24b7aa1050f19a0f962b3.propsDefinition>;
|
560
|
+
"o-divider": typeof wcc0415286cfac41349dd264dc1621c463.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc0415286cfac41349dd264dc1621c463.propsDefinition>;
|
561
|
+
"o-draggable": typeof wc3465fc250ac44f43af9d3df1cf17ec55.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3465fc250ac44f43af9d3df1cf17ec55.propsDefinition>;
|
562
|
+
"o-expansion-panels": typeof wc220372653d7a43a6a79cf1d01a23cffb.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc220372653d7a43a6a79cf1d01a23cffb.propsDefinition>;
|
563
|
+
"o-expansion-panel": typeof wca6ca5f7d21d24b168fcab70c965fded1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca6ca5f7d21d24b168fcab70c965fded1.propsDefinition>;
|
564
|
+
"o-flex": typeof wc1691e25d963243f9b78a548fe8d2e8a7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1691e25d963243f9b78a548fe8d2e8a7.propsDefinition>;
|
565
|
+
"o-row": typeof wcee11b15d9e30495fb46b0c84244110c2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcee11b15d9e30495fb46b0c84244110c2.propsDefinition>;
|
566
|
+
"o-form": typeof wc02b49401a3554f3db9fc158e52535ac3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc02b49401a3554f3db9fc158e52535ac3.propsDefinition>;
|
567
|
+
"o-host-provider": typeof wc8beba318c75e49aab203190ba1953c71.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8beba318c75e49aab203190ba1953c71.propsDefinition>;
|
568
|
+
"o-icon": typeof wcdf79ba95ee5d40139e7935297b7d1e87.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdf79ba95ee5d40139e7935297b7d1e87.propsDefinition>;
|
569
|
+
"o-img": typeof wc1a821ca3b97a4b78bf235864addd38ca.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1a821ca3b97a4b78bf235864addd38ca.propsDefinition>;
|
570
|
+
"o-infinite-scroll": typeof wcfb478d201092422aa2106afa9758300f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfb478d201092422aa2106afa9758300f.propsDefinition>;
|
571
|
+
"o-layout": typeof wc428e436c13dc457898a408786361c9b1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc428e436c13dc457898a408786361c9b1.propsDefinition>;
|
572
|
+
"o-lazy": typeof wc2df6ab65eea84ed8bab297dff9c56224.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2df6ab65eea84ed8bab297dff9c56224.propsDefinition>;
|
573
|
+
"o-link": typeof wc75cd93099dd146469e0ce6b5b1cac14d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc75cd93099dd146469e0ce6b5b1cac14d.propsDefinition>;
|
574
|
+
"o-list": typeof wc154a229c9bd84d31aed848da93f29ea2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc154a229c9bd84d31aed848da93f29ea2.propsDefinition>;
|
575
|
+
"o-list-item": typeof wc4a4631845ea24fbb8cabdbb9b06772da.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4a4631845ea24fbb8cabdbb9b06772da.propsDefinition>;
|
576
|
+
"o-main": typeof wc1ed9f2ec3580492cb211d719c9b15ad1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1ed9f2ec3580492cb211d719c9b15ad1.propsDefinition>;
|
577
|
+
"o-menu": typeof wc01c206c8b30e41408b6457cdea679b78.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc01c206c8b30e41408b6457cdea679b78.propsDefinition>;
|
578
|
+
"o-navigation-drawer": typeof wc48b4d391d03f4a01a9485b845917d229.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc48b4d391d03f4a01a9485b845917d229.propsDefinition>;
|
579
|
+
"o-notification": typeof wc16277e3059db453eb98ad6946d315c39.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc16277e3059db453eb98ad6946d315c39.propsDefinition>;
|
580
|
+
"o-pagination": typeof wcecbd3b3dbc834cf0856597772da1320c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcecbd3b3dbc834cf0856597772da1320c.propsDefinition>;
|
581
|
+
"o-panel": typeof wc1d8d2a2328244f1eab96344841305976.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1d8d2a2328244f1eab96344841305976.propsDefinition>;
|
582
|
+
"o-progress": typeof wc247719ac6d3843ec889face452544a21.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc247719ac6d3843ec889face452544a21.propsDefinition>;
|
583
|
+
"o-radio-group": typeof wc48962186dfb94f37adc76f475b80015d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc48962186dfb94f37adc76f475b80015d.propsDefinition>;
|
584
|
+
"o-radio": typeof wc2d9c50d3dcb1421cafb8eab80be243a1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2d9c50d3dcb1421cafb8eab80be243a1.propsDefinition>;
|
585
|
+
"o-range-slider": typeof wc8a82f6b541cc49b2ade3e5b880fd3a58.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8a82f6b541cc49b2ade3e5b880fd3a58.propsDefinition>;
|
586
|
+
"o-rating": typeof wc4c41fd8799ae43468150fd47661e8100.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4c41fd8799ae43468150fd47661e8100.propsDefinition>;
|
587
|
+
"o-scroll-container": typeof wc177587e103904861b5d4d491388a01b1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc177587e103904861b5d4d491388a01b1.propsDefinition>;
|
588
|
+
"o-select": typeof wc578e2a4d5cd247a4b1291911256253a7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc578e2a4d5cd247a4b1291911256253a7.propsDefinition>;
|
589
|
+
"o-skeleton-loader": typeof wc2ade92721b3c426fac97c63026f77351.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2ade92721b3c426fac97c63026f77351.propsDefinition>;
|
590
|
+
"o-slide-panel": typeof wc8b0bddecd5d74fcba7aac87913137ca3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8b0bddecd5d74fcba7aac87913137ca3.propsDefinition>;
|
591
|
+
"o-slide": typeof wc3fa834509fe3419fb005e2dd17325449.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3fa834509fe3419fb005e2dd17325449.propsDefinition>;
|
592
|
+
"o-slider": typeof wcd108fdde5ca942d7ae92195eb74b5452.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd108fdde5ca942d7ae92195eb74b5452.propsDefinition>;
|
593
|
+
"o-snackbar": typeof wca19feddcd78b4065b7650162fd088379.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca19feddcd78b4065b7650162fd088379.propsDefinition>;
|
594
|
+
"o-spacer": typeof wcc26ccc7aeae04f76a062e83c6df302fc.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc26ccc7aeae04f76a062e83c6df302fc.propsDefinition>;
|
595
|
+
"o-splitpanes": typeof wc6b7f04ba8fc4487ea496dd8e42b55dbd.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6b7f04ba8fc4487ea496dd8e42b55dbd.propsDefinition>;
|
596
|
+
"o-splitpane-item": typeof wc170e15fd849e41568ed9b48f88711527.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc170e15fd849e41568ed9b48f88711527.propsDefinition>;
|
597
|
+
"o-stepper": typeof wc7cc2d4feecde4174badc5797ba6fb53e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7cc2d4feecde4174badc5797ba6fb53e.propsDefinition>;
|
598
|
+
"o-stepper-step": typeof wca8c8ffd3d8ff46ee969d8fb6b9522104.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca8c8ffd3d8ff46ee969d8fb6b9522104.propsDefinition>;
|
599
|
+
"o-switch": typeof wc31cc47b19e7d4c40b826f58d1c955a43.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc31cc47b19e7d4c40b826f58d1c955a43.propsDefinition>;
|
600
|
+
"o-tabs": typeof wc7345c491927b43438d9f5e14f51fbfad.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7345c491927b43438d9f5e14f51fbfad.propsDefinition>;
|
601
|
+
"o-tab": typeof wc8669930d609c497e8cde0c554621db88.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8669930d609c497e8cde0c554621db88.propsDefinition>;
|
602
|
+
"o-table": typeof wc9ae46ba053704a329be291bf111c2a85.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9ae46ba053704a329be291bf111c2a85.propsDefinition>;
|
603
|
+
"o-text": typeof wcb5a113074f704ba89e1ee4102ea95536.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb5a113074f704ba89e1ee4102ea95536.propsDefinition>;
|
604
|
+
"o-textarea": typeof wc1e7db8a98533485d97b4359f64601ff0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1e7db8a98533485d97b4359f64601ff0.propsDefinition>;
|
605
|
+
"o-text-field": typeof wc94cf71a5a68d4b86aea325d400df2bd2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc94cf71a5a68d4b86aea325d400df2bd2.propsDefinition>;
|
606
|
+
"o-toolbar": typeof wc575bd9ad6c0d4fc9ab53fbd1b93786c4.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc575bd9ad6c0d4fc9ab53fbd1b93786c4.propsDefinition>;
|
607
|
+
"o-tooltip": typeof wc19adb19938604f41b10f3a00eb3eb534.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc19adb19938604f41b10f3a00eb3eb534.propsDefinition>;
|
608
|
+
"o-treeview": typeof wcc617a9d7e25249929c41becb55905973.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc617a9d7e25249929c41becb55905973.propsDefinition>;
|
609
|
+
"o-validation": typeof wc1e7fa637f4914cbeb9ceb6d577fec150.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1e7fa637f4914cbeb9ceb6d577fec150.propsDefinition>;
|
610
|
+
"omfx-property-block-v2": typeof wc8270a3e368484538870b0bc4a6654234.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8270a3e368484538870b0bc4a6654234.propsDefinition>;
|
611
|
+
"omfx-property-block-v2-settings": typeof wcab2cfe16632d45b5bab39e05612982a3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcab2cfe16632d45b5bab39e05612982a3.propsDefinition>;
|
612
|
+
"omfx-emoticon": typeof wc58330f37503947799af05363e58bda3c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc58330f37503947799af05363e58bda3c.propsDefinition>;
|
613
|
+
"omfx-textcompletion-panel": typeof wc327ec741777b4e1ea8017f1d0a3b8d9d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc327ec741777b4e1ea8017f1d0a3b8d9d.propsDefinition>;
|
614
|
+
"omfx-likeaction-settings": typeof wc762d4009466d494e94cbcc3e90dff11d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc762d4009466d494e94cbcc3e90dff11d.propsDefinition>;
|
615
|
+
"omfx-comment-like-template": typeof wc0e7c178722cb41108b4740dbc788b4e5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0e7c178722cb41108b4740dbc788b4e5.propsDefinition>;
|
616
|
+
"omfx-like-listing-template": typeof wc0e7c178722cb41108b4740dbc788b4ee.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0e7c178722cb41108b4740dbc788b4ee.propsDefinition>;
|
617
|
+
"omfx-themedefinition-editor": typeof wc4ff736bf8c544324883ed49f2a38f846.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4ff736bf8c544324883ed49f2a38f846.propsDefinition>;
|
618
|
+
"omnia-workplace-admin-tenant-design-journey": typeof wc97cad1f254694fb2ab76b333cf8fe84c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc97cad1f254694fb2ab76b333cf8fe84c.propsDefinition>;
|
619
|
+
"omfx-theme-definition-picker": typeof wc252ece0016594978b3ddfafdd59adda4.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc252ece0016594978b3ddfafdd59adda4.propsDefinition>;
|
620
|
+
"omfx-theme-editor-v2": typeof wc5abbb7170e454f0d8cb537bcad180cd7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5abbb7170e454f0d8cb537bcad180cd7.propsDefinition>;
|
621
|
+
"omfx-theme-provider": typeof wc008c41f92c8847eea45f09ebc0535fc1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc008c41f92c8847eea45f09ebc0535fc1.propsDefinition>;
|
622
|
+
"omfx-velcron-editor": typeof wcc75ffd4cf2f14b6685c5c2d894fdf00f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc75ffd4cf2f14b6685c5c2d894fdf00f.propsDefinition>;
|
623
|
+
"omfx-velcron-renderer": typeof wc3dd4d94bcc254f9fac2100a3ff84dc7e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3dd4d94bcc254f9fac2100a3ff84dc7e.propsDefinition>;
|
624
|
+
"omfx-velcron-component-creator": typeof wc64567c1ccfb84d1380725db72ad01eeb.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc64567c1ccfb84d1380725db72ad01eeb.propsDefinition>;
|
625
|
+
"omfx-velcron-app": typeof wcdcf9c3e24a774e4dae784a3eac29d488.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdcf9c3e24a774e4dae784a3eac29d488.propsDefinition>;
|
626
|
+
"omfx-versioned-layout-blade-builder": typeof wc35ec8e8c3b6e45858afd0b1832eef250.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc35ec8e8c3b6e45858afd0b1832eef250.propsDefinition>;
|
627
|
+
"omfx-versioned-layout-list-blade-builder": typeof wccd42d83eed234adaaea7498795c701ee.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wccd42d83eed234adaaea7498795c701ee.propsDefinition>;
|
628
|
+
"omfx-properties-term-set-display": typeof wc7332138e1e7845d1a5e62597a27e44a4.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7332138e1e7845d1a5e62597a27e44a4.propsDefinition>;
|
629
|
+
"omfx-properties-term-set-editor": typeof wc83dee8a1eea84537ad9544e8b9fc4cb1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc83dee8a1eea84537ad9544e8b9fc4cb1.propsDefinition>;
|
630
|
+
"omfx-properties-term-set-configuration": typeof wca9cc1e1ff5894f4db7005bc49c6c47c5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca9cc1e1ff5894f4db7005bc49c6c47c5.propsDefinition>;
|
631
|
+
"omfx-enterpriseproperties-datafield-display": typeof wc4fc2b52f62484d5caced1c31f7ead58b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4fc2b52f62484d5caced1c31f7ead58b.propsDefinition>;
|
632
|
+
"omfx-enterpriseproperties-personfield-display": typeof wc08f6ee02c5d94b648f630ec352fdd94c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc08f6ee02c5d94b648f630ec352fdd94c.propsDefinition>;
|
633
|
+
"omfx-enterpriseproperties-datafield-edit": typeof wcbb27e780de41442fa9cab8cef6c71100.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbb27e780de41442fa9cab8cef6c71100.propsDefinition>;
|
634
|
+
"omfx-enterpriseproperties-extended-property-settings": typeof wc4ecc566131194348b7ec8495a06d4fd6.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4ecc566131194348b7ec8495a06d4fd6.propsDefinition>;
|
635
|
+
"omfx-filterengine-person-propertysettings": typeof wceed905b1712c498ebd5bb24f12ed10d7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wceed905b1712c498ebd5bb24f12ed10d7.propsDefinition>;
|
636
|
+
"omfx-filterengine-person-defaultvalue-input": typeof wcad26e9b3bf774d949d153b9f9d1d4b02.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcad26e9b3bf774d949d153b9f9d1d4b02.propsDefinition>;
|
637
|
+
"omfx-filterengine-text-propertysettings": typeof wc7b2e1b93599a4e5fb878fb68b6abd74c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7b2e1b93599a4e5fb878fb68b6abd74c.propsDefinition>;
|
638
|
+
"omfx-filterengine-text-defaultvalue-input": typeof wc47fde3016cac4cfea002b318651b2946.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc47fde3016cac4cfea002b318651b2946.propsDefinition>;
|
639
|
+
"omfx-filterengine-boolean-propertysettings": typeof wc031ba18d4af243d2b9f1724a56077890.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc031ba18d4af243d2b9f1724a56077890.propsDefinition>;
|
640
|
+
"omfx-filterengine-boolean-defaultvalue-input": typeof wc6003c34b7d2d49cc8a9c7440371dca4b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6003c34b7d2d49cc8a9c7440371dca4b.propsDefinition>;
|
641
|
+
"omfx-filterengine-datetime-propertysettings": typeof wca1d7711329c24045bf72254e8d2767c8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca1d7711329c24045bf72254e8d2767c8.propsDefinition>;
|
642
|
+
"omfx-filterengine-datetime-defaultvalue-input": typeof wcba1fad28be954b8fadb7290ccb8f8c86.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcba1fad28be954b8fadb7290ccb8f8c86.propsDefinition>;
|
643
|
+
"omfx-filterengine-number-propertysettings": typeof wcee09ecc9d4fb46de8f1a408e38858030.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcee09ecc9d4fb46de8f1a408e38858030.propsDefinition>;
|
644
|
+
"omfx-filterengine-number-defaultvalue-input": typeof wcea2ad78acabc4ec0bc3609301b3713c3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcea2ad78acabc4ec0bc3609301b3713c3.propsDefinition>;
|
645
|
+
"omfx-filterengine-tags-propertysettings": typeof wc024952d88730404da854cfed0d045284.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc024952d88730404da854cfed0d045284.propsDefinition>;
|
646
|
+
"omfx-filterengine-tags-defaultvalue-input": typeof wcdc589fd533c8400a8dde3dad35f47248.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdc589fd533c8400a8dde3dad35f47248.propsDefinition>;
|
647
|
+
"omfx-editor-journey": typeof wc0e787c7f28394d87a5893a24fa18da5b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0e787c7f28394d87a5893a24fa18da5b.propsDefinition>;
|
648
|
+
"omfx-layout-block-placeholder": typeof wc4834285963564938a31a1ac1dfb1b5d8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4834285963564938a31a1ac1dfb1b5d8.propsDefinition>;
|
649
|
+
"omfx-canvas-toolbar": typeof wc4512676606d342adbd011def4b615151.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4512676606d342adbd011def4b615151.propsDefinition>;
|
650
|
+
"omnia-layout-developertools": typeof wc41f1eb15438a488b8b227b1ff31ca66f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc41f1eb15438a488b8b227b1ff31ca66f.propsDefinition>;
|
651
|
+
"omfx-device-previewer": typeof wcd89913a1055942b38285fcab85751865.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd89913a1055942b38285fcab85751865.propsDefinition>;
|
652
|
+
"omniafx-media-gallery-dialog-slider": typeof wcac5f615df97543cf97b3ae930ba113d0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcac5f615df97543cf97b3ae930ba113d0.propsDefinition>;
|
653
|
+
"omniafx-media-gallery-display-photowall": typeof wc12d1bca1d50b4186acd50014584389c9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc12d1bca1d50b4186acd50014584389c9.propsDefinition>;
|
654
|
+
"omfx-slidepanel-block": typeof wcca498a9d23e947afa4c5695f01ba7959.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcca498a9d23e947afa4c5695f01ba7959.propsDefinition>;
|
655
|
+
"omfx-properties-birthday-display": typeof wc916c23c53dbf4d5a8e421e9449c6b203.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc916c23c53dbf4d5a8e421e9449c6b203.propsDefinition>;
|
656
|
+
"omfx-properties-birthday-editor": typeof wc644e39fe6d4f4e23b1777aefd9c23939.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc644e39fe6d4f4e23b1777aefd9c23939.propsDefinition>;
|
657
|
+
"omfx-properties-boolean-display": typeof wcf61d06a945754742a1896847765fbea5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf61d06a945754742a1896847765fbea5.propsDefinition>;
|
658
|
+
"omfx-properties-boolean-editor": typeof wca16c703117f44a68982a1898d6c3c31b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca16c703117f44a68982a1898d6c3c31b.propsDefinition>;
|
659
|
+
"omfx-properties-businessprofile-display": typeof wcb131edab4792449794cbe808794a4678.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb131edab4792449794cbe808794a4678.propsDefinition>;
|
660
|
+
"omfx-properties-businessprofile-editor": typeof wcd524d750bbd84cbbb8582c259cef3198.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd524d750bbd84cbbb8582c259cef3198.propsDefinition>;
|
661
|
+
"omfx-properties-date-display": typeof wc627dc53f51a442019a52bba09ac665cc.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc627dc53f51a442019a52bba09ac665cc.propsDefinition>;
|
662
|
+
"omfx-properties-date-editor": typeof wcae6a9ccc0bf24b0fb983460b7aba7fe6.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcae6a9ccc0bf24b0fb983460b7aba7fe6.propsDefinition>;
|
663
|
+
"omfx-properties-date-time-display": typeof wc5666ffa15ff14a64bac8854da534ff16.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5666ffa15ff14a64bac8854da534ff16.propsDefinition>;
|
664
|
+
"omfx-properties-date-time-editor": typeof wc0f52758b4d0c4e02abfeea1c5c935571.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0f52758b4d0c4e02abfeea1c5c935571.propsDefinition>;
|
665
|
+
"omfx-properties-date-time-configuration": typeof wc0aa4b8916fcf4b1f959c8fd04ef8bfe9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0aa4b8916fcf4b1f959c8fd04ef8bfe9.propsDefinition>;
|
666
|
+
"omfx-properties-email-display": typeof wc2b51f4d3ea464d7aa3f5b6ab4b9f9ccc.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2b51f4d3ea464d7aa3f5b6ab4b9f9ccc.propsDefinition>;
|
667
|
+
"omfx-properties-email-editor": typeof wc056a7f0a4fa444368b5c7d09c60dbcde.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc056a7f0a4fa444368b5c7d09c60dbcde.propsDefinition>;
|
668
|
+
"omfx-properties-html-display": typeof wc5f8ca1cb4e2847d4935f0ac659a3a1f8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5f8ca1cb4e2847d4935f0ac659a3a1f8.propsDefinition>;
|
669
|
+
"omfx-properties-html-editor": typeof wc2d5cfa916f2946ea9ed6b9ed2c15dadf.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2d5cfa916f2946ea9ed6b9ed2c15dadf.propsDefinition>;
|
670
|
+
"omfx-properties-html-configuration": typeof wcae36a741825f4f209bc10b68fb677bf7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcae36a741825f4f209bc10b68fb677bf7.propsDefinition>;
|
671
|
+
"omfx-properties-identity-display": typeof wc24adf7dd588e4121b7f2b88f06d19ff0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc24adf7dd588e4121b7f2b88f06d19ff0.propsDefinition>;
|
672
|
+
"omfx-properties-identity-editor": typeof wc512d83f1692c4d7ea3dee2653ccf15e6.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc512d83f1692c4d7ea3dee2653ccf15e6.propsDefinition>;
|
673
|
+
"omfx-properties-identity-configuration": typeof wc77d632a8bca5461fb6c429a0ff65dc83.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc77d632a8bca5461fb6c429a0ff65dc83.propsDefinition>;
|
674
|
+
"omfx-properties-image-display": typeof wcbf51f51ebb83415085c1ac7647a65152.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbf51f51ebb83415085c1ac7647a65152.propsDefinition>;
|
675
|
+
"omfx-properties-image-configuration": typeof wc5395d36d407d46f1bf8b16a8a01ace5a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5395d36d407d46f1bf8b16a8a01ace5a.propsDefinition>;
|
676
|
+
"omfx-properties-image-editor": typeof wc188dea2e3ae74c54a34a3e6567e1399e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc188dea2e3ae74c54a34a3e6567e1399e.propsDefinition>;
|
677
|
+
"omfx-properties-integer-display": typeof wc5f9cd004b39f4340a86911e1fc225a20.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5f9cd004b39f4340a86911e1fc225a20.propsDefinition>;
|
678
|
+
"omfx-properties-integer-editor": typeof wc49e771f49e06477fbe72da709d82dc29.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc49e771f49e06477fbe72da709d82dc29.propsDefinition>;
|
679
|
+
"omfx-properties-language-display": typeof wc41b1957c2c2b456d8f14bc39f6761c77.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc41b1957c2c2b456d8f14bc39f6761c77.propsDefinition>;
|
680
|
+
"omfx-properties-language-editor": typeof wc84265bdaa0054a8092a740c818daf04e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc84265bdaa0054a8092a740c818daf04e.propsDefinition>;
|
681
|
+
"omfx-properties-link-display": typeof wc93d3ac3a514149ebbd387d1e87008ec6.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc93d3ac3a514149ebbd387d1e87008ec6.propsDefinition>;
|
682
|
+
"omfx-properties-link-editor": typeof wc9911a5588ea34e9cad8a5129c82e1f0c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9911a5588ea34e9cad8a5129c82e1f0c.propsDefinition>;
|
683
|
+
"omfx-properties-link-configuration": typeof wcbdcc5c7cc8b04e9c8cba9787284281ca.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbdcc5c7cc8b04e9c8cba9787284281ca.propsDefinition>;
|
684
|
+
"omfx-properties-media-display": typeof wc82ed0f43e304436ba399aacf37dc10fb.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc82ed0f43e304436ba399aacf37dc10fb.propsDefinition>;
|
685
|
+
"omfx-properties-media-editor": typeof wc01ad88e84cd443e28c158b2fa4147924.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc01ad88e84cd443e28c158b2fa4147924.propsDefinition>;
|
686
|
+
"omfx-properties-multilinetext-display": typeof wc90552b5ea3484174bf69463a6a74f83a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc90552b5ea3484174bf69463a6a74f83a.propsDefinition>;
|
687
|
+
"omfx-properties-multilinetext-editor": typeof wcc24137f2406f4ebeb414b8d11492d0d3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc24137f2406f4ebeb414b8d11492d0d3.propsDefinition>;
|
688
|
+
"omfx-properties-multilingualtext-display": typeof wc784d162feec24424a993d8ba812b9c94.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc784d162feec24424a993d8ba812b9c94.propsDefinition>;
|
689
|
+
"omfx-properties-multilingualtext-editor": typeof wc4abd8ef8e96f4beca6d375984132b6ec.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4abd8ef8e96f4beca6d375984132b6ec.propsDefinition>;
|
690
|
+
"omfx-properties-phone-number-display": typeof wcae83e3f39ff443b8abb93e483c14f48f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcae83e3f39ff443b8abb93e483c14f48f.propsDefinition>;
|
691
|
+
"omfx-properties-phone-number-editor": typeof wcaad7c8da16f04a46b9503564b10a8f34.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcaad7c8da16f04a46b9503564b10a8f34.propsDefinition>;
|
692
|
+
"omfx-properties-tags-display": typeof wc13f465ea57024a47ae66d4bf1d927974.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc13f465ea57024a47ae66d4bf1d927974.propsDefinition>;
|
693
|
+
"omfx-properties-tags-editor": typeof wc4fc24b6b58014b5f9a3474a8f5cc4f00.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4fc24b6b58014b5f9a3474a8f5cc4f00.propsDefinition>;
|
694
|
+
"omfx-properties-text-display": typeof wcdf429c59a8ec42cf8ec34907705793a9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdf429c59a8ec42cf8ec34907705793a9.propsDefinition>;
|
695
|
+
"omfx-properties-text-editor": typeof wcb8cc745685f2417cacf578d9bed620b5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb8cc745685f2417cacf578d9bed620b5.propsDefinition>;
|
696
|
+
"omfx-properties-time-display": typeof wceb1460af73a8467597c5d0987d38cae5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wceb1460af73a8467597c5d0987d38cae5.propsDefinition>;
|
697
|
+
"omfx-properties-time-editor": typeof wcf6b07b9fb080465498768f4fc8c58415.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf6b07b9fb080465498768f4fc8c58415.propsDefinition>;
|
698
|
+
"omfx-properties-usertype-display": typeof wcab831db522504b8ea6948fe46978bd31.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcab831db522504b8ea6948fe46978bd31.propsDefinition>;
|
699
|
+
"omfx-properties-usertype-editor": typeof wc2717acc386ab40198b6dae0986557da3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2717acc386ab40198b6dae0986557da3.propsDefinition>;
|
700
|
+
"omfx-content-block": typeof wccf8f32c9a70e408489a451caa80cd327.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wccf8f32c9a70e408489a451caa80cd327.propsDefinition>;
|
701
|
+
"omfx-content-block-settings": typeof wcce1c0a7d513e45ee86564ec4235e712d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcce1c0a7d513e45ee86564ec4235e712d.propsDefinition>;
|
702
|
+
"omfx-demo-block": typeof wcc9d01726f5594902bf4de68612b186de.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc9d01726f5594902bf4de68612b186de.propsDefinition>;
|
703
|
+
"omfx-demo-block-settings": typeof wcbbd5168574b64f0486adaf68ba31be49.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbbd5168574b64f0486adaf68ba31be49.propsDefinition>;
|
704
|
+
"omfx-velcron-block": typeof wc80bd5b0978ea40439001d3d409236382.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc80bd5b0978ea40439001d3d409236382.propsDefinition>;
|
705
|
+
"omfx-velcron-block-settings": typeof wce8526e8ed3f74e848e0dd747fd4d376d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce8526e8ed3f74e848e0dd747fd4d376d.propsDefinition>;
|
706
|
+
"omfx-velcron-content-editor": typeof wca7db43482a3140998eca19b47d941126.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca7db43482a3140998eca19b47d941126.propsDefinition>;
|
707
|
+
"omfx-velcron-definition-picker": typeof wcb197c5e805cc4d6bb3d012e258560b31.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb197c5e805cc4d6bb3d012e258560b31.propsDefinition>;
|
708
|
+
"omfx-velcron-properties-editor": typeof wcdabd67ab338243858fe7d1ca24399995.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdabd67ab338243858fe7d1ca24399995.propsDefinition>;
|
709
|
+
"omfx-velcron-property-editor-creator": typeof wc5688474abe554cabb34c696620eb6be1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5688474abe554cabb34c696620eb6be1.propsDefinition>;
|
710
|
+
"omfx-filterengine-taxonomy-propertysettings": typeof wcdb625bea89b04f32a946efe7a887c7f2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdb625bea89b04f32a946efe7a887c7f2.propsDefinition>;
|
711
|
+
"omfx-filterengine-taxonomy-defaultvalue-input": typeof wcded30c240e6c4688955867472a8d0a02.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcded30c240e6c4688955867472a8d0a02.propsDefinition>;
|
712
|
+
"omfx-layout-background-settings": typeof wcf5cf0b4975644d688124880ae533869e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf5cf0b4975644d688124880ae533869e.propsDefinition>;
|
713
|
+
"omfx-layout-block-settings-header": typeof wc2e52c0d860ec498fa3abf6b76eacc45d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2e52c0d860ec498fa3abf6b76eacc45d.propsDefinition>;
|
714
|
+
"omfx-layout-block-settings-spacing": typeof wc9666ee9da0af46ac8354f0577050cb60.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9666ee9da0af46ac8354f0577050cb60.propsDefinition>;
|
715
|
+
"omfx-layout-block-settings-style": typeof wc103ae93f7a7c4754872e2573a9a689d7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc103ae93f7a7c4754872e2573a9a689d7.propsDefinition>;
|
716
|
+
"omfx-layout-block-settings-css": typeof wc06eff92039dd49339e522ac2d7a648af.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc06eff92039dd49339e522ac2d7a648af.propsDefinition>;
|
717
|
+
"omfx-layout-block-settings-targeting": typeof wc53cbd5702e9e41ffa95093586c0e001d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc53cbd5702e9e41ffa95093586c0e001d.propsDefinition>;
|
718
|
+
"omfx-layout-block-title": typeof wc1b1dd31ac8644b498ddf378a431dfb19.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1b1dd31ac8644b498ddf378a431dfb19.propsDefinition>;
|
719
|
+
"omfx-layout-block-title-settings": typeof wcbeda6edf4c614323955fc06c6326f7e9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbeda6edf4c614323955fc06c6326f7e9.propsDefinition>;
|
720
|
+
"omfx-layout-image-background-settings": typeof wc0f7be5adc6ff4d81b920e5cf086128ae.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0f7be5adc6ff4d81b920e5cf086128ae.propsDefinition>;
|
721
|
+
"omfx-layout-layout-settings-globalheader": typeof wc673c5382ae8e4663ac07110302d7e386.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc673c5382ae8e4663ac07110302d7e386.propsDefinition>;
|
722
|
+
"omfx-layout-layout-settings-blockheader": typeof wc221ed456340d4c1fa7522b7bee6d7a64.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc221ed456340d4c1fa7522b7bee6d7a64.propsDefinition>;
|
723
|
+
"omfx-layout-layout-settings-style": typeof wc9e404f90ca6640f19c3fece23b073993.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9e404f90ca6640f19c3fece23b073993.propsDefinition>;
|
724
|
+
"omfx-layout-clipboard": typeof wc4a31764ba9f6414a96192d0d02456086.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4a31764ba9f6414a96192d0d02456086.propsDefinition>;
|
725
|
+
"omfx-layout-lock-settings": typeof wc160a5d56895f4a66a9dae49cffdae312.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc160a5d56895f4a66a9dae49cffdae312.propsDefinition>;
|
726
|
+
"omfx-layout-section-settings-general": typeof wc51c48c7bbe4245888bbf2f98884d6028.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc51c48c7bbe4245888bbf2f98884d6028.propsDefinition>;
|
727
|
+
"omfx-layout-section-settings-spacing": typeof wc68724008d5d046b8a2f969ee90eece2c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc68724008d5d046b8a2f969ee90eece2c.propsDefinition>;
|
728
|
+
"omfx-layout-section-settings-style": typeof wc08384c0236f840719ee3d8e018718e68.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc08384c0236f840719ee3d8e018718e68.propsDefinition>;
|
729
|
+
"omfx-layout-section-settings-css": typeof wc245a49e2d21a4b4ca849825b903103fe.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc245a49e2d21a4b4ca849825b903103fe.propsDefinition>;
|
730
|
+
"omfx-layout-section-settings-targeting": typeof wc68628381bcdb41f6b0beb64d7ce94052.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc68628381bcdb41f6b0beb64d7ce94052.propsDefinition>;
|
731
|
+
"omfx-layout-section-settings-header": typeof wc48ff129f9a254eec9276b47f0c0f8b3e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc48ff129f9a254eec9276b47f0c0f8b3e.propsDefinition>;
|
732
|
+
"omfx-layout-tab-layout-settings": typeof wc2a460a78bf504a2b9d00b1f86a347d46.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2a460a78bf504a2b9d00b1f86a347d46.propsDefinition>;
|
733
|
+
"omfx-layout-tab-block-settings": typeof wc5b6b6242356046c29e05c24fb2135bf0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5b6b6242356046c29e05c24fb2135bf0.propsDefinition>;
|
734
|
+
"omnia-workplace-definitions-journey": typeof wc5538665e145f4fa8b28bc2103fc080b8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5538665e145f4fa8b28bc2103fc080b8.propsDefinition>;
|
735
|
+
"omnia-workplace-themes-journey": typeof wcbed95d1ec67f4a15986fc72adebdb78f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbed95d1ec67f4a15986fc72adebdb78f.propsDefinition>;
|
736
|
+
"omfx-add-button": typeof wc1476702e8f24468d9185322be5931c54.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1476702e8f24468d9185322be5931c54.propsDefinition>;
|
737
|
+
"omnia-workplace-blueprints-journey": typeof wc56efc575579e4da3bb45d3a45d8c0888.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc56efc575579e4da3bb45d3a45d8c0888.propsDefinition>;
|
738
|
+
"omnia-workplace-color-schemas-journey": typeof wcd90e0352809742c482bdda733dc8872a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd90e0352809742c482bdda733dc8872a.propsDefinition>;
|
739
|
+
"omnia-workplace-spacing-journey": typeof wc891de93e73cc47b0a552d24fdf34c9cf.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc891de93e73cc47b0a552d24fdf34c9cf.propsDefinition>;
|
740
|
+
"omnia-workplace-typography-journey": typeof wcfc2401c7c3384790ae7ce17d05b0855f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfc2401c7c3384790ae7ce17d05b0855f.propsDefinition>;
|
741
|
+
"omfx-color-picker-schema": typeof wc327aebb7d6ce4565bf119cf67e121d1a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc327aebb7d6ce4565bf119cf67e121d1a.propsDefinition>;
|
742
|
+
"omfx-color-schema-mapper": typeof wc511447a5fd2646af910064ed9970d82e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc511447a5fd2646af910064ed9970d82e.propsDefinition>;
|
743
|
+
"omfx-ratio-picker": typeof wc3cd2da446d21461e8149e6c8334a36f4.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3cd2da446d21461e8149e6c8334a36f4.propsDefinition>;
|
744
|
+
"omfx-typography-picker-schema": typeof wc8420a0b507e14a288c2d895471739f1d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8420a0b507e14a288c2d895471739f1d.propsDefinition>;
|
491
745
|
}
|
492
746
|
}
|
493
747
|
}
|
748
|
+
declare global {
|
749
|
+
let omfx: {
|
750
|
+
"OmniaConsole": {
|
751
|
+
new (...args: any[]): {
|
752
|
+
$props: typeof wcf3d75940db51447dbf6719251f5465b0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf3d75940db51447dbf6719251f5465b0.propsDefinition>;
|
753
|
+
};
|
754
|
+
};
|
755
|
+
"DevSocket": {
|
756
|
+
new (...args: any[]): {
|
757
|
+
$props: typeof wce6b88bd8d41949c8af6fed268ae64430.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce6b88bd8d41949c8af6fed268ae64430.propsDefinition>;
|
758
|
+
};
|
759
|
+
};
|
760
|
+
"AlignmentPicker": {
|
761
|
+
new (...args: any[]): {
|
762
|
+
$props: typeof wc8e3534c9960c46b090f442e563d71265.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8e3534c9960c46b090f442e563d71265.propsDefinition>;
|
763
|
+
};
|
764
|
+
};
|
765
|
+
"Authsetup": {
|
766
|
+
new (...args: any[]): {
|
767
|
+
$props: typeof wce4889269c6ad440da65f3acdf5bb6152.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce4889269c6ad440da65f3acdf5bb6152.propsDefinition>;
|
768
|
+
};
|
769
|
+
};
|
770
|
+
"BlueprintPicker": {
|
771
|
+
new (...args: any[]): {
|
772
|
+
$props: typeof wc44e2dd896269442f800da69000d4c2f1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc44e2dd896269442f800da69000d4c2f1.propsDefinition>;
|
773
|
+
};
|
774
|
+
};
|
775
|
+
"ChromeRenderer": {
|
776
|
+
new (...args: any[]): {
|
777
|
+
$props: typeof wc057bef6897bb4ba4a089d01c2da1322e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc057bef6897bb4ba4a089d01c2da1322e.propsDefinition>;
|
778
|
+
};
|
779
|
+
};
|
780
|
+
"ColorSchemaPicker": {
|
781
|
+
new (...args: any[]): {
|
782
|
+
$props: typeof wc1266389c28034034921b897f788f302d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1266389c28034034921b897f788f302d.propsDefinition>;
|
783
|
+
};
|
784
|
+
};
|
785
|
+
"ColorSchemaDefinitionPicker": {
|
786
|
+
new (...args: any[]): {
|
787
|
+
$props: typeof wc9ed2b61fad8a43f384efef4a5dcbd184.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9ed2b61fad8a43f384efef4a5dcbd184.propsDefinition>;
|
788
|
+
};
|
789
|
+
};
|
790
|
+
"ColorSchemaViewer": {
|
791
|
+
new (...args: any[]): {
|
792
|
+
$props: typeof wc3779d0b63f54436eb25942b0c2487a2c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3779d0b63f54436eb25942b0c2487a2c.propsDefinition>;
|
793
|
+
};
|
794
|
+
};
|
795
|
+
"ColorSchemaEditor": {
|
796
|
+
new (...args: any[]): {
|
797
|
+
$props: typeof wc7abfeece956245f3ba63c231d3c31c26.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7abfeece956245f3ba63c231d3c31c26.propsDefinition>;
|
798
|
+
};
|
799
|
+
};
|
800
|
+
"ColorSettingsPicker": {
|
801
|
+
new (...args: any[]): {
|
802
|
+
$props: typeof wc638cfe124ab24d0ebd0711c0bd844af6.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc638cfe124ab24d0ebd0711c0bd844af6.propsDefinition>;
|
803
|
+
};
|
804
|
+
};
|
805
|
+
"CommandPalette": {
|
806
|
+
new (...args: any[]): {
|
807
|
+
$props: typeof wc5dfa7b609aed43ffab03dad33c65b2da.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5dfa7b609aed43ffab03dad33c65b2da.propsDefinition>;
|
808
|
+
};
|
809
|
+
};
|
810
|
+
"ConfirmDialog": {
|
811
|
+
new (...args: any[]): {
|
812
|
+
$props: typeof wcb11276a5e84a4709a55abd185b4c7a1d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb11276a5e84a4709a55abd185b4c7a1d.propsDefinition>;
|
813
|
+
};
|
814
|
+
};
|
815
|
+
"DateTimeFilterQuery": {
|
816
|
+
new (...args: any[]): {
|
817
|
+
$props: typeof wc0fb46d84e95e4e04801878bec4b370cb.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0fb46d84e95e4e04801878bec4b370cb.propsDefinition>;
|
818
|
+
};
|
819
|
+
};
|
820
|
+
"DateTimePicker": {
|
821
|
+
new (...args: any[]): {
|
822
|
+
$props: typeof wcdedf711a4e0f4c5c850b51c01ea367a7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdedf711a4e0f4c5c850b51c01ea367a7.propsDefinition>;
|
823
|
+
};
|
824
|
+
};
|
825
|
+
"DateTimeZonePicker": {
|
826
|
+
new (...args: any[]): {
|
827
|
+
$props: typeof wc90e26d3a6e3e4bf9bd1ce81c6735eda2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc90e26d3a6e3e4bf9bd1ce81c6735eda2.propsDefinition>;
|
828
|
+
};
|
829
|
+
};
|
830
|
+
"DateTimeZoneRenderer": {
|
831
|
+
new (...args: any[]): {
|
832
|
+
$props: typeof wcd3d05fa7bb114ecab1c16f714641b678.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd3d05fa7bb114ecab1c16f714641b678.propsDefinition>;
|
833
|
+
};
|
834
|
+
};
|
835
|
+
"Dialog": {
|
836
|
+
new (...args: any[]): {
|
837
|
+
$props: typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac.propsDefinition>;
|
838
|
+
};
|
839
|
+
};
|
840
|
+
"FeaturesJourney": {
|
841
|
+
new (...args: any[]): {
|
842
|
+
$props: typeof wcfd300449c17f44fd80d83e709a10bf63.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfd300449c17f44fd80d83e709a10bf63.propsDefinition>;
|
843
|
+
};
|
844
|
+
};
|
845
|
+
"FeaturesJourneyTenant": {
|
846
|
+
new (...args: any[]): {
|
847
|
+
$props: typeof wc629ff3fc45f84df382ddb6282d968547.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc629ff3fc45f84df382ddb6282d968547.propsDefinition>;
|
848
|
+
};
|
849
|
+
};
|
850
|
+
"FileUploader": {
|
851
|
+
new (...args: any[]): {
|
852
|
+
$props: typeof wc1fab0218538f431c91ece4e10cbd468c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1fab0218538f431c91ece4e10cbd468c.propsDefinition>;
|
853
|
+
};
|
854
|
+
};
|
855
|
+
"FilterengineSettings": {
|
856
|
+
new (...args: any[]): {
|
857
|
+
$props: typeof wca91d4cd2b5744de3a672110cb1cdf7ba.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca91d4cd2b5744de3a672110cb1cdf7ba.propsDefinition>;
|
858
|
+
};
|
859
|
+
};
|
860
|
+
"FilterengineRenderer": {
|
861
|
+
new (...args: any[]): {
|
862
|
+
$props: typeof wc34e1cea969d744f1bbec4770b51d49f5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc34e1cea969d744f1bbec4770b51d49f5.propsDefinition>;
|
863
|
+
};
|
864
|
+
};
|
865
|
+
"PersonFilterengineRenderer": {
|
866
|
+
new (...args: any[]): {
|
867
|
+
$props: typeof wc43fc70078d114ec3a70ebbd767ef4f95.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc43fc70078d114ec3a70ebbd767ef4f95.propsDefinition>;
|
868
|
+
};
|
869
|
+
};
|
870
|
+
"TagsFilterengineRenderer": {
|
871
|
+
new (...args: any[]): {
|
872
|
+
$props: typeof wc425ef72815f04fed9a042d48a2ac7df8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc425ef72815f04fed9a042d48a2ac7df8.propsDefinition>;
|
873
|
+
};
|
874
|
+
};
|
875
|
+
"FilterengineSelectionsarea": {
|
876
|
+
new (...args: any[]): {
|
877
|
+
$props: typeof wce2f7f245f168446980aef1473d8742d1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce2f7f245f168446980aef1473d8742d1.propsDefinition>;
|
878
|
+
};
|
879
|
+
};
|
880
|
+
"FilterengineSelectionsareaPersonproperty": {
|
881
|
+
new (...args: any[]): {
|
882
|
+
$props: typeof wccbef13c831cf4531a43fb63ef63ad39b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wccbef13c831cf4531a43fb63ef63ad39b.propsDefinition>;
|
883
|
+
};
|
884
|
+
};
|
885
|
+
"FilterengineSelectionsareaTagsproperty": {
|
886
|
+
new (...args: any[]): {
|
887
|
+
$props: typeof wc6e487078cbd14ee189af05260831ba5a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6e487078cbd14ee189af05260831ba5a.propsDefinition>;
|
888
|
+
};
|
889
|
+
};
|
890
|
+
"TextFilterengineRenderer": {
|
891
|
+
new (...args: any[]): {
|
892
|
+
$props: typeof wcc7b859fc2c5b46c09ff08ee4a9daa394.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc7b859fc2c5b46c09ff08ee4a9daa394.propsDefinition>;
|
893
|
+
};
|
894
|
+
};
|
895
|
+
"BooleanFilterengineRenderer": {
|
896
|
+
new (...args: any[]): {
|
897
|
+
$props: typeof wcc311e369d2d241f38e609ad50f7dec2f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc311e369d2d241f38e609ad50f7dec2f.propsDefinition>;
|
898
|
+
};
|
899
|
+
};
|
900
|
+
"DateFilterengineRenderer": {
|
901
|
+
new (...args: any[]): {
|
902
|
+
$props: typeof wc0debbe4a117f46ddb9ca37231010938c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0debbe4a117f46ddb9ca37231010938c.propsDefinition>;
|
903
|
+
};
|
904
|
+
};
|
905
|
+
"NumberFilterengineRenderer": {
|
906
|
+
new (...args: any[]): {
|
907
|
+
$props: typeof wcaac689be588e4dd3ac8166ac631a37f1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcaac689be588e4dd3ac8166ac631a37f1.propsDefinition>;
|
908
|
+
};
|
909
|
+
};
|
910
|
+
"FilterengineSelectionsareaBooleanproperty": {
|
911
|
+
new (...args: any[]): {
|
912
|
+
$props: typeof wc7a0ad7d8477246c2b5f1de4b59bbc5f1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7a0ad7d8477246c2b5f1de4b59bbc5f1.propsDefinition>;
|
913
|
+
};
|
914
|
+
};
|
915
|
+
"FilterengineSelectionsareaTextproperty": {
|
916
|
+
new (...args: any[]): {
|
917
|
+
$props: typeof wcb11657e2b45247fc82c78a30ba131001.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb11657e2b45247fc82c78a30ba131001.propsDefinition>;
|
918
|
+
};
|
919
|
+
};
|
920
|
+
"FilterengineSelectionsareaDatetimeproperty": {
|
921
|
+
new (...args: any[]): {
|
922
|
+
$props: typeof wc63a474f600324efc9148ceeab9202778.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc63a474f600324efc9148ceeab9202778.propsDefinition>;
|
923
|
+
};
|
924
|
+
};
|
925
|
+
"FilterengineSelectionsareaNumberproperty": {
|
926
|
+
new (...args: any[]): {
|
927
|
+
$props: typeof wc5a6940e10c51454aa5e0a4144ab01288.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5a6940e10c51454aa5e0a4144ab01288.propsDefinition>;
|
928
|
+
};
|
929
|
+
};
|
930
|
+
"FilterengineDialogContent": {
|
931
|
+
new (...args: any[]): {
|
932
|
+
$props: typeof wc937eab372066440fa95551ac8cba45d7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc937eab372066440fa95551ac8cba45d7.propsDefinition>;
|
933
|
+
};
|
934
|
+
};
|
935
|
+
"FilterenginePropertyDropdown": {
|
936
|
+
new (...args: any[]): {
|
937
|
+
$props: typeof wc7813f37afbf34cb085a2ef74e71e20fa.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7813f37afbf34cb085a2ef74e71e20fa.propsDefinition>;
|
938
|
+
};
|
939
|
+
};
|
940
|
+
"FilterenginePropertyList": {
|
941
|
+
new (...args: any[]): {
|
942
|
+
$props: typeof wc373cd0c180af441ca9f973b1da4de7f9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc373cd0c180af441ca9f973b1da4de7f9.propsDefinition>;
|
943
|
+
};
|
944
|
+
};
|
945
|
+
"DateFilterenginePeriodSlider": {
|
946
|
+
new (...args: any[]): {
|
947
|
+
$props: typeof wc0b99953ef72848a7936f51500d69d771.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0b99953ef72848a7936f51500d69d771.propsDefinition>;
|
948
|
+
};
|
949
|
+
};
|
950
|
+
"FilterPicker": {
|
951
|
+
new (...args: any[]): {
|
952
|
+
$props: typeof wc46a6c15c2a0e446fbef9770274409366.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc46a6c15c2a0e446fbef9770274409366.propsDefinition>;
|
953
|
+
};
|
954
|
+
};
|
955
|
+
"BarchartIndicator": {
|
956
|
+
new (...args: any[]): {
|
957
|
+
$props: typeof wca377536b4fd84773a9730966623601cd.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca377536b4fd84773a9730966623601cd.propsDefinition>;
|
958
|
+
};
|
959
|
+
};
|
960
|
+
"GoogleRecaptcha": {
|
961
|
+
new (...args: any[]): {
|
962
|
+
$props: typeof wc08b9c70d2a77433f8492dc0fb50d900e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc08b9c70d2a77433f8492dc0fb50d900e.propsDefinition>;
|
963
|
+
};
|
964
|
+
};
|
965
|
+
"Helptext": {
|
966
|
+
new (...args: any[]): {
|
967
|
+
$props: typeof wc64887c3414da45279ea9c905df12c48f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc64887c3414da45279ea9c905df12c48f.propsDefinition>;
|
968
|
+
};
|
969
|
+
};
|
970
|
+
"Html": {
|
971
|
+
new (...args: any[]): {
|
972
|
+
$props: typeof wce5a52491260143c8bf9855268a6acbab.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce5a52491260143c8bf9855268a6acbab.propsDefinition>;
|
973
|
+
};
|
974
|
+
};
|
975
|
+
"IconPicker": {
|
976
|
+
new (...args: any[]): {
|
977
|
+
$props: typeof wc7c3b9838bf844a53a446d3795494b304.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7c3b9838bf844a53a446d3795494b304.propsDefinition>;
|
978
|
+
};
|
979
|
+
};
|
980
|
+
"IdentityRenderer": {
|
981
|
+
new (...args: any[]): {
|
982
|
+
$props: typeof wca7608d8c42184cbb994910dc06c464a1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca7608d8c42184cbb994910dc06c464a1.propsDefinition>;
|
983
|
+
};
|
984
|
+
};
|
985
|
+
"IdentitySyncPropertyBindingSetup": {
|
986
|
+
new (...args: any[]): {
|
987
|
+
$props: typeof wc01c6a5e974334f06a390c9af5a7689d0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc01c6a5e974334f06a390c9af5a7689d0.propsDefinition>;
|
988
|
+
};
|
989
|
+
};
|
990
|
+
"IdentitySyncRuleSetup": {
|
991
|
+
new (...args: any[]): {
|
992
|
+
$props: typeof wcc2a811dfd3774d15862abb2f6a435a5c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc2a811dfd3774d15862abb2f6a435a5c.propsDefinition>;
|
993
|
+
};
|
994
|
+
};
|
995
|
+
"IdentityPickerField": {
|
996
|
+
new (...args: any[]): {
|
997
|
+
$props: typeof wcba60557e3daf48208c919a1806502df5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcba60557e3daf48208c919a1806502df5.propsDefinition>;
|
998
|
+
};
|
999
|
+
};
|
1000
|
+
"IdentityPickerInlineField": {
|
1001
|
+
new (...args: any[]): {
|
1002
|
+
$props: typeof wc9cbe10e4fe1a48929727942cea5f7338.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9cbe10e4fe1a48929727942cea5f7338.propsDefinition>;
|
1003
|
+
};
|
1004
|
+
};
|
1005
|
+
"IdentityPicker": {
|
1006
|
+
new (...args: any[]): {
|
1007
|
+
$props: typeof wcec81357974804c539bff6c58a8785c22.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcec81357974804c539bff6c58a8785c22.propsDefinition>;
|
1008
|
+
};
|
1009
|
+
};
|
1010
|
+
"IdentityPickerDialog": {
|
1011
|
+
new (...args: any[]): {
|
1012
|
+
$props: typeof wc5d74b2de65164761a3dce6a534b64bd1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5d74b2de65164761a3dce6a534b64bd1.propsDefinition>;
|
1013
|
+
};
|
1014
|
+
};
|
1015
|
+
"IdentityPickerButton": {
|
1016
|
+
new (...args: any[]): {
|
1017
|
+
$props: typeof wc70593d481fa54e68be9f4fe41f0f5c92.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc70593d481fa54e68be9f4fe41f0f5c92.propsDefinition>;
|
1018
|
+
};
|
1019
|
+
};
|
1020
|
+
"MediaImagegrid": {
|
1021
|
+
new (...args: any[]): {
|
1022
|
+
$props: typeof wcdfefc1520763443190e92700bad98412.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdfefc1520763443190e92700bad98412.propsDefinition>;
|
1023
|
+
};
|
1024
|
+
};
|
1025
|
+
"InputLanguagePicker": {
|
1026
|
+
new (...args: any[]): {
|
1027
|
+
$props: typeof wc91919b3f54de42dab709575b8a9ca233.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc91919b3f54de42dab709575b8a9ca233.propsDefinition>;
|
1028
|
+
};
|
1029
|
+
};
|
1030
|
+
"LanguagePicker": {
|
1031
|
+
new (...args: any[]): {
|
1032
|
+
$props: typeof wc20b4e8166fb44f2b8b240724eb5f2db2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc20b4e8166fb44f2b8b240724eb5f2db2.propsDefinition>;
|
1033
|
+
};
|
1034
|
+
};
|
1035
|
+
"LimitedLabel": {
|
1036
|
+
new (...args: any[]): {
|
1037
|
+
$props: typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f.propsDefinition>;
|
1038
|
+
};
|
1039
|
+
};
|
1040
|
+
"MagiclinkSignin": {
|
1041
|
+
new (...args: any[]): {
|
1042
|
+
$props: typeof wc106dba3f206e4ad7bbb28e574e3da49e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc106dba3f206e4ad7bbb28e574e3da49e.propsDefinition>;
|
1043
|
+
};
|
1044
|
+
};
|
1045
|
+
"MagiclinkSuccess": {
|
1046
|
+
new (...args: any[]): {
|
1047
|
+
$props: typeof wc168b37eb8cbc4e46944cbf9a6a5e9063.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc168b37eb8cbc4e46944cbf9a6a5e9063.propsDefinition>;
|
1048
|
+
};
|
1049
|
+
};
|
1050
|
+
"MagiclinkFailure": {
|
1051
|
+
new (...args: any[]): {
|
1052
|
+
$props: typeof wcd836de74ad894f4999e21046b1ba2cab.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd836de74ad894f4999e21046b1ba2cab.propsDefinition>;
|
1053
|
+
};
|
1054
|
+
};
|
1055
|
+
"MarkdownEditor": {
|
1056
|
+
new (...args: any[]): {
|
1057
|
+
$props: typeof wc744b3f31e00c4815b63ecaf638ad7a7a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc744b3f31e00c4815b63ecaf638ad7a7a.propsDefinition>;
|
1058
|
+
};
|
1059
|
+
};
|
1060
|
+
"MarkdownRenderer": {
|
1061
|
+
new (...args: any[]): {
|
1062
|
+
$props: typeof wcc8b990d01ddc45ab930b4409fc406435.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc8b990d01ddc45ab930b4409fc406435.propsDefinition>;
|
1063
|
+
};
|
1064
|
+
};
|
1065
|
+
"MediaPickerImage": {
|
1066
|
+
new (...args: any[]): {
|
1067
|
+
$props: typeof wce9bb3179713943d787e139cedf749838.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce9bb3179713943d787e139cedf749838.propsDefinition>;
|
1068
|
+
};
|
1069
|
+
};
|
1070
|
+
"MonacoEditor": {
|
1071
|
+
new (...args: any[]): {
|
1072
|
+
$props: typeof wc2e8004b49c8d44dd8edb56ce884c2b57.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2e8004b49c8d44dd8edb56ce884c2b57.propsDefinition>;
|
1073
|
+
};
|
1074
|
+
};
|
1075
|
+
"MultilingualInput": {
|
1076
|
+
new (...args: any[]): {
|
1077
|
+
$props: typeof wce95c4611a45548a79e4c3984d8e5228d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce95c4611a45548a79e4c3984d8e5228d.propsDefinition>;
|
1078
|
+
};
|
1079
|
+
};
|
1080
|
+
"OptionPicker": {
|
1081
|
+
new (...args: any[]): {
|
1082
|
+
$props: typeof wc7f06e68f94904b48b827b23acd148bec.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7f06e68f94904b48b827b23acd148bec.propsDefinition>;
|
1083
|
+
};
|
1084
|
+
};
|
1085
|
+
"PermissionInput": {
|
1086
|
+
new (...args: any[]): {
|
1087
|
+
$props: typeof wcfb67bd4d1cc24073ab123c822d78ea17.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfb67bd4d1cc24073ab123c822d78ea17.propsDefinition>;
|
1088
|
+
};
|
1089
|
+
};
|
1090
|
+
"PresetupWizard": {
|
1091
|
+
new (...args: any[]): {
|
1092
|
+
$props: typeof wc1a58948a606a42078da3fb919cc4f7e6.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1a58948a606a42078da3fb919cc4f7e6.propsDefinition>;
|
1093
|
+
};
|
1094
|
+
};
|
1095
|
+
"Profilecard": {
|
1096
|
+
new (...args: any[]): {
|
1097
|
+
$props: typeof wc6489472fd8d24a1b9413537fde528566.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6489472fd8d24a1b9413537fde528566.propsDefinition>;
|
1098
|
+
};
|
1099
|
+
};
|
1100
|
+
"ProfilecardRenderer": {
|
1101
|
+
new (...args: any[]): {
|
1102
|
+
$props: typeof wc6d1d84cb210643c59ca8437fc36c75a1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6d1d84cb210643c59ca8437fc36c75a1.propsDefinition>;
|
1103
|
+
};
|
1104
|
+
};
|
1105
|
+
"DatasourcePropertyPicker": {
|
1106
|
+
new (...args: any[]): {
|
1107
|
+
$props: typeof wc091ee9b103234b26a5e2bd5f992b2582.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc091ee9b103234b26a5e2bd5f992b2582.propsDefinition>;
|
1108
|
+
};
|
1109
|
+
};
|
1110
|
+
"PropertyRenderer": {
|
1111
|
+
new (...args: any[]): {
|
1112
|
+
$props: typeof wcf36a8a2b1c70423ebc4647aaddab8f4f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf36a8a2b1c70423ebc4647aaddab8f4f.propsDefinition>;
|
1113
|
+
};
|
1114
|
+
};
|
1115
|
+
"PropertyDefinitionRenderer": {
|
1116
|
+
new (...args: any[]): {
|
1117
|
+
$props: typeof wc48e897be803c4b5cb1db09dbadd04fe5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc48e897be803c4b5cb1db09dbadd04fe5.propsDefinition>;
|
1118
|
+
};
|
1119
|
+
};
|
1120
|
+
"PropertyConfiguration": {
|
1121
|
+
new (...args: any[]): {
|
1122
|
+
$props: typeof wce012f61b652b4ab8b7e9d436ef772f54.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce012f61b652b4ab8b7e9d436ef772f54.propsDefinition>;
|
1123
|
+
};
|
1124
|
+
};
|
1125
|
+
"PropertyLabelOptions": {
|
1126
|
+
new (...args: any[]): {
|
1127
|
+
$props: typeof wc54caefeaae1d4da7b236a3ff268b31c3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc54caefeaae1d4da7b236a3ff268b31c3.propsDefinition>;
|
1128
|
+
};
|
1129
|
+
};
|
1130
|
+
"PropertyLocking": {
|
1131
|
+
new (...args: any[]): {
|
1132
|
+
$props: typeof wc14f41bfbe00d46658959d3b2ebb7da69.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc14f41bfbe00d46658959d3b2ebb7da69.propsDefinition>;
|
1133
|
+
};
|
1134
|
+
};
|
1135
|
+
"PropertyInput": {
|
1136
|
+
new (...args: any[]): {
|
1137
|
+
$props: typeof wcb174dcf2716344b0bb02c981ae68dd73.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb174dcf2716344b0bb02c981ae68dd73.propsDefinition>;
|
1138
|
+
};
|
1139
|
+
};
|
1140
|
+
"RichTextEditor": {
|
1141
|
+
new (...args: any[]): {
|
1142
|
+
$props: typeof wc7474e75042e347b4821bbafdb1cb4ee0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7474e75042e347b4821bbafdb1cb4ee0.propsDefinition>;
|
1143
|
+
};
|
1144
|
+
};
|
1145
|
+
"RichTextEditorRenderer": {
|
1146
|
+
new (...args: any[]): {
|
1147
|
+
$props: typeof wcc3804d46bde14e61961f7de5ad9128d2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc3804d46bde14e61961f7de5ad9128d2.propsDefinition>;
|
1148
|
+
};
|
1149
|
+
};
|
1150
|
+
"RollupEmpty": {
|
1151
|
+
new (...args: any[]): {
|
1152
|
+
$props: typeof wc8c7794090eb647eb8510b39cbefa17a7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8c7794090eb647eb8510b39cbefa17a7.propsDefinition>;
|
1153
|
+
};
|
1154
|
+
};
|
1155
|
+
"SecurityTrimmer": {
|
1156
|
+
new (...args: any[]): {
|
1157
|
+
$props: typeof wc379287b1efe64a49a43fcd754d1fd951.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc379287b1efe64a49a43fcd754d1fd951.propsDefinition>;
|
1158
|
+
};
|
1159
|
+
};
|
1160
|
+
"SettingsPane": {
|
1161
|
+
new (...args: any[]): {
|
1162
|
+
$props: typeof wcc0de4753b9fe4004b0f4e6b6b91730ab.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc0de4753b9fe4004b0f4e6b6b91730ab.propsDefinition>;
|
1163
|
+
};
|
1164
|
+
};
|
1165
|
+
"SidePanel": {
|
1166
|
+
new (...args: any[]): {
|
1167
|
+
$props: typeof wc539d199f69934c10a963f142e4f3056d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc539d199f69934c10a963f142e4f3056d.propsDefinition>;
|
1168
|
+
};
|
1169
|
+
};
|
1170
|
+
"SigninPage": {
|
1171
|
+
new (...args: any[]): {
|
1172
|
+
$props: typeof wcb5315b31203e4bd1beb3c33f2122cbfe.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb5315b31203e4bd1beb3c33f2122cbfe.propsDefinition>;
|
1173
|
+
};
|
1174
|
+
};
|
1175
|
+
"SigninBlock": {
|
1176
|
+
new (...args: any[]): {
|
1177
|
+
$props: typeof wce4b25c06803a417a9c4aa4b7280a599b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce4b25c06803a417a9c4aa4b7280a599b.propsDefinition>;
|
1178
|
+
};
|
1179
|
+
};
|
1180
|
+
"SigninOmnia": {
|
1181
|
+
new (...args: any[]): {
|
1182
|
+
$props: typeof wcbc3b9409639d45829a6e58a4295bc470.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbc3b9409639d45829a6e58a4295bc470.propsDefinition>;
|
1183
|
+
};
|
1184
|
+
};
|
1185
|
+
"IdentityCreationRequestOmnia": {
|
1186
|
+
new (...args: any[]): {
|
1187
|
+
$props: typeof wc2b741f0203a54cb5a7be72e204ebecc8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2b741f0203a54cb5a7be72e204ebecc8.propsDefinition>;
|
1188
|
+
};
|
1189
|
+
};
|
1190
|
+
"IdentityCreationRequestConfirmEmailResultOmnia": {
|
1191
|
+
new (...args: any[]): {
|
1192
|
+
$props: typeof wcffcb5f0ddcfd445d81683167f298c336.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcffcb5f0ddcfd445d81683167f298c336.propsDefinition>;
|
1193
|
+
};
|
1194
|
+
};
|
1195
|
+
"Signout": {
|
1196
|
+
new (...args: any[]): {
|
1197
|
+
$props: typeof wcf297290b5ea4409a9738ca880f1ea612.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf297290b5ea4409a9738ca880f1ea612.propsDefinition>;
|
1198
|
+
};
|
1199
|
+
};
|
1200
|
+
"CommentComponent": {
|
1201
|
+
new (...args: any[]): {
|
1202
|
+
$props: typeof wc9be9d4f831fd4d15ab09d235d5cd6a38.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9be9d4f831fd4d15ab09d235d5cd6a38.propsDefinition>;
|
1203
|
+
};
|
1204
|
+
};
|
1205
|
+
"PeopleTaggingComponent": {
|
1206
|
+
new (...args: any[]): {
|
1207
|
+
$props: typeof wc239412079c474a78b857dd4bdca3ff84.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc239412079c474a78b857dd4bdca3ff84.propsDefinition>;
|
1208
|
+
};
|
1209
|
+
};
|
1210
|
+
"CommentDialog": {
|
1211
|
+
new (...args: any[]): {
|
1212
|
+
$props: typeof wcd737feca8c0e44c1808f6f016122f8ea.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd737feca8c0e44c1808f6f016122f8ea.propsDefinition>;
|
1213
|
+
};
|
1214
|
+
};
|
1215
|
+
"LikeComponent": {
|
1216
|
+
new (...args: any[]): {
|
1217
|
+
$props: typeof wcbe381da6819b477c857057f129cd9210.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbe381da6819b477c857057f129cd9210.propsDefinition>;
|
1218
|
+
};
|
1219
|
+
};
|
1220
|
+
"Reactions": {
|
1221
|
+
new (...args: any[]): {
|
1222
|
+
$props: typeof wcdc26034aad994c5c8ec6992d317df993.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdc26034aad994c5c8ec6992d317df993.propsDefinition>;
|
1223
|
+
};
|
1224
|
+
};
|
1225
|
+
"SpacingPicker": {
|
1226
|
+
new (...args: any[]): {
|
1227
|
+
$props: typeof wc564bced7081c496483e8df717f600ff3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc564bced7081c496483e8df717f600ff3.propsDefinition>;
|
1228
|
+
};
|
1229
|
+
};
|
1230
|
+
"StatusCodeRenderer": {
|
1231
|
+
new (...args: any[]): {
|
1232
|
+
$props: typeof wc5aaaefb501d64fe59da8b779a54c0a55.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5aaaefb501d64fe59da8b779a54c0a55.propsDefinition>;
|
1233
|
+
};
|
1234
|
+
};
|
1235
|
+
"StatusMessageOverlay": {
|
1236
|
+
new (...args: any[]): {
|
1237
|
+
$props: typeof wccb83d46eaaed44d4920d4d5da21bc488.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wccb83d46eaaed44d4920d4d5da21bc488.propsDefinition>;
|
1238
|
+
};
|
1239
|
+
};
|
1240
|
+
"TemplatePicker": {
|
1241
|
+
new (...args: any[]): {
|
1242
|
+
$props: typeof wc3ccd469648b244efb3fbf9b561ca1967.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3ccd469648b244efb3fbf9b561ca1967.propsDefinition>;
|
1243
|
+
};
|
1244
|
+
};
|
1245
|
+
"TimePeriodPicker": {
|
1246
|
+
new (...args: any[]): {
|
1247
|
+
$props: typeof wca9e655701cd249aca6b2af56caea6630.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca9e655701cd249aca6b2af56caea6630.propsDefinition>;
|
1248
|
+
};
|
1249
|
+
};
|
1250
|
+
"TypographyPicker": {
|
1251
|
+
new (...args: any[]): {
|
1252
|
+
$props: typeof wc54730f05dd2c4f2da1c830b3985b36a9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc54730f05dd2c4f2da1c830b3985b36a9.propsDefinition>;
|
1253
|
+
};
|
1254
|
+
};
|
1255
|
+
"UrlInputLegacy": {
|
1256
|
+
new (...args: any[]): {
|
1257
|
+
$props: typeof wc6f50634fb5c149e0964666bca7d9edc0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6f50634fb5c149e0964666bca7d9edc0.propsDefinition>;
|
1258
|
+
};
|
1259
|
+
};
|
1260
|
+
"UserPresence": {
|
1261
|
+
new (...args: any[]): {
|
1262
|
+
$props: typeof wc21a1f20b3d404602853049c1c8b8da2f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc21a1f20b3d404602853049c1c8b8da2f.propsDefinition>;
|
1263
|
+
};
|
1264
|
+
};
|
1265
|
+
"UsertypeLayoutRenderer": {
|
1266
|
+
new (...args: any[]): {
|
1267
|
+
$props: typeof wc30289e2b58ff48b0aabb3cb3732c3038.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc30289e2b58ff48b0aabb3cb3732c3038.propsDefinition>;
|
1268
|
+
};
|
1269
|
+
};
|
1270
|
+
"FieldValidation": {
|
1271
|
+
new (...args: any[]): {
|
1272
|
+
$props: typeof wc90cfd68bb4e04f67bfd5677bdf4af59d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc90cfd68bb4e04f67bfd5677bdf4af59d.propsDefinition>;
|
1273
|
+
};
|
1274
|
+
};
|
1275
|
+
"VersionedLayoutRenderer": {
|
1276
|
+
new (...args: any[]): {
|
1277
|
+
$props: typeof wcba03fc7e6921468289c0a0ffe0cf942e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcba03fc7e6921468289c0a0ffe0cf942e.propsDefinition>;
|
1278
|
+
};
|
1279
|
+
};
|
1280
|
+
"VersionedLayoutEditor": {
|
1281
|
+
new (...args: any[]): {
|
1282
|
+
$props: typeof wc73154f51a92944acbe248779a3fa7ef5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc73154f51a92944acbe248779a3fa7ef5.propsDefinition>;
|
1283
|
+
};
|
1284
|
+
};
|
1285
|
+
"VersionedLayoutController": {
|
1286
|
+
new (...args: any[]): {
|
1287
|
+
$props: typeof wcc88e2566b07a4680aef7f575f5c5641b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc88e2566b07a4680aef7f575f5c5641b.propsDefinition>;
|
1288
|
+
};
|
1289
|
+
};
|
1290
|
+
"VersionedLayoutEditorChrome": {
|
1291
|
+
new (...args: any[]): {
|
1292
|
+
$props: typeof wc177046bfd171495bbce70d1cd9242fa1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc177046bfd171495bbce70d1cd9242fa1.propsDefinition>;
|
1293
|
+
};
|
1294
|
+
};
|
1295
|
+
"Wizard": {
|
1296
|
+
new (...args: any[]): {
|
1297
|
+
$props: typeof wcbd6cd82aabef42e7bf60679c7d5fb470.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbd6cd82aabef42e7bf60679c7d5fb470.propsDefinition>;
|
1298
|
+
};
|
1299
|
+
};
|
1300
|
+
"TaxonomyFilterengineRenderer": {
|
1301
|
+
new (...args: any[]): {
|
1302
|
+
$props: typeof wc28d15a1179a04eaa9f2e82abe15f7177.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc28d15a1179a04eaa9f2e82abe15f7177.propsDefinition>;
|
1303
|
+
};
|
1304
|
+
};
|
1305
|
+
"FilterengineSelectionsareaTaxonomyproperty": {
|
1306
|
+
new (...args: any[]): {
|
1307
|
+
$props: typeof wcb1fca92af8524970b426823cf7ef65b5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb1fca92af8524970b426823cf7ef65b5.propsDefinition>;
|
1308
|
+
};
|
1309
|
+
};
|
1310
|
+
"QueryFilterBuilder": {
|
1311
|
+
new (...args: any[]): {
|
1312
|
+
$props: typeof wc8000658f96504040b6194f7e887665a7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8000658f96504040b6194f7e887665a7.propsDefinition>;
|
1313
|
+
};
|
1314
|
+
};
|
1315
|
+
"TargetingFilter": {
|
1316
|
+
new (...args: any[]): {
|
1317
|
+
$props: typeof wccff151bfd6e24f2fbacd02bba0fffe1f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wccff151bfd6e24f2fbacd02bba0fffe1f.propsDefinition>;
|
1318
|
+
};
|
1319
|
+
};
|
1320
|
+
"TermPicker": {
|
1321
|
+
new (...args: any[]): {
|
1322
|
+
$props: typeof wceb90230ea21a47af8ba7c2a3a18b8c6b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wceb90230ea21a47af8ba7c2a3a18b8c6b.propsDefinition>;
|
1323
|
+
};
|
1324
|
+
};
|
1325
|
+
"OmniaAdmin": {
|
1326
|
+
new (...args: any[]): {
|
1327
|
+
$props: typeof wcbc947f375ee34d2a98e2d431f2e45b62.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbc947f375ee34d2a98e2d431f2e45b62.propsDefinition>;
|
1328
|
+
};
|
1329
|
+
};
|
1330
|
+
"OmniaAdminRenderer": {
|
1331
|
+
new (...args: any[]): {
|
1332
|
+
$props: typeof wc253e469ef68e4cb5b526343736c2ff11.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc253e469ef68e4cb5b526343736c2ff11.propsDefinition>;
|
1333
|
+
};
|
1334
|
+
};
|
1335
|
+
"QueryableEnterpriseproperties": {
|
1336
|
+
new (...args: any[]): {
|
1337
|
+
$props: typeof wc759fc5cd65954caaaaf142223a054ea5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc759fc5cd65954caaaaf142223a054ea5.propsDefinition>;
|
1338
|
+
};
|
1339
|
+
};
|
1340
|
+
"AppInstanceRollup": {
|
1341
|
+
new (...args: any[]): {
|
1342
|
+
$props: typeof wca8f8d41d8ceb43e0b16398c209fd6b32.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca8f8d41d8ceb43e0b16398c209fd6b32.propsDefinition>;
|
1343
|
+
};
|
1344
|
+
};
|
1345
|
+
"AppInstanceRollupRenderer": {
|
1346
|
+
new (...args: any[]): {
|
1347
|
+
$props: typeof wc99576cfe75504d4babc4575e968f3f9c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc99576cfe75504d4babc4575e968f3f9c.propsDefinition>;
|
1348
|
+
};
|
1349
|
+
};
|
1350
|
+
"AppInstanceRollupMetricDetail": {
|
1351
|
+
new (...args: any[]): {
|
1352
|
+
$props: typeof wcfb44f129de804adbb2f134176c1c17a5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfb44f129de804adbb2f134176c1c17a5.propsDefinition>;
|
1353
|
+
};
|
1354
|
+
};
|
1355
|
+
"AppManagement": {
|
1356
|
+
new (...args: any[]): {
|
1357
|
+
$props: typeof wc450488bd95a34f368241e9b4d8c71dee.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc450488bd95a34f368241e9b4d8c71dee.propsDefinition>;
|
1358
|
+
};
|
1359
|
+
};
|
1360
|
+
"AppManagementInstanceTab": {
|
1361
|
+
new (...args: any[]): {
|
1362
|
+
$props: typeof wcd26f1c7425484ce6adfc9165704877e5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd26f1c7425484ce6adfc9165704877e5.propsDefinition>;
|
1363
|
+
};
|
1364
|
+
};
|
1365
|
+
"AppManagementTemplateTab": {
|
1366
|
+
new (...args: any[]): {
|
1367
|
+
$props: typeof wcdf7481b60b764c08865e658d9607387a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdf7481b60b764c08865e658d9607387a.propsDefinition>;
|
1368
|
+
};
|
1369
|
+
};
|
1370
|
+
"AppManagementLayoutTab": {
|
1371
|
+
new (...args: any[]): {
|
1372
|
+
$props: typeof wc6c400e11caad44bf8d174b145b6f122d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6c400e11caad44bf8d174b145b6f122d.propsDefinition>;
|
1373
|
+
};
|
1374
|
+
};
|
1375
|
+
"AppManagementNamingpolicyTab": {
|
1376
|
+
new (...args: any[]): {
|
1377
|
+
$props: typeof wc211ad37d3c1747c2a3fce889a433ebaa.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc211ad37d3c1747c2a3fce889a433ebaa.propsDefinition>;
|
1378
|
+
};
|
1379
|
+
};
|
1380
|
+
"TabManagement": {
|
1381
|
+
new (...args: any[]): {
|
1382
|
+
$props: typeof wc20bd8ac81b314379a3676ca3b31c720e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc20bd8ac81b314379a3676ca3b31c720e.propsDefinition>;
|
1383
|
+
};
|
1384
|
+
};
|
1385
|
+
"AppImageInput": {
|
1386
|
+
new (...args: any[]): {
|
1387
|
+
$props: typeof wc0edb482876244660a11456d63e31b847.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0edb482876244660a11456d63e31b847.propsDefinition>;
|
1388
|
+
};
|
1389
|
+
};
|
1390
|
+
"AppinstanceEditingJourney": {
|
1391
|
+
new (...args: any[]): {
|
1392
|
+
$props: typeof wcab791b4bc7e14d8798c9d2e30a9feabb.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcab791b4bc7e14d8798c9d2e30a9feabb.propsDefinition>;
|
1393
|
+
};
|
1394
|
+
};
|
1395
|
+
"AppinstanceProgressBlade": {
|
1396
|
+
new (...args: any[]): {
|
1397
|
+
$props: typeof wc24eddd6df7294957a8f31c89115945de.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc24eddd6df7294957a8f31c89115945de.propsDefinition>;
|
1398
|
+
};
|
1399
|
+
};
|
1400
|
+
"AppPropertiesInput": {
|
1401
|
+
new (...args: any[]): {
|
1402
|
+
$props: typeof wcf4841dc16bb3406985428b109cb3e048.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf4841dc16bb3406985428b109cb3e048.propsDefinition>;
|
1403
|
+
};
|
1404
|
+
};
|
1405
|
+
"AppInstanceInformationStep": {
|
1406
|
+
new (...args: any[]): {
|
1407
|
+
$props: typeof wc57666df7cbce43ca929dab5c9dcb66ff.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc57666df7cbce43ca929dab5c9dcb66ff.propsDefinition>;
|
1408
|
+
};
|
1409
|
+
};
|
1410
|
+
"AppInstanceUsersStep": {
|
1411
|
+
new (...args: any[]): {
|
1412
|
+
$props: typeof wc07713a5092f54467884d16df12975822.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc07713a5092f54467884d16df12975822.propsDefinition>;
|
1413
|
+
};
|
1414
|
+
};
|
1415
|
+
"AppInstanceProvisioningSummaryStep": {
|
1416
|
+
new (...args: any[]): {
|
1417
|
+
$props: typeof wc9c63c94671914f2ebcb8bf3ec9bad112.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9c63c94671914f2ebcb8bf3ec9bad112.propsDefinition>;
|
1418
|
+
};
|
1419
|
+
};
|
1420
|
+
"AppProvisioningWizard": {
|
1421
|
+
new (...args: any[]): {
|
1422
|
+
$props: typeof wc9de3fb352e0a4b6eb4b6aadd7d4717ff.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9de3fb352e0a4b6eb4b6aadd7d4717ff.propsDefinition>;
|
1423
|
+
};
|
1424
|
+
};
|
1425
|
+
"AppRouteInput": {
|
1426
|
+
new (...args: any[]): {
|
1427
|
+
$props: typeof wc22d04b93a87c44d290da28f58d163eeb.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc22d04b93a87c44d290da28f58d163eeb.propsDefinition>;
|
1428
|
+
};
|
1429
|
+
};
|
1430
|
+
"AppShowInPublicListingsInput": {
|
1431
|
+
new (...args: any[]): {
|
1432
|
+
$props: typeof wc8e21d658d6f84d70870d29805b27df86.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8e21d658d6f84d70870d29805b27df86.propsDefinition>;
|
1433
|
+
};
|
1434
|
+
};
|
1435
|
+
"AppDescriptionInput": {
|
1436
|
+
new (...args: any[]): {
|
1437
|
+
$props: typeof wc612fef70e86b4b12a4c138324dbc6895.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc612fef70e86b4b12a4c138324dbc6895.propsDefinition>;
|
1438
|
+
};
|
1439
|
+
};
|
1440
|
+
"AppTitleInput": {
|
1441
|
+
new (...args: any[]): {
|
1442
|
+
$props: typeof wc42aef9ddfa3745489aed5b4fedef43ed.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc42aef9ddfa3745489aed5b4fedef43ed.propsDefinition>;
|
1443
|
+
};
|
1444
|
+
};
|
1445
|
+
"AppProvisioningRenderer": {
|
1446
|
+
new (...args: any[]): {
|
1447
|
+
$props: typeof wc171ae6335cef4eaa88977eba3bca0049.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc171ae6335cef4eaa88977eba3bca0049.propsDefinition>;
|
1448
|
+
};
|
1449
|
+
};
|
1450
|
+
"Docs": {
|
1451
|
+
new (...args: any[]): {
|
1452
|
+
$props: typeof wc1f31fc580b854d19895c1879120a9891.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1f31fc580b854d19895c1879120a9891.propsDefinition>;
|
1453
|
+
};
|
1454
|
+
};
|
1455
|
+
"EditorChrome": {
|
1456
|
+
new (...args: any[]): {
|
1457
|
+
$props: typeof wc710dc11b823c4a80b2a031395c206325.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc710dc11b823c4a80b2a031395c206325.propsDefinition>;
|
1458
|
+
};
|
1459
|
+
};
|
1460
|
+
"EnterprisepropertyPicker": {
|
1461
|
+
new (...args: any[]): {
|
1462
|
+
$props: typeof wcb94ea0908c7f461085de9d21a61e0826.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb94ea0908c7f461085de9d21a61e0826.propsDefinition>;
|
1463
|
+
};
|
1464
|
+
};
|
1465
|
+
"EnterprisePropertyRenderer": {
|
1466
|
+
new (...args: any[]): {
|
1467
|
+
$props: typeof wc80899927961f45298421948c395d7f39.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc80899927961f45298421948c395d7f39.propsDefinition>;
|
1468
|
+
};
|
1469
|
+
};
|
1470
|
+
"EnterprisePropertyConfigurationRenderer": {
|
1471
|
+
new (...args: any[]): {
|
1472
|
+
$props: typeof wc22666b255eb64f378edf70d5e9859216.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc22666b255eb64f378edf70d5e9859216.propsDefinition>;
|
1473
|
+
};
|
1474
|
+
};
|
1475
|
+
"HubChat": {
|
1476
|
+
new (...args: any[]): {
|
1477
|
+
$props: typeof wcc587659a68194582be3c393240709785.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc587659a68194582be3c393240709785.propsDefinition>;
|
1478
|
+
};
|
1479
|
+
};
|
1480
|
+
"HubFeed": {
|
1481
|
+
new (...args: any[]): {
|
1482
|
+
$props: typeof wcb4fdf9c1a0314fb7a3d3d0cc6e9569b3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb4fdf9c1a0314fb7a3d3d0cc6e9569b3.propsDefinition>;
|
1483
|
+
};
|
1484
|
+
};
|
1485
|
+
"HubFeedSettings": {
|
1486
|
+
new (...args: any[]): {
|
1487
|
+
$props: typeof wcbaecc57591074830a5ae2dda9f6b5ed5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbaecc57591074830a5ae2dda9f6b5ed5.propsDefinition>;
|
1488
|
+
};
|
1489
|
+
};
|
1490
|
+
"HubFeedChrome": {
|
1491
|
+
new (...args: any[]): {
|
1492
|
+
$props: typeof wcb11d3955272348cdb3a131cb1bf61374.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb11d3955272348cdb3a131cb1bf61374.propsDefinition>;
|
1493
|
+
};
|
1494
|
+
};
|
1495
|
+
"MediaScalingSettings": {
|
1496
|
+
new (...args: any[]): {
|
1497
|
+
$props: typeof wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e.propsDefinition>;
|
1498
|
+
};
|
1499
|
+
};
|
1500
|
+
"JourneyTestbench": {
|
1501
|
+
new (...args: any[]): {
|
1502
|
+
$props: typeof wc2252e1bd3ac44ef9b92c68e5b1e41a49.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2252e1bd3ac44ef9b92c68e5b1e41a49.propsDefinition>;
|
1503
|
+
};
|
1504
|
+
};
|
1505
|
+
"Journey": {
|
1506
|
+
new (...args: any[]): {
|
1507
|
+
$props: typeof wcc0ba9c7ccef54093bcb0be49e7cf79df.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc0ba9c7ccef54093bcb0be49e7cf79df.propsDefinition>;
|
1508
|
+
};
|
1509
|
+
};
|
1510
|
+
"JourneyBlade": {
|
1511
|
+
new (...args: any[]): {
|
1512
|
+
$props: typeof wc4357bb8264e3482c8710afed3b2be35c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4357bb8264e3482c8710afed3b2be35c.propsDefinition>;
|
1513
|
+
};
|
1514
|
+
};
|
1515
|
+
"JourneyMenu": {
|
1516
|
+
new (...args: any[]): {
|
1517
|
+
$props: typeof wc828a4c20542945858e792ec584148a5c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc828a4c20542945858e792ec584148a5c.propsDefinition>;
|
1518
|
+
};
|
1519
|
+
};
|
1520
|
+
"LayoutEditorCanvas": {
|
1521
|
+
new (...args: any[]): {
|
1522
|
+
$props: typeof wc8e03e2f7fb024945bc51138b77d06088.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8e03e2f7fb024945bc51138b77d06088.propsDefinition>;
|
1523
|
+
};
|
1524
|
+
};
|
1525
|
+
"LayoutBlockRendererHelper": {
|
1526
|
+
new (...args: any[]): {
|
1527
|
+
$props: typeof wc0b2ee63495854227a082987161a9e641.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0b2ee63495854227a082987161a9e641.propsDefinition>;
|
1528
|
+
};
|
1529
|
+
};
|
1530
|
+
"LayoutRendererCanvas": {
|
1531
|
+
new (...args: any[]): {
|
1532
|
+
$props: typeof wcf346db89a53b404690b1795429fb0162.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf346db89a53b404690b1795429fb0162.propsDefinition>;
|
1533
|
+
};
|
1534
|
+
};
|
1535
|
+
"PhotowallSliderDisplayRenderer": {
|
1536
|
+
new (...args: any[]): {
|
1537
|
+
$props: typeof wc96c7e84dfb66450796fe123aea7999c5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc96c7e84dfb66450796fe123aea7999c5.propsDefinition>;
|
1538
|
+
};
|
1539
|
+
};
|
1540
|
+
"MediaDisplayRenderer": {
|
1541
|
+
new (...args: any[]): {
|
1542
|
+
$props: typeof wcc15cd6402e584ab18c73ed2b5e3eded9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc15cd6402e584ab18c73ed2b5e3eded9.propsDefinition>;
|
1543
|
+
};
|
1544
|
+
};
|
1545
|
+
"MediaPickerV2": {
|
1546
|
+
new (...args: any[]): {
|
1547
|
+
$props: typeof wc29f45ded4fb4479fab6fd6fd79505642.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc29f45ded4fb4479fab6fd6fd79505642.propsDefinition>;
|
1548
|
+
};
|
1549
|
+
};
|
1550
|
+
"MediaImagegridV2": {
|
1551
|
+
new (...args: any[]): {
|
1552
|
+
$props: typeof wccbf09a1933f049f7ab9785a3b5b5323a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wccbf09a1933f049f7ab9785a3b5b5323a.propsDefinition>;
|
1553
|
+
};
|
1554
|
+
};
|
1555
|
+
"ImageTransformerV2": {
|
1556
|
+
new (...args: any[]): {
|
1557
|
+
$props: typeof wc8c48b06bb9aa40699a8291b6e2c9780f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8c48b06bb9aa40699a8291b6e2c9780f.propsDefinition>;
|
1558
|
+
};
|
1559
|
+
};
|
1560
|
+
"MediaProvider": {
|
1561
|
+
new (...args: any[]): {
|
1562
|
+
$props: typeof wce559eebf085841a3a89804dc09e78c30.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce559eebf085841a3a89804dc09e78c30.propsDefinition>;
|
1563
|
+
};
|
1564
|
+
};
|
1565
|
+
"MediaPickerBingProvider": {
|
1566
|
+
new (...args: any[]): {
|
1567
|
+
$props: typeof wcfc7e793328e64088ab1b37b8f89e8693.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfc7e793328e64088ab1b37b8f89e8693.propsDefinition>;
|
1568
|
+
};
|
1569
|
+
};
|
1570
|
+
"MediaPickerMycomputerProvider": {
|
1571
|
+
new (...args: any[]): {
|
1572
|
+
$props: typeof wc781b7e9953cf4f5b9a402cad1a0cc654.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc781b7e9953cf4f5b9a402cad1a0cc654.propsDefinition>;
|
1573
|
+
};
|
1574
|
+
};
|
1575
|
+
"MediaPickerPexelsProviderV2": {
|
1576
|
+
new (...args: any[]): {
|
1577
|
+
$props: typeof wc0c762bb5c7e64ccd8a89907200dffca5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0c762bb5c7e64ccd8a89907200dffca5.propsDefinition>;
|
1578
|
+
};
|
1579
|
+
};
|
1580
|
+
"MediaPickerUnsplashProvider": {
|
1581
|
+
new (...args: any[]): {
|
1582
|
+
$props: typeof wc6e7529d994f9489ea5be5a129406caa2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6e7529d994f9489ea5be5a129406caa2.propsDefinition>;
|
1583
|
+
};
|
1584
|
+
};
|
1585
|
+
"OAlert": {
|
1586
|
+
new (...args: any[]): {
|
1587
|
+
$props: typeof wc8a200f29d7484601b901dd76ca8ec771.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8a200f29d7484601b901dd76ca8ec771.propsDefinition>;
|
1588
|
+
};
|
1589
|
+
};
|
1590
|
+
"OAppBar": {
|
1591
|
+
new (...args: any[]): {
|
1592
|
+
$props: typeof wc90d19714df6c4b16bd5d42bc705e7692.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc90d19714df6c4b16bd5d42bc705e7692.propsDefinition>;
|
1593
|
+
};
|
1594
|
+
};
|
1595
|
+
"OAvatar": {
|
1596
|
+
new (...args: any[]): {
|
1597
|
+
$props: typeof wc8848766a05fd4a7a8e1a89376b3cf09a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8848766a05fd4a7a8e1a89376b3cf09a.propsDefinition>;
|
1598
|
+
};
|
1599
|
+
};
|
1600
|
+
"OBadge": {
|
1601
|
+
new (...args: any[]): {
|
1602
|
+
$props: typeof wc4cc48714e16a45feb2d213932a13d1f8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4cc48714e16a45feb2d213932a13d1f8.propsDefinition>;
|
1603
|
+
};
|
1604
|
+
};
|
1605
|
+
"OBtn": {
|
1606
|
+
new (...args: any[]): {
|
1607
|
+
$props: typeof wc2dc36afd27594696ad30c07d123dcc62.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2dc36afd27594696ad30c07d123dcc62.propsDefinition>;
|
1608
|
+
};
|
1609
|
+
};
|
1610
|
+
"OBtnGroup": {
|
1611
|
+
new (...args: any[]): {
|
1612
|
+
$props: typeof wc2c9330897d814c55987d0530d63d458e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2c9330897d814c55987d0530d63d458e.propsDefinition>;
|
1613
|
+
};
|
1614
|
+
};
|
1615
|
+
"OCard": {
|
1616
|
+
new (...args: any[]): {
|
1617
|
+
$props: typeof wc9349eb7714274f73bb91f7994524e5c8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9349eb7714274f73bb91f7994524e5c8.propsDefinition>;
|
1618
|
+
};
|
1619
|
+
};
|
1620
|
+
"OCheckbox": {
|
1621
|
+
new (...args: any[]): {
|
1622
|
+
$props: typeof wcf552852ba9874a378c9329da62aaf9dc.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf552852ba9874a378c9329da62aaf9dc.propsDefinition>;
|
1623
|
+
};
|
1624
|
+
};
|
1625
|
+
"OChip": {
|
1626
|
+
new (...args: any[]): {
|
1627
|
+
$props: typeof wcf12317feb91b4efebc337cfe39fabe1c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf12317feb91b4efebc337cfe39fabe1c.propsDefinition>;
|
1628
|
+
};
|
1629
|
+
};
|
1630
|
+
"OColorPicker": {
|
1631
|
+
new (...args: any[]): {
|
1632
|
+
$props: typeof wc28370f0312764e82b4c29237f943710a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc28370f0312764e82b4c29237f943710a.propsDefinition>;
|
1633
|
+
};
|
1634
|
+
};
|
1635
|
+
"OColGrid": {
|
1636
|
+
new (...args: any[]): {
|
1637
|
+
$props: typeof wc58850535f48040bc98b40064f89d19d0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc58850535f48040bc98b40064f89d19d0.propsDefinition>;
|
1638
|
+
};
|
1639
|
+
};
|
1640
|
+
"OCol": {
|
1641
|
+
new (...args: any[]): {
|
1642
|
+
$props: typeof wcd116618a12d0439f8da809535809c260.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd116618a12d0439f8da809535809c260.propsDefinition>;
|
1643
|
+
};
|
1644
|
+
};
|
1645
|
+
"ODataTable": {
|
1646
|
+
new (...args: any[]): {
|
1647
|
+
$props: typeof wc27c00720f7fb46bbb39286a2cb94797c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc27c00720f7fb46bbb39286a2cb94797c.propsDefinition>;
|
1648
|
+
};
|
1649
|
+
};
|
1650
|
+
"ODataTableServer": {
|
1651
|
+
new (...args: any[]): {
|
1652
|
+
$props: typeof wc810f65f430374ef2a142907a707f650f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc810f65f430374ef2a142907a707f650f.propsDefinition>;
|
1653
|
+
};
|
1654
|
+
};
|
1655
|
+
"ODatePicker": {
|
1656
|
+
new (...args: any[]): {
|
1657
|
+
$props: typeof wcb10a0917fdc744c890d9b472ee3b3c99.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb10a0917fdc744c890d9b472ee3b3c99.propsDefinition>;
|
1658
|
+
};
|
1659
|
+
};
|
1660
|
+
"ODialog": {
|
1661
|
+
new (...args: any[]): {
|
1662
|
+
$props: typeof wcdc1c89b3d0c24b7aa1050f19a0f962b3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdc1c89b3d0c24b7aa1050f19a0f962b3.propsDefinition>;
|
1663
|
+
};
|
1664
|
+
};
|
1665
|
+
"ODivider": {
|
1666
|
+
new (...args: any[]): {
|
1667
|
+
$props: typeof wcc0415286cfac41349dd264dc1621c463.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc0415286cfac41349dd264dc1621c463.propsDefinition>;
|
1668
|
+
};
|
1669
|
+
};
|
1670
|
+
"ODraggable": {
|
1671
|
+
new (...args: any[]): {
|
1672
|
+
$props: typeof wc3465fc250ac44f43af9d3df1cf17ec55.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3465fc250ac44f43af9d3df1cf17ec55.propsDefinition>;
|
1673
|
+
};
|
1674
|
+
};
|
1675
|
+
"OExpansionPanels": {
|
1676
|
+
new (...args: any[]): {
|
1677
|
+
$props: typeof wc220372653d7a43a6a79cf1d01a23cffb.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc220372653d7a43a6a79cf1d01a23cffb.propsDefinition>;
|
1678
|
+
};
|
1679
|
+
};
|
1680
|
+
"OExpansionPanel": {
|
1681
|
+
new (...args: any[]): {
|
1682
|
+
$props: typeof wca6ca5f7d21d24b168fcab70c965fded1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca6ca5f7d21d24b168fcab70c965fded1.propsDefinition>;
|
1683
|
+
};
|
1684
|
+
};
|
1685
|
+
"OFlex": {
|
1686
|
+
new (...args: any[]): {
|
1687
|
+
$props: typeof wc1691e25d963243f9b78a548fe8d2e8a7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1691e25d963243f9b78a548fe8d2e8a7.propsDefinition>;
|
1688
|
+
};
|
1689
|
+
};
|
1690
|
+
"ORow": {
|
1691
|
+
new (...args: any[]): {
|
1692
|
+
$props: typeof wcee11b15d9e30495fb46b0c84244110c2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcee11b15d9e30495fb46b0c84244110c2.propsDefinition>;
|
1693
|
+
};
|
1694
|
+
};
|
1695
|
+
"OForm": {
|
1696
|
+
new (...args: any[]): {
|
1697
|
+
$props: typeof wc02b49401a3554f3db9fc158e52535ac3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc02b49401a3554f3db9fc158e52535ac3.propsDefinition>;
|
1698
|
+
};
|
1699
|
+
};
|
1700
|
+
"OHostProvider": {
|
1701
|
+
new (...args: any[]): {
|
1702
|
+
$props: typeof wc8beba318c75e49aab203190ba1953c71.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8beba318c75e49aab203190ba1953c71.propsDefinition>;
|
1703
|
+
};
|
1704
|
+
};
|
1705
|
+
"OIcon": {
|
1706
|
+
new (...args: any[]): {
|
1707
|
+
$props: typeof wcdf79ba95ee5d40139e7935297b7d1e87.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdf79ba95ee5d40139e7935297b7d1e87.propsDefinition>;
|
1708
|
+
};
|
1709
|
+
};
|
1710
|
+
"OImg": {
|
1711
|
+
new (...args: any[]): {
|
1712
|
+
$props: typeof wc1a821ca3b97a4b78bf235864addd38ca.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1a821ca3b97a4b78bf235864addd38ca.propsDefinition>;
|
1713
|
+
};
|
1714
|
+
};
|
1715
|
+
"OInfiniteScroll": {
|
1716
|
+
new (...args: any[]): {
|
1717
|
+
$props: typeof wcfb478d201092422aa2106afa9758300f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfb478d201092422aa2106afa9758300f.propsDefinition>;
|
1718
|
+
};
|
1719
|
+
};
|
1720
|
+
"OLayout": {
|
1721
|
+
new (...args: any[]): {
|
1722
|
+
$props: typeof wc428e436c13dc457898a408786361c9b1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc428e436c13dc457898a408786361c9b1.propsDefinition>;
|
1723
|
+
};
|
1724
|
+
};
|
1725
|
+
"OLazy": {
|
1726
|
+
new (...args: any[]): {
|
1727
|
+
$props: typeof wc2df6ab65eea84ed8bab297dff9c56224.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2df6ab65eea84ed8bab297dff9c56224.propsDefinition>;
|
1728
|
+
};
|
1729
|
+
};
|
1730
|
+
"OLink": {
|
1731
|
+
new (...args: any[]): {
|
1732
|
+
$props: typeof wc75cd93099dd146469e0ce6b5b1cac14d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc75cd93099dd146469e0ce6b5b1cac14d.propsDefinition>;
|
1733
|
+
};
|
1734
|
+
};
|
1735
|
+
"OList": {
|
1736
|
+
new (...args: any[]): {
|
1737
|
+
$props: typeof wc154a229c9bd84d31aed848da93f29ea2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc154a229c9bd84d31aed848da93f29ea2.propsDefinition>;
|
1738
|
+
};
|
1739
|
+
};
|
1740
|
+
"OListItem": {
|
1741
|
+
new (...args: any[]): {
|
1742
|
+
$props: typeof wc4a4631845ea24fbb8cabdbb9b06772da.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4a4631845ea24fbb8cabdbb9b06772da.propsDefinition>;
|
1743
|
+
};
|
1744
|
+
};
|
1745
|
+
"OMain": {
|
1746
|
+
new (...args: any[]): {
|
1747
|
+
$props: typeof wc1ed9f2ec3580492cb211d719c9b15ad1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1ed9f2ec3580492cb211d719c9b15ad1.propsDefinition>;
|
1748
|
+
};
|
1749
|
+
};
|
1750
|
+
"OMenu": {
|
1751
|
+
new (...args: any[]): {
|
1752
|
+
$props: typeof wc01c206c8b30e41408b6457cdea679b78.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc01c206c8b30e41408b6457cdea679b78.propsDefinition>;
|
1753
|
+
};
|
1754
|
+
};
|
1755
|
+
"ONavigationDrawer": {
|
1756
|
+
new (...args: any[]): {
|
1757
|
+
$props: typeof wc48b4d391d03f4a01a9485b845917d229.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc48b4d391d03f4a01a9485b845917d229.propsDefinition>;
|
1758
|
+
};
|
1759
|
+
};
|
1760
|
+
"ONotification": {
|
1761
|
+
new (...args: any[]): {
|
1762
|
+
$props: typeof wc16277e3059db453eb98ad6946d315c39.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc16277e3059db453eb98ad6946d315c39.propsDefinition>;
|
1763
|
+
};
|
1764
|
+
};
|
1765
|
+
"OPagination": {
|
1766
|
+
new (...args: any[]): {
|
1767
|
+
$props: typeof wcecbd3b3dbc834cf0856597772da1320c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcecbd3b3dbc834cf0856597772da1320c.propsDefinition>;
|
1768
|
+
};
|
1769
|
+
};
|
1770
|
+
"OPanel": {
|
1771
|
+
new (...args: any[]): {
|
1772
|
+
$props: typeof wc1d8d2a2328244f1eab96344841305976.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1d8d2a2328244f1eab96344841305976.propsDefinition>;
|
1773
|
+
};
|
1774
|
+
};
|
1775
|
+
"OProgress": {
|
1776
|
+
new (...args: any[]): {
|
1777
|
+
$props: typeof wc247719ac6d3843ec889face452544a21.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc247719ac6d3843ec889face452544a21.propsDefinition>;
|
1778
|
+
};
|
1779
|
+
};
|
1780
|
+
"ORadioGroup": {
|
1781
|
+
new (...args: any[]): {
|
1782
|
+
$props: typeof wc48962186dfb94f37adc76f475b80015d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc48962186dfb94f37adc76f475b80015d.propsDefinition>;
|
1783
|
+
};
|
1784
|
+
};
|
1785
|
+
"ORadio": {
|
1786
|
+
new (...args: any[]): {
|
1787
|
+
$props: typeof wc2d9c50d3dcb1421cafb8eab80be243a1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2d9c50d3dcb1421cafb8eab80be243a1.propsDefinition>;
|
1788
|
+
};
|
1789
|
+
};
|
1790
|
+
"ORangeSlider": {
|
1791
|
+
new (...args: any[]): {
|
1792
|
+
$props: typeof wc8a82f6b541cc49b2ade3e5b880fd3a58.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8a82f6b541cc49b2ade3e5b880fd3a58.propsDefinition>;
|
1793
|
+
};
|
1794
|
+
};
|
1795
|
+
"ORating": {
|
1796
|
+
new (...args: any[]): {
|
1797
|
+
$props: typeof wc4c41fd8799ae43468150fd47661e8100.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4c41fd8799ae43468150fd47661e8100.propsDefinition>;
|
1798
|
+
};
|
1799
|
+
};
|
1800
|
+
"OScrollContainer": {
|
1801
|
+
new (...args: any[]): {
|
1802
|
+
$props: typeof wc177587e103904861b5d4d491388a01b1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc177587e103904861b5d4d491388a01b1.propsDefinition>;
|
1803
|
+
};
|
1804
|
+
};
|
1805
|
+
"OSelect": {
|
1806
|
+
new (...args: any[]): {
|
1807
|
+
$props: typeof wc578e2a4d5cd247a4b1291911256253a7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc578e2a4d5cd247a4b1291911256253a7.propsDefinition>;
|
1808
|
+
};
|
1809
|
+
};
|
1810
|
+
"OSkeletonLoader": {
|
1811
|
+
new (...args: any[]): {
|
1812
|
+
$props: typeof wc2ade92721b3c426fac97c63026f77351.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2ade92721b3c426fac97c63026f77351.propsDefinition>;
|
1813
|
+
};
|
1814
|
+
};
|
1815
|
+
"OSlidePanel": {
|
1816
|
+
new (...args: any[]): {
|
1817
|
+
$props: typeof wc8b0bddecd5d74fcba7aac87913137ca3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8b0bddecd5d74fcba7aac87913137ca3.propsDefinition>;
|
1818
|
+
};
|
1819
|
+
};
|
1820
|
+
"OSlide": {
|
1821
|
+
new (...args: any[]): {
|
1822
|
+
$props: typeof wc3fa834509fe3419fb005e2dd17325449.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3fa834509fe3419fb005e2dd17325449.propsDefinition>;
|
1823
|
+
};
|
1824
|
+
};
|
1825
|
+
"OSlider": {
|
1826
|
+
new (...args: any[]): {
|
1827
|
+
$props: typeof wcd108fdde5ca942d7ae92195eb74b5452.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd108fdde5ca942d7ae92195eb74b5452.propsDefinition>;
|
1828
|
+
};
|
1829
|
+
};
|
1830
|
+
"OSnackbar": {
|
1831
|
+
new (...args: any[]): {
|
1832
|
+
$props: typeof wca19feddcd78b4065b7650162fd088379.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca19feddcd78b4065b7650162fd088379.propsDefinition>;
|
1833
|
+
};
|
1834
|
+
};
|
1835
|
+
"OSpacer": {
|
1836
|
+
new (...args: any[]): {
|
1837
|
+
$props: typeof wcc26ccc7aeae04f76a062e83c6df302fc.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc26ccc7aeae04f76a062e83c6df302fc.propsDefinition>;
|
1838
|
+
};
|
1839
|
+
};
|
1840
|
+
"OSplitpanes": {
|
1841
|
+
new (...args: any[]): {
|
1842
|
+
$props: typeof wc6b7f04ba8fc4487ea496dd8e42b55dbd.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6b7f04ba8fc4487ea496dd8e42b55dbd.propsDefinition>;
|
1843
|
+
};
|
1844
|
+
};
|
1845
|
+
"OSplitpaneItem": {
|
1846
|
+
new (...args: any[]): {
|
1847
|
+
$props: typeof wc170e15fd849e41568ed9b48f88711527.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc170e15fd849e41568ed9b48f88711527.propsDefinition>;
|
1848
|
+
};
|
1849
|
+
};
|
1850
|
+
"OStepper": {
|
1851
|
+
new (...args: any[]): {
|
1852
|
+
$props: typeof wc7cc2d4feecde4174badc5797ba6fb53e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7cc2d4feecde4174badc5797ba6fb53e.propsDefinition>;
|
1853
|
+
};
|
1854
|
+
};
|
1855
|
+
"OStepperStep": {
|
1856
|
+
new (...args: any[]): {
|
1857
|
+
$props: typeof wca8c8ffd3d8ff46ee969d8fb6b9522104.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca8c8ffd3d8ff46ee969d8fb6b9522104.propsDefinition>;
|
1858
|
+
};
|
1859
|
+
};
|
1860
|
+
"OSwitch": {
|
1861
|
+
new (...args: any[]): {
|
1862
|
+
$props: typeof wc31cc47b19e7d4c40b826f58d1c955a43.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc31cc47b19e7d4c40b826f58d1c955a43.propsDefinition>;
|
1863
|
+
};
|
1864
|
+
};
|
1865
|
+
"OTabs": {
|
1866
|
+
new (...args: any[]): {
|
1867
|
+
$props: typeof wc7345c491927b43438d9f5e14f51fbfad.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7345c491927b43438d9f5e14f51fbfad.propsDefinition>;
|
1868
|
+
};
|
1869
|
+
};
|
1870
|
+
"OTab": {
|
1871
|
+
new (...args: any[]): {
|
1872
|
+
$props: typeof wc8669930d609c497e8cde0c554621db88.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8669930d609c497e8cde0c554621db88.propsDefinition>;
|
1873
|
+
};
|
1874
|
+
};
|
1875
|
+
"OTable": {
|
1876
|
+
new (...args: any[]): {
|
1877
|
+
$props: typeof wc9ae46ba053704a329be291bf111c2a85.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9ae46ba053704a329be291bf111c2a85.propsDefinition>;
|
1878
|
+
};
|
1879
|
+
};
|
1880
|
+
"OText": {
|
1881
|
+
new (...args: any[]): {
|
1882
|
+
$props: typeof wcb5a113074f704ba89e1ee4102ea95536.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb5a113074f704ba89e1ee4102ea95536.propsDefinition>;
|
1883
|
+
};
|
1884
|
+
};
|
1885
|
+
"OTextarea": {
|
1886
|
+
new (...args: any[]): {
|
1887
|
+
$props: typeof wc1e7db8a98533485d97b4359f64601ff0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1e7db8a98533485d97b4359f64601ff0.propsDefinition>;
|
1888
|
+
};
|
1889
|
+
};
|
1890
|
+
"OTextField": {
|
1891
|
+
new (...args: any[]): {
|
1892
|
+
$props: typeof wc94cf71a5a68d4b86aea325d400df2bd2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc94cf71a5a68d4b86aea325d400df2bd2.propsDefinition>;
|
1893
|
+
};
|
1894
|
+
};
|
1895
|
+
"OToolbar": {
|
1896
|
+
new (...args: any[]): {
|
1897
|
+
$props: typeof wc575bd9ad6c0d4fc9ab53fbd1b93786c4.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc575bd9ad6c0d4fc9ab53fbd1b93786c4.propsDefinition>;
|
1898
|
+
};
|
1899
|
+
};
|
1900
|
+
"OTooltip": {
|
1901
|
+
new (...args: any[]): {
|
1902
|
+
$props: typeof wc19adb19938604f41b10f3a00eb3eb534.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc19adb19938604f41b10f3a00eb3eb534.propsDefinition>;
|
1903
|
+
};
|
1904
|
+
};
|
1905
|
+
"OTreeview": {
|
1906
|
+
new (...args: any[]): {
|
1907
|
+
$props: typeof wcc617a9d7e25249929c41becb55905973.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc617a9d7e25249929c41becb55905973.propsDefinition>;
|
1908
|
+
};
|
1909
|
+
};
|
1910
|
+
"OValidation": {
|
1911
|
+
new (...args: any[]): {
|
1912
|
+
$props: typeof wc1e7fa637f4914cbeb9ceb6d577fec150.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1e7fa637f4914cbeb9ceb6d577fec150.propsDefinition>;
|
1913
|
+
};
|
1914
|
+
};
|
1915
|
+
"PropertyBlockV2": {
|
1916
|
+
new (...args: any[]): {
|
1917
|
+
$props: typeof wc8270a3e368484538870b0bc4a6654234.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8270a3e368484538870b0bc4a6654234.propsDefinition>;
|
1918
|
+
};
|
1919
|
+
};
|
1920
|
+
"PropertyBlockV2Settings": {
|
1921
|
+
new (...args: any[]): {
|
1922
|
+
$props: typeof wcab2cfe16632d45b5bab39e05612982a3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcab2cfe16632d45b5bab39e05612982a3.propsDefinition>;
|
1923
|
+
};
|
1924
|
+
};
|
1925
|
+
"Emoticon": {
|
1926
|
+
new (...args: any[]): {
|
1927
|
+
$props: typeof wc58330f37503947799af05363e58bda3c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc58330f37503947799af05363e58bda3c.propsDefinition>;
|
1928
|
+
};
|
1929
|
+
};
|
1930
|
+
"TextcompletionPanel": {
|
1931
|
+
new (...args: any[]): {
|
1932
|
+
$props: typeof wc327ec741777b4e1ea8017f1d0a3b8d9d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc327ec741777b4e1ea8017f1d0a3b8d9d.propsDefinition>;
|
1933
|
+
};
|
1934
|
+
};
|
1935
|
+
"LikeactionSettings": {
|
1936
|
+
new (...args: any[]): {
|
1937
|
+
$props: typeof wc762d4009466d494e94cbcc3e90dff11d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc762d4009466d494e94cbcc3e90dff11d.propsDefinition>;
|
1938
|
+
};
|
1939
|
+
};
|
1940
|
+
"CommentLikeTemplate": {
|
1941
|
+
new (...args: any[]): {
|
1942
|
+
$props: typeof wc0e7c178722cb41108b4740dbc788b4e5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0e7c178722cb41108b4740dbc788b4e5.propsDefinition>;
|
1943
|
+
};
|
1944
|
+
};
|
1945
|
+
"LikeListingTemplate": {
|
1946
|
+
new (...args: any[]): {
|
1947
|
+
$props: typeof wc0e7c178722cb41108b4740dbc788b4ee.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0e7c178722cb41108b4740dbc788b4ee.propsDefinition>;
|
1948
|
+
};
|
1949
|
+
};
|
1950
|
+
"ThemedefinitionEditor": {
|
1951
|
+
new (...args: any[]): {
|
1952
|
+
$props: typeof wc4ff736bf8c544324883ed49f2a38f846.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4ff736bf8c544324883ed49f2a38f846.propsDefinition>;
|
1953
|
+
};
|
1954
|
+
};
|
1955
|
+
"OmniaWorkplaceAdminTenantDesignJourney": {
|
1956
|
+
new (...args: any[]): {
|
1957
|
+
$props: typeof wc97cad1f254694fb2ab76b333cf8fe84c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc97cad1f254694fb2ab76b333cf8fe84c.propsDefinition>;
|
1958
|
+
};
|
1959
|
+
};
|
1960
|
+
"ThemeDefinitionPicker": {
|
1961
|
+
new (...args: any[]): {
|
1962
|
+
$props: typeof wc252ece0016594978b3ddfafdd59adda4.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc252ece0016594978b3ddfafdd59adda4.propsDefinition>;
|
1963
|
+
};
|
1964
|
+
};
|
1965
|
+
"ThemeEditorV2": {
|
1966
|
+
new (...args: any[]): {
|
1967
|
+
$props: typeof wc5abbb7170e454f0d8cb537bcad180cd7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5abbb7170e454f0d8cb537bcad180cd7.propsDefinition>;
|
1968
|
+
};
|
1969
|
+
};
|
1970
|
+
"ThemeProvider": {
|
1971
|
+
new (...args: any[]): {
|
1972
|
+
$props: typeof wc008c41f92c8847eea45f09ebc0535fc1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc008c41f92c8847eea45f09ebc0535fc1.propsDefinition>;
|
1973
|
+
};
|
1974
|
+
};
|
1975
|
+
"VelcronEditor": {
|
1976
|
+
new (...args: any[]): {
|
1977
|
+
$props: typeof wcc75ffd4cf2f14b6685c5c2d894fdf00f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc75ffd4cf2f14b6685c5c2d894fdf00f.propsDefinition>;
|
1978
|
+
};
|
1979
|
+
};
|
1980
|
+
"VelcronRenderer": {
|
1981
|
+
new (...args: any[]): {
|
1982
|
+
$props: typeof wc3dd4d94bcc254f9fac2100a3ff84dc7e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3dd4d94bcc254f9fac2100a3ff84dc7e.propsDefinition>;
|
1983
|
+
};
|
1984
|
+
};
|
1985
|
+
"VelcronComponentCreator": {
|
1986
|
+
new (...args: any[]): {
|
1987
|
+
$props: typeof wc64567c1ccfb84d1380725db72ad01eeb.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc64567c1ccfb84d1380725db72ad01eeb.propsDefinition>;
|
1988
|
+
};
|
1989
|
+
};
|
1990
|
+
"VelcronApp": {
|
1991
|
+
new (...args: any[]): {
|
1992
|
+
$props: typeof wcdcf9c3e24a774e4dae784a3eac29d488.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdcf9c3e24a774e4dae784a3eac29d488.propsDefinition>;
|
1993
|
+
};
|
1994
|
+
};
|
1995
|
+
"VersionedLayoutBladeBuilder": {
|
1996
|
+
new (...args: any[]): {
|
1997
|
+
$props: typeof wc35ec8e8c3b6e45858afd0b1832eef250.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc35ec8e8c3b6e45858afd0b1832eef250.propsDefinition>;
|
1998
|
+
};
|
1999
|
+
};
|
2000
|
+
"VersionedLayoutListBladeBuilder": {
|
2001
|
+
new (...args: any[]): {
|
2002
|
+
$props: typeof wccd42d83eed234adaaea7498795c701ee.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wccd42d83eed234adaaea7498795c701ee.propsDefinition>;
|
2003
|
+
};
|
2004
|
+
};
|
2005
|
+
"PropertiesTermSetDisplay": {
|
2006
|
+
new (...args: any[]): {
|
2007
|
+
$props: typeof wc7332138e1e7845d1a5e62597a27e44a4.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7332138e1e7845d1a5e62597a27e44a4.propsDefinition>;
|
2008
|
+
};
|
2009
|
+
};
|
2010
|
+
"PropertiesTermSetEditor": {
|
2011
|
+
new (...args: any[]): {
|
2012
|
+
$props: typeof wc83dee8a1eea84537ad9544e8b9fc4cb1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc83dee8a1eea84537ad9544e8b9fc4cb1.propsDefinition>;
|
2013
|
+
};
|
2014
|
+
};
|
2015
|
+
"PropertiesTermSetConfiguration": {
|
2016
|
+
new (...args: any[]): {
|
2017
|
+
$props: typeof wca9cc1e1ff5894f4db7005bc49c6c47c5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca9cc1e1ff5894f4db7005bc49c6c47c5.propsDefinition>;
|
2018
|
+
};
|
2019
|
+
};
|
2020
|
+
"EnterprisepropertiesDatafieldDisplay": {
|
2021
|
+
new (...args: any[]): {
|
2022
|
+
$props: typeof wc4fc2b52f62484d5caced1c31f7ead58b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4fc2b52f62484d5caced1c31f7ead58b.propsDefinition>;
|
2023
|
+
};
|
2024
|
+
};
|
2025
|
+
"EnterprisepropertiesPersonfieldDisplay": {
|
2026
|
+
new (...args: any[]): {
|
2027
|
+
$props: typeof wc08f6ee02c5d94b648f630ec352fdd94c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc08f6ee02c5d94b648f630ec352fdd94c.propsDefinition>;
|
2028
|
+
};
|
2029
|
+
};
|
2030
|
+
"EnterprisepropertiesDatafieldEdit": {
|
2031
|
+
new (...args: any[]): {
|
2032
|
+
$props: typeof wcbb27e780de41442fa9cab8cef6c71100.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbb27e780de41442fa9cab8cef6c71100.propsDefinition>;
|
2033
|
+
};
|
2034
|
+
};
|
2035
|
+
"EnterprisepropertiesExtendedPropertySettings": {
|
2036
|
+
new (...args: any[]): {
|
2037
|
+
$props: typeof wc4ecc566131194348b7ec8495a06d4fd6.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4ecc566131194348b7ec8495a06d4fd6.propsDefinition>;
|
2038
|
+
};
|
2039
|
+
};
|
2040
|
+
"FilterenginePersonPropertysettings": {
|
2041
|
+
new (...args: any[]): {
|
2042
|
+
$props: typeof wceed905b1712c498ebd5bb24f12ed10d7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wceed905b1712c498ebd5bb24f12ed10d7.propsDefinition>;
|
2043
|
+
};
|
2044
|
+
};
|
2045
|
+
"FilterenginePersonDefaultvalueInput": {
|
2046
|
+
new (...args: any[]): {
|
2047
|
+
$props: typeof wcad26e9b3bf774d949d153b9f9d1d4b02.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcad26e9b3bf774d949d153b9f9d1d4b02.propsDefinition>;
|
2048
|
+
};
|
2049
|
+
};
|
2050
|
+
"FilterengineTextPropertysettings": {
|
2051
|
+
new (...args: any[]): {
|
2052
|
+
$props: typeof wc7b2e1b93599a4e5fb878fb68b6abd74c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7b2e1b93599a4e5fb878fb68b6abd74c.propsDefinition>;
|
2053
|
+
};
|
2054
|
+
};
|
2055
|
+
"FilterengineTextDefaultvalueInput": {
|
2056
|
+
new (...args: any[]): {
|
2057
|
+
$props: typeof wc47fde3016cac4cfea002b318651b2946.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc47fde3016cac4cfea002b318651b2946.propsDefinition>;
|
2058
|
+
};
|
2059
|
+
};
|
2060
|
+
"FilterengineBooleanPropertysettings": {
|
2061
|
+
new (...args: any[]): {
|
2062
|
+
$props: typeof wc031ba18d4af243d2b9f1724a56077890.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc031ba18d4af243d2b9f1724a56077890.propsDefinition>;
|
2063
|
+
};
|
2064
|
+
};
|
2065
|
+
"FilterengineBooleanDefaultvalueInput": {
|
2066
|
+
new (...args: any[]): {
|
2067
|
+
$props: typeof wc6003c34b7d2d49cc8a9c7440371dca4b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6003c34b7d2d49cc8a9c7440371dca4b.propsDefinition>;
|
2068
|
+
};
|
2069
|
+
};
|
2070
|
+
"FilterengineDatetimePropertysettings": {
|
2071
|
+
new (...args: any[]): {
|
2072
|
+
$props: typeof wca1d7711329c24045bf72254e8d2767c8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca1d7711329c24045bf72254e8d2767c8.propsDefinition>;
|
2073
|
+
};
|
2074
|
+
};
|
2075
|
+
"FilterengineDatetimeDefaultvalueInput": {
|
2076
|
+
new (...args: any[]): {
|
2077
|
+
$props: typeof wcba1fad28be954b8fadb7290ccb8f8c86.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcba1fad28be954b8fadb7290ccb8f8c86.propsDefinition>;
|
2078
|
+
};
|
2079
|
+
};
|
2080
|
+
"FilterengineNumberPropertysettings": {
|
2081
|
+
new (...args: any[]): {
|
2082
|
+
$props: typeof wcee09ecc9d4fb46de8f1a408e38858030.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcee09ecc9d4fb46de8f1a408e38858030.propsDefinition>;
|
2083
|
+
};
|
2084
|
+
};
|
2085
|
+
"FilterengineNumberDefaultvalueInput": {
|
2086
|
+
new (...args: any[]): {
|
2087
|
+
$props: typeof wcea2ad78acabc4ec0bc3609301b3713c3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcea2ad78acabc4ec0bc3609301b3713c3.propsDefinition>;
|
2088
|
+
};
|
2089
|
+
};
|
2090
|
+
"FilterengineTagsPropertysettings": {
|
2091
|
+
new (...args: any[]): {
|
2092
|
+
$props: typeof wc024952d88730404da854cfed0d045284.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc024952d88730404da854cfed0d045284.propsDefinition>;
|
2093
|
+
};
|
2094
|
+
};
|
2095
|
+
"FilterengineTagsDefaultvalueInput": {
|
2096
|
+
new (...args: any[]): {
|
2097
|
+
$props: typeof wcdc589fd533c8400a8dde3dad35f47248.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdc589fd533c8400a8dde3dad35f47248.propsDefinition>;
|
2098
|
+
};
|
2099
|
+
};
|
2100
|
+
"EditorJourney": {
|
2101
|
+
new (...args: any[]): {
|
2102
|
+
$props: typeof wc0e787c7f28394d87a5893a24fa18da5b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0e787c7f28394d87a5893a24fa18da5b.propsDefinition>;
|
2103
|
+
};
|
2104
|
+
};
|
2105
|
+
"LayoutBlockPlaceholder": {
|
2106
|
+
new (...args: any[]): {
|
2107
|
+
$props: typeof wc4834285963564938a31a1ac1dfb1b5d8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4834285963564938a31a1ac1dfb1b5d8.propsDefinition>;
|
2108
|
+
};
|
2109
|
+
};
|
2110
|
+
"CanvasToolbar": {
|
2111
|
+
new (...args: any[]): {
|
2112
|
+
$props: typeof wc4512676606d342adbd011def4b615151.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4512676606d342adbd011def4b615151.propsDefinition>;
|
2113
|
+
};
|
2114
|
+
};
|
2115
|
+
"OmniaLayoutDevelopertools": {
|
2116
|
+
new (...args: any[]): {
|
2117
|
+
$props: typeof wc41f1eb15438a488b8b227b1ff31ca66f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc41f1eb15438a488b8b227b1ff31ca66f.propsDefinition>;
|
2118
|
+
};
|
2119
|
+
};
|
2120
|
+
"DevicePreviewer": {
|
2121
|
+
new (...args: any[]): {
|
2122
|
+
$props: typeof wcd89913a1055942b38285fcab85751865.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd89913a1055942b38285fcab85751865.propsDefinition>;
|
2123
|
+
};
|
2124
|
+
};
|
2125
|
+
"OmniafxMediaGalleryDialogSlider": {
|
2126
|
+
new (...args: any[]): {
|
2127
|
+
$props: typeof wcac5f615df97543cf97b3ae930ba113d0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcac5f615df97543cf97b3ae930ba113d0.propsDefinition>;
|
2128
|
+
};
|
2129
|
+
};
|
2130
|
+
"OmniafxMediaGalleryDisplayPhotowall": {
|
2131
|
+
new (...args: any[]): {
|
2132
|
+
$props: typeof wc12d1bca1d50b4186acd50014584389c9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc12d1bca1d50b4186acd50014584389c9.propsDefinition>;
|
2133
|
+
};
|
2134
|
+
};
|
2135
|
+
"SlidepanelBlock": {
|
2136
|
+
new (...args: any[]): {
|
2137
|
+
$props: typeof wcca498a9d23e947afa4c5695f01ba7959.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcca498a9d23e947afa4c5695f01ba7959.propsDefinition>;
|
2138
|
+
};
|
2139
|
+
};
|
2140
|
+
"PropertiesBirthdayDisplay": {
|
2141
|
+
new (...args: any[]): {
|
2142
|
+
$props: typeof wc916c23c53dbf4d5a8e421e9449c6b203.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc916c23c53dbf4d5a8e421e9449c6b203.propsDefinition>;
|
2143
|
+
};
|
2144
|
+
};
|
2145
|
+
"PropertiesBirthdayEditor": {
|
2146
|
+
new (...args: any[]): {
|
2147
|
+
$props: typeof wc644e39fe6d4f4e23b1777aefd9c23939.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc644e39fe6d4f4e23b1777aefd9c23939.propsDefinition>;
|
2148
|
+
};
|
2149
|
+
};
|
2150
|
+
"PropertiesBooleanDisplay": {
|
2151
|
+
new (...args: any[]): {
|
2152
|
+
$props: typeof wcf61d06a945754742a1896847765fbea5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf61d06a945754742a1896847765fbea5.propsDefinition>;
|
2153
|
+
};
|
2154
|
+
};
|
2155
|
+
"PropertiesBooleanEditor": {
|
2156
|
+
new (...args: any[]): {
|
2157
|
+
$props: typeof wca16c703117f44a68982a1898d6c3c31b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca16c703117f44a68982a1898d6c3c31b.propsDefinition>;
|
2158
|
+
};
|
2159
|
+
};
|
2160
|
+
"PropertiesBusinessprofileDisplay": {
|
2161
|
+
new (...args: any[]): {
|
2162
|
+
$props: typeof wcb131edab4792449794cbe808794a4678.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb131edab4792449794cbe808794a4678.propsDefinition>;
|
2163
|
+
};
|
2164
|
+
};
|
2165
|
+
"PropertiesBusinessprofileEditor": {
|
2166
|
+
new (...args: any[]): {
|
2167
|
+
$props: typeof wcd524d750bbd84cbbb8582c259cef3198.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd524d750bbd84cbbb8582c259cef3198.propsDefinition>;
|
2168
|
+
};
|
2169
|
+
};
|
2170
|
+
"PropertiesDateDisplay": {
|
2171
|
+
new (...args: any[]): {
|
2172
|
+
$props: typeof wc627dc53f51a442019a52bba09ac665cc.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc627dc53f51a442019a52bba09ac665cc.propsDefinition>;
|
2173
|
+
};
|
2174
|
+
};
|
2175
|
+
"PropertiesDateEditor": {
|
2176
|
+
new (...args: any[]): {
|
2177
|
+
$props: typeof wcae6a9ccc0bf24b0fb983460b7aba7fe6.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcae6a9ccc0bf24b0fb983460b7aba7fe6.propsDefinition>;
|
2178
|
+
};
|
2179
|
+
};
|
2180
|
+
"PropertiesDateTimeDisplay": {
|
2181
|
+
new (...args: any[]): {
|
2182
|
+
$props: typeof wc5666ffa15ff14a64bac8854da534ff16.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5666ffa15ff14a64bac8854da534ff16.propsDefinition>;
|
2183
|
+
};
|
2184
|
+
};
|
2185
|
+
"PropertiesDateTimeEditor": {
|
2186
|
+
new (...args: any[]): {
|
2187
|
+
$props: typeof wc0f52758b4d0c4e02abfeea1c5c935571.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0f52758b4d0c4e02abfeea1c5c935571.propsDefinition>;
|
2188
|
+
};
|
2189
|
+
};
|
2190
|
+
"PropertiesDateTimeConfiguration": {
|
2191
|
+
new (...args: any[]): {
|
2192
|
+
$props: typeof wc0aa4b8916fcf4b1f959c8fd04ef8bfe9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0aa4b8916fcf4b1f959c8fd04ef8bfe9.propsDefinition>;
|
2193
|
+
};
|
2194
|
+
};
|
2195
|
+
"PropertiesEmailDisplay": {
|
2196
|
+
new (...args: any[]): {
|
2197
|
+
$props: typeof wc2b51f4d3ea464d7aa3f5b6ab4b9f9ccc.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2b51f4d3ea464d7aa3f5b6ab4b9f9ccc.propsDefinition>;
|
2198
|
+
};
|
2199
|
+
};
|
2200
|
+
"PropertiesEmailEditor": {
|
2201
|
+
new (...args: any[]): {
|
2202
|
+
$props: typeof wc056a7f0a4fa444368b5c7d09c60dbcde.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc056a7f0a4fa444368b5c7d09c60dbcde.propsDefinition>;
|
2203
|
+
};
|
2204
|
+
};
|
2205
|
+
"PropertiesHtmlDisplay": {
|
2206
|
+
new (...args: any[]): {
|
2207
|
+
$props: typeof wc5f8ca1cb4e2847d4935f0ac659a3a1f8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5f8ca1cb4e2847d4935f0ac659a3a1f8.propsDefinition>;
|
2208
|
+
};
|
2209
|
+
};
|
2210
|
+
"PropertiesHtmlEditor": {
|
2211
|
+
new (...args: any[]): {
|
2212
|
+
$props: typeof wc2d5cfa916f2946ea9ed6b9ed2c15dadf.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2d5cfa916f2946ea9ed6b9ed2c15dadf.propsDefinition>;
|
2213
|
+
};
|
2214
|
+
};
|
2215
|
+
"PropertiesHtmlConfiguration": {
|
2216
|
+
new (...args: any[]): {
|
2217
|
+
$props: typeof wcae36a741825f4f209bc10b68fb677bf7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcae36a741825f4f209bc10b68fb677bf7.propsDefinition>;
|
2218
|
+
};
|
2219
|
+
};
|
2220
|
+
"PropertiesIdentityDisplay": {
|
2221
|
+
new (...args: any[]): {
|
2222
|
+
$props: typeof wc24adf7dd588e4121b7f2b88f06d19ff0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc24adf7dd588e4121b7f2b88f06d19ff0.propsDefinition>;
|
2223
|
+
};
|
2224
|
+
};
|
2225
|
+
"PropertiesIdentityEditor": {
|
2226
|
+
new (...args: any[]): {
|
2227
|
+
$props: typeof wc512d83f1692c4d7ea3dee2653ccf15e6.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc512d83f1692c4d7ea3dee2653ccf15e6.propsDefinition>;
|
2228
|
+
};
|
2229
|
+
};
|
2230
|
+
"PropertiesIdentityConfiguration": {
|
2231
|
+
new (...args: any[]): {
|
2232
|
+
$props: typeof wc77d632a8bca5461fb6c429a0ff65dc83.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc77d632a8bca5461fb6c429a0ff65dc83.propsDefinition>;
|
2233
|
+
};
|
2234
|
+
};
|
2235
|
+
"PropertiesImageDisplay": {
|
2236
|
+
new (...args: any[]): {
|
2237
|
+
$props: typeof wcbf51f51ebb83415085c1ac7647a65152.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbf51f51ebb83415085c1ac7647a65152.propsDefinition>;
|
2238
|
+
};
|
2239
|
+
};
|
2240
|
+
"PropertiesImageConfiguration": {
|
2241
|
+
new (...args: any[]): {
|
2242
|
+
$props: typeof wc5395d36d407d46f1bf8b16a8a01ace5a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5395d36d407d46f1bf8b16a8a01ace5a.propsDefinition>;
|
2243
|
+
};
|
2244
|
+
};
|
2245
|
+
"PropertiesImageEditor": {
|
2246
|
+
new (...args: any[]): {
|
2247
|
+
$props: typeof wc188dea2e3ae74c54a34a3e6567e1399e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc188dea2e3ae74c54a34a3e6567e1399e.propsDefinition>;
|
2248
|
+
};
|
2249
|
+
};
|
2250
|
+
"PropertiesIntegerDisplay": {
|
2251
|
+
new (...args: any[]): {
|
2252
|
+
$props: typeof wc5f9cd004b39f4340a86911e1fc225a20.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5f9cd004b39f4340a86911e1fc225a20.propsDefinition>;
|
2253
|
+
};
|
2254
|
+
};
|
2255
|
+
"PropertiesIntegerEditor": {
|
2256
|
+
new (...args: any[]): {
|
2257
|
+
$props: typeof wc49e771f49e06477fbe72da709d82dc29.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc49e771f49e06477fbe72da709d82dc29.propsDefinition>;
|
2258
|
+
};
|
2259
|
+
};
|
2260
|
+
"PropertiesLanguageDisplay": {
|
2261
|
+
new (...args: any[]): {
|
2262
|
+
$props: typeof wc41b1957c2c2b456d8f14bc39f6761c77.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc41b1957c2c2b456d8f14bc39f6761c77.propsDefinition>;
|
2263
|
+
};
|
2264
|
+
};
|
2265
|
+
"PropertiesLanguageEditor": {
|
2266
|
+
new (...args: any[]): {
|
2267
|
+
$props: typeof wc84265bdaa0054a8092a740c818daf04e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc84265bdaa0054a8092a740c818daf04e.propsDefinition>;
|
2268
|
+
};
|
2269
|
+
};
|
2270
|
+
"PropertiesLinkDisplay": {
|
2271
|
+
new (...args: any[]): {
|
2272
|
+
$props: typeof wc93d3ac3a514149ebbd387d1e87008ec6.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc93d3ac3a514149ebbd387d1e87008ec6.propsDefinition>;
|
2273
|
+
};
|
2274
|
+
};
|
2275
|
+
"PropertiesLinkEditor": {
|
2276
|
+
new (...args: any[]): {
|
2277
|
+
$props: typeof wc9911a5588ea34e9cad8a5129c82e1f0c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9911a5588ea34e9cad8a5129c82e1f0c.propsDefinition>;
|
2278
|
+
};
|
2279
|
+
};
|
2280
|
+
"PropertiesLinkConfiguration": {
|
2281
|
+
new (...args: any[]): {
|
2282
|
+
$props: typeof wcbdcc5c7cc8b04e9c8cba9787284281ca.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbdcc5c7cc8b04e9c8cba9787284281ca.propsDefinition>;
|
2283
|
+
};
|
2284
|
+
};
|
2285
|
+
"PropertiesMediaDisplay": {
|
2286
|
+
new (...args: any[]): {
|
2287
|
+
$props: typeof wc82ed0f43e304436ba399aacf37dc10fb.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc82ed0f43e304436ba399aacf37dc10fb.propsDefinition>;
|
2288
|
+
};
|
2289
|
+
};
|
2290
|
+
"PropertiesMediaEditor": {
|
2291
|
+
new (...args: any[]): {
|
2292
|
+
$props: typeof wc01ad88e84cd443e28c158b2fa4147924.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc01ad88e84cd443e28c158b2fa4147924.propsDefinition>;
|
2293
|
+
};
|
2294
|
+
};
|
2295
|
+
"PropertiesMultilinetextDisplay": {
|
2296
|
+
new (...args: any[]): {
|
2297
|
+
$props: typeof wc90552b5ea3484174bf69463a6a74f83a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc90552b5ea3484174bf69463a6a74f83a.propsDefinition>;
|
2298
|
+
};
|
2299
|
+
};
|
2300
|
+
"PropertiesMultilinetextEditor": {
|
2301
|
+
new (...args: any[]): {
|
2302
|
+
$props: typeof wcc24137f2406f4ebeb414b8d11492d0d3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc24137f2406f4ebeb414b8d11492d0d3.propsDefinition>;
|
2303
|
+
};
|
2304
|
+
};
|
2305
|
+
"PropertiesMultilingualtextDisplay": {
|
2306
|
+
new (...args: any[]): {
|
2307
|
+
$props: typeof wc784d162feec24424a993d8ba812b9c94.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc784d162feec24424a993d8ba812b9c94.propsDefinition>;
|
2308
|
+
};
|
2309
|
+
};
|
2310
|
+
"PropertiesMultilingualtextEditor": {
|
2311
|
+
new (...args: any[]): {
|
2312
|
+
$props: typeof wc4abd8ef8e96f4beca6d375984132b6ec.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4abd8ef8e96f4beca6d375984132b6ec.propsDefinition>;
|
2313
|
+
};
|
2314
|
+
};
|
2315
|
+
"PropertiesPhoneNumberDisplay": {
|
2316
|
+
new (...args: any[]): {
|
2317
|
+
$props: typeof wcae83e3f39ff443b8abb93e483c14f48f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcae83e3f39ff443b8abb93e483c14f48f.propsDefinition>;
|
2318
|
+
};
|
2319
|
+
};
|
2320
|
+
"PropertiesPhoneNumberEditor": {
|
2321
|
+
new (...args: any[]): {
|
2322
|
+
$props: typeof wcaad7c8da16f04a46b9503564b10a8f34.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcaad7c8da16f04a46b9503564b10a8f34.propsDefinition>;
|
2323
|
+
};
|
2324
|
+
};
|
2325
|
+
"PropertiesTagsDisplay": {
|
2326
|
+
new (...args: any[]): {
|
2327
|
+
$props: typeof wc13f465ea57024a47ae66d4bf1d927974.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc13f465ea57024a47ae66d4bf1d927974.propsDefinition>;
|
2328
|
+
};
|
2329
|
+
};
|
2330
|
+
"PropertiesTagsEditor": {
|
2331
|
+
new (...args: any[]): {
|
2332
|
+
$props: typeof wc4fc24b6b58014b5f9a3474a8f5cc4f00.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4fc24b6b58014b5f9a3474a8f5cc4f00.propsDefinition>;
|
2333
|
+
};
|
2334
|
+
};
|
2335
|
+
"PropertiesTextDisplay": {
|
2336
|
+
new (...args: any[]): {
|
2337
|
+
$props: typeof wcdf429c59a8ec42cf8ec34907705793a9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdf429c59a8ec42cf8ec34907705793a9.propsDefinition>;
|
2338
|
+
};
|
2339
|
+
};
|
2340
|
+
"PropertiesTextEditor": {
|
2341
|
+
new (...args: any[]): {
|
2342
|
+
$props: typeof wcb8cc745685f2417cacf578d9bed620b5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb8cc745685f2417cacf578d9bed620b5.propsDefinition>;
|
2343
|
+
};
|
2344
|
+
};
|
2345
|
+
"PropertiesTimeDisplay": {
|
2346
|
+
new (...args: any[]): {
|
2347
|
+
$props: typeof wceb1460af73a8467597c5d0987d38cae5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wceb1460af73a8467597c5d0987d38cae5.propsDefinition>;
|
2348
|
+
};
|
2349
|
+
};
|
2350
|
+
"PropertiesTimeEditor": {
|
2351
|
+
new (...args: any[]): {
|
2352
|
+
$props: typeof wcf6b07b9fb080465498768f4fc8c58415.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf6b07b9fb080465498768f4fc8c58415.propsDefinition>;
|
2353
|
+
};
|
2354
|
+
};
|
2355
|
+
"PropertiesUsertypeDisplay": {
|
2356
|
+
new (...args: any[]): {
|
2357
|
+
$props: typeof wcab831db522504b8ea6948fe46978bd31.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcab831db522504b8ea6948fe46978bd31.propsDefinition>;
|
2358
|
+
};
|
2359
|
+
};
|
2360
|
+
"PropertiesUsertypeEditor": {
|
2361
|
+
new (...args: any[]): {
|
2362
|
+
$props: typeof wc2717acc386ab40198b6dae0986557da3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2717acc386ab40198b6dae0986557da3.propsDefinition>;
|
2363
|
+
};
|
2364
|
+
};
|
2365
|
+
"ContentBlock": {
|
2366
|
+
new (...args: any[]): {
|
2367
|
+
$props: typeof wccf8f32c9a70e408489a451caa80cd327.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wccf8f32c9a70e408489a451caa80cd327.propsDefinition>;
|
2368
|
+
};
|
2369
|
+
};
|
2370
|
+
"ContentBlockSettings": {
|
2371
|
+
new (...args: any[]): {
|
2372
|
+
$props: typeof wcce1c0a7d513e45ee86564ec4235e712d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcce1c0a7d513e45ee86564ec4235e712d.propsDefinition>;
|
2373
|
+
};
|
2374
|
+
};
|
2375
|
+
"DemoBlock": {
|
2376
|
+
new (...args: any[]): {
|
2377
|
+
$props: typeof wcc9d01726f5594902bf4de68612b186de.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc9d01726f5594902bf4de68612b186de.propsDefinition>;
|
2378
|
+
};
|
2379
|
+
};
|
2380
|
+
"DemoBlockSettings": {
|
2381
|
+
new (...args: any[]): {
|
2382
|
+
$props: typeof wcbbd5168574b64f0486adaf68ba31be49.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbbd5168574b64f0486adaf68ba31be49.propsDefinition>;
|
2383
|
+
};
|
2384
|
+
};
|
2385
|
+
"VelcronBlock": {
|
2386
|
+
new (...args: any[]): {
|
2387
|
+
$props: typeof wc80bd5b0978ea40439001d3d409236382.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc80bd5b0978ea40439001d3d409236382.propsDefinition>;
|
2388
|
+
};
|
2389
|
+
};
|
2390
|
+
"VelcronBlockSettings": {
|
2391
|
+
new (...args: any[]): {
|
2392
|
+
$props: typeof wce8526e8ed3f74e848e0dd747fd4d376d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce8526e8ed3f74e848e0dd747fd4d376d.propsDefinition>;
|
2393
|
+
};
|
2394
|
+
};
|
2395
|
+
"VelcronContentEditor": {
|
2396
|
+
new (...args: any[]): {
|
2397
|
+
$props: typeof wca7db43482a3140998eca19b47d941126.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca7db43482a3140998eca19b47d941126.propsDefinition>;
|
2398
|
+
};
|
2399
|
+
};
|
2400
|
+
"VelcronDefinitionPicker": {
|
2401
|
+
new (...args: any[]): {
|
2402
|
+
$props: typeof wcb197c5e805cc4d6bb3d012e258560b31.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb197c5e805cc4d6bb3d012e258560b31.propsDefinition>;
|
2403
|
+
};
|
2404
|
+
};
|
2405
|
+
"VelcronPropertiesEditor": {
|
2406
|
+
new (...args: any[]): {
|
2407
|
+
$props: typeof wcdabd67ab338243858fe7d1ca24399995.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdabd67ab338243858fe7d1ca24399995.propsDefinition>;
|
2408
|
+
};
|
2409
|
+
};
|
2410
|
+
"VelcronPropertyEditorCreator": {
|
2411
|
+
new (...args: any[]): {
|
2412
|
+
$props: typeof wc5688474abe554cabb34c696620eb6be1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5688474abe554cabb34c696620eb6be1.propsDefinition>;
|
2413
|
+
};
|
2414
|
+
};
|
2415
|
+
"FilterengineTaxonomyPropertysettings": {
|
2416
|
+
new (...args: any[]): {
|
2417
|
+
$props: typeof wcdb625bea89b04f32a946efe7a887c7f2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdb625bea89b04f32a946efe7a887c7f2.propsDefinition>;
|
2418
|
+
};
|
2419
|
+
};
|
2420
|
+
"FilterengineTaxonomyDefaultvalueInput": {
|
2421
|
+
new (...args: any[]): {
|
2422
|
+
$props: typeof wcded30c240e6c4688955867472a8d0a02.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcded30c240e6c4688955867472a8d0a02.propsDefinition>;
|
2423
|
+
};
|
2424
|
+
};
|
2425
|
+
"LayoutBackgroundSettings": {
|
2426
|
+
new (...args: any[]): {
|
2427
|
+
$props: typeof wcf5cf0b4975644d688124880ae533869e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf5cf0b4975644d688124880ae533869e.propsDefinition>;
|
2428
|
+
};
|
2429
|
+
};
|
2430
|
+
"LayoutBlockSettingsHeader": {
|
2431
|
+
new (...args: any[]): {
|
2432
|
+
$props: typeof wc2e52c0d860ec498fa3abf6b76eacc45d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2e52c0d860ec498fa3abf6b76eacc45d.propsDefinition>;
|
2433
|
+
};
|
2434
|
+
};
|
2435
|
+
"LayoutBlockSettingsSpacing": {
|
2436
|
+
new (...args: any[]): {
|
2437
|
+
$props: typeof wc9666ee9da0af46ac8354f0577050cb60.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9666ee9da0af46ac8354f0577050cb60.propsDefinition>;
|
2438
|
+
};
|
2439
|
+
};
|
2440
|
+
"LayoutBlockSettingsStyle": {
|
2441
|
+
new (...args: any[]): {
|
2442
|
+
$props: typeof wc103ae93f7a7c4754872e2573a9a689d7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc103ae93f7a7c4754872e2573a9a689d7.propsDefinition>;
|
2443
|
+
};
|
2444
|
+
};
|
2445
|
+
"LayoutBlockSettingsCss": {
|
2446
|
+
new (...args: any[]): {
|
2447
|
+
$props: typeof wc06eff92039dd49339e522ac2d7a648af.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc06eff92039dd49339e522ac2d7a648af.propsDefinition>;
|
2448
|
+
};
|
2449
|
+
};
|
2450
|
+
"LayoutBlockSettingsTargeting": {
|
2451
|
+
new (...args: any[]): {
|
2452
|
+
$props: typeof wc53cbd5702e9e41ffa95093586c0e001d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc53cbd5702e9e41ffa95093586c0e001d.propsDefinition>;
|
2453
|
+
};
|
2454
|
+
};
|
2455
|
+
"LayoutBlockTitle": {
|
2456
|
+
new (...args: any[]): {
|
2457
|
+
$props: typeof wc1b1dd31ac8644b498ddf378a431dfb19.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1b1dd31ac8644b498ddf378a431dfb19.propsDefinition>;
|
2458
|
+
};
|
2459
|
+
};
|
2460
|
+
"LayoutBlockTitleSettings": {
|
2461
|
+
new (...args: any[]): {
|
2462
|
+
$props: typeof wcbeda6edf4c614323955fc06c6326f7e9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbeda6edf4c614323955fc06c6326f7e9.propsDefinition>;
|
2463
|
+
};
|
2464
|
+
};
|
2465
|
+
"LayoutImageBackgroundSettings": {
|
2466
|
+
new (...args: any[]): {
|
2467
|
+
$props: typeof wc0f7be5adc6ff4d81b920e5cf086128ae.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0f7be5adc6ff4d81b920e5cf086128ae.propsDefinition>;
|
2468
|
+
};
|
2469
|
+
};
|
2470
|
+
"LayoutLayoutSettingsGlobalheader": {
|
2471
|
+
new (...args: any[]): {
|
2472
|
+
$props: typeof wc673c5382ae8e4663ac07110302d7e386.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc673c5382ae8e4663ac07110302d7e386.propsDefinition>;
|
2473
|
+
};
|
2474
|
+
};
|
2475
|
+
"LayoutLayoutSettingsBlockheader": {
|
2476
|
+
new (...args: any[]): {
|
2477
|
+
$props: typeof wc221ed456340d4c1fa7522b7bee6d7a64.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc221ed456340d4c1fa7522b7bee6d7a64.propsDefinition>;
|
2478
|
+
};
|
2479
|
+
};
|
2480
|
+
"LayoutLayoutSettingsStyle": {
|
2481
|
+
new (...args: any[]): {
|
2482
|
+
$props: typeof wc9e404f90ca6640f19c3fece23b073993.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9e404f90ca6640f19c3fece23b073993.propsDefinition>;
|
2483
|
+
};
|
2484
|
+
};
|
2485
|
+
"LayoutClipboard": {
|
2486
|
+
new (...args: any[]): {
|
2487
|
+
$props: typeof wc4a31764ba9f6414a96192d0d02456086.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4a31764ba9f6414a96192d0d02456086.propsDefinition>;
|
2488
|
+
};
|
2489
|
+
};
|
2490
|
+
"LayoutLockSettings": {
|
2491
|
+
new (...args: any[]): {
|
2492
|
+
$props: typeof wc160a5d56895f4a66a9dae49cffdae312.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc160a5d56895f4a66a9dae49cffdae312.propsDefinition>;
|
2493
|
+
};
|
2494
|
+
};
|
2495
|
+
"LayoutSectionSettingsGeneral": {
|
2496
|
+
new (...args: any[]): {
|
2497
|
+
$props: typeof wc51c48c7bbe4245888bbf2f98884d6028.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc51c48c7bbe4245888bbf2f98884d6028.propsDefinition>;
|
2498
|
+
};
|
2499
|
+
};
|
2500
|
+
"LayoutSectionSettingsSpacing": {
|
2501
|
+
new (...args: any[]): {
|
2502
|
+
$props: typeof wc68724008d5d046b8a2f969ee90eece2c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc68724008d5d046b8a2f969ee90eece2c.propsDefinition>;
|
2503
|
+
};
|
2504
|
+
};
|
2505
|
+
"LayoutSectionSettingsStyle": {
|
2506
|
+
new (...args: any[]): {
|
2507
|
+
$props: typeof wc08384c0236f840719ee3d8e018718e68.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc08384c0236f840719ee3d8e018718e68.propsDefinition>;
|
2508
|
+
};
|
2509
|
+
};
|
2510
|
+
"LayoutSectionSettingsCss": {
|
2511
|
+
new (...args: any[]): {
|
2512
|
+
$props: typeof wc245a49e2d21a4b4ca849825b903103fe.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc245a49e2d21a4b4ca849825b903103fe.propsDefinition>;
|
2513
|
+
};
|
2514
|
+
};
|
2515
|
+
"LayoutSectionSettingsTargeting": {
|
2516
|
+
new (...args: any[]): {
|
2517
|
+
$props: typeof wc68628381bcdb41f6b0beb64d7ce94052.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc68628381bcdb41f6b0beb64d7ce94052.propsDefinition>;
|
2518
|
+
};
|
2519
|
+
};
|
2520
|
+
"LayoutSectionSettingsHeader": {
|
2521
|
+
new (...args: any[]): {
|
2522
|
+
$props: typeof wc48ff129f9a254eec9276b47f0c0f8b3e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc48ff129f9a254eec9276b47f0c0f8b3e.propsDefinition>;
|
2523
|
+
};
|
2524
|
+
};
|
2525
|
+
"LayoutTabLayoutSettings": {
|
2526
|
+
new (...args: any[]): {
|
2527
|
+
$props: typeof wc2a460a78bf504a2b9d00b1f86a347d46.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2a460a78bf504a2b9d00b1f86a347d46.propsDefinition>;
|
2528
|
+
};
|
2529
|
+
};
|
2530
|
+
"LayoutTabBlockSettings": {
|
2531
|
+
new (...args: any[]): {
|
2532
|
+
$props: typeof wc5b6b6242356046c29e05c24fb2135bf0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5b6b6242356046c29e05c24fb2135bf0.propsDefinition>;
|
2533
|
+
};
|
2534
|
+
};
|
2535
|
+
"OmniaWorkplaceDefinitionsJourney": {
|
2536
|
+
new (...args: any[]): {
|
2537
|
+
$props: typeof wc5538665e145f4fa8b28bc2103fc080b8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5538665e145f4fa8b28bc2103fc080b8.propsDefinition>;
|
2538
|
+
};
|
2539
|
+
};
|
2540
|
+
"OmniaWorkplaceThemesJourney": {
|
2541
|
+
new (...args: any[]): {
|
2542
|
+
$props: typeof wcbed95d1ec67f4a15986fc72adebdb78f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbed95d1ec67f4a15986fc72adebdb78f.propsDefinition>;
|
2543
|
+
};
|
2544
|
+
};
|
2545
|
+
"AddButton": {
|
2546
|
+
new (...args: any[]): {
|
2547
|
+
$props: typeof wc1476702e8f24468d9185322be5931c54.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1476702e8f24468d9185322be5931c54.propsDefinition>;
|
2548
|
+
};
|
2549
|
+
};
|
2550
|
+
"OmniaWorkplaceBlueprintsJourney": {
|
2551
|
+
new (...args: any[]): {
|
2552
|
+
$props: typeof wc56efc575579e4da3bb45d3a45d8c0888.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc56efc575579e4da3bb45d3a45d8c0888.propsDefinition>;
|
2553
|
+
};
|
2554
|
+
};
|
2555
|
+
"OmniaWorkplaceColorSchemasJourney": {
|
2556
|
+
new (...args: any[]): {
|
2557
|
+
$props: typeof wcd90e0352809742c482bdda733dc8872a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd90e0352809742c482bdda733dc8872a.propsDefinition>;
|
2558
|
+
};
|
2559
|
+
};
|
2560
|
+
"OmniaWorkplaceSpacingJourney": {
|
2561
|
+
new (...args: any[]): {
|
2562
|
+
$props: typeof wc891de93e73cc47b0a552d24fdf34c9cf.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc891de93e73cc47b0a552d24fdf34c9cf.propsDefinition>;
|
2563
|
+
};
|
2564
|
+
};
|
2565
|
+
"OmniaWorkplaceTypographyJourney": {
|
2566
|
+
new (...args: any[]): {
|
2567
|
+
$props: typeof wcfc2401c7c3384790ae7ce17d05b0855f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfc2401c7c3384790ae7ce17d05b0855f.propsDefinition>;
|
2568
|
+
};
|
2569
|
+
};
|
2570
|
+
"ColorPickerSchema": {
|
2571
|
+
new (...args: any[]): {
|
2572
|
+
$props: typeof wc327aebb7d6ce4565bf119cf67e121d1a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc327aebb7d6ce4565bf119cf67e121d1a.propsDefinition>;
|
2573
|
+
};
|
2574
|
+
};
|
2575
|
+
"ColorSchemaMapper": {
|
2576
|
+
new (...args: any[]): {
|
2577
|
+
$props: typeof wc511447a5fd2646af910064ed9970d82e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc511447a5fd2646af910064ed9970d82e.propsDefinition>;
|
2578
|
+
};
|
2579
|
+
};
|
2580
|
+
"RatioPicker": {
|
2581
|
+
new (...args: any[]): {
|
2582
|
+
$props: typeof wc3cd2da446d21461e8149e6c8334a36f4.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3cd2da446d21461e8149e6c8334a36f4.propsDefinition>;
|
2583
|
+
};
|
2584
|
+
};
|
2585
|
+
"TypographyPickerSchema": {
|
2586
|
+
new (...args: any[]): {
|
2587
|
+
$props: typeof wc8420a0b507e14a288c2d895471739f1d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8420a0b507e14a288c2d895471739f1d.propsDefinition>;
|
2588
|
+
};
|
2589
|
+
};
|
2590
|
+
};
|
2591
|
+
}
|