@omnia/fx 8.0.103-vnext → 8.0.104-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 +7 -1
- package/internal-do-not-import-from-here/console/components/Colors.stylex.d.ts +8 -0
- 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/services/ServiceManifestProvider.d.ts +9 -9
- package/internal-do-not-import-from-here/core/services/ServiceManifestProviderInternal.d.ts +3 -2
- 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 +8 -2
- 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.libs.manifest.json +1 -0
- 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 +1 -1
- package/internal-do-not-import-from-here/runtime/core/InternalManifestLog.d.ts +3 -1
- package/internal-do-not-import-from-here/runtime/core/ManifestResourceLoader.d.ts +1 -0
- 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/LoginLogService.d.ts +8 -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 +7 -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 +6 -3
- package/internal-do-not-import-from-here/services/identities/UserService.d.ts +10 -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 +5 -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/bindingProviders/ExtendedEnterprisePropertyBindingProvider.d.ts +10 -0
- package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/IdentityPropertyBindingProvider.d.ts +10 -0
- 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/bindingProviders/index.d.ts +4 -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 +19 -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 +7 -1
- package/internal-do-not-import-from-here/shared/models/Realtime.d.ts +1 -13
- package/internal-do-not-import-from-here/shared/models/Realtime.js +1 -22
- package/internal-do-not-import-from-here/shared/models/StronglyTypedId.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/models/StronglyTypedId.js +2 -0
- package/internal-do-not-import-from-here/shared/models/Tokens.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.d.ts +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 +67 -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 +15 -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 +40 -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 +5 -1
- package/internal-do-not-import-from-here/shared/models/index.js +5 -1
- package/internal-do-not-import-from-here/shared/models/theming/ChromeDefinition.d.ts +25 -0
- package/internal-do-not-import-from-here/shared/models/theming/ChromeDefinition.js +2 -0
- package/internal-do-not-import-from-here/shared/models/theming/ComponentDefinitions.d.ts +88 -0
- package/internal-do-not-import-from-here/shared/models/theming/ComponentDefinitions.js +12 -0
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +8 -7
- package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.d.ts +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 +22 -13
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +8 -10
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +5 -0
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.js +2 -2
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +3 -5
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +4 -30
- package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/models/theming/index.js +3 -2
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.d.ts +87 -0
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.js +2 -0
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronEvents.js +2 -0
- package/internal-do-not-import-from-here/shared/models/velcron/index.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/velcron/index.js +5 -0
- package/internal-do-not-import-from-here/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/ClipboardStore.d.ts +6 -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 +24 -13
- 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 +26 -14
- 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 +2 -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 +72 -41
- package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +17 -12
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +30 -5
- package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +43 -3
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +8 -9
- package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +287 -0
- 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 +201 -18
- package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +20 -97
- package/internal-do-not-import-from-here/ux/VueTags.d.ts +1 -1
- 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 +34 -84
- 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/QueryablePropertiesAddBlade.d.ts +49 -97
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +74 -116
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesInfoBlade.d.ts +24 -92
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +74 -116
- 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 +51 -105
- package/internal-do-not-import-from-here/ux/alignmentpicker/docs/AlignmentPickerExample.d.ts +8 -83
- 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 +166 -224
- 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 +150 -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 +166 -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 +212 -42
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +164 -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/AuthenticationChecker.d.ts +2 -0
- 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 +2 -2
- 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/blueprintpickers/chromepicker/ChromePicker.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromePicker.d.ts +398 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeViewer.d.ts +114 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/docs/SampleComponent.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/SpacingPicker3.css.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/SpacingPicker3.d.ts +539 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/docs/SampleComponent.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/loc/localize.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/typographypicker/TypographyPicker.d.ts +418 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/typographypicker/docs/SampleComponent.d.ts +16 -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 +1 -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/docs/SampleComponent.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/colorpicker/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +513 -0
- package/internal-do-not-import-from-here/ux/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.css.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +0 -498
- 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 -6
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +301 -278
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.css.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.d.ts +468 -0
- package/internal-do-not-import-from-here/ux/colorschemapicker/docs/SampleComponent.d.ts +8 -83
- 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 +373 -24
- package/internal-do-not-import-from-here/ux/confirmdialog/IConfirmDialog.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/confirmdialog/IVueConfirmDialog.d.ts +1 -1
- 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 +685 -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 +259 -155
- package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/SampleComponent.d.ts +16 -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 +143 -118
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/IDateTimeZoneRenderer.d.ts +9 -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/depricated-mediapicker/IMediaPicker.d.ts +36 -0
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/MediaPicker.css.d.ts +20 -0
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/MediaPicker.d.ts +20 -0
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/MediaPickerComponentProps.d.ts +33 -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/depricated-mediapicker/core/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/loc/localize.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +62 -137
- 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 +12 -0
- 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.d.ts +68 -130
- 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/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 +225 -26
- package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/DisplaySettingsToolbar.d.ts +186 -17
- 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 -4
- package/internal-do-not-import-from-here/ux/editorchrome/stores/EditorSettingsStore.d.ts +16 -1
- 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 +157 -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/richtextfield/RichTextFieldEdit.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 +123 -145
- 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 +405 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +716 -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 +52 -45
- 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 +119 -140
- 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 +116 -112
- 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 +126 -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.d.ts +149 -171
- package/internal-do-not-import-from-here/ux/filterpicker/docs/SampleComponent.d.ts +8 -83
- 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 +76 -11
- package/internal-do-not-import-from-here/ux/html/HtmlRenderer.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/hub/chat/HubChat.css.d.ts +4 -0
- 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 +51 -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 +323 -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 +344 -200
- 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 +515 -195
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +527 -201
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +615 -316
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +672 -232
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +645 -237
- 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/IResizingIFrame.d.ts +0 -12
- 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 +231 -21
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +186 -254
- 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 +136 -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/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/inputlanguagepicker/InputLanguagePicker.d.ts +19 -89
- 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/JourneyBlade.css.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +617 -0
- package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +211 -0
- package/internal-do-not-import-from-here/ux/journey/JourneyMenuStyles.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/journey/JourneyV2.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/journey/JourneyV2.d.ts +70 -0
- package/internal-do-not-import-from-here/ux/journey/index.d.ts +3 -4
- package/internal-do-not-import-from-here/ux/journey/models/BladeInstance.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/journey/models/Constants.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyMenuStore.d.ts +44 -0
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +343 -0
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +622 -0
- package/internal-do-not-import-from-here/ux/journey/use/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +256 -294
- 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 +184 -148
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +65 -132
- 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 +87 -117
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutStep.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/_old/LayoutPlaceHolder.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/_old/LayoutSection.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/_old/LayoutSectionTab.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/_old/LayoutTab.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutBlock.css.d.ts +10 -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 +14 -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 +49 -128
- 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 +25 -109
- 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 +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +69 -159
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +75 -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 +29 -88
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +93 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/store/SizeContainerStore.d.ts +40 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/store/index.d.ts +1 -0
- 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 +71 -139
- 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/layoutItemselector/LayoutItemSelection.d.ts +85 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.css.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +170 -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/ColumnResizer.d.ts +1 -1
- 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 +43 -192
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.css.d.ts +7 -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 +10 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +37 -191
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionSliderRenderer.d.ts +48 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionStepperRenderer.d.ts +59 -117
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.css.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.d.ts +36 -167
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +82 -132
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/_old/LayoutTabRenderer.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/index.d.ts +1 -14
- 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/SharedRendererFunctions.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts +0 -69
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/index.d.ts +0 -2
- 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 +144 -3
- 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/MagicLinkLogin.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 +4 -3
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +189 -229
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +53 -100
- 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 +632 -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/MediaGallerySelector.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/components/MediaGallerySelector.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/mediapickerV2/chrome/core/MediaPickerImageHandler.d.ts +33 -0
- 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/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 +82 -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 +7 -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/mediapickerV2/imagetransformer/Constants.d.ts +92 -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/mediapickerV2/imagetransformer/loc/localize.d.ts +46 -0
- 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 +94 -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 +159 -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 +356 -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-v2/loc/localize.d.ts +34 -0
- 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-V2/loc/localize.d.ts +11 -0
- 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 +6 -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 +8 -4
- 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/MultiTextInputItem.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/models/ProfileCardStyles.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/TableMenuStyle.d.ts +2 -3
- 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 +5 -7
- 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/MonacoEditor.d.ts +259 -306
- package/internal-do-not-import-from-here/ux/multilingualinput/IMultilingualInput.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +338 -296
- package/internal-do-not-import-from-here/ux/multilingualinput/loc/localize.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +110 -0
- package/internal-do-not-import-from-here/ux/multitextinput/loc/localize.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +30 -104
- 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 +153 -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 +197 -167
- 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/avatar/Avatar.d.ts +150 -102
- 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/badge/Badge.d.ts +465 -132
- 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/btn/Button.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +384 -186
- 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/btngroup/ButtonGroup.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +119 -157
- 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/card/Card.d.ts +69 -124
- 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/chart/Chart.d.ts +146 -0
- package/internal-do-not-import-from-here/ux/oxide/chart/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/chart/docs/SampleComponent.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/oxide/chart/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +195 -157
- 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/chip/Chip.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +218 -130
- 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/colorpicker/ColorPicker.css.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +233 -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 +204 -182
- 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 +332 -0
- 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 +1 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +520 -3
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +376 -220
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +980 -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/SampleComponent.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/oxide/datatable/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +342 -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 +4 -5
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +275 -214
- 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/divider/Divider.css.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +74 -97
- 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/draggable/Draggable.d.ts +305 -563
- 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/expansionpanel/ExpansionPanel.css.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +131 -143
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +139 -148
- 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/flex/Flex2.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.d.ts +151 -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 +391 -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 +66 -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/SampleComponent.d.ts +8 -83
- 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 +191 -135
- 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 +8 -83
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +213 -115
- 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/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +227 -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 +31 -111
- 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/lazy/Avatar.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +141 -0
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +175 -151
- package/internal-do-not-import-from-here/ux/oxide/link/docs/SampleComponent.d.ts +8 -83
- 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 +100 -136
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +145 -157
- 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/main/Main.d.ts +65 -132
- 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/menu/Menu.d.ts +262 -192
- 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/navigationdrawer/NavigationDrawer.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +147 -151
- 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/notification/Notification.css.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +158 -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 +274 -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 +209 -213
- 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/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 +8 -83
- package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +90 -86
- 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/radio/Radio.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +57 -117
- 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 +183 -138
- 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/rangeslider/RangeSlider.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +409 -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 +324 -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 +233 -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 +416 -257
- 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/skeletonloader/SkeletonLoader.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +130 -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 +279 -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.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +298 -171
- 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 +8 -83
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +67 -129
- 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/spacer/Spacer.d.ts +8 -83
- 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/splitpane/Splitpane.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.d.ts +154 -0
- package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitpaneItem.d.ts +163 -0
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +48 -104
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +63 -97
- 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/switch/Switch.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +223 -142
- 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/tab/Tab.css.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +168 -148
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.css.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +302 -156
- 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/table/Table.d.ts +39 -115
- 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/text/Text.d.ts +147 -143
- 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/textarea/TextArea.d.ts +392 -171
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +389 -233
- 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/toolbar/Toolbar.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +182 -166
- 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/tooltip/Tooltip.d.ts +169 -123
- 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/treeview/Treeview.d.ts +439 -165
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/SampleButtons.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/SampleComponent.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/SampleComponentMenu.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/SampleVariants.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +40 -92
- 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/SimpleExample.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/permissioninput/IPermissionInput.d.ts +14 -1
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +150 -163
- package/internal-do-not-import-from-here/ux/permissioninput/TenantAdminPermissionInput.d.ts +282 -0
- package/internal-do-not-import-from-here/ux/permissioninput/UsePermissionInput.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/permissioninput/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/permissioninput/loc/localize.d.ts +8 -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 +243 -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.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/properties/block/PropertyBlockSettings.d.ts +8 -83
- package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +130 -202
- 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 +49 -98
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +37 -102
- 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 +30 -92
- package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +35 -96
- 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 +60 -102
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +37 -102
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeConfiguration.d.ts +47 -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 +56 -98
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +37 -102
- 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 +27 -91
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +31 -95
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +27 -91
- 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 +27 -91
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +37 -96
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +32 -91
- 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 +85 -114
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +44 -103
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +32 -91
- 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 +27 -91
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +26 -95
- 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 +30 -92
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +36 -96
- 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 +30 -92
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +35 -96
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +32 -91
- 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 +30 -92
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +29 -96
- 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 +27 -91
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +31 -95
- 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 +30 -92
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +29 -96
- 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 +30 -92
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +29 -96
- 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 +57 -99
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +26 -95
- 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 +30 -92
- 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 +35 -96
- 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 +56 -98
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +37 -102
- 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 +34 -92
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +34 -92
- 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 +40 -102
- 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 +202 -214
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +247 -249
- 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 +32 -97
- package/internal-do-not-import-from-here/ux/richtexteditor/Emoticon/EmoticonComponent.d.ts +33 -86
- package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditor.d.ts +4 -8
- package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditorExtensionHelper.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/richtexteditor/InternalRichTextEditorApi.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/MentionComponent/MentionComponent.d.ts +5 -3
- package/internal-do-not-import-from-here/ux/richtexteditor/PublicRichTextEditorApi.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +323 -270
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorInstance.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +389 -48
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorTester.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/TextCompletionPanel/TextCompletionPanel.css.d.ts +0 -1
- 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/Alignment/Alignment.d.ts +24 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/AlignmentNode.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/AlignmentToolbar.d.ts +16 -13
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLink.d.ts +124 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLinkMenu.d.ts +116 -20
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLinkNode.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGif.d.ts +15 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGifMenu.d.ts +43 -12
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGifToolbar.d.ts +16 -31
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/Blockquote.d.ts +25 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/BlockquoteNode.d.ts +7 -8
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/BlockquoteToolbar.d.ts +16 -12
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/Bold.d.ts +10 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldNode.d.ts +1 -2
- 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/BulletList.d.ts +11 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletListNode.d.ts +1 -2
- 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/Code/Code.d.ts +25 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/CodeNode.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/CodeToolbar.d.ts +16 -9
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlock.d.ts +25 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlockNode.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlockToolbar.d.ts +16 -9
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Doc/DocNode.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EmoticonPicker/EmoticonPicker.d.ts +25 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EmoticonPicker/EmoticonPickerNode.d.ts +17 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EmoticonPicker/EmoticonPickerToolbar.d.ts +16 -12
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/EnterpriseGlossaryLinkSuggestionExtension.d.ts +7 -8
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent.d.ts +43 -16
- 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/EnterpriseGlossaryLink/nodes/EnterpriseGlossarySuggestionNode.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/nodes/EnterpriseSuggestionIgnore.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Division/DivisionNode.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/ExtendedElements.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/HardBreak/HardBreakNode.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Iframe/IframeNode.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Img/ImgNode.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Link/LinkNode.d.ts +10 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Style/StyleNode.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/TrailingParagraph/TrailingNode.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagEditorExtension.d.ts +20 -13
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagNode.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/Heading.d.ts +29 -13
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingNode.d.ts +5 -6
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingToolbar.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingToolbar.d.ts +16 -28
- 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/History.d.ts +25 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/HistoryNode.d.ts +21 -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/HorizontalRule/HorizontalRule.d.ts +25 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HorizontalRule/HorizontalRuleNode.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HorizontalRule/HorizontalRuleToolbar.d.ts +16 -9
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/Html.d.ts +55 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/HtmlToolbar.d.ts +47 -19
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/Italic.d.ts +11 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/ItalicNode.d.ts +1 -2
- 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/LanguagePicker/LanguagePicker.d.ts +57 -7
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePickerToolbar.d.ts +47 -14
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ListItem/ListItem.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ListItem/ListItemNode.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +176 -13
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerToolbar.d.ts +164 -25
- 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/PastingMicrosoftOfficeImageHandler.d.ts +9 -0
- 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/MediaPicker/nodes/MediaImageNode.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNode.d.ts +9 -7
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNodeView.d.ts +165 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphics.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsColorMatrix.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsComponentTransfer.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsDefinition.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFilter.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFuncB.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFuncG.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFuncR.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsImage.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/Mention.d.ts +17 -11
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionNode.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedList.d.ts +11 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedListNode.d.ts +1 -2
- 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/Paragraph/ParagraphNode.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Placeholder/PlaceHolderNode.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Placeholder/Placeholder.d.ts +7 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormatingNode.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormatting.d.ts +44 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormattingMenu.d.ts +16 -14
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/Strike.d.ts +25 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/StrikeNode.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/StrikeToolbar.d.ts +16 -9
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/Table.d.ts +44 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/TableNode.d.ts +16 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/TableSubToolbar.d.ts +16 -62
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/TableToolbar.d.ts +16 -34
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/TableCell.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/TableHeader.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/TableRow.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/Utils.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/plugins/ui/TableNodeView.d.ts +16 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Text/TextNode.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColor.d.ts +25 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColorNode.d.ts +18 -4
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColorToolbar.d.ts +16 -14
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletion.d.ts +49 -11
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionHandler.d.ts +10 -3
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionMenu.d.ts +39 -24
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionNode.d.ts +15 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionToolbar.d.ts +39 -15
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextStyle/TextStyleNode.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextTranslator/TextTranslator.d.ts +25 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextTranslator/TextTranslatorToolbar.d.ts +16 -12
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/TodoList.d.ts +12 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/TodoListNode.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/nodes/TodoItem.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/Underline.d.ts +11 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/UnderlineNode.d.ts +7 -8
- 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 +4 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/shareds/DefineRichTextExtension.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/shareds/DefineRichTextNode.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/shareds/index.d.ts +2 -0
- 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 +43 -119
- 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 +208 -0
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +162 -177
- 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 +28 -90
- package/internal-do-not-import-from-here/ux/signin/AuthenticationBlock.css.d.ts +25 -0
- package/internal-do-not-import-from-here/ux/signin/AuthenticationBlock.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/signin/AuthenticationLayoutHelper.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/signin/AuthenticationPage.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/signin/LoginFactory.d.ts +9 -0
- 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 +412 -0
- package/internal-do-not-import-from-here/ux/signin/loc/localize.d.ts +30 -4
- package/internal-do-not-import-from-here/ux/signin/omnia/Login.d.ts +16 -0
- 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/signin/omnia/providers/PostProcessingProvider.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/signout/Logout.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/signout/Logout.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/signout/loc/localize.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +655 -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 +417 -69
- 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 +188 -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 +323 -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 +126 -40
- package/internal-do-not-import-from-here/ux/statuscoderenderer/NavigationTrackingHandler.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/statuscoderenderer/StatusCodeRenderer.d.ts +27 -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 +50 -108
- 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/ITextTranslator.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/texttranslator/TextTranslator.css.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/texttranslator/TextTranslator.d.ts +157 -39
- 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 +188 -242
- 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/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/blueprints/DefinitionsJourney.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/ChromeJourney.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/blades/ChromeDefinitionBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/store/ChromeEditorStore.d.ts +82 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/BlueprintsJourney.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/ButtonBladeEdit.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/ButtonsBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/EditBlueprint.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/SpacingBlade.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/TypographyBlade.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +75 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/SpacingJourney.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/blades/SpacingDefinitionBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +66 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/TypographyJourney.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/blades/TypographyDefinitionBlade.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/blades/TypographyDefinitionBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/blades/TypographySettingsBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/components/FontPicker.css.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/components/FontPicker.d.ts +390 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +112 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/colorschemas/ColorSchemasJourney.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/colorschemas/blades/ColorSchemaDefinitionBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/colorschemas/store/ColorSchemaEditorStore.d.ts +65 -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/designkits/core/Colors.d.ts +33 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/DefinitionsChrome.d.ts +178 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeDefinitionInstance.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/index.d.ts +3 -0
- 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/designkits/default/definitions/index.d.ts +3 -0
- 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/designkits/default/themes/BlueprintsChrome.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsComponents.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsSpacing.d.ts +20 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsTypography.d.ts +27 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/DefinitionsComponents.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/DefinitionsSpacing.d.ts +28 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/DefinitionsTypography.d.ts +428 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/ThemeDefinitions.d.ts +27 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/useDefaultDesignKit.d.ts +43 -0
- 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/designkits/documentation/themes/BlueprintsChrome.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsComponents.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsSpacing.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsComponents.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsSpacing.d.ts +19 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsTypography.d.ts +98 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/useDocumentationDesignKit.d.ts +6 -0
- 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/designkits/editor/themes/BlueprintsChrome.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsComponents.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsSpacing.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsComponents.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsSpacing.d.ts +19 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsTypography.d.ts +158 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/useEditorDesignKit.d.ts +7 -0
- 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/useDesignKits.d.ts +58 -0
- 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/ChromeBlueprintStore.d.ts +436 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeDefinitionStore.d.ts +29 -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/ColorSchemaManager.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +479 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +440 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentDefinitionStore.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +437 -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 +377 -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 +42 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +438 -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 +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseContainerQuery.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +1515 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/index.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Chrome.d.ts +7 -0
- 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 +6 -4
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +202 -239
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +12337 -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/urlinput/UrlInputLegacy.d.ts +518 -44
- 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/UseColorSchemaSetup.d.ts +459 -140
- 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 +61 -43
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +78 -6
- 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 -13
- 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 -1
- 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 +200 -222
- 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 +39 -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 +25 -109
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +33 -117
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/store/ContentBlockStore.d.ts +79 -37
- 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 +317 -247
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +174 -214
- 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/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/VelcronDefinitions.d.ts +76 -86
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +229 -16
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronTypes.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/ViewModelAndContext.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronActions.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +6 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +3 -2
- 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/VelcronStyles.d.ts +2 -1
- 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/VelcronColorSchema.d.ts +9 -8
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +4 -3
- package/internal-do-not-import-from-here/ux/velcron/core/stores/index.d.ts +0 -1
- 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 +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/index.d.ts +1 -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/useVelcronEditorBuilder.d.ts +2 -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/Video.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/components/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +153 -394
- 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 +19 -93
- 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 +205 -91
- 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 +100 -155
- 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 +15 -89
- 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 +15 -89
- 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 +146 -212
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorEditor.d.ts +136 -206
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +136 -206
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ImageEditor.d.ts +146 -212
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/MarkdownEditor.d.ts +158 -206
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/PropertyEditorCreator.d.ts +146 -212
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SliderEditor.d.ts +146 -212
- 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 +146 -212
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +168 -212
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +147 -213
- 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 +284 -59
- package/internal-do-not-import-from-here/ux/wizard/WizardStep.d.ts +0 -1
- package/internal-do-not-import-from-here/vue/vuecustomelement/Helpers.d.ts +8 -2
- package/internal-do-not-import-from-here/wctypings.d.ts +4467 -1535
- package/internal-do-not-import-from-here/workers/HttpRequestProxy.d.ts +1 -0
- package/package.json +12 -12
- package/task.js +5 -0
- package/task.ts +5 -0
- 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/services/properties/bindings/providers/ExtendedEnterprisePropertyBindingProvider.d.ts +0 -9
- package/internal-do-not-import-from-here/services/properties/bindings/providers/IdentityPropertyBindingProvider.d.ts +0 -10
- package/internal-do-not-import-from-here/services/properties/bindings/providers/index.d.ts +0 -2
- 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/shared/models/theming/BlueprintDefinition.d.ts +0 -63
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +0 -18
- package/internal-do-not-import-from-here/shared/models/theming/OmniaThemes.d.ts +0 -5
- package/internal-do-not-import-from-here/shared/models/theming/OmniaThemes.js +0 -18
- package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +0 -255
- package/internal-do-not-import-from-here/ux/blueprintpicker/BlueprintPicker.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/blueprintpicker/BlueprintPicker.d.ts +0 -434
- package/internal-do-not-import-from-here/ux/blueprintpicker/docs/SampleComponent.d.ts +0 -91
- package/internal-do-not-import-from-here/ux/colorsettingspicker/ColorSettingsPicker.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/colorsettingspicker/ColorSettingsPicker.d.ts +0 -488
- package/internal-do-not-import-from-here/ux/colorsettingspicker/docs/SampleComponent.d.ts +0 -91
- 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 -9
- 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/docs/DateTimeZonePickerExample.d.ts +0 -91
- package/internal-do-not-import-from-here/ux/directives/ClickOut.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/draggable/Draggable.d.ts +0 -6
- 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/action_toolbar/IDisplaySettingsToolbar.d.ts +0 -24
- 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.css.d.ts +0 -4
- 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/constants.d.ts +0 -80
- 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.css.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformEditor/ImageTransformEditor.d.ts +0 -312
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformFilter/ImageTransformFilter.d.ts +0 -136
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformFilter/ImageTransformFilter_old.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 -17
- 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 -210
- package/internal-do-not-import-from-here/ux/imagetransformer/ImageTransformer_older.d.ts +0 -40
- package/internal-do-not-import-from-here/ux/imagetransformer/loc/localize.d.ts +0 -46
- 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/journey/IJourney.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/journey/IMenuBlade.d.ts +0 -29
- package/internal-do-not-import-from-here/ux/journey/Journey.css.d.ts +0 -10
- package/internal-do-not-import-from-here/ux/journey/Journey.d.ts +0 -31
- package/internal-do-not-import-from-here/ux/journey/MenuBlade.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/journey/testbench/JourneyTest.css.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/journey/testbench/JourneyTest.d.ts +0 -97
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.css.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +0 -392
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyMenu.d.ts +0 -193
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyV2.css.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyV2.d.ts +0 -107
- package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleButtons.d.ts +0 -91
- package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleComponent.d.ts +0 -91
- package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleComponentMenu.d.ts +0 -91
- package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleVariants.d.ts +0 -91
- package/internal-do-not-import-from-here/ux/journey/v2/docs/index.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/journey/v2/models/BladeInstance.d.ts +0 -9
- package/internal-do-not-import-from-here/ux/journey/v2/models/Constants.d.ts +0 -9
- package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyMenuStore.d.ts +0 -34
- package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +0 -186
- 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.css.d.ts +0 -18
- 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/LayoutBlock.css.d.ts +0 -19
- 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/LayoutBlockInstance.d.ts +0 -163
- 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/LayoutSection.css.d.ts +0 -19
- 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.css.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSectionTab.d.ts +0 -39
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutTab.d.ts +0 -47
- 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/layoutcanvas/shared/internal.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +0 -218
- package/internal-do-not-import-from-here/ux/magiclink/MagicLink.d.ts +0 -92
- package/internal-do-not-import-from-here/ux/mediapicker/IMediaPicker.d.ts +0 -33
- package/internal-do-not-import-from-here/ux/mediapicker/MediaPicker.css.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/mediapicker/MediaPicker.d.ts +0 -159
- package/internal-do-not-import-from-here/ux/mediapicker/MediaPickerComponentProps.d.ts +0 -29
- package/internal-do-not-import-from-here/ux/mediapicker/MediaPickerRenderer.d.ts +0 -86
- package/internal-do-not-import-from-here/ux/mediapicker/MediaPicker_old.css.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/mediapicker/MediaPicker_old.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/mediapicker/components/ImageEditor.css.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/mediapicker/components/ImageEditor.d.ts +0 -91
- package/internal-do-not-import-from-here/ux/mediapicker/components/ImageSelector.d.ts +0 -104
- package/internal-do-not-import-from-here/ux/mediapicker/core/MediaPickerImageHandler.d.ts +0 -36
- package/internal-do-not-import-from-here/ux/mediapicker/core/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/mediapicker/loc/localize.d.ts +0 -14
- 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/bingprovider/loc/localize.d.ts +0 -34
- 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/mediapickerproviders/pexelsprovider/loc/localize.d.ts +0 -11
- 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/SampleComponent.d.ts +0 -91
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/TreeviewExamples.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/TreeviewIntro.d.ts +0 -91
- package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditorSettings.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/ParsingMicrosoftWordImageHandler.d.ts +0 -9
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/TableView.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/Ulti.d.ts +0 -16
- 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/signin/SignInBlock.css.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/signin/SignInBlock.d.ts +0 -92
- package/internal-do-not-import-from-here/ux/signin/SignInPage.d.ts +0 -91
- package/internal-do-not-import-from-here/ux/signout/SignOut.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/signout/SignOut.d.ts +0 -92
- 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/spacingpicker/SpacingPicker3.css.d.ts +0 -15
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.d.ts +0 -540
- package/internal-do-not-import-from-here/ux/spacingpicker/docs/SampleComponent.d.ts +0 -91
- package/internal-do-not-import-from-here/ux/spacingpicker/loc/localize.d.ts +0 -11
- package/internal-do-not-import-from-here/ux/theming-v2/BlueprintStore.d.ts +0 -46
- package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaManager.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +0 -72
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +0 -272
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeDefinitionStoreV2.d.ts +0 -31
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +0 -34
- package/internal-do-not-import-from-here/ux/theming-v2/VelcronDefinitionStore.d.ts +0 -35
- package/internal-do-not-import-from-here/ux/theming-v2/skins/core/Colors.d.ts +0 -29
- package/internal-do-not-import-from-here/ux/theming-v2/skins/core/ThemeDefinitionInstance.d.ts +0 -9
- package/internal-do-not-import-from-here/ux/theming-v2/skins/core/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/index.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/default/themes/Blueprints.d.ts +0 -21
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/themes/SpacingTypes.d.ts +0 -25
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/themes/ThemeDefinitions.d.ts +0 -23
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/themes/TypographyTypes.d.ts +0 -289
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/useDefaultSkin.d.ts +0 -48
- 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/documentation/themes/Blueprints.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/themes/SpacingTypes.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/themes/TypographyTypes.d.ts +0 -97
- package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/useDocumentationSkin.d.ts +0 -6
- 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/editor/themes/Blueprints.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/themes/SpacingTypes.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/themes/TypographyTypes.d.ts +0 -97
- package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/useEditorSkin.d.ts +0 -7
- 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/skins/pages/definitions/headers/HeaderWithImage.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/theming-v2/skins/useSkins.d.ts +0 -63
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseThemeStyling.d.ts +0 -551
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +0 -159
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ThemeCodeEditor.d.ts +0 -91
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintEditor.d.ts +0 -91
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintSelector.css.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintSelector.d.ts +0 -91
- 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.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ColorSelector.d.ts +0 -91
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ComponentsViewer.d.ts +0 -91
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/FxViewer.d.ts +0 -91
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ThemeViewer.d.ts +0 -91
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ThemeViewerStyles.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/model/CodeEditor.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/model/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +0 -30
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +0 -38
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/typographypicker/TypographyPicker.d.ts +0 -488
- package/internal-do-not-import-from-here/ux/typographypicker/docs/SampleComponent.d.ts +0 -91
- package/internal-do-not-import-from-here/ux/urlinput/IUrlInput.d.ts +0 -42
- package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +0 -172
- package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutBladeBuilder.d.ts +0 -101
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronBlueprint.d.ts +0 -39
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/View.d.ts +0 -106
- package/internal-do-not-import-from-here/ux/vuechartjs/BarChart.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/vuechartjs/Bubble.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/vuechartjs/DoughnutChart.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/vuechartjs/HorizontalBar.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/vuechartjs/LineChart.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/vuechartjs/PieChart.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/vuechartjs/PolarArea.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/vuechartjs/Radar.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/vuechartjs/Scatter.d.ts +0 -2
- /package/internal-do-not-import-from-here/{ux/imagetransformer/tui-image-editor/dependencies/tui-code-snippet.d.ts → DevVendor.d.ts} +0 -0
- /package/internal-do-not-import-from-here/shared/models/{Bring.js → DynamicState.js} +0 -0
- /package/internal-do-not-import-from-here/{ux/velcron/core/models → shared/models/velcron}/VelcronEvents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{layoutcanvas/apis/Registration.d.ts → app/AppLayoutPlaceHolderRegistration.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{blueprintpicker → blueprintpickers/chromepicker}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{blueprintpicker → blueprintpickers/chromepicker}/docs/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{colorsettingspicker → blueprintpickers/spacingpicker}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{colorsettingspicker → blueprintpickers/spacingpicker}/docs/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/TypographyPicker.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{journey/v2 → blueprintpickers/typographypicker}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{oxide/textarea → blueprintpickers/typographypicker}/docs/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{oxide/textarea → colorpicker}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{spacingpicker → colorpicker}/docs/index.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/{richtexteditor/extensions/Table/plugins/TableResizePlugin.d.ts → depricated-mediapicker/MediaPickerRenderer.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{mediapicker → depricated-mediapicker}/components/ImageSelector.css.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/DefinitionRegistrations.d.ts → directives/clickoutside/ClickOutSide.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{theming-v2/skins/default/ThemeRegistrations.d.ts → docs/omfx/components/Emits.md.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{theming-v2/skins/default/definitions/content/Contentblocks.d.ts → docs/omfx/components/Introduction.md.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{theming-v2/skins/editor/ThemeRegistrations.d.ts → docs/omfx/components/Properties.md.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{theming-v2/skins/pages/DefinitionRegistrations.d.ts → docs/omfx/components/Slots.md.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{typographypicker/docs/index.d.ts → docs/omfx/theming/Introduction.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{features/FeatureActivation_old.d.ts → hub/feed/components/Social.css.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/journey/{v2/models → models}/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/journey/{v2/stores → stores}/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{features/FeaturesJourney_old.d.ts → layoutcanvas/editor/layoutitems/_old/LayoutBlock.css.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{imagetransformer/Components/ImageTransformEditor/ImageTransformEditor_old.d.ts → layoutcanvas/editor/layoutitems/_old/LayoutBlock.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{theming-v2/skins/documentation/ApiRegistrations.d.ts → layoutcanvas/editor/layoutitems/_old/LayoutColumn.css.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{use/UseVariantSetup.d.ts → layoutcanvas/editor/layoutitems/_old/LayoutColumn.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/{spacingpicker → mediapickerV2}/docs/ExampleComponents.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/{typographypicker → oxide/alert}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{journey/v2 → oxide/treeview}/docs/ExampleComponentsMenu.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/definitions/headers/index.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/{skins → designkits}/pages/definitions/property/PropertiesWithColumLayout.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/pages/definitions/property/PropertiesWithRowLayout.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/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
package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/imageEditor.d.ts
DELETED
@@ -1,1003 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Image filter result
|
3
|
-
* @typedef {object} FilterResult
|
4
|
-
* @property {string} type - filter type like 'mask', 'Grayscale' and so on
|
5
|
-
* @property {string} action - action type like 'add', 'remove'
|
6
|
-
*/
|
7
|
-
/**
|
8
|
-
* Flip status
|
9
|
-
* @typedef {object} FlipStatus
|
10
|
-
* @property {boolean} flipX - x axis
|
11
|
-
* @property {boolean} flipY - y axis
|
12
|
-
* @property {Number} angle - angle
|
13
|
-
*/
|
14
|
-
/**
|
15
|
-
* Rotation status
|
16
|
-
* @typedef {Number} RotateStatus
|
17
|
-
* @property {Number} angle - angle
|
18
|
-
*/
|
19
|
-
/**
|
20
|
-
* Old and new Size
|
21
|
-
* @typedef {object} SizeChange
|
22
|
-
* @property {Number} oldWidth - old width
|
23
|
-
* @property {Number} oldHeight - old height
|
24
|
-
* @property {Number} newWidth - new width
|
25
|
-
* @property {Number} newHeight - new height
|
26
|
-
*/
|
27
|
-
/**
|
28
|
-
* @typedef {string} ErrorMsg - {string} error message
|
29
|
-
*/
|
30
|
-
/**
|
31
|
-
* @typedef {object} ObjectProps - graphics object properties
|
32
|
-
* @property {number} id - object id
|
33
|
-
* @property {string} type - object type
|
34
|
-
* @property {string} text - text content
|
35
|
-
* @property {(string | number)} left - Left
|
36
|
-
* @property {(string | number)} top - Top
|
37
|
-
* @property {(string | number)} width - Width
|
38
|
-
* @property {(string | number)} height - Height
|
39
|
-
* @property {string} fill - Color
|
40
|
-
* @property {string} stroke - Stroke
|
41
|
-
* @property {(string | number)} strokeWidth - StrokeWidth
|
42
|
-
* @property {string} fontFamily - Font type for text
|
43
|
-
* @property {number} fontSize - Font Size
|
44
|
-
* @property {string} fontStyle - Type of inclination (normal / italic)
|
45
|
-
* @property {string} fontWeight - Type of thicker or thinner looking (normal / bold)
|
46
|
-
* @property {string} textAlign - Type of text align (left / center / right)
|
47
|
-
* @property {string} textDecoration - Type of line (underline / line-through / overline)
|
48
|
-
*/
|
49
|
-
/**
|
50
|
-
* Shape filter option
|
51
|
-
* @typedef {object.<string, number>} ShapeFillFilterOption
|
52
|
-
*/
|
53
|
-
/**
|
54
|
-
* Shape filter option
|
55
|
-
* @typedef {object} ShapeFillOption - fill option of shape
|
56
|
-
* @property {string} type - fill type ('color' or 'filter')
|
57
|
-
* @property {Array.<ShapeFillFilterOption>} [filter] - {@link ShapeFilterOption} List.
|
58
|
-
* only applies to filter types
|
59
|
-
* (ex: [\{pixelate: 20\}, \{blur: 0.3\}])
|
60
|
-
* @property {string} [color] - Shape foreground color (ex: '#fff', 'transparent')
|
61
|
-
*/
|
62
|
-
/**
|
63
|
-
* Image editor
|
64
|
-
* @class
|
65
|
-
* @param {string|HTMLElement} wrapper - Wrapper's element or selector
|
66
|
-
* @param {Object} [options] - Canvas max width & height of css
|
67
|
-
* @param {number} [options.includeUI] - Use the provided UI
|
68
|
-
* @param {Object} [options.includeUI.loadImage] - Basic editing image
|
69
|
-
* @param {string} options.includeUI.loadImage.path - image path
|
70
|
-
* @param {string} options.includeUI.loadImage.name - image name
|
71
|
-
* @param {Object} [options.includeUI.theme] - Theme object
|
72
|
-
* @param {Array} [options.includeUI.menu] - It can be selected when only specific menu is used, Default values are \['crop', 'flip', 'rotate', 'draw', 'shape', 'icon', 'text', 'mask', 'filter'\].
|
73
|
-
* @param {string} [options.includeUI.initMenu] - The first menu to be selected and started.
|
74
|
-
* @param {Object} [options.includeUI.uiSize] - ui size of editor
|
75
|
-
* @param {string} options.includeUI.uiSize.width - width of ui
|
76
|
-
* @param {string} options.includeUI.uiSize.height - height of ui
|
77
|
-
* @param {string} [options.includeUI.menuBarPosition=bottom] - Menu bar position('top', 'bottom', 'left', 'right')
|
78
|
-
* @param {number} options.cssMaxWidth - Canvas css-max-width
|
79
|
-
* @param {number} options.cssMaxHeight - Canvas css-max-height
|
80
|
-
* @param {Object} [options.selectionStyle] - selection style
|
81
|
-
* @param {string} [options.selectionStyle.cornerStyle] - selection corner style
|
82
|
-
* @param {number} [options.selectionStyle.cornerSize] - selection corner size
|
83
|
-
* @param {string} [options.selectionStyle.cornerColor] - selection corner color
|
84
|
-
* @param {string} [options.selectionStyle.cornerStrokeColor] = selection corner stroke color
|
85
|
-
* @param {boolean} [options.selectionStyle.transparentCorners] - selection corner transparent
|
86
|
-
* @param {number} [options.selectionStyle.lineWidth] - selection line width
|
87
|
-
* @param {string} [options.selectionStyle.borderColor] - selection border color
|
88
|
-
* @param {number} [options.selectionStyle.rotatingPointOffset] - selection rotating point length
|
89
|
-
* @param {Boolean} [options.usageStatistics=true] - Let us know the hostname. If you don't want to send the hostname, please set to false.
|
90
|
-
* @example
|
91
|
-
* var ImageEditor = require('tui-image-editor');
|
92
|
-
* var blackTheme = require('./js/theme/black-theme.js');
|
93
|
-
* var instance = new ImageEditor(document.querySelector('#tui-image-editor'), {
|
94
|
-
* includeUI: {
|
95
|
-
* loadImage: {
|
96
|
-
* path: 'img/sampleImage.jpg',
|
97
|
-
* name: 'SampleImage'
|
98
|
-
* },
|
99
|
-
* theme: blackTheme, // or whiteTheme
|
100
|
-
* menu: ['shape', 'filter'],
|
101
|
-
* initMenu: 'filter',
|
102
|
-
* uiSize: {
|
103
|
-
* width: '1000px',
|
104
|
-
* height: '700px'
|
105
|
-
* },
|
106
|
-
* menuBarPosition: 'bottom'
|
107
|
-
* },
|
108
|
-
* cssMaxWidth: 700,
|
109
|
-
* cssMaxHeight: 500,
|
110
|
-
* selectionStyle: {
|
111
|
-
* cornerSize: 20,
|
112
|
-
* rotatingPointOffset: 70
|
113
|
-
* }
|
114
|
-
* });
|
115
|
-
*/
|
116
|
-
declare class ImageEditor {
|
117
|
-
constructor(wrapper: any, options: any);
|
118
|
-
/**
|
119
|
-
* Set selection style by init option
|
120
|
-
* @param {Object} selectionStyle - Selection styles
|
121
|
-
* @param {Object} applyTargets - Selection apply targets
|
122
|
-
* @param {boolean} applyCropSelectionStyle - whether apply with crop selection style or not
|
123
|
-
* @param {boolean} applyGroupSelectionStyle - whether apply with group selection style or not
|
124
|
-
* @private
|
125
|
-
*/
|
126
|
-
_setSelectionStyle(selectionStyle: any, { applyCropSelectionStyle, applyGroupSelectionStyle }: {
|
127
|
-
applyCropSelectionStyle: any;
|
128
|
-
applyGroupSelectionStyle: any;
|
129
|
-
}): void;
|
130
|
-
/**
|
131
|
-
* Attach invoker events
|
132
|
-
* @private
|
133
|
-
*/
|
134
|
-
_attachInvokerEvents(): void;
|
135
|
-
/**
|
136
|
-
* Attach canvas events
|
137
|
-
* @private
|
138
|
-
*/
|
139
|
-
_attachGraphicsEvents(): void;
|
140
|
-
/**
|
141
|
-
* Attach dom events
|
142
|
-
* @private
|
143
|
-
*/
|
144
|
-
_attachDomEvents(): void;
|
145
|
-
/**
|
146
|
-
* Detach dom events
|
147
|
-
* @private
|
148
|
-
*/
|
149
|
-
_detachDomEvents(): void;
|
150
|
-
/**
|
151
|
-
* Keydown event handler
|
152
|
-
* @param {KeyboardEvent} e - Event object
|
153
|
-
* @private
|
154
|
-
*/
|
155
|
-
_onKeyDown(e: any): void;
|
156
|
-
/**
|
157
|
-
* Remove Active Object
|
158
|
-
*/
|
159
|
-
removeActiveObject(): boolean;
|
160
|
-
/**
|
161
|
-
* mouse down event handler
|
162
|
-
* @param {Event} event mouse down event
|
163
|
-
* @param {Object} originPointer origin pointer
|
164
|
-
* @param {Number} originPointer.x x position
|
165
|
-
* @param {Number} originPointer.y y position
|
166
|
-
* @private
|
167
|
-
*/
|
168
|
-
_onMouseDown(event: any, originPointer: any): void;
|
169
|
-
/**
|
170
|
-
* mouse up event handler
|
171
|
-
* @param {Event} event up down event
|
172
|
-
* @param {Object} originPointer origin pointer
|
173
|
-
* @param {Number} originPointer.x x position
|
174
|
-
* @param {Number} originPointer.y y position
|
175
|
-
* @private
|
176
|
-
*/
|
177
|
-
_onMouseUp(): void;
|
178
|
-
/**
|
179
|
-
* Add a 'addObject' command
|
180
|
-
* @param {Object} obj - Fabric object
|
181
|
-
* @private
|
182
|
-
*/
|
183
|
-
_pushAddObjectCommand(obj: any): void;
|
184
|
-
/**
|
185
|
-
* 'objectActivated' event handler
|
186
|
-
* @param {ObjectProps} props - object properties
|
187
|
-
* @private
|
188
|
-
*/
|
189
|
-
_onObjectActivated(props: any): void;
|
190
|
-
/**
|
191
|
-
* 'objectMoved' event handler
|
192
|
-
* @param {ObjectProps} props - object properties
|
193
|
-
* @private
|
194
|
-
*/
|
195
|
-
_onObjectMoved(props: any): void;
|
196
|
-
/**
|
197
|
-
* 'objectScaled' event handler
|
198
|
-
* @param {ObjectProps} props - object properties
|
199
|
-
* @private
|
200
|
-
*/
|
201
|
-
_onObjectScaled(props: any): void;
|
202
|
-
/**
|
203
|
-
* 'objectRotated' event handler
|
204
|
-
* @param {ObjectProps} props - object properties
|
205
|
-
* @private
|
206
|
-
*/
|
207
|
-
_onObjectRotated(props: any): void;
|
208
|
-
/**
|
209
|
-
* Get current drawing mode
|
210
|
-
* @returns {string}
|
211
|
-
* @example
|
212
|
-
* // Image editor drawing mode
|
213
|
-
* //
|
214
|
-
* // NORMAL: 'NORMAL'
|
215
|
-
* // CROPPER: 'CROPPER'
|
216
|
-
* // FREE_DRAWING: 'FREE_DRAWING'
|
217
|
-
* // LINE_DRAWING: 'LINE_DRAWING'
|
218
|
-
* // TEXT: 'TEXT'
|
219
|
-
* //
|
220
|
-
* if (imageEditor.getDrawingMode() === 'FREE_DRAWING') {
|
221
|
-
* imageEditor.stopDrawingMode();
|
222
|
-
* }
|
223
|
-
*/
|
224
|
-
getDrawingMode(): any;
|
225
|
-
/**
|
226
|
-
* Clear all objects
|
227
|
-
* @returns {Promise}
|
228
|
-
* @example
|
229
|
-
* imageEditor.clearObjects();
|
230
|
-
*/
|
231
|
-
clearObjects(): any;
|
232
|
-
/**
|
233
|
-
* Deactivate all objects
|
234
|
-
* @example
|
235
|
-
* imageEditor.deactivateAll();
|
236
|
-
*/
|
237
|
-
deactivateAll(): void;
|
238
|
-
/**
|
239
|
-
* discard selction
|
240
|
-
* @example
|
241
|
-
* imageEditor.discardSelection();
|
242
|
-
*/
|
243
|
-
discardSelection(): void;
|
244
|
-
/**
|
245
|
-
* selectable status change
|
246
|
-
* @param {boolean} selectable - selctable status
|
247
|
-
* @example
|
248
|
-
* imageEditor.changeSelectableAll(false); // or true
|
249
|
-
*/
|
250
|
-
changeSelectableAll(selectable: any): void;
|
251
|
-
/**
|
252
|
-
* Invoke command
|
253
|
-
* @param {String} commandName - Command name
|
254
|
-
* @param {...*} args - Arguments for creating command
|
255
|
-
* @returns {Promise}
|
256
|
-
* @private
|
257
|
-
*/
|
258
|
-
execute(commandName: any, ...args: any[]): any;
|
259
|
-
/**
|
260
|
-
* Invoke command
|
261
|
-
* @param {String} commandName - Command name
|
262
|
-
* @param {...*} args - Arguments for creating command
|
263
|
-
* @returns {Promise}
|
264
|
-
* @private
|
265
|
-
*/
|
266
|
-
executeSilent(commandName: any, ...args: any[]): any;
|
267
|
-
/**
|
268
|
-
* Undo
|
269
|
-
* @returns {Promise}
|
270
|
-
* @example
|
271
|
-
* imageEditor.undo();
|
272
|
-
*/
|
273
|
-
undo(): any;
|
274
|
-
/**
|
275
|
-
* Redo
|
276
|
-
* @returns {Promise}
|
277
|
-
* @example
|
278
|
-
* imageEditor.redo();
|
279
|
-
*/
|
280
|
-
redo(): any;
|
281
|
-
/**
|
282
|
-
* Load image from file
|
283
|
-
* @param {File} imgFile - Image file
|
284
|
-
* @param {string} [imageName] - imageName
|
285
|
-
* @returns {Promise<SizeChange, ErrorMsg>}
|
286
|
-
* @example
|
287
|
-
* imageEditor.loadImageFromFile(file).then(result => {
|
288
|
-
* console.log('old : ' + result.oldWidth + ', ' + result.oldHeight);
|
289
|
-
* console.log('new : ' + result.newWidth + ', ' + result.newHeight);
|
290
|
-
* });
|
291
|
-
*/
|
292
|
-
loadImageFromFile(imgFile: any, imageName: any): any;
|
293
|
-
/**
|
294
|
-
* Load image from url
|
295
|
-
* @param {string} url - File url
|
296
|
-
* @param {string} imageName - imageName
|
297
|
-
* @returns {Promise<SizeChange, ErrorMsg>}
|
298
|
-
* @example
|
299
|
-
* imageEditor.loadImageFromURL('http://url/testImage.png', 'lena').then(result => {
|
300
|
-
* console.log('old : ' + result.oldWidth + ', ' + result.oldHeight);
|
301
|
-
* console.log('new : ' + result.newWidth + ', ' + result.newHeight);
|
302
|
-
* });
|
303
|
-
*/
|
304
|
-
loadImageFromURL(url: any, imageName: any): any;
|
305
|
-
/**
|
306
|
-
* Add image object on canvas
|
307
|
-
* @param {string} imgUrl - Image url to make object
|
308
|
-
* @returns {Promise<ObjectProps, ErrorMsg>}
|
309
|
-
* @example
|
310
|
-
* imageEditor.addImageObject('path/fileName.jpg').then(objectProps => {
|
311
|
-
* console.log(ojectProps.id);
|
312
|
-
* });
|
313
|
-
*/
|
314
|
-
addImageObject(imgUrl: any): any;
|
315
|
-
/**
|
316
|
-
* Start a drawing mode. If the current mode is not 'NORMAL', 'stopDrawingMode()' will be called first.
|
317
|
-
* @param {String} mode Can be one of <I>'CROPPER', 'FREE_DRAWING', 'LINE_DRAWING', 'TEXT', 'SHAPE'</I>
|
318
|
-
* @param {Object} [option] parameters of drawing mode, it's available with 'FREE_DRAWING', 'LINE_DRAWING'
|
319
|
-
* @param {Number} [option.width] brush width
|
320
|
-
* @param {String} [option.color] brush color
|
321
|
-
* @returns {boolean} true if success or false
|
322
|
-
* @example
|
323
|
-
* imageEditor.startDrawingMode('FREE_DRAWING', {
|
324
|
-
* width: 10,
|
325
|
-
* color: 'rgba(255,0,0,0.5)'
|
326
|
-
* });
|
327
|
-
*/
|
328
|
-
startDrawingMode(mode: any, option?: any): any;
|
329
|
-
/**
|
330
|
-
* Stop the current drawing mode and back to the 'NORMAL' mode
|
331
|
-
* @example
|
332
|
-
* imageEditor.stopDrawingMode();
|
333
|
-
*/
|
334
|
-
stopDrawingMode(): void;
|
335
|
-
/**
|
336
|
-
* Crop this image with rect
|
337
|
-
* @param {Object} rect crop rect
|
338
|
-
* @param {Number} rect.left left position
|
339
|
-
* @param {Number} rect.top top position
|
340
|
-
* @param {Number} rect.width width
|
341
|
-
* @param {Number} rect.height height
|
342
|
-
* @returns {Promise}
|
343
|
-
* @example
|
344
|
-
* imageEditor.crop(imageEditor.getCropzoneRect());
|
345
|
-
*/
|
346
|
-
crop(rect: any): any;
|
347
|
-
/**
|
348
|
-
* Get the cropping rect
|
349
|
-
* @returns {Object} {{left: number, top: number, width: number, height: number}} rect
|
350
|
-
*/
|
351
|
-
getCropzoneRect(): any;
|
352
|
-
/**
|
353
|
-
* Set the cropping rect
|
354
|
-
* @param {number} [mode] crop rect mode [1, 1.5, 1.3333333333333333, 1.25, 1.7777777777777777]
|
355
|
-
*/
|
356
|
-
setCropzoneRect(mode: any): void;
|
357
|
-
/**
|
358
|
-
* Set the cropping rect
|
359
|
-
* @param {Object} cropRect cropzone rect
|
360
|
-
* @param {Number} presetRatio
|
361
|
-
* @param {Number} cropRect.left left position
|
362
|
-
* @param {Number} cropRect.top top position
|
363
|
-
* @param {Number} cropRect.width width
|
364
|
-
* @param {Number} cropRect.height height
|
365
|
-
*/
|
366
|
-
restoreCropzoneRect(presetRatio: any, cropRect: any): void;
|
367
|
-
isValidCropzoneRect(): boolean;
|
368
|
-
/**
|
369
|
-
* Flip
|
370
|
-
* @returns {Promise}
|
371
|
-
* @param {string} type - 'flipX' or 'flipY' or 'reset'
|
372
|
-
* @returns {Promise<FlipStatus, ErrorMsg>}
|
373
|
-
* @private
|
374
|
-
*/
|
375
|
-
_flip(type: any): any;
|
376
|
-
/**
|
377
|
-
* Flip x
|
378
|
-
* @returns {Promise<FlipStatus, ErrorMsg>}
|
379
|
-
* @example
|
380
|
-
* imageEditor.flipX().then((status => {
|
381
|
-
* console.log('flipX: ', status.flipX);
|
382
|
-
* console.log('flipY: ', status.flipY);
|
383
|
-
* console.log('angle: ', status.angle);
|
384
|
-
* }).catch(message => {
|
385
|
-
* console.log('error: ', message);
|
386
|
-
* });
|
387
|
-
*/
|
388
|
-
flipX(): any;
|
389
|
-
/**
|
390
|
-
* Flip y
|
391
|
-
* @returns {Promise<FlipStatus, ErrorMsg>}
|
392
|
-
* @example
|
393
|
-
* imageEditor.flipY().then(status => {
|
394
|
-
* console.log('flipX: ', status.flipX);
|
395
|
-
* console.log('flipY: ', status.flipY);
|
396
|
-
* console.log('angle: ', status.angle);
|
397
|
-
* }).catch(message => {
|
398
|
-
* console.log('error: ', message);
|
399
|
-
* });
|
400
|
-
*/
|
401
|
-
flipY(): any;
|
402
|
-
/**
|
403
|
-
* Reset flip
|
404
|
-
* @returns {Promise<FlipStatus, ErrorMsg>}
|
405
|
-
* @example
|
406
|
-
* imageEditor.resetFlip().then(status => {
|
407
|
-
* console.log('flipX: ', status.flipX);
|
408
|
-
* console.log('flipY: ', status.flipY);
|
409
|
-
* console.log('angle: ', status.angle);
|
410
|
-
* }).catch(message => {
|
411
|
-
* console.log('error: ', message);
|
412
|
-
* });;
|
413
|
-
*/
|
414
|
-
resetFlip(): any;
|
415
|
-
/**
|
416
|
-
* @param {string} type - 'rotate' or 'setAngle'
|
417
|
-
* @param {number} angle - angle value (degree)
|
418
|
-
* @param {boolean} isSilent - is silent execution or not
|
419
|
-
* @returns {Promise<RotateStatus, ErrorMsg>}
|
420
|
-
* @private
|
421
|
-
*/
|
422
|
-
_rotate(type: any, angle: any, isSilent: any): any;
|
423
|
-
/**
|
424
|
-
* Rotate image
|
425
|
-
* @returns {Promise}
|
426
|
-
* @param {number} angle - Additional angle to rotate image
|
427
|
-
* @param {boolean} isSilent - is silent execution or not
|
428
|
-
* @returns {Promise<RotateStatus, ErrorMsg>}
|
429
|
-
* @example
|
430
|
-
* imageEditor.rotate(10); // angle = 10
|
431
|
-
* imageEditor.rotate(10); // angle = 20
|
432
|
-
* imageEidtor.rotate(5); // angle = 5
|
433
|
-
* imageEidtor.rotate(-95); // angle = -90
|
434
|
-
* imageEditor.rotate(10).then(status => {
|
435
|
-
* console.log('angle: ', status.angle);
|
436
|
-
* })).catch(message => {
|
437
|
-
* console.log('error: ', message);
|
438
|
-
* });
|
439
|
-
*/
|
440
|
-
rotate(angle: any, isSilent: any): any;
|
441
|
-
/**
|
442
|
-
* Set angle
|
443
|
-
* @param {number} angle - Angle of image
|
444
|
-
* @param {boolean} isSilent - is silent execution or not
|
445
|
-
* @returns {Promise<RotateStatus, ErrorMsg>}
|
446
|
-
* @example
|
447
|
-
* imageEditor.setAngle(10); // angle = 10
|
448
|
-
* imageEditor.rotate(10); // angle = 20
|
449
|
-
* imageEidtor.setAngle(5); // angle = 5
|
450
|
-
* imageEidtor.rotate(50); // angle = 55
|
451
|
-
* imageEidtor.setAngle(-40); // angle = -40
|
452
|
-
* imageEditor.setAngle(10).then(status => {
|
453
|
-
* console.log('angle: ', status.angle);
|
454
|
-
* })).catch(message => {
|
455
|
-
* console.log('error: ', message);
|
456
|
-
* });
|
457
|
-
*/
|
458
|
-
setAngle(angle: any, isSilent: any): any;
|
459
|
-
/**
|
460
|
-
* Set drawing brush
|
461
|
-
* @param {Object} option brush option
|
462
|
-
* @param {Number} option.width width
|
463
|
-
* @param {String} option.color color like 'FFFFFF', 'rgba(0, 0, 0, 0.5)'
|
464
|
-
* @example
|
465
|
-
* imageEditor.startDrawingMode('FREE_DRAWING');
|
466
|
-
* imageEditor.setBrush({
|
467
|
-
* width: 12,
|
468
|
-
* color: 'rgba(0, 0, 0, 0.5)'
|
469
|
-
* });
|
470
|
-
* imageEditor.setBrush({
|
471
|
-
* width: 8,
|
472
|
-
* color: 'FFFFFF'
|
473
|
-
* });
|
474
|
-
*/
|
475
|
-
setBrush(option: any): void;
|
476
|
-
/**
|
477
|
-
* Set states of current drawing shape
|
478
|
-
* @param {string} type - Shape type (ex: 'rect', 'circle', 'triangle')
|
479
|
-
* @param {Object} [options] - Shape options
|
480
|
-
* @param {(ShapeFillOption | string)} [options.fill] - {@link ShapeFillOption} or
|
481
|
-
* Shape foreground color (ex: '#fff', 'transparent')
|
482
|
-
* @param {string} [options.stoke] - Shape outline color
|
483
|
-
* @param {number} [options.strokeWidth] - Shape outline width
|
484
|
-
* @param {number} [options.width] - Width value (When type option is 'rect', this options can use)
|
485
|
-
* @param {number} [options.height] - Height value (When type option is 'rect', this options can use)
|
486
|
-
* @param {number} [options.rx] - Radius x value (When type option is 'circle', this options can use)
|
487
|
-
* @param {number} [options.ry] - Radius y value (When type option is 'circle', this options can use)
|
488
|
-
* @param {number} [options.isRegular] - Whether resizing shape has 1:1 ratio or not
|
489
|
-
* @example
|
490
|
-
* imageEditor.setDrawingShape('rect', {
|
491
|
-
* fill: 'red',
|
492
|
-
* width: 100,
|
493
|
-
* height: 200
|
494
|
-
* });
|
495
|
-
* @example
|
496
|
-
* imageEditor.setDrawingShape('circle', {
|
497
|
-
* fill: 'transparent',
|
498
|
-
* stroke: 'blue',
|
499
|
-
* strokeWidth: 3,
|
500
|
-
* rx: 10,
|
501
|
-
* ry: 100
|
502
|
-
* });
|
503
|
-
* @example
|
504
|
-
* imageEditor.setDrawingShape('triangle', { // When resizing, the shape keep the 1:1 ratio
|
505
|
-
* width: 1,
|
506
|
-
* height: 1,
|
507
|
-
* isRegular: true
|
508
|
-
* });
|
509
|
-
* @example
|
510
|
-
* imageEditor.setDrawingShape('circle', { // When resizing, the shape keep the 1:1 ratio
|
511
|
-
* rx: 10,
|
512
|
-
* ry: 10,
|
513
|
-
* isRegular: true
|
514
|
-
* });
|
515
|
-
*/
|
516
|
-
setDrawingShape(type: any, options: any): void;
|
517
|
-
/**
|
518
|
-
* Add shape
|
519
|
-
* @param {string} type - Shape type (ex: 'rect', 'circle', 'triangle')
|
520
|
-
* @param {Object} options - Shape options
|
521
|
-
* @param {(ShapeFillOption | string)} [options.fill] - {@link ShapeFillOption} or
|
522
|
-
* Shape foreground color (ex: '#fff', 'transparent')
|
523
|
-
* @param {string} [options.stroke] - Shape outline color
|
524
|
-
* @param {number} [options.strokeWidth] - Shape outline width
|
525
|
-
* @param {number} [options.width] - Width value (When type option is 'rect', this options can use)
|
526
|
-
* @param {number} [options.height] - Height value (When type option is 'rect', this options can use)
|
527
|
-
* @param {number} [options.rx] - Radius x value (When type option is 'circle', this options can use)
|
528
|
-
* @param {number} [options.ry] - Radius y value (When type option is 'circle', this options can use)
|
529
|
-
* @param {number} [options.left] - Shape x position
|
530
|
-
* @param {number} [options.top] - Shape y position
|
531
|
-
* @param {boolean} [options.isRegular] - Whether resizing shape has 1:1 ratio or not
|
532
|
-
* @returns {Promise<ObjectProps, ErrorMsg>}
|
533
|
-
* @example
|
534
|
-
* imageEditor.addShape('rect', {
|
535
|
-
* fill: 'red',
|
536
|
-
* stroke: 'blue',
|
537
|
-
* strokeWidth: 3,
|
538
|
-
* width: 100,
|
539
|
-
* height: 200,
|
540
|
-
* left: 10,
|
541
|
-
* top: 10,
|
542
|
-
* isRegular: true
|
543
|
-
* });
|
544
|
-
* @example
|
545
|
-
* imageEditor.addShape('circle', {
|
546
|
-
* fill: 'red',
|
547
|
-
* stroke: 'blue',
|
548
|
-
* strokeWidth: 3,
|
549
|
-
* rx: 10,
|
550
|
-
* ry: 100,
|
551
|
-
* isRegular: false
|
552
|
-
* }).then(objectProps => {
|
553
|
-
* console.log(objectProps.id);
|
554
|
-
* });
|
555
|
-
* @example
|
556
|
-
* imageEditor.addShape('rect', {
|
557
|
-
* fill: {
|
558
|
-
* type: 'filter',
|
559
|
-
* filter: [{blur: 0.3}, {pixelate: 20}]
|
560
|
-
* },
|
561
|
-
* stroke: 'blue',
|
562
|
-
* strokeWidth: 3,
|
563
|
-
* rx: 10,
|
564
|
-
* ry: 100,
|
565
|
-
* isRegular: false
|
566
|
-
* }).then(objectProps => {
|
567
|
-
* console.log(objectProps.id);
|
568
|
-
* });
|
569
|
-
*/
|
570
|
-
addShape(type: any, options: any): any;
|
571
|
-
/**
|
572
|
-
* Change shape
|
573
|
-
* @param {number} id - object id
|
574
|
-
* @param {Object} options - Shape options
|
575
|
-
* @param {(ShapeFillOption | string)} [options.fill] - {@link ShapeFillOption} or
|
576
|
-
* Shape foreground color (ex: '#fff', 'transparent')
|
577
|
-
* @param {string} [options.stroke] - Shape outline color
|
578
|
-
* @param {number} [options.strokeWidth] - Shape outline width
|
579
|
-
* @param {number} [options.width] - Width value (When type option is 'rect', this options can use)
|
580
|
-
* @param {number} [options.height] - Height value (When type option is 'rect', this options can use)
|
581
|
-
* @param {number} [options.rx] - Radius x value (When type option is 'circle', this options can use)
|
582
|
-
* @param {number} [options.ry] - Radius y value (When type option is 'circle', this options can use)
|
583
|
-
* @param {boolean} [options.isRegular] - Whether resizing shape has 1:1 ratio or not
|
584
|
-
* @param {boolean} isSilent - is silent execution or not
|
585
|
-
* @returns {Promise}
|
586
|
-
* @example
|
587
|
-
* // call after selecting shape object on canvas
|
588
|
-
* imageEditor.changeShape(id, { // change rectagle or triangle
|
589
|
-
* fill: 'red',
|
590
|
-
* stroke: 'blue',
|
591
|
-
* strokeWidth: 3,
|
592
|
-
* width: 100,
|
593
|
-
* height: 200
|
594
|
-
* });
|
595
|
-
* @example
|
596
|
-
* // call after selecting shape object on canvas
|
597
|
-
* imageEditor.changeShape(id, { // change circle
|
598
|
-
* fill: 'red',
|
599
|
-
* stroke: 'blue',
|
600
|
-
* strokeWidth: 3,
|
601
|
-
* rx: 10,
|
602
|
-
* ry: 100
|
603
|
-
* });
|
604
|
-
*/
|
605
|
-
changeShape(id: any, options: any, isSilent: any): any;
|
606
|
-
/**
|
607
|
-
* Add text on image
|
608
|
-
* @param {string} text - Initial input text
|
609
|
-
* @param {Object} [options] Options for generating text
|
610
|
-
* @param {Object} [options.styles] Initial styles
|
611
|
-
* @param {string} [options.styles.fill] Color
|
612
|
-
* @param {string} [options.styles.fontFamily] Font type for text
|
613
|
-
* @param {number} [options.styles.fontSize] Size
|
614
|
-
* @param {string} [options.styles.fontStyle] Type of inclination (normal / italic)
|
615
|
-
* @param {string} [options.styles.fontWeight] Type of thicker or thinner looking (normal / bold)
|
616
|
-
* @param {string} [options.styles.textAlign] Type of text align (left / center / right)
|
617
|
-
* @param {string} [options.styles.textDecoration] Type of line (underline / line-through / overline)
|
618
|
-
* @param {{x: number, y: number}} [options.position] - Initial position
|
619
|
-
* @param {boolean} [options.autofocus] - text autofocus, default is true
|
620
|
-
* @returns {Promise}
|
621
|
-
* @example
|
622
|
-
* imageEditor.addText('init text');
|
623
|
-
* @example
|
624
|
-
* imageEditor.addText('init text', {
|
625
|
-
* styles: {
|
626
|
-
* fill: '#000',
|
627
|
-
* fontSize: 20,
|
628
|
-
* fontWeight: 'bold'
|
629
|
-
* },
|
630
|
-
* position: {
|
631
|
-
* x: 10,
|
632
|
-
* y: 10
|
633
|
-
* }
|
634
|
-
* }).then(objectProps => {
|
635
|
-
* console.log(objectProps.id);
|
636
|
-
* });
|
637
|
-
*/
|
638
|
-
addText(text: any, options: any): any;
|
639
|
-
/**
|
640
|
-
* Change contents of selected text object on image
|
641
|
-
* @param {number} id - object id
|
642
|
-
* @param {string} text - Changing text
|
643
|
-
* @returns {Promise<ObjectProps, ErrorMsg>}
|
644
|
-
* @example
|
645
|
-
* imageEditor.changeText(id, 'change text');
|
646
|
-
*/
|
647
|
-
changeText(id: any, text: any): any;
|
648
|
-
/**
|
649
|
-
* Set style
|
650
|
-
* @param {number} id - object id
|
651
|
-
* @param {Object} styleObj - text styles
|
652
|
-
* @param {string} [styleObj.fill] Color
|
653
|
-
* @param {string} [styleObj.fontFamily] Font type for text
|
654
|
-
* @param {number} [styleObj.fontSize] Size
|
655
|
-
* @param {string} [styleObj.fontStyle] Type of inclination (normal / italic)
|
656
|
-
* @param {string} [styleObj.fontWeight] Type of thicker or thinner looking (normal / bold)
|
657
|
-
* @param {string} [styleObj.textAlign] Type of text align (left / center / right)
|
658
|
-
* @param {string} [styleObj.textDecoration] Type of line (underline / line-through / overline)
|
659
|
-
* @param {boolean} isSilent - is silent execution or not
|
660
|
-
* @returns {Promise}
|
661
|
-
* @example
|
662
|
-
* imageEditor.changeTextStyle(id, {
|
663
|
-
* fontStyle: 'italic'
|
664
|
-
* });
|
665
|
-
*/
|
666
|
-
changeTextStyle(id: any, styleObj: any, isSilent: any): any;
|
667
|
-
/**
|
668
|
-
* change text mode
|
669
|
-
* @param {string} type - change type
|
670
|
-
* @private
|
671
|
-
*/
|
672
|
-
_changeActivateMode(type: any): void;
|
673
|
-
/**
|
674
|
-
* 'textChanged' event handler
|
675
|
-
* @param {Object} objectProps changed object properties
|
676
|
-
* @private
|
677
|
-
*/
|
678
|
-
_onTextChanged(objectProps: any): void;
|
679
|
-
/**
|
680
|
-
* 'iconCreateResize' event handler
|
681
|
-
* @param {Object} originPointer origin pointer
|
682
|
-
* @param {Number} originPointer.x x position
|
683
|
-
* @param {Number} originPointer.y y position
|
684
|
-
* @private
|
685
|
-
*/
|
686
|
-
_onIconCreateResize(originPointer: any): void;
|
687
|
-
/**
|
688
|
-
* 'iconCreateEnd' event handler
|
689
|
-
* @param {Object} originPointer origin pointer
|
690
|
-
* @param {Number} originPointer.x x position
|
691
|
-
* @param {Number} originPointer.y y position
|
692
|
-
* @private
|
693
|
-
*/
|
694
|
-
_onIconCreateEnd(originPointer: any): void;
|
695
|
-
/**
|
696
|
-
* 'textEditing' event handler
|
697
|
-
* @private
|
698
|
-
*/
|
699
|
-
_onTextEditing(): void;
|
700
|
-
/**
|
701
|
-
* Mousedown event handler in case of 'TEXT' drawing mode
|
702
|
-
* @param {fabric.Event} event - Current mousedown event object
|
703
|
-
* @private
|
704
|
-
*/
|
705
|
-
_onAddText(event: any): void;
|
706
|
-
/**
|
707
|
-
* 'addObject' event handler
|
708
|
-
* @param {Object} objectProps added object properties
|
709
|
-
* @private
|
710
|
-
*/
|
711
|
-
_onAddObject(objectProps: any): void;
|
712
|
-
/**
|
713
|
-
* 'objectAdded' event handler
|
714
|
-
* @param {Object} objectProps added object properties
|
715
|
-
* @private
|
716
|
-
*/
|
717
|
-
_onObjectAdded(objectProps: any): void;
|
718
|
-
/**
|
719
|
-
* 'selectionCleared' event handler
|
720
|
-
* @private
|
721
|
-
*/
|
722
|
-
_selectionCleared(): void;
|
723
|
-
/**
|
724
|
-
* 'selectionCreated' event handler
|
725
|
-
* @param {Object} eventTarget - Fabric object
|
726
|
-
* @private
|
727
|
-
*/
|
728
|
-
_selectionCreated(eventTarget: any): void;
|
729
|
-
/**
|
730
|
-
* Register custom icons
|
731
|
-
* @param {{iconType: string, pathValue: string}} infos - Infos to register icons
|
732
|
-
* @example
|
733
|
-
* imageEditor.registerIcons({
|
734
|
-
* customIcon: 'M 0 0 L 20 20 L 10 10 Z',
|
735
|
-
* customArrow: 'M 60 0 L 120 60 H 90 L 75 45 V 180 H 45 V 45 L 30 60 H 0 Z'
|
736
|
-
* });
|
737
|
-
*/
|
738
|
-
registerIcons(infos: any): void;
|
739
|
-
/**
|
740
|
-
* Change canvas cursor type
|
741
|
-
* @param {string} cursorType - cursor type
|
742
|
-
* @example
|
743
|
-
* imageEditor.changeCursor('crosshair');
|
744
|
-
*/
|
745
|
-
changeCursor(cursorType: any): void;
|
746
|
-
/**
|
747
|
-
* Add icon on canvas
|
748
|
-
* @param {string} type - Icon type ('arrow', 'cancel', custom icon name)
|
749
|
-
* @param {Object} options - Icon options
|
750
|
-
* @param {string} [options.fill] - Icon foreground color
|
751
|
-
* @param {number} [options.left] - Icon x position
|
752
|
-
* @param {number} [options.top] - Icon y position
|
753
|
-
* @returns {Promise<ObjectProps, ErrorMsg>}
|
754
|
-
* @example
|
755
|
-
* imageEditor.addIcon('arrow'); // The position is center on canvas
|
756
|
-
* @example
|
757
|
-
* imageEditor.addIcon('arrow', {
|
758
|
-
* left: 100,
|
759
|
-
* top: 100
|
760
|
-
* }).then(objectProps => {
|
761
|
-
* console.log(objectProps.id);
|
762
|
-
* });
|
763
|
-
*/
|
764
|
-
addIcon(type: any, options: any): any;
|
765
|
-
/**
|
766
|
-
* Change icon color
|
767
|
-
* @param {number} id - object id
|
768
|
-
* @param {string} color - Color for icon
|
769
|
-
* @returns {Promise}
|
770
|
-
* @example
|
771
|
-
* imageEditor.changeIconColor(id, '#000000');
|
772
|
-
*/
|
773
|
-
changeIconColor(id: any, color: any): any;
|
774
|
-
/**
|
775
|
-
* Remove an object or group by id
|
776
|
-
* @param {number} id - object id
|
777
|
-
* @returns {Promise}
|
778
|
-
* @example
|
779
|
-
* imageEditor.removeObject(id);
|
780
|
-
*/
|
781
|
-
removeObject(id: any): any;
|
782
|
-
/**
|
783
|
-
* Whether it has the filter or not
|
784
|
-
* @param {string} type - Filter type
|
785
|
-
* @returns {boolean} true if it has the filter
|
786
|
-
*/
|
787
|
-
hasFilter(type: any): any;
|
788
|
-
/**
|
789
|
-
* Remove filter on canvas image
|
790
|
-
* @param {string} type - Filter type
|
791
|
-
* @returns {Promise<FilterResult, ErrorMsg>}
|
792
|
-
* @example
|
793
|
-
* imageEditor.removeFilter('Grayscale').then(obj => {
|
794
|
-
* console.log('filterType: ', obj.type);
|
795
|
-
* console.log('actType: ', obj.action);
|
796
|
-
* }).catch(message => {
|
797
|
-
* console.log('error: ', message);
|
798
|
-
* });
|
799
|
-
*/
|
800
|
-
removeFilter(type: any): any;
|
801
|
-
/**
|
802
|
-
* Apply filter on canvas image
|
803
|
-
* @param {string} type - Filter type
|
804
|
-
* @param {Object} options - Options to apply filter
|
805
|
-
* @param {number} options.maskObjId - masking image object id
|
806
|
-
* @param {boolean} isSilent - is silent execution or not
|
807
|
-
* @returns {Promise<FilterResult, ErrorMsg>}
|
808
|
-
* @example
|
809
|
-
* imageEditor.applyFilter('Grayscale');
|
810
|
-
* @example
|
811
|
-
* imageEditor.applyFilter('mask', {maskObjId: id}).then(obj => {
|
812
|
-
* console.log('filterType: ', obj.type);
|
813
|
-
* console.log('actType: ', obj.action);
|
814
|
-
* }).catch(message => {
|
815
|
-
* console.log('error: ', message);
|
816
|
-
* });;
|
817
|
-
*/
|
818
|
-
applyFilter(type: any, options: any, isSilent: any): any;
|
819
|
-
/**
|
820
|
-
* Get data url
|
821
|
-
* @param {Object} options - options for toDataURL
|
822
|
-
* @param {String} [options.format=png] The format of the output image. Either "jpeg" or "png"
|
823
|
-
* @param {Number} [options.quality=1] Quality level (0..1). Only used for jpeg.
|
824
|
-
* @param {Number} [options.multiplier=1] Multiplier to scale by
|
825
|
-
* @param {Number} [options.left] Cropping left offset. Introduced in fabric v1.2.14
|
826
|
-
* @param {Number} [options.top] Cropping top offset. Introduced in fabric v1.2.14
|
827
|
-
* @param {Number} [options.width] Cropping width. Introduced in fabric v1.2.14
|
828
|
-
* @param {Number} [options.height] Cropping height. Introduced in fabric v1.2.14
|
829
|
-
* @returns {string} A DOMString containing the requested data URI
|
830
|
-
* @example
|
831
|
-
* imgEl.src = imageEditor.toDataURL();
|
832
|
-
*
|
833
|
-
* imageEditor.loadImageFromURL(imageEditor.toDataURL(), 'FilterImage').then(() => {
|
834
|
-
* imageEditor.addImageObject(imgUrl);
|
835
|
-
* });
|
836
|
-
*/
|
837
|
-
toDataURL(options: any): any;
|
838
|
-
/**
|
839
|
-
* Get image name
|
840
|
-
* @returns {string} image name
|
841
|
-
* @example
|
842
|
-
* console.log(imageEditor.getImageName());
|
843
|
-
*/
|
844
|
-
getImageName(): any;
|
845
|
-
/**
|
846
|
-
* Clear undoStack
|
847
|
-
* @example
|
848
|
-
* imageEditor.clearUndoStack();
|
849
|
-
*/
|
850
|
-
clearUndoStack(): void;
|
851
|
-
/**
|
852
|
-
* Clear redoStack
|
853
|
-
* @example
|
854
|
-
* imageEditor.clearRedoStack();
|
855
|
-
*/
|
856
|
-
clearRedoStack(): void;
|
857
|
-
/**
|
858
|
-
* Whehter the undo stack is empty or not
|
859
|
-
* @returns {boolean}
|
860
|
-
* imageEditor.isEmptyUndoStack();
|
861
|
-
*/
|
862
|
-
isEmptyUndoStack(): any;
|
863
|
-
/**
|
864
|
-
* Whehter the redo stack is empty or not
|
865
|
-
* @returns {boolean}
|
866
|
-
* imageEditor.isEmptyRedoStack();
|
867
|
-
*/
|
868
|
-
isEmptyRedoStack(): any;
|
869
|
-
/**
|
870
|
-
* Resize canvas dimension
|
871
|
-
* @param {{width: number, height: number}} dimension - Max width & height
|
872
|
-
* @returns {Promise}
|
873
|
-
*/
|
874
|
-
resizeCanvasDimension(dimension: any): any;
|
875
|
-
/**
|
876
|
-
* Destroy
|
877
|
-
*/
|
878
|
-
destroy(): void;
|
879
|
-
/**
|
880
|
-
* Set position
|
881
|
-
* @param {Object} options - Position options (left or top)
|
882
|
-
* @private
|
883
|
-
*/
|
884
|
-
_setPositions(options: any): void;
|
885
|
-
/**
|
886
|
-
* Set properties of active object
|
887
|
-
* @param {number} id - object id
|
888
|
-
* @param {Object} keyValue - key & value
|
889
|
-
* @returns {Promise}
|
890
|
-
* @example
|
891
|
-
* imageEditor.setObjectProperties(id, {
|
892
|
-
* left:100,
|
893
|
-
* top:100,
|
894
|
-
* width: 200,
|
895
|
-
* height: 200,
|
896
|
-
* opacity: 0.5
|
897
|
-
* });
|
898
|
-
*/
|
899
|
-
setObjectProperties(id: any, keyValue: any): any;
|
900
|
-
/**
|
901
|
-
* Set properties of active object, Do not leave an invoke history.
|
902
|
-
* @param {number} id - object id
|
903
|
-
* @param {Object} keyValue - key & value
|
904
|
-
* @example
|
905
|
-
* imageEditor.setObjectPropertiesQuietly(id, {
|
906
|
-
* left:100,
|
907
|
-
* top:100,
|
908
|
-
* width: 200,
|
909
|
-
* height: 200,
|
910
|
-
* opacity: 0.5
|
911
|
-
* });
|
912
|
-
*/
|
913
|
-
setObjectPropertiesQuietly(id: any, keyValue: any): void;
|
914
|
-
/**
|
915
|
-
* Get properties of active object corresponding key
|
916
|
-
* @param {number} id - object id
|
917
|
-
* @param {Array<string>|ObjectProps|string} keys - property's key
|
918
|
-
* @returns {ObjectProps} properties if id is valid or null
|
919
|
-
* @example
|
920
|
-
* var props = imageEditor.getObjectProperties(id, 'left');
|
921
|
-
* console.log(props);
|
922
|
-
* @example
|
923
|
-
* var props = imageEditor.getObjectProperties(id, ['left', 'top', 'width', 'height']);
|
924
|
-
* console.log(props);
|
925
|
-
* @example
|
926
|
-
* var props = imageEditor.getObjectProperties(id, {
|
927
|
-
* left: null,
|
928
|
-
* top: null,
|
929
|
-
* width: null,
|
930
|
-
* height: null,
|
931
|
-
* opacity: null
|
932
|
-
* });
|
933
|
-
* console.log(props);
|
934
|
-
*/
|
935
|
-
getObjectProperties(id: any, keys: any): any;
|
936
|
-
/**
|
937
|
-
* Get the canvas size
|
938
|
-
* @returns {Object} {{width: number, height: number}} canvas size
|
939
|
-
* @example
|
940
|
-
* var canvasSize = imageEditor.getCanvasSize();
|
941
|
-
* console.log(canvasSize.width);
|
942
|
-
* console.height(canvasSize.height);
|
943
|
-
*/
|
944
|
-
getCanvasSize(): any;
|
945
|
-
/**
|
946
|
-
* Get object position by originX, originY
|
947
|
-
* @param {number} id - object id
|
948
|
-
* @param {string} originX - can be 'left', 'center', 'right'
|
949
|
-
* @param {string} originY - can be 'top', 'center', 'bottom'
|
950
|
-
* @returns {Object} {{x:number, y: number}} position by origin if id is valid, or null
|
951
|
-
* @example
|
952
|
-
* var position = imageEditor.getObjectPosition(id, 'left', 'top');
|
953
|
-
* console.log(position);
|
954
|
-
*/
|
955
|
-
getObjectPosition(id: any, originX: any, originY: any): any;
|
956
|
-
/**
|
957
|
-
* Set object position by originX, originY
|
958
|
-
* @param {number} id - object id
|
959
|
-
* @param {Object} posInfo - position object
|
960
|
-
* @param {number} posInfo.x - x position
|
961
|
-
* @param {number} posInfo.y - y position
|
962
|
-
* @param {string} posInfo.originX - can be 'left', 'center', 'right'
|
963
|
-
* @param {string} posInfo.originY - can be 'top', 'center', 'bottom'
|
964
|
-
* @returns {Promise}
|
965
|
-
* @example
|
966
|
-
* // align the object to 'left', 'top'
|
967
|
-
* imageEditor.setObjectPosition(id, {
|
968
|
-
* x: 0,
|
969
|
-
* y: 0,
|
970
|
-
* originX: 'left',
|
971
|
-
* originY: 'top'
|
972
|
-
* });
|
973
|
-
* @example
|
974
|
-
* // align the object to 'right', 'top'
|
975
|
-
* var canvasSize = imageEditor.getCanvasSize();
|
976
|
-
* imageEditor.setObjectPosition(id, {
|
977
|
-
* x: canvasSize.width,
|
978
|
-
* y: 0,
|
979
|
-
* originX: 'right',
|
980
|
-
* originY: 'top'
|
981
|
-
* });
|
982
|
-
* @example
|
983
|
-
* // align the object to 'left', 'bottom'
|
984
|
-
* var canvasSize = imageEditor.getCanvasSize();
|
985
|
-
* imageEditor.setObjectPosition(id, {
|
986
|
-
* x: 0,
|
987
|
-
* y: canvasSize.height,
|
988
|
-
* originX: 'left',
|
989
|
-
* originY: 'bottom'
|
990
|
-
* });
|
991
|
-
* @example
|
992
|
-
* // align the object to 'right', 'bottom'
|
993
|
-
* var canvasSize = imageEditor.getCanvasSize();
|
994
|
-
* imageEditor.setObjectPosition(id, {
|
995
|
-
* x: canvasSize.width,
|
996
|
-
* y: canvasSize.height,
|
997
|
-
* originX: 'right',
|
998
|
-
* originY: 'bottom'
|
999
|
-
* });
|
1000
|
-
*/
|
1001
|
-
setObjectPosition(id: any, posInfo: any): any;
|
1002
|
-
}
|
1003
|
-
export default ImageEditor;
|