@omnia/fx 8.0.24-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/ComponentTypings.d.ts +25 -1
- 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.css.d.ts +0 -1
- 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/models/DataTable.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/models/index.d.ts +1 -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 +36 -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 +286 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +303 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableVirtual.d.ts +286 -0
- 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 +2 -2
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +46 -4
- package/internal-do-not-import-from-here/ux/{theming-v2/themeeditor/components/blueprints/BluePrintSelector.d.ts → oxide/panel/docs/BasicPanelTypes.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/{velcron/editor/components/ShareApp.d.ts → oxide/panel/docs/PanelAlignment.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelVariants.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/Scrolling.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/SettingsPanel.d.ts +46 -0
- 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 +34 -13
- 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 +133 -11
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +87 -41
- package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarExamples.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarIntro.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +66 -3
- 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.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +133 -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 +7 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintSelector.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/components/BlockBlueprintEditor.d.ts +46 -0
- 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 +73 -1
- 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 +39 -30
- 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 +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +64 -6
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +43 -0
- package/internal-do-not-import-from-here/ux/velcron/core/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +151 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddComponent.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddComponent.d.ts +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 -2
- 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 +22 -6
- 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 +8 -8
- 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 +8 -8
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Button.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Card.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Chip.d.ts +8 -8
- 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 +8 -8
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Dialog.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/FlexView.d.ts +0 -62
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Icon.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Image.d.ts +8 -8
- 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 +8 -8
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Text.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/TextInput.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/View.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/WebView.d.ts +8 -8
- 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 +22 -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/theming-v2/themeeditor/components/blueprints/BluePrintSelector.css.d.ts +0 -6
- /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
@@ -5,7 +5,9 @@ declare const _default: {
|
|
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<{
|
11
13
|
toned: {
|
@@ -39,7 +41,9 @@ declare const _default: {
|
|
39
41
|
colorSchemaType?: any;
|
40
42
|
container?: any;
|
41
43
|
colors?: any;
|
42
|
-
|
44
|
+
blueprintType?: any;
|
45
|
+
blueprint?: any;
|
46
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "blueprint" | "colorSchemaType" | "blueprintType" | "colors">;
|
43
47
|
$attrs: {
|
44
48
|
[x: string]: unknown;
|
45
49
|
};
|
@@ -85,9 +89,13 @@ declare const _default: {
|
|
85
89
|
colorSchemaType?: any;
|
86
90
|
container?: any;
|
87
91
|
colors?: any;
|
92
|
+
blueprintType?: any;
|
93
|
+
blueprint?: any;
|
88
94
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
89
95
|
container?: any;
|
96
|
+
blueprint?: any;
|
90
97
|
colorSchemaType?: any;
|
98
|
+
blueprintType?: any;
|
91
99
|
colors?: any;
|
92
100
|
}, {}, string> & {
|
93
101
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -141,6 +149,8 @@ declare const _default: {
|
|
141
149
|
colorSchemaType?: any;
|
142
150
|
container?: any;
|
143
151
|
colors?: any;
|
152
|
+
blueprintType?: any;
|
153
|
+
blueprint?: any;
|
144
154
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
145
155
|
__isFragment?: never;
|
146
156
|
__isTeleport?: never;
|
@@ -177,14 +187,20 @@ declare const _default: {
|
|
177
187
|
colorSchemaType?: any;
|
178
188
|
container?: any;
|
179
189
|
colors?: any;
|
190
|
+
blueprintType?: any;
|
191
|
+
blueprint?: any;
|
180
192
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
181
193
|
container?: any;
|
194
|
+
blueprint?: any;
|
182
195
|
colorSchemaType?: any;
|
196
|
+
blueprintType?: any;
|
183
197
|
colors?: any;
|
184
198
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
185
|
-
propsDefinition: Readonly<{
|
199
|
+
propsDefinition: Omit<Readonly<{
|
186
200
|
container?: any;
|
201
|
+
blueprint?: any;
|
187
202
|
colorSchemaType?: any;
|
203
|
+
blueprintType?: any;
|
188
204
|
colors?: any;
|
189
205
|
} & {
|
190
206
|
small?: boolean;
|
@@ -195,6 +211,6 @@ declare const _default: {
|
|
195
211
|
"sibling-id"?: string;
|
196
212
|
postInsert?: boolean;
|
197
213
|
"post-insert"?: boolean;
|
198
|
-
}>;
|
214
|
+
}>, never>;
|
199
215
|
};
|
200
216
|
export default _default;
|
@@ -138,7 +138,7 @@ declare const _default: {
|
|
138
138
|
type: import("vue").PropType<LayoutItem>;
|
139
139
|
};
|
140
140
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
141
|
-
propsDefinition: Readonly<{} & {
|
141
|
+
propsDefinition: Omit<Readonly<{} & {
|
142
142
|
item?: LayoutItem;
|
143
143
|
parentContainer?: LayoutItem;
|
144
144
|
"parent-container"?: LayoutItem;
|
@@ -146,6 +146,6 @@ declare const _default: {
|
|
146
146
|
"vertical-menu"?: boolean;
|
147
147
|
useTheme?: boolean;
|
148
148
|
"use-theme"?: boolean;
|
149
|
-
}>;
|
149
|
+
}>, never>;
|
150
150
|
};
|
151
151
|
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts
CHANGED
@@ -12,7 +12,9 @@ declare const _default: {
|
|
12
12
|
$data: {};
|
13
13
|
$props: Partial<{
|
14
14
|
container?: any;
|
15
|
+
blueprint?: any;
|
15
16
|
colorSchemaType?: any;
|
17
|
+
blueprintType?: any;
|
16
18
|
colors?: any;
|
17
19
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
18
20
|
"theme-target-id": {
|
@@ -45,7 +47,9 @@ declare const _default: {
|
|
45
47
|
colorSchemaType?: any;
|
46
48
|
container?: any;
|
47
49
|
colors?: any;
|
48
|
-
|
50
|
+
blueprintType?: any;
|
51
|
+
blueprint?: any;
|
52
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "blueprint" | "colorSchemaType" | "blueprintType" | "colors">;
|
49
53
|
$attrs: {
|
50
54
|
[x: string]: unknown;
|
51
55
|
};
|
@@ -90,9 +94,13 @@ declare const _default: {
|
|
90
94
|
colorSchemaType?: any;
|
91
95
|
container?: any;
|
92
96
|
colors?: any;
|
97
|
+
blueprintType?: any;
|
98
|
+
blueprint?: any;
|
93
99
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
94
100
|
container?: any;
|
101
|
+
blueprint?: any;
|
95
102
|
colorSchemaType?: any;
|
103
|
+
blueprintType?: any;
|
96
104
|
colors?: any;
|
97
105
|
}, {}, string> & {
|
98
106
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -145,6 +153,8 @@ declare const _default: {
|
|
145
153
|
colorSchemaType?: any;
|
146
154
|
container?: any;
|
147
155
|
colors?: any;
|
156
|
+
blueprintType?: any;
|
157
|
+
blueprint?: any;
|
148
158
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
149
159
|
__isFragment?: never;
|
150
160
|
__isTeleport?: never;
|
@@ -180,14 +190,20 @@ declare const _default: {
|
|
180
190
|
colorSchemaType?: any;
|
181
191
|
container?: any;
|
182
192
|
colors?: any;
|
193
|
+
blueprintType?: any;
|
194
|
+
blueprint?: any;
|
183
195
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
184
196
|
container?: any;
|
197
|
+
blueprint?: any;
|
185
198
|
colorSchemaType?: any;
|
199
|
+
blueprintType?: any;
|
186
200
|
colors?: any;
|
187
201
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
188
|
-
propsDefinition: Readonly<{
|
202
|
+
propsDefinition: Omit<Readonly<{
|
189
203
|
container?: any;
|
204
|
+
blueprint?: any;
|
190
205
|
colorSchemaType?: any;
|
206
|
+
blueprintType?: any;
|
191
207
|
colors?: any;
|
192
208
|
} & {
|
193
209
|
block?: Block;
|
@@ -197,6 +213,6 @@ declare const _default: {
|
|
197
213
|
parentContainer?: LayoutItem;
|
198
214
|
"parent-container"?: LayoutItem;
|
199
215
|
orphaned?: boolean;
|
200
|
-
}>;
|
216
|
+
}>, never>;
|
201
217
|
};
|
202
218
|
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlockInstance.d.ts
CHANGED
@@ -120,12 +120,12 @@ declare const _default: {
|
|
120
120
|
}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
121
121
|
[key: string]: any;
|
122
122
|
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
123
|
-
propsDefinition: Readonly<{} & {
|
123
|
+
propsDefinition: Omit<Readonly<{} & {
|
124
124
|
block?: Block;
|
125
125
|
themeId?: string;
|
126
126
|
"theme-id"?: string;
|
127
127
|
blockColorSchemaType?: ColorSchemaTypes;
|
128
128
|
"block-color-schema-type"?: ColorSchemaTypes;
|
129
|
-
}>;
|
129
|
+
}>, never>;
|
130
130
|
};
|
131
131
|
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts
CHANGED
@@ -5,7 +5,9 @@ declare const _default: {
|
|
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<{
|
11
13
|
"theme-target-id": {
|
@@ -45,7 +47,9 @@ declare const _default: {
|
|
45
47
|
colorSchemaType?: any;
|
46
48
|
container?: any;
|
47
49
|
colors?: any;
|
48
|
-
|
50
|
+
blueprintType?: any;
|
51
|
+
blueprint?: any;
|
52
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "blueprint" | "colorSchemaType" | "blueprintType" | "colors">;
|
49
53
|
$attrs: {
|
50
54
|
[x: string]: unknown;
|
51
55
|
};
|
@@ -97,9 +101,13 @@ declare const _default: {
|
|
97
101
|
colorSchemaType?: any;
|
98
102
|
container?: any;
|
99
103
|
colors?: any;
|
104
|
+
blueprintType?: any;
|
105
|
+
blueprint?: any;
|
100
106
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
101
107
|
container?: any;
|
108
|
+
blueprint?: any;
|
102
109
|
colorSchemaType?: any;
|
110
|
+
blueprintType?: any;
|
103
111
|
colors?: any;
|
104
112
|
}, {}, string> & {
|
105
113
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -159,6 +167,8 @@ declare const _default: {
|
|
159
167
|
colorSchemaType?: any;
|
160
168
|
container?: any;
|
161
169
|
colors?: any;
|
170
|
+
blueprintType?: any;
|
171
|
+
blueprint?: any;
|
162
172
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
163
173
|
__isFragment?: never;
|
164
174
|
__isTeleport?: never;
|
@@ -201,14 +211,20 @@ declare const _default: {
|
|
201
211
|
colorSchemaType?: any;
|
202
212
|
container?: any;
|
203
213
|
colors?: any;
|
214
|
+
blueprintType?: any;
|
215
|
+
blueprint?: any;
|
204
216
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
205
217
|
container?: any;
|
218
|
+
blueprint?: any;
|
206
219
|
colorSchemaType?: any;
|
220
|
+
blueprintType?: any;
|
207
221
|
colors?: any;
|
208
222
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
209
|
-
propsDefinition: Readonly<{
|
223
|
+
propsDefinition: Omit<Readonly<{
|
210
224
|
container?: any;
|
225
|
+
blueprint?: any;
|
211
226
|
colorSchemaType?: any;
|
227
|
+
blueprintType?: any;
|
212
228
|
colors?: any;
|
213
229
|
} & {
|
214
230
|
column?: SectionItem<ColumnedSectionItemSettings>;
|
@@ -221,6 +237,6 @@ declare const _default: {
|
|
221
237
|
"use-scroll-marging-fix"?: boolean;
|
222
238
|
tabState?: object;
|
223
239
|
"tab-state"?: object;
|
224
|
-
}>;
|
240
|
+
}>, never>;
|
225
241
|
};
|
226
242
|
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts
CHANGED
@@ -12,7 +12,9 @@ declare const _default: {
|
|
12
12
|
$data: {};
|
13
13
|
$props: Partial<{
|
14
14
|
container?: any;
|
15
|
+
blueprint?: any;
|
15
16
|
colorSchemaType?: any;
|
17
|
+
blueprintType?: any;
|
16
18
|
colors?: any;
|
17
19
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
18
20
|
"tab-state": {
|
@@ -47,7 +49,9 @@ declare const _default: {
|
|
47
49
|
colorSchemaType?: any;
|
48
50
|
container?: any;
|
49
51
|
colors?: any;
|
50
|
-
|
52
|
+
blueprintType?: any;
|
53
|
+
blueprint?: any;
|
54
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "blueprint" | "colorSchemaType" | "blueprintType" | "colors">;
|
51
55
|
$attrs: {
|
52
56
|
[x: string]: unknown;
|
53
57
|
};
|
@@ -94,9 +98,13 @@ declare const _default: {
|
|
94
98
|
colorSchemaType?: any;
|
95
99
|
container?: any;
|
96
100
|
colors?: any;
|
101
|
+
blueprintType?: any;
|
102
|
+
blueprint?: any;
|
97
103
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
98
104
|
container?: any;
|
105
|
+
blueprint?: any;
|
99
106
|
colorSchemaType?: any;
|
107
|
+
blueprintType?: any;
|
100
108
|
colors?: any;
|
101
109
|
}, {}, string> & {
|
102
110
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -151,6 +159,8 @@ declare const _default: {
|
|
151
159
|
colorSchemaType?: any;
|
152
160
|
container?: any;
|
153
161
|
colors?: any;
|
162
|
+
blueprintType?: any;
|
163
|
+
blueprint?: any;
|
154
164
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
155
165
|
__isFragment?: never;
|
156
166
|
__isTeleport?: never;
|
@@ -188,14 +198,20 @@ declare const _default: {
|
|
188
198
|
colorSchemaType?: any;
|
189
199
|
container?: any;
|
190
200
|
colors?: any;
|
201
|
+
blueprintType?: any;
|
202
|
+
blueprint?: any;
|
191
203
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
192
204
|
container?: any;
|
205
|
+
blueprint?: any;
|
193
206
|
colorSchemaType?: any;
|
207
|
+
blueprintType?: any;
|
194
208
|
colors?: any;
|
195
209
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
196
|
-
propsDefinition: Readonly<{
|
210
|
+
propsDefinition: Omit<Readonly<{
|
197
211
|
container?: any;
|
212
|
+
blueprint?: any;
|
198
213
|
colorSchemaType?: any;
|
214
|
+
blueprintType?: any;
|
199
215
|
colors?: any;
|
200
216
|
} & {
|
201
217
|
section?: Section<import("@omnia/fx-models").SectionSettings>;
|
@@ -207,6 +223,6 @@ declare const _default: {
|
|
207
223
|
"use-scroll-marging-fix"?: boolean;
|
208
224
|
tabState?: object;
|
209
225
|
"tab-state"?: object;
|
210
|
-
}>;
|
226
|
+
}>, never>;
|
211
227
|
};
|
212
228
|
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.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;
|
@@ -19,6 +19,9 @@ declare const _default: {
|
|
19
19
|
$: import("vue").ComponentInternalInstance;
|
20
20
|
$data: {};
|
21
21
|
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
22
|
+
"onUpdate:modelValue": {
|
23
|
+
type: import("vue").PropType<(value: ColorValue) => any>;
|
24
|
+
};
|
22
25
|
"v-model": {
|
23
26
|
type: import("vue").PropType<ColorValue>;
|
24
27
|
required: false;
|
@@ -44,6 +47,9 @@ declare const _default: {
|
|
44
47
|
$emit: (event: "update:modelValue", value: ColorValue) => void;
|
45
48
|
$el: any;
|
46
49
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
50
|
+
"onUpdate:modelValue": {
|
51
|
+
type: import("vue").PropType<(value: ColorValue) => any>;
|
52
|
+
};
|
47
53
|
"v-model": {
|
48
54
|
type: import("vue").PropType<ColorValue>;
|
49
55
|
required: false;
|
@@ -77,6 +83,9 @@ declare const _default: {
|
|
77
83
|
$nextTick: typeof import("vue").nextTick;
|
78
84
|
$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;
|
79
85
|
} & Readonly<import("vue").ExtractPropTypes<{
|
86
|
+
"onUpdate:modelValue": {
|
87
|
+
type: import("vue").PropType<(value: ColorValue) => any>;
|
88
|
+
};
|
80
89
|
"v-model": {
|
81
90
|
type: import("vue").PropType<ColorValue>;
|
82
91
|
required: false;
|
@@ -92,6 +101,9 @@ declare const _default: {
|
|
92
101
|
__isTeleport?: never;
|
93
102
|
__isSuspense?: never;
|
94
103
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
104
|
+
"onUpdate:modelValue": {
|
105
|
+
type: import("vue").PropType<(value: ColorValue) => any>;
|
106
|
+
};
|
95
107
|
"v-model": {
|
96
108
|
type: import("vue").PropType<ColorValue>;
|
97
109
|
required: false;
|
@@ -105,10 +117,11 @@ declare const _default: {
|
|
105
117
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
106
118
|
"update:modelValue": (value: ColorValue) => true;
|
107
119
|
}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
108
|
-
propsDefinition: Readonly<{} & {
|
120
|
+
propsDefinition: Omit<Readonly<{} & {
|
121
|
+
"onUpdate:modelValue"?: (value: ColorValue) => any;
|
109
122
|
"v-model"?: ColorValue;
|
110
123
|
modelValue?: ColorValue;
|
111
|
-
}> & {
|
124
|
+
}>, "onUpdate:modelValue"> & {
|
112
125
|
"onUpdate:modelValue"?: (value: ColorValue) => any;
|
113
126
|
};
|
114
127
|
};
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutStructure.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;
|
@@ -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/TabsSettingsStylePanel.d.ts
CHANGED
@@ -69,8 +69,8 @@ declare const _default: {
|
|
69
69
|
type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
|
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<import("@omnia/fx-models").SectionSettings>;
|
74
|
-
}>;
|
74
|
+
}>, never>;
|
75
75
|
};
|
76
76
|
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts
CHANGED
@@ -4,13 +4,17 @@ declare const _default: {
|
|
4
4
|
$data: {};
|
5
5
|
$props: Partial<{
|
6
6
|
container?: any;
|
7
|
+
blueprint?: any;
|
7
8
|
colorSchemaType?: any;
|
9
|
+
blueprintType?: any;
|
8
10
|
colors?: any;
|
9
11
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
10
12
|
colorSchemaType?: any;
|
11
13
|
container?: any;
|
12
14
|
colors?: any;
|
13
|
-
|
15
|
+
blueprintType?: any;
|
16
|
+
blueprint?: any;
|
17
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "blueprint" | "colorSchemaType" | "blueprintType" | "colors">;
|
14
18
|
$attrs: {
|
15
19
|
[x: string]: unknown;
|
16
20
|
};
|
@@ -28,9 +32,13 @@ declare const _default: {
|
|
28
32
|
colorSchemaType?: any;
|
29
33
|
container?: any;
|
30
34
|
colors?: any;
|
35
|
+
blueprintType?: any;
|
36
|
+
blueprint?: any;
|
31
37
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
32
38
|
container?: any;
|
39
|
+
blueprint?: any;
|
33
40
|
colorSchemaType?: any;
|
41
|
+
blueprintType?: any;
|
34
42
|
colors?: any;
|
35
43
|
}, {}, string> & {
|
36
44
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -56,6 +64,8 @@ declare const _default: {
|
|
56
64
|
colorSchemaType?: any;
|
57
65
|
container?: any;
|
58
66
|
colors?: any;
|
67
|
+
blueprintType?: any;
|
68
|
+
blueprint?: any;
|
59
69
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
60
70
|
__isFragment?: never;
|
61
71
|
__isTeleport?: never;
|
@@ -64,15 +74,21 @@ declare const _default: {
|
|
64
74
|
colorSchemaType?: any;
|
65
75
|
container?: any;
|
66
76
|
colors?: any;
|
77
|
+
blueprintType?: any;
|
78
|
+
blueprint?: any;
|
67
79
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
68
80
|
container?: any;
|
81
|
+
blueprint?: any;
|
69
82
|
colorSchemaType?: any;
|
83
|
+
blueprintType?: any;
|
70
84
|
colors?: any;
|
71
85
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
72
|
-
propsDefinition: Readonly<{
|
86
|
+
propsDefinition: Omit<Readonly<{
|
73
87
|
container?: any;
|
88
|
+
blueprint?: any;
|
74
89
|
colorSchemaType?: any;
|
90
|
+
blueprintType?: any;
|
75
91
|
colors?: any;
|
76
|
-
} & {}>;
|
92
|
+
} & {}>, never>;
|
77
93
|
};
|
78
94
|
export default _default;
|
@@ -186,7 +186,7 @@ declare const _default: {
|
|
186
186
|
type: import("vue").PropType<BackgroundSettings>;
|
187
187
|
};
|
188
188
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
189
|
-
propsDefinition: Readonly<{} & {
|
189
|
+
propsDefinition: Omit<Readonly<{} & {
|
190
190
|
settings?: BackgroundSettings;
|
191
191
|
allowOverflow?: boolean;
|
192
192
|
"allow-overflow"?: boolean;
|
@@ -198,6 +198,6 @@ declare const _default: {
|
|
198
198
|
"hide-acrylic-settings"?: boolean;
|
199
199
|
forceDark?: boolean;
|
200
200
|
"force-dark"?: boolean;
|
201
|
-
}>;
|
201
|
+
}>, never>;
|
202
202
|
};
|
203
203
|
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;
|
@@ -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/block/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;
|