@omnia/fx 8.0.32-vnext → 8.0.33-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/apis/ApiHelper.d.ts +1 -1
- package/internal-do-not-import-from-here/core/DefineFactory.d.ts +12 -0
- package/internal-do-not-import-from-here/core/Inject.d.ts +2 -0
- package/internal-do-not-import-from-here/core/ServiceContainer.d.ts +22 -5
- 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 +2 -1
- package/internal-do-not-import-from-here/core/messaging/InternalTopics.d.ts +3 -0
- package/internal-do-not-import-from-here/core/services/LocalizationService.d.ts +15 -0
- package/internal-do-not-import-from-here/core/services/ServiceManifestProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/core/services/ServiceManifestProviderInternal.d.ts +5 -4
- package/internal-do-not-import-from-here/core/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/core/utils/Utils.d.ts +7 -6
- package/internal-do-not-import-from-here/core/utils/index.d.ts +0 -1
- package/internal-do-not-import-from-here/expose.d.ts +2 -1
- package/internal-do-not-import-from-here/index.d.ts +22 -11
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
- package/internal-do-not-import-from-here/microsoftteams/index.d.ts +1 -0
- package/internal-do-not-import-from-here/runtime/core/InternalManifestLog.d.ts +3 -1
- package/internal-do-not-import-from-here/runtime/core/InternalWebComponentBootstrapper.d.ts +4 -4
- package/internal-do-not-import-from-here/runtime/core/LocalHostingService.d.ts +2 -2
- package/internal-do-not-import-from-here/runtime/core/ManifestByElementLoader.d.ts +1 -0
- package/internal-do-not-import-from-here/runtime/core/ManifestResourceLoader.d.ts +2 -1
- package/internal-do-not-import-from-here/runtime/core/PrivateWebComponentBootstrapper.d.ts +7 -7
- package/internal-do-not-import-from-here/services/AiSettingsService.d.ts +10 -0
- package/internal-do-not-import-from-here/services/AzureAdGroupService.d.ts +5 -0
- package/internal-do-not-import-from-here/services/AzureOpenAIService.d.ts +6 -9
- package/internal-do-not-import-from-here/services/EnterprisePropertyService.d.ts +1 -0
- package/internal-do-not-import-from-here/services/LinkStatusService.d.ts +9 -0
- package/internal-do-not-import-from-here/services/LocalizationService.d.ts +4 -9
- 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 +2 -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 +8 -0
- package/internal-do-not-import-from-here/services/identities/IdentityCreationRequestService.d.ts +11 -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 +7 -4
- package/internal-do-not-import-from-here/services/identities/UserService.d.ts +8 -3
- package/internal-do-not-import-from-here/services/identities/index.d.ts +2 -0
- package/internal-do-not-import-from-here/services/index.d.ts +4 -0
- package/internal-do-not-import-from-here/services/properties/EnterprisePropertiesProvider.d.ts +3 -18
- package/internal-do-not-import-from-here/services/properties/bindings/PropertyBindingService.d.ts +3 -8
- package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/BusinessProfilePropertyBindingProvider.d.ts +9 -0
- package/internal-do-not-import-from-here/services/properties/bindings/{providers → bindingProviders}/ExtendedEnterprisePropertyBindingProvider.d.ts +3 -2
- package/internal-do-not-import-from-here/services/properties/bindings/{providers → bindingProviders}/IdentityPropertyBindingProvider.d.ts +3 -3
- package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/UserPropertyBindingProvider.d.ts +9 -0
- package/internal-do-not-import-from-here/services/properties/bindings/{providers → bindingProviders}/index.d.ts +2 -0
- package/internal-do-not-import-from-here/services/properties/bindings/index.d.ts +1 -1
- package/internal-do-not-import-from-here/services/properties/datasource/DataSourcePropertiesService.d.ts +13 -4
- 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 +7 -7
- 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/DynamicState.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/Equals.js +42 -8
- 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 +2 -1
- package/internal-do-not-import-from-here/shared/models/Guid.js +4 -3
- 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 -0
- package/internal-do-not-import-from-here/shared/models/Realtime.d.ts +1 -13
- package/internal-do-not-import-from-here/shared/models/Realtime.js +1 -22
- package/internal-do-not-import-from-here/shared/models/StronglyTypedId.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/models/StronglyTypedId.js +2 -0
- package/internal-do-not-import-from-here/shared/models/Tokens.d.ts +2 -1
- 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/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/activities/Activity.d.ts +58 -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 +21 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.js +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.d.ts +14 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.js +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/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 +28 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +37 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.d.ts +7 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +10 -0
- package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/models/hub/index.js +6 -0
- package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.d.ts +10 -0
- package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.js +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.d.ts +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.js +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/social/index.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/social/index.js +5 -0
- package/internal-do-not-import-from-here/shared/models/index.d.ts +4 -1
- package/internal-do-not-import-from-here/shared/models/index.js +4 -1
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +29 -17
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +3 -1
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +37 -0
- package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.js +45 -0
- package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.d.ts +21 -4
- package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.js +9 -0
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +7 -3
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +31 -12
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.js +11 -6
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +7 -7
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +26 -34
- package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/theming/index.js +2 -0
- package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +19 -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/index.d.ts +2 -0
- package/internal-do-not-import-from-here/spfx/components/OmniaWPContainer.d.ts +1 -1
- package/internal-do-not-import-from-here/spfx/components/OmniaWPContainerSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/AiSettingsStore.d.ts +36 -0
- package/internal-do-not-import-from-here/stores/AppNamingPolicyStore.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/AzureAdUserStore.d.ts +3 -0
- package/internal-do-not-import-from-here/stores/DefineStore.d.ts +36 -36
- package/internal-do-not-import-from-here/stores/EnterprisePropertyStore.d.ts +5 -1
- package/internal-do-not-import-from-here/stores/FeatureStore.d.ts +1 -1
- 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 +28 -14
- package/internal-do-not-import-from-here/stores/MediaPickerStore.d.ts +3 -2
- package/internal-do-not-import-from-here/stores/ProfileCardStore.d.ts +7 -3
- package/internal-do-not-import-from-here/stores/Store.d.ts +4 -5
- package/internal-do-not-import-from-here/stores/TimeZoneStore.d.ts +3 -6
- package/internal-do-not-import-from-here/stores/UserIdentityStore.d.ts +5 -2
- package/internal-do-not-import-from-here/stores/VersionedLayoutStore.d.ts +9 -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 +71 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +24 -0
- package/internal-do-not-import-from-here/stores/oxide/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +43 -4
- package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +3 -4
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +3 -7
- package/internal-do-not-import-from-here/ux/{InternalDefineWebComponent.d.ts → InternalDefineComponent.d.ts} +62 -55
- package/internal-do-not-import-from-here/ux/OmniaTheming.d.ts +1 -2
- 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 +193 -15
- package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +13 -17
- 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 +8 -0
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/IQueryablePropertiesJourney.d.ts +4 -13
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +139 -34
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +176 -38
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesInfoBlade.d.ts +124 -0
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +176 -19
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourneyConstants.d.ts +4 -6
- package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +43 -1
- package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +158 -0
- package/internal-do-not-import-from-here/ux/alignmentpicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/alignmentpicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/AppPropertiesProvider.d.ts +17 -14
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollupRenderer.d.ts +92 -0
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/metric/MetricDetailsDialogRenderer.d.ts +106 -0
- package/internal-do-not-import-from-here/ux/{compositiontests/CompositionBlockFuture.d.ts → app/appinstance/renderer/metric/MetricRenderer.d.ts} +5 -10
- 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/DisplayTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/MetricTab.d.ts +111 -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/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/core/loc.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditAliasDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Features.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/EditNamingPolicies.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/PreviewPolicyNaming.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateDetail.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +125 -29
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertyRow.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/AppInstanceComponentProps.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/IAppProvisioningValidatorComponent.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +141 -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/EditEnterprisePropertiesBlade.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditProperiesBlade.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstancepermissionblade/AppInstancePermissionBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceroutepathblade/AppInstanceRoutePathBlade.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +158 -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/apppropertynamingpolicyinput/IAppPropertyNamingPolicyInput.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/AppRouteInput.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/IAppRouteInput.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/apptitledescription/AppDescriptionInput.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/apptitledescription/IAppDescriptionInput.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/AppTitleInput.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/IAppTitleInput.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +178 -55
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceInformationVueComponent.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstancePermissionsVueComponent.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningComponentBase.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningStepComponentBase.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/appprovisioning/components/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/authsetup/AuthSetup.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/blueprintpicker/BlueprintPicker.d.ts +434 -0
- package/internal-do-not-import-from-here/ux/blueprintpicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/{console/components/MessageOverlay.d.ts → ux/blueprintpicker/docs/SampleComponent.d.ts} +0 -1
- package/internal-do-not-import-from-here/ux/blueprintpicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/button/Button.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/button/ButtonPresets.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/button/IButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/chrome/ChromeRenderer.d.ts +91 -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/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/{theming-v2/colorschemapicker/ColorSchemaPicker.d.ts → colorschemapicker/ColorSchemaDefinitionPicker.d.ts} +135 -127
- 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 +440 -0
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +526 -0
- package/internal-do-not-import-from-here/ux/{theming-v2/colorschemapicker/ColorSchemaPicker.css.d.ts → colorschemapicker/ColorSchemaViewer.css.d.ts} +2 -2
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.d.ts +511 -0
- package/internal-do-not-import-from-here/ux/colorschemapicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/colorschemapicker/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/colorschemapicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/colorsettingspicker/ColorSettingsPicker.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/{theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts → colorsettingspicker/ColorSettingsPicker.d.ts} +123 -133
- package/internal-do-not-import-from-here/ux/colorsettingspicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/colorsettingspicker/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/colorsettingspicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +326 -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 -0
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +623 -52
- package/internal-do-not-import-from-here/ux/datetimepicker/IDateTimePicker.d.ts +0 -49
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +162 -64
- package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/DateTimeZonePickerExample.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +99 -22
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/IDateTimeZoneRenderer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/GalleryPanel.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/GalleryPanels.d.ts +35 -0
- package/internal-do-not-import-from-here/ux/{mediapicker → depricated-mediapicker}/IMediaPicker.d.ts +7 -4
- package/internal-do-not-import-from-here/ux/{mediapicker → depricated-mediapicker}/MediaPicker.css.d.ts +5 -3
- package/internal-do-not-import-from-here/ux/{mediapicker → depricated-mediapicker}/MediaPicker.d.ts +6 -3
- package/internal-do-not-import-from-here/ux/{mediapicker → depricated-mediapicker}/MediaPickerComponentProps.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/components/ImageSelector.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/components/ImageSelector.d.ts +104 -0
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/core/MediaPickerImageHandler.d.ts +33 -0
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/core/Utils.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/{mediapicker → depricated-mediapicker}/core/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +18 -18
- 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 +1 -0
- package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +118 -48
- package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.css.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +217 -0
- package/internal-do-not-import-from-here/ux/docs/imports.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/docs/omfx/components/Properties.md.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/components/Slots.md.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/components/VModel.md.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/Emits.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/{compositiontests/TestInjectComponent.d.ts → docs/omfx/components/docs/Properties.d.ts} +4 -8
- 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 +422 -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/index.d.ts +5 -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 +29 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/stores/index.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/theming/Introduction.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/theming/Styling.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/theming/Themestyling.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/theming/index.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/use/Introduction.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/use/UseBlockInstance.md.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/use/docs/UseBlockInstance.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/use/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/docs/services/DocsService.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/documenticon/DocumentIcon.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/ActionToolbar.d.ts +226 -26
- package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/DisplaySettingsToolbar.d.ts +196 -17
- package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/IActionToolbar.d.ts +0 -24
- package/internal-do-not-import-from-here/ux/editorchrome/app_bar/AppBar.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/editorchrome/app_bar/AppBar.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.css.d.ts +3 -19
- package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +223 -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 +140 -21
- package/internal-do-not-import-from-here/ux/editorchrome/stores/EditorChromeStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +178 -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 +197 -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/datafield/DataFieldEdit.d.ts +192 -19
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/IDataFieldEdit.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/richtextfield/RichTextFieldEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +275 -78
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/IEnterprisePropertyPicker.d.ts +1 -12
- package/internal-do-not-import-from-here/ux/{theming-v2/blueprintpicker/BlueprintPicker.d.ts → enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts} +121 -119
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +698 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/settings/extendedproperty/ExtendedPropertySettings.d.ts +5 -5
- 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/datafield/DataFieldValueDefinition.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterprisepropertysets/picker/EnterprisePropertySetPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/errormessage/ErrorMessage.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/features/FeatureComponentProps.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/features/FeaturesJourney.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/features/FeaturesJourneyTenant.d.ts +91 -6
- package/internal-do-not-import-from-here/ux/features/blades/FeatureHomeBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/features/loc/localize.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +51 -53
- package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +265 -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 +4 -0
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +8 -3
- package/internal-do-not-import-from-here/ux/filterengine/Helper.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/PropertyDropdownRenderer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DateTimePeriodSlider.d.ts +110 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyItemRenderer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyRenderer.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/tags/TagsPropertyChips.d.ts +101 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRefinementList.d.ts +115 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRefinementSelection.d.ts +122 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/PropertyList.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertyDefaultValueInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +99 -31
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertyDefaultValueInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettings.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertyDefaultValueInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +3 -3
- 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 +18 -8
- 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/date/DateTimeFilterEngineHelper.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/filterengine/shared/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.css.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +296 -0
- package/internal-do-not-import-from-here/ux/filterpicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterpicker/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/filterpicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/grecaptcha/GRecaptcha.d.ts +129 -0
- package/internal-do-not-import-from-here/ux/heading/Heading.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/helptext/HelpText.d.ts +126 -11
- package/internal-do-not-import-from-here/ux/html/HtmlRenderer.d.ts +97 -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 +104 -0
- package/internal-do-not-import-from-here/ux/hub/feed/HubFeed.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/hub/feed/HubFeed.d.ts +113 -0
- package/internal-do-not-import-from-here/ux/hub/feed/HubFeedChrome.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/hub/feed/HubFeedChrome.d.ts +91 -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 +94 -0
- package/internal-do-not-import-from-here/ux/hub/feed/components/FeedItem.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/hub/feed/components/FeedItem.d.ts +110 -0
- package/internal-do-not-import-from-here/ux/hub/feed/components/Header.d.ts +110 -0
- package/internal-do-not-import-from-here/ux/{layoutcanvas/editor/layoutitems/LayoutBlockInstance.d.ts → hub/feed/components/SenderItem.d.ts} +50 -59
- 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 +110 -0
- package/internal-do-not-import-from-here/ux/hub/feed/components/Social.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/hub/feed/components/Social.d.ts +110 -0
- package/internal-do-not-import-from-here/ux/hub/feed/components/StoryComponent.d.ts +122 -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/stores/ActivityFeedStore.d.ts +143 -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/index.d.ts +2 -0
- 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 +280 -43
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +307 -138
- 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 +7 -4
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +377 -91
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +338 -75
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +682 -58
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +460 -92
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +432 -100
- 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 +2 -0
- package/internal-do-not-import-from-here/ux/iframe/OmniaIFrameResizer.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/iframe/ResizingIFrame.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +6 -6
- 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 +171 -27
- package/internal-do-not-import-from-here/ux/imagegrid/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/inputlanguagepicker/IInputLanguagePicker.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/inputlanguagepicker/InputLanguagePicker.d.ts +116 -43
- package/internal-do-not-import-from-here/ux/inputtoken/InputToken.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/MenuBlade.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.css.d.ts +7 -6
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +174 -85
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyMenu.d.ts +207 -0
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyV2.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyV2.d.ts +20 -4
- package/internal-do-not-import-from-here/ux/journey/v2/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/journey/v2/docs/ExampleComponentsMenu.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleButtons.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleComponentMenu.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleVariants.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/journey/v2/docs/index.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/journey/v2/models/BladeInstance.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/journey/v2/models/Constants.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/journey/v2/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyMenuStore.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +134 -33
- package/internal-do-not-import-from-here/ux/journey/v2/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/languagepicker/ILanguagePicker.d.ts +1 -14
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +639 -43
- package/internal-do-not-import-from-here/ux/layoutcanvas/apis/PlaceHolderRegistrationApis.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 +47 -19
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.css.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutPlaceHolder.d.ts +256 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSectionTab.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutStep.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutTab.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layouttemplates/LayoutTemplateSelector.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Css.d.ts +4 -490
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +4 -490
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Spacing.d.ts +4 -490
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Style.d.ts +4 -490
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Targeting.d.ts +4 -490
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/ImageBackgroundSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/PlaceHolderListingSettingsPanel.d.ts +113 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings.d.ts +9 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/factories/EditorLayoutItemFactory.d.ts +1 -0
- 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 +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/BreakPointManager.d.ts +1 -1
- 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/layoutitemsrenderer/LayoutBlockRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionStepperRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +3 -3
- 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/LayerIndex.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererFunctions.d.ts +8 -28
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts +16 -15
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/BlockCatalogStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutTemplateStore.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/magiclink/MagicLink.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +57 -0
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +43 -3
- package/internal-do-not-import-from-here/ux/markdown/plugins/CodeMarkdownRenderer.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/markdown/plugins/MarkdownPluginContext.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/markdown/plugins/VelcronMarkdownRenderer.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/mediagallery/Helper.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/mediagallery/Shared.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/apis/IInternalGalleryDialogProvider.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/apis/Registration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/apis/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.css.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +120 -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 +121 -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 +136 -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 +94 -0
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollage.d.ts +169 -0
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollageWrapper.d.ts +141 -0
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoGrid.d.ts +124 -0
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoMask.d.ts +106 -0
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoRow.d.ts +121 -0
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoThumb.d.ts +114 -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 +158 -0
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/ViewMore.d.ts +94 -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 +134 -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 +128 -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 +623 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPickerContext.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/components/ImageSelector.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/components/ImageSelector.d.ts +104 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/core/MediaFileProcessor.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/{mediapicker → mediapickerV2/chrome}/core/MediaPickerImageHandler.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/core/index.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/core/utils.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/loc/localize.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/docs/MediaProviderExample.d.ts +91 -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 +136 -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 +91 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/cropper/ImageCropper.d.ts +124 -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 +117 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +250 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/filters/ImageFilters.d.ts +133 -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 +118 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/settings/ImageSettings.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/settings/ImageSettings.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/{imagetransformation/constants.d.ts → mediapickerV2/imagetransformer/Constants.d.ts} +12 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/ImageTransformer.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/ImageTransformer.d.ts +105 -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 +128 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaGalleryStore.d.ts +63 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaPickerEditorStore.d.ts +153 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaPickerProviderStore.d.ts +126 -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 +337 -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 +3 -1
- 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 +3 -1
- 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 +577 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/BingProvider_old.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/loc/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/{bingprovider → bingprovider-v2}/loc/localize.d.ts +1 -1
- 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/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 +1 -0
- 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/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 +91 -17
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mycomputerprovider/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/PexelProvider.d.ts +578 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/DefineMediaPickerProvider.d.ts +11 -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/index.d.ts +3 -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 +4 -0
- 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 +91 -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 +4 -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 +13 -0
- package/internal-do-not-import-from-here/ux/models/DateTimePickerStyles.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/models/FileUploaderStyles.d.ts +0 -13
- package/internal-do-not-import-from-here/ux/models/LegacySvgImage.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/MultilingualInputStyles.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/models/ProfileCardStyles.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/models/QueryablePropertiesStyles.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/models/SpecialUserConfiguration.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/models/Validation.d.ts +33 -0
- package/internal-do-not-import-from-here/ux/models/enterpriseproperties/EnterprisePropertyPickerStyles.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/models/enterpriseproperties/PersonFieldDisplayStyles.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/models/index.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/monaco/Monaco.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +23 -23
- package/internal-do-not-import-from-here/ux/multilingualinput/IMultilingualInput.d.ts +3 -14
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +694 -81
- 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 +179 -0
- package/internal-do-not-import-from-here/ux/oxide/alert/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/alert/docs/SampleComponent.d.ts +91 -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 +3 -0
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +31 -61
- package/internal-do-not-import-from-here/ux/oxide/appbar/docs/AppbarExample.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/appbar/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/appbar/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +60 -27
- package/internal-do-not-import-from-here/ux/oxide/avatar/docs/AvatarExample.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/avatar/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/avatar/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +196 -0
- package/internal-do-not-import-from-here/ux/oxide/badge/docs/BadgeExample.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/badge/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/badge/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +55 -23
- package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonExamples.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/docs/Presets.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/btn/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/{btntoggle/ButtonToggle.css.d.ts → btngroup/ButtonGroup.css.d.ts} +3 -3
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +149 -24
- package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/ButtonIntro.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/card/docs/CardSample.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/card/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/card/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +43 -317
- package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.css.d.ts +20 -0
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +191 -0
- package/internal-do-not-import-from-here/ux/oxide/chip/docs/ChipExample.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/chip/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/chip/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +264 -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 +91 -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.d.ts +35 -84
- package/internal-do-not-import-from-here/ux/oxide/column/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/column/docs/SampleComponent.d.ts +91 -0
- 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 +5 -3
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +62 -54
- package/internal-do-not-import-from-here/ux/oxide/datatable/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/docs/SampleComponent.d.ts +91 -0
- 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/{datatable/DataTableVirtual.d.ts → datepicker/DatePicker.d.ts} +130 -121
- 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 +91 -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 +6 -5
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +35 -71
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogExamples.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithAppNavigation.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithFixedContent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithLeftBar.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithNavigation.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/SampleDialog.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/divider/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/divider/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/divider/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +166 -465
- package/internal-do-not-import-from-here/ux/oxide/draggable/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/draggable/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/draggable/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +5 -4
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +10 -45
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +38 -292
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/flex/Flex.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/{datatable/DataTableServer.d.ts → flex/Flex.d.ts} +167 -162
- package/internal-do-not-import-from-here/ux/oxide/flex/docs/BasicFlexTypes.d.ts +91 -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 +1 -0
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +174 -0
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/index.d.ts +1 -0
- 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 +24 -34
- package/internal-do-not-import-from-here/ux/oxide/icon/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/icon/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/icon/docs/SystemIcons.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/icon/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +52 -36
- package/internal-do-not-import-from-here/ux/oxide/image/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/image/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/image/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +250 -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 +91 -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/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/layout/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/layout/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +252 -0
- package/internal-do-not-import-from-here/ux/oxide/link/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/link/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/link/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/list/List.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +21 -29
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +54 -49
- package/internal-do-not-import-from-here/ux/oxide/list/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/list/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/list/docs/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +1 -19
- package/internal-do-not-import-from-here/ux/oxide/main/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/main/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/main/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +116 -317
- package/internal-do-not-import-from-here/ux/oxide/menu/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/menu/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/menu/docs/index.d.ts +1 -0
- 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 +12 -319
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +5 -11
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +75 -119
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/Examples.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/ShowHide.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/progress/Progress.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +131 -0
- package/internal-do-not-import-from-here/ux/oxide/progress/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/progress/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/progress/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +2 -14
- 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 +43 -287
- package/internal-do-not-import-from-here/ux/oxide/radio/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/radio/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/radio/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/select/Select.css.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +160 -368
- package/internal-do-not-import-from-here/ux/oxide/select/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/select/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/select/docs/index.d.ts +1 -0
- 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 +180 -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 +91 -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/slider/Slider.d.ts +53 -331
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent2.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent3.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +0 -293
- package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/spacer/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/spacer/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/spacer/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +0 -24
- package/internal-do-not-import-from-here/ux/oxide/stepper/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/stepper/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +71 -293
- package/internal-do-not-import-from-here/ux/oxide/switch/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/switch/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/switch/docs/index.d.ts +1 -0
- 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 +16 -317
- 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 +21 -17
- package/internal-do-not-import-from-here/ux/oxide/tab/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/tab/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/tab/docs/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/table/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/table/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/table/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/text/Text.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +38 -33
- package/internal-do-not-import-from-here/ux/oxide/text/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleGradients.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/text/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +87 -315
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.css.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +182 -377
- package/internal-do-not-import-from-here/ux/oxide/textfield/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/textfield/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/textfield/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.css.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +153 -117
- package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarExamples.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +28 -27
- package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/TreeviewExamples.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +126 -0
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/AdvanceExample.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/SimpleExample.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/permissioninput/IPermissionInput.d.ts +0 -30
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +315 -46
- package/internal-do-not-import-from-here/ux/persona/Persona.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 +273 -34
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCardDialog.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCardRenderer.d.ts +69 -26
- package/internal-do-not-import-from-here/ux/profilecard/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/properties/apis/PropertyBindingProviderApi.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/block/PropertyBlock.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/properties/block/PropertyBlock.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/properties/block/PropertyBlockSettings.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/properties/block/PropertyBlockSettings.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.css.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +426 -0
- package/internal-do-not-import-from-here/ux/properties/block/shared/PropertyBlockModels.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/properties/block/shared/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts +42 -14
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +26 -24
- 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 +24 -12
- package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +30 -22
- 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 +124 -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 +129 -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 +42 -14
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +26 -24
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeConfiguration.d.ts +126 -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 +42 -14
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +26 -24
- 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 +21 -10
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +26 -20
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +20 -5
- 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 +21 -10
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +31 -21
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +20 -5
- 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 +94 -13
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +33 -25
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +20 -5
- 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 +21 -10
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +21 -21
- 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 +24 -12
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +31 -22
- 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 +24 -12
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +30 -22
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +20 -5
- 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 +24 -12
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +24 -22
- 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 +21 -10
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +26 -21
- 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 +24 -12
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +24 -22
- 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 +24 -12
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +24 -22
- 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 +43 -15
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +21 -20
- 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 +268 -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 +141 -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 +24 -12
- 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 +30 -22
- 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 +42 -14
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +26 -24
- 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 +124 -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 +129 -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 +22 -6
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +22 -6
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfigurationV2.d.ts +520 -0
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +15 -5
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +26 -5
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +352 -18
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +471 -53
- 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 +4 -4
- package/internal-do-not-import-from-here/ux/richtexteditor/MentionComponent/MentionComponent.d.ts +5 -3
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +14 -14
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/TextCompletionPanel/TextCompletionPanel.d.ts +37 -480
- package/internal-do-not-import-from-here/ux/richtexteditor/TextCompletionPanel/loc/localize.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingNode.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerToolbar.d.ts +8 -3
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/{ParsingMicrosoftWordImageHandler.d.ts → PastingMicrosoftOfficeImageHandler.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionHandler.d.ts +11 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionMenu.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionToolbar.d.ts +22 -3
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +219 -0
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/shapedivider/ShapeDivider.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/sharepointvideo/SharepointVideo.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/signin/SignInBlock.css.d.ts +15 -5
- package/internal-do-not-import-from-here/ux/signin/SignInFactory.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/ConfirmEmailView.d.ts +101 -0
- package/internal-do-not-import-from-here/ux/{compositiontests/CompositionBlockCurrent.d.ts → signin/identitycreationrequest/IdentityCreationRequestView.d.ts} +7 -12
- package/internal-do-not-import-from-here/ux/signin/loc/localize.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/MagicLinkProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/OtpProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/PasswordProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/signout/SignOut.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +569 -74
- package/internal-do-not-import-from-here/ux/social/CommentDialog.d.ts +92 -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 +359 -68
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +255 -26
- 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 +141 -16
- 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 +340 -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 +171 -40
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.css.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/spacingpicker/{SpacingPicker2.d.ts → SpacingPicker3.d.ts} +2 -57
- package/internal-do-not-import-from-here/ux/spacingpicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/spacingpicker/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/spacingpicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/spacingpicker/loc/localize.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/statuscoderenderer/NavigationTrackingHandler.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/statuscoderenderer/StatusCodeLayoutApi.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/statuscoderenderer/StatusCodeRenderer.d.ts +101 -0
- package/internal-do-not-import-from-here/ux/statuscoderenderer/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/statuscoderenderer/layoutregistration/NotFoundDefaultLayout.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/statuscoderenderer/layoutregistration/Registration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/statuscoderenderer/layoutregistration/UnauthorizedDefaultLayout.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/templatepicker/TemplatePicker.css.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/ThemeStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming/Theming.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/theming-v2/BlueprintDefinitionStore.d.ts +23 -0
- package/internal-do-not-import-from-here/ux/theming-v2/BlueprintStore.d.ts +33 -15
- package/internal-do-not-import-from-here/ux/theming-v2/ColorManager.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaDefinitionStore.d.ts +23 -0
- package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaManager.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +39 -27
- package/internal-do-not-import-from-here/ux/theming-v2/RegistrationHandlerDefinitions.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/RegistrationHandlerTheming.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +244 -150
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeDefinitionStoreV2.d.ts +26 -23
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +27 -19
- package/internal-do-not-import-from-here/ux/theming-v2/TypographyDefinitionStore.d.ts +23 -0
- package/internal-do-not-import-from-here/ux/theming-v2/VelcronDefinitionStore.d.ts +33 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/DesignJourney.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/Registrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/DefinitionsJourney.d.ts +97 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/BlueprintsJourney.d.ts +97 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/BlockBlade.d.ts +118 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/ComponentsBlade.d.ts +118 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/EditBlueprint.d.ts +135 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/SpacingBlade.d.ts +118 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/TypographyBlade.d.ts +118 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/components/BlockPreview.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/store/BlueprintEditorStore.d.ts +37 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/colorschemes/ColorSchemasJourney.d.ts +97 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/colorschemes/blades/ColorSchemaDefinitionBlade.d.ts +157 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/colorschemes/blades/ColorSchemasBlade.d.ts +138 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/TypographyJourney.d.ts +97 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/blades/TypographyDefinitionBlade.d.ts +157 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/blades/TypographysBlade.d.ts +138 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/ThemesJourney.d.ts +97 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/blades/EditThemeBlade.d.ts +157 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{themes → designkits/core}/Colors.d.ts +2 -2
- 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 +2 -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/cards/BannerImageTop.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/cards/RollupAvatar.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/cards/RollupImageLarge.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/cards/RollupImageSmall.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/cards/RollupImageTop.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/cards/RollupImageTopAvatar.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/cards/index.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/content/Contentblocks.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/content/Image.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/content/ImageText.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/content/Quote.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/content/Text.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/content/index.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/headers/BlockTextIcon.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/headers/Pageheader.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/headers/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/index.d.ts +4 -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/Blueprints.d.ts +25 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/SpacingTypes.d.ts +25 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/ThemeDefinitions.d.ts +23 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/TypographyTypes.d.ts +317 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/useDefaultDesignKit.d.ts +49 -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/Blueprints.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/SpacingTypes.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/ThemeDefinitions.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/TypographyTypes.d.ts +97 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/index.d.ts +1 -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/{themes → designkits/editor/themes}/Blueprints.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/SpacingTypes.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/ThemeDefinitions.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/TypographyTypes.d.ts +97 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/index.d.ts +1 -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 +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/pages/definitions/property/PropertiesWithColumLayout.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/pages/definitions/property/PropertiesWithRowLayout.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/useDesignKits.d.ts +64 -0
- package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +536 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/index.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Colors.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +7 -0
- 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 +45 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/index.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +26 -8
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +8 -8
- 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/store/BlueprintEditorStore.d.ts +20 -11
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +25 -14
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +2447 -0
- 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 +507 -29
- package/internal-do-not-import-from-here/ux/timeperiodpicker/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/typographypicker/TypographyPicker.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/typographypicker/TypographyPicker.d.ts +488 -0
- package/internal-do-not-import-from-here/ux/typographypicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/typographypicker/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/typographypicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/urlinput/IUrlInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/urlinput/UrlInput.d.ts +0 -46
- package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/use/Shared.d.ts +1 -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/UseBlockInstance.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +154 -35
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +163 -50
- package/internal-do-not-import-from-here/ux/use/UseConfirm.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/use/UseEventListener.d.ts +27 -9
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +132 -3
- 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 +5 -9
- package/internal-do-not-import-from-here/ux/use/UseVariantSetup.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/use/UseVueInstance.d.ts +0 -10
- 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 +6 -1
- package/internal-do-not-import-from-here/ux/user/UserPropertiesByMicrosoftGraphProvider.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/user/UserPropertiesProvider.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/user/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +380 -33
- package/internal-do-not-import-from-here/ux/validation/FieldValidation.d.ts +132 -17
- package/internal-do-not-import-from-here/ux/validation/FieldValueValidation.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/validation/FormValidator.d.ts +1 -10
- package/internal-do-not-import-from-here/ux/validation/IComponentValidationEnabled.d.ts +1 -10
- package/internal-do-not-import-from-here/ux/validation/IFieldValidation.d.ts +1 -21
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/store/ContentBlockStore.d.ts +48 -25
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.d.ts +2 -7
- 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 +5 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +149 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/content/Image.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/content/ImageText.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/content/Quote.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/content/Text.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/content/index.d.ts +4 -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/index.d.ts +1 -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 +13 -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 +92 -0
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +473 -10
- package/internal-do-not-import-from-here/ux/velcron/components/{properties/VelcronProperties.d.ts → propertieseditor/VelcronPropertiesEditor.d.ts} +22 -15
- package/internal-do-not-import-from-here/ux/velcron/core/actions/Clone.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/core/actions/Date.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/core/actions/IActionHandler.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/actions/Timer.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/core/actions/index.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/core/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/ActionHooks.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/Enums.d.ts +12 -6
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +123 -70
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +269 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronActions.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +13 -4
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronPropertyEditors.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/stores/ReactivitySystem.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronBlueprint.d.ts +13 -10
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronColorSchemaEditor.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronContentEditor.d.ts +38 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder2.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilderBase.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronImageEditor.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronPropertyMappingEditorBuilder.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronBlockHeaderStateBuilder.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronColorSchemaBuilder.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronContentStateBuilder.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronImageStateBuilder.d.ts +18 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronPropertyMappingStateBuilder.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronStateBuilder.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronStateBuilderBase.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronTextContentBuilder.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronEditorBuilder.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronTemplateBuilder.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/DocDataTypes.d.ts +30 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/Introduction.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/State.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/actions/Date.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/actions/Introduction.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/actions/Timer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/actions/index.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/components/Button.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/components/Checkbox.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/components/Image.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/components/Property.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/components/Text.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/components/Velcron.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/components/View.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/components/index.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/index.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorpicker/ColorPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ratiopicker/RatioPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/typographypicker/TypographyPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +3 -17
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +113 -60
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronActionHooks.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +23 -17
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronStylesProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/App.d.ts +78 -17
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Checkbox.d.ts +106 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Property.d.ts +106 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Reference.d.ts +106 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Slot.d.ts +106 -0
- package/internal-do-not-import-from-here/ux/{oxide/alignmentpicker/AlignmentPicker.d.ts → velcron/renderer/propertyeditors/AlignmentEditor.d.ts} +38 -35
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorEditor.d.ts +434 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +434 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ImageEditor.d.ts +450 -0
- package/internal-do-not-import-from-here/ux/{compositiontests/OptionsBlockCurrent.d.ts → velcron/renderer/propertyeditors/MarkdownEditor.d.ts} +42 -34
- package/internal-do-not-import-from-here/ux/{oxide/btntoggle/ButtonToggle.d.ts → velcron/renderer/propertyeditors/PropertyEditorCreator.d.ts} +59 -148
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SliderEditor.d.ts +451 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SwitchEditor.d.ts +450 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +450 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +455 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/LayoutAliasBlade.d.ts +113 -22
- 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 +189 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +114 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutListBladeBuilder.d.ts +135 -25
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutSettingsComponent.d.ts +134 -5
- package/internal-do-not-import-from-here/ux/versionedlayout/controller/Chrome.d.ts +200 -17
- package/internal-do-not-import-from-here/ux/versionedlayout/controller/VersionedLayoutController.d.ts +244 -26
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRenderer.d.ts +262 -13
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRendererSizeMonitor.d.ts +156 -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 +4 -4
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutCreationForm.d.ts +162 -23
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutMappingAction.d.ts +207 -45
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutRenameForm.d.ts +184 -21
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/displaybreakpoint/DisplayBreakpointAction.d.ts +117 -14
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/panels/Panels.d.ts +91 -8
- package/internal-do-not-import-from-here/ux/versionedlayout/layoutbackgroundimage/LayoutBackgroundImage.d.ts +183 -46
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/InternalVersionedLayoutRenderer.d.ts +272 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +132 -78
- package/internal-do-not-import-from-here/ux/vuetify/colorpicker/VColorPicker.bundle.d.ts +1 -0
- package/internal-do-not-import-from-here/vue/VueApp.d.ts +7 -2
- package/internal-do-not-import-from-here/vue/VueHooks.d.ts +1 -4
- package/internal-do-not-import-from-here/vue/index.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 +2134 -288
- package/internal-do-not-import-from-here/workers/HttpRequestProxy.d.ts +1 -0
- package/package.json +3 -4
- package/internal-do-not-import-from-here/core/utils/gpt3utils/Encoder.d.ts +0 -50259
- 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/Vocab.d.ts +0 -1
- package/internal-do-not-import-from-here/core/utils/gpt3utils/index.d.ts +0 -1
- package/internal-do-not-import-from-here/shared/http/Bring.d.ts +0 -130
- package/internal-do-not-import-from-here/shared/models/Bring.d.ts +0 -23
- package/internal-do-not-import-from-here/ux/compositiontests/models/SharedContext.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/compositiontests/models/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/compositiontests/services/CompositionService.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/compositiontests/services/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/compositiontests/stores/OldStoreTest.d.ts +0 -10
- package/internal-do-not-import-from-here/ux/compositiontests/stores/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/compositiontests/stores/useNewStoreTest.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/compositiontests/use/useTitleComputed.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/confirmdialog/VueConfirmDialog.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/datetimezonepicker/IDateTimeZonePicker.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/datetimezonepicker/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/editorchrome/chrome/IEditorChrome.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/imagegrid/IImageGrid.d.ts +0 -25
- package/internal-do-not-import-from-here/ux/imagetransformation/enums.d.ts +0 -13
- package/internal-do-not-import-from-here/ux/imagetransformation/image-svg-transfomer.d.ts +0 -60
- package/internal-do-not-import-from-here/ux/imagetransformation/image-transfomer.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/imagetransformation/index.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/imagetransformation/interfaces.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/imagetransformation/utils.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageRollup/ImageRollup.d.ts +0 -66
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageSetting/ImageSetting.d.ts +0 -26
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformCropper/ImageTransformCropper.d.ts +0 -59
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformEditor/ImageTransformEditor.d.ts +0 -66
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformFilter/ImageTransformFilter.d.ts +0 -23
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformFlipper/ImageTransformFlipper.d.ts +0 -23
- package/internal-do-not-import-from-here/ux/imagetransformer/Constants.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/imagetransformer/IImageTransformer.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/imagetransformer/ImageTransformer.css.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/imagetransformer/ImageTransformer.d.ts +0 -40
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/action.d.ts +0 -101
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/addIcon.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/addImageObject.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/addObject.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/addShape.d.ts +0 -27
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/addText.d.ts +0 -26
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/applyFilter.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/changeIconColor.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/changeShape.d.ts +0 -28
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/changeText.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/changeTextStyle.d.ts +0 -25
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/clearObjects.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/flip.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/loadImage.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/removeFilter.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/removeObject.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/resizeCanvasDimension.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/rotate.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/setObjectPosition.d.ts +0 -21
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/setObjectProperties.d.ts +0 -25
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/cropper.d.ts +0 -118
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/filter.d.ts +0 -89
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/flip.d.ts +0 -70
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/freeDrawing.d.ts +0 -26
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/icon.d.ts +0 -51
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/imageLoader.d.ts +0 -30
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/line.d.ts +0 -55
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/rotation.d.ts +0 -42
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/shape.d.ts +0 -144
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/text.d.ts +0 -173
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/consts.d.ts +0 -243
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/drawingMode/cropper.d.ts +0 -26
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/drawingMode/freeDrawing.d.ts +0 -27
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/drawingMode/lineDrawing.d.ts +0 -27
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/drawingMode/shape.d.ts +0 -26
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/drawingMode/text.d.ts +0 -26
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/arrowLine.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/blur.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/colorFilter.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/cropzone.d.ts +0 -10
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/emboss.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/mask.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/sharpen.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/factory/command.d.ts +0 -27
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/factory/errorMessage.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/graphics.d.ts +0 -569
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/helper/imagetracer.d.ts +0 -56
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/helper/shapeFilterFillHelper.d.ts +0 -44
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/helper/shapeResizeHelper.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/imageEditor.d.ts +0 -1003
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/index.d.ts +0 -15
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/interface/command.d.ts +0 -49
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/interface/component.d.ts +0 -76
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/interface/drawingMode.d.ts +0 -26
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/interfaces.d.ts +0 -283
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/invoker.d.ts +0 -91
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/util.d.ts +0 -154
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar_old.d.ts +0 -51
- 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/stores/VelcronDefinitionStore.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/blockheaders.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/contentblocks.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/mediapicker/MediaPickerRenderer.d.ts +0 -86
- package/internal-do-not-import-from-here/ux/mediapickerimage/IMediaPickerImage.d.ts +0 -36
- package/internal-do-not-import-from-here/ux/mediapickerimage/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider/BingProvider.d.ts +0 -39
- package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider/IBingProvider.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider/IPexelProvider.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider/PexelProvider.d.ts +0 -28
- package/internal-do-not-import-from-here/ux/playground_test/PlayComponent.d.ts +0 -108
- package/internal-do-not-import-from-here/ux/playground_test/play2tabs/FileUploaderTab.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/playground_test/play2tabs/MediaPickerTab.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/playground_test/play2tabs/MultilingualInputTab.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/playground_test/play2tabs/RichtextEditorTab.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/playground_test/play2tabs/SharePointPermissionTab.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/playground_test/play2tabs/TermPickerTab.d.ts +0 -10
- package/internal-do-not-import-from-here/ux/playground_test/play2tabs/TestChart.d.ts +0 -15
- package/internal-do-not-import-from-here/ux/playground_test/play2tabs/TimePeriodPickerTab.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/playground_test/testvalidate/DemoValidate.d.ts +0 -21
- package/internal-do-not-import-from-here/ux/playground_test/testvalidate/IDemoValidate.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/playground_test/testvalidate/SubComponent1.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/securitytrimer/ISecurityTrimer.d.ts +0 -23
- package/internal-do-not-import-from-here/ux/securitytrimer/SecurityTrimer.d.ts +0 -24
- package/internal-do-not-import-from-here/ux/securitytrimer/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/social/templates/LikeListingTemplate.css.d.ts +0 -11
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.css.d.ts +0 -29
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.css.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseBlueprintStyling.d.ts +0 -9
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseComponentStyling.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseTypographyStyling.d.ts +0 -25
- package/internal-do-not-import-from-here/ux/theming-v2/themes/Themes.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/theming-v2/themes/TypographyTypes.d.ts +0 -23
- package/internal-do-not-import-from-here/ux/theming-v2/themes/index.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/alignment/AlignmentEditor.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/color/ColorEditor.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/index.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/slider/SliderEditor.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/switch/SwitchEditor.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/text/TextEditor.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/components/properties/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/velcron/components/properties/models/DefineVelcronPropertyEditor.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/velcron/components/properties/models/DefineVelcronPropertyEditorProps.d.ts +0 -86
- package/internal-do-not-import-from-here/ux/velcron/components/properties/models/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/velcron/core/utilities/ColorUtility.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/core/utilities/index.d.ts +0 -1
- /package/internal-do-not-import-from-here/{vue/Localize.d.ts → Localize.d.ts} +0 -0
- /package/internal-do-not-import-from-here/{ux/compositiontests/WowComp.d.ts → console/components/SocketComponent.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/{playground_test/Play2Component.d.ts → alignmentpicker/docs/AlignmentPickerExample.d.ts} +0 -0
- /package/internal-do-not-import-from-here/{console/components/MessageOverlay.css.d.ts → ux/app/AppLayoutPlaceHolderRegistration.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{theming-v2/blueprintpicker → blueprintpicker}/BlueprintPicker.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{velcron/renderer/components/FlexView.d.ts → colorschemadefinitionpicker/ColorSchemaDefinitionPicker.css.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/{imagetransformer/tui-image-editor/dependencies/tui-code-snippet.d.ts → depricated-mediapicker/MediaPickerRenderer.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{mediapicker → depricated-mediapicker}/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{mediapicker → depricated-mediapicker}/loc/localize.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{layoutcanvas/apis/Registration.d.ts → docs/omfx/components/Emits.md.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{vuetify/stepper/VStepperItems.d.ts → docs/omfx/components/Introduction.md.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{mediapickerproviders/bingprovider → mediapickerV2/imagegrid}/loc/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{imagetransformer → mediapickerV2/imagetransformer}/loc/localize.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}/loc/localize.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
@@ -19,10 +19,10 @@ export interface StateMutationLog {
|
|
19
19
|
export interface StateActionLog {
|
20
20
|
func: any;
|
21
21
|
}
|
22
|
-
type MapOnCommitToCommit<T extends Function> = T extends (...args: infer U) => void ? (...args: U) => IMessageBusSubscriptionHandler : T;
|
23
|
-
type MapActionOnDispatching<T extends Function> = T extends (...args: infer U) => Promise<infer Y> ? (...args: U) => void : never;
|
24
|
-
type MapActionOnDispatched<T extends Function> = T extends (...args: infer U) => Promise<infer Y> ? (result: Y, ...args: U) => void : never;
|
25
|
-
type MapActionOnFailure<T extends Function> = T extends (...args: infer U) => Promise<infer Y> ? (failureReason: any, ...args: U) => void : never;
|
22
|
+
export type MapOnCommitToCommit<T extends Function> = T extends (...args: infer U) => void ? (...args: U) => IMessageBusSubscriptionHandler : T;
|
23
|
+
export type MapActionOnDispatching<T extends Function> = T extends (...args: infer U) => Promise<infer Y> ? (...args: U) => void : never;
|
24
|
+
export type MapActionOnDispatched<T extends Function> = T extends (...args: infer U) => Promise<infer Y> ? (result: Y, ...args: U) => void : never;
|
25
|
+
export type MapActionOnFailure<T extends Function> = T extends (...args: infer U) => Promise<infer Y> ? (failureReason: any, ...args: U) => void : never;
|
26
26
|
export declare class StoreLogger {
|
27
27
|
private _logState;
|
28
28
|
enabled: boolean;
|
@@ -148,4 +148,3 @@ export declare class StoreMutation<T extends Function, CommitFunc extends Functi
|
|
148
148
|
onCommiting(fn: T): IMessageBusSubscriptionHandler;
|
149
149
|
onCommited(fn: T): IMessageBusSubscriptionHandler;
|
150
150
|
}
|
151
|
-
export {};
|
@@ -1,22 +1,19 @@
|
|
1
1
|
import { TimeZoneUnit } from "../models";
|
2
2
|
import { Store } from "./Store";
|
3
|
+
import dayjs from "dayjs";
|
3
4
|
export declare class TimeZoneStore extends Store {
|
4
5
|
private timeZoneService;
|
5
|
-
private omniaContext;
|
6
6
|
private localTimeZoneId;
|
7
7
|
private timeZoneUnits;
|
8
8
|
private loadTimeZoneCollectionPromise;
|
9
|
-
private loadCurrenTimeZoneSettingsPromise;
|
10
|
-
private currentUser;
|
11
|
-
private currentTimeZone;
|
12
9
|
getters: {
|
13
10
|
localTimeZoneId: () => string;
|
14
11
|
timeZones: () => TimeZoneUnit[];
|
15
|
-
convertToCurrentUserTimeZone: (utcDatetime: string) =>
|
12
|
+
convertToCurrentUserTimeZone: (utcDatetime: string) => dayjs.Dayjs;
|
13
|
+
convertToTimeZone: (utcDatetime: string, timezone: string) => dayjs.Dayjs;
|
16
14
|
};
|
17
15
|
actions: {
|
18
16
|
ensureTimeZones: import("./Store").StoreAction<unknown, () => void, (result: void) => void, (failureReason: any) => void, () => Promise<void>>;
|
19
|
-
ensureLoadedCurrentTimeZoneSettings: import("./Store").StoreAction<unknown, () => void, (result: void) => void, (failureReason: any) => void, () => Promise<void>>;
|
20
17
|
};
|
21
18
|
protected onActivated(): void;
|
22
19
|
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { GroupIdentity, GuidValue, Identity, IdentityProperty, UserIdentityPropertyDefinition, PropertyBinding, PropertyDefinition, ResolvedUserIdentity, UserIdentity } from "@omnia/fx-models";
|
2
2
|
import { MediaPickerService, UserPresenceStatus } from "../services";
|
3
3
|
import { Store } from "./Store";
|
4
4
|
export declare class UserIdentityStore extends Store {
|
@@ -22,8 +22,11 @@ export declare class UserIdentityStore extends Store {
|
|
22
22
|
};
|
23
23
|
actions: {
|
24
24
|
addUserProperty: import("./Store").StoreAction<unknown, (property: PropertyBinding<PropertyDefinition<any, any, any, import("@omnia/fx-models").PropertySetupBase>>) => void, (result: void, property: PropertyBinding<PropertyDefinition<any, any, any, import("@omnia/fx-models").PropertySetupBase>>) => void, (failureReason: any, property: PropertyBinding<PropertyDefinition<any, any, any, import("@omnia/fx-models").PropertySetupBase>>) => void, (property: PropertyBinding<PropertyDefinition<any, any, any>>) => Promise<void>>;
|
25
|
-
createUserProperty: import("./Store").StoreAction<unknown, (property:
|
25
|
+
createUserProperty: import("./Store").StoreAction<unknown, (property: UserIdentityPropertyDefinition) => void, (result: void, property: UserIdentityPropertyDefinition) => void, (failureReason: any, property: UserIdentityPropertyDefinition) => void, (property: UserIdentityPropertyDefinition) => Promise<void>>;
|
26
26
|
removeUserProperty: import("./Store").StoreAction<unknown, (identityProperty: IdentityProperty) => void, (result: void, identityProperty: IdentityProperty) => void, (failureReason: any, identityProperty: IdentityProperty) => void, (identityProperty: IdentityProperty) => Promise<void>>;
|
27
|
+
updateUserProperty: import("./Store").StoreAction<unknown, (identityProperty: IdentityProperty) => void, (result: void, identityProperty: IdentityProperty) => void, (failureReason: any, identityProperty: IdentityProperty) => void, (identityProperty: IdentityProperty) => Promise<void>>;
|
28
|
+
terminateUserProperty: import("./Store").StoreAction<unknown, (identityProperty: IdentityProperty) => void, (result: void, identityProperty: IdentityProperty) => void, (failureReason: any, identityProperty: IdentityProperty) => void, (identityProperty: IdentityProperty) => Promise<void>>;
|
29
|
+
restoreUserProperty: import("./Store").StoreAction<unknown, (identityProperty: IdentityProperty) => void, (result: void, identityProperty: IdentityProperty) => void, (failureReason: any, identityProperty: IdentityProperty) => void, (identityProperty: IdentityProperty) => Promise<void>>;
|
27
30
|
ensureLoadUserProperties: import("./Store").StoreAction<unknown, () => void, (result: IdentityProperty[]) => void, (failureReason: any) => void, () => Promise<IdentityProperty[]>>;
|
28
31
|
resolveUsersIdentity: import("./Store").StoreAction<unknown, (users: UserIdentity[]) => void, (result: {
|
29
32
|
[uid: string]: ResolvedUserIdentity;
|
@@ -13,6 +13,7 @@ export declare class VersionedLayoutStore extends Store {
|
|
13
13
|
getLatestRef: (dataIdentifier: IVersionedDataIdentifier) => LatestReferenceResponse;
|
14
14
|
getAppScopedLayoutWithDefinition: <Definition extends VersionedLayoutDefinition>(appInstanceId: GuidValue, definition: new () => Definition) => VersionedLayout[];
|
15
15
|
getTenantScopedLayoutWithDefinition: <Definition_1 extends VersionedLayoutDefinition>(definition: new () => Definition_1) => VersionedLayout[];
|
16
|
+
getBusinessProfileScopedLayoutWithDefinition: <Definition_2 extends VersionedLayoutDefinition>(businessProfileId: GuidValue, definition: new () => Definition_2) => VersionedLayout[];
|
16
17
|
};
|
17
18
|
mutations: {
|
18
19
|
addOrUpdateLayouts: import("./Store").StoreMutation<(...versionedLayouts: VersionedLayout[]) => void, (...args: VersionedLayout[]) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
@@ -27,6 +28,7 @@ export declare class VersionedLayoutStore extends Store {
|
|
27
28
|
ensureLoadDefinition: import("./Store").StoreAction<unknown, (version: IVersionReference) => void, (result: void, version: IVersionReference) => void, (failureReason: any, version: IVersionReference) => void, (version: IVersionReference) => Promise<void>>;
|
28
29
|
ensureLoadDefinitionWithParentLayout: import("./Store").StoreAction<unknown, (version: IVersionReference, parentVersion: IVersionReference, force?: boolean) => void, (result: Layout, version: IVersionReference, parentVersion: IVersionReference, force?: boolean) => void, (failureReason: any, version: IVersionReference, parentVersion: IVersionReference, force?: boolean) => void, (version: IVersionReference, parentVersion: IVersionReference, force?: boolean) => Promise<Layout>>;
|
29
30
|
ensureLoadDisplayBreakpointMapping: import("./Store").StoreAction<unknown, (versionedLayout: VersionedLayout, useCache?: unknown) => void, (result: DisplayBreakpointVersionedAlternateLayoutMapping, versionedLayout: VersionedLayout, useCache?: unknown) => void, (failureReason: any, versionedLayout: VersionedLayout, useCache?: unknown) => void, (versionedLayout: VersionedLayout, useCache?: unknown) => Promise<DisplayBreakpointVersionedAlternateLayoutMapping>>;
|
31
|
+
ensureLoadByProfileAndTypeId: import("./Store").StoreAction<unknown, (businessProfileId: GuidValue, layoutTypeId: GuidValue) => void, (result: void, businessProfileId: GuidValue, layoutTypeId: GuidValue) => void, (failureReason: any, businessProfileId: GuidValue, layoutTypeId: GuidValue) => void, (businessProfileId: GuidValue, layoutTypeId: GuidValue) => Promise<void>>;
|
30
32
|
setDisplayBreakpointMapping: import("./Store").StoreAction<unknown, (versionedLayout: VersionedLayout, mapping: DisplayBreakpointVersionedAlternateLayoutMapping) => void, (result: void, versionedLayout: VersionedLayout, mapping: DisplayBreakpointVersionedAlternateLayoutMapping) => void, (failureReason: any, versionedLayout: VersionedLayout, mapping: DisplayBreakpointVersionedAlternateLayoutMapping) => void, (versionedLayout: VersionedLayout, mapping: DisplayBreakpointVersionedAlternateLayoutMapping) => Promise<void>>;
|
31
33
|
createAppScoped: import("./Store").StoreAction<unknown, (appInstanceId: GuidValue, definition: VersionedLayoutDefinition, urlSegment: string, parentLayoutId?: VersionedLayoutId) => void, (result: {
|
32
34
|
versionedLayout: VersionedLayout;
|
@@ -35,6 +37,13 @@ export declare class VersionedLayoutStore extends Store {
|
|
35
37
|
versionedLayout: VersionedLayout;
|
36
38
|
checkedOutVersionedData: IVersionedData<VersionedLayoutDefinition>;
|
37
39
|
}>>;
|
40
|
+
createBusinessProfileScoped: import("./Store").StoreAction<unknown, (businessProfileId: GuidValue, definition: VersionedLayoutDefinition, urlSegment: string, parentLayoutId?: VersionedLayoutId) => void, (result: {
|
41
|
+
versionedLayout: VersionedLayout;
|
42
|
+
checkedOutVersionedData: IVersionedData<VersionedLayoutDefinition>;
|
43
|
+
}, businessProfileId: GuidValue, definition: VersionedLayoutDefinition, urlSegment: string, parentLayoutId?: VersionedLayoutId) => void, (failureReason: any, businessProfileId: GuidValue, definition: VersionedLayoutDefinition, urlSegment: string, parentLayoutId?: VersionedLayoutId) => void, (businessProfileId: GuidValue, definition: VersionedLayoutDefinition, urlSegment: string, parentLayoutId?: VersionedLayoutId) => Promise<{
|
44
|
+
versionedLayout: VersionedLayout;
|
45
|
+
checkedOutVersionedData: IVersionedData<VersionedLayoutDefinition>;
|
46
|
+
}>>;
|
38
47
|
createTenantScoped: import("./Store").StoreAction<unknown, (definition: VersionedLayoutDefinition, urlSegment: string, parentLayoutId?: VersionedLayoutId) => void, (result: {
|
39
48
|
versionedLayout: VersionedLayout;
|
40
49
|
checkedOutVersionedData: IVersionedData<VersionedLayoutDefinition>;
|
@@ -0,0 +1,71 @@
|
|
1
|
+
declare const HostTypeDefinitions: readonly ["admin", "editor", "docs"];
|
2
|
+
export type HostTypes = typeof HostTypeDefinitions[number];
|
3
|
+
declare const ComponentHostTypeDefinitions: readonly ["dialog", "drawer", "expansion-panel", "blade", "app", "table", "appbar", "toolbar", "tab", "tab-vertical", "panel", "omfx", "menu"];
|
4
|
+
export type ComponentHostTypes = typeof ComponentHostTypeDefinitions[number];
|
5
|
+
declare const ComponentVariantDefinitions: readonly ["footer", "content", "navigation", "header", "settings", "info-section", "default", "section", "options", "toolbar"];
|
6
|
+
export type ComponentVariants = typeof ComponentVariantDefinitions[number];
|
7
|
+
export interface NewHostSettings {
|
8
|
+
host?: HostTypes;
|
9
|
+
componentHost?: ComponentHostTypes;
|
10
|
+
variant?: ComponentVariants;
|
11
|
+
force?: boolean;
|
12
|
+
appliedComponent?: string;
|
13
|
+
}
|
14
|
+
export declare const useCompontentHostStore: () => {
|
15
|
+
state: {
|
16
|
+
host: "editor" | "admin" | "docs";
|
17
|
+
componentHost: "dialog" | "menu" | "table" | "tab" | "toolbar" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx";
|
18
|
+
componentVariant: "section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section";
|
19
|
+
appliedComponents: string[];
|
20
|
+
force: boolean;
|
21
|
+
};
|
22
|
+
events: {
|
23
|
+
onMutatedHost: import("internal/fx/core").MessageBusExposeOnlySubscription<"editor" | "admin" | "docs">;
|
24
|
+
onMutatedComponentHost: import("internal/fx/core").MessageBusExposeOnlySubscription<"dialog" | "menu" | "table" | "tab" | "toolbar" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx">;
|
25
|
+
onMutatedComponentVariant: import("internal/fx/core").MessageBusExposeOnlySubscription<"section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section">;
|
26
|
+
onMutatedAppliedComponents: import("internal/fx/core").MessageBusExposeOnlySubscription<string[]>;
|
27
|
+
onMutatedForce: import("internal/fx/core").MessageBusExposeOnlySubscription<boolean>;
|
28
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
29
|
+
actions: {
|
30
|
+
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
31
|
+
addAppliedComponent(host: string): void;
|
32
|
+
setHost(type: HostTypes): void;
|
33
|
+
setComponentHost(type: ComponentHostTypes): void;
|
34
|
+
setComponentVariant(variant: ComponentVariants): void;
|
35
|
+
setForce(value: boolean): void;
|
36
|
+
provideNewHost(settings: NewHostSettings): void;
|
37
|
+
}) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
38
|
+
onDispatched<T_1 extends (...args: any) => any>(action: (actions: {
|
39
|
+
addAppliedComponent(host: string): void;
|
40
|
+
setHost(type: HostTypes): void;
|
41
|
+
setComponentHost(type: ComponentHostTypes): void;
|
42
|
+
setComponentVariant(variant: ComponentVariants): void;
|
43
|
+
setForce(value: boolean): void;
|
44
|
+
provideNewHost(settings: NewHostSettings): void;
|
45
|
+
}) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
46
|
+
onFailure<T_2 extends (...args: any) => any>(action: (actions: {
|
47
|
+
addAppliedComponent(host: string): void;
|
48
|
+
setHost(type: HostTypes): void;
|
49
|
+
setComponentHost(type: ComponentHostTypes): void;
|
50
|
+
setComponentVariant(variant: ComponentVariants): void;
|
51
|
+
setForce(value: boolean): void;
|
52
|
+
provideNewHost(settings: NewHostSettings): void;
|
53
|
+
}) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
54
|
+
} & {
|
55
|
+
addAppliedComponent(host: string): void;
|
56
|
+
setHost(type: HostTypes): void;
|
57
|
+
setComponentHost(type: ComponentHostTypes): void;
|
58
|
+
setComponentVariant(variant: ComponentVariants): void;
|
59
|
+
setForce(value: boolean): void;
|
60
|
+
provideNewHost(settings: NewHostSettings): void;
|
61
|
+
};
|
62
|
+
get: {
|
63
|
+
canApplyOn: (hostType: ComponentHostTypes | HostTypes, variant?: any) => boolean;
|
64
|
+
readonly host: "editor" | "admin" | "docs";
|
65
|
+
readonly componentHost: "dialog" | "menu" | "table" | "tab" | "toolbar" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx";
|
66
|
+
readonly componentVariant: "section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section";
|
67
|
+
readonly force: boolean;
|
68
|
+
appliedComponents(host: string): boolean;
|
69
|
+
};
|
70
|
+
};
|
71
|
+
export {};
|
@@ -0,0 +1,24 @@
|
|
1
|
+
export declare const useCompontentSharedSettingsStore: () => {
|
2
|
+
state: {
|
3
|
+
settings: any;
|
4
|
+
};
|
5
|
+
events: {
|
6
|
+
onMutatedSettings: import("internal/fx/core").MessageBusExposeOnlySubscription<any>;
|
7
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
8
|
+
actions: {
|
9
|
+
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
10
|
+
updateSettings(settings: any): void;
|
11
|
+
}) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
12
|
+
onDispatched<T_1 extends (...args: any) => any>(action: (actions: {
|
13
|
+
updateSettings(settings: any): void;
|
14
|
+
}) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
15
|
+
onFailure<T_2 extends (...args: any) => any>(action: (actions: {
|
16
|
+
updateSettings(settings: any): void;
|
17
|
+
}) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
18
|
+
} & {
|
19
|
+
updateSettings(settings: any): void;
|
20
|
+
};
|
21
|
+
get: {
|
22
|
+
settings<TSettings>(): TSettings;
|
23
|
+
};
|
24
|
+
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import "client/tooling/vue/
|
1
|
+
import "client/tooling/vue/config/wctypings";
|
2
2
|
import "../wctypings";
|
3
3
|
import "./button/index";
|
4
4
|
import "./colorpicker/index";
|
@@ -36,7 +36,6 @@ import "./richtexteditor/index";
|
|
36
36
|
import "./richtexteditor/PublicRichTextEditorApi";
|
37
37
|
import "./richtexteditorrenderer/index";
|
38
38
|
import "./rollupfilter/index";
|
39
|
-
import "./securitytrimer/index";
|
40
39
|
import "./settings/index";
|
41
40
|
import "./sitelogoicon/index";
|
42
41
|
import "./social/index";
|
@@ -67,19 +66,56 @@ type VuetifyProps<T> = {
|
|
67
66
|
type VuetifySlots<T> = {
|
68
67
|
[K in keyof T as K extends `v-slot:${infer N}` ? N : never]: T[K];
|
69
68
|
};
|
70
|
-
|
71
|
-
|
69
|
+
type VuetifyValue<T> = T extends {
|
70
|
+
value?: any;
|
71
|
+
} ? T["value"] : T;
|
72
|
+
import { VTooltip, VTextarea, VSwitch, VRadioGroup, VForm, VTextField, VBtn, VBtnToggle, VBtnGroup, VNavigationDrawer, VList, VListItem, VListGroup, VListImg, VListItemAction, VListItemTitle, VListItemSubtitle, VListItemMedia, VListSubheader, VDialog, VDialogBottomTransition, VDialogTopTransition, VDialogTransition, VCard, VCardActions, VCardItem, VCardSubtitle, VCardText, VCardTitle, VExpansionPanels, VExpansionPanel, VExpansionPanelText, VExpansionPanelTitle, VAutocomplete, VMenu, VTable, VCheckbox, VCheckboxBtn, VVirtualScroll, VChip, VSelect, VBadge } from "vuetify/components";
|
73
|
+
import { Intersect } from "vuetify/directives";
|
74
|
+
import { VDataTable, VDataTableRow, VDataTableRows, VDataTableVirtual, VDataTableServer, VInfiniteScroll } from "vuetify/labs/components";
|
72
75
|
export interface VDataTableServerSlots extends VuetifySlots<VuetifyProps<Pick<VDataTableServer, "$props">>> {
|
73
76
|
}
|
74
77
|
export interface VDataTableSlots extends VuetifySlots<VuetifyProps<Pick<VDataTable, "$props">>> {
|
75
78
|
}
|
79
|
+
export interface VListItemSlots extends VuetifySlots<VuetifyProps<Pick<VListItem, "$props">>> {
|
80
|
+
}
|
81
|
+
export interface VTextFieldSlots extends VuetifySlots<VuetifyProps<Pick<VTextField, "$props">>> {
|
82
|
+
}
|
83
|
+
export interface VTextAreaSlots extends VuetifySlots<VuetifyProps<Pick<VTextarea, "$props">>> {
|
84
|
+
}
|
76
85
|
declare global {
|
77
86
|
namespace JSX {
|
78
87
|
interface Element {
|
79
88
|
}
|
80
89
|
interface ElementClass {
|
81
90
|
}
|
91
|
+
interface IntrinsicAttributes {
|
92
|
+
"v-intersect"?: VuetifyValue<Pick<Parameters<typeof Intersect.mounted>[1], "value">>;
|
93
|
+
}
|
82
94
|
interface IntrinsicElements {
|
95
|
+
"v-tooltip": VuetifyProps<Pick<VTooltip, "$props">> & {
|
96
|
+
[name: string]: any;
|
97
|
+
};
|
98
|
+
"v-textarea": VuetifyProps<Pick<VTextarea, "$props">> & {
|
99
|
+
[name: string]: any;
|
100
|
+
};
|
101
|
+
"v-radio-group": VuetifyProps<Pick<VRadioGroup, "$props">> & {
|
102
|
+
[name: string]: any;
|
103
|
+
};
|
104
|
+
"v-switch": VuetifyProps<Pick<VSwitch, "$props">> & {
|
105
|
+
[name: string]: any;
|
106
|
+
};
|
107
|
+
"v-form": VuetifyProps<Pick<VForm, "$props">> & {
|
108
|
+
[name: string]: any;
|
109
|
+
};
|
110
|
+
"v-badge": VuetifyProps<Pick<VBadge, "$props">> & {
|
111
|
+
[name: string]: any;
|
112
|
+
};
|
113
|
+
"v-select": VuetifyProps<Pick<VSelect, "$props">> & {
|
114
|
+
[name: string]: any;
|
115
|
+
};
|
116
|
+
"v-chip": VuetifyProps<Pick<VChip, "$props">> & {
|
117
|
+
[name: string]: any;
|
118
|
+
};
|
83
119
|
"v-data-table-server": VuetifyProps<Pick<VDataTableServer, "$props">> & {
|
84
120
|
[name: string]: any;
|
85
121
|
};
|
@@ -113,6 +149,9 @@ declare global {
|
|
113
149
|
"v-virtual-scroll": VuetifyProps<Pick<VVirtualScroll, "$props">> & {
|
114
150
|
[name: string]: any;
|
115
151
|
};
|
152
|
+
"v-infinite-scroll": VuetifyProps<Pick<VInfiniteScroll, "$props">> & {
|
153
|
+
[name: string]: any;
|
154
|
+
};
|
116
155
|
"v-autocomplete": VuetifyProps<Pick<VAutocomplete, "$props">> & {
|
117
156
|
[name: string]: any;
|
118
157
|
};
|
@@ -1,5 +1,4 @@
|
|
1
1
|
import { Prop, PropType, VNodeChild } from "vue";
|
2
|
-
import { Func } from "../models/Func";
|
3
2
|
export type Slot<T extends any[] = any[]> = (...args: T) => VNodeChild;
|
4
3
|
export type VModelKeyNameInJsxElement<N extends string> = N extends "" ? "v-model" : `v-model:${N}`;
|
5
4
|
export type VModelEmitsInJsxElement<N extends string> = N extends "" ? "onUpdate:modelValue" : `onUpdate:${N}`;
|
@@ -62,15 +61,15 @@ export type DefinePropModelDoc<TName extends string, TPropType, E> = E & BuildVM
|
|
62
61
|
defaultValue(value?: TPropType): Omit<DefinePropModelDefaultValue<TName, TPropType, E>, "require">;
|
63
62
|
};
|
64
63
|
export type DefinePropModelSlots = {
|
65
|
-
slots<Slots
|
64
|
+
slots<Slots>(): {
|
66
65
|
"v-slots": Prop<{
|
67
|
-
default?:
|
66
|
+
default?: Slot;
|
68
67
|
} & Slots>;
|
69
68
|
doc$(doc?: {
|
70
69
|
[K in keyof Slots]: string;
|
71
70
|
}): {
|
72
71
|
"v-slots": Prop<{
|
73
|
-
default?:
|
72
|
+
default?: Slot;
|
74
73
|
} & Slots>;
|
75
74
|
};
|
76
75
|
};
|
@@ -9,13 +9,11 @@ export * from "./heading";
|
|
9
9
|
export * from "./journey";
|
10
10
|
export * from "./app";
|
11
11
|
export * from "./datetimepicker";
|
12
|
-
export * from "./mediapicker";
|
13
|
-
export * from "./mediapickerimage";
|
12
|
+
export * from "./depricated-mediapicker";
|
14
13
|
export * from "./mediapickervideo";
|
15
14
|
export * from "./mediapickerproviders";
|
16
15
|
export * from "./fileuploader";
|
17
16
|
export * from "./actionhandler";
|
18
|
-
export * from "./imagetransformation";
|
19
17
|
export * from "./iframe";
|
20
18
|
export * from "./validation";
|
21
19
|
export * from "./letteravatar";
|
@@ -26,14 +24,11 @@ export * from "./social";
|
|
26
24
|
export * from "./sitelogoicon";
|
27
25
|
export * from "./languagepicker";
|
28
26
|
export * from "./permissioninput";
|
29
|
-
export * from "./securitytrimer";
|
30
27
|
export * from "./models";
|
31
28
|
export * from "./wizard";
|
32
29
|
export * from "./multilingualinput";
|
33
30
|
export * from "./texttranslator";
|
34
31
|
export * from "./errormessage";
|
35
|
-
export * from "./imagegrid";
|
36
|
-
export * from "./timeperiodpicker";
|
37
32
|
export * from "./theming";
|
38
33
|
export * from "./theming-v2";
|
39
34
|
export * from "./messaging";
|
@@ -56,6 +51,7 @@ export * from "./use";
|
|
56
51
|
export * from "./tag";
|
57
52
|
export * from "./decorators";
|
58
53
|
export * from "./docs";
|
54
|
+
export * from "./statuscoderenderer";
|
59
55
|
export * from "./VueWebComponentSlot";
|
60
56
|
export * from "./TokenBasedRouter";
|
61
57
|
export * from "./StyleFlow";
|
@@ -79,4 +75,4 @@ export type { FocusOption, ClickOutOption, ScrollOption, LinkHandlerOptions, } f
|
|
79
75
|
export { FocusDirective, ClickOutDirective, ScrollDirective, LinkHandlerDirective, } from "./directives";
|
80
76
|
export { VueComponentBase, getVuetifyAppClasses, VueComponentConnect, } from "./VueComponentBase";
|
81
77
|
export type { VueComponentBaseProps, VueComponentBaseEvents, } from "./VueComponentBase";
|
82
|
-
export {
|
78
|
+
export { defineVueComponent, definePropFunctionType, definePropObjectType, defineVue, createVueNode, getElementName, isElement } from "./InternalDefineComponent";
|
@@ -1,10 +1,21 @@
|
|
1
|
-
import {
|
2
|
-
import {
|
3
|
-
import {
|
4
|
-
import {
|
5
|
-
import {
|
1
|
+
import { SubscriptionHandler } from "@omnia/fx";
|
2
|
+
import { ComponentInjectOptions, ComponentObjectPropsOptions, ComponentOptions, ComponentOptionsBase, ComponentOptionsMixin, ComponentPropsOptions, ComputedOptions, CreateComponentPublicInstance, DefineComponent, EmitsOptions, ExtractDefaultPropTypes, ExtractPropTypes, MethodOptions, ObjectEmitsOptions, Prop, PropType, RenderFunction, Slot, SlotsType, VNode, VNodeArrayChildren, VNodeProps, VNodeTypes, computed, watch, watchEffect } from "vue";
|
3
|
+
import { LooseRequired, Prettify, UnionToIntersection } from "@vue/shared";
|
4
|
+
import { ComponentBundleManifest, GuidValue, ThemeableComponentProps } from "@omnia/fx-models";
|
5
|
+
import { IValidatorBase } from "./models/Validation";
|
6
|
+
import { useBlueprintSetup } from "./use/UseBlueprintSetup";
|
7
|
+
import { useColorSchemaSetup } from "./use/UseColorSchemaSetup";
|
6
8
|
export declare function definePropFunctionType<T>(): PropType<T>;
|
7
9
|
export declare function definePropObjectType<T>(): PropType<T>;
|
10
|
+
type RawSlots = {
|
11
|
+
[name: string]: unknown;
|
12
|
+
$stable?: boolean;
|
13
|
+
};
|
14
|
+
type RawProps = VNodeProps & {
|
15
|
+
__v_isVNode?: never;
|
16
|
+
[Symbol.iterator]?: never;
|
17
|
+
} & Record<string, any>;
|
18
|
+
type RawChildren = string | number | boolean | VNode | VNodeArrayChildren | (() => any);
|
8
19
|
type IfAny<T, Y, N> = 0 extends 1 & T ? Y : N;
|
9
20
|
type InferPropType<T> = [T] extends [null] ? any : [T] extends [
|
10
21
|
{
|
@@ -36,6 +47,13 @@ type ExcludeJsxPropKeys<T> = T extends string[] ? T : {
|
|
36
47
|
type ExtractPropModels<T> = {
|
37
48
|
-readonly [K in keyof T as K extends `v-model:${infer N}` ? N : K extends "v-model" ? "modelValue" : never]: T[K];
|
38
49
|
};
|
50
|
+
type ExtractPropSlots<T> = T extends {
|
51
|
+
"v-slots"?: any;
|
52
|
+
} ? T["v-slots"] & {
|
53
|
+
default?: Slot;
|
54
|
+
} : {
|
55
|
+
default?: Slot;
|
56
|
+
};
|
39
57
|
type RequiredKeys<T> = {
|
40
58
|
[K in keyof T]: T[K] extends {
|
41
59
|
required: true;
|
@@ -55,11 +73,6 @@ type EmitsToProps<T extends EmitsOptions> = T extends string[] ? {
|
|
55
73
|
type TsxComponentV3<PropsOrPropOptions = {}, RawBindings = {}, D = {}, C extends ComputedOptions = ComputedOptions, M extends MethodOptions = MethodOptions, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = {}, EE extends string = string, PropsDefinition = Readonly<PropsOrPropOptions extends ComponentPropsOptions ? CustomExtractPropTypes<PropsOrPropOptions> : PropsOrPropOptions>> = DefineComponent<PropsOrPropOptions, RawBindings, D, C, M, Mixin, Extends, E, EE> & {
|
56
74
|
propsDefinition: PropsDefinition extends {} ? Omit<PropsDefinition, keyof ({} extends E ? {} : EmitsToProps<E>)> & ({} extends E ? {} : EmitsToProps<E>) : never;
|
57
75
|
};
|
58
|
-
export declare function defineSlotsAndProps<Slots extends Record<string, Slot>>(): <Props>(props: ComponentObjectPropsOptions<Props>) => ComponentObjectPropsOptions<Props> & {
|
59
|
-
"v-slots"?: Prop<{
|
60
|
-
default?: () => VNodeChild;
|
61
|
-
} & Slots>;
|
62
|
-
};
|
63
76
|
type ComponentOptionsWithObjectPropsCustom<PropsOptions = ComponentObjectPropsOptions, RawBindings = {}, D = {}, C extends ComputedOptions = {}, M extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = EmitsOptions, EE extends string = string, I extends ComponentInjectOptions = {}, II extends string = string, Props = Readonly<ExtractPropTypes<PropsOptions>> & EmitsToProps<E>, Defaults = ExtractDefaultPropTypes<PropsOptions>> = ComponentOptionsBaseExtends<RemoveDefinePropApi<Props>, RawBindings, D, C, M, Mixin, Extends, E, EE, Defaults, I, II> & {
|
64
77
|
props: PropsOptions & ThisType<void>;
|
65
78
|
} & ThisType<CreateComponentPublicInstance<Props, RawBindings, D, C, M, Mixin, Extends, E, Props, Defaults, false, I>>;
|
@@ -72,10 +85,6 @@ type ComponentOptionsWithArrayProps<PropNames extends string = string, RawBindin
|
|
72
85
|
props: PropNames[];
|
73
86
|
} & ThisType<CreateComponentPublicInstance<Props, RawBindings, D, C, M, Mixin, Extends, E, Props, {}, false, I>>;
|
74
87
|
type Data = Record<string, unknown>;
|
75
|
-
type InternalSlots = {
|
76
|
-
[name: string]: (...args: any[]) => VNode[] | undefined;
|
77
|
-
};
|
78
|
-
type Slots = Readonly<InternalSlots>;
|
79
88
|
type EmitFn<Options = ObjectEmitsOptions, Event extends keyof Options = keyof Options> = Options extends Array<infer V> ? (event: V, ...args: any[]) => void : {} extends Options ? (event: string, ...args: any[]) => void : UnionToIntersection<{
|
80
89
|
[key in Event]: Options[key] extends (...args: infer Args) => any ? (event: key, ...args: Args) => void : (event: key, ...args: any[]) => void;
|
81
90
|
}[Event]>;
|
@@ -95,27 +104,57 @@ type ExtractMixin<T> = {
|
|
95
104
|
type IsDefaultMixinComponent<T> = T extends ComponentOptionsMixin ? ComponentOptionsMixin extends T ? true : false : false;
|
96
105
|
type IntersectionMixin<T> = IsDefaultMixinComponent<T> extends true ? OptionTypesType<{}, {}, {}, {}, {}> : UnionToIntersection<ExtractMixin<T>>;
|
97
106
|
type UnwrapMixinsType<T, Type extends OptionTypesKeys> = T extends OptionTypesType ? T[Type] : never;
|
98
|
-
type
|
107
|
+
type UseState = <T = any>(state?: T) => {
|
108
|
+
state: T;
|
109
|
+
setState(state: T): void;
|
110
|
+
};
|
111
|
+
type SetupContext<ExtractedPropsType, Props, E = EmitsOptions> = E extends any ? {
|
112
|
+
props: ExtractedPropsType;
|
99
113
|
attrs: Data;
|
100
|
-
slots:
|
114
|
+
slots: ExtractPropSlots<Props>;
|
101
115
|
models?: Required<ExtractPropModels<Props>>;
|
102
116
|
colors: ReturnType<typeof useColorSchemaSetup>;
|
103
117
|
blueprints: ReturnType<typeof useBlueprintSetup>;
|
118
|
+
validator: IValidatorBase;
|
104
119
|
emit: EmitFn<E>;
|
105
120
|
expose: (exposed?: Record<string, any>) => void;
|
121
|
+
useState: UseState;
|
122
|
+
computed: typeof computed;
|
123
|
+
watch: typeof watch;
|
124
|
+
watchEffect: typeof watchEffect;
|
125
|
+
subscriptions: SubscriptionHandler;
|
106
126
|
} : never;
|
107
127
|
interface ComponentOptionsBaseExtends<Props, RawBindings, D, C extends ComputedOptions, M extends MethodOptions, Mixin extends ComponentOptionsMixin, Extends extends ComponentOptionsMixin, E extends EmitsOptions, EE extends string = string, Defaults = {}, I extends ComponentInjectOptions = {}, II extends string = string> extends ComponentOptionsBase<ExcludeJsxPropKeys<Props>, RawBindings, D, C, M, Mixin, Extends, E, EE, Defaults, I, II> {
|
108
|
-
setup?: (this: void,
|
128
|
+
setup?: (this: void, ctx: SetupContext<LooseRequired<ExcludeJsxPropKeys<Props> & Prettify<UnwrapMixinsType<IntersectionMixin<Mixin> & IntersectionMixin<Extends>, "P">>>, Props, E>) => Promise<RawBindings> | RawBindings | RenderFunction | void;
|
109
129
|
}
|
130
|
+
export declare function defineVueComponent<Props extends Record<string, any>, E extends EmitsOptions = {}, EE extends string = string, S extends SlotsType = {}>(setup: (ctx: SetupContext<Props, E, S>) => RenderFunction | Promise<RenderFunction>, options?: Pick<ComponentOptions, "name" | "inheritAttrs"> & {
|
131
|
+
props?: (keyof Props)[];
|
132
|
+
emits?: E | EE[];
|
133
|
+
slots?: S;
|
134
|
+
}, register?: (manifest: ComponentBundleManifest, component: TsxComponentV3<Props, {}, {}, {}, {}, {}, {}, E, EE>) => void): TsxComponentV3<Props, {}, {}, {}, {}, {}, {}, E, EE>;
|
135
|
+
export declare function defineVueComponent<Props extends Record<string, any>, E extends EmitsOptions = {}, EE extends string = string, S extends SlotsType = {}>(setup: (ctx: SetupContext<Props, E, S>) => RenderFunction | Promise<RenderFunction>, options?: Pick<ComponentOptions, "name" | "inheritAttrs"> & {
|
136
|
+
props?: ComponentObjectPropsOptions<Props>;
|
137
|
+
emits?: E | EE[];
|
138
|
+
slots?: S;
|
139
|
+
}, register?: (manifest: ComponentBundleManifest, component: TsxComponentV3<Props, {}, {}, {}, {}, {}, {}, E, EE>) => void): TsxComponentV3<Props, {}, {}, {}, {}, {}, {}, E, EE>;
|
140
|
+
export declare function defineVueComponent<Props = {}, RawBindings = {}, D = {}, C extends ComputedOptions = {}, M extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = {}, EE extends string = string, I extends ComponentInjectOptions = {}, II extends string = string>(options: ComponentOptionsWithoutProps<Props, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II>, register?: (manifest: ComponentBundleManifest, component: TsxComponentV3<Props, RawBindings, D, C, M, Mixin, Extends, E, EE>) => void): TsxComponentV3<Props, RawBindings, D, C, M, Mixin, Extends, E, EE>;
|
141
|
+
export declare function defineVueComponent<Props extends Object, RawBindings = {}, D = {}, C extends ComputedOptions = {}, M extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = {}, EE extends string = string, I extends ComponentInjectOptions = {}, II extends string = string>(options: ComponentOptionsWithObjectPropsCustom<ComponentObjectPropsOptions<Props>, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II>, register?: (manifest: ComponentBundleManifest, component: TsxComponentV3<Props, RawBindings, D, C, M, Mixin, Extends, E, EE>) => void): TsxComponentV3<RemoveDefinePropApi<ComponentObjectPropsOptions<Props>>, RawBindings, D, C, M, Mixin, Extends, E, EE>;
|
142
|
+
export declare function defineVueComponent<PropNames extends string, RawBindings, D, C extends ComputedOptions = {}, M extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = {}, EE extends string = string, I extends ComponentInjectOptions = {}, II extends string = string>(options: ComponentOptionsWithArrayProps<PropNames, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II>, register?: (manifest: ComponentBundleManifest, component: TsxComponentV3<Readonly<{
|
143
|
+
[key in PropNames]?: any;
|
144
|
+
}>, RawBindings, D, C, M, Mixin, Extends, E, EE>) => void): TsxComponentV3<Readonly<{
|
145
|
+
[key in PropNames]?: any;
|
146
|
+
}>, RawBindings, D, C, M, Mixin, Extends, E, EE>;
|
147
|
+
export declare function defineVueComponent<PropsOptions extends Readonly<ComponentPropsOptions>, RawBindings, D, C extends ComputedOptions = {}, M extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = {}, EE extends string = string, I extends ComponentInjectOptions = {}, II extends string = string>(options: ComponentOptionsWithObjectPropsCustom<PropsOptions, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II>, register?: (manifest: ComponentBundleManifest, component: TsxComponentV3<PropsOptions, RawBindings, D, C, M, Mixin, Extends, E, EE>) => void): TsxComponentV3<RemoveDefinePropApi<PropsOptions>, RawBindings, D, C, M, Mixin, Extends, E, EE>;
|
148
|
+
export declare function internalDefineVueWebComponent(omniaServiceId: any, manifestId: any, options: any, extraOptions?: any, register?: (manifest: ComponentBundleManifest, component: any) => void): any;
|
110
149
|
export declare function createPropType<T>(): PropType<T>;
|
111
150
|
export declare function defineVue(): {
|
112
|
-
slots<Slots_1
|
151
|
+
slots<Slots_1>(): {
|
113
152
|
"v-slots": Prop<{
|
114
|
-
default?: import("
|
153
|
+
default?: import("./DefineVueTypings").Slot<any[]>;
|
115
154
|
} & Slots_1>;
|
116
155
|
doc$(doc?: { [K in keyof Slots_1]: string; }): {
|
117
156
|
"v-slots": Prop<{
|
118
|
-
default?: import("
|
157
|
+
default?: import("./DefineVueTypings").Slot<any[]>;
|
119
158
|
} & Slots_1>;
|
120
159
|
};
|
121
160
|
};
|
@@ -220,41 +259,9 @@ export declare function defineVue(): {
|
|
220
259
|
};
|
221
260
|
};
|
222
261
|
};
|
223
|
-
export declare function
|
224
|
-
|
225
|
-
|
226
|
-
slots?: S;
|
227
|
-
}): TsxComponentV3<Props, {}, {}, {}, {}, {}, {}, E, EE>;
|
228
|
-
export declare function defineVueComponent<Props extends Record<string, any>, E extends EmitsOptions = {}, EE extends string = string, S extends SlotsType = {}>(setup: (props: Props, ctx: SetupContext<E, S>) => RenderFunction | Promise<RenderFunction>, options?: Pick<ComponentOptions, "name" | "inheritAttrs"> & {
|
229
|
-
props?: ComponentObjectPropsOptions<Props>;
|
230
|
-
emits?: E | EE[];
|
231
|
-
slots?: S;
|
232
|
-
}): TsxComponentV3<Props, {}, {}, {}, {}, {}, {}, E, EE>;
|
233
|
-
export declare function defineVueComponent<Props = {}, RawBindings = {}, D = {}, C extends ComputedOptions = {}, M extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = {}, EE extends string = string, I extends ComponentInjectOptions = {}, II extends string = string>(options: ComponentOptionsWithoutProps<Props, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II>): TsxComponentV3<Props, RawBindings, D, C, M, Mixin, Extends, E, EE>;
|
234
|
-
export declare function defineVueComponent<Props extends Object, RawBindings = {}, D = {}, C extends ComputedOptions = {}, M extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = {}, EE extends string = string, I extends ComponentInjectOptions = {}, II extends string = string>(options: ComponentOptionsWithObjectPropsCustom<ComponentObjectPropsOptions<Props>, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II>): TsxComponentV3<RemoveDefinePropApi<ComponentObjectPropsOptions<Props>>, RawBindings, D, C, M, Mixin, Extends, E, EE>;
|
235
|
-
export declare function defineVueComponent<PropNames extends string, RawBindings, D, C extends ComputedOptions = {}, M extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = {}, EE extends string = string, I extends ComponentInjectOptions = {}, II extends string = string>(options: ComponentOptionsWithArrayProps<PropNames, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II>): TsxComponentV3<Readonly<{
|
236
|
-
[key in PropNames]?: any;
|
237
|
-
}>, RawBindings, D, C, M, Mixin, Extends, E, EE>;
|
238
|
-
export declare function defineVueComponent<PropsOptions extends Readonly<ComponentPropsOptions>, RawBindings, D, C extends ComputedOptions = {}, M extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = {}, EE extends string = string, I extends ComponentInjectOptions = {}, II extends string = string>(options: ComponentOptionsWithObjectPropsCustom<PropsOptions, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II>): TsxComponentV3<RemoveDefinePropApi<PropsOptions>, RawBindings, D, C, M, Mixin, Extends, E, EE>;
|
239
|
-
export declare function defineVueWebComponent<Props extends Record<string, any>, E extends EmitsOptions = {}, EE extends string = string, S extends SlotsType = {}>(setup: (props: Props, ctx: SetupContext<E, S>) => RenderFunction | Promise<RenderFunction>, options?: Pick<ComponentOptions, "name" | "inheritAttrs"> & {
|
240
|
-
props?: (keyof Props)[];
|
241
|
-
emits?: E | EE[];
|
242
|
-
slots?: S;
|
243
|
-
}, register?: (manifest: WebComponentBundleManifest, component: TsxComponentV3<Props, {}, {}, {}, {}, {}, {}, E, EE>) => void): TsxComponentV3<Props, {}, {}, {}, {}, {}, {}, E, EE>;
|
244
|
-
export declare function defineVueWebComponent<Props extends Record<string, any>, E extends EmitsOptions = {}, EE extends string = string, S extends SlotsType = {}>(setup: (props: Props, ctx: SetupContext<E, S>) => RenderFunction | Promise<RenderFunction>, options?: Pick<ComponentOptions, "name" | "inheritAttrs"> & {
|
245
|
-
props?: ComponentObjectPropsOptions<Props>;
|
246
|
-
emits?: E | EE[];
|
247
|
-
slots?: S;
|
248
|
-
}, register?: (manifest: WebComponentBundleManifest, component: TsxComponentV3<Props, {}, {}, {}, {}, {}, {}, E, EE>) => void): TsxComponentV3<Props, {}, {}, {}, {}, {}, {}, E, EE>;
|
249
|
-
export declare function defineVueWebComponent<Props = {}, RawBindings = {}, D = {}, C extends ComputedOptions = {}, M extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = {}, EE extends string = string, I extends ComponentInjectOptions = {}, II extends string = string>(options: ComponentOptionsWithoutProps<Props, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II>, register?: (manifest: WebComponentBundleManifest, component: TsxComponentV3<Props, RawBindings, D, C, M, Mixin, Extends, E, EE>) => void): TsxComponentV3<Props, RawBindings, D, C, M, Mixin, Extends, E, EE>;
|
250
|
-
export declare function defineVueWebComponent<Props extends Object, RawBindings = {}, D = {}, C extends ComputedOptions = {}, M extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = {}, EE extends string = string, I extends ComponentInjectOptions = {}, II extends string = string>(options: ComponentOptionsWithObjectPropsCustom<ComponentObjectPropsOptions<Props>, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II>, register?: (manifest: WebComponentBundleManifest, component: TsxComponentV3<Props, RawBindings, D, C, M, Mixin, Extends, E, EE>) => void): TsxComponentV3<RemoveDefinePropApi<ComponentObjectPropsOptions<Props>>, RawBindings, D, C, M, Mixin, Extends, E, EE>;
|
251
|
-
export declare function defineVueWebComponent<PropNames extends string, RawBindings, D, C extends ComputedOptions = {}, M extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = {}, EE extends string = string, I extends ComponentInjectOptions = {}, II extends string = string>(options: ComponentOptionsWithArrayProps<PropNames, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II>, register?: (manifest: WebComponentBundleManifest, component: TsxComponentV3<Readonly<{
|
252
|
-
[key in PropNames]?: any;
|
253
|
-
}>, RawBindings, D, C, M, Mixin, Extends, E, EE>) => void): TsxComponentV3<Readonly<{
|
254
|
-
[key in PropNames]?: any;
|
255
|
-
}>, RawBindings, D, C, M, Mixin, Extends, E, EE>;
|
256
|
-
export declare function defineVueWebComponent<PropsOptions extends Readonly<ComponentPropsOptions>, RawBindings, D, C extends ComputedOptions = {}, M extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = {}, EE extends string = string, I extends ComponentInjectOptions = {}, II extends string = string>(options: ComponentOptionsWithObjectPropsCustom<PropsOptions, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II>, register?: (manifest: WebComponentBundleManifest, component: TsxComponentV3<PropsOptions, RawBindings, D, C, M, Mixin, Extends, E, EE>) => void): TsxComponentV3<RemoveDefinePropApi<PropsOptions>, RawBindings, D, C, M, Mixin, Extends, E, EE>;
|
257
|
-
export declare function internalDefineVueWebComponent(omniaServiceId: any, manifestId: any, options: any, extraOptions?: any, register?: (manifest: WebComponentBundleManifest, component: any) => void): any;
|
262
|
+
export declare function getElementName(componentManifestId: GuidValue): string;
|
263
|
+
export declare function createVueNode(element: VNodeTypes | GuidValue, props?: RawProps, children?: RawChildren | RawSlots): VNode;
|
264
|
+
export declare function isElement<TElement = typeof omfx>(element: string, cb: (elements: TElement) => any): boolean;
|
258
265
|
declare global {
|
259
266
|
namespace JSX {
|
260
267
|
interface IntrinsicAttributes {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { MessageBusExposeOnlySubscription, SubscriptionHandler } from "..";
|
2
2
|
import { IMessageBusTopicSubscription, Color } from "../models";
|
3
|
-
interface ITheme {
|
3
|
+
export interface ITheme {
|
4
4
|
onThemingChanged: () => IMessageBusTopicSubscription<ITheme>;
|
5
5
|
system: {
|
6
6
|
grey: Color;
|
@@ -90,4 +90,3 @@ export declare class OmniaTheming implements ITheme {
|
|
90
90
|
private get bodyBackground();
|
91
91
|
private get chromeBackground();
|
92
92
|
}
|
93
|
-
export {};
|
@@ -23,6 +23,7 @@ export declare abstract class TokenBasedRouter<T1 extends TokenBasedRoute, T2 ex
|
|
23
23
|
protected protectedClearRoute(): void;
|
24
24
|
protected combinePathParts(...parts: string[]): string;
|
25
25
|
private resolveContext;
|
26
|
+
static getRouterUrl(): string;
|
26
27
|
private static buildPath;
|
27
28
|
private static resolveTokenBasedContext;
|
28
29
|
private static ensureNoSlashAtTheBeginningAndTheEnd;
|