@omnia/fx 8.0.292-dev → 8.0.295-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/apis/ApiHelper.d.ts +2 -2
- package/internal-do-not-import-from-here/console/components/MessageBusSubscriptionsViewer.d.ts +4 -14
- package/internal-do-not-import-from-here/console/components/SocketComponent.d.ts +1 -1
- package/internal-do-not-import-from-here/console/components/StoreLogviewer.d.ts +4 -8
- package/internal-do-not-import-from-here/core/Extend.d.ts +1 -0
- package/internal-do-not-import-from-here/core/messaging/BuiltInTopics.d.ts +9 -4
- package/internal-do-not-import-from-here/core/messaging/InternalTopics.d.ts +26 -20
- 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.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/spfx/components/OmniaWPContainer.d.ts +6 -38
- package/internal-do-not-import-from-here/spfx/components/OmniaWPContainerSettings.d.ts +6 -29
- package/internal-do-not-import-from-here/stores/Store.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/admin/chrome/AdminChromeWrapper.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +1 -15
- package/internal-do-not-import-from-here/ux/admin/settings/blades/redirect/OmniaRedirect.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/redirect/RedirectDetails.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/redirect/loc/localize.d.ts +19 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/redirect/store/OmniaRedirectService.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/redirect/store/OmniaRedirectStore.d.ts +93 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/TenantRegional.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/Router.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +1 -7
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollupRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/metric/MetricDetailsDialogRenderer.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/metric/MetricRenderer.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/MetricTab.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/app/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +1 -83
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAdmin.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +1 -18
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/AppInstanceEditingJourney.d.ts +1 -15
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditEnterprisePropertiesBlade.d.ts +1 -18
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditProperiesBlade.d.ts +1 -21
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/AppInstanceProgressBlade.d.ts +1 -20
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +1 -11
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceenterprisepropertiesstep/AppInstanceEnterprisePropertiesStep.d.ts +1 -20
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/AppInstanceInformationStep.d.ts +1 -20
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/AppInstanceSummaryStep.d.ts +1 -20
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/AppInstanceUsersStep.d.ts +1 -20
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +1 -87
- package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/AppRouteInput.d.ts +1 -26
- package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/AppTitleInput.d.ts +1 -71
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +1 -25
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +1 -19
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceFeatureVueComponent.d.ts +1 -23
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceInformationVueComponent.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +1 -44
- package/internal-do-not-import-from-here/ux/appprovisioning/renderer/Renderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/actionhandler/ThemeDesignerAction.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/aurora/actionhandler/ThemeSelectorAction.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/ComponentsJourney.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/BlockBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/BlockBladeEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/BlueprintPreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/ButtonBladeEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/ButtonsBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/ContainersBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/ContainersBladeEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/EditBlueprints.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/IconsBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/IconsBladeEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/TabBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/TabBladeEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/SpacingJourney.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/blades/EditSpacingBlueprintBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/blades/EditSpacingDefinitionBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/TypographyJourney.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/blades/EditTypographyBlueprintBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/blades/EditTypographyDefinitionBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/blades/EditTypographyFillBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/components/FontPicker.d.ts +1 -75
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +13 -3
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/colorschemas/ColorSchemasJourney.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/colorschemas/blades/ColorSchemaDefinitionBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/TemplatesJourney.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/blades/ButtonTemplateEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/blades/ButtonTemplates.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/blades/ChromeTemplateEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/blades/ChromeTemplates.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/blades/TabTemplateEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/blades/TabTemplates.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/PreviewJourney.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/blades/EditThemeBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/blades/ViewThemeBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +1 -17
- package/internal-do-not-import-from-here/ux/aurora/components/blueprinttemplatespicker/BlueprintsTemplatePicker.d.ts +1 -73
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +1 -28
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeEditor.d.ts +1 -85
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +1 -83
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeViewer.d.ts +1 -23
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +2 -119
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +2 -81
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaEditor.d.ts +1 -79
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +1 -118
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +1 -99
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +1 -96
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +1 -25
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingEditor.d.ts +1 -70
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingViewer.d.ts +1 -70
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +1 -39
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +1 -85
- package/internal-do-not-import-from-here/ux/aurora/designkits/documentation/themes/BlueprintsTypography.d.ts +13 -1
- package/internal-do-not-import-from-here/ux/aurora/designkits/editor/themes/BlueprintsTypography.d.ts +12 -1
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/TypographyBlueprints.d.ts +46 -1
- package/internal-do-not-import-from-here/ux/aurora/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/store/FontStore.d.ts +16 -13
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +713 -76
- package/internal-do-not-import-from-here/ux/aurora/store/TemplateRegistrationStore.d.ts +6 -8
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +133 -85
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStoreV2.d.ts +13 -8
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +713 -76
- package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +1 -18
- package/internal-do-not-import-from-here/ux/aurora/themingV3/index.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/themingV3/model/ThemingBoot.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/aurora/themingV3/model/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/themingV3/service/ThemingService.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/aurora/themingV3/service/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/themingV3/store/ThemingStore.d.ts +67 -0
- package/internal-do-not-import-from-here/ux/aurora/themingV3/store/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/authsetup/steps/EmailVerify.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/authsetup/steps/OTP.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/authsetup/steps/Password.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/chrome/ChromeRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/commandpalette/CommandPalette.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +1 -53
- package/internal-do-not-import-from-here/ux/datetimefilterquery/DateTimeFilterQuery.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +1 -116
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -51
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +5 -29
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +2 -26
- package/internal-do-not-import-from-here/ux/docs/chrome/DocsChrome.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +1 -14
- package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +1 -38
- package/internal-do-not-import-from-here/ux/documenticon/DocumentIcon.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/draggable/DraggableComponent.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/ActionToolbar.d.ts +1 -28
- package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/DisplaySettingsToolbar.d.ts +1 -21
- package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +1 -25
- package/internal-do-not-import-from-here/ux/editorchrome/panel_tabs/TabsPanel.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +1 -14
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +2 -24
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +2 -21
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +1 -33
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +1 -77
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +2 -130
- package/internal-do-not-import-from-here/ux/features/FeaturesJourneyTenant.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filepickerprovider/mycomputerprovider/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +1 -31
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +1 -14
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/boolean/BooleanPropertyRenderer.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DatePropertyRenderer.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DateTimePeriodSlider.d.ts +1 -75
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/dialog/DialogContent.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/number/NumberPropertyRenderer.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +1 -43
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChips.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyItemRenderer.d.ts +1 -22
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyList.d.ts +1 -9
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyRenderer.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/tags/TagsPropertyChips.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/tags/TagsPropertyRenderer.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRefinementList.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRefinementSelection.d.ts +1 -22
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRenderer.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/boolean/SelectionsAreaBooleanRenderer.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/date/SelectionsAreaDateRenderer.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/number/SelectionsAreaNumberRenderer.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/person/SelectionsAreaPersonRenderer.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/tags/SelectionsAreaTagsRenderer.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/text/SelectionsAreaTextRenderer.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput.d.ts +1 -10
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +1 -11
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertyDefaultValueInput.d.ts +1 -10
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +1 -11
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput.d.ts +1 -10
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +1 -11
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +1 -11
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +1 -11
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertyDefaultValueInput.d.ts +1 -10
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettings.d.ts +1 -11
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertyDefaultValueInput.d.ts +1 -10
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +1 -11
- package/internal-do-not-import-from-here/ux/flow/editor/FlowEditor.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/flow/editor/FlowEditorToolbar.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/colorstyle/ColorButton.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/link/LinkButton.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/spacing/SpacingButton.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/typography/TypographyButton.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/flow/editor/stores/FlowEditorStore.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/flow/editor/stores/FlowEditorToolbarStore.d.ts +20 -0
- package/internal-do-not-import-from-here/ux/flow/renderer/FlowRenderer.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/flow/renderer/stores/FlowRendererStore.d.ts +13 -9
- package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +1 -44
- package/internal-do-not-import-from-here/ux/grecaptcha/GRecaptcha.d.ts +1 -11
- package/internal-do-not-import-from-here/ux/helptext/HelpText.d.ts +1 -9
- package/internal-do-not-import-from-here/ux/html/HtmlRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/chat/HubChat.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/HubFeed.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/hub/feed/HubFeedChrome.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/HubFeedSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/PageHeader.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/components/ActorItem.d.ts +2 -17
- package/internal-do-not-import-from-here/ux/hub/feed/components/ActorsList.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/hub/feed/components/CategoryItem.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/hub/feed/components/FeedItem.d.ts +1 -10
- package/internal-do-not-import-from-here/ux/hub/feed/components/FindMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/components/Header.d.ts +1 -15
- package/internal-do-not-import-from-here/ux/hub/feed/components/MeMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/components/MenuItem.d.ts +1 -18
- package/internal-do-not-import-from-here/ux/hub/feed/components/Social.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/hub/feed/components/StoryComponent.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/FeedTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/FindTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/MeTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyContentTable.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyProfile.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MySubscriptions.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +1 -83
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +2 -94
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -89
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +3 -159
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +2 -123
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -116
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +1 -94
- package/internal-do-not-import-from-here/ux/journey/Journey.d.ts +1 -11
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -102
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +1 -32
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts +1 -14
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/DeveloperTools.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/DevicePreviewer.d.ts +1 -10
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +1 -15
- 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/TabsSettingsStylePanel.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +1 -14
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.d.ts +1 -20
- 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/blocktitle/BlockTitle.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +1 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +1 -20
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/canvas/Spacing.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/ImageBackgroundSettings.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts +1 -82
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling.d.ts +1 -82
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +1 -82
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/lock/Lock.d.ts +1 -82
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +1 -82
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +1 -82
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +1 -82
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +1 -82
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/AccordionListingSettingsPanel.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/ColumnListingSettingsPanel.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +1 -17
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/StepListingSettingsPanel.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/TabListingSettingsPanel.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +2 -28
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/layoutactionhandler/LayoutAction.stylex.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/layoutblock/LayoutBlock.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/layoutblock/LayoutBlockSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +3 -37
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +1 -20
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +1 -19
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +2 -30
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +4 -24
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +2 -18
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionSliderRenderer.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionStepperRenderer.d.ts +1 -14
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +1 -20
- package/internal-do-not-import-from-here/ux/limited-label/LimitedLabel.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/{linkpicker → links}/LinkPicker.d.ts +4 -6
- package/internal-do-not-import-from-here/ux/{linkpicker → links}/LinkRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/links/apis/InternalLinkProviderRegistrationApi.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/links/apis/Registration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/{linkpicker → links}/store/LinkPickerStore.d.ts +16 -7
- package/internal-do-not-import-from-here/ux/magiclink/MagicLinkFailure.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/magiclink/MagicLinkLogin.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +12 -121
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +9 -26
- package/internal-do-not-import-from-here/ux/markdown/plugins/CodeComponent.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/NumberOfRemaining.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollageWrapper.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoMask.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/ViewMore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/view/MediaDisplayRenderer.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +4 -115
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/components/MediaGallerySelector.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/mediapickerV2/docs/MediaProviderExample.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.d.ts +1 -14
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/cropper/ImageCropMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/cropper/ImageCropper.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditor.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +1 -22
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/filters/ImageFilters.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/flipper/ImageFlipper.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/settings/ImageSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/ImageTransformer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/mediapickerproviders/Vimeo/VimeoProvider.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/mediapickerproviders/Youtube/YouTubeProvider.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/BingProvider.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-V2/PexelProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/UnsplashProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/linkpicker/LinkPickerRegistration.d.ts +5 -12
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +1 -103
- package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +1 -11
- package/internal-do-not-import-from-here/ux/oxide/btn/docs/Presets.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/SampleDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/icon/docs/SystemIcons.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/link/link.stylex.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +7 -51
- package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +2 -50
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -49
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +1 -68
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +10 -1
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/block/SlidePanelBlock.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/stickycontainer/StickyContainer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +2 -92
- package/internal-do-not-import-from-here/ux/pickerwrapper/PickerWrapper.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/presetupwizard/PreSetupWizard.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/block/PropertyBlock.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/block/PropertyBlockSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +1 -68
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayConfiguration.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +1 -13
- package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +1 -9
- package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileEditor.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +1 -13
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeConfiguration.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +1 -13
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +1 -9
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +1 -10
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +1 -9
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +1 -14
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +1 -9
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +1 -9
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +1 -9
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +1 -9
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +1 -9
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +1 -10
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +1 -9
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +1 -13
- package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +1 -9
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +1 -9
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +1 -13
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +1 -99
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +1 -49
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +1 -79
- package/internal-do-not-import-from-here/ux/richtexteditor/EditorMenuBar.d.ts +1 -14
- package/internal-do-not-import-from-here/ux/richtexteditor/Emoticon/EmoticonComponent.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/MentionComponent/MentionComponent.d.ts +1 -19
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +2 -75
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +1 -72
- package/internal-do-not-import-from-here/ux/richtexteditor/TextCompletionPanel/TextCompletionPanel.d.ts +1 -13
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/Alignment.d.ts +1 -1
- 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/AnchorLink.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLinkMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGifMenu.d.ts +1 -5
- 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/Blockquote.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/Code.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/CodeBlock.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/EmoticonPicker.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 +1 -6
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/History.d.ts +1 -1
- 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/HorizontalRule.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/Html.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/HtmlToolbar.d.ts +1 -5
- 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/LanguagePicker.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePickerToolbar.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNodeView.d.ts +1 -22
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/Mention.d.ts +1 -14
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionToolbar.d.ts +1 -14
- 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/RemoveFormatting.d.ts +2 -2
- 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/Strike.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/Table.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/TableSubToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/TableToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColor.d.ts +1 -1
- 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 +1 -6
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextTranslator/TextTranslator.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/Underline/UnderlineToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +1 -20
- package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +1 -35
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +1 -44
- package/internal-do-not-import-from-here/ux/signin/AuthenticationBlock.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/signin/AuthenticationPage.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/ConfirmEmailView.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/MagicLinkProvider.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/OtpProvider.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/PostProcessingProvider.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/signout/Logout.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +1 -76
- package/internal-do-not-import-from-here/ux/social/CommentDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/Like.d.ts +1 -48
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +1 -25
- package/internal-do-not-import-from-here/ux/social/Reactions.d.ts +1 -31
- package/internal-do-not-import-from-here/ux/social/likehandler/LikeActionSettings.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +1 -38
- package/internal-do-not-import-from-here/ux/social/templates/LikeListingTemplate.d.ts +1 -15
- package/internal-do-not-import-from-here/ux/statuscoderenderer/StatusCodeRenderer.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/statusmessageoverlay/LayoutEngineTest.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +1 -14
- package/internal-do-not-import-from-here/ux/texttranslator/TextTranslator.d.ts +1 -18
- package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +1 -82
- package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +1 -89
- package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +1 -81
- package/internal-do-not-import-from-here/ux/validation/FieldValidation.d.ts +1 -9
- package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlock.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlockSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlock.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +4 -123
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +1 -94
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +1 -84
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +34 -2
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronTypes.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronActions.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronDataBinder.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditorAction.d.ts +1 -8
- 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/CodeEditor.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/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/panels/edit-editors/EditEditorsPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +1 -36
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/App.d.ts +1 -16
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Button.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Card.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Checkbox.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Chip.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Custom.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Dialog.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Editor.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Flex.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/FlexColumn.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/FlexRow.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Flow.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Grid.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Icon.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Image.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Link.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Lottie.d.ts +0 -32
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ProgressCircle.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Property.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Radio.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Reference.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Rive.d.ts +0 -32
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/SlidePanel.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Slot.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Text.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/TextInput.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Video.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/WebView.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/AlignmentEditor.d.ts +1 -73
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BackgroundEditor.d.ts +1 -73
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +1 -81
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorEditor.d.ts +1 -70
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +1 -75
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/FlowEditor.d.ts +1 -76
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/GridEditor.d.ts +1 -68
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/IconEditor.d.ts +1 -76
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ImageEditor.d.ts +1 -76
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/LinkResolverEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/NumberEditor.d.ts +1 -79
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +2 -85
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SelectEditor.d.ts +1 -76
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SliderEditor.d.ts +1 -77
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +1 -76
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SwitchEditor.d.ts +1 -76
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TextEditor.d.ts +1 -79
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TypographyEditor.d.ts +1 -76
- package/internal-do-not-import-from-here/ux/velcron/stores/VelcronDefinitionStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/LayoutAliasBlade.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/versionedlayout/controller/Chrome.d.ts +1 -17
- package/internal-do-not-import-from-here/ux/versionedlayout/controller/VersionedLayoutController.d.ts +1 -23
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRenderer.d.ts +1 -29
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRendererSizeMonitor.d.ts +1 -11
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutCreationForm.d.ts +1 -11
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutMappingAction.d.ts +1 -17
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutRenameForm.d.ts +1 -14
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/displaybreakpoint/DisplayBreakpointAction.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/versionedlayout/layoutbackgroundimage/LayoutBackgroundImage.d.ts +1 -14
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/InternalVersionedLayoutRenderer.d.ts +1 -29
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +1 -38
- package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +1 -39
- package/internal-do-not-import-from-here/wctypings.d.ts +44 -2
- package/package.json +3 -3
- package/internal-do-not-import-from-here/spfx/components/IOmniaWPContainerSettings.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/linkpicker/apis/InternalLinkProviderRegistrationApi.d.ts +0 -5
- /package/internal-do-not-import-from-here/ux/{linkpicker/LinkPicker.css.d.ts → admin/settings/blades/redirect/ComponentRegistration.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{linkpicker/apis/Registration.d.ts → links/LinkPicker.css.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{linkpicker → links}/LinkRenderer.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{linkpicker → links}/apis/InternalLinkHandlerRegistrationApi.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{linkpicker → links}/factory/LinkItemFactory.d.ts +0 -0
@@ -6,11 +6,7 @@ declare const _default: {
|
|
6
6
|
};
|
7
7
|
}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
8
8
|
[key: string]: any;
|
9
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
10
|
-
tabInstance: {
|
11
|
-
type: import("vue").PropType<ILayoutCanvasTabInstance>;
|
12
|
-
};
|
13
|
-
}>>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
9
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
14
10
|
P: {};
|
15
11
|
B: {};
|
16
12
|
D: {};
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts
CHANGED
@@ -26,33 +26,7 @@ declare const _default: {
|
|
26
26
|
type: import("vue").PropType<String | String[]>;
|
27
27
|
required: boolean;
|
28
28
|
};
|
29
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
30
|
-
getApi: {
|
31
|
-
type: import("vue").PropType<(store: ReturnType<typeof useSizeContainerStore>) => void>;
|
32
|
-
};
|
33
|
-
toned: {
|
34
|
-
type: import("vue").PropType<boolean>;
|
35
|
-
};
|
36
|
-
filled: {
|
37
|
-
type: import("vue").PropType<boolean>;
|
38
|
-
};
|
39
|
-
colorSchemaType: {
|
40
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
41
|
-
required: boolean;
|
42
|
-
};
|
43
|
-
container: {
|
44
|
-
type: BooleanConstructor;
|
45
|
-
required: boolean;
|
46
|
-
};
|
47
|
-
colors: {
|
48
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
49
|
-
required: boolean;
|
50
|
-
};
|
51
|
-
class: {
|
52
|
-
type: import("vue").PropType<String | String[]>;
|
53
|
-
required: boolean;
|
54
|
-
};
|
55
|
-
}>>, {
|
29
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
56
30
|
container: boolean;
|
57
31
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
58
32
|
P: {};
|
@@ -127,8 +101,8 @@ declare const _default: {
|
|
127
101
|
class?: String | String[];
|
128
102
|
filled?: boolean;
|
129
103
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
130
|
-
toned?: boolean;
|
131
104
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
105
|
+
toned?: boolean;
|
132
106
|
getApi?: (store: ReturnType<typeof useSizeContainerStore>) => void;
|
133
107
|
}>, never>;
|
134
108
|
};
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts
CHANGED
@@ -33,32 +33,7 @@ declare const _default: {
|
|
33
33
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
34
34
|
required: boolean;
|
35
35
|
};
|
36
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
37
|
-
small: {
|
38
|
-
type: import("vue").PropType<boolean>;
|
39
|
-
};
|
40
|
-
postInsert: {
|
41
|
-
type: import("vue").PropType<boolean>;
|
42
|
-
};
|
43
|
-
siblingId: {
|
44
|
-
type: import("vue").PropType<string>;
|
45
|
-
};
|
46
|
-
parentContainer: {
|
47
|
-
type: import("vue").PropType<LayoutItem>;
|
48
|
-
};
|
49
|
-
colorSchemaType: {
|
50
|
-
type: import("vue").PropType<ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
51
|
-
required: boolean;
|
52
|
-
};
|
53
|
-
container: {
|
54
|
-
type: BooleanConstructor;
|
55
|
-
required: boolean;
|
56
|
-
};
|
57
|
-
colors: {
|
58
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
59
|
-
required: boolean;
|
60
|
-
};
|
61
|
-
}>>, {
|
36
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
62
37
|
container: boolean;
|
63
38
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
64
39
|
P: {};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
declare const _default: {
|
2
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
3
3
|
P: {};
|
4
4
|
B: {};
|
5
5
|
D: {};
|
package/internal-do-not-import-from-here/ux/layoutcanvas/layoutblock/LayoutBlockSettings.d.ts
CHANGED
@@ -3,7 +3,7 @@ export interface LayoutBlockSettings {
|
|
3
3
|
versionLayoutId: VersionedLayoutId;
|
4
4
|
}
|
5
5
|
declare const _default: {
|
6
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
6
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
7
7
|
P: {};
|
8
8
|
B: {};
|
9
9
|
D: {};
|
package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts
CHANGED
@@ -36,41 +36,7 @@ declare const _default: {
|
|
36
36
|
blockId: {
|
37
37
|
type: import("vue").PropType<guid>;
|
38
38
|
};
|
39
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
40
|
-
blockElementToRender: {
|
41
|
-
type: import("vue").PropType<string>;
|
42
|
-
};
|
43
|
-
blockManifestId: {
|
44
|
-
type: import("vue").PropType<guid>;
|
45
|
-
};
|
46
|
-
onBlockInstanceCreated: {
|
47
|
-
type: import("vue").PropType<(blockInstance: IBlockInstance) => void>;
|
48
|
-
};
|
49
|
-
onSettingsElementUpdated: {
|
50
|
-
type: import("vue").PropType<(element: string) => void>;
|
51
|
-
};
|
52
|
-
fileContext: {
|
53
|
-
type: import("vue").PropType<LayoutFileContext>;
|
54
|
-
};
|
55
|
-
mediaContext: {
|
56
|
-
type: import("vue").PropType<LayoutMediaContext>;
|
57
|
-
};
|
58
|
-
isEditMode: {
|
59
|
-
type: import("vue").PropType<boolean>;
|
60
|
-
};
|
61
|
-
layoutProvider: {
|
62
|
-
type: import("vue").PropType<string>;
|
63
|
-
};
|
64
|
-
settingsStorage: {
|
65
|
-
type: import("vue").PropType<ISettingsStorage<any>>;
|
66
|
-
};
|
67
|
-
blockRenderer: {
|
68
|
-
type: import("vue").PropType<() => JSX.Element>;
|
69
|
-
};
|
70
|
-
blockId: {
|
71
|
-
type: import("vue").PropType<guid>;
|
72
|
-
};
|
73
|
-
}>>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
39
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
74
40
|
P: {};
|
75
41
|
B: {};
|
76
42
|
D: {};
|
@@ -153,13 +119,13 @@ declare const _default: {
|
|
153
119
|
propsDefinition: Omit<Readonly<{} & {
|
154
120
|
layoutProvider?: string;
|
155
121
|
blockId?: guid;
|
156
|
-
isEditMode?: boolean;
|
157
|
-
onBlockInstanceCreated?: (blockInstance: IBlockInstance) => void;
|
158
122
|
blockRenderer?: () => JSX.Element;
|
159
123
|
settingsStorage?: ISettingsStorage<any>;
|
124
|
+
isEditMode?: boolean;
|
160
125
|
mediaContext?: LayoutMediaContext;
|
161
126
|
fileContext?: LayoutFileContext;
|
162
127
|
onSettingsElementUpdated?: (element: string) => void;
|
128
|
+
onBlockInstanceCreated?: (blockInstance: IBlockInstance) => void;
|
163
129
|
blockManifestId?: guid;
|
164
130
|
blockElementToRender?: string;
|
165
131
|
}>, never>;
|
@@ -21,26 +21,7 @@ declare const _default: {
|
|
21
21
|
designRender: {
|
22
22
|
type: import("vue").PropType<boolean>;
|
23
23
|
};
|
24
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
25
|
-
height: {
|
26
|
-
type: import("vue").PropType<string>;
|
27
|
-
};
|
28
|
-
noScroll: {
|
29
|
-
type: import("vue").PropType<boolean>;
|
30
|
-
};
|
31
|
-
disableScrollCompensation: {
|
32
|
-
type: import("vue").PropType<boolean>;
|
33
|
-
};
|
34
|
-
provider: {
|
35
|
-
type: import("vue").PropType<string>;
|
36
|
-
};
|
37
|
-
getApi: {
|
38
|
-
type: import("vue").PropType<(inst: LayoutRendererCanvasApi, layoutCanvasStore: LayoutCanvasStore) => void>;
|
39
|
-
};
|
40
|
-
designRender: {
|
41
|
-
type: import("vue").PropType<boolean>;
|
42
|
-
};
|
43
|
-
}>>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
24
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
44
25
|
P: {};
|
45
26
|
B: {};
|
46
27
|
D: {};
|
@@ -20,25 +20,7 @@ declare const _default: {
|
|
20
20
|
onClick?: () => any;
|
21
21
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
22
22
|
click: () => true;
|
23
|
-
}, import("vue").
|
24
|
-
item: {
|
25
|
-
type: import("vue").PropType<LayoutItemRegistration>;
|
26
|
-
};
|
27
|
-
colorSchemaType: {
|
28
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
29
|
-
required: boolean;
|
30
|
-
};
|
31
|
-
container: {
|
32
|
-
type: BooleanConstructor;
|
33
|
-
required: boolean;
|
34
|
-
};
|
35
|
-
colors: {
|
36
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
37
|
-
required: boolean;
|
38
|
-
};
|
39
|
-
}>> & {
|
40
|
-
onClick?: () => any;
|
41
|
-
}, {
|
23
|
+
}, import("vue").PublicProps, {
|
42
24
|
container: boolean;
|
43
25
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
44
26
|
P: {};
|
@@ -28,35 +28,7 @@ declare const _default: {
|
|
28
28
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
29
29
|
required: boolean;
|
30
30
|
};
|
31
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
32
|
-
toned: {
|
33
|
-
type: import("vue").PropType<boolean>;
|
34
|
-
};
|
35
|
-
small: {
|
36
|
-
type: import("vue").PropType<boolean>;
|
37
|
-
};
|
38
|
-
postInsert: {
|
39
|
-
type: import("vue").PropType<boolean>;
|
40
|
-
};
|
41
|
-
siblingId: {
|
42
|
-
type: import("vue").PropType<string>;
|
43
|
-
};
|
44
|
-
parentContainer: {
|
45
|
-
type: import("vue").PropType<LayoutItem>;
|
46
|
-
};
|
47
|
-
colorSchemaType: {
|
48
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
49
|
-
required: boolean;
|
50
|
-
};
|
51
|
-
container: {
|
52
|
-
type: BooleanConstructor;
|
53
|
-
required: boolean;
|
54
|
-
};
|
55
|
-
colors: {
|
56
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
57
|
-
required: boolean;
|
58
|
-
};
|
59
|
-
}>>, {
|
31
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
60
32
|
container: boolean;
|
61
33
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
62
34
|
P: {};
|
@@ -134,8 +106,8 @@ declare const _default: {
|
|
134
106
|
small?: boolean;
|
135
107
|
container?: boolean;
|
136
108
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
137
|
-
toned?: boolean;
|
138
109
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
110
|
+
toned?: boolean;
|
139
111
|
parentContainer?: LayoutItem;
|
140
112
|
siblingId?: string;
|
141
113
|
postInsert?: boolean;
|
@@ -7,14 +7,7 @@ declare const _default: {
|
|
7
7
|
section: {
|
8
8
|
type: import("vue").PropType<Section<StepperSectionSettings>>;
|
9
9
|
};
|
10
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
11
|
-
renderSectionItem: {
|
12
|
-
type: import("vue").PropType<(sectionItem: SectionItem<SteppedSectionItemSettings>) => JSX.Element | Array<JSX.Element>>;
|
13
|
-
};
|
14
|
-
section: {
|
15
|
-
type: import("vue").PropType<Section<StepperSectionSettings>>;
|
16
|
-
};
|
17
|
-
}>>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
10
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
18
11
|
P: {};
|
19
12
|
B: {};
|
20
13
|
D: {};
|
@@ -24,27 +24,7 @@ export declare const LayoutBlockRenderer: {
|
|
24
24
|
getBlock: (ref: any) => any;
|
25
25
|
blockInstanceCreated: (blockInstance: any) => any;
|
26
26
|
blockInstanceCacheKeyUpdated: (blockInstance: any) => any;
|
27
|
-
}, import("vue").
|
28
|
-
colorSchemaType: {
|
29
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
30
|
-
required: boolean;
|
31
|
-
};
|
32
|
-
container: {
|
33
|
-
type: BooleanConstructor;
|
34
|
-
required: boolean;
|
35
|
-
};
|
36
|
-
colors: {
|
37
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
38
|
-
required: boolean;
|
39
|
-
};
|
40
|
-
renderContext: {
|
41
|
-
type: import("vue").PropType<LayoutEngineRenderContext<Block, SectionSettings>>;
|
42
|
-
};
|
43
|
-
}>> & {
|
44
|
-
onGetBlock?: (ref: any) => any;
|
45
|
-
onBlockInstanceCreated?: (blockInstance: any) => any;
|
46
|
-
onBlockInstanceCacheKeyUpdated?: (blockInstance: any) => any;
|
47
|
-
}, {
|
27
|
+
}, import("vue").PublicProps, {
|
48
28
|
container: boolean;
|
49
29
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
50
30
|
P: {};
|
@@ -109,11 +89,11 @@ export declare const LayoutBlockRenderer: {
|
|
109
89
|
propsDefinition: Omit<Readonly<{} & {
|
110
90
|
container?: boolean;
|
111
91
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
112
|
-
renderContext?: LayoutEngineRenderContext<Block, SectionSettings>;
|
113
92
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
114
|
-
|
115
|
-
|
93
|
+
renderContext?: LayoutEngineRenderContext<Block, SectionSettings>;
|
94
|
+
}>, "onBlockInstanceCreated" | "onGetBlock" | "onBlockInstanceCacheKeyUpdated"> & {
|
116
95
|
onBlockInstanceCreated?: (blockInstance: any) => any;
|
96
|
+
onGetBlock?: (ref: any) => any;
|
117
97
|
onBlockInstanceCacheKeyUpdated?: (blockInstance: any) => any;
|
118
98
|
};
|
119
99
|
};
|
@@ -11,11 +11,7 @@ declare const _default: {
|
|
11
11
|
renderContext: {
|
12
12
|
type: import("vue").PropType<LayoutEngineRenderContext<SectionItem<ColumnedSectionItemSettings>, SectionSettings>>;
|
13
13
|
};
|
14
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
15
|
-
renderContext: {
|
16
|
-
type: import("vue").PropType<LayoutEngineRenderContext<SectionItem<ColumnedSectionItemSettings>, SectionSettings>>;
|
17
|
-
};
|
18
|
-
}>>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
14
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
19
15
|
P: {};
|
20
16
|
B: {};
|
21
17
|
D: {};
|
@@ -23,23 +23,7 @@ export declare const LayoutSectionRenderer: {
|
|
23
23
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
24
24
|
required: boolean;
|
25
25
|
};
|
26
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
27
|
-
renderContext: {
|
28
|
-
type: import("vue").PropType<LayoutEngineRenderContext<Section<SectionSettings>, import("@omnia/fx-models").LayoutItemSettings>>;
|
29
|
-
};
|
30
|
-
colorSchemaType: {
|
31
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
32
|
-
required: boolean;
|
33
|
-
};
|
34
|
-
container: {
|
35
|
-
type: BooleanConstructor;
|
36
|
-
required: boolean;
|
37
|
-
};
|
38
|
-
colors: {
|
39
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
40
|
-
required: boolean;
|
41
|
-
};
|
42
|
-
}>>, {
|
26
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
43
27
|
container: boolean;
|
44
28
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
45
29
|
P: {};
|
@@ -92,7 +76,7 @@ export declare const LayoutSectionRenderer: {
|
|
92
76
|
propsDefinition: Omit<Readonly<{} & {
|
93
77
|
container?: boolean;
|
94
78
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
95
|
-
renderContext?: LayoutEngineRenderContext<Section<SectionSettings>, import("@omnia/fx-models").LayoutItemSettings>;
|
96
79
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
80
|
+
renderContext?: LayoutEngineRenderContext<Section<SectionSettings>, import("@omnia/fx-models").LayoutItemSettings>;
|
97
81
|
}>, never>;
|
98
82
|
};
|
@@ -4,11 +4,7 @@ declare const _default: {
|
|
4
4
|
renderContext: {
|
5
5
|
type: import("vue").PropType<LayoutEngineRenderContext<Section<SectionSettings>, import("@omnia/fx-models").LayoutItemSettings>>;
|
6
6
|
};
|
7
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
8
|
-
renderContext: {
|
9
|
-
type: import("vue").PropType<LayoutEngineRenderContext<Section<SectionSettings>, import("@omnia/fx-models").LayoutItemSettings>>;
|
10
|
-
};
|
11
|
-
}>>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
7
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
12
8
|
P: {};
|
13
9
|
B: {};
|
14
10
|
D: {};
|
@@ -19,20 +19,7 @@ declare const _default: {
|
|
19
19
|
section: {
|
20
20
|
type: import("vue").PropType<Section<StepperSectionSettings>>;
|
21
21
|
};
|
22
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
23
|
-
themeTargetId: {
|
24
|
-
type: import("vue").PropType<string>;
|
25
|
-
};
|
26
|
-
useScrollMargingFix: {
|
27
|
-
type: import("vue").PropType<boolean>;
|
28
|
-
};
|
29
|
-
layoutId: {
|
30
|
-
type: import("vue").PropType<string>;
|
31
|
-
};
|
32
|
-
section: {
|
33
|
-
type: import("vue").PropType<Section<StepperSectionSettings>>;
|
34
|
-
};
|
35
|
-
}>>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
22
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
36
23
|
P: {};
|
37
24
|
B: {};
|
38
25
|
D: {};
|
@@ -19,26 +19,7 @@ declare const _default: {
|
|
19
19
|
themeTargetId: {
|
20
20
|
type: import("vue").PropType<string>;
|
21
21
|
};
|
22
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
23
|
-
useScrollMargingFix: {
|
24
|
-
type: import("vue").PropType<boolean>;
|
25
|
-
};
|
26
|
-
layoutId: {
|
27
|
-
type: import("vue").PropType<string>;
|
28
|
-
};
|
29
|
-
settings: {
|
30
|
-
type: import("vue").PropType<SectionSettings>;
|
31
|
-
};
|
32
|
-
step: {
|
33
|
-
type: import("vue").PropType<SectionItem<SteppedSectionItemSettings>>;
|
34
|
-
};
|
35
|
-
designRender: {
|
36
|
-
type: import("vue").PropType<boolean>;
|
37
|
-
};
|
38
|
-
themeTargetId: {
|
39
|
-
type: import("vue").PropType<string>;
|
40
|
-
};
|
41
|
-
}>>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
22
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
42
23
|
P: {};
|
43
24
|
B: {};
|
44
25
|
D: {};
|
@@ -3,11 +3,7 @@ declare const limitedLabelComponent: {
|
|
3
3
|
activateOnLength: import("vue").Prop<number, number>;
|
4
4
|
text: import("vue").Prop<string, string>;
|
5
5
|
maxWidth: import("vue").Prop<string, string>;
|
6
|
-
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
7
|
-
activateOnLength: import("vue").Prop<number, number>;
|
8
|
-
text: import("vue").Prop<string, string>;
|
9
|
-
maxWidth: import("vue").Prop<string, string>;
|
10
|
-
}>>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
6
|
+
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
11
7
|
P: {};
|
12
8
|
B: {};
|
13
9
|
D: {};
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import {
|
2
|
-
import { DefineEmit } from "@omnia/fx/ux";
|
1
|
+
import { LinkItem, LinkProviderId } from "@omnia/fx-models";
|
2
|
+
import { DefineEmit, DefineSlot } from "@omnia/fx/ux";
|
3
3
|
import "./LinkPicker.css";
|
4
4
|
import { LinkPickerRegistration } from "@omnia/fx/ux";
|
5
5
|
export declare const LinkPickerVariantDefinitions: readonly ["default", "dialog"];
|
@@ -22,7 +22,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
22
22
|
} & {
|
23
23
|
editMode?: boolean;
|
24
24
|
} & {
|
25
|
-
|
25
|
+
selectableProviders?: LinkProviderId[];
|
26
26
|
} & {
|
27
27
|
styles?: {
|
28
28
|
toolbar?: import("typestyle/lib/types").NestedCSSProperties;
|
@@ -37,7 +37,5 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
37
37
|
rightPanelWrapper?: import("typestyle/lib/types").NestedCSSProperties;
|
38
38
|
rightPanelContent?: import("typestyle/lib/types").NestedCSSProperties;
|
39
39
|
};
|
40
|
-
} &
|
41
|
-
onSaved?: (link: LinkItem) => void | Promise<void>;
|
42
|
-
} & DefineEmit<"configureProviders", (providers: Array<LinkPickerRegistration>) => void> & DefineEmit<"update:modelValue", (value: boolean) => void> & DefineEmit<"update:selectedItem", (value: LinkItem) => void> & DefineEmit<"close", () => void>>) => any;
|
40
|
+
} & DefineEmit<"configureProviders", (providers: Array<LinkPickerRegistration>) => void> & DefineEmit<"close", () => void> & DefineEmit<"saved", (selectedLinkItem: LinkItem) => void> & DefineSlot<"activator", () => void>>) => any;
|
43
41
|
export default _default;
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import { DefineSlot, DefineVModel } from "@omnia/fx/ux";
|
1
|
+
import { DefineProp, DefineSlot, DefineVModel } from "@omnia/fx/ux";
|
2
2
|
import { LinkItem } from "@omnia/fx-models";
|
3
3
|
export type targetOpts = "_self" | "_target";
|
4
|
-
export type InternalLinkRender = DefineSlot<"renderer", (link: LinkItem) => void> & DefineVModel<"", LinkItem>;
|
4
|
+
export type InternalLinkRender = DefineSlot<"renderer", (link: LinkItem) => void> & DefineVModel<"", LinkItem> & DefineProp<"hideTitle", boolean> & DefineProp<"disabled", boolean>;
|
5
5
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<InternalLinkRender>) => any;
|
6
6
|
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -1,32 +1,41 @@
|
|
1
|
+
import { LinkItem } from "@omnia/fx-models";
|
1
2
|
import { LinkPickerRegistration } from "@omnia/fx/ux";
|
2
3
|
export declare const useLinkPickerStore: () => {
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
getters: {
|
7
|
-
currentProvider: () => LinkPickerRegistration[];
|
8
|
-
getProviders: (filters: string[]) => LinkPickerRegistration[];
|
4
|
+
get: {
|
5
|
+
readonly pickers: LinkPickerRegistration[];
|
6
|
+
link: LinkItem;
|
9
7
|
};
|
10
8
|
mutate: {
|
11
|
-
|
9
|
+
pickers: (value: LinkPickerRegistration[] | ((prev: LinkPickerRegistration[]) => LinkPickerRegistration[])) => void;
|
10
|
+
link: (value: LinkItem | ((prev: LinkItem) => LinkItem)) => void;
|
12
11
|
};
|
13
12
|
actions: {
|
14
13
|
onDispatching: {
|
14
|
+
setLink: {
|
15
|
+
subscribe(fn: (link: LinkItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
16
|
+
};
|
15
17
|
ensureLinkPickerProviders: {
|
16
18
|
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
17
19
|
};
|
18
20
|
};
|
19
21
|
onDispatched: {
|
22
|
+
setLink: {
|
23
|
+
subscribe(fn: (result: void, link: LinkItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
24
|
+
};
|
20
25
|
ensureLinkPickerProviders: {
|
21
26
|
subscribe(fn: (result: LinkPickerRegistration[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
22
27
|
};
|
23
28
|
};
|
24
29
|
onFailure: {
|
30
|
+
setLink: {
|
31
|
+
subscribe(fn: (failureReason: any, link: LinkItem) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
32
|
+
};
|
25
33
|
ensureLinkPickerProviders: {
|
26
34
|
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
27
35
|
};
|
28
36
|
};
|
29
37
|
} & {
|
38
|
+
setLink(link: LinkItem): void;
|
30
39
|
ensureLinkPickerProviders(): Promise<LinkPickerRegistration[]>;
|
31
40
|
};
|
32
41
|
} & {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import "./MagicLink.css";
|
2
2
|
declare const _default: {
|
3
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
3
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
4
4
|
P: {};
|
5
5
|
B: {};
|
6
6
|
D: {};
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import "./MagicLink.css";
|
2
2
|
declare const _default: {
|
3
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
3
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
4
4
|
P: {};
|
5
5
|
B: {};
|
6
6
|
D: {};
|