@omnia/fx 8.0.25-vnext → 8.0.27-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 +5 -4
- 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/appprovisioningwizard/AppProvisioningWizard.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.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +407 -0
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +69 -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/btngroup/ButtonGroup.d.ts +101 -0
- 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 +129 -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 +70 -47
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +91 -46
- 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 +1 -70
- 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 +7 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlock.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/{VelcronBlockSettings.d.ts → content/ContentBlockSettings.d.ts} +2 -4
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +94 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +114 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/model/ContentDefinitionRegistration.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/store/ContentBlockStore.d.ts +40 -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/velcron/VelcronBlockSettings.d.ts +55 -0
- 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/index.d.ts +1 -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 +53 -40
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronEvents.d.ts +3 -0
- 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 +3 -89
- 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/rules/IsEditMode.d.ts +20 -0
- package/internal-do-not-import-from-here/ux/velcron/core/rules/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/stores/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 +266 -117
- 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 +18 -13
- 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 +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +195 -33
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/App.d.ts +7 -7
- 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/ux/wizard/IWizard.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +2 -2
- package/internal-do-not-import-from-here/wctypings.d.ts +18 -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
@@ -9,6 +9,9 @@ declare const _default: {
|
|
9
9
|
} & {
|
10
10
|
type: import("vue").PropType<string>;
|
11
11
|
};
|
12
|
+
"onUpdate:modelValue": {
|
13
|
+
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
|
14
|
+
};
|
12
15
|
"v-model": {
|
13
16
|
type: import("vue").PropType<BlueprintType | BlueprintTypes>;
|
14
17
|
required: false;
|
@@ -17,14 +20,20 @@ declare const _default: {
|
|
17
20
|
type: import("vue").PropType<BlueprintType | BlueprintTypes>;
|
18
21
|
required: false;
|
19
22
|
};
|
20
|
-
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").
|
23
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
24
|
+
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
|
25
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
21
26
|
type: import("vue").PropType<BlueprintType | BlueprintTypes>;
|
22
27
|
required: false;
|
23
|
-
}; } & { [
|
28
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
24
29
|
type: import("vue").PropType<BlueprintType | BlueprintTypes>;
|
25
30
|
required: false;
|
26
31
|
}; } & {
|
27
32
|
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, BlueprintType | BlueprintTypes, {
|
33
|
+
"onUpdate:modelValue": {
|
34
|
+
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
|
35
|
+
};
|
36
|
+
} & {
|
28
37
|
"v-model": {
|
29
38
|
type: import("vue").PropType<BlueprintType | BlueprintTypes>;
|
30
39
|
required: false;
|
@@ -36,6 +45,10 @@ declare const _default: {
|
|
36
45
|
};
|
37
46
|
}>;
|
38
47
|
defaultValue(value?: BlueprintType | BlueprintTypes): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, BlueprintType | BlueprintTypes, {
|
48
|
+
"onUpdate:modelValue": {
|
49
|
+
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
|
50
|
+
};
|
51
|
+
} & {
|
39
52
|
"v-model": {
|
40
53
|
type: import("vue").PropType<BlueprintType | BlueprintTypes>;
|
41
54
|
required: false;
|
@@ -47,6 +60,10 @@ declare const _default: {
|
|
47
60
|
};
|
48
61
|
}, false>;
|
49
62
|
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, BlueprintType | BlueprintTypes, {
|
63
|
+
"onUpdate:modelValue": {
|
64
|
+
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
|
65
|
+
};
|
66
|
+
} & {
|
50
67
|
"v-model": {
|
51
68
|
type: import("vue").PropType<BlueprintType | BlueprintTypes>;
|
52
69
|
required: false;
|
@@ -80,6 +97,9 @@ declare const _default: {
|
|
80
97
|
} & {
|
81
98
|
type: import("vue").PropType<string>;
|
82
99
|
};
|
100
|
+
"onUpdate:modelValue": {
|
101
|
+
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
|
102
|
+
};
|
83
103
|
"v-model": {
|
84
104
|
type: import("vue").PropType<BlueprintType | BlueprintTypes>;
|
85
105
|
required: false;
|
@@ -88,14 +108,20 @@ declare const _default: {
|
|
88
108
|
type: import("vue").PropType<BlueprintType | BlueprintTypes>;
|
89
109
|
required: false;
|
90
110
|
};
|
91
|
-
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").
|
111
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
112
|
+
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
|
113
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
92
114
|
type: import("vue").PropType<BlueprintType | BlueprintTypes>;
|
93
115
|
required: false;
|
94
|
-
}; } & { [
|
116
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
95
117
|
type: import("vue").PropType<BlueprintType | BlueprintTypes>;
|
96
118
|
required: false;
|
97
119
|
}; } & {
|
98
120
|
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, BlueprintType | BlueprintTypes, {
|
121
|
+
"onUpdate:modelValue": {
|
122
|
+
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
|
123
|
+
};
|
124
|
+
} & {
|
99
125
|
"v-model": {
|
100
126
|
type: import("vue").PropType<BlueprintType | BlueprintTypes>;
|
101
127
|
required: false;
|
@@ -107,6 +133,10 @@ declare const _default: {
|
|
107
133
|
};
|
108
134
|
}>;
|
109
135
|
defaultValue(value?: BlueprintType | BlueprintTypes): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, BlueprintType | BlueprintTypes, {
|
136
|
+
"onUpdate:modelValue": {
|
137
|
+
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
|
138
|
+
};
|
139
|
+
} & {
|
110
140
|
"v-model": {
|
111
141
|
type: import("vue").PropType<BlueprintType | BlueprintTypes>;
|
112
142
|
required: false;
|
@@ -118,6 +148,10 @@ declare const _default: {
|
|
118
148
|
};
|
119
149
|
}, false>;
|
120
150
|
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, BlueprintType | BlueprintTypes, {
|
151
|
+
"onUpdate:modelValue": {
|
152
|
+
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
|
153
|
+
};
|
154
|
+
} & {
|
121
155
|
"v-model": {
|
122
156
|
type: import("vue").PropType<BlueprintType | BlueprintTypes>;
|
123
157
|
required: false;
|
@@ -159,6 +193,9 @@ declare const _default: {
|
|
159
193
|
} & {
|
160
194
|
type: import("vue").PropType<string>;
|
161
195
|
};
|
196
|
+
"onUpdate:modelValue": {
|
197
|
+
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
|
198
|
+
};
|
162
199
|
"v-model": {
|
163
200
|
type: import("vue").PropType<BlueprintType | BlueprintTypes>;
|
164
201
|
required: false;
|
@@ -167,14 +204,20 @@ declare const _default: {
|
|
167
204
|
type: import("vue").PropType<BlueprintType | BlueprintTypes>;
|
168
205
|
required: false;
|
169
206
|
};
|
170
|
-
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").
|
207
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
208
|
+
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
|
209
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
171
210
|
type: import("vue").PropType<BlueprintType | BlueprintTypes>;
|
172
211
|
required: false;
|
173
|
-
}; } & { [
|
212
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
174
213
|
type: import("vue").PropType<BlueprintType | BlueprintTypes>;
|
175
214
|
required: false;
|
176
215
|
}; } & {
|
177
216
|
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, BlueprintType | BlueprintTypes, {
|
217
|
+
"onUpdate:modelValue": {
|
218
|
+
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
|
219
|
+
};
|
220
|
+
} & {
|
178
221
|
"v-model": {
|
179
222
|
type: import("vue").PropType<BlueprintType | BlueprintTypes>;
|
180
223
|
required: false;
|
@@ -186,6 +229,10 @@ declare const _default: {
|
|
186
229
|
};
|
187
230
|
}>;
|
188
231
|
defaultValue(value?: BlueprintType | BlueprintTypes): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, BlueprintType | BlueprintTypes, {
|
232
|
+
"onUpdate:modelValue": {
|
233
|
+
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
|
234
|
+
};
|
235
|
+
} & {
|
189
236
|
"v-model": {
|
190
237
|
type: import("vue").PropType<BlueprintType | BlueprintTypes>;
|
191
238
|
required: false;
|
@@ -197,6 +244,10 @@ declare const _default: {
|
|
197
244
|
};
|
198
245
|
}, false>;
|
199
246
|
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, BlueprintType | BlueprintTypes, {
|
247
|
+
"onUpdate:modelValue": {
|
248
|
+
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
|
249
|
+
};
|
250
|
+
} & {
|
200
251
|
"v-model": {
|
201
252
|
type: import("vue").PropType<BlueprintType | BlueprintTypes>;
|
202
253
|
required: false;
|
@@ -220,6 +271,9 @@ declare const _default: {
|
|
220
271
|
} & {
|
221
272
|
type: import("vue").PropType<string>;
|
222
273
|
};
|
274
|
+
"onUpdate:modelValue": {
|
275
|
+
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
|
276
|
+
};
|
223
277
|
"v-model": {
|
224
278
|
type: import("vue").PropType<BlueprintType | BlueprintTypes>;
|
225
279
|
required: false;
|
@@ -228,14 +282,20 @@ declare const _default: {
|
|
228
282
|
type: import("vue").PropType<BlueprintType | BlueprintTypes>;
|
229
283
|
required: false;
|
230
284
|
};
|
231
|
-
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").
|
285
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
286
|
+
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
|
287
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
232
288
|
type: import("vue").PropType<BlueprintType | BlueprintTypes>;
|
233
289
|
required: false;
|
234
|
-
}; } & { [
|
290
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
235
291
|
type: import("vue").PropType<BlueprintType | BlueprintTypes>;
|
236
292
|
required: false;
|
237
293
|
}; } & {
|
238
294
|
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, BlueprintType | BlueprintTypes, {
|
295
|
+
"onUpdate:modelValue": {
|
296
|
+
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
|
297
|
+
};
|
298
|
+
} & {
|
239
299
|
"v-model": {
|
240
300
|
type: import("vue").PropType<BlueprintType | BlueprintTypes>;
|
241
301
|
required: false;
|
@@ -247,6 +307,10 @@ declare const _default: {
|
|
247
307
|
};
|
248
308
|
}>;
|
249
309
|
defaultValue(value?: BlueprintType | BlueprintTypes): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, BlueprintType | BlueprintTypes, {
|
310
|
+
"onUpdate:modelValue": {
|
311
|
+
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
|
312
|
+
};
|
313
|
+
} & {
|
250
314
|
"v-model": {
|
251
315
|
type: import("vue").PropType<BlueprintType | BlueprintTypes>;
|
252
316
|
required: false;
|
@@ -258,6 +322,10 @@ declare const _default: {
|
|
258
322
|
};
|
259
323
|
}, false>;
|
260
324
|
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, BlueprintType | BlueprintTypes, {
|
325
|
+
"onUpdate:modelValue": {
|
326
|
+
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
|
327
|
+
};
|
328
|
+
} & {
|
261
329
|
"v-model": {
|
262
330
|
type: import("vue").PropType<BlueprintType | BlueprintTypes>;
|
263
331
|
required: false;
|
@@ -274,9 +342,13 @@ declare const _default: {
|
|
274
342
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
275
343
|
"update:modelValue": (value: BlueprintTypes) => any;
|
276
344
|
}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
277
|
-
propsDefinition: Readonly<{} & {
|
345
|
+
propsDefinition: Omit<Readonly<{} & {
|
278
346
|
label?: string;
|
279
347
|
name?: {
|
348
|
+
[x: `onUpdate:${string}`]: {
|
349
|
+
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
|
350
|
+
};
|
351
|
+
} & {
|
280
352
|
[x: `v-model:${string}`]: {
|
281
353
|
type: import("vue").PropType<BlueprintType | BlueprintTypes>;
|
282
354
|
required: false;
|
@@ -288,6 +360,10 @@ declare const _default: {
|
|
288
360
|
};
|
289
361
|
} & {
|
290
362
|
require(): import("../../DefineVueTypings").DefinePropModelRequire<string, BlueprintType | BlueprintTypes, {
|
363
|
+
"onUpdate:modelValue": {
|
364
|
+
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
|
365
|
+
};
|
366
|
+
} & {
|
291
367
|
"v-model": {
|
292
368
|
type: import("vue").PropType<BlueprintType | BlueprintTypes>;
|
293
369
|
required: false;
|
@@ -299,6 +375,10 @@ declare const _default: {
|
|
299
375
|
};
|
300
376
|
}>;
|
301
377
|
defaultValue(value?: BlueprintType | BlueprintTypes): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, BlueprintType | BlueprintTypes, {
|
378
|
+
"onUpdate:modelValue": {
|
379
|
+
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
|
380
|
+
};
|
381
|
+
} & {
|
302
382
|
"v-model": {
|
303
383
|
type: import("vue").PropType<BlueprintType | BlueprintTypes>;
|
304
384
|
required: false;
|
@@ -310,6 +390,10 @@ declare const _default: {
|
|
310
390
|
};
|
311
391
|
}, false>;
|
312
392
|
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, BlueprintType | BlueprintTypes, {
|
393
|
+
"onUpdate:modelValue": {
|
394
|
+
type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
|
395
|
+
};
|
396
|
+
} & {
|
313
397
|
"v-model": {
|
314
398
|
type: import("vue").PropType<BlueprintType | BlueprintTypes>;
|
315
399
|
required: false;
|
@@ -321,9 +405,10 @@ declare const _default: {
|
|
321
405
|
};
|
322
406
|
}>;
|
323
407
|
};
|
408
|
+
"onUpdate:modelValue"?: (value: BlueprintType | BlueprintTypes) => any;
|
324
409
|
"v-model"?: BlueprintType | BlueprintTypes;
|
325
410
|
modelValue?: BlueprintType | BlueprintTypes;
|
326
|
-
}> & {
|
411
|
+
}>, "onUpdate:modelValue"> & {
|
327
412
|
"onUpdate:modelValue"?: (value: BlueprintTypes) => any;
|
328
413
|
};
|
329
414
|
};
|
@@ -6,7 +6,9 @@ declare const _default: {
|
|
6
6
|
$data: {};
|
7
7
|
$props: Partial<{
|
8
8
|
container?: any;
|
9
|
+
blueprint?: any;
|
9
10
|
colorSchemaType?: any;
|
11
|
+
blueprintType?: any;
|
10
12
|
colors?: any;
|
11
13
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
12
14
|
"v-slots": import("vue").Prop<{
|
@@ -14,6 +16,9 @@ declare const _default: {
|
|
14
16
|
} & {
|
15
17
|
activator?: () => VNodeChild;
|
16
18
|
}>;
|
19
|
+
"onUpdate:modelValue": {
|
20
|
+
type: import("vue").PropType<(value: unknown) => any>;
|
21
|
+
};
|
17
22
|
"v-model": {
|
18
23
|
type: import("vue").PropType<unknown>;
|
19
24
|
required: false;
|
@@ -22,14 +27,20 @@ declare const _default: {
|
|
22
27
|
type: import("vue").PropType<unknown>;
|
23
28
|
required: false;
|
24
29
|
};
|
25
|
-
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").
|
30
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
31
|
+
type: import("vue").PropType<(value: unknown) => any>;
|
32
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
26
33
|
type: import("vue").PropType<unknown>;
|
27
34
|
required: false;
|
28
|
-
}; } & { [
|
35
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
29
36
|
type: import("vue").PropType<unknown>;
|
30
37
|
required: false;
|
31
38
|
}; } & {
|
32
39
|
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, unknown, {
|
40
|
+
"onUpdate:modelValue": {
|
41
|
+
type: import("vue").PropType<(value: unknown) => any>;
|
42
|
+
};
|
43
|
+
} & {
|
33
44
|
"v-model": {
|
34
45
|
type: import("vue").PropType<unknown>;
|
35
46
|
required: false;
|
@@ -41,6 +52,10 @@ declare const _default: {
|
|
41
52
|
};
|
42
53
|
}>;
|
43
54
|
defaultValue(value?: unknown): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, unknown, {
|
55
|
+
"onUpdate:modelValue": {
|
56
|
+
type: import("vue").PropType<(value: unknown) => any>;
|
57
|
+
};
|
58
|
+
} & {
|
44
59
|
"v-model": {
|
45
60
|
type: import("vue").PropType<unknown>;
|
46
61
|
required: false;
|
@@ -52,6 +67,10 @@ declare const _default: {
|
|
52
67
|
};
|
53
68
|
}, false>;
|
54
69
|
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, unknown, {
|
70
|
+
"onUpdate:modelValue": {
|
71
|
+
type: import("vue").PropType<(value: unknown) => any>;
|
72
|
+
};
|
73
|
+
} & {
|
55
74
|
"v-model": {
|
56
75
|
type: import("vue").PropType<unknown>;
|
57
76
|
required: false;
|
@@ -66,9 +85,11 @@ declare const _default: {
|
|
66
85
|
colorSchemaType?: any;
|
67
86
|
container?: any;
|
68
87
|
colors?: any;
|
88
|
+
blueprintType?: any;
|
89
|
+
blueprint?: any;
|
69
90
|
}>> & {
|
70
91
|
"onUpdate:modelValue"?: (colorSchema: ColorSchema) => any;
|
71
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
|
92
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "blueprint" | "colorSchemaType" | "blueprintType" | "colors">;
|
72
93
|
$attrs: {
|
73
94
|
[x: string]: unknown;
|
74
95
|
};
|
@@ -88,6 +109,9 @@ declare const _default: {
|
|
88
109
|
} & {
|
89
110
|
activator?: () => VNodeChild;
|
90
111
|
}>;
|
112
|
+
"onUpdate:modelValue": {
|
113
|
+
type: import("vue").PropType<(value: unknown) => any>;
|
114
|
+
};
|
91
115
|
"v-model": {
|
92
116
|
type: import("vue").PropType<unknown>;
|
93
117
|
required: false;
|
@@ -96,14 +120,20 @@ declare const _default: {
|
|
96
120
|
type: import("vue").PropType<unknown>;
|
97
121
|
required: false;
|
98
122
|
};
|
99
|
-
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").
|
123
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
124
|
+
type: import("vue").PropType<(value: unknown) => any>;
|
125
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
100
126
|
type: import("vue").PropType<unknown>;
|
101
127
|
required: false;
|
102
|
-
}; } & { [
|
128
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
103
129
|
type: import("vue").PropType<unknown>;
|
104
130
|
required: false;
|
105
131
|
}; } & {
|
106
132
|
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, unknown, {
|
133
|
+
"onUpdate:modelValue": {
|
134
|
+
type: import("vue").PropType<(value: unknown) => any>;
|
135
|
+
};
|
136
|
+
} & {
|
107
137
|
"v-model": {
|
108
138
|
type: import("vue").PropType<unknown>;
|
109
139
|
required: false;
|
@@ -115,6 +145,10 @@ declare const _default: {
|
|
115
145
|
};
|
116
146
|
}>;
|
117
147
|
defaultValue(value?: unknown): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, unknown, {
|
148
|
+
"onUpdate:modelValue": {
|
149
|
+
type: import("vue").PropType<(value: unknown) => any>;
|
150
|
+
};
|
151
|
+
} & {
|
118
152
|
"v-model": {
|
119
153
|
type: import("vue").PropType<unknown>;
|
120
154
|
required: false;
|
@@ -126,6 +160,10 @@ declare const _default: {
|
|
126
160
|
};
|
127
161
|
}, false>;
|
128
162
|
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, unknown, {
|
163
|
+
"onUpdate:modelValue": {
|
164
|
+
type: import("vue").PropType<(value: unknown) => any>;
|
165
|
+
};
|
166
|
+
} & {
|
129
167
|
"v-model": {
|
130
168
|
type: import("vue").PropType<unknown>;
|
131
169
|
required: false;
|
@@ -140,13 +178,17 @@ declare const _default: {
|
|
140
178
|
colorSchemaType?: any;
|
141
179
|
container?: any;
|
142
180
|
colors?: any;
|
181
|
+
blueprintType?: any;
|
182
|
+
blueprint?: any;
|
143
183
|
}>> & {
|
144
184
|
"onUpdate:modelValue"?: (colorSchema: ColorSchema) => any;
|
145
185
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
146
186
|
"update:modelValue": (colorSchema: ColorSchema) => any;
|
147
187
|
}, string, {
|
148
188
|
container?: any;
|
189
|
+
blueprint?: any;
|
149
190
|
colorSchemaType?: any;
|
191
|
+
blueprintType?: any;
|
150
192
|
colors?: any;
|
151
193
|
}, {}, string> & {
|
152
194
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -174,6 +216,9 @@ declare const _default: {
|
|
174
216
|
} & {
|
175
217
|
activator?: () => VNodeChild;
|
176
218
|
}>;
|
219
|
+
"onUpdate:modelValue": {
|
220
|
+
type: import("vue").PropType<(value: unknown) => any>;
|
221
|
+
};
|
177
222
|
"v-model": {
|
178
223
|
type: import("vue").PropType<unknown>;
|
179
224
|
required: false;
|
@@ -182,14 +227,20 @@ declare const _default: {
|
|
182
227
|
type: import("vue").PropType<unknown>;
|
183
228
|
required: false;
|
184
229
|
};
|
185
|
-
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").
|
230
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
231
|
+
type: import("vue").PropType<(value: unknown) => any>;
|
232
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
186
233
|
type: import("vue").PropType<unknown>;
|
187
234
|
required: false;
|
188
|
-
}; } & { [
|
235
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
189
236
|
type: import("vue").PropType<unknown>;
|
190
237
|
required: false;
|
191
238
|
}; } & {
|
192
239
|
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, unknown, {
|
240
|
+
"onUpdate:modelValue": {
|
241
|
+
type: import("vue").PropType<(value: unknown) => any>;
|
242
|
+
};
|
243
|
+
} & {
|
193
244
|
"v-model": {
|
194
245
|
type: import("vue").PropType<unknown>;
|
195
246
|
required: false;
|
@@ -201,6 +252,10 @@ declare const _default: {
|
|
201
252
|
};
|
202
253
|
}>;
|
203
254
|
defaultValue(value?: unknown): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, unknown, {
|
255
|
+
"onUpdate:modelValue": {
|
256
|
+
type: import("vue").PropType<(value: unknown) => any>;
|
257
|
+
};
|
258
|
+
} & {
|
204
259
|
"v-model": {
|
205
260
|
type: import("vue").PropType<unknown>;
|
206
261
|
required: false;
|
@@ -212,6 +267,10 @@ declare const _default: {
|
|
212
267
|
};
|
213
268
|
}, false>;
|
214
269
|
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, unknown, {
|
270
|
+
"onUpdate:modelValue": {
|
271
|
+
type: import("vue").PropType<(value: unknown) => any>;
|
272
|
+
};
|
273
|
+
} & {
|
215
274
|
"v-model": {
|
216
275
|
type: import("vue").PropType<unknown>;
|
217
276
|
required: false;
|
@@ -226,6 +285,8 @@ declare const _default: {
|
|
226
285
|
colorSchemaType?: any;
|
227
286
|
container?: any;
|
228
287
|
colors?: any;
|
288
|
+
blueprintType?: any;
|
289
|
+
blueprint?: any;
|
229
290
|
}>> & {
|
230
291
|
"onUpdate:modelValue"?: (colorSchema: ColorSchema) => any;
|
231
292
|
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
@@ -238,6 +299,9 @@ declare const _default: {
|
|
238
299
|
} & {
|
239
300
|
activator?: () => VNodeChild;
|
240
301
|
}>;
|
302
|
+
"onUpdate:modelValue": {
|
303
|
+
type: import("vue").PropType<(value: unknown) => any>;
|
304
|
+
};
|
241
305
|
"v-model": {
|
242
306
|
type: import("vue").PropType<unknown>;
|
243
307
|
required: false;
|
@@ -246,14 +310,20 @@ declare const _default: {
|
|
246
310
|
type: import("vue").PropType<unknown>;
|
247
311
|
required: false;
|
248
312
|
};
|
249
|
-
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").
|
313
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
314
|
+
type: import("vue").PropType<(value: unknown) => any>;
|
315
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
250
316
|
type: import("vue").PropType<unknown>;
|
251
317
|
required: false;
|
252
|
-
}; } & { [
|
318
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
253
319
|
type: import("vue").PropType<unknown>;
|
254
320
|
required: false;
|
255
321
|
}; } & {
|
256
322
|
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, unknown, {
|
323
|
+
"onUpdate:modelValue": {
|
324
|
+
type: import("vue").PropType<(value: unknown) => any>;
|
325
|
+
};
|
326
|
+
} & {
|
257
327
|
"v-model": {
|
258
328
|
type: import("vue").PropType<unknown>;
|
259
329
|
required: false;
|
@@ -265,6 +335,10 @@ declare const _default: {
|
|
265
335
|
};
|
266
336
|
}>;
|
267
337
|
defaultValue(value?: unknown): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, unknown, {
|
338
|
+
"onUpdate:modelValue": {
|
339
|
+
type: import("vue").PropType<(value: unknown) => any>;
|
340
|
+
};
|
341
|
+
} & {
|
268
342
|
"v-model": {
|
269
343
|
type: import("vue").PropType<unknown>;
|
270
344
|
required: false;
|
@@ -276,6 +350,10 @@ declare const _default: {
|
|
276
350
|
};
|
277
351
|
}, false>;
|
278
352
|
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, unknown, {
|
353
|
+
"onUpdate:modelValue": {
|
354
|
+
type: import("vue").PropType<(value: unknown) => any>;
|
355
|
+
};
|
356
|
+
} & {
|
279
357
|
"v-model": {
|
280
358
|
type: import("vue").PropType<unknown>;
|
281
359
|
required: false;
|
@@ -290,21 +368,31 @@ declare const _default: {
|
|
290
368
|
colorSchemaType?: any;
|
291
369
|
container?: any;
|
292
370
|
colors?: any;
|
371
|
+
blueprintType?: any;
|
372
|
+
blueprint?: any;
|
293
373
|
}>> & {
|
294
374
|
"onUpdate:modelValue"?: (colorSchema: ColorSchema) => any;
|
295
375
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
296
376
|
"update:modelValue": (colorSchema: ColorSchema) => any;
|
297
377
|
}, string, {
|
298
378
|
container?: any;
|
379
|
+
blueprint?: any;
|
299
380
|
colorSchemaType?: any;
|
381
|
+
blueprintType?: any;
|
300
382
|
colors?: any;
|
301
383
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
302
|
-
propsDefinition: Readonly<{
|
384
|
+
propsDefinition: Omit<Readonly<{
|
303
385
|
container?: any;
|
386
|
+
blueprint?: any;
|
304
387
|
colorSchemaType?: any;
|
388
|
+
blueprintType?: any;
|
305
389
|
colors?: any;
|
306
390
|
} & {
|
307
391
|
name?: {
|
392
|
+
[x: `onUpdate:${string}`]: {
|
393
|
+
type: import("vue").PropType<(value: unknown) => any>;
|
394
|
+
};
|
395
|
+
} & {
|
308
396
|
[x: `v-model:${string}`]: {
|
309
397
|
type: import("vue").PropType<unknown>;
|
310
398
|
required: false;
|
@@ -316,6 +404,10 @@ declare const _default: {
|
|
316
404
|
};
|
317
405
|
} & {
|
318
406
|
require(): import("../../DefineVueTypings").DefinePropModelRequire<string, unknown, {
|
407
|
+
"onUpdate:modelValue": {
|
408
|
+
type: import("vue").PropType<(value: unknown) => any>;
|
409
|
+
};
|
410
|
+
} & {
|
319
411
|
"v-model": {
|
320
412
|
type: import("vue").PropType<unknown>;
|
321
413
|
required: false;
|
@@ -327,6 +419,10 @@ declare const _default: {
|
|
327
419
|
};
|
328
420
|
}>;
|
329
421
|
defaultValue(value?: unknown): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, unknown, {
|
422
|
+
"onUpdate:modelValue": {
|
423
|
+
type: import("vue").PropType<(value: unknown) => any>;
|
424
|
+
};
|
425
|
+
} & {
|
330
426
|
"v-model": {
|
331
427
|
type: import("vue").PropType<unknown>;
|
332
428
|
required: false;
|
@@ -338,6 +434,10 @@ declare const _default: {
|
|
338
434
|
};
|
339
435
|
}, false>;
|
340
436
|
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, unknown, {
|
437
|
+
"onUpdate:modelValue": {
|
438
|
+
type: import("vue").PropType<(value: unknown) => any>;
|
439
|
+
};
|
440
|
+
} & {
|
341
441
|
"v-model": {
|
342
442
|
type: import("vue").PropType<unknown>;
|
343
443
|
required: false;
|
@@ -349,6 +449,7 @@ declare const _default: {
|
|
349
449
|
};
|
350
450
|
}>;
|
351
451
|
};
|
452
|
+
"onUpdate:modelValue"?: (value: unknown) => any;
|
352
453
|
"v-model"?: unknown;
|
353
454
|
modelValue?: unknown;
|
354
455
|
"v-slots"?: {
|
@@ -356,7 +457,7 @@ declare const _default: {
|
|
356
457
|
} & {
|
357
458
|
activator?: () => VNodeChild;
|
358
459
|
};
|
359
|
-
}> & {
|
460
|
+
}>, "onUpdate:modelValue"> & {
|
360
461
|
"onUpdate:modelValue"?: (colorSchema: ColorSchema) => any;
|
361
462
|
};
|
362
463
|
};
|