@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
@@ -4,7 +4,9 @@ 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
|
variant: {
|
@@ -27,6 +29,9 @@ declare const _default: {
|
|
27
29
|
} & {
|
28
30
|
type: import("vue").PropType<boolean>;
|
29
31
|
};
|
32
|
+
"onUpdate:modelValue": {
|
33
|
+
type: import("vue").PropType<(value: any) => any>;
|
34
|
+
};
|
30
35
|
"v-model": {
|
31
36
|
type: import("vue").PropType<any>;
|
32
37
|
required: false;
|
@@ -35,14 +40,20 @@ declare const _default: {
|
|
35
40
|
type: import("vue").PropType<any>;
|
36
41
|
required: false;
|
37
42
|
};
|
38
|
-
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").
|
43
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
44
|
+
type: import("vue").PropType<(value: any) => any>;
|
45
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
39
46
|
type: import("vue").PropType<any>;
|
40
47
|
required: false;
|
41
|
-
}; } & { [
|
48
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
42
49
|
type: import("vue").PropType<any>;
|
43
50
|
required: false;
|
44
51
|
}; } & {
|
45
52
|
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, any, {
|
53
|
+
"onUpdate:modelValue": {
|
54
|
+
type: import("vue").PropType<(value: any) => any>;
|
55
|
+
};
|
56
|
+
} & {
|
46
57
|
"v-model": {
|
47
58
|
type: import("vue").PropType<any>;
|
48
59
|
required: false;
|
@@ -54,6 +65,10 @@ declare const _default: {
|
|
54
65
|
};
|
55
66
|
}>;
|
56
67
|
defaultValue(value?: any): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, any, {
|
68
|
+
"onUpdate:modelValue": {
|
69
|
+
type: import("vue").PropType<(value: any) => any>;
|
70
|
+
};
|
71
|
+
} & {
|
57
72
|
"v-model": {
|
58
73
|
type: import("vue").PropType<any>;
|
59
74
|
required: false;
|
@@ -65,6 +80,10 @@ declare const _default: {
|
|
65
80
|
};
|
66
81
|
}, false>;
|
67
82
|
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, any, {
|
83
|
+
"onUpdate:modelValue": {
|
84
|
+
type: import("vue").PropType<(value: any) => any>;
|
85
|
+
};
|
86
|
+
} & {
|
68
87
|
"v-model": {
|
69
88
|
type: import("vue").PropType<any>;
|
70
89
|
required: false;
|
@@ -83,7 +102,9 @@ declare const _default: {
|
|
83
102
|
colorSchemaType?: any;
|
84
103
|
container?: any;
|
85
104
|
colors?: any;
|
86
|
-
|
105
|
+
blueprintType?: any;
|
106
|
+
blueprint?: any;
|
107
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "blueprint" | "colorSchemaType" | "blueprintType" | "colors">;
|
87
108
|
$attrs: {
|
88
109
|
[x: string]: unknown;
|
89
110
|
};
|
@@ -118,6 +139,9 @@ declare const _default: {
|
|
118
139
|
} & {
|
119
140
|
type: import("vue").PropType<boolean>;
|
120
141
|
};
|
142
|
+
"onUpdate:modelValue": {
|
143
|
+
type: import("vue").PropType<(value: any) => any>;
|
144
|
+
};
|
121
145
|
"v-model": {
|
122
146
|
type: import("vue").PropType<any>;
|
123
147
|
required: false;
|
@@ -126,14 +150,20 @@ declare const _default: {
|
|
126
150
|
type: import("vue").PropType<any>;
|
127
151
|
required: false;
|
128
152
|
};
|
129
|
-
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").
|
153
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
154
|
+
type: import("vue").PropType<(value: any) => any>;
|
155
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
130
156
|
type: import("vue").PropType<any>;
|
131
157
|
required: false;
|
132
|
-
}; } & { [
|
158
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
133
159
|
type: import("vue").PropType<any>;
|
134
160
|
required: false;
|
135
161
|
}; } & {
|
136
162
|
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, any, {
|
163
|
+
"onUpdate:modelValue": {
|
164
|
+
type: import("vue").PropType<(value: any) => any>;
|
165
|
+
};
|
166
|
+
} & {
|
137
167
|
"v-model": {
|
138
168
|
type: import("vue").PropType<any>;
|
139
169
|
required: false;
|
@@ -145,6 +175,10 @@ declare const _default: {
|
|
145
175
|
};
|
146
176
|
}>;
|
147
177
|
defaultValue(value?: any): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, any, {
|
178
|
+
"onUpdate:modelValue": {
|
179
|
+
type: import("vue").PropType<(value: any) => any>;
|
180
|
+
};
|
181
|
+
} & {
|
148
182
|
"v-model": {
|
149
183
|
type: import("vue").PropType<any>;
|
150
184
|
required: false;
|
@@ -156,6 +190,10 @@ declare const _default: {
|
|
156
190
|
};
|
157
191
|
}, false>;
|
158
192
|
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, any, {
|
193
|
+
"onUpdate:modelValue": {
|
194
|
+
type: import("vue").PropType<(value: any) => any>;
|
195
|
+
};
|
196
|
+
} & {
|
159
197
|
"v-model": {
|
160
198
|
type: import("vue").PropType<any>;
|
161
199
|
required: false;
|
@@ -174,9 +212,13 @@ declare const _default: {
|
|
174
212
|
colorSchemaType?: any;
|
175
213
|
container?: any;
|
176
214
|
colors?: any;
|
215
|
+
blueprintType?: any;
|
216
|
+
blueprint?: any;
|
177
217
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
178
218
|
container?: any;
|
219
|
+
blueprint?: any;
|
179
220
|
colorSchemaType?: any;
|
221
|
+
blueprintType?: any;
|
180
222
|
colors?: any;
|
181
223
|
}, {}, string> & {
|
182
224
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -219,6 +261,9 @@ declare const _default: {
|
|
219
261
|
} & {
|
220
262
|
type: import("vue").PropType<boolean>;
|
221
263
|
};
|
264
|
+
"onUpdate:modelValue": {
|
265
|
+
type: import("vue").PropType<(value: any) => any>;
|
266
|
+
};
|
222
267
|
"v-model": {
|
223
268
|
type: import("vue").PropType<any>;
|
224
269
|
required: false;
|
@@ -227,14 +272,20 @@ declare const _default: {
|
|
227
272
|
type: import("vue").PropType<any>;
|
228
273
|
required: false;
|
229
274
|
};
|
230
|
-
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").
|
275
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
276
|
+
type: import("vue").PropType<(value: any) => any>;
|
277
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
231
278
|
type: import("vue").PropType<any>;
|
232
279
|
required: false;
|
233
|
-
}; } & { [
|
280
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
234
281
|
type: import("vue").PropType<any>;
|
235
282
|
required: false;
|
236
283
|
}; } & {
|
237
284
|
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, any, {
|
285
|
+
"onUpdate:modelValue": {
|
286
|
+
type: import("vue").PropType<(value: any) => any>;
|
287
|
+
};
|
288
|
+
} & {
|
238
289
|
"v-model": {
|
239
290
|
type: import("vue").PropType<any>;
|
240
291
|
required: false;
|
@@ -246,6 +297,10 @@ declare const _default: {
|
|
246
297
|
};
|
247
298
|
}>;
|
248
299
|
defaultValue(value?: any): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, any, {
|
300
|
+
"onUpdate:modelValue": {
|
301
|
+
type: import("vue").PropType<(value: any) => any>;
|
302
|
+
};
|
303
|
+
} & {
|
249
304
|
"v-model": {
|
250
305
|
type: import("vue").PropType<any>;
|
251
306
|
required: false;
|
@@ -257,6 +312,10 @@ declare const _default: {
|
|
257
312
|
};
|
258
313
|
}, false>;
|
259
314
|
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, any, {
|
315
|
+
"onUpdate:modelValue": {
|
316
|
+
type: import("vue").PropType<(value: any) => any>;
|
317
|
+
};
|
318
|
+
} & {
|
260
319
|
"v-model": {
|
261
320
|
type: import("vue").PropType<any>;
|
262
321
|
required: false;
|
@@ -275,6 +334,8 @@ declare const _default: {
|
|
275
334
|
colorSchemaType?: any;
|
276
335
|
container?: any;
|
277
336
|
colors?: any;
|
337
|
+
blueprintType?: any;
|
338
|
+
blueprint?: any;
|
278
339
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
279
340
|
__isFragment?: never;
|
280
341
|
__isTeleport?: never;
|
@@ -300,6 +361,9 @@ declare const _default: {
|
|
300
361
|
} & {
|
301
362
|
type: import("vue").PropType<boolean>;
|
302
363
|
};
|
364
|
+
"onUpdate:modelValue": {
|
365
|
+
type: import("vue").PropType<(value: any) => any>;
|
366
|
+
};
|
303
367
|
"v-model": {
|
304
368
|
type: import("vue").PropType<any>;
|
305
369
|
required: false;
|
@@ -308,14 +372,20 @@ declare const _default: {
|
|
308
372
|
type: import("vue").PropType<any>;
|
309
373
|
required: false;
|
310
374
|
};
|
311
|
-
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").
|
375
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
376
|
+
type: import("vue").PropType<(value: any) => any>;
|
377
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
312
378
|
type: import("vue").PropType<any>;
|
313
379
|
required: false;
|
314
|
-
}; } & { [
|
380
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
315
381
|
type: import("vue").PropType<any>;
|
316
382
|
required: false;
|
317
383
|
}; } & {
|
318
384
|
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, any, {
|
385
|
+
"onUpdate:modelValue": {
|
386
|
+
type: import("vue").PropType<(value: any) => any>;
|
387
|
+
};
|
388
|
+
} & {
|
319
389
|
"v-model": {
|
320
390
|
type: import("vue").PropType<any>;
|
321
391
|
required: false;
|
@@ -327,6 +397,10 @@ declare const _default: {
|
|
327
397
|
};
|
328
398
|
}>;
|
329
399
|
defaultValue(value?: any): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, any, {
|
400
|
+
"onUpdate:modelValue": {
|
401
|
+
type: import("vue").PropType<(value: any) => any>;
|
402
|
+
};
|
403
|
+
} & {
|
330
404
|
"v-model": {
|
331
405
|
type: import("vue").PropType<any>;
|
332
406
|
required: false;
|
@@ -338,6 +412,10 @@ declare const _default: {
|
|
338
412
|
};
|
339
413
|
}, false>;
|
340
414
|
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, any, {
|
415
|
+
"onUpdate:modelValue": {
|
416
|
+
type: import("vue").PropType<(value: any) => any>;
|
417
|
+
};
|
418
|
+
} & {
|
341
419
|
"v-model": {
|
342
420
|
type: import("vue").PropType<any>;
|
343
421
|
required: false;
|
@@ -356,18 +434,28 @@ declare const _default: {
|
|
356
434
|
colorSchemaType?: any;
|
357
435
|
container?: any;
|
358
436
|
colors?: any;
|
437
|
+
blueprintType?: any;
|
438
|
+
blueprint?: any;
|
359
439
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
360
440
|
container?: any;
|
441
|
+
blueprint?: any;
|
361
442
|
colorSchemaType?: any;
|
443
|
+
blueprintType?: any;
|
362
444
|
colors?: any;
|
363
445
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
364
|
-
propsDefinition: Readonly<{
|
446
|
+
propsDefinition: Omit<Readonly<{
|
365
447
|
container?: any;
|
448
|
+
blueprint?: any;
|
366
449
|
colorSchemaType?: any;
|
450
|
+
blueprintType?: any;
|
367
451
|
colors?: any;
|
368
452
|
} & {
|
369
453
|
class?: String | String[];
|
370
454
|
name?: {
|
455
|
+
[x: `onUpdate:${string}`]: {
|
456
|
+
type: import("vue").PropType<(value: any) => any>;
|
457
|
+
};
|
458
|
+
} & {
|
371
459
|
[x: `v-model:${string}`]: {
|
372
460
|
type: import("vue").PropType<any>;
|
373
461
|
required: false;
|
@@ -379,6 +467,10 @@ declare const _default: {
|
|
379
467
|
};
|
380
468
|
} & {
|
381
469
|
require(): import("../../DefineVueTypings").DefinePropModelRequire<string, any, {
|
470
|
+
"onUpdate:modelValue": {
|
471
|
+
type: import("vue").PropType<(value: any) => any>;
|
472
|
+
};
|
473
|
+
} & {
|
382
474
|
"v-model": {
|
383
475
|
type: import("vue").PropType<any>;
|
384
476
|
required: false;
|
@@ -390,6 +482,10 @@ declare const _default: {
|
|
390
482
|
};
|
391
483
|
}>;
|
392
484
|
defaultValue(value?: any): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, any, {
|
485
|
+
"onUpdate:modelValue": {
|
486
|
+
type: import("vue").PropType<(value: any) => any>;
|
487
|
+
};
|
488
|
+
} & {
|
393
489
|
"v-model": {
|
394
490
|
type: import("vue").PropType<any>;
|
395
491
|
required: false;
|
@@ -401,6 +497,10 @@ declare const _default: {
|
|
401
497
|
};
|
402
498
|
}, false>;
|
403
499
|
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, any, {
|
500
|
+
"onUpdate:modelValue": {
|
501
|
+
type: import("vue").PropType<(value: any) => any>;
|
502
|
+
};
|
503
|
+
} & {
|
404
504
|
"v-model": {
|
405
505
|
type: import("vue").PropType<any>;
|
406
506
|
required: false;
|
@@ -413,11 +513,12 @@ declare const _default: {
|
|
413
513
|
}>;
|
414
514
|
};
|
415
515
|
mandatory?: boolean;
|
516
|
+
"onUpdate:modelValue"?: (value: any) => any;
|
416
517
|
"v-model"?: any;
|
417
518
|
modelValue?: any;
|
418
519
|
variant?: "drawer";
|
419
520
|
group?: boolean;
|
420
521
|
toned?: boolean;
|
421
|
-
}>;
|
522
|
+
}>, never>;
|
422
523
|
};
|
423
524
|
export default _default;
|
@@ -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
|
"v-slots": import("vue").Prop<{
|
@@ -25,7 +27,9 @@ declare const _default: {
|
|
25
27
|
colorSchemaType?: any;
|
26
28
|
container?: any;
|
27
29
|
colors?: any;
|
28
|
-
|
30
|
+
blueprintType?: any;
|
31
|
+
blueprint?: any;
|
32
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "blueprint" | "colorSchemaType" | "blueprintType" | "colors">;
|
29
33
|
$attrs: {
|
30
34
|
[x: string]: unknown;
|
31
35
|
};
|
@@ -57,9 +61,13 @@ declare const _default: {
|
|
57
61
|
colorSchemaType?: any;
|
58
62
|
container?: any;
|
59
63
|
colors?: any;
|
64
|
+
blueprintType?: any;
|
65
|
+
blueprint?: any;
|
60
66
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
61
67
|
container?: any;
|
68
|
+
blueprint?: any;
|
62
69
|
colorSchemaType?: any;
|
70
|
+
blueprintType?: any;
|
63
71
|
colors?: any;
|
64
72
|
}, {}, string> & {
|
65
73
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -99,6 +107,8 @@ declare const _default: {
|
|
99
107
|
colorSchemaType?: any;
|
100
108
|
container?: any;
|
101
109
|
colors?: any;
|
110
|
+
blueprintType?: any;
|
111
|
+
blueprint?: any;
|
102
112
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
103
113
|
__isFragment?: never;
|
104
114
|
__isTeleport?: never;
|
@@ -121,14 +131,20 @@ declare const _default: {
|
|
121
131
|
colorSchemaType?: any;
|
122
132
|
container?: any;
|
123
133
|
colors?: any;
|
134
|
+
blueprintType?: any;
|
135
|
+
blueprint?: any;
|
124
136
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
125
137
|
container?: any;
|
138
|
+
blueprint?: any;
|
126
139
|
colorSchemaType?: any;
|
140
|
+
blueprintType?: any;
|
127
141
|
colors?: any;
|
128
142
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
129
|
-
propsDefinition: Readonly<{
|
143
|
+
propsDefinition: Omit<Readonly<{
|
130
144
|
container?: any;
|
145
|
+
blueprint?: any;
|
131
146
|
colorSchemaType?: any;
|
147
|
+
blueprintType?: any;
|
132
148
|
colors?: any;
|
133
149
|
} & {
|
134
150
|
class?: String | String[];
|
@@ -138,6 +154,6 @@ declare const _default: {
|
|
138
154
|
actions?: () => VNodeChild;
|
139
155
|
};
|
140
156
|
toned?: boolean;
|
141
|
-
}>;
|
157
|
+
}>, never>;
|
142
158
|
};
|
143
159
|
export default _default;
|