@omnia/fx 7.0.533-dev → 8.0.1-vnext
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 +4 -5
- package/internal-do-not-import-from-here/console/components/MessageBusSubscriptionsViewer.d.ts +3 -3
- package/internal-do-not-import-from-here/console/components/MessageOverlay.d.ts +45 -5
- package/internal-do-not-import-from-here/console/components/StoreLogviewer.d.ts +3 -3
- package/internal-do-not-import-from-here/core/messaging/InternalTopics.d.ts +6 -3
- package/internal-do-not-import-from-here/index.d.ts +22 -4
- 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.vendor.manifest.json +1 -1
- package/internal-do-not-import-from-here/services/identities/DynamicGroupService.d.ts +0 -6
- package/internal-do-not-import-from-here/services/identities/GroupService.d.ts +1 -7
- package/internal-do-not-import-from-here/services/identities/UserService.d.ts +1 -7
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +0 -1
- package/internal-do-not-import-from-here/shared/models/theming/index.js +0 -1
- 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 +1 -1
- package/internal-do-not-import-from-here/spfx/components/OmniaWPContainerSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +11 -26
- package/internal-do-not-import-from-here/ux/TsxAllowUnknowProperties.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +104 -20
- 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.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/IQueryablePropertiesJourney.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +60 -14
- 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/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 +1 -1
- 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/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 +62 -15
- 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 +62 -15
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditAliasDialog.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditItem.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Features.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InstanceTab.d.ts +65 -5
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +11 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAction.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAdmin.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Listing.d.ts +7 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/EditLayout.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutListing.d.ts +7 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutTab.d.ts +65 -5
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/addlayout/AddLayout.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/AffixRow.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/BlockWords.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/EditNamingPolicies.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/ListingNamingPolicies.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/NamingPolicyTab.d.ts +65 -5
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/PreviewPolicyNaming.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +58 -13
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +7 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateDetail.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateTab.d.ts +65 -5
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplatesListing.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +9 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +9 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +9 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +10 -3
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +9 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertyRow.d.ts +9 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/StepRow.d.ts +5 -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 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditProperiesBlade.d.ts +1 -1
- 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 +1 -1
- 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 -1
- 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 -1
- 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 -5
- 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 +4 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/IAppRouteInput.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput.d.ts +52 -10
- package/internal-do-not-import-from-here/ux/appprovisioning/apptitledescription/AppDescriptionInput.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/apptitledescription/IAppDescriptionInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/AppTitleInput.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/IAppTitleInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +5 -3
- 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 +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstancePermissionsVueComponent.d.ts +1 -1
- 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 +1 -0
- 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 +45 -5
- package/internal-do-not-import-from-here/ux/authsetup/steps/EmailVerify.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/authsetup/steps/OTP.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/authsetup/steps/Password.d.ts +4 -2
- 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/button/Button.d.ts +2 -2
- 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 +2 -1
- package/internal-do-not-import-from-here/ux/commandpalette/CommandPalette.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/compositiontests/CompositionBlockCurrent.d.ts +54 -11
- package/internal-do-not-import-from-here/ux/compositiontests/CompositionBlockFuture.d.ts +54 -11
- package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/compositiontests/TestInjectComponent.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/confirmdialog/IConfirmDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/confirmdialog/VueConfirmDialog.d.ts +3 -2
- 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/contentdialog/ContentDialog.d.ts +2 -2
- 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 +45 -5
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +45 -5
- 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/Vue.d.ts +91 -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 +5 -0
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +97 -32
- package/internal-do-not-import-from-here/ux/directives/LinkHandler/LinkHandler.d.ts +17 -2
- package/internal-do-not-import-from-here/ux/documenticon/DocumentIcon.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/documenticon/IDocumentIcon.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/dynamicgroup/DynamicGroupPropertyEditorRenderer.d.ts +62 -12
- package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/ActionToolbar.d.ts +1 -1
- 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 +3 -3
- 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.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/editorchrome/chrome/IEditorChrome.d.ts +3 -2
- 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/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 +1 -1
- 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 +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/IEnterprisePropertyPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/settings/extendedproperty/ExtendedPropertySettings.d.ts +58 -13
- 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 +4 -2
- 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 +1 -1
- 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 +2 -2
- package/internal-do-not-import-from-here/ux/errormessage/IErrorMessage.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/features/FeaturesJourney.d.ts +3 -3
- 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 +3 -3
- package/internal-do-not-import-from-here/ux/features/IFeaturesJourney.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/features/blades/FeatureHomeBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/features/blades/FeaturePropertiesBlade.d.ts +4 -2
- 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 +68 -18
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSection.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +56 -12
- package/internal-do-not-import-from-here/ux/filterengine/SelectionsArea.d.ts +65 -5
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/boolean/BooleanPropertyRenderer.d.ts +52 -10
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DatePropertyRenderer.d.ts +52 -10
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/dialog/DialogContent.d.ts +52 -10
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/number/NumberPropertyRenderer.d.ts +52 -10
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChips.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyItemRenderer.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyList.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyRenderer.d.ts +52 -10
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRenderer.d.ts +52 -10
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/boolean/SelectionsAreaBooleanRenderer.d.ts +54 -11
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/date/SelectionsAreaDateRenderer.d.ts +54 -11
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/number/SelectionsAreaNumberRenderer.d.ts +54 -11
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/person/SelectionsAreaPersonRenderer.d.ts +54 -11
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/text/SelectionsAreaTextRenderer.d.ts +54 -11
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/PropertyList.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput.d.ts +60 -14
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +62 -15
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertyDefaultValueInput.d.ts +60 -14
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +62 -15
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput.d.ts +60 -14
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +62 -15
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +60 -14
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +62 -15
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertyDefaultValueInput.d.ts +60 -14
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +62 -15
- package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineHandler.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/filterengine/shared/BasePropertySettings.d.ts +1 -1
- 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/group/GroupPropertyEditorRenderer.d.ts +62 -12
- 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 +6 -6
- 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/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 +107 -33
- package/internal-do-not-import-from-here/ux/identities/components/settings/AzureAdSyncProviderSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncPropertyBindingSetup.d.ts +56 -12
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +7 -2
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +56 -12
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +102 -35
- package/internal-do-not-import-from-here/ux/iframe/IResizingIFrame.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/iframe/ResizingIFrame.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/imagegrid/IImageGrid.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/imagegrid/ImageGrid.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageRollup/ImageRollup.d.ts +1 -1
- 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 +1 -1
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformEditor/ImageTransformEditor.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformFilter/ImageTransformFilter.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformFlipper/ImageTransformFlipper.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/imagetransformer/IImageTransformer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/imagetransformer/ImageTransformer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/inputlanguagepicker/IInputLanguagePicker.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/inputlanguagepicker/InputLanguagePicker.d.ts +2 -2
- 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 +1 -1
- package/internal-do-not-import-from-here/ux/journey/IJourney.d.ts +1 -1
- 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 +1 -1
- package/internal-do-not-import-from-here/ux/languagepicker/ILanguagePicker.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/ILayoutEditorCanvas.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/IBlockPlaceholder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/ICanvasToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/DeveloperTools.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/IDeveloperTools.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/DevicePreviewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/IDevicePreviewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/OneColumnIcon.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/ThreeColumnHeroIcon.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/ThreeColumnIcon.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/ThreeColumnPageIcon.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/TwoColumnIcon.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +1 -1
- 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 +7 -7
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutStep.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutTab.d.ts +1 -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 +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BackgroundSettings.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/IBackgroundSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/IImageBackgroundSettings.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ILayoutClipboard.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ImageBackgroundSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutClipboard.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutSettingsPanel.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutStructure.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SectionSettingsPanel.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Spacing.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Style.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Targeting.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Theming.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/IBlockTitle.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/IBlockTitleSettings.d.ts +1 -1
- 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 +1 -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 +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockTheming.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/LayoutTheming.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/lock/Lock.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Theming.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/AccordionListingSettingsPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/ColumnListingSettingsPanel.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/StepListingSettingsPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/TabListingSettingsPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/tabs/TabLayoutSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/ILayoutBlockRendererHelper.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/ILayoutRendererCanvas.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionStepperRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +1 -1
- 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 +56 -12
- package/internal-do-not-import-from-here/ux/magiclink/MagicLink.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/mediapicker/IMediaPicker.d.ts +1 -1
- 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 +3 -3
- package/internal-do-not-import-from-here/ux/mediapickerimage/IMediaPickerImage.d.ts +1 -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 +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider/IBingProvider.d.ts +1 -1
- 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/mediaproviderbase/GridViewMediaProviderComponent.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/MediaProviderComponentBase.d.ts +1 -1
- 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 +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider/PexelProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/SharePointVideoSettings.d.ts +1 -1
- 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 +1 -1
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/multilingualinput/IMultilingualInput.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +68 -18
- 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/permissioninput/IPermissionInput.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +3 -3
- 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 +1 -1
- package/internal-do-not-import-from-here/ux/playground_test/Play2Component.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/playground_test/PlayComponent.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/playground_test/play2tabs/FileUploaderTab.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/playground_test/play2tabs/MediaPickerTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/playground_test/play2tabs/MultilingualInputTab.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/playground_test/play2tabs/RichtextEditorTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/playground_test/play2tabs/SharePointPermissionTab.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/playground_test/play2tabs/TermPickerTab.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/playground_test/play2tabs/TestChart.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/playground_test/play2tabs/TimePeriodPickerTab.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/playground_test/testvalidate/DemoValidate.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/playground_test/testvalidate/IDemoValidate.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/playground_test/testvalidate/SubComponent1.d.ts +1 -1
- 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 +65 -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 +2 -3
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCardRenderer.d.ts +54 -11
- 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/builtins/birthday/BirthdayDisplay.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailDisplay.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlDisplay.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageDisplay.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageDisplay.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkDisplay.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextDisplay.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextDisplay.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextDisplay.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/properties/legacy-enterprise-property/LegacyEnterprisePropertyDisplay.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/properties/legacy-enterprise-property/LegacyEnterprisePropertyEditor.d.ts +45 -5
- 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-picker/PropertyInput.d.ts +46 -5
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyDatasourceRenderer.d.ts +58 -13
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyRenderer.d.ts +66 -14
- package/internal-do-not-import-from-here/ux/richtexteditor/Emoticon/EmoticonComponent.d.ts +52 -10
- package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditorSettings.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/MarkExtension.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/MentionComponent/MentionComponent.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/NodeExtension.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +12 -6
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorTester.d.ts +3 -3
- 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/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/BlockquoteToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletListToolbar.d.ts +1 -1
- 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/CodeBlockToolbar.d.ts +1 -1
- 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/HashTag/HashTagToolbar.d.ts +1 -1
- 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 +1 -1
- 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/ItalicToolbar.d.ts +1 -1
- 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/MediaPicker/MediaPickerToolbar.d.ts +1 -1
- 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/OrderedList/OrderedListToolbar.d.ts +1 -1
- 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/StrikeToolbar.d.ts +1 -1
- 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/TextColor/TextColorToolbar.d.ts +1 -1
- 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/TodoListToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/UnderlineToolbar.d.ts +1 -1
- 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 +1 -1
- 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 +3 -2
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +1 -1
- 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 +13 -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 +52 -10
- package/internal-do-not-import-from-here/ux/signin/SignInBlock.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/signin/SignInPage.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +60 -14
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/MagicLinkProvider.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/OtpProvider.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/PasswordProvider.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/signout/SignOut.d.ts +45 -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 +1 -1
- 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/ISpacingPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/statusmessageoverlay/IStatusMessageOverlay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +3 -3
- 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 +3 -3
- package/internal-do-not-import-from-here/ux/theming/components/IThemeDefinitionEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +32 -9
- package/internal-do-not-import-from-here/ux/theming-v2/styling/themeStyling.d.ts +1 -10
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +54 -19
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +53 -14
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ColorSelector.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ThemeCodeEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ThemeViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/timeperiodpicker/ITimePeriodPicker.d.ts +2 -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/urlinput/IUrlInput.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/urlinput/UrlInput.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/use/Types.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/use/UseBreakPoint.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/use/UseVueInstance.d.ts +10 -4
- package/internal-do-not-import-from-here/ux/user/UserPropertyRenderer.d.ts +64 -13
- package/internal-do-not-import-from-here/ux/user/components/PropertyConfigurationRenderer.d.ts +54 -11
- package/internal-do-not-import-from-here/ux/user/components/UserPropertiesByMicrosoftGraphDisplay.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/user/components/UserPropertiesByMicrosoftGraphEditor.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/user/components/UserPropertyProviderDisplay.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/user/components/UserPropertyProviderEditor.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +62 -15
- package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutBladeBuilder.d.ts +52 -10
- package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +58 -13
- package/internal-do-not-import-from-here/ux/validation/FieldValidation.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/validation/IFieldValidation.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/velcron/blocks/VelcronBlock.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/velcron/blocks/VelcronBlockSettings.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +4 -8
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +5 -9
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +61 -14
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddComponent.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddDataObject.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AppExplorer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/CodeEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditComponentPane.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDataPane.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ShareApp.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/ConditionalStatements.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/EventsPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/PropertiesPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/StylingPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-data/EditDataMemberPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ColorSchemaPicker/ColorSchemaPicker.d.ts +56 -12
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorpicker/ColorPicker.d.ts +54 -11
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper.d.ts +54 -11
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemareferencepicker/ColorSchemaReferencePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ratiopicker/RatioPicker.d.ts +54 -11
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/typographypicker/TypographyPicker.d.ts +54 -11
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +65 -14
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/App.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Button.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Card.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Chip.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Custom.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/FlexView.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Icon.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Image.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ProgressCircle.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Text.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/TextInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/View.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/WebView.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/LayoutAliasBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutListBladeBuilder.d.ts +2 -2
- 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/VersionedLayoutEditor.d.ts +64 -16
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutCreationForm.d.ts +1 -1
- 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 -1
- 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 +69 -19
- 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 +4 -65
- package/internal-do-not-import-from-here/ux/vuetify/input/VSelect.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/vuetify/stepper/VStepperItems.d.ts +1 -4
- 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 +2 -1
- package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +4 -4
- package/internal-do-not-import-from-here/vue/VueApp.d.ts +2 -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 +20 -0
- package/internal-do-not-import-from-here/vue/VueHotReloadApi.d.ts +1 -12
- package/internal-do-not-import-from-here/vue/index.d.ts +2 -1
- 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/wcdefinitions.json +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +128 -129
- package/package.json +4 -7
- package/internal-do-not-import-from-here/shared/models/theming/ThemeMethods.d.ts +0 -11
- package/internal-do-not-import-from-here/shared/models/theming/ThemeMethods.js +0 -143
- package/internal-do-not-import-from-here/ux/shim-tsx.d.ts +0 -14
@@ -1,69 +1,8 @@
|
|
1
|
-
import "vuetify/lib/mixins/applicationable";
|
2
|
-
import "vuetify/lib/mixins/bootable";
|
3
|
-
import "vuetify/lib/mixins/button-group";
|
4
|
-
import "vuetify/lib/mixins/colorable";
|
5
|
-
import "vuetify/lib/mixins/comparable";
|
6
|
-
import "vuetify/lib/mixins/delayable";
|
7
|
-
import "vuetify/lib/mixins/dependent";
|
8
|
-
import "vuetify/lib/mixins/detachable";
|
9
|
-
import "vuetify/lib/mixins/filterable";
|
10
|
-
import "vuetify/lib/mixins/loadable";
|
11
1
|
import "./VuetifyTypography.css";
|
12
|
-
import "vuetify/lib/
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
import "vuetify/lib/mixins/positionable";
|
17
|
-
import "vuetify/lib/mixins/registrable";
|
18
|
-
import "vuetify/lib/mixins/returnable";
|
19
|
-
import "vuetify/lib/mixins/rippleable";
|
20
|
-
import "vuetify/lib/mixins/routable";
|
21
|
-
import "vuetify/lib/mixins/selectable";
|
22
|
-
import "vuetify/lib/mixins/ssr-bootable";
|
23
|
-
import "vuetify/lib/mixins/stackable";
|
24
|
-
import "vuetify/lib/mixins/themeable";
|
25
|
-
import "vuetify/lib/mixins/toggleable";
|
26
|
-
import "vuetify/lib/mixins/transitionable";
|
27
|
-
import "vuetify/lib/mixins/translatable";
|
28
|
-
import "vuetify/lib/mixins/validatable";
|
29
|
-
import { createSimpleFunctional, directiveConfig, addOnceEventListener, addPassiveEventListener, getNestedValue, deepEqual, getObjectValueByPath, getPropertyFromItem, createRange, getZIndex, escapeHTML, filterObjectOnKeys, convertToUnit, kebabCase, isObject, remapInternalIcon, keys, arrayDiff, upperFirst, groupItems, wrapInArray, sortItems, defaultFilter, searchItems, getSlotType, debounce, throttle, getPrefixedScopedSlots, getSlot, clamp, padEnd, chunk, humanReadableFileSize, camelizeObjectKeys, mergeDeep, fillArray, camelize } from "vuetify/lib/util/helpers";
|
30
|
-
declare const _default: {
|
31
|
-
Vuetify: any;
|
32
|
-
components: {
|
33
|
-
VApp: any;
|
34
|
-
VMain: any;
|
35
|
-
VContent: any;
|
36
|
-
VThemeProvider: any;
|
37
|
-
VGrid: any;
|
38
|
-
VIcon: any;
|
39
|
-
VWindow: any;
|
40
|
-
VMessage: any;
|
41
|
-
VImg: any;
|
42
|
-
VItemGroup: any;
|
43
|
-
VLabel: any;
|
44
|
-
VSheet: any;
|
45
|
-
VSlideGroup: any;
|
46
|
-
VBtn: any;
|
47
|
-
VBtnToggle: any;
|
48
|
-
VOverlay: any;
|
49
|
-
VInput: any;
|
50
|
-
VCounter: any;
|
51
|
-
VProgressCircular: any;
|
52
|
-
VProgressLinear: any;
|
53
|
-
VSkeletonLoader: any;
|
54
|
-
VLazy: any;
|
55
|
-
VSubheader: any;
|
56
|
-
};
|
57
|
-
directives: {
|
58
|
-
ClickOutside: any;
|
59
|
-
Ripple: any;
|
60
|
-
Resize: any;
|
61
|
-
Scroll: any;
|
62
|
-
Touch: any;
|
63
|
-
Intersect: any;
|
64
|
-
Mutate: any;
|
65
|
-
};
|
2
|
+
import { createSimpleFunctional, directiveConfig, addOnceEventListener, addPassiveEventListener, getNestedValue, deepEqual, getObjectValueByPath, getPropertyFromItem, createRange, getZIndex, escapeHTML, filterObjectOnKeys, convertToUnit, kebabCase, isObject, remapInternalIcon, keys, arrayDiff, upperFirst, groupItems, wrapInArray, sortItems, defaultFilter, searchItems, getSlotType, debounce, throttle, getPrefixedScopedSlots, getSlot, clamp, padEnd, chunk, humanReadableFileSize, camelizeObjectKeys, mergeDeep, fillArray, camelize } from "vuetify/lib/util/index.mjs";
|
3
|
+
export declare const VuetifySetup: {
|
4
|
+
components: any;
|
5
|
+
directives: any;
|
66
6
|
transitions: any;
|
67
7
|
};
|
68
|
-
export default _default;
|
69
8
|
export { createSimpleFunctional, directiveConfig, addOnceEventListener, addPassiveEventListener, getNestedValue, deepEqual, getObjectValueByPath, getPropertyFromItem, createRange, getZIndex, escapeHTML, filterObjectOnKeys, convertToUnit, kebabCase, isObject, remapInternalIcon, keys, arrayDiff, upperFirst, groupItems, wrapInArray, sortItems, defaultFilter, searchItems, getSlotType, debounce, throttle, getPrefixedScopedSlots, getSlot, clamp, padEnd, chunk, humanReadableFileSize, camelizeObjectKeys, mergeDeep, fillArray, camelize };
|
@@ -1,4 +1,3 @@
|
|
1
|
-
import { RouterLinkProps } from "vue-tsx-support/options/enable-vue-router";
|
2
1
|
export declare type Color = string;
|
3
2
|
export declare type Colorable = {
|
4
3
|
color?: Color;
|
@@ -81,7 +80,16 @@ export type Positionable = {
|
|
81
80
|
export type Rippleable = {
|
82
81
|
ripple?: boolean | object;
|
83
82
|
};
|
84
|
-
export type Routable = Rippleable & Partial<
|
83
|
+
export type Routable = Rippleable & Partial<{
|
84
|
+
to: string | Location;
|
85
|
+
tag?: string;
|
86
|
+
exact?: boolean;
|
87
|
+
append?: boolean;
|
88
|
+
replace?: boolean;
|
89
|
+
activeClass?: string;
|
90
|
+
exactActiveClass?: string;
|
91
|
+
event?: string | string[];
|
92
|
+
}> & {
|
85
93
|
href?: string | object;
|
86
94
|
tag?: string;
|
87
95
|
target?: string;
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import Vue from "vue";
|
2
1
|
import { IWebComponentInstance } from "../..";
|
3
2
|
import { SharePointUserService } from "../../sp";
|
4
3
|
import { WelcomeLocalization } from "./loc/localize";
|
5
4
|
import { OmniaContext } from "../../contexts";
|
6
|
-
|
5
|
+
import { VueComponentBase } from "@omnia/fx/ux";
|
6
|
+
export declare class Welcome extends VueComponentBase implements IWebComponentInstance {
|
7
7
|
static alreadyRenderedOneInstance: boolean;
|
8
8
|
userService: SharePointUserService;
|
9
9
|
omniaContext: OmniaContext;
|
@@ -17,5 +17,5 @@ export declare class Welcome extends Vue implements IWebComponentInstance {
|
|
17
17
|
mounted(): void;
|
18
18
|
init(): void;
|
19
19
|
done(): void;
|
20
|
-
render():
|
20
|
+
render(): JSX.Element;
|
21
21
|
}
|
@@ -129,9 +129,10 @@ export interface IWizard {
|
|
129
129
|
steps: Array<WizardStepModel>;
|
130
130
|
defaultStepIndex?: number;
|
131
131
|
horizontalMinHeight?: number;
|
132
|
+
isOnDialog?: boolean;
|
132
133
|
}
|
133
134
|
declare global {
|
134
|
-
namespace
|
135
|
+
namespace JSX {
|
135
136
|
interface Element {
|
136
137
|
}
|
137
138
|
interface ElementClass {
|
@@ -53,8 +53,8 @@ export default class WizardComponent extends VueComponentBase implements IWebCom
|
|
53
53
|
private renderSelectTemplateStepHeader;
|
54
54
|
private renderSelectTemplateStepContent;
|
55
55
|
private shouldRenderStep;
|
56
|
-
renderHorizontalMode():
|
57
|
-
renderVerticalMode():
|
58
|
-
renderActions():
|
59
|
-
render():
|
56
|
+
renderHorizontalMode(): JSX.Element | JSX.Element[];
|
57
|
+
renderVerticalMode(): JSX.Element[] | JSX.Element[][];
|
58
|
+
renderActions(): JSX.Element;
|
59
|
+
render(): JSX.Element;
|
60
60
|
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export { reactive, ref, watch, computed, unref, h, compile, nextTick, defineAsyncComponent, defineComponent, getCurrentInstance, onActivated, onBeforeMount, onBeforeUpdate, onBeforeUnmount, onDeactivated, onErrorCaptured, onMounted, onUnmounted, onUpdated, onRenderTriggered } from "vue";
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import { App, ComponentOptions, DefineComponent } from "vue";
|
2
|
+
import { WebComponentBundleManifest } from "@omnia/fx-models";
|
3
|
+
type Plugin = (PluginInstallFunction & {
|
4
|
+
install?: PluginInstallFunction;
|
5
|
+
}) | {
|
6
|
+
install: PluginInstallFunction;
|
7
|
+
};
|
8
|
+
type PluginInstallFunction = (app: App, ...options: any[]) => any;
|
9
|
+
export declare function registerVuePlugin(plugin: Plugin, ...options: any[]): void;
|
10
|
+
export declare function getVuePlugins(): {
|
11
|
+
plugin: Plugin;
|
12
|
+
options: any[];
|
13
|
+
}[];
|
14
|
+
export declare function registerVueMixin(mixin: ComponentOptions): void;
|
15
|
+
export declare function getVueMixins(): ComponentOptions<{}, any, any, any, any, any, any, any>[];
|
16
|
+
export declare function registerVueOptionsHook(fn: () => void): void;
|
17
|
+
export declare function getVueOptionsHooks(): ((classComponentConstructor?: any) => void)[];
|
18
|
+
export declare function registerAsyncVueComponent(app: App, component: WebComponentBundleManifest): void;
|
19
|
+
export declare function resolveAsyncVueComponent(elementName: string, definition: DefineComponent): void;
|
20
|
+
export {};
|
@@ -1,12 +1 @@
|
|
1
|
-
export
|
2
|
-
/**
|
3
|
-
* Create a record for a hot module, which keeps track of its constructor
|
4
|
-
* and instances
|
5
|
-
*/
|
6
|
-
export declare const createRecord: (id: string, options: {}) => void;
|
7
|
-
/**
|
8
|
-
* Check if module is recorded
|
9
|
-
*/
|
10
|
-
export declare function isRecorded(id: string): boolean;
|
11
|
-
export declare const rerender: (id: any, arg: any) => void;
|
12
|
-
export declare const reload: (id: any, arg: any) => void;
|
1
|
+
export {};
|
@@ -7,4 +7,4 @@
|
|
7
7
|
* @param props
|
8
8
|
* @param options
|
9
9
|
*/
|
10
|
-
export default function createVueInstance(element: any,
|
10
|
+
export default function createVueInstance(element: any, componentDefinition: any, props: any, options: any): void;
|
@@ -1,7 +1,4 @@
|
|
1
|
-
|
2
|
-
import Vue from "vue";
|
3
|
-
export type ComponentDefinitionFunc = () => Promise<ComponentOptions<Vue>>;
|
4
|
-
export type ComponentDefinition = ComponentOptions<Vue> | VueConstructor<Vue>;
|
1
|
+
export type ComponentDefinitionFunc = () => Promise<Object>;
|
5
2
|
export interface VueCustomElementOptions {
|
6
3
|
constructorCallback?: () => void;
|
7
4
|
connectedCallback?: () => void;
|
@@ -11,6 +8,4 @@ export interface VueCustomElementOptions {
|
|
11
8
|
vueInstanceCreatedCallback?: () => void;
|
12
9
|
destroyTimeout?: number;
|
13
10
|
}
|
14
|
-
export declare function vueCustomElement(tag: string, componentDefinition: ComponentDefinitionFunc |
|
15
|
-
export declare function install(Vue: any): void;
|
16
|
-
export default install;
|
11
|
+
export declare function vueCustomElement(tag: string, componentDefinition: ComponentDefinitionFunc | Object, options?: VueCustomElementOptions): HTMLElement;
|
@@ -1 +1 @@
|
|
1
|
-
{"omfx-enterpriseproperties-taxonomyfield-value-definition":["availableParents"],"omfx-sp-language-picker":["valueBind","onValueChanged","scopedSlots","styles"],"omfx-targeting-filter":["filter","onFilterChanged","fullWidth"],"omfx-term-picker":["startWithIds","termSetId","preSelectedTermIds","lcid","onTermsSelected","filterOptions","validator","description"],"omfx-termset-picker":["termSetId","onChanged"],"omnia-fx-spfx-wp-settings":["onClosed","onChange"],"omfx-queryable-enterpriseproperties":["serviceId","additionalBuiltInProperties
|
1
|
+
{"omfx-enterpriseproperties-taxonomyfield-value-definition":["availableParents"],"omfx-sp-language-picker":["valueBind","onValueChanged","scopedSlots","styles"],"omfx-targeting-filter":["filter","onFilterChanged","fullWidth"],"omfx-term-picker":["startWithIds","termSetId","preSelectedTermIds","lcid","onTermsSelected","filterOptions","validator","description"],"omfx-termset-picker":["termSetId","onChanged"],"omnia-fx-spfx-wp-settings":["onClosed","onChange"],"omfx-queryable-enterpriseproperties":["serviceId","additionalBuiltInProperties"],"omfx-app-instance-delete-blade":["appInstance","handleClose","handleDeleteCompleted"],"omfx-appinstance-editing-journey":["appInstance","content","onCanceled","onSave","onCompleted"],"omfx-app-instance-permission-blade":["appInstance","handleClose","onAppPermissionsUpdated"],"omfx-app-instance-information-step":["context","registerOnGoToNext","registerOnGoToPrev"],"omfx-app-instance-users-step":["context","registerOnGoToNext","registerOnGoToPrev"],"omfx-app-instance-enterprise-step":["context","registerOnGoToNext","registerOnGoToPrev"],"omfx-app-provisioning-wizard":["initialAppTemplate","initialAppDefinition","initialAppInstance","onInstancePropertiesChanged","onProvisioningStarted","onProvisioningCompleted","styles","templatesToShow"],"omfx-button":["preset","icon","tooltip","size","mode","styles","onClick"],"omfx-color-picker":["display","valueBind","onValueChanged","errorMessages","validator","attachedToParent"],"omfx-confirm-dialog":["dialogOptions","onClose","styles","icon"],"omfx-connected-tenant":["onValueChanged","scopedSlots"],"omfx-context-language-picker":["onValueChanged","scopedSlots"],"omfx-datatable":["items","header","onSort","renderItem","onPaging","scrollElementSelector"],"omfx-date-time-picker":["valueBind","onValueChanged","formatter","description"],"omfx-enterpriseproperties-datetimefield-display":["settings"],"omfx-enterpriseproperty-picker":["preSelectedPropertyInternalName","propertyItems","externalPropertyItems","onChange","requiredWithValidator"],"omfx-enterprisepropertyset-picker":["preSelectedPropertySetId","propertySetItems","onChange","requiredWithValidator"],"omfx-features-journey":["onInstanceClosed"],"omfx-file-uploader":["onFileChanged","limitedFileTypes"],"omfx-numeric-indicator":["clickCallback","valueBind","label","style"],"omfx-barchart-indicator":["clickCallback","loadData","hasData","chartValues"],"omfx-heading":["styles","onChange"],"omfx-icon":["valueBind","styles","iconAttrs"],"omfx-icon-picker":["valueBind","onValueChanged","errorMessages","validator"],"omfx-iframe":["js","html","css","iframeHeight","iframeCustomStyle"],"omfx-media-imagegrid":["images","onImageSelected"],"omfx-input-language-picker":["multilingualContext"],"omfx-journey":["onInstanceCreated","onInstanceClosed","blades"],"omfx-language-picker":["valueBind","onValueChanged","scopedSlots","styles","loadLanguage"],"omfx-media-picker-image":["image","imageStyle"],"omfx-media-picker-video":["video"],"omfx-multilingual-input":["valueBind","richTextSettings","requiredWithValidator","onValueChanged"],"omfx-organizationtree":["valueBind","onNewUserSelected"],"omfx-reportees":["users","manager","onUserClick"],"omfx-permission-input":["settings","contextParams"],"omfx-persona":["largeImage","linkToProfilecard","highlight","user","onUserClick"],"omfx-post-component":["richTextSettings","cardStyle","showMoreSize","styles","allowLikes","enableMention","customSlots"],"omfx-aboutuser":["user"],"omfx-profilecard":["user","scopedSlots","appendToBody"],"omfx-profilecard-dialog":["user"],"omfx-rich-text-editor":["onContentChange","onContentDataChange","onInstanceCreated"],"omfx-rich-text-editor-renderer":["editorContent"],"omfx-rollup-empty":["text","renderingMode"],"omfx-rollup-filter":["valueBind","onFilterChange","useRollupFilterRouter"],"omfx-security-trimer":["content","alternativeContent","roles"],"omfx-settings-pane":["valueBind","onCancel","onSave"],"omfx-comment-component":["topicId","comments","template","dynamicInput","richTextSettings","enableBestReply","canMarkBestReply","sortOrder","allowLikes","cardStyle","showMoreSize","additionalRoles"],"omfx-people-tagging-component":["content","disabled","richTextSettings","enableMention","contentChanged","mentionChanged","resetContetnRte"],"omfx-like-component":["topicId","commendId","commentLikeService","likes","likeListingTemplate","extendComponents"],"omfx-like-listing-template":["likes","socialReactionStylings","currentSocialReaction","close"],"omfx-spacing-picker":["valueBind","onValueChanged"],"omfx-status-message-overlay":["content"],"omfx-template-picker":["valueBind","templates","onValueChanged"],"omfx-text-translator":["onTranslateCompleted"],"omfx-themedefinition-editor":["hideBodySettings","hideChromeSettings","hideBorderSettings","valueBind","onValueChanged","attachedToParent"],"omfx-timezone-picker":["valueBind","onValueChanged","scopedSlots","styles"],"omfx-url-input":["valueBind","requiredWithValidator","onValueChanged","onBlur"],"omfx-field-validation":["useValidator","checkValue","rules","getCheckValue"],"omfx-wizard":["styles","onInstanceCreated","steps"]}
|