@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
@@ -0,0 +1,86 @@
|
|
1
|
+
export declare function defineVelcronPropertyEditorProps<TModel, TSettings = undefined>(): {
|
2
|
+
props: {
|
3
|
+
label: {
|
4
|
+
type: import("vue").PropType<string>;
|
5
|
+
} & {
|
6
|
+
type: import("vue").PropType<string>;
|
7
|
+
};
|
8
|
+
require(): import("../../../../DefineVueTypings").DefinePropRequire<"label", string, {}>;
|
9
|
+
defaultValue(value?: string): import("../../../../DefineVueTypings").DefinePropDefaultValue<"label", string, {}, false>;
|
10
|
+
doc$(description?: string): import("../../../../DefineVueTypings").DefinePropDoc<"label", string, {}>;
|
11
|
+
settings: {
|
12
|
+
type: import("vue").PropType<TSettings>;
|
13
|
+
} & {
|
14
|
+
type: import("vue").PropType<TSettings>;
|
15
|
+
};
|
16
|
+
"onUpdate:modelValue": {
|
17
|
+
type: import("vue").PropType<(value: TModel) => any>;
|
18
|
+
};
|
19
|
+
"v-model": {
|
20
|
+
type: import("vue").PropType<TModel>;
|
21
|
+
required: false;
|
22
|
+
};
|
23
|
+
modelValue: {
|
24
|
+
type: import("vue").PropType<TModel>;
|
25
|
+
required: false;
|
26
|
+
};
|
27
|
+
name<TName extends string>(n?: TName): { [key in import("../../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
28
|
+
type: import("vue").PropType<(value: TModel) => any>;
|
29
|
+
}; } & { [key_1 in import("../../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
30
|
+
type: import("vue").PropType<TModel>;
|
31
|
+
required: false;
|
32
|
+
}; } & { [key_2 in import("../../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
33
|
+
type: import("vue").PropType<TModel>;
|
34
|
+
required: false;
|
35
|
+
}; } & {
|
36
|
+
require(): import("../../../../DefineVueTypings").DefinePropModelRequire<TName, TModel, {
|
37
|
+
"onUpdate:modelValue": {
|
38
|
+
type: import("vue").PropType<(value: TModel) => any>;
|
39
|
+
};
|
40
|
+
} & {
|
41
|
+
"v-model": {
|
42
|
+
type: import("vue").PropType<TModel>;
|
43
|
+
required: false;
|
44
|
+
};
|
45
|
+
} & {
|
46
|
+
modelValue: {
|
47
|
+
type: import("vue").PropType<TModel>;
|
48
|
+
required: false;
|
49
|
+
};
|
50
|
+
}>;
|
51
|
+
defaultValue(value?: TModel): import("../../../../DefineVueTypings").DefinePropModelDefaultValue<TName, TModel, {
|
52
|
+
"onUpdate:modelValue": {
|
53
|
+
type: import("vue").PropType<(value: TModel) => any>;
|
54
|
+
};
|
55
|
+
} & {
|
56
|
+
"v-model": {
|
57
|
+
type: import("vue").PropType<TModel>;
|
58
|
+
required: false;
|
59
|
+
};
|
60
|
+
} & {
|
61
|
+
modelValue: {
|
62
|
+
type: import("vue").PropType<TModel>;
|
63
|
+
required: false;
|
64
|
+
};
|
65
|
+
}, false>;
|
66
|
+
doc$(description?: string): import("../../../../DefineVueTypings").DefinePropModelDoc<TName, TModel, {
|
67
|
+
"onUpdate:modelValue": {
|
68
|
+
type: import("vue").PropType<(value: TModel) => any>;
|
69
|
+
};
|
70
|
+
} & {
|
71
|
+
"v-model": {
|
72
|
+
type: import("vue").PropType<TModel>;
|
73
|
+
required: false;
|
74
|
+
};
|
75
|
+
} & {
|
76
|
+
modelValue: {
|
77
|
+
type: import("vue").PropType<TModel>;
|
78
|
+
required: false;
|
79
|
+
};
|
80
|
+
}>;
|
81
|
+
};
|
82
|
+
};
|
83
|
+
emits: {
|
84
|
+
"update:modelValue": (value: TModel) => boolean;
|
85
|
+
};
|
86
|
+
};
|
@@ -21,26 +21,11 @@ export declare enum VelcronHorizontalAlignments {
|
|
21
21
|
center = "center",
|
22
22
|
right = "right"
|
23
23
|
}
|
24
|
-
export declare enum
|
24
|
+
export declare enum VelcronVerticalAlignments {
|
25
25
|
top = "top",
|
26
26
|
center = "center",
|
27
27
|
bottom = "bottom"
|
28
28
|
}
|
29
|
-
export declare enum VelcronDescriptorTypes {
|
30
|
-
component = 0,
|
31
|
-
subComponent = 1,
|
32
|
-
appData = 2,
|
33
|
-
dataMember = 3
|
34
|
-
}
|
35
|
-
export declare enum VelcronComponentPropertyEditors {
|
36
|
-
text = 0,
|
37
|
-
colorSchemaPicker = 1,
|
38
|
-
slider = 2,
|
39
|
-
colorPicker = 3,
|
40
|
-
typographyPicker = 4,
|
41
|
-
ratioPicker = 5,
|
42
|
-
booleanPicker = 6
|
43
|
-
}
|
44
29
|
export declare enum VelcronDataTypes {
|
45
30
|
unknown = "unknown",
|
46
31
|
object = "object",
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import { VelcronComponentDescriptor } from "
|
2
|
-
import { VelcronEvent, VelcronOnChangedEvent, VelcronOnClosedEvent, VelcronOnCloseRequestedEvent, VelcronOnLoadEvent, VelcronOnPressEvent } from "./VelcronEvents";
|
1
|
+
import { VelcronComponentDescriptor, VelcronDefinitionEditableProperty } from "../../editor/models/VelcronDescriptors";
|
2
|
+
import { VelcronEvent, VelcronOnChangedEvent, VelcronOnClosedEvent, VelcronOnCloseRequestedEvent, VelcronOnEditModeEvent, VelcronOnLoadEvent, VelcronOnPressEvent } from "./VelcronEvents";
|
3
3
|
import { VelcroncomponentArrayType, VelcronPrimitiveType } from "./VelcronTypes";
|
4
|
-
import { AssignOperators, VelcronHorizontalAlignments, VelcronIconTypes, VelcronActionTypes,
|
4
|
+
import { AssignOperators, VelcronHorizontalAlignments, VelcronIconTypes, VelcronActionTypes, VelcronVerticalAlignments } from "./Enums";
|
5
5
|
import { useVelcronThemingStore } from "..";
|
6
6
|
import { useVelcronColorSchemaStore } from "../stores/VelcronColorSchema";
|
7
7
|
export interface ResolvedComponentRenderer {
|
@@ -22,24 +22,21 @@ export interface BuiltInComponentRenderers {
|
|
22
22
|
"Dialog": unknown;
|
23
23
|
"Icon": unknown;
|
24
24
|
"Chip": unknown;
|
25
|
+
"Markdown": unknown;
|
25
26
|
}
|
26
27
|
export interface ColorSchemaReference {
|
27
28
|
name: string;
|
28
29
|
schema: string;
|
29
30
|
}
|
30
|
-
export
|
31
|
-
colorSchemas?: {
|
32
|
-
[key: string]: ColorSchemaReference;
|
33
|
-
};
|
34
|
-
}
|
31
|
+
export type DynamicState = object;
|
35
32
|
export interface OnItemRenderedHookResult {
|
36
33
|
cssClass: string;
|
37
34
|
containerRenderer?: VelcronContainerRenderer;
|
38
35
|
}
|
39
36
|
export interface VelcronRenderContext {
|
40
37
|
id?: string;
|
41
|
-
rootContext:
|
42
|
-
currentContext:
|
38
|
+
rootContext: DynamicState;
|
39
|
+
currentContext: DynamicState;
|
43
40
|
theming?: ReturnType<typeof useVelcronThemingStore>;
|
44
41
|
colors?: ReturnType<typeof useVelcronColorSchemaStore>;
|
45
42
|
actions?: {
|
@@ -55,6 +52,7 @@ export interface VelcronRenderContext {
|
|
55
52
|
parent?: VelcronRenderContext;
|
56
53
|
hooks?: VelcronRenderContextHooks;
|
57
54
|
eventHandlers?: VelcronRenderContextEventHandlers;
|
55
|
+
editMode?: boolean;
|
58
56
|
}
|
59
57
|
export interface VelcronRenderContextEventHandlers {
|
60
58
|
receiving?: {
|
@@ -66,6 +64,7 @@ export interface VelcronRenderContextHooks {
|
|
66
64
|
dialogVisibilityChanged?: ((visible: boolean) => void);
|
67
65
|
onItemSelected?: ((item: VelcronDefinition) => void);
|
68
66
|
onItemRendered?: ((item: VelcronDefinition) => OnItemRenderedHookResult);
|
67
|
+
onItemCreatedProps?: ((item: VelcronDefinition) => object);
|
69
68
|
}
|
70
69
|
export interface VelcronContainerRenderer {
|
71
70
|
definition: VelcronDefinition;
|
@@ -107,13 +106,6 @@ export interface VelcronDefinitionBase {
|
|
107
106
|
*/
|
108
107
|
key?: string;
|
109
108
|
}
|
110
|
-
export interface VelcronColorStyling {
|
111
|
-
colorSchemaType?: string;
|
112
|
-
color?: string;
|
113
|
-
filled?: boolean;
|
114
|
-
container?: boolean;
|
115
|
-
toned?: boolean;
|
116
|
-
}
|
117
109
|
export interface VelcronDefinition extends VelcronDefinitionBase {
|
118
110
|
body?: Array<VelcronDefinition>;
|
119
111
|
style?: VelcronStyling;
|
@@ -121,6 +113,18 @@ export interface VelcronDefinition extends VelcronDefinitionBase {
|
|
121
113
|
if?: string;
|
122
114
|
events?: VelcronEvent;
|
123
115
|
}
|
116
|
+
export type VelcronBindableProp<TPropType = string> = TPropType | string;
|
117
|
+
export type VelcronStringBindableProp = string;
|
118
|
+
export interface VelcronDefinitionWithEditMode extends VelcronDefinition {
|
119
|
+
edit?: VelcronBindableProp<boolean>;
|
120
|
+
}
|
121
|
+
export interface VelcronColorStyling {
|
122
|
+
colorSchemaType?: string;
|
123
|
+
color?: string;
|
124
|
+
filled?: boolean;
|
125
|
+
container?: boolean;
|
126
|
+
toned?: boolean;
|
127
|
+
}
|
124
128
|
export interface VelcronStyling {
|
125
129
|
margin?: number;
|
126
130
|
marginTop?: number;
|
@@ -148,15 +152,17 @@ export interface VelcronIcon {
|
|
148
152
|
type: VelcronIconTypes;
|
149
153
|
name: string;
|
150
154
|
}
|
151
|
-
export interface VelcronAppDefinition extends VelcronDefinitionBase {
|
155
|
+
export interface VelcronAppDefinition<TState extends DynamicState = DynamicState> extends VelcronDefinitionBase {
|
152
156
|
type: "Velcron";
|
157
|
+
version: string;
|
158
|
+
name: string;
|
153
159
|
body?: Array<VelcronDefinition>;
|
154
|
-
events?: VelcronOnLoadEvent &
|
160
|
+
events?: VelcronOnLoadEvent & VelcronOnEditModeEvent;
|
155
161
|
actions?: {
|
156
162
|
[name: string]: [];
|
157
163
|
};
|
158
164
|
components?: Array<VelcronCustomComponentDefinition>;
|
159
|
-
state?:
|
165
|
+
state?: TState;
|
160
166
|
computed?: {
|
161
167
|
[name: string]: [];
|
162
168
|
};
|
@@ -168,23 +174,34 @@ export interface VelcronComponentDefinition extends VelcronDefinition {
|
|
168
174
|
/*** Built-in Components *********************************************************************/
|
169
175
|
export interface VelcronViewDefinition extends VelcronDefinition {
|
170
176
|
type: "View";
|
171
|
-
|
177
|
+
color?: VelcronColorStyling;
|
172
178
|
events?: VelcronOnPressEvent;
|
179
|
+
column?: boolean;
|
180
|
+
columnStyle?: object;
|
181
|
+
horizontalAlignment?: VelcronHorizontalAlignments;
|
182
|
+
verticalAlignment?: VelcronVerticalAlignments;
|
183
|
+
grow?: number;
|
184
|
+
border?: VelcronBorder;
|
185
|
+
borderRadius?: VelcronDimensions;
|
186
|
+
width?: string;
|
173
187
|
}
|
174
|
-
export interface VelcronCardDefinition extends VelcronDefinition
|
188
|
+
export interface VelcronCardDefinition extends VelcronDefinition {
|
175
189
|
type: "Card";
|
190
|
+
color?: VelcronColorStyling;
|
176
191
|
style?: VelcronCardStyling;
|
177
192
|
footer?: Array<VelcronDefinition>;
|
178
193
|
events?: VelcronOnPressEvent;
|
179
194
|
}
|
180
|
-
export interface VelcronTextDefinition extends
|
195
|
+
export interface VelcronTextDefinition extends VelcronDefinitionEditableProperty {
|
181
196
|
type: "Text";
|
182
197
|
text: string;
|
198
|
+
bind: string;
|
199
|
+
editLabel?: VelcronBindableProp;
|
183
200
|
color?: string;
|
184
|
-
lineClamp
|
185
|
-
noWrap
|
201
|
+
lineClamp?: number;
|
202
|
+
noWrap?: boolean;
|
186
203
|
typography?: string;
|
187
|
-
events?: VelcronOnPressEvent;
|
204
|
+
events?: VelcronOnPressEvent & VelcronOnChangedEvent;
|
188
205
|
}
|
189
206
|
export declare enum VelcronImageRatios {
|
190
207
|
square = 1,
|
@@ -194,10 +211,11 @@ export interface VelcronImageDefinition extends VelcronDefinition {
|
|
194
211
|
type: "Image";
|
195
212
|
source: string;
|
196
213
|
ratio: VelcronImageRatios;
|
214
|
+
cover?: VelcronBindableProp<boolean>;
|
197
215
|
borderRadius?: VelcronDimensions;
|
198
216
|
events?: VelcronOnPressEvent;
|
199
217
|
}
|
200
|
-
export interface VelcronButtonDefinition extends VelcronDefinition
|
218
|
+
export interface VelcronButtonDefinition extends VelcronDefinition {
|
201
219
|
type: "Button";
|
202
220
|
text: string;
|
203
221
|
icon?: VelcronIcon;
|
@@ -225,23 +243,18 @@ export interface VelcronDialogDefinition extends VelcronDefinition {
|
|
225
243
|
visible: string;
|
226
244
|
events?: VelcronOnCloseRequestedEvent & VelcronOnClosedEvent;
|
227
245
|
}
|
228
|
-
export interface VelcronIconDefinition extends VelcronDefinition
|
246
|
+
export interface VelcronIconDefinition extends VelcronDefinition {
|
229
247
|
type: "Icon";
|
230
248
|
icon: string;
|
249
|
+
color: VelcronColorStyling;
|
231
250
|
size?: number;
|
232
251
|
events?: VelcronOnPressEvent;
|
233
252
|
}
|
234
|
-
export interface
|
235
|
-
type: "
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
horizontalAlignment?: VelcronHorizontalAlignments;
|
240
|
-
verticalAlignment?: VerticalAlignments;
|
241
|
-
grow?: number;
|
242
|
-
border?: VelcronBorder;
|
243
|
-
borderRadius?: VelcronDimensions;
|
244
|
-
width: string;
|
253
|
+
export interface VelcronMarkdownDefinition extends VelcronDefinitionWithEditMode {
|
254
|
+
type: "Markdown";
|
255
|
+
text: string;
|
256
|
+
bind: string;
|
257
|
+
events: VelcronOnChangedEvent;
|
245
258
|
}
|
246
259
|
export interface VelcronDimensions {
|
247
260
|
top: number;
|
@@ -252,7 +265,7 @@ export interface VelcronDimensions {
|
|
252
265
|
export interface VelcronBorder extends VelcronDimensions {
|
253
266
|
color: string;
|
254
267
|
}
|
255
|
-
export interface VelcronChipDefinition extends VelcronDefinition
|
268
|
+
export interface VelcronChipDefinition extends VelcronDefinition {
|
256
269
|
type: "Chip";
|
257
270
|
text: string;
|
258
271
|
icon?: VelcronIcon;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { BuiltInComponentRenderers,
|
1
|
+
import { BuiltInComponentRenderers, DynamicState, ResolvedComponentRenderer, VelcronDefinition, VelcronRenderContext } from "../models";
|
2
2
|
export declare class VelcronRenderers {
|
3
3
|
private static components;
|
4
4
|
static registerComponent(type: string, component: any): void;
|
@@ -7,92 +7,6 @@ export declare class VelcronRenderers {
|
|
7
7
|
static registerComponents(components: BuiltInComponentRenderers): void;
|
8
8
|
static getComponent(definition: VelcronDefinition, renderContext: VelcronRenderContext): ResolvedComponentRenderer;
|
9
9
|
static definitionContainsCustomColorSchema(definition: VelcronDefinition): boolean;
|
10
|
-
static createNewRendererContext(currentRenderCtx: VelcronRenderContext, definition: VelcronDefinition, newViewModel?:
|
11
|
-
|
12
|
-
theming: {
|
13
|
-
state: {
|
14
|
-
currentTheme: import("..").ThemeDefinitionV2;
|
15
|
-
};
|
16
|
-
get: {
|
17
|
-
colorSchema: (colorSchemaType: import("..").ColorSchemaType | import("..").ColorSchemaTypes) => import("..").ColorSchema;
|
18
|
-
typography: (typographyType: import("..").TypographyType | import("..").TypographyTypes) => import("..").TypographyTypeDefinition;
|
19
|
-
color: (colorSchemaType: import("..").ColorSchemaType | import("..").ColorSchemaTypes, colorType: import("..").ColorType | import("..").ColorTypes) => string;
|
20
|
-
colorDefinition: (colorSchemaType: import("..").ColorSchemaType | import("..").ColorSchemaTypes, colorType: import("..").ColorType | import("..").ColorTypes) => import("..").ColorDefinition;
|
21
|
-
complementaryColorType: (colorType: import("..").ColorType | import("..").ColorTypes) => import("..").ColorTypes;
|
22
|
-
complementaryColor: (colorSchemaType: import("..").ColorSchemaType | import("..").ColorSchemaTypes, colorType: import("..").ColorType | import("..").ColorTypes) => string;
|
23
|
-
complementaryColorDefinition: (colorSchemaType: import("..").ColorSchemaType | import("..").ColorSchemaTypes, colorType: import("..").ColorType | import("..").ColorTypes) => import("..").ColorDefinition;
|
24
|
-
currentTheme: () => import("..").ThemeDefinitionV2;
|
25
|
-
};
|
26
|
-
actions: {
|
27
|
-
setTheme(newTheme: import("..").ThemeDefinitionV2): void;
|
28
|
-
};
|
29
|
-
};
|
30
|
-
currentContext: VelcronState;
|
31
|
-
actions: {
|
32
|
-
[name: string]: [];
|
33
|
-
};
|
34
|
-
components: VelcronCustomComponentDefinition[];
|
35
|
-
hooks: import("..").VelcronRenderContextHooks;
|
36
|
-
computed: {
|
37
|
-
[name: string]: [];
|
38
|
-
};
|
39
|
-
colors: {
|
40
|
-
state: {
|
41
|
-
base: import("..").ColorDefinition;
|
42
|
-
onBase: import("..").ColorDefinition;
|
43
|
-
container: import("..").ColorDefinition;
|
44
|
-
onContainer: import("..").ColorDefinition;
|
45
|
-
isContainer: boolean;
|
46
|
-
name: string;
|
47
|
-
colorSchemaType: import("..").ColorSchemaType | import("..").ColorSchemaTypes;
|
48
|
-
themeStore: {
|
49
|
-
state: {
|
50
|
-
currentTheme: import("..").ThemeDefinitionV2;
|
51
|
-
};
|
52
|
-
get: {
|
53
|
-
colorSchema: (colorSchemaType: import("..").ColorSchemaType | import("..").ColorSchemaTypes) => import("..").ColorSchema;
|
54
|
-
typography: (typographyType: import("..").TypographyType | import("..").TypographyTypes) => import("..").TypographyTypeDefinition;
|
55
|
-
color: (colorSchemaType: import("..").ColorSchemaType | import("..").ColorSchemaTypes, colorType: import("..").ColorType | import("..").ColorTypes) => string;
|
56
|
-
colorDefinition: (colorSchemaType: import("..").ColorSchemaType | import("..").ColorSchemaTypes, colorType: import("..").ColorType | import("..").ColorTypes) => import("..").ColorDefinition;
|
57
|
-
complementaryColorType: (colorType: import("..").ColorType | import("..").ColorTypes) => import("..").ColorTypes;
|
58
|
-
complementaryColor: (colorSchemaType: import("..").ColorSchemaType | import("..").ColorSchemaTypes, colorType: import("..").ColorType | import("..").ColorTypes) => string;
|
59
|
-
complementaryColorDefinition: (colorSchemaType: import("..").ColorSchemaType | import("..").ColorSchemaTypes, colorType: import("..").ColorType | import("..").ColorTypes) => import("..").ColorDefinition;
|
60
|
-
currentTheme: () => import("..").ThemeDefinitionV2;
|
61
|
-
};
|
62
|
-
actions: {
|
63
|
-
setTheme(newTheme: import("..").ThemeDefinitionV2): void;
|
64
|
-
};
|
65
|
-
};
|
66
|
-
};
|
67
|
-
get: {
|
68
|
-
readonly colorSchema: import("..").ColorSchema;
|
69
|
-
readonly base: import("..").ColorDefinition;
|
70
|
-
readonly onBase: import("..").ColorDefinition;
|
71
|
-
readonly container: import("..").ColorDefinition;
|
72
|
-
readonly onContainer: import("..").ColorDefinition;
|
73
|
-
};
|
74
|
-
actions: {
|
75
|
-
setThemeStore: (themeStoreInstance: {
|
76
|
-
state: {
|
77
|
-
currentTheme: import("..").ThemeDefinitionV2;
|
78
|
-
};
|
79
|
-
get: {
|
80
|
-
colorSchema: (colorSchemaType: import("..").ColorSchemaType | import("..").ColorSchemaTypes) => import("..").ColorSchema;
|
81
|
-
typography: (typographyType: import("..").TypographyType | import("..").TypographyTypes) => import("..").TypographyTypeDefinition;
|
82
|
-
color: (colorSchemaType: import("..").ColorSchemaType | import("..").ColorSchemaTypes, colorType: import("..").ColorType | import("..").ColorTypes) => string;
|
83
|
-
colorDefinition: (colorSchemaType: import("..").ColorSchemaType | import("..").ColorSchemaTypes, colorType: import("..").ColorType | import("..").ColorTypes) => import("..").ColorDefinition;
|
84
|
-
complementaryColorType: (colorType: import("..").ColorType | import("..").ColorTypes) => import("..").ColorTypes;
|
85
|
-
complementaryColor: (colorSchemaType: import("..").ColorSchemaType | import("..").ColorSchemaTypes, colorType: import("..").ColorType | import("..").ColorTypes) => string;
|
86
|
-
complementaryColorDefinition: (colorSchemaType: import("..").ColorSchemaType | import("..").ColorSchemaTypes, colorType: import("..").ColorType | import("..").ColorTypes) => import("..").ColorDefinition;
|
87
|
-
currentTheme: () => import("..").ThemeDefinitionV2;
|
88
|
-
};
|
89
|
-
actions: {
|
90
|
-
setTheme(newTheme: import("..").ThemeDefinitionV2): void;
|
91
|
-
};
|
92
|
-
}, colorSchemaType?: import("..").ColorSchemaType | import("..").ColorSchemaTypes) => void;
|
93
|
-
setColorSchema: (colorSchemaType: import("..").ColorSchemaType, container?: boolean) => void;
|
94
|
-
};
|
95
|
-
};
|
96
|
-
};
|
97
|
-
static ensureRenderContext(rendererInfo: ResolvedComponentRenderer, definition: VelcronDefinition, currentRenderCtx: VelcronRenderContext, newViewModel?: VelcronState): VelcronRenderContext;
|
10
|
+
static createNewRendererContext(currentRenderCtx: VelcronRenderContext, definition: VelcronDefinition, newViewModel?: DynamicState): VelcronRenderContext;
|
11
|
+
static ensureRenderContext(rendererInfo: ResolvedComponentRenderer, definition: VelcronDefinition, currentRenderCtx: VelcronRenderContext, newViewModel?: DynamicState): VelcronRenderContext;
|
98
12
|
}
|
@@ -4,7 +4,7 @@ export declare class VelcronStyles {
|
|
4
4
|
static styleProvider: (baseStyles: object, definition: VelcronDefinition, renderCtx: VelcronRenderContext) => any;
|
5
5
|
static unitProvider: VelcronUnitProvider;
|
6
6
|
static registerStyleProvider(fn: (styleBase: object, definition: VelcronDefinition, renderCtx: VelcronRenderContext) => object | string, unitProvider: VelcronUnitProvider): void;
|
7
|
-
static insertBackgroundColor(styleBase: any,
|
7
|
+
static insertBackgroundColor(styleBase: any, color: VelcronColorStyling, renderCtx: VelcronRenderContext): void;
|
8
8
|
static insertBorderRadiusStyles(styleBase: any, settings: VelcronDimensions): void;
|
9
9
|
static insertBorderStyles(styleBase: any, borderSettings: VelcronBorder, renderCtx: VelcronRenderContext): void;
|
10
10
|
static create(definition: VelcronDefinition, renderCtx: VelcronRenderContext): object | string;
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import { VelcronDefinitionWithEditMode, VelcronRenderContext } from "../models";
|
2
|
+
/**
|
3
|
+
* Determines if the application is in edit mode.
|
4
|
+
*
|
5
|
+
* Edit mode can be determined in two ways:
|
6
|
+
* 1. By a 'edit' property of the definition object, which is evaluated using the VelcronData.evaluateBoolean function.
|
7
|
+
* 2. By the 'editMode' property of the renderContext object.
|
8
|
+
*
|
9
|
+
* The function first checks if the 'edit' property is present in the definition object. If it is, it evaluates the property using the VelcronData.evaluateBoolean function, passing in the current render context, and returns the result.
|
10
|
+
*
|
11
|
+
* If the 'edit' property is not present in the definition object, it checks the 'editMode' property of the renderContext object. If 'editMode' is true, the function returns true.
|
12
|
+
*
|
13
|
+
* If neither 'edit' nor 'editMode' are true, the function returns undefined.
|
14
|
+
*
|
15
|
+
* @function isEditMode
|
16
|
+
* @param {VelcronDefinitionWithEditMode} definition - The definition object to check for the 'edit' property.
|
17
|
+
* @param {VelcronRenderContext} renderContext - The render context to use for evaluating the 'edit' property and to check for 'editMode'.
|
18
|
+
* @returns {boolean | undefined} - Returns true if either 'edit' evaluates to true or 'editMode' is true. Returns undefined otherwise.
|
19
|
+
*/
|
20
|
+
export declare function isEditMode(definition: VelcronDefinitionWithEditMode, renderContext: VelcronRenderContext): boolean;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./IsEditMode";
|
@@ -8,25 +8,26 @@ export declare const useVelcronColorSchemaStore: (newStateWithName?: string) =>
|
|
8
8
|
onContainer: ColorDefinition;
|
9
9
|
isContainer: boolean;
|
10
10
|
name: string;
|
11
|
-
colorSchemaType:
|
11
|
+
colorSchemaType: ColorSchemaTypes | ColorSchemaType;
|
12
12
|
themeStore: {
|
13
13
|
state: {
|
14
14
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
15
15
|
};
|
16
16
|
get: {
|
17
|
-
colorSchema: (colorSchemaType:
|
17
|
+
colorSchema: (colorSchemaType: ColorSchemaTypes | ColorSchemaType) => ColorSchema;
|
18
18
|
typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
19
|
-
color: (colorSchemaType:
|
20
|
-
colorDefinition: (colorSchemaType:
|
19
|
+
color: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
20
|
+
colorDefinition: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => ColorDefinition;
|
21
21
|
complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
22
|
-
complementaryColor: (colorSchemaType:
|
23
|
-
complementaryColorDefinition: (colorSchemaType:
|
22
|
+
complementaryColor: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
23
|
+
complementaryColorDefinition: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => ColorDefinition;
|
24
24
|
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
25
25
|
};
|
26
26
|
actions: {
|
27
27
|
setTheme(newTheme: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
28
28
|
};
|
29
29
|
};
|
30
|
+
id: import("@omnia/fx-models").GuidValue;
|
30
31
|
};
|
31
32
|
get: {
|
32
33
|
readonly colorSchema: ColorSchema;
|
@@ -36,7 +37,7 @@ export declare const useVelcronColorSchemaStore: (newStateWithName?: string) =>
|
|
36
37
|
readonly onContainer: ColorDefinition;
|
37
38
|
};
|
38
39
|
actions: {
|
39
|
-
setThemeStore: (themeStoreInstance: ReturnType<typeof useVelcronThemingStore>, colorSchemaType?: ColorSchemaTypes | ColorSchemaType) => void;
|
40
|
+
setThemeStore: (themeStoreInstance: ReturnType<typeof useVelcronThemingStore>, colorSchemaType?: ColorSchemaTypes | ColorSchemaType, container?: boolean) => void;
|
40
41
|
setColorSchema: (colorSchemaType: ColorSchemaType, container?: boolean) => void;
|
41
42
|
};
|
42
43
|
};
|