@omnia/fx 7.5.74-dev → 8.0.0-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/console/components/Console.d.ts +91 -38
- package/internal-do-not-import-from-here/console/components/MessageBusSubscriptionsViewer.d.ts +3 -3
- package/internal-do-not-import-from-here/console/components/SocketComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/console/components/StoreLogviewer.d.ts +3 -3
- package/internal-do-not-import-from-here/core/Extend.d.ts +1 -1
- package/internal-do-not-import-from-here/core/Inject.d.ts +2 -2
- package/internal-do-not-import-from-here/core/Injectable.d.ts +1 -0
- package/internal-do-not-import-from-here/core/Provide.d.ts +1 -1
- 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 -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 +9 -3
- package/internal-do-not-import-from-here/core/services/ClientManifestHelper.d.ts +5 -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 +9 -3
- package/internal-do-not-import-from-here/core/services/ServiceManifestProviderInternal.d.ts +3 -3
- package/internal-do-not-import-from-here/core/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/core/use/UseEventHook.d.ts +31 -0
- package/internal-do-not-import-from-here/core/use/index.d.ts +1 -0
- package/internal-do-not-import-from-here/core/utils/Utils.d.ts +7 -8
- package/internal-do-not-import-from-here/expose.d.ts +1 -0
- package/internal-do-not-import-from-here/index.d.ts +38 -14
- package/internal-do-not-import-from-here/libs/prismjs/index.d.ts +2 -0
- package/internal-do-not-import-from-here/manifests/omfx.libs.prosemirror.manifest.json +1 -0
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.vendor.manifest.json +1 -1
- package/internal-do-not-import-from-here/microsoftteams/index.d.ts +1 -0
- package/internal-do-not-import-from-here/runtime/core/InternalWebComponentBootstrapper.d.ts +6 -12
- 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 +2 -1
- package/internal-do-not-import-from-here/runtime/core/ManifestPublisher.d.ts +1 -1
- package/internal-do-not-import-from-here/runtime/core/ManifestResourceLoader.d.ts +4 -4
- package/internal-do-not-import-from-here/runtime/core/PrivateWebComponentBootstrapper.d.ts +7 -13
- package/internal-do-not-import-from-here/runtime/core/ServerSideLoader.d.ts +4 -4
- package/internal-do-not-import-from-here/services/LocalizationService.d.ts +4 -9
- package/internal-do-not-import-from-here/services/identities/UserIdentityService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/BusinessProfilePropertyBindingProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/IdentityPropertyBindingProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/UserPropertyBindingProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/broadcasting/InternalTopics.d.ts +11 -1
- package/internal-do-not-import-from-here/shared/http/Bring.d.ts +17 -4
- package/internal-do-not-import-from-here/shared/models/Bring.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/DynamicState.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/DynamicState.js +2 -0
- package/internal-do-not-import-from-here/shared/models/Equals.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/models/Equals.js +45 -0
- package/internal-do-not-import-from-here/shared/models/Future.d.ts +4 -1
- package/internal-do-not-import-from-here/shared/models/Future.js +14 -6
- package/internal-do-not-import-from-here/shared/models/Guid.d.ts +9 -2
- package/internal-do-not-import-from-here/shared/models/Guid.js +26 -4
- package/internal-do-not-import-from-here/shared/models/StronglyTypedId.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/models/StronglyTypedId.js +2 -0
- package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.d.ts +7 -1
- package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.js +5 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +35 -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/ActivityRenderer.d.ts +10 -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 +11 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.js +6 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/FeedResult.d.ts +11 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/FeedResult.js +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +18 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +31 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.d.ts +6 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +9 -0
- package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/hub/index.js +4 -0
- package/internal-do-not-import-from-here/shared/models/index.d.ts +4 -0
- package/internal-do-not-import-from-here/shared/models/index.js +4 -0
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +54 -18
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +16 -0
- 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 +23 -0
- package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.js +11 -0
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +55 -34
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +27 -22
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +35 -15
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.js +15 -9
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +13 -0
- package/internal-do-not-import-from-here/shared/models/theming/{ThemeMethods.js → UseThemeMethods.js} +56 -70
- package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +5 -1
- package/internal-do-not-import-from-here/shared/models/theming/index.js +5 -1
- package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +4 -0
- package/internal-do-not-import-from-here/shared/services/DefineService.d.ts +6 -0
- package/internal-do-not-import-from-here/shared/services/RealtimeService.d.ts +7 -9
- package/internal-do-not-import-from-here/shared/services/index.d.ts +2 -0
- package/internal-do-not-import-from-here/spfx/components/IOmniaWPContainerSettings.d.ts +3 -2
- package/internal-do-not-import-from-here/spfx/components/OmniaWPContainer.d.ts +2 -2
- package/internal-do-not-import-from-here/spfx/components/OmniaWPContainerSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/stores/DefineStore.d.ts +41 -20
- package/internal-do-not-import-from-here/stores/EnterprisePropertyStore.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/FeatureStore.d.ts +1 -1
- 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 +1 -2
- package/internal-do-not-import-from-here/stores/index.d.ts +1 -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 +240 -0
- package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +112 -0
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +271 -0
- package/internal-do-not-import-from-here/ux/TsxAllowUnknowProperties.d.ts +7 -2
- package/internal-do-not-import-from-here/ux/UxCore.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/UxModels.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +193 -31
- package/internal-do-not-import-from-here/ux/VueTags.d.ts +7 -10
- package/internal-do-not-import-from-here/{vue → ux}/VueWebComponentSlot.d.ts +3 -4
- package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.css.d.ts +12 -1
- package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.d.ts +91 -60
- package/internal-do-not-import-from-here/ux/admin/chrome/AdminChromeWrapper.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/IQueryablePropertiesJourney.d.ts +6 -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 +1 -0
- package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +158 -0
- package/internal-do-not-import-from-here/ux/alignmentpicker/docs/AlignmentPickerExample.d.ts +91 -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 +2 -2
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +119 -29
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollupRenderer.d.ts +90 -5
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/HeaderRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/MainRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/metric/MetricDetailsDialogRenderer.d.ts +104 -17
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/metric/MetricRenderer.d.ts +99 -3
- package/internal-do-not-import-from-here/ux/app/appinstance/settings/AppInstanceRollupSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/appinstance/settings/IAppInstanceRollupSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/DisplayTab.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/FilterTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/GeneralTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/MetricTab.d.ts +109 -6
- package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/QueryTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/appinstance/view/BaseView.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/appinstance/view/card/CardView.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/appinstance/view/card/CardViewSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/appinstance/view/listing/ListView.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/appinstance/view/listing/ListViewSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/AppManagement.d.ts +124 -33
- package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +478 -30
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditAliasDialog.d.ts +109 -5
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditItem.d.ts +104 -4
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +104 -4
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Features.d.ts +104 -4
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InstanceTab.d.ts +90 -5
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +134 -10
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAction.d.ts +119 -7
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAdmin.d.ts +99 -3
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Listing.d.ts +114 -6
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/EditLayout.d.ts +104 -4
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutListing.d.ts +114 -6
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutTab.d.ts +90 -5
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/addlayout/AddLayout.d.ts +104 -4
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/AffixRow.d.ts +129 -10
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/BlockWords.d.ts +99 -3
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/EditNamingPolicies.d.ts +104 -4
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/ListingNamingPolicies.d.ts +90 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/NamingPolicyTab.d.ts +90 -5
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/PreviewPolicyNaming.d.ts +104 -4
- package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +114 -25
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +114 -6
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateDetail.d.ts +99 -3
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateTab.d.ts +90 -5
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplatesListing.d.ts +104 -4
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +124 -8
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +124 -8
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +124 -8
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +219 -7
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +124 -8
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertyRow.d.ts +124 -8
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/StepRow.d.ts +104 -4
- 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 +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstancedeleteblade/AppInstanceDeleteBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstancedeleteblade/IAppInstanceDeleteBlade.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/AppInstanceEditingJourney.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditEnterprisePropertiesBlade.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditProperiesBlade.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/IAppInstanceEditingJourney.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstancepermissionblade/AppInstancePermissionBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstancepermissionblade/IAppInstancePermissionBlade.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/AppInstanceProgressBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/IAppInstanceProgressBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceroutepathblade/AppInstanceRoutePathBlade.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceroutepathblade/IAppInstanceRoutePathBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/IAppPropertiesInput.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertynamingpolicyinput/AppPropertyNamingPolicyInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertynamingpolicyinput/IAppPropertyNamingPolicyInput.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceenterprisepropertiesstep/AppInstanceEnterprisePropertiesStep.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceenterprisepropertiesstep/IAppInstanceEnterprisePropertiesStep.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/AppInstanceInformationStep.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/IAppInstanceInformationStep.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/AppInstanceSummaryStep.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/IAppInstanceSummaryStep.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/AppInstanceUsersStep.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/IAppInstanceUsersStep.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +7 -6
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/IAppProvisioningWizard.d.ts +10 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/AppRouteInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/IAppRouteInput.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput.d.ts +99 -13
- package/internal-do-not-import-from-here/ux/appprovisioning/apptitledescription/AppDescriptionInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/apptitledescription/IAppDescriptionInput.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/AppTitleInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/IAppTitleInput.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +7 -5
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceFeatureVueComponent.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceInformationVueComponent.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstancePermissionsVueComponent.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningComponentBase.d.ts +4 -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/renderer/IValidatorWrapper.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/renderer/Renderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/summary/InformationStepSummary.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/summary/PropertiesStepSummary.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/summary/UsersStepSummary.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/authenticationchecker/AuthenticationChecker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/authsetup/AuthSetup.d.ts +90 -5
- package/internal-do-not-import-from-here/ux/authsetup/steps/EmailVerify.d.ts +99 -3
- package/internal-do-not-import-from-here/ux/authsetup/steps/OTP.d.ts +99 -3
- package/internal-do-not-import-from-here/ux/authsetup/steps/Password.d.ts +99 -3
- package/internal-do-not-import-from-here/ux/blades/BladeHeader.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/blades/IBladeHeader.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/blueprintpicker/BlueprintPicker.css.d.ts +6 -0
- 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/ux/blueprintpicker/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/blueprintpicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/button/Button.d.ts +2 -2
- 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/colorpicker/ColorPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/colorpicker/IColorPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.css.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +498 -0
- package/internal-do-not-import-from-here/ux/{velcron/editor/components/pickers/ColorSchemaPicker → colorschemapicker}/ColorSchemaPicker.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +473 -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/colorsettingspicker/ColorSettingsPicker.d.ts +488 -0
- package/internal-do-not-import-from-here/ux/colorsettingspicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/colorsettingspicker/docs/SampleComponent.d.ts +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/commandpalette/CommandPalette.d.ts +90 -5
- package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/confirmdialog/IConfirmDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/confirmdialog/IVueConfirmDialog.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/confirmdialog/VueConfirmDialog.d.ts +2 -19
- package/internal-do-not-import-from-here/ux/connectedtenantpicker/ConnectedTenantPicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/connectedtenantpicker/IConnectedTenantPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/contextlanguagepicker/ContextLanguagePicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/contextlanguagepicker/IContextLanguagePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/datatable/Datatable.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/datatable/IDatatable.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/datetimepicker/IDateTimePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +268 -6
- 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 +196 -6
- package/internal-do-not-import-from-here/ux/decorators/Emit.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/decorators/Helpers.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/decorators/Prop.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/decorators/Props.d.ts +33 -0
- package/internal-do-not-import-from-here/ux/decorators/Ref.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/decorators/Vue.d.ts +90 -0
- package/internal-do-not-import-from-here/ux/decorators/Watch.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/decorators/index.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +210 -101
- package/internal-do-not-import-from-here/ux/directives/LinkHandler/LinkHandler.d.ts +17 -2
- package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +140 -0
- package/internal-do-not-import-from-here/ux/docs/chrome/DocsChrome.css.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/docs/chrome/DocsChrome.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.css.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +168 -0
- 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 -0
- package/internal-do-not-import-from-here/ux/docs/index.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/index.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/index.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/services/Bring.md.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/services/Introduction.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/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/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/Themestyling.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/theming/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/docs/services/DocsService.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/docs/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/documenticon/DocumentIcon.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/documenticon/IDocumentIcon.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/ActionToolbar.d.ts +220 -25
- package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/ActionToolbar_old.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/DisplaySettingsToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/IActionToolbar.d.ts +0 -24
- package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/IDisplaySettingsToolbar.d.ts +3 -2
- 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.d.ts +223 -36
- package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome_old.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/editorchrome/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/editorchrome/navigation/EditorChromeNavigation.d.ts +3 -4
- package/internal-do-not-import-from-here/ux/editorchrome/navigation_drawer/NavigationDrawer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/editorchrome/panel_tabs/TabsPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseglossary/EnterpriseGlossaryPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseglossary/IEnterpriseGlossaryPicker.d.ts +1 -1
- 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/booleanfield/BooleanFieldDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/booleanfield/IBooleanFieldDisplay.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/IDataFieldDisplay.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datetimefield/DatetimeFieldDisplay.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datetimefield/IDatetimeFieldDisplay.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/languagefield/ILanguageFieldDisplay.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/languagefield/LanguageFieldDisplay.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/IPersonFieldDisplay.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/richtextfield/IRichTextFieldDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/richtextfield/RichTextFieldDisplay.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/tagsproperty/ITagsPropertyDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/tagsproperty/TagsPropertyDisplay.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/textfield/ITextFieldDisplay.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/textfield/TextFieldDisplay.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/booleanfield/BooleanFieldEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/booleanfield/IBooleanFieldEdit.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/IDataFieldEdit.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/DateTimeFieldEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/IDateTimeFieldEdit.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/languagefield/ILanguageFieldEdit.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/languagefield/LanguageFieldEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/numberfield/INumberFieldEdit.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/numberfield/NumberFieldEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/personfield/IPersonFieldEdit.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/personfield/PersonFieldEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/richtextfield/IRichTextFieldEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/richtextfield/RichTextFieldEdit.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/ITagsPropertyEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/TagsPropertyEdit.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/textfield/ITextFieldEdit.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/textfield/TextFieldEdit.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/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +453 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +540 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/settings/extendedproperty/ExtendedPropertySettings.d.ts +116 -21
- package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/booleanfield/BooleanFieldValueDefinition.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/booleanfield/IBooleanFieldValueDefinition.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/datafield/DataFieldValueDefinition.d.ts +5 -3
- package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/datafield/IDataFieldValueDefinition.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/datetimefield/DateTimeFieldValueDefinition.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/datetimefield/IDateTimeFieldValueDefinition.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/languagefield/ILanguageFieldValueDefinition.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/languagefield/LanguageFieldValueDefinition.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/mediafield/IMediaFieldValueDefinition.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/mediafield/MediaFieldValueDefinition.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/numberfield/INumberFieldValueDefinition.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/numberfield/NumberFieldValueDefinition.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/persionfield/IPersonFieldValueDefinition.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/persionfield/PersonFieldValueDefinition.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/richtextfield/IRichTextFieldValueDefinition.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/richtextfield/RichTextFieldValueDefinition.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/tagsproperty/ITagsPropertyValueDefinition.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/tagsproperty/TagsPropertyValueDefinition.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/textfield/ITextFieldValueDefinition.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/textfield/TextFieldValueDefinition.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterprisepropertysets/picker/EnterprisePropertySetPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterprisepropertysets/picker/IEnterprisePropertySetPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/errormessage/ErrorMessage.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/errormessage/IErrorMessage.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/features/FeatureActivation.css.d.ts +2 -7
- package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +153 -94
- package/internal-do-not-import-from-here/ux/features/FeatureActivation_old.d.ts +0 -0
- 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 -2
- package/internal-do-not-import-from-here/ux/features/FeaturesJourney.d.ts +153 -18
- package/internal-do-not-import-from-here/ux/features/FeaturesJourneyAppInstance.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/features/FeaturesJourneyTenant.d.ts +91 -6
- package/internal-do-not-import-from-here/ux/features/FeaturesJourney_old.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/features/blades/FeatureHomeBlade.d.ts +152 -12
- package/internal-do-not-import-from-here/ux/features/blades/FeaturePropertiesBlade.d.ts +91 -32
- package/internal-do-not-import-from-here/ux/features/blades/FeaturePropertiesBlade_old.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/features/blades/FeauturePropertiesBlad.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/features/index.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/features/models/FeatureInstanceDetails.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/features/models/RequiredAzureAdPermission.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/features/models/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +87 -0
- package/internal-do-not-import-from-here/ux/features/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/features/testfeaturescomponent/ITestFeaturesComponent.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/features/testfeaturescomponent/TestFeaturesComponent.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/filepicker/FilePickerRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/fileuploader/IFileUploader.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +149 -53
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSection.d.ts +99 -3
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +109 -21
- package/internal-do-not-import-from-here/ux/filterengine/SelectionsArea.d.ts +90 -5
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/PropertyDropdownRenderer.d.ts +109 -21
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/PropertyListRenderer.d.ts +104 -17
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/boolean/BooleanPropertyRenderer.d.ts +99 -13
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DatePropertyRenderer.d.ts +99 -13
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DateTimePeriodSlider.d.ts +108 -21
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/dialog/DialogContent.d.ts +99 -13
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/number/NumberPropertyRenderer.d.ts +99 -13
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +239 -8
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChips.d.ts +99 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyItemRenderer.d.ts +119 -7
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyList.d.ts +104 -4
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyRenderer.d.ts +109 -21
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/tags/TagsPropertyChips.d.ts +99 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/tags/TagsPropertyRenderer.d.ts +99 -13
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRefinementList.d.ts +108 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRefinementSelection.d.ts +119 -7
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRenderer.d.ts +99 -13
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/boolean/SelectionsAreaBooleanRenderer.d.ts +104 -17
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/date/SelectionsAreaDateRenderer.d.ts +104 -17
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/number/SelectionsAreaNumberRenderer.d.ts +104 -17
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/person/SelectionsAreaPersonRenderer.d.ts +104 -17
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/tags/SelectionsAreaTagsRenderer.d.ts +104 -17
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/text/SelectionsAreaTextRenderer.d.ts +104 -17
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/PropertyList.d.ts +109 -5
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput.d.ts +121 -25
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +126 -29
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertyDefaultValueInput.d.ts +121 -25
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +126 -29
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput.d.ts +121 -25
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +126 -29
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +184 -24
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +126 -29
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertyDefaultValueInput.d.ts +121 -25
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettings.d.ts +126 -29
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertyDefaultValueInput.d.ts +121 -25
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +126 -29
- package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineHandler.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/shared/BasePropertySettings.d.ts +4 -4
- 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/governancedashboard/BarChartIndicator.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/governancedashboard/IBarChartIndicator.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/governancedashboard/INumericIndicator.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/governancedashboard/NumericIndicator.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/grecaptcha/GRecaptcha.d.ts +127 -20
- package/internal-do-not-import-from-here/ux/heading/EditTitleComponent.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/heading/Heading.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/heading/IHeading.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/helptext/HelpText.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/helptext/IHelpText.d.ts +3 -2
- 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.d.ts +91 -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/stores/ActivityFeedStore.d.ts +18 -0
- package/internal-do-not-import-from-here/ux/icon/IIcon.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/icon/Icon.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/iconpicker/IIconPicker.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +439 -90
- package/internal-do-not-import-from-here/ux/identities/components/settings/AzureAdSyncProviderSettings.d.ts +91 -2
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncPropertyBindingSetup.d.ts +109 -21
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +114 -6
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +109 -21
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +474 -101
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +454 -99
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +798 -90
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +586 -129
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +548 -121
- package/internal-do-not-import-from-here/ux/iframe/IResizingIFrame.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/iframe/OmniaIFrameResizer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/iframe/ResizingIFrame.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +533 -0
- 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/imagetransformation/utils.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageSetting/ImageSetting.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformCropper/ImageTransformCropper.d.ts +0 -61
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/cropper/ImageCropMenu.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/cropper/ImageCropper.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/editor/ImageEditor.css.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/editor/ImageEditor.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +250 -0
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/editor/ImageTransformEditor_old.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/filters/ImageFilters.d.ts +133 -0
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/{ImageTransformFilter/ImageTransformFilter.d.ts → filters/ImageTransformFilter_old.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/flipper/ImageFlipper.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/flipper/ImageFlipper.d.ts +118 -0
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/rollup/ImageRollup.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/settings/ImageSettings.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/settings/ImageSettings.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/imagetransformer/IImageTransformer.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/imagetransformer/ImageTransformer.d.ts +0 -41
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/imageEditor.d.ts +4 -885
- package/internal-do-not-import-from-here/ux/index.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/inputlanguagepicker/IInputLanguagePicker.d.ts +0 -13
- package/internal-do-not-import-from-here/ux/inputlanguagepicker/InputLanguagePicker.d.ts +116 -43
- package/internal-do-not-import-from-here/ux/inputtoken/IInputToken.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/inputtoken/InputToken.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/IJourney.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/IMenuBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/Journey.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/MenuBlade.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/journey/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/journey/testbench/JourneyTest.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/journey/testbench/JourneyTest.d.ts +97 -0
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.css.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +392 -0
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyMenu.d.ts +193 -0
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyV2.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyV2.d.ts +107 -0
- 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 +9 -0
- package/internal-do-not-import-from-here/ux/journey/v2/models/Constants.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/journey/v2/models/index.d.ts +2 -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 +146 -0
- package/internal-do-not-import-from-here/ux/journey/v2/stores/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/languagepicker/ILanguagePicker.d.ts +2 -14
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +648 -42
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +270 -74
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.css.d.ts +1 -9
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +201 -20
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts +181 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/DeveloperTools.d.ts +117 -23
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/DeveloperToolsStyles.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/DevicePreviewer.d.ts +152 -29
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/Icons.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/OneColumnIcon.d.ts +5 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/ThreeColumnHeroIcon.d.ts +5 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/ThreeColumnIcon.d.ts +5 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/ThreeColumnPageIcon.d.ts +5 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/TwoColumnIcon.d.ts +5 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.css.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +165 -22
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +234 -40
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +179 -51
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.css.d.ts +7 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +229 -56
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlockInstance.d.ts +163 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +255 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.css.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +238 -77
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSectionStepper.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSectionTab.d.ts +9 -7
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutStep.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutTab.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layouttemplates/ILayoutTemplateSelector.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layouttemplates/LayoutTemplateSelector.d.ts +5 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +91 -37
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +146 -27
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutStructure.d.ts +91 -33
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel copy.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel.d.ts +113 -29
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +132 -20
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.d.ts +223 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Css.d.ts +91 -13
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +91 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Spacing.d.ts +91 -17
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Style.d.ts +91 -18
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Targeting.d.ts +91 -13
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Theming.d.ts +0 -25
- 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 +234 -24
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +166 -48
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/breakpoints/BreakPointBlockSettingsComponent.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/breakpoints/BreakPointSectionSettingsComponent.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/breakpoints/BreakPointSettingsComponent.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/canvas/Spacing.d.ts +117 -15
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/ImageBackgroundSettings.d.ts +140 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts +577 -13
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling.d.ts +577 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/LayoutTheming.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +577 -12
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/lock/Lock.d.ts +577 -13
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +577 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General.d.ts +91 -22
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +577 -21
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +577 -20
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +577 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +577 -14
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Theming.d.ts +0 -24
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/AccordionListingSettingsPanel.d.ts +112 -19
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/ColumnListingSettingsPanel.d.ts +113 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +194 -18
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/StepListingSettingsPanel.d.ts +112 -22
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/TabListingSettingsPanel.d.ts +112 -22
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings.d.ts +118 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings.d.ts +110 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +220 -21
- package/internal-do-not-import-from-here/ux/layoutcanvas/index.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +339 -30
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +214 -38
- 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/layoutdefinitionsettings/LayoutItemSettingsDefinitions.d.ts +0 -21
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +136 -49
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +223 -70
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +196 -27
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +202 -48
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionStepperRenderer.d.ts +178 -11
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.d.ts +179 -55
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +218 -30
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +218 -30
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/index.d.ts +8 -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 +19 -20
- 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 +1 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +3 -1
- 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/ReactiveLayoutItemsSettingsStore.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/letteravatar/ILetterAvatar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/letteravatar/LetterAvatar.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/limited-label/LimitedLabel.d.ts +109 -21
- package/internal-do-not-import-from-here/ux/magiclink/MagicLink.d.ts +90 -5
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +502 -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 +150 -0
- 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/gallerydialogproviders/slider/Delimiter.d.ts +109 -5
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.d.ts +120 -6
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.d.ts +135 -6
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/NumberOfRemaining.d.ts +90 -1
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollage.d.ts +156 -2
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollageWrapper.d.ts +140 -16
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoGrid.d.ts +116 -2
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoMask.d.ts +99 -1
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoRow.d.ts +115 -1
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoThumb.d.ts +104 -1
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.d.ts +146 -2
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/ViewMore.d.ts +90 -1
- package/internal-do-not-import-from-here/ux/mediagallery/view/MediaDisplayRenderer.d.ts +124 -5
- package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.d.ts +119 -5
- package/internal-do-not-import-from-here/ux/mediapicker/GalleryPanels.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/mediapicker/IMediaPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapicker/MediaPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapicker/MediaPickerRenderer.d.ts +0 -115
- package/internal-do-not-import-from-here/ux/mediapicker/components/ImageSelector.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/mediapicker/components/ImageSelector.d.ts +104 -0
- package/internal-do-not-import-from-here/ux/mediapicker/core/MediaPickerImageHandler.d.ts +2 -4
- 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 +597 -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/mediapickerV2/chrome/core/MediaPickerImageHandler.d.ts +33 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/core/index.d.ts +2 -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/index.d.ts +1 -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/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/mediapickerV2/imagetransformer/Constants.d.ts +92 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/ImageTransformer.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/ImageTransformer.d.ts +105 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/loc/localize.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.css.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +128 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaproviderbase/GridViewMediaProviderComponent.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaproviderbase/GridViewMediaProviderComponent.d.ts +64 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaproviderbase/MediaProviderComponentBase.css.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaproviderbase/MediaProviderComponentBase.d.ts +74 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaproviderbase/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaproviderbase/loc/localize.d.ts +23 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaPickerEditorStore.d.ts +151 -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 +2 -0
- package/internal-do-not-import-from-here/ux/mediapickerimage/IMediaPickerImage.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/MicrosoftStream/IMicrosoftStreamProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/MicrosoftStream/MicrosoftStreamProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/Youtube/IYouTubeProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/Youtube/YouTubeProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider/BingProvider.d.ts +0 -39
- package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider/IBingProvider.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider/loc/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider/loc/localize.d.ts +0 -34
- package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider/services/BingImageService.d.ts +0 -7
- 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-v2/loc/localize.d.ts +34 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/services/BingImageService.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/CentralImageLocationProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/ICentralImageLocationProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/DallEProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/PollingImageComponent.d.ts +139 -45
- package/internal-do-not-import-from-here/ux/mediapickerproviders/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/MediaflowProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/MediaflowVideoPlayer.d.ts +100 -13
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/GridViewMediaProviderComponent.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/MediaProviderComponentBase.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/MediaProviderComponentBase.d.ts +6 -7
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mycomputerprovider/IMyComputerProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mycomputerprovider/MyComputerProvider.d.ts +1 -1
- 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.css.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider/PexelProvider.d.ts +0 -28
- package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider/models/PexelImage.d.ts +0 -27
- package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider/services/PexelImageService.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/PexelProvider.css.d.ts +5 -0
- 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/pexelsprovider-V2/loc/localize.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/models/PexelImage.d.ts +27 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/services/PexelImageService.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/SharePointVideoSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/UnsplashProvider.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/UnsplashProvider.d.ts +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 +1 -1
- package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/models/ActionToolbarStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/models/AdminChromeStyles.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/models/DataTable.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/models/IdentityPicker.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/models/LegacySvgImage.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/MultilingualInputStyles.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/models/QueryablePropertiesStyles.d.ts +1 -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/index.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/monaco/Monaco.d.ts +19 -0
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +636 -38
- package/internal-do-not-import-from-here/ux/multilingualinput/IMultilingualInput.d.ts +0 -13
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +694 -82
- package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +139 -45
- package/internal-do-not-import-from-here/ux/organizationtree/IOrganizationTree.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/organizationtree/OrganizationTree.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/organizationtree/reportees/IReportees.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/organizationtree/reportees/Reportees.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.css.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +270 -0
- 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.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +128 -0
- 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 +5 -0
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +314 -0
- package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonExamples.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonIntro.d.ts +91 -0
- 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 -0
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.css.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +267 -0
- 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.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +189 -0
- 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.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +247 -0
- 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 +327 -0
- package/internal-do-not-import-from-here/ux/oxide/column/Column.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +223 -0
- 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 +6 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +376 -0
- 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/dialog/Dialog.css.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +374 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogExamples.d.ts +1 -0
- 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 -0
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +128 -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.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +275 -0
- 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 +8 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +228 -0
- 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 +232 -0
- 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/flex/Flex.d.ts +289 -0
- 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 +4 -0
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +208 -0
- 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 +167 -0
- 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/layout/Layout.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +146 -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 +4 -0
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +207 -0
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +250 -0
- 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 +196 -0
- 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.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +347 -0
- 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 +4 -0
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +235 -0
- 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 +10 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +330 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/BasicPanelTypes.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/Examples.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelAlignment.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelVariants.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/Scrolling.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/SettingsPanel.d.ts +91 -0
- 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 -0
- 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.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +170 -0
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +212 -0
- 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 +5 -0
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +463 -0
- 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.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +296 -0
- 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 +196 -0
- 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/Spacer.d.ts +91 -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.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +145 -0
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +145 -0
- 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.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +223 -0
- 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 +6 -0
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +235 -0
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.css.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +238 -0
- 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/Table.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +163 -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 +9 -0
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +230 -0
- 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.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +303 -0
- package/internal-do-not-import-from-here/ux/oxide/textarea/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/textarea/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/textarea/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +415 -0
- 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 +9 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +286 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarExamples.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarIntro.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +183 -0
- 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.css.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +248 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/TreeviewExamples.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/TreeviewIntro.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/index.d.ts +1 -0
- 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 -29
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +315 -46
- package/internal-do-not-import-from-here/ux/persona/IPersona.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/persona/Persona.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/presetupwizard/PreSetupWizard.d.ts +90 -5
- package/internal-do-not-import-from-here/ux/profilecard/IProfileCard.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/profilecard/IProfileCardDialog.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCardDialog.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCardRenderer.d.ts +147 -16
- package/internal-do-not-import-from-here/ux/profilecard/aboutuser/AboutUser.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/profilecard/aboutuser/IAboutUser.d.ts +3 -2
- 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.d.ts +159 -6
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +148 -6
- package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanDisplay.d.ts +123 -7
- package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +128 -7
- package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileDisplay.d.ts +123 -7
- package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileEditor.d.ts +128 -7
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +159 -6
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +148 -6
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeConfiguration.d.ts +125 -6
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +159 -6
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +148 -6
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailDisplay.d.ts +120 -6
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +130 -6
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +125 -6
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlDisplay.d.ts +120 -6
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +125 -6
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +125 -6
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +204 -6
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +148 -6
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +125 -6
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageDisplay.d.ts +120 -6
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +125 -6
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerDisplay.d.ts +123 -7
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +128 -7
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageDisplay.d.ts +123 -7
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +128 -7
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +125 -6
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkDisplay.d.ts +123 -7
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +128 -7
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaDisplay.d.ts +120 -6
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +125 -6
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextDisplay.d.ts +123 -7
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +128 -7
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextDisplay.d.ts +123 -7
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +128 -7
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +160 -7
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +125 -6
- package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsDisplay.d.ts +123 -7
- package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +128 -7
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextDisplay.d.ts +123 -7
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +128 -7
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +159 -6
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +148 -6
- package/internal-do-not-import-from-here/ux/properties/builtins/usertype/UserTypeDisplay.d.ts +123 -7
- package/internal-do-not-import-from-here/ux/properties/builtins/usertype/UserTypeEditor.d.ts +128 -7
- package/internal-do-not-import-from-here/ux/properties/models/Properties.d.ts +0 -21
- package/internal-do-not-import-from-here/ux/properties/models/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +125 -6
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +125 -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 +141 -41
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +146 -6
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +151 -6
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +448 -25
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +548 -33
- package/internal-do-not-import-from-here/ux/richtexteditor/EditorMenuBar.d.ts +140 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/Emoticon/EmoticonComponent.d.ts +99 -13
- package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditor.d.ts +6 -19
- package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditorSettings.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/MentionComponent/MentionComponent.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/richtexteditor/NodeExtension.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +535 -100
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorInstance.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +7 -8
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorTester.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/richtexteditor/TextCompletionPanel/TextCompletionPanel.d.ts +133 -13
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/AlignmentNode.d.ts +21 -9
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/AlignmentToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLinkMenu.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLinkNode.d.ts +11 -4
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGifMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGifToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/BlockquoteNode.d.ts +24 -17
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/BlockquoteToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldNode.d.ts +27 -19
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldToolbar.d.ts +91 -9
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletListNode.d.ts +19 -17
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletListToolbar.d.ts +91 -9
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/CodeNode.d.ts +25 -18
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/CodeToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlockNode.d.ts +43 -16
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlockToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Doc/DocNode.d.ts +2 -7
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EmoticonPicker/EmoticonPickerNode.d.ts +3 -10
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EmoticonPicker/EmoticonPickerToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/nodes/EnterpriseGlossarySuggestionNode.d.ts +3 -14
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/nodes/EnterpriseSuggestionIgnore.d.ts +3 -6
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/plugins/EnterpriseGlossarySuggestion.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Division/DivisionNode.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/ExtendedElements.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/HardBreak/HardBreakNode.d.ts +3 -14
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Iframe/IframeNode.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Img/ImgNode.d.ts +3 -8
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Link/LinkNode.d.ts +3 -12
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Style/StyleNode.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/TrailingParagraph/TrailingNode.d.ts +6 -11
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagNode.d.ts +3 -20
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/plugins/TagSuggestions.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingNode.d.ts +25 -13
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingToolbar.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/HistoryToolbar.d.ts +91 -11
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HorizontalRule/HorizontalRuleNode.d.ts +15 -10
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HorizontalRule/HorizontalRuleToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/HtmlToolbar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/ItalicNode.d.ts +27 -19
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/ItalicToolbar.d.ts +91 -9
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePickerToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ListItem/ListItemNode.d.ts +5 -11
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ListItem/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaImageNode.d.ts +3 -8
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNode.d.ts +3 -15
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphics.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsColorMatrix.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsComponentTransfer.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsDefinition.d.ts +3 -6
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFilter.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFuncB.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFuncG.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFuncR.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsImage.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionNode.d.ts +15 -36
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/plugins/Suggestions.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedListNode.d.ts +19 -17
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedListToolbar.d.ts +91 -9
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Paragraph/ParagraphNode.d.ts +15 -7
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Paragraph/index.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Placeholder/PlaceHolderNode.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Placeholder/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormatingNode.d.ts +3 -6
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormattingMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/StrikeNode.d.ts +25 -19
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/StrikeToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/TableNode.d.ts +55 -42
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/TableSubToolbar.d.ts +14 -14
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/TableToolbar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/TableCell.d.ts +5 -4
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/TableHeader.d.ts +5 -4
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/TableRow.d.ts +5 -4
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/Ulti.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/plugins/TableResizePlugin.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Text/TextNode.d.ts +3 -7
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Text/index.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColorNode.d.ts +5 -14
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColorToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionMenu.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionNode.d.ts +3 -15
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextStyle/TextStyleNode.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextStyle/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextTranslator/TextTranslatorToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/TodoListNode.d.ts +3 -12
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/TodoListToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/nodes/TodoItem.d.ts +5 -17
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/UnderlineNode.d.ts +23 -13
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/UnderlineToolbar.d.ts +91 -9
- package/internal-do-not-import-from-here/ux/richtexteditor/index.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/richtexteditorrenderer/IRichTextEditorRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditorrenderer/RichTextEditorRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +172 -14
- package/internal-do-not-import-from-here/ux/rollupfilter/IRollupFilter.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/rollupfilter/IRollupFilterPicker.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilter.d.ts +17 -13
- package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilterPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/securitytrimer/ISecurityTrimer.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/securitytrimer/SecurityTrimer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/selection/ISelection.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/selection/SelectionComponent.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/settings/ISettingsPane.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +336 -29
- package/internal-do-not-import-from-here/ux/shapedivider/IShapeDivider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/shapedivider/IShapeDividerSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/shapedivider/ShapeDivider.d.ts +14 -13
- package/internal-do-not-import-from-here/ux/shapedivider/ShapeDividerSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/sharepointvideo/SharepointVideo.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/sidepanel/SidePanelRenderer.d.ts +99 -13
- package/internal-do-not-import-from-here/ux/signin/SignInBlock.d.ts +90 -5
- package/internal-do-not-import-from-here/ux/signin/SignInPage.d.ts +90 -5
- package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/ConfirmEmailView.d.ts +99 -13
- package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/IdentityCreationRequestView.d.ts +99 -13
- package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +119 -29
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/MagicLinkProvider.d.ts +104 -4
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/OtpProvider.d.ts +105 -4
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/PasswordProvider.d.ts +104 -4
- package/internal-do-not-import-from-here/ux/signout/SignOut.d.ts +90 -5
- package/internal-do-not-import-from-here/ux/sitelogoicon/ISiteLogoIcon.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/sitelogoicon/SiteLogoIcon.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/social/CommentDialog.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/social/IComment.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/ILike.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/social/IPeopleTagging.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/social/Like.d.ts +7 -5
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/likehandler/LikeActionSettings.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/templates/ILikeListingTemplate.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/templates/LikeListingTemplate.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/spacingpicker/{SpacingPicker.css.d.ts → SpacingPicker2.css.d.ts} +7 -9
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +595 -0
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.css.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.d.ts +540 -0
- 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/StatusCodeRenderer.d.ts +99 -13
- package/internal-do-not-import-from-here/ux/statusmessageoverlay/LayoutEngineTest.d.ts +92 -0
- package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +168 -16
- package/internal-do-not-import-from-here/ux/tag/HashTagList.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/templatepicker/ITemplatePicker.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/templatepicker/TemplatePicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/texttranslator/ITextTranslator.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/texttranslator/TextTranslator.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming/InternalTheming.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/theming/ThemeStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +522 -39
- package/internal-do-not-import-from-here/ux/theming/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/BlueprintStore.d.ts +44 -0
- package/internal-do-not-import-from-here/ux/theming-v2/ColorManager.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaManager.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +64 -0
- 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 +200 -0
- 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 +31 -25
- 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/designkits/core/Colors.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeDefinitionInstance.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/index.d.ts +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/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 +3 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/Blueprints.d.ts +21 -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 +289 -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 +48 -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 +6 -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/designkits/editor/themes/Blueprints.d.ts +16 -0
- 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 +63 -0
- package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseThemeStyling.d.ts +533 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +14 -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/Typography.d.ts +45 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/index.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +487 -25
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.css.d.ts +5 -87
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +158 -19
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ThemeCodeEditor.d.ts +90 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintEditor.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintSelector.css.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintSelector.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/components/BlockBlueprintEditor.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ColorSelector.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ColorSelector.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ComponentsViewer.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/FxViewer.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ThemeViewer.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ThemeViewerStyles.d.ts → colors/ThemeViewerStyles.d.ts} +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/model/CodeEditor.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +28 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +32 -26
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +124 -0
- package/internal-do-not-import-from-here/ux/timeperiodpicker/ITimePeriodPicker.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/timezonepicker/ITimeZonePicker.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/timezonepicker/TimeZonePicker.d.ts +3 -3
- 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 +3 -3
- 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/Types.d.ts +4 -12
- package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +166 -0
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +186 -0
- package/internal-do-not-import-from-here/ux/use/UseDebouncer.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/use/UseEventListener.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +102 -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 +1 -5
- package/internal-do-not-import-from-here/ux/use/index.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +472 -28
- package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutBladeBuilder.d.ts +99 -13
- package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +114 -25
- package/internal-do-not-import-from-here/ux/validation/FieldValidation.d.ts +132 -15
- 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 -20
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlock.css.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlock.d.ts +97 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlockSettings.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlockSettings.d.ts +93 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +132 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +151 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/model/ContentDefinitionRegistration.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/store/ContentBlockStore.d.ts +65 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlock.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlock.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.d.ts +95 -0
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +505 -0
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +457 -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 +2 -0
- package/internal-do-not-import-from-here/ux/velcron/core/index.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/Enums.d.ts +7 -16
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +131 -83
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronEvents.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +120 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronActions.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +10 -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 +3 -31
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +2 -2
- 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/rules/IsEditMode.d.ts +20 -0
- package/internal-do-not-import-from-here/ux/velcron/core/rules/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 +39 -0
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +44 -0
- 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 +9 -8
- package/internal-do-not-import-from-here/ux/velcron/core/stores/index.d.ts +2 -0
- 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/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 +1 -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/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/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 +6 -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 +7 -84
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +650 -32
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddComponent.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddComponent.d.ts +90 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddDataObject.d.ts +90 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AppExplorer.d.ts +90 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/CodeEditor.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/components/CodeEditor.d.ts +90 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +116 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRendererStyles.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditComponentPane.d.ts +90 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDataPane.d.ts +90 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDefinitionPropertiesPane.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/ConditionalStatements.d.ts +90 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/EventsPanel.d.ts +90 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/PropertiesPanel.d.ts +90 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/StylingPanel.d.ts +90 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-data/EditDataMemberPanel.d.ts +90 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorpicker/ColorPicker.d.ts +104 -17
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper.d.ts +110 -17
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemareferencepicker/ColorSchemaReferencePicker.d.ts +90 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ratiopicker/RatioPicker.d.ts +104 -17
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/typographypicker/TypographyPicker.d.ts +104 -17
- package/internal-do-not-import-from-here/ux/velcron/editor/models/BuiltInDescriptors.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/models/Enums.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +4 -6
- package/internal-do-not-import-from-here/ux/velcron/{core → editor}/models/VelcronDescriptors.d.ts +9 -7
- package/internal-do-not-import-from-here/ux/velcron/editor/models/index.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +140 -66
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStoreOld.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +253 -30
- 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 +105 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Button.d.ts +105 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Card.d.ts +105 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Chip.d.ts +105 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +114 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Custom.d.ts +105 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Dialog.d.ts +105 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Icon.d.ts +105 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Image.d.ts +105 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Markdown.d.ts +106 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ProgressCircle.d.ts +105 -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/Slot.d.ts +105 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Text.d.ts +105 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/TextInput.d.ts +105 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/View.d.ts +105 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/WebView.d.ts +105 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/AlignmentEditor.d.ts +454 -0
- 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/velcron/renderer/propertyeditors/MarkdownEditor.d.ts +433 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/PropertyEditorCreator.d.ts +451 -0
- 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 +1 -2
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutListBladeBuilder.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/versionedlayout/controller/Chrome.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/controller/VersionedLayoutController.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRendererSizeMonitor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +129 -37
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutCreationForm.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutMappingAction.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutRenameForm.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/displaybreakpoint/DisplayBreakpointAction.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/messages/checkedbyother/CheckedOutByOtherMessage.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/panels/Panels.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/panels/versionhistory/VersionHistory.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/panels/versionhistory/VersionUserInfo.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/layoutbackgroundimage/LayoutBackgroundImage.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +140 -46
- package/internal-do-not-import-from-here/ux/versionedlayout/urlinput/VersionedLayoutUrlInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/vuetify/VuetifyCore.d.ts +21 -66
- package/internal-do-not-import-from-here/ux/vuetify/colorpicker/VColorPicker.bundle.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/vuetify/index.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/vuetify/input/VSelect.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/vuetify/types.d.ts +10 -2
- package/internal-do-not-import-from-here/ux/welcome/Welcome.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/wizard/IWizard.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +5 -5
- package/internal-do-not-import-from-here/vue/VueApp.d.ts +7 -0
- package/internal-do-not-import-from-here/vue/VueBundler.d.ts +1 -0
- package/internal-do-not-import-from-here/vue/VueHooks.d.ts +17 -0
- package/internal-do-not-import-from-here/vue/index.d.ts +2 -2
- package/internal-do-not-import-from-here/vue/vuecustomelement/CreateVueInstance.d.ts +1 -1
- package/internal-do-not-import-from-here/vue/vuecustomelement/VueCustomElement.d.ts +2 -7
- package/internal-do-not-import-from-here/wctypings.d.ts +1942 -226
- package/internal-do-not-import-from-here/workers/HttpRequestProxy.d.ts +1 -0
- package/package.json +10 -24
- package/task.js +5 -4
- package/task.ts +5 -5
- package/ux/index.d.ts +1 -1
- package/internal-do-not-import-from-here/console/components/MessageOverlay.d.ts +0 -7
- package/internal-do-not-import-from-here/shared/models/theming/ThemeMethods.d.ts +0 -11
- package/internal-do-not-import-from-here/ux/ComponentDefinitions.d.ts +0 -60
- package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +0 -30
- package/internal-do-not-import-from-here/ux/confirmdialog/VueConfirmDialog.css.d.ts +0 -6
- 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 -25
- package/internal-do-not-import-from-here/ux/features/IFeaturesJourney.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/imagegrid/IImageGrid.d.ts +0 -25
- 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/ImageTransformEditor/ImageTransformEditor.d.ts +0 -66
- 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/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/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/ILayoutEditorCanvas.d.ts +0 -21
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/IBlockPlaceholder.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/ICanvasToolbar.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/IDeveloperTools.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/IDevicePreviewer.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BackgroundSettings.css.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BackgroundSettings.d.ts +0 -35
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.css.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/IBackgroundSettings.d.ts +0 -23
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/IImageBackgroundSettings.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ILayoutClipboard.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ImageBackgroundSettings.d.ts +0 -21
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutClipboard.css.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutClipboard.d.ts +0 -41
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutSettingsPanel.d.ts +0 -24
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutStructure.css.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SectionSettingsPanel.css.d.ts +0 -24
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SectionSettingsPanel.d.ts +0 -27
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/IBlockTitle.d.ts +0 -21
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/IBlockTitleSettings.d.ts +0 -21
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockTheming.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.css.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/tabs/TabBlockSettings.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/tabs/TabLayoutSettings.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/ILayoutBlockRendererHelper.d.ts +0 -29
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/ILayoutRendererCanvas.d.ts +0 -22
- package/internal-do-not-import-from-here/ux/playground_test/Play2Component.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/playground_test/PlayComponent.d.ts +0 -107
- 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 -16
- package/internal-do-not-import-from-here/ux/playground_test/testvalidate/SubComponent1.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/richtexteditor/EditorExtension.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/richtexteditor/MarkExtension.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/rollupempty/IRollupEmpty.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/rollupempty/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/shim-tsx.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/spacingpicker/ISpacingPicker.d.ts +0 -28
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker.d.ts +0 -44
- package/internal-do-not-import-from-here/ux/spacingpicker/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/statusmessageoverlay/IStatusMessageOverlay.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/statusmessageoverlay/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming/components/IThemeDefinitionEditor.d.ts +0 -24
- package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/theming-v2/styling/themeStyling.d.ts +0 -50
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ColorSelector.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ThemeViewer.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/theming-v2/themes/Blueprints.d.ts +0 -24
- package/internal-do-not-import-from-here/ux/theming-v2/themes/Colors.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/theming-v2/themes/Themes.d.ts +0 -26
- package/internal-do-not-import-from-here/ux/theming-v2/themes/TypographyTypes.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/theming-v2/themes/index.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/velcron/blocks/VelcronBlock.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/velcron/blocks/VelcronBlockSettings.d.ts +0 -10
- 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/ux/velcron/editor/components/ShareApp.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ColorSchemaPicker/ColorSchemaPicker.d.ts +0 -22
- package/internal-do-not-import-from-here/ux/vuetify/stepper/VStepperItems.d.ts +0 -4
- package/internal-do-not-import-from-here/vue/VueHotReloadApi.d.ts +0 -12
- package/internal-do-not-import-from-here/wcdefinitions.json +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/{console/components/MessageOverlay.css.d.ts → ux/docs/apis/DocsApis.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{imagetransformer/tui-image-editor/dependencies/tui-code-snippet.d.ts → docs/omfx/components/Introduction.md.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{monaco/RegisterMonacoEditorComponent.d.ts → docs/omfx/components/Properties.md.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{vuetify/dividers/VDivider.bundle.d.ts → docs/omfx/components/Slots.md.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{velcron/blocks/VelcronBlock.css.d.ts → hub/feed/HubFeed.css.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{velcron/blocks/VelcronBlockSettings.css.d.ts → hub/feed/HubFeedSettings.css.d.ts} +0 -0
@@ -1,33 +1,36 @@
|
|
1
|
-
import {
|
2
|
-
import { VelcronEvent, VelcronOnChangedEvent, VelcronOnClosedEvent, VelcronOnCloseRequestedEvent, VelcronOnLoadEvent, VelcronOnPressEvent } from "./VelcronEvents";
|
1
|
+
import { VelcronEvent, VelcronOnUpdatedEvent, VelcronOnClosedEvent, VelcronOnCloseRequestedEvent, VelcronOnEditModeEvent, VelcronOnLoadEvent, VelcronOnPressEvent } from "./VelcronEvents";
|
3
2
|
import { VelcroncomponentArrayType, VelcronPrimitiveType } from "./VelcronTypes";
|
4
|
-
import { AssignOperators, VelcronHorizontalAlignments, VelcronIconTypes, VelcronActionTypes,
|
5
|
-
import {
|
3
|
+
import { AssignOperators, VelcronHorizontalAlignments, VelcronIconTypes, VelcronActionTypes, VelcronVerticalAlignments } from "./Enums";
|
4
|
+
import { DynamicState, VelcronPropertyEditor, useVelcronThemingStore } from "..";
|
5
|
+
import { GuidValue, PropertyConfiguration, PropertyValue, PropertyDefinition, PropertySetupBase } from "@omnia/fx/models";
|
6
|
+
import { useVelcronColorSchemaStore } from "../stores/VelcronColorSchema";
|
7
|
+
import { useVelcronBlueprintStore } from "../stores/VelcronBlueprint";
|
6
8
|
export interface ResolvedComponentRenderer {
|
7
9
|
component: unknown;
|
8
10
|
definition: VelcronDefinition;
|
9
11
|
customComponent?: boolean;
|
10
12
|
}
|
11
13
|
export interface BuiltInComponentRenderers {
|
12
|
-
"
|
13
|
-
"
|
14
|
-
"
|
15
|
-
"
|
16
|
-
"
|
17
|
-
"
|
18
|
-
"
|
19
|
-
"
|
20
|
-
"
|
21
|
-
"
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"
|
14
|
+
"view": unknown;
|
15
|
+
"card": unknown;
|
16
|
+
"text": unknown;
|
17
|
+
"image": unknown;
|
18
|
+
"button": unknown;
|
19
|
+
"text-input": unknown;
|
20
|
+
"progress-circle": unknown;
|
21
|
+
"web-view": unknown;
|
22
|
+
"custom-component": unknown;
|
23
|
+
"dialog": unknown;
|
24
|
+
"icon": unknown;
|
25
|
+
"chip": unknown;
|
26
|
+
"markdown": unknown;
|
27
|
+
"slot": unknown;
|
28
|
+
"property": unknown;
|
25
29
|
}
|
26
30
|
export interface ColorSchemaReference {
|
27
31
|
name: string;
|
28
32
|
schema: string;
|
29
33
|
}
|
30
|
-
export type DynamicState = object;
|
31
34
|
export interface OnItemRenderedHookResult {
|
32
35
|
cssClass: string;
|
33
36
|
containerRenderer?: VelcronContainerRenderer;
|
@@ -37,21 +40,23 @@ export interface VelcronRenderContext {
|
|
37
40
|
rootContext: DynamicState;
|
38
41
|
currentContext: DynamicState;
|
39
42
|
theming?: ReturnType<typeof useVelcronThemingStore>;
|
40
|
-
|
41
|
-
|
43
|
+
colors?: ReturnType<typeof useVelcronColorSchemaStore>;
|
44
|
+
blueprints?: ReturnType<typeof useVelcronBlueprintStore>;
|
42
45
|
actions?: {
|
43
|
-
[name: string]:
|
46
|
+
[name: string]: Array<string>;
|
44
47
|
};
|
45
48
|
components?: Array<VelcronCustomComponentDefinition>;
|
46
49
|
properties?: {
|
47
50
|
[name: string]: VelcronPrimitiveType | VelcroncomponentArrayType;
|
48
51
|
};
|
49
52
|
computed?: {
|
50
|
-
[name: string]:
|
53
|
+
[name: string]: Array<string>;
|
51
54
|
};
|
52
55
|
parent?: VelcronRenderContext;
|
53
56
|
hooks?: VelcronRenderContextHooks;
|
54
57
|
eventHandlers?: VelcronRenderContextEventHandlers;
|
58
|
+
editMode?: boolean;
|
59
|
+
disposers: Array<() => void>;
|
55
60
|
}
|
56
61
|
export interface VelcronRenderContextEventHandlers {
|
57
62
|
receiving?: {
|
@@ -63,6 +68,7 @@ export interface VelcronRenderContextHooks {
|
|
63
68
|
dialogVisibilityChanged?: ((visible: boolean) => void);
|
64
69
|
onItemSelected?: ((item: VelcronDefinition) => void);
|
65
70
|
onItemRendered?: ((item: VelcronDefinition) => OnItemRenderedHookResult);
|
71
|
+
onItemCreatedProps?: ((item: VelcronDefinition) => object);
|
66
72
|
}
|
67
73
|
export interface VelcronContainerRenderer {
|
68
74
|
definition: VelcronDefinition;
|
@@ -104,18 +110,34 @@ export interface VelcronDefinitionBase {
|
|
104
110
|
*/
|
105
111
|
key?: string;
|
106
112
|
}
|
107
|
-
export interface
|
108
|
-
colorSchema?: string;
|
109
|
-
color?: string;
|
110
|
-
opacity?: number;
|
111
|
-
}
|
112
|
-
export interface VelcronDefinition extends VelcronDefinitionBase {
|
113
|
+
export interface VelcronDefinition extends VelcronDefinitionBase, VelcronDimensionStyling {
|
113
114
|
body?: Array<VelcronDefinition>;
|
114
115
|
style?: VelcronStyling;
|
115
116
|
foreach?: string;
|
116
117
|
if?: string;
|
117
118
|
events?: VelcronEvent;
|
118
119
|
}
|
120
|
+
export type VelcronBindableProp<TPropType = string> = TPropType | string;
|
121
|
+
export interface VelcronDefinitionWithEditMode extends VelcronDefinition {
|
122
|
+
edit?: VelcronBindableProp<boolean>;
|
123
|
+
bind?: VelcronBindableProp;
|
124
|
+
}
|
125
|
+
interface VelcronDimensionStyling {
|
126
|
+
margin?: VelcronSpacing;
|
127
|
+
padding?: VelcronSpacing;
|
128
|
+
}
|
129
|
+
export interface VelcronColorStyling {
|
130
|
+
colorSchemaType?: string;
|
131
|
+
colorType?: string;
|
132
|
+
filled?: boolean;
|
133
|
+
toned?: boolean;
|
134
|
+
color?: string;
|
135
|
+
}
|
136
|
+
export interface VelcronTextStyling {
|
137
|
+
text: string;
|
138
|
+
typography?: string;
|
139
|
+
size?: string;
|
140
|
+
}
|
119
141
|
export interface VelcronStyling {
|
120
142
|
margin?: number;
|
121
143
|
marginTop?: number;
|
@@ -134,132 +156,158 @@ export interface VelcronCardStyling extends VelcronStyling {
|
|
134
156
|
elevation: number;
|
135
157
|
}
|
136
158
|
export interface VelcronSpacing {
|
137
|
-
top
|
138
|
-
right
|
139
|
-
bottom
|
140
|
-
left
|
159
|
+
top?: number | string;
|
160
|
+
right?: number | string;
|
161
|
+
bottom?: number | string;
|
162
|
+
left?: number | string;
|
141
163
|
}
|
142
164
|
export interface VelcronIcon {
|
143
165
|
type: VelcronIconTypes;
|
144
166
|
name: string;
|
145
167
|
}
|
146
168
|
export interface VelcronAppDefinition<TState extends DynamicState = DynamicState> extends VelcronDefinitionBase {
|
147
|
-
type: "
|
169
|
+
type: "velcron";
|
170
|
+
version?: string;
|
171
|
+
name?: string;
|
148
172
|
body?: Array<VelcronDefinition>;
|
149
|
-
events?: VelcronOnLoadEvent &
|
173
|
+
events?: VelcronOnLoadEvent & VelcronOnEditModeEvent;
|
150
174
|
actions?: {
|
151
|
-
[name: string]:
|
175
|
+
[name: string]: Array<string>;
|
152
176
|
};
|
153
177
|
components?: Array<VelcronCustomComponentDefinition>;
|
178
|
+
propEditors?: Array<VelcronPropertyEditor>;
|
154
179
|
state?: TState;
|
155
180
|
computed?: {
|
156
|
-
[name: string]:
|
181
|
+
[name: string]: Array<string>;
|
157
182
|
};
|
158
183
|
}
|
159
184
|
export interface VelcronComponentDefinition extends VelcronDefinition {
|
160
185
|
type: string;
|
161
|
-
events
|
186
|
+
events?: any;
|
187
|
+
properties?: {
|
188
|
+
[name: string]: any;
|
189
|
+
};
|
190
|
+
icon?: any;
|
191
|
+
}
|
192
|
+
export interface VelcronRenderProp {
|
193
|
+
required?: boolean;
|
194
|
+
defaultValue?: any;
|
162
195
|
}
|
163
196
|
/*** Built-in Components *********************************************************************/
|
164
|
-
export interface VelcronViewDefinition extends VelcronDefinition,
|
165
|
-
type: "
|
197
|
+
export interface VelcronViewDefinition extends VelcronDefinition, VelcronColorStyling {
|
198
|
+
type: "view";
|
166
199
|
events?: VelcronOnPressEvent;
|
167
|
-
|
168
|
-
body: Array<VelcronDefinition>;
|
200
|
+
direction?: VelcronBindableProp<"row" | "column" | "row-reverse" | "column-reverse">;
|
169
201
|
columnStyle?: object;
|
170
|
-
|
171
|
-
|
202
|
+
hAlign?: VelcronHorizontalAlignments;
|
203
|
+
vAlign?: VelcronVerticalAlignments;
|
172
204
|
grow?: number;
|
205
|
+
absolute?: VelcronSpacing;
|
173
206
|
border?: VelcronBorder;
|
174
207
|
borderRadius?: VelcronDimensions;
|
175
|
-
width
|
208
|
+
width?: number | string;
|
209
|
+
minWidth?: number | string;
|
210
|
+
height?: number | string;
|
211
|
+
minHeight?: number | string;
|
176
212
|
}
|
177
|
-
export interface VelcronCardDefinition extends VelcronDefinition,
|
178
|
-
type: "
|
213
|
+
export interface VelcronCardDefinition extends VelcronDefinition, VelcronColorStyling {
|
214
|
+
type: "card";
|
179
215
|
style?: VelcronCardStyling;
|
180
216
|
footer?: Array<VelcronDefinition>;
|
181
217
|
events?: VelcronOnPressEvent;
|
182
218
|
}
|
183
|
-
export interface VelcronTextDefinition extends
|
184
|
-
type: "
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
typography?: string;
|
190
|
-
events?: VelcronOnPressEvent;
|
219
|
+
export interface VelcronTextDefinition extends VelcronDefinitionWithEditMode, VelcronColorStyling, VelcronTextStyling {
|
220
|
+
type: "text";
|
221
|
+
editLabel?: VelcronBindableProp;
|
222
|
+
lineClamp?: number;
|
223
|
+
noWrap?: boolean;
|
224
|
+
events?: VelcronOnPressEvent & VelcronOnUpdatedEvent;
|
191
225
|
}
|
192
226
|
export declare enum VelcronImageRatios {
|
193
|
-
square =
|
194
|
-
landscape =
|
227
|
+
square = "square",
|
228
|
+
landscape = "landscape"
|
195
229
|
}
|
196
230
|
export interface VelcronImageDefinition extends VelcronDefinition {
|
197
|
-
type: "
|
198
|
-
|
199
|
-
|
231
|
+
type: "image";
|
232
|
+
url?: VelcronBindableProp<string>;
|
233
|
+
bind?: VelcronBindableProp<string>;
|
234
|
+
ratio?: VelcronImageRatios | string;
|
235
|
+
cover?: VelcronBindableProp<boolean>;
|
200
236
|
borderRadius?: VelcronDimensions;
|
201
237
|
events?: VelcronOnPressEvent;
|
202
238
|
}
|
203
239
|
export interface VelcronButtonDefinition extends VelcronDefinition {
|
204
|
-
type: "
|
240
|
+
type: "button";
|
205
241
|
text: string;
|
206
|
-
color: string;
|
207
242
|
icon?: VelcronIcon;
|
208
243
|
disabled?: boolean;
|
209
244
|
events?: VelcronOnPressEvent;
|
210
245
|
}
|
211
246
|
export interface VelcronTextInputDefinition extends VelcronDefinition {
|
212
|
-
type: "
|
247
|
+
type: "text-input";
|
213
248
|
label?: string;
|
214
249
|
bind: string;
|
215
250
|
initialValue?: string;
|
216
|
-
events:
|
251
|
+
events: VelcronOnUpdatedEvent;
|
217
252
|
}
|
218
253
|
export interface VelcronProgressCircleDefinition extends VelcronDefinition {
|
219
|
-
type: "
|
254
|
+
type: "progress-circle";
|
220
255
|
events?: VelcronOnPressEvent;
|
221
256
|
}
|
222
257
|
export interface VelcronWebViewDefinition extends VelcronDefinition {
|
223
|
-
type: "
|
258
|
+
type: "web-view";
|
224
259
|
source: string;
|
225
260
|
}
|
226
261
|
export interface VelcronDialogDefinition extends VelcronDefinition {
|
227
|
-
type: "
|
262
|
+
type: "dialog";
|
228
263
|
title: string;
|
229
264
|
visible: string;
|
230
265
|
events?: VelcronOnCloseRequestedEvent & VelcronOnClosedEvent;
|
231
266
|
}
|
232
|
-
export interface VelcronIconDefinition extends VelcronDefinition,
|
233
|
-
type: "
|
267
|
+
export interface VelcronIconDefinition extends VelcronDefinition, VelcronColorStyling {
|
268
|
+
type: "icon";
|
234
269
|
icon: string;
|
235
|
-
|
236
|
-
size?: number;
|
270
|
+
size?: VelcronBindableProp<number>;
|
237
271
|
events?: VelcronOnPressEvent;
|
238
272
|
}
|
273
|
+
export interface VelcronMarkdownDefinition extends VelcronDefinitionWithEditMode, VelcronColorStyling, VelcronTextStyling {
|
274
|
+
type: "markdown";
|
275
|
+
events: VelcronOnUpdatedEvent;
|
276
|
+
}
|
239
277
|
export interface VelcronDimensions {
|
240
|
-
top: number;
|
241
|
-
right: number;
|
242
|
-
bottom: number;
|
243
|
-
left: number;
|
278
|
+
top: number | string;
|
279
|
+
right: number | string;
|
280
|
+
bottom: number | string;
|
281
|
+
left: number | string;
|
244
282
|
}
|
245
283
|
export interface VelcronBorder extends VelcronDimensions {
|
246
|
-
|
284
|
+
colorType?: string;
|
285
|
+
toned?: boolean;
|
286
|
+
opacity?: number;
|
247
287
|
}
|
248
|
-
export interface VelcronChipDefinition extends VelcronDefinition
|
249
|
-
type: "
|
288
|
+
export interface VelcronChipDefinition extends VelcronDefinition {
|
289
|
+
type: "chip";
|
250
290
|
text: string;
|
251
291
|
icon?: VelcronIcon;
|
252
292
|
disabled?: boolean;
|
253
293
|
events?: VelcronOnPressEvent;
|
254
294
|
}
|
255
|
-
export interface VelcronSlotDefinition extends VelcronDefinition
|
256
|
-
type: "
|
257
|
-
bind: string
|
258
|
-
|
295
|
+
export interface VelcronSlotDefinition extends VelcronDefinition {
|
296
|
+
type: "slot";
|
297
|
+
bind: VelcronBindableProp<string>;
|
298
|
+
}
|
299
|
+
export interface VelcronPropertyDefinition extends VelcronDefinition {
|
300
|
+
type: "property";
|
301
|
+
bind: VelcronBindableProp<string>;
|
302
|
+
}
|
303
|
+
export interface VelcronPropertyDefinitionValue {
|
304
|
+
definitionId: GuidValue;
|
305
|
+
value: PropertyValue;
|
306
|
+
configuration: PropertyConfiguration<PropertyDefinition<any, any, any, PropertySetupBase>>;
|
259
307
|
}
|
260
|
-
|
261
|
-
export type VelcronCustomComponentDefinition = VelcronComponentDescriptor & VelcronComponentDefinition;
|
308
|
+
export type VelcronCustomComponentDefinition = VelcronComponentDefinition;
|
262
309
|
export type VelcronRenderProps<TDefinition> = {
|
263
310
|
definition: TDefinition;
|
264
311
|
renderContext: VelcronRenderContext;
|
265
312
|
};
|
313
|
+
export {};
|
@@ -4,8 +4,11 @@ export type VelcronOnPressEvent = {
|
|
4
4
|
export type VelcronOnLoadEvent = {
|
5
5
|
onLoaded?: Array<string>;
|
6
6
|
};
|
7
|
-
export type
|
8
|
-
|
7
|
+
export type VelcronOnEditModeEvent = {
|
8
|
+
onEditMode?: Array<string>;
|
9
|
+
};
|
10
|
+
export type VelcronOnUpdatedEvent = {
|
11
|
+
onUpdated?: Array<string>;
|
9
12
|
};
|
10
13
|
export type VelcronOnCloseRequestedEvent = {
|
11
14
|
onCloseRequested?: Array<string>;
|
@@ -0,0 +1,120 @@
|
|
1
|
+
import { TypographySize, TypographyType, VelcronImageRatios } from "@omnia/fx-models";
|
2
|
+
export interface ResolvedPropertyEditor {
|
3
|
+
editor: VelcronPropertyEditor;
|
4
|
+
}
|
5
|
+
export interface VelcronPropertyEditor<TSettings = any> {
|
6
|
+
name?: string;
|
7
|
+
category?: string;
|
8
|
+
type: BuiltInPropertyEditorType | string;
|
9
|
+
settings?: TSettings;
|
10
|
+
stateMapping?: string;
|
11
|
+
propertyMapping?: boolean;
|
12
|
+
multiple?: boolean;
|
13
|
+
component?: unknown;
|
14
|
+
}
|
15
|
+
export interface BuiltInPropertyEditors {
|
16
|
+
text: unknown;
|
17
|
+
slider: unknown;
|
18
|
+
switch: unknown;
|
19
|
+
alignment: unknown;
|
20
|
+
color: unknown;
|
21
|
+
markdown: unknown;
|
22
|
+
icon: unknown;
|
23
|
+
image: unknown;
|
24
|
+
typography: unknown;
|
25
|
+
"color-schema-type": unknown;
|
26
|
+
}
|
27
|
+
export type BuiltInPropertyEditorType = "text" | "slider" | "switch" | "alignment" | "color" | "markdown" | "icon" | "image" | "typography" | "color-schema-type";
|
28
|
+
export declare enum BuiltInPropertyEditorTypes {
|
29
|
+
text = "text",
|
30
|
+
slider = "slider",
|
31
|
+
switch = "switch",
|
32
|
+
alignment = "alignment",
|
33
|
+
color = "color",
|
34
|
+
markdown = "markdown",
|
35
|
+
icon = "icon",
|
36
|
+
image = "image",
|
37
|
+
typography = "typography",
|
38
|
+
"color-schema-type" = "color-schema-type"
|
39
|
+
}
|
40
|
+
export interface VelcronSliderPropertyEditorSettings {
|
41
|
+
min: number;
|
42
|
+
max: number;
|
43
|
+
step: number;
|
44
|
+
}
|
45
|
+
export interface VelcronTypographyEditorSettings {
|
46
|
+
type: "title" | "text";
|
47
|
+
}
|
48
|
+
export interface VelcronSliderPropertyEditor extends VelcronPropertyEditor<VelcronSliderPropertyEditorSettings> {
|
49
|
+
type: "slider";
|
50
|
+
}
|
51
|
+
export interface VelcronTextPropertyEditor extends VelcronPropertyEditor<any> {
|
52
|
+
type: "text";
|
53
|
+
}
|
54
|
+
export interface VelcronEnterprisePropertyEditor extends VelcronPropertyEditor<any> {
|
55
|
+
type: "enterprise-property";
|
56
|
+
}
|
57
|
+
export interface VelcronTypographyPropertyEditor extends VelcronPropertyEditor<VelcronTypographyEditorSettings> {
|
58
|
+
type: "typography";
|
59
|
+
}
|
60
|
+
export interface VelcronSwitchPropertyEditor extends VelcronPropertyEditor<any> {
|
61
|
+
type: "switch";
|
62
|
+
}
|
63
|
+
export interface VelcronAlignmentPropertyEditor extends VelcronPropertyEditor<any> {
|
64
|
+
type: "alignment";
|
65
|
+
}
|
66
|
+
export interface VelcronColorPropertyEditor extends VelcronPropertyEditor<any> {
|
67
|
+
type: "color";
|
68
|
+
}
|
69
|
+
export interface VelcronColorSchemaPropertyEditor extends VelcronPropertyEditor<any> {
|
70
|
+
type: "color-schema-type";
|
71
|
+
}
|
72
|
+
export interface VelcronIconPropertyEditor extends VelcronPropertyEditor<any> {
|
73
|
+
type: "icon";
|
74
|
+
}
|
75
|
+
export interface VelcronMarkdownPropertyEditor extends VelcronPropertyEditor<any> {
|
76
|
+
type: "markdown";
|
77
|
+
}
|
78
|
+
export interface VelcronImagePropertyEditor extends VelcronPropertyEditor<any> {
|
79
|
+
type: "image";
|
80
|
+
}
|
81
|
+
export interface VelcronState {
|
82
|
+
images?: VelcronImagesState;
|
83
|
+
styling?: VelcronStylingState;
|
84
|
+
colorSchema?: VelcronColorSchemaState;
|
85
|
+
content?: VelcronContentState;
|
86
|
+
properties?: VelcronPropertiesState;
|
87
|
+
}
|
88
|
+
export interface VelcronTextState {
|
89
|
+
text: string;
|
90
|
+
typography?: VelcronTypographyState;
|
91
|
+
}
|
92
|
+
export interface VelcronTypographyState {
|
93
|
+
type?: TypographyType;
|
94
|
+
size?: TypographySize;
|
95
|
+
toned?: boolean;
|
96
|
+
}
|
97
|
+
export interface VelcronContentState {
|
98
|
+
caption?: VelcronTextState;
|
99
|
+
main?: VelcronTextState;
|
100
|
+
title?: VelcronTextState;
|
101
|
+
summary?: VelcronTextState;
|
102
|
+
}
|
103
|
+
export interface VelcronPropertiesState {
|
104
|
+
user: any;
|
105
|
+
mappings: Array<any>;
|
106
|
+
}
|
107
|
+
export interface VelcronImagesState {
|
108
|
+
main?: VelcronImageState;
|
109
|
+
}
|
110
|
+
export interface VelcronImageState {
|
111
|
+
url?: string;
|
112
|
+
ratio?: VelcronImageRatios;
|
113
|
+
caption?: VelcronTextState;
|
114
|
+
}
|
115
|
+
export interface VelcronStylingState {
|
116
|
+
}
|
117
|
+
export interface VelcronColorSchemaState {
|
118
|
+
type?: string;
|
119
|
+
filled?: boolean;
|
120
|
+
}
|
@@ -1,8 +1,8 @@
|
|
1
1
|
export * from "./VelcronDefinitions";
|
2
2
|
export * from "./ViewModelAndContext";
|
3
|
-
export * from "./VelcronDescriptors";
|
4
3
|
export * from "./VelcronEvents";
|
5
4
|
export * from "./VelcronTypes";
|
6
5
|
export * from "./Enums";
|
7
6
|
export * from "./VelcronUnitProvider";
|
7
|
+
export * from "./VelcronPropertyEditorDefinitions";
|
8
8
|
export * from "./ActionHooks";
|
@@ -10,7 +10,7 @@ export declare class VelcronActions {
|
|
10
10
|
static registerAction(name: string, handler: IActionHandler): void;
|
11
11
|
static parseAndExecuteActions(templates: Array<string>, renderContext: VelcronRenderContext, customActionContext?: VelcronCustomActionExecutionContext): void;
|
12
12
|
static parseFunction(target: {
|
13
|
-
[name: string]:
|
13
|
+
[name: string]: Array<string>;
|
14
14
|
}, template: string, renderContext: VelcronRenderContext, params: Array<VelcronActionParameterValue>, foundCb: (name: string, params: {}) => void): void;
|
15
15
|
static getActionFromTemplate(partialTemplate: string, eventId: string, renderContext: VelcronRenderContext, customActionContext?: VelcronCustomActionExecutionContext): VelcronAction;
|
16
16
|
static valueIsAction(value: string): boolean;
|
@@ -1,18 +1,21 @@
|
|
1
1
|
export declare const VelcronConstants: {
|
2
2
|
components: {
|
3
|
-
|
3
|
+
velcron: string;
|
4
4
|
view: string;
|
5
5
|
card: string;
|
6
6
|
text: string;
|
7
7
|
image: string;
|
8
8
|
button: string;
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
"text-input": string;
|
10
|
+
"progress-circle": string;
|
11
|
+
"web-view": string;
|
12
|
+
"custom-component": string;
|
12
13
|
dialog: string;
|
13
14
|
icon: string;
|
14
15
|
chip: string;
|
16
|
+
markdown: string;
|
15
17
|
slot: string;
|
18
|
+
property: string;
|
16
19
|
};
|
17
20
|
events: {
|
18
21
|
idTokenStart: string;
|
@@ -27,4 +30,7 @@ export declare const VelcronConstants: {
|
|
27
30
|
tokenEnd: string;
|
28
31
|
propsToken: string;
|
29
32
|
};
|
33
|
+
context: {
|
34
|
+
thisToken: string;
|
35
|
+
};
|
30
36
|
};
|
@@ -1,10 +1,10 @@
|
|
1
|
-
import { VelcronAppDefinition, VelcronDefinition, VelcronRenderContext, DeferredPromise } from "../models";
|
1
|
+
import { VelcronAppDefinition, VelcronDefinition, VelcronRenderContext, DeferredPromise, VelcronBindableProp } from "../models";
|
2
2
|
export interface ParseResult<T> {
|
3
3
|
is: boolean;
|
4
4
|
value: T;
|
5
5
|
}
|
6
6
|
export declare class VelcronData {
|
7
|
-
static dataBind(renderContext: VelcronRenderContext, text:
|
7
|
+
static dataBind(renderContext: VelcronRenderContext, text: VelcronBindableProp<any>): string;
|
8
8
|
static addCtxToVariableNames(template: string, skipIfNameStartsWith?: string, skipIfNameMatches?: Array<string>, overridePrefixWhenNameMatches?: {
|
9
9
|
[name: string]: string;
|
10
10
|
}): string;
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { BuiltInPropertyEditors, ResolvedPropertyEditor } from "../models";
|
2
|
+
export declare class VelcronPropertyEditors {
|
3
|
+
private static editors;
|
4
|
+
static registerEditor(type: string, editor: any): void;
|
5
|
+
static hasEditors(): boolean;
|
6
|
+
static hasEditor(type: string): any;
|
7
|
+
static registerEditors(editors: BuiltInPropertyEditors): void;
|
8
|
+
static getEditor(editor: string): ResolvedPropertyEditor;
|
9
|
+
}
|
@@ -1,4 +1,5 @@
|
|
1
|
-
import { BuiltInComponentRenderers,
|
1
|
+
import { BuiltInComponentRenderers, ResolvedComponentRenderer, VelcronDefinition, VelcronRenderContext } from "../models";
|
2
|
+
import { DynamicState } from "..";
|
2
3
|
export declare class VelcronRenderers {
|
3
4
|
private static components;
|
4
5
|
static registerComponent(type: string, component: any): void;
|
@@ -7,35 +8,6 @@ export declare class VelcronRenderers {
|
|
7
8
|
static registerComponents(components: BuiltInComponentRenderers): void;
|
8
9
|
static getComponent(definition: VelcronDefinition, renderContext: VelcronRenderContext): ResolvedComponentRenderer;
|
9
10
|
static definitionContainsCustomColorSchema(definition: VelcronDefinition): boolean;
|
10
|
-
static createNewRendererContext(currentRenderCtx: VelcronRenderContext, definition: VelcronDefinition, newViewModel?: DynamicState):
|
11
|
-
rootContext: object;
|
12
|
-
theming: {
|
13
|
-
state: {
|
14
|
-
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
15
|
-
};
|
16
|
-
get: {
|
17
|
-
colorSchema: (colorSchemaType: string) => import("@omnia/fx-models").ColorSchema;
|
18
|
-
typography: (typographyType: string) => import("@omnia/fx-models").TypographyType;
|
19
|
-
color: (colorSchemaType: string, colorType: string) => string;
|
20
|
-
colorDefinition: (colorSchemaType: string, colorType: string) => import("@omnia/fx-models").ColorDefinition;
|
21
|
-
complementaryColorType: (colorType: string) => string;
|
22
|
-
complementaryColor: (colorSchemaType: string, colorType: string) => string;
|
23
|
-
complementaryColorDefinition: (colorSchemaType: string, colorType: string) => import("@omnia/fx-models").ColorDefinition;
|
24
|
-
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
25
|
-
};
|
26
|
-
actions: {
|
27
|
-
setTheme(newTheme: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
28
|
-
};
|
29
|
-
};
|
30
|
-
currentContext: object;
|
31
|
-
actions: {
|
32
|
-
[name: string]: [];
|
33
|
-
};
|
34
|
-
components: VelcronCustomComponentDefinition[];
|
35
|
-
hooks: import("../models").VelcronRenderContextHooks;
|
36
|
-
computed: {
|
37
|
-
[name: string]: [];
|
38
|
-
};
|
39
|
-
};
|
11
|
+
static createNewRendererContext(currentRenderCtx: VelcronRenderContext, definition: VelcronDefinition, newViewModel?: DynamicState): VelcronRenderContext;
|
40
12
|
static ensureRenderContext(rendererInfo: ResolvedComponentRenderer, definition: VelcronDefinition, currentRenderCtx: VelcronRenderContext, newViewModel?: DynamicState): VelcronRenderContext;
|
41
13
|
}
|
@@ -1,10 +1,10 @@
|
|
1
|
-
import { VelcronBorder,
|
1
|
+
import { VelcronBorder, VelcronColorStyling, VelcronDefinition, VelcronDimensions, VelcronRenderContext } from "../models";
|
2
2
|
import { VelcronUnitProvider } from "../models/VelcronUnitProvider";
|
3
3
|
export declare class VelcronStyles {
|
4
4
|
static styleProvider: (baseStyles: object, definition: VelcronDefinition, renderCtx: VelcronRenderContext) => any;
|
5
5
|
static unitProvider: VelcronUnitProvider;
|
6
6
|
static registerStyleProvider(fn: (styleBase: object, definition: VelcronDefinition, renderCtx: VelcronRenderContext) => object | string, unitProvider: VelcronUnitProvider): void;
|
7
|
-
static insertBackgroundColor(styleBase: any,
|
7
|
+
static insertBackgroundColor(styleBase: any, color: VelcronColorStyling, renderCtx: VelcronRenderContext): void;
|
8
8
|
static insertBorderRadiusStyles(styleBase: any, settings: VelcronDimensions): void;
|
9
9
|
static insertBorderStyles(styleBase: any, borderSettings: VelcronBorder, renderCtx: VelcronRenderContext): void;
|
10
10
|
static create(definition: VelcronDefinition, renderCtx: VelcronRenderContext): object | string;
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import { VelcronDefinitionWithEditMode, VelcronRenderContext } from "../models";
|
2
|
+
/**
|
3
|
+
* Determines if the application is in edit mode.
|
4
|
+
*
|
5
|
+
* Edit mode can be determined in two ways:
|
6
|
+
* 1. By a 'edit' property of the definition object, which is evaluated using the VelcronData.evaluateBoolean function.
|
7
|
+
* 2. By the 'editMode' property of the renderContext object.
|
8
|
+
*
|
9
|
+
* The function first checks if the 'edit' property is present in the definition object. If it is, it evaluates the property using the VelcronData.evaluateBoolean function, passing in the current render context, and returns the result.
|
10
|
+
*
|
11
|
+
* If the 'edit' property is not present in the definition object, it checks the 'editMode' property of the renderContext object. If 'editMode' is true, the function returns true.
|
12
|
+
*
|
13
|
+
* If neither 'edit' nor 'editMode' are true, the function returns undefined.
|
14
|
+
*
|
15
|
+
* @function isEditMode
|
16
|
+
* @param {VelcronDefinitionWithEditMode} definition - The definition object to check for the 'edit' property.
|
17
|
+
* @param {VelcronRenderContext} renderContext - The render context to use for evaluating the 'edit' property and to check for 'editMode'.
|
18
|
+
* @returns {boolean | undefined} - Returns true if either 'edit' evaluates to true or 'editMode' is true. Returns undefined otherwise.
|
19
|
+
*/
|
20
|
+
export declare function isEditMode(definition: VelcronDefinitionWithEditMode, renderContext: VelcronRenderContext): boolean;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./IsEditMode";
|
@@ -1,5 +1,5 @@
|
|
1
1
|
export declare class ReactivitySystem {
|
2
|
-
static makeReactive: (obj: any) =>
|
2
|
+
static makeReactive: (obj: any) => any;
|
3
3
|
static hasReactivityProvider: boolean;
|
4
|
-
static registerProvider(fn: (obj: any) =>
|
4
|
+
static registerProvider(fn: (obj: any) => any): void;
|
5
5
|
}
|