@omnia/fx 8.0.25-vnext → 8.0.26-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 +1 -1
- package/internal-do-not-import-from-here/console/components/MessageOverlay.d.ts +1 -1
- package/internal-do-not-import-from-here/manifests/omfx.libs.prosemirror.manifest.json +1 -0
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +31 -22
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +11 -0
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +9 -8
- package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/theming/index.js +1 -0
- package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +6 -1
- package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +25 -6
- package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/AppManagement.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +406 -33
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditAliasDialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditItem.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Features.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InstanceTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAction.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAdmin.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Listing.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/EditLayout.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutListing.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/addlayout/AddLayout.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/AffixRow.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/BlockWords.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/EditNamingPolicies.d.ts +2 -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 +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/PreviewPolicyNaming.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateDetail.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplatesListing.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertyRow.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/StepRow.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/authsetup/AuthSetup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/authsetup/steps/EmailVerify.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/authsetup/steps/OTP.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/authsetup/steps/Password.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/commandpalette/CommandPalette.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/compositiontests/CompositionBlockCurrent.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/compositiontests/CompositionBlockFuture.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +95 -10
- package/internal-do-not-import-from-here/ux/compositiontests/TestInjectComponent.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/compositiontests/WowComp.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +2 -2
- 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 +2 -2
- package/internal-do-not-import-from-here/ux/dynamicgroup/DynamicGroupPropertyEditorRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/settings/extendedproperty/ExtendedPropertySettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSection.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/SelectionsArea.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/boolean/BooleanPropertyRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DatePropertyRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/dialog/DialogContent.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/number/NumberPropertyRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChips.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyItemRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyList.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/boolean/SelectionsAreaBooleanRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/date/SelectionsAreaDateRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/number/SelectionsAreaNumberRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/person/SelectionsAreaPersonRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/text/SelectionsAreaTextRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/PropertyList.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertyDefaultValueInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertyDefaultValueInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/group/GroupPropertyEditorRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identities/components/settings/AzureAdSyncProviderSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncPropertyBindingSetup.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +112 -11
- 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 +19 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/DeveloperTools.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/DevicePreviewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlockInstance.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +19 -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 +15 -2
- 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/SettingsPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Css.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Spacing.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Style.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Targeting.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +46 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/canvas/Spacing.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/ImageBackgroundSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +3 -3
- 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 +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +3 -3
- 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 +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/AccordionListingSettingsPanel.d.ts +2 -2
- 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 +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/StepListingSettingsPanel.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/TabListingSettingsPanel.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +2 -2
- 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 +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionStepperRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/VelcronDefinitionStore.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/blockheaders.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/contentblocks.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/limited-label/LimitedLabel.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/magiclink/MagicLink.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +379 -0
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +68 -0
- package/internal-do-not-import-from-here/ux/markdown/Toast.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +95 -10
- package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/alignmentpicker/AlignmentPicker.d.ts +415 -0
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonIntro.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.d.ts +112 -11
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +112 -11
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +28 -2
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +28 -2
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableVirtual.d.ts +205 -512
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +32 -3
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +112 -11
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +112 -11
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +112 -11
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +20 -4
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/BasicPanelTypes.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelAlignment.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelVariants.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/Scrolling.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/SettingsPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +112 -11
- package/internal-do-not-import-from-here/ux/oxide/select/Select.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +133 -11
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +112 -11
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +112 -11
- package/internal-do-not-import-from-here/ux/oxide/spacer/Spacer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +112 -11
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +112 -11
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +32 -3
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +20 -4
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +112 -11
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +112 -11
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +12 -2
- package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarIntro.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +32 -212
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/TreeviewIntro.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/playground_test/Play2Component.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/presetupwizard/PreSetupWizard.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCardRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/legacy-enterprise-property/LegacyEnterprisePropertyDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/legacy-enterprise-property/LegacyEnterprisePropertyEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyDatasourceRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/EditorMenuBar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/Emoticon/EmoticonComponent.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +2 -2
- 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/History/HistoryToolbar.d.ts +1 -1
- 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/OrderedList/OrderedListToolbar.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 +19 -3
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +15 -2
- package/internal-do-not-import-from-here/ux/sidepanel/SidePanelRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/signin/SignInBlock.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/signin/SignInPage.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/MagicLinkProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/OtpProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/PasswordProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/signout/SignOut.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +112 -11
- 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 +2 -2
- package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +95 -10
- package/internal-do-not-import-from-here/ux/theming-v2/BlueprintStore.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +6 -3
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +48 -48
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.d.ts +95 -10
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +112 -11
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +187 -76
- package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseBlueprintStyling.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseComponentStyling.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseTypographyStyling.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/styling/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +112 -11
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +3 -3
- 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/blueprints/BlueprintEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/{BluePrintSelector.css.d.ts → BlueprintSelector.css.d.ts} +2 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/{BluePrintSelector.d.ts → BlueprintSelector.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/{velcron/editor/components/ShareApp.d.ts → theming-v2/themeeditor/components/blueprints/components/BlockBlueprintEditor.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ColorSelector.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ComponentsViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/FxViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ThemeViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themes/Blueprints.d.ts +4 -15
- package/internal-do-not-import-from-here/ux/theming-v2/themes/Themes.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/theming-v2/themes/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +13 -10
- package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/user/UserPropertyRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/user/components/PropertyConfigurationRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/user/components/UserPropertiesByMicrosoftGraphDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/user/components/UserPropertiesByMicrosoftGraphEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/user/components/UserPropertyProviderDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/user/components/UserPropertyProviderEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutBladeBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlock.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlock.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlockSettings.d.ts +48 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +61 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanelStyles.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/{VelcronBlock.d.ts → velcron/VelcronBlock.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/{VelcronBlockSettings.d.ts → velcron/VelcronBlockSettings.d.ts} +2 -2
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +109 -0
- package/internal-do-not-import-from-here/ux/velcron/components/properties/VelcronProperties.d.ts +416 -0
- package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/alignment/AlignmentEditor.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/color/ColorEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/index.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/slider/SliderEditor.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/switch/SwitchEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/text/TextEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/properties/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/properties/models/DefineVelcronPropertyEditor.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/properties/models/DefineVelcronPropertyEditorProps.d.ts +86 -0
- package/internal-do-not-import-from-here/ux/velcron/components/properties/models/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/Enums.d.ts +1 -16
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +37 -27
- package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +19 -17
- 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/stores/VelcronColorSchema.d.ts +8 -7
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +151 -2
- 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 +8 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRendererStyles.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditComponentPane.d.ts +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/EditDefinitionPropertiesPane.d.ts +46 -0
- 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 +4 -4
- 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/colorpicker/ColorPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper.d.ts +2 -2
- 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 +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/typographypicker/TypographyPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/models/BuiltInDescriptors.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/models/Enums.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/{core → editor}/models/VelcronDescriptors.d.ts +20 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/models/index.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +153 -31
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/App.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Button.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Card.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Chip.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Custom.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Dialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Icon.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Image.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Markdown.d.ts +62 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ProgressCircle.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Text.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/TextInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/View.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/WebView.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/wctypings.d.ts +16 -2
- package/package.json +2 -2
- package/task.js +5 -0
- package/task.ts +5 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseThemeStyling.d.ts +0 -2
- /package/internal-do-not-import-from-here/ux/velcron/blocks/{VelcronBlock.css.d.ts → content/ContentBlockSettings.css.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/blocks/{VelcronBlockSettings.css.d.ts → velcron/VelcronBlock.css.d.ts} +0 -0
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts
CHANGED
@@ -1,13 +1,21 @@
|
|
1
|
-
import { MultilingualString } from "
|
1
|
+
import { MultilingualString, ThemeDefinitionV2 } from "@omnia/fx-models";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): {
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
5
5
|
$data: {};
|
6
6
|
$props: Partial<{
|
7
7
|
container?: any;
|
8
|
+
blueprint?: any;
|
8
9
|
colorSchemaType?: any;
|
10
|
+
blueprintType?: any;
|
9
11
|
colors?: any;
|
10
12
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
13
|
+
"theme-definition": {
|
14
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
15
|
+
};
|
16
|
+
themeDefinition: {
|
17
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
18
|
+
};
|
11
19
|
"alternative-content": {
|
12
20
|
type: import("vue").PropType<JSX.Element>;
|
13
21
|
};
|
@@ -33,7 +41,9 @@ declare const _default: {
|
|
33
41
|
colorSchemaType?: any;
|
34
42
|
container?: any;
|
35
43
|
colors?: any;
|
36
|
-
|
44
|
+
blueprintType?: any;
|
45
|
+
blueprint?: any;
|
46
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "blueprint" | "colorSchemaType" | "blueprintType" | "colors">;
|
37
47
|
$attrs: {
|
38
48
|
[x: string]: unknown;
|
39
49
|
};
|
@@ -48,6 +58,12 @@ declare const _default: {
|
|
48
58
|
$emit: (event: string, ...args: any[]) => void;
|
49
59
|
$el: any;
|
50
60
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
61
|
+
"theme-definition": {
|
62
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
63
|
+
};
|
64
|
+
themeDefinition: {
|
65
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
66
|
+
};
|
51
67
|
"alternative-content": {
|
52
68
|
type: import("vue").PropType<JSX.Element>;
|
53
69
|
};
|
@@ -73,9 +89,13 @@ declare const _default: {
|
|
73
89
|
colorSchemaType?: any;
|
74
90
|
container?: any;
|
75
91
|
colors?: any;
|
92
|
+
blueprintType?: any;
|
93
|
+
blueprint?: any;
|
76
94
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
77
95
|
container?: any;
|
96
|
+
blueprint?: any;
|
78
97
|
colorSchemaType?: any;
|
98
|
+
blueprintType?: any;
|
79
99
|
colors?: any;
|
80
100
|
}, {}, string> & {
|
81
101
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -98,6 +118,12 @@ declare const _default: {
|
|
98
118
|
$nextTick: typeof import("vue").nextTick;
|
99
119
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
100
120
|
} & Readonly<import("vue").ExtractPropTypes<{
|
121
|
+
"theme-definition": {
|
122
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
123
|
+
};
|
124
|
+
themeDefinition: {
|
125
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
126
|
+
};
|
101
127
|
"alternative-content": {
|
102
128
|
type: import("vue").PropType<JSX.Element>;
|
103
129
|
};
|
@@ -123,11 +149,19 @@ declare const _default: {
|
|
123
149
|
colorSchemaType?: any;
|
124
150
|
container?: any;
|
125
151
|
colors?: any;
|
152
|
+
blueprintType?: any;
|
153
|
+
blueprint?: any;
|
126
154
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
127
155
|
__isFragment?: never;
|
128
156
|
__isTeleport?: never;
|
129
157
|
__isSuspense?: never;
|
130
158
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
159
|
+
"theme-definition": {
|
160
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
161
|
+
};
|
162
|
+
themeDefinition: {
|
163
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
164
|
+
};
|
131
165
|
"alternative-content": {
|
132
166
|
type: import("vue").PropType<JSX.Element>;
|
133
167
|
};
|
@@ -153,22 +187,30 @@ declare const _default: {
|
|
153
187
|
colorSchemaType?: any;
|
154
188
|
container?: any;
|
155
189
|
colors?: any;
|
190
|
+
blueprintType?: any;
|
191
|
+
blueprint?: any;
|
156
192
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
157
193
|
container?: any;
|
194
|
+
blueprint?: any;
|
158
195
|
colorSchemaType?: any;
|
196
|
+
blueprintType?: any;
|
159
197
|
colors?: any;
|
160
198
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
161
|
-
propsDefinition: Readonly<{
|
199
|
+
propsDefinition: Omit<Readonly<{
|
162
200
|
container?: any;
|
201
|
+
blueprint?: any;
|
163
202
|
colorSchemaType?: any;
|
203
|
+
blueprintType?: any;
|
164
204
|
colors?: any;
|
165
205
|
} & {
|
166
206
|
title?: string;
|
207
|
+
themeDefinition?: ThemeDefinitionV2;
|
208
|
+
"theme-definition"?: ThemeDefinitionV2;
|
167
209
|
alternativeContent?: JSX.Element;
|
168
210
|
settingsKey?: any;
|
169
211
|
multilingualtitle?: string | MultilingualString;
|
170
212
|
"settings-key"?: any;
|
171
213
|
"alternative-content"?: JSX.Element;
|
172
|
-
}>;
|
214
|
+
}>, never>;
|
173
215
|
};
|
174
216
|
export default _default;
|
@@ -122,13 +122,13 @@ declare const _default: {
|
|
122
122
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
123
123
|
SettingsChanged: (settings: BlockTitleSettings) => boolean;
|
124
124
|
}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
125
|
-
propsDefinition: Readonly<{
|
125
|
+
propsDefinition: Omit<Readonly<{
|
126
126
|
componentMode: boolean;
|
127
127
|
settingskey: string;
|
128
128
|
} & {
|
129
129
|
hideicontab?: boolean;
|
130
130
|
hideShapeDivider?: boolean;
|
131
|
-
}> & {
|
131
|
+
}>, "onSettingsChanged"> & {
|
132
132
|
onSettingsChanged?: (...args: never) => any;
|
133
133
|
};
|
134
134
|
};
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/canvas/Spacing.d.ts
CHANGED
@@ -69,9 +69,9 @@ declare const _default: {
|
|
69
69
|
type: import("vue").PropType<string>;
|
70
70
|
};
|
71
71
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
72
|
-
propsDefinition: Readonly<{} & {
|
72
|
+
propsDefinition: Omit<Readonly<{} & {
|
73
73
|
canvasId?: string;
|
74
74
|
"canvas-id"?: string;
|
75
|
-
}>;
|
75
|
+
}>, never>;
|
76
76
|
};
|
77
77
|
export default _default;
|
@@ -94,11 +94,11 @@ declare const _default: {
|
|
94
94
|
type: import("vue").PropType<BackgroundSettings>;
|
95
95
|
};
|
96
96
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
97
|
-
propsDefinition: Readonly<{} & {
|
97
|
+
propsDefinition: Omit<Readonly<{} & {
|
98
98
|
hideScrollBehavior?: boolean;
|
99
99
|
backgroundSettings?: BackgroundSettings;
|
100
100
|
"background-settings"?: BackgroundSettings;
|
101
101
|
"hide-scroll-behavior"?: boolean;
|
102
|
-
}>;
|
102
|
+
}>, never>;
|
103
103
|
};
|
104
104
|
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts
CHANGED
@@ -509,7 +509,7 @@ declare const _default: {
|
|
509
509
|
}> | Readonly<import("vue").ExtractPropTypes<{
|
510
510
|
[x: string]: import("vue").Prop<unknown, unknown>;
|
511
511
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {} | {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
512
|
-
propsDefinition: Readonly<{
|
512
|
+
propsDefinition: Omit<Readonly<{
|
513
513
|
[x: number]: string;
|
514
514
|
readonly length: number;
|
515
515
|
toString: () => string;
|
@@ -585,9 +585,9 @@ declare const _default: {
|
|
585
585
|
at?: boolean;
|
586
586
|
};
|
587
587
|
at: (index: number) => string;
|
588
|
-
}> | Readonly<{} & {
|
588
|
+
}>, never> | Omit<Readonly<{} & {
|
589
589
|
[x: string]: unknown;
|
590
590
|
[x: number]: unknown;
|
591
|
-
}>;
|
591
|
+
}>, never>;
|
592
592
|
};
|
593
593
|
export default _default;
|
@@ -509,7 +509,7 @@ declare const _default: {
|
|
509
509
|
}> | Readonly<import("vue").ExtractPropTypes<{
|
510
510
|
[x: string]: import("vue").Prop<unknown, unknown>;
|
511
511
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {} | {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
512
|
-
propsDefinition: Readonly<{
|
512
|
+
propsDefinition: Omit<Readonly<{
|
513
513
|
[x: number]: string;
|
514
514
|
readonly length: number;
|
515
515
|
toString: () => string;
|
@@ -585,9 +585,9 @@ declare const _default: {
|
|
585
585
|
at?: boolean;
|
586
586
|
};
|
587
587
|
at: (index: number) => string;
|
588
|
-
}> | Readonly<{} & {
|
588
|
+
}>, never> | Omit<Readonly<{} & {
|
589
589
|
[x: string]: unknown;
|
590
590
|
[x: number]: unknown;
|
591
|
-
}>;
|
591
|
+
}>, never>;
|
592
592
|
};
|
593
593
|
export default _default;
|
@@ -509,7 +509,7 @@ declare const _default: {
|
|
509
509
|
}> | Readonly<import("vue").ExtractPropTypes<{
|
510
510
|
[x: string]: import("vue").Prop<unknown, unknown>;
|
511
511
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {} | {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
512
|
-
propsDefinition: Readonly<{
|
512
|
+
propsDefinition: Omit<Readonly<{
|
513
513
|
[x: number]: string;
|
514
514
|
readonly length: number;
|
515
515
|
toString: () => string;
|
@@ -585,9 +585,9 @@ declare const _default: {
|
|
585
585
|
at?: boolean;
|
586
586
|
};
|
587
587
|
at: (index: number) => string;
|
588
|
-
}> | Readonly<{} & {
|
588
|
+
}>, never> | Omit<Readonly<{} & {
|
589
589
|
[x: string]: unknown;
|
590
590
|
[x: number]: unknown;
|
591
|
-
}>;
|
591
|
+
}>, never>;
|
592
592
|
};
|
593
593
|
export default _default;
|
@@ -41,6 +41,6 @@ declare const _default: {
|
|
41
41
|
__isTeleport?: never;
|
42
42
|
__isSuspense?: never;
|
43
43
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
44
|
-
propsDefinition: Readonly<{} & {}>;
|
44
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
45
45
|
};
|
46
46
|
export default _default;
|
@@ -509,7 +509,7 @@ declare const _default: {
|
|
509
509
|
}> | Readonly<import("vue").ExtractPropTypes<{
|
510
510
|
[x: string]: import("vue").Prop<unknown, unknown>;
|
511
511
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {} | {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
512
|
-
propsDefinition: Readonly<{
|
512
|
+
propsDefinition: Omit<Readonly<{
|
513
513
|
[x: number]: string;
|
514
514
|
readonly length: number;
|
515
515
|
toString: () => string;
|
@@ -585,9 +585,9 @@ declare const _default: {
|
|
585
585
|
at?: boolean;
|
586
586
|
};
|
587
587
|
at: (index: number) => string;
|
588
|
-
}> | Readonly<{} & {
|
588
|
+
}>, never> | Omit<Readonly<{} & {
|
589
589
|
[x: string]: unknown;
|
590
590
|
[x: number]: unknown;
|
591
|
-
}>;
|
591
|
+
}>, never>;
|
592
592
|
};
|
593
593
|
export default _default;
|
@@ -509,7 +509,7 @@ declare const _default: {
|
|
509
509
|
}> | Readonly<import("vue").ExtractPropTypes<{
|
510
510
|
[x: string]: import("vue").Prop<unknown, unknown>;
|
511
511
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {} | {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
512
|
-
propsDefinition: Readonly<{
|
512
|
+
propsDefinition: Omit<Readonly<{
|
513
513
|
[x: number]: string;
|
514
514
|
readonly length: number;
|
515
515
|
toString: () => string;
|
@@ -585,9 +585,9 @@ declare const _default: {
|
|
585
585
|
at?: boolean;
|
586
586
|
};
|
587
587
|
at: (index: number) => string;
|
588
|
-
}> | Readonly<{} & {
|
588
|
+
}>, never> | Omit<Readonly<{} & {
|
589
589
|
[x: string]: unknown;
|
590
590
|
[x: number]: unknown;
|
591
|
-
}>;
|
591
|
+
}>, never>;
|
592
592
|
};
|
593
593
|
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General.d.ts
CHANGED
@@ -41,6 +41,6 @@ declare const _default: {
|
|
41
41
|
__isTeleport?: never;
|
42
42
|
__isSuspense?: never;
|
43
43
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
44
|
-
propsDefinition: Readonly<{} & {}>;
|
44
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
45
45
|
};
|
46
46
|
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts
CHANGED
@@ -509,7 +509,7 @@ declare const _default: {
|
|
509
509
|
}> | Readonly<import("vue").ExtractPropTypes<{
|
510
510
|
[x: string]: import("vue").Prop<unknown, unknown>;
|
511
511
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {} | {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
512
|
-
propsDefinition: Readonly<{
|
512
|
+
propsDefinition: Omit<Readonly<{
|
513
513
|
[x: number]: string;
|
514
514
|
readonly length: number;
|
515
515
|
toString: () => string;
|
@@ -585,9 +585,9 @@ declare const _default: {
|
|
585
585
|
at?: boolean;
|
586
586
|
};
|
587
587
|
at: (index: number) => string;
|
588
|
-
}> | Readonly<{} & {
|
588
|
+
}>, never> | Omit<Readonly<{} & {
|
589
589
|
[x: string]: unknown;
|
590
590
|
[x: number]: unknown;
|
591
|
-
}>;
|
591
|
+
}>, never>;
|
592
592
|
};
|
593
593
|
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts
CHANGED
@@ -509,7 +509,7 @@ declare const _default: {
|
|
509
509
|
}> | Readonly<import("vue").ExtractPropTypes<{
|
510
510
|
[x: string]: import("vue").Prop<unknown, unknown>;
|
511
511
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {} | {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
512
|
-
propsDefinition: Readonly<{
|
512
|
+
propsDefinition: Omit<Readonly<{
|
513
513
|
[x: number]: string;
|
514
514
|
readonly length: number;
|
515
515
|
toString: () => string;
|
@@ -585,9 +585,9 @@ declare const _default: {
|
|
585
585
|
at?: boolean;
|
586
586
|
};
|
587
587
|
at: (index: number) => string;
|
588
|
-
}> | Readonly<{} & {
|
588
|
+
}>, never> | Omit<Readonly<{} & {
|
589
589
|
[x: string]: unknown;
|
590
590
|
[x: number]: unknown;
|
591
|
-
}>;
|
591
|
+
}>, never>;
|
592
592
|
};
|
593
593
|
export default _default;
|
@@ -509,7 +509,7 @@ declare const _default: {
|
|
509
509
|
}> | Readonly<import("vue").ExtractPropTypes<{
|
510
510
|
[x: string]: import("vue").Prop<unknown, unknown>;
|
511
511
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {} | {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
512
|
-
propsDefinition: Readonly<{
|
512
|
+
propsDefinition: Omit<Readonly<{
|
513
513
|
[x: number]: string;
|
514
514
|
readonly length: number;
|
515
515
|
toString: () => string;
|
@@ -585,9 +585,9 @@ declare const _default: {
|
|
585
585
|
at?: boolean;
|
586
586
|
};
|
587
587
|
at: (index: number) => string;
|
588
|
-
}> | Readonly<{} & {
|
588
|
+
}>, never> | Omit<Readonly<{} & {
|
589
589
|
[x: string]: unknown;
|
590
590
|
[x: number]: unknown;
|
591
|
-
}>;
|
591
|
+
}>, never>;
|
592
592
|
};
|
593
593
|
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts
CHANGED
@@ -509,7 +509,7 @@ declare const _default: {
|
|
509
509
|
}> | Readonly<import("vue").ExtractPropTypes<{
|
510
510
|
[x: string]: import("vue").Prop<unknown, unknown>;
|
511
511
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {} | {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
512
|
-
propsDefinition: Readonly<{
|
512
|
+
propsDefinition: Omit<Readonly<{
|
513
513
|
[x: number]: string;
|
514
514
|
readonly length: number;
|
515
515
|
toString: () => string;
|
@@ -585,9 +585,9 @@ declare const _default: {
|
|
585
585
|
at?: boolean;
|
586
586
|
};
|
587
587
|
at: (index: number) => string;
|
588
|
-
}> | Readonly<{} & {
|
588
|
+
}>, never> | Omit<Readonly<{} & {
|
589
589
|
[x: string]: unknown;
|
590
590
|
[x: number]: unknown;
|
591
|
-
}>;
|
591
|
+
}>, never>;
|
592
592
|
};
|
593
593
|
export default _default;
|
@@ -69,8 +69,8 @@ declare const _default: {
|
|
69
69
|
type: import("vue").PropType<Section<AccordionedSectionSettings>>;
|
70
70
|
};
|
71
71
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
72
|
-
propsDefinition: Readonly<{} & {
|
72
|
+
propsDefinition: Omit<Readonly<{} & {
|
73
73
|
section?: Section<AccordionedSectionSettings>;
|
74
|
-
}>;
|
74
|
+
}>, never>;
|
75
75
|
};
|
76
76
|
export default _default;
|
@@ -69,8 +69,8 @@ declare const _default: {
|
|
69
69
|
type: import("vue").PropType<Section<ColumnedSectionSettings>>;
|
70
70
|
};
|
71
71
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
72
|
-
propsDefinition: Readonly<{} & {
|
72
|
+
propsDefinition: Omit<Readonly<{} & {
|
73
73
|
section?: Section<ColumnedSectionSettings>;
|
74
|
-
}>;
|
74
|
+
}>, never>;
|
75
75
|
};
|
76
76
|
export default _default;
|
@@ -165,14 +165,14 @@ declare const _default: {
|
|
165
165
|
addItem: (e: Event) => true;
|
166
166
|
deleteItem: (e: Event, sectionItem: SectionItem) => true;
|
167
167
|
}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
168
|
-
propsDefinition: Readonly<{} & {
|
168
|
+
propsDefinition: Omit<Readonly<{} & {
|
169
169
|
section?: Section<import("@omnia/fx-models").SectionSettings>;
|
170
170
|
label?: string;
|
171
171
|
itemRenderer?: SectionItemRenderer;
|
172
172
|
"item-renderer"?: SectionItemRenderer;
|
173
173
|
addLabel?: string;
|
174
174
|
"add-label"?: string;
|
175
|
-
}> & {
|
175
|
+
}>, "onAddItem" | "onDeleteItem"> & {
|
176
176
|
onAddItem?: (e: Event) => any;
|
177
177
|
onDeleteItem?: (e: Event, sectionItem: SectionItem<SectionItemSettings>) => any;
|
178
178
|
};
|
@@ -69,8 +69,8 @@ declare const _default: {
|
|
69
69
|
type: import("vue").PropType<Section<StepperSectionSettings>>;
|
70
70
|
};
|
71
71
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
72
|
-
propsDefinition: Readonly<{} & {
|
72
|
+
propsDefinition: Omit<Readonly<{} & {
|
73
73
|
section?: Section<StepperSectionSettings>;
|
74
|
-
}>;
|
74
|
+
}>, never>;
|
75
75
|
};
|
76
76
|
export default _default;
|
@@ -66,8 +66,8 @@ declare const _default: {
|
|
66
66
|
type: import("vue").PropType<Section<TabbedSectionSettings>>;
|
67
67
|
};
|
68
68
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
69
|
-
propsDefinition: Readonly<{} & {
|
69
|
+
propsDefinition: Omit<Readonly<{} & {
|
70
70
|
section?: Section<TabbedSectionSettings>;
|
71
|
-
}>;
|
71
|
+
}>, never>;
|
72
72
|
};
|
73
73
|
export default _default;
|
@@ -70,9 +70,9 @@ declare const _default: {
|
|
70
70
|
type: import("vue").PropType<ILayoutCanvasTabInstance>;
|
71
71
|
};
|
72
72
|
}>>, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
73
|
-
propsDefinition: Readonly<{} & {
|
73
|
+
propsDefinition: Omit<Readonly<{} & {
|
74
74
|
tabInstance?: ILayoutCanvasTabInstance;
|
75
75
|
"tab-instance"?: ILayoutCanvasTabInstance;
|
76
|
-
}>;
|
76
|
+
}>, never>;
|
77
77
|
};
|
78
78
|
export default _default;
|
@@ -62,8 +62,8 @@ declare const _default: {
|
|
62
62
|
required: false;
|
63
63
|
};
|
64
64
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
65
|
-
propsDefinition: Readonly<{} & {
|
65
|
+
propsDefinition: Omit<Readonly<{} & {
|
66
66
|
items?: ILayoutCanvasExpansionItemInstance[];
|
67
|
-
}>;
|
67
|
+
}>, never>;
|
68
68
|
};
|
69
69
|
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts
CHANGED
@@ -13,7 +13,9 @@ declare const _default: {
|
|
13
13
|
$data: {};
|
14
14
|
$props: Partial<{
|
15
15
|
container?: any;
|
16
|
+
blueprint?: any;
|
16
17
|
colorSchemaType?: any;
|
18
|
+
blueprintType?: any;
|
17
19
|
colors?: any;
|
18
20
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
19
21
|
small: {
|
@@ -42,7 +44,9 @@ declare const _default: {
|
|
42
44
|
colorSchemaType?: any;
|
43
45
|
container?: any;
|
44
46
|
colors?: any;
|
45
|
-
|
47
|
+
blueprintType?: any;
|
48
|
+
blueprint?: any;
|
49
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "blueprint" | "colorSchemaType" | "blueprintType" | "colors">;
|
46
50
|
$attrs: {
|
47
51
|
[x: string]: unknown;
|
48
52
|
};
|
@@ -83,9 +87,13 @@ declare const _default: {
|
|
83
87
|
colorSchemaType?: any;
|
84
88
|
container?: any;
|
85
89
|
colors?: any;
|
90
|
+
blueprintType?: any;
|
91
|
+
blueprint?: any;
|
86
92
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
87
93
|
container?: any;
|
94
|
+
blueprint?: any;
|
88
95
|
colorSchemaType?: any;
|
96
|
+
blueprintType?: any;
|
89
97
|
colors?: any;
|
90
98
|
}, {}, string> & {
|
91
99
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -134,6 +142,8 @@ declare const _default: {
|
|
134
142
|
colorSchemaType?: any;
|
135
143
|
container?: any;
|
136
144
|
colors?: any;
|
145
|
+
blueprintType?: any;
|
146
|
+
blueprint?: any;
|
137
147
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
138
148
|
__isFragment?: never;
|
139
149
|
__isTeleport?: never;
|
@@ -165,14 +175,20 @@ declare const _default: {
|
|
165
175
|
colorSchemaType?: any;
|
166
176
|
container?: any;
|
167
177
|
colors?: any;
|
178
|
+
blueprintType?: any;
|
179
|
+
blueprint?: any;
|
168
180
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
169
181
|
container?: any;
|
182
|
+
blueprint?: any;
|
170
183
|
colorSchemaType?: any;
|
184
|
+
blueprintType?: any;
|
171
185
|
colors?: any;
|
172
186
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
173
|
-
propsDefinition: Readonly<{
|
187
|
+
propsDefinition: Omit<Readonly<{
|
174
188
|
container?: any;
|
189
|
+
blueprint?: any;
|
175
190
|
colorSchemaType?: any;
|
191
|
+
blueprintType?: any;
|
176
192
|
colors?: any;
|
177
193
|
} & {
|
178
194
|
small?: boolean;
|
@@ -182,6 +198,6 @@ declare const _default: {
|
|
182
198
|
"sibling-id"?: string;
|
183
199
|
postInsert?: boolean;
|
184
200
|
"post-insert"?: boolean;
|
185
|
-
}>;
|
201
|
+
}>, never>;
|
186
202
|
};
|
187
203
|
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts
CHANGED
@@ -312,7 +312,7 @@ declare const _default: {
|
|
312
312
|
type: import("vue").PropType<string>;
|
313
313
|
};
|
314
314
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
315
|
-
propsDefinition: Readonly<{} & {
|
315
|
+
propsDefinition: Omit<Readonly<{} & {
|
316
316
|
blockId?: string;
|
317
317
|
"block-id"?: string;
|
318
318
|
blockRenderer?: () => JSX.Element;
|
@@ -335,6 +335,6 @@ declare const _default: {
|
|
335
335
|
"block-manifest-id"?: unknown;
|
336
336
|
blockElementToRender?: string;
|
337
337
|
"block-element-to-render"?: string;
|
338
|
-
}>;
|
338
|
+
}>, never>;
|
339
339
|
};
|
340
340
|
export default _default;
|
@@ -175,7 +175,7 @@ declare const _default: {
|
|
175
175
|
type: import("vue").PropType<boolean>;
|
176
176
|
};
|
177
177
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
178
|
-
propsDefinition: Readonly<{} & {
|
178
|
+
propsDefinition: Omit<Readonly<{} & {
|
179
179
|
provider?: string;
|
180
180
|
styles?: unknown;
|
181
181
|
getApi?: (inst: LayoutRendererCanvasApi) => void;
|
@@ -184,6 +184,6 @@ declare const _default: {
|
|
184
184
|
"design-render"?: boolean;
|
185
185
|
disableScrollCompensation?: boolean;
|
186
186
|
"disable-scroll-compensation"?: boolean;
|
187
|
-
}>;
|
187
|
+
}>, never>;
|
188
188
|
};
|
189
189
|
export default _default;
|
@@ -91,10 +91,10 @@ declare const _default: {
|
|
91
91
|
type: import("vue").PropType<Section<StepperSectionSettings>>;
|
92
92
|
};
|
93
93
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
94
|
-
propsDefinition: Readonly<{} & {
|
94
|
+
propsDefinition: Omit<Readonly<{} & {
|
95
95
|
section?: Section<StepperSectionSettings>;
|
96
96
|
renderSectionItem?: (sectionItem: SectionItem<SteppedSectionItemSettings>) => JSX.Element | Array<JSX.Element>;
|
97
97
|
"render-section-item"?: (sectionItem: SectionItem<SteppedSectionItemSettings>) => JSX.Element | Array<JSX.Element>;
|
98
|
-
}>;
|
98
|
+
}>, never>;
|
99
99
|
};
|
100
100
|
export default _default;
|
@@ -183,7 +183,7 @@ declare const _default: {
|
|
183
183
|
blockInstanceCreated: (blockInstance: any) => any;
|
184
184
|
blockInstanceCacheKeyUpdated: (blockInstance: any) => any;
|
185
185
|
}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
186
|
-
propsDefinition: Readonly<{} & {
|
186
|
+
propsDefinition: Omit<Readonly<{} & {
|
187
187
|
block?: Block;
|
188
188
|
themeTargetId?: string;
|
189
189
|
"theme-target-id"?: string;
|
@@ -192,7 +192,7 @@ declare const _default: {
|
|
192
192
|
"parent-container"?: LayoutItem;
|
193
193
|
useClickProtection?: boolean;
|
194
194
|
"use-click-protection"?: boolean;
|
195
|
-
}> & {
|
195
|
+
}>, "onBlockInstanceCreated" | "onGetBlock" | "onBlockInstanceCacheKeyUpdated"> & {
|
196
196
|
onBlockInstanceCreated?: (blockInstance: any) => any;
|
197
197
|
onGetBlock?: (ref: any) => any;
|
198
198
|
onBlockInstanceCacheKeyUpdated?: (blockInstance: any) => any;
|
@@ -165,7 +165,7 @@ declare const _default: {
|
|
165
165
|
type: import("vue").PropType<SectionItem<ColumnedSectionItemSettings>>;
|
166
166
|
};
|
167
167
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
168
|
-
propsDefinition: Readonly<{} & {
|
168
|
+
propsDefinition: Omit<Readonly<{} & {
|
169
169
|
column?: SectionItem<ColumnedSectionItemSettings>;
|
170
170
|
themeTargetId?: string;
|
171
171
|
"theme-target-id"?: string;
|
@@ -174,6 +174,6 @@ declare const _default: {
|
|
174
174
|
"layout-id"?: string;
|
175
175
|
useScrollMargingFix?: boolean;
|
176
176
|
"use-scroll-marging-fix"?: boolean;
|
177
|
-
}>;
|
177
|
+
}>, never>;
|
178
178
|
};
|
179
179
|
export default _default;
|