@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
@@ -28,6 +28,9 @@ declare const _default: {
|
|
28
28
|
hideBodySettings: {
|
29
29
|
type: import("vue").PropType<boolean>;
|
30
30
|
};
|
31
|
+
"onUpdate:modelValue": {
|
32
|
+
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
33
|
+
};
|
31
34
|
"v-model": {
|
32
35
|
type: import("vue").PropType<ThemeDefinition>;
|
33
36
|
required: false;
|
@@ -36,14 +39,20 @@ declare const _default: {
|
|
36
39
|
type: import("vue").PropType<ThemeDefinition>;
|
37
40
|
required: false;
|
38
41
|
};
|
39
|
-
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").
|
42
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
43
|
+
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
44
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
40
45
|
type: import("vue").PropType<ThemeDefinition>;
|
41
46
|
required: false;
|
42
|
-
}; } & { [
|
47
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
43
48
|
type: import("vue").PropType<ThemeDefinition>;
|
44
49
|
required: false;
|
45
50
|
}; } & {
|
46
51
|
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, ThemeDefinition, {
|
52
|
+
"onUpdate:modelValue": {
|
53
|
+
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
54
|
+
};
|
55
|
+
} & {
|
47
56
|
"v-model": {
|
48
57
|
type: import("vue").PropType<ThemeDefinition>;
|
49
58
|
required: false;
|
@@ -55,6 +64,10 @@ declare const _default: {
|
|
55
64
|
};
|
56
65
|
}>;
|
57
66
|
defaultValue(value?: ThemeDefinition): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, ThemeDefinition, {
|
67
|
+
"onUpdate:modelValue": {
|
68
|
+
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
69
|
+
};
|
70
|
+
} & {
|
58
71
|
"v-model": {
|
59
72
|
type: import("vue").PropType<ThemeDefinition>;
|
60
73
|
required: false;
|
@@ -66,6 +79,10 @@ declare const _default: {
|
|
66
79
|
};
|
67
80
|
}, false>;
|
68
81
|
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, ThemeDefinition, {
|
82
|
+
"onUpdate:modelValue": {
|
83
|
+
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
84
|
+
};
|
85
|
+
} & {
|
69
86
|
"v-model": {
|
70
87
|
type: import("vue").PropType<ThemeDefinition>;
|
71
88
|
required: false;
|
@@ -118,6 +135,9 @@ declare const _default: {
|
|
118
135
|
hideBodySettings: {
|
119
136
|
type: import("vue").PropType<boolean>;
|
120
137
|
};
|
138
|
+
"onUpdate:modelValue": {
|
139
|
+
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
140
|
+
};
|
121
141
|
"v-model": {
|
122
142
|
type: import("vue").PropType<ThemeDefinition>;
|
123
143
|
required: false;
|
@@ -126,14 +146,20 @@ declare const _default: {
|
|
126
146
|
type: import("vue").PropType<ThemeDefinition>;
|
127
147
|
required: false;
|
128
148
|
};
|
129
|
-
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").
|
149
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
150
|
+
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
151
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
130
152
|
type: import("vue").PropType<ThemeDefinition>;
|
131
153
|
required: false;
|
132
|
-
}; } & { [
|
154
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
133
155
|
type: import("vue").PropType<ThemeDefinition>;
|
134
156
|
required: false;
|
135
157
|
}; } & {
|
136
158
|
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, ThemeDefinition, {
|
159
|
+
"onUpdate:modelValue": {
|
160
|
+
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
161
|
+
};
|
162
|
+
} & {
|
137
163
|
"v-model": {
|
138
164
|
type: import("vue").PropType<ThemeDefinition>;
|
139
165
|
required: false;
|
@@ -145,6 +171,10 @@ declare const _default: {
|
|
145
171
|
};
|
146
172
|
}>;
|
147
173
|
defaultValue(value?: ThemeDefinition): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, ThemeDefinition, {
|
174
|
+
"onUpdate:modelValue": {
|
175
|
+
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
176
|
+
};
|
177
|
+
} & {
|
148
178
|
"v-model": {
|
149
179
|
type: import("vue").PropType<ThemeDefinition>;
|
150
180
|
required: false;
|
@@ -156,6 +186,10 @@ declare const _default: {
|
|
156
186
|
};
|
157
187
|
}, false>;
|
158
188
|
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, ThemeDefinition, {
|
189
|
+
"onUpdate:modelValue": {
|
190
|
+
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
191
|
+
};
|
192
|
+
} & {
|
159
193
|
"v-model": {
|
160
194
|
type: import("vue").PropType<ThemeDefinition>;
|
161
195
|
required: false;
|
@@ -216,6 +250,9 @@ declare const _default: {
|
|
216
250
|
hideBodySettings: {
|
217
251
|
type: import("vue").PropType<boolean>;
|
218
252
|
};
|
253
|
+
"onUpdate:modelValue": {
|
254
|
+
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
255
|
+
};
|
219
256
|
"v-model": {
|
220
257
|
type: import("vue").PropType<ThemeDefinition>;
|
221
258
|
required: false;
|
@@ -224,14 +261,20 @@ declare const _default: {
|
|
224
261
|
type: import("vue").PropType<ThemeDefinition>;
|
225
262
|
required: false;
|
226
263
|
};
|
227
|
-
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").
|
264
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
265
|
+
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
266
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
228
267
|
type: import("vue").PropType<ThemeDefinition>;
|
229
268
|
required: false;
|
230
|
-
}; } & { [
|
269
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
231
270
|
type: import("vue").PropType<ThemeDefinition>;
|
232
271
|
required: false;
|
233
272
|
}; } & {
|
234
273
|
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, ThemeDefinition, {
|
274
|
+
"onUpdate:modelValue": {
|
275
|
+
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
276
|
+
};
|
277
|
+
} & {
|
235
278
|
"v-model": {
|
236
279
|
type: import("vue").PropType<ThemeDefinition>;
|
237
280
|
required: false;
|
@@ -243,6 +286,10 @@ declare const _default: {
|
|
243
286
|
};
|
244
287
|
}>;
|
245
288
|
defaultValue(value?: ThemeDefinition): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, ThemeDefinition, {
|
289
|
+
"onUpdate:modelValue": {
|
290
|
+
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
291
|
+
};
|
292
|
+
} & {
|
246
293
|
"v-model": {
|
247
294
|
type: import("vue").PropType<ThemeDefinition>;
|
248
295
|
required: false;
|
@@ -254,6 +301,10 @@ declare const _default: {
|
|
254
301
|
};
|
255
302
|
}, false>;
|
256
303
|
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, ThemeDefinition, {
|
304
|
+
"onUpdate:modelValue": {
|
305
|
+
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
306
|
+
};
|
307
|
+
} & {
|
257
308
|
"v-model": {
|
258
309
|
type: import("vue").PropType<ThemeDefinition>;
|
259
310
|
required: false;
|
@@ -296,6 +347,9 @@ declare const _default: {
|
|
296
347
|
hideBodySettings: {
|
297
348
|
type: import("vue").PropType<boolean>;
|
298
349
|
};
|
350
|
+
"onUpdate:modelValue": {
|
351
|
+
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
352
|
+
};
|
299
353
|
"v-model": {
|
300
354
|
type: import("vue").PropType<ThemeDefinition>;
|
301
355
|
required: false;
|
@@ -304,14 +358,20 @@ declare const _default: {
|
|
304
358
|
type: import("vue").PropType<ThemeDefinition>;
|
305
359
|
required: false;
|
306
360
|
};
|
307
|
-
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").
|
361
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
362
|
+
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
363
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
308
364
|
type: import("vue").PropType<ThemeDefinition>;
|
309
365
|
required: false;
|
310
|
-
}; } & { [
|
366
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
311
367
|
type: import("vue").PropType<ThemeDefinition>;
|
312
368
|
required: false;
|
313
369
|
}; } & {
|
314
370
|
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, ThemeDefinition, {
|
371
|
+
"onUpdate:modelValue": {
|
372
|
+
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
373
|
+
};
|
374
|
+
} & {
|
315
375
|
"v-model": {
|
316
376
|
type: import("vue").PropType<ThemeDefinition>;
|
317
377
|
required: false;
|
@@ -323,6 +383,10 @@ declare const _default: {
|
|
323
383
|
};
|
324
384
|
}>;
|
325
385
|
defaultValue(value?: ThemeDefinition): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, ThemeDefinition, {
|
386
|
+
"onUpdate:modelValue": {
|
387
|
+
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
388
|
+
};
|
389
|
+
} & {
|
326
390
|
"v-model": {
|
327
391
|
type: import("vue").PropType<ThemeDefinition>;
|
328
392
|
required: false;
|
@@ -334,6 +398,10 @@ declare const _default: {
|
|
334
398
|
};
|
335
399
|
}, false>;
|
336
400
|
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, ThemeDefinition, {
|
401
|
+
"onUpdate:modelValue": {
|
402
|
+
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
403
|
+
};
|
404
|
+
} & {
|
337
405
|
"v-model": {
|
338
406
|
type: import("vue").PropType<ThemeDefinition>;
|
339
407
|
required: false;
|
@@ -350,8 +418,12 @@ declare const _default: {
|
|
350
418
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
351
419
|
"update:modelValue": (value: ThemeDefinition) => boolean;
|
352
420
|
}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
353
|
-
propsDefinition: Readonly<{} & {
|
421
|
+
propsDefinition: Omit<Readonly<{} & {
|
354
422
|
name?: {
|
423
|
+
[x: `onUpdate:${string}`]: {
|
424
|
+
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
425
|
+
};
|
426
|
+
} & {
|
355
427
|
[x: `v-model:${string}`]: {
|
356
428
|
type: import("vue").PropType<ThemeDefinition>;
|
357
429
|
required: false;
|
@@ -363,6 +435,10 @@ declare const _default: {
|
|
363
435
|
};
|
364
436
|
} & {
|
365
437
|
require(): import("../../DefineVueTypings").DefinePropModelRequire<string, ThemeDefinition, {
|
438
|
+
"onUpdate:modelValue": {
|
439
|
+
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
440
|
+
};
|
441
|
+
} & {
|
366
442
|
"v-model": {
|
367
443
|
type: import("vue").PropType<ThemeDefinition>;
|
368
444
|
required: false;
|
@@ -374,6 +450,10 @@ declare const _default: {
|
|
374
450
|
};
|
375
451
|
}>;
|
376
452
|
defaultValue(value?: ThemeDefinition): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, ThemeDefinition, {
|
453
|
+
"onUpdate:modelValue": {
|
454
|
+
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
455
|
+
};
|
456
|
+
} & {
|
377
457
|
"v-model": {
|
378
458
|
type: import("vue").PropType<ThemeDefinition>;
|
379
459
|
required: false;
|
@@ -385,6 +465,10 @@ declare const _default: {
|
|
385
465
|
};
|
386
466
|
}, false>;
|
387
467
|
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, ThemeDefinition, {
|
468
|
+
"onUpdate:modelValue": {
|
469
|
+
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
470
|
+
};
|
471
|
+
} & {
|
388
472
|
"v-model": {
|
389
473
|
type: import("vue").PropType<ThemeDefinition>;
|
390
474
|
required: false;
|
@@ -396,6 +480,7 @@ declare const _default: {
|
|
396
480
|
};
|
397
481
|
}>;
|
398
482
|
};
|
483
|
+
"onUpdate:modelValue"?: (value: ThemeDefinition) => any;
|
399
484
|
"v-model"?: ThemeDefinition;
|
400
485
|
modelValue?: ThemeDefinition;
|
401
486
|
attachedToParent?: boolean;
|
@@ -406,7 +491,7 @@ declare const _default: {
|
|
406
491
|
hideBorderSettings?: boolean;
|
407
492
|
"hide-border-settings"?: boolean;
|
408
493
|
"attached-to-parent"?: boolean;
|
409
|
-
}> & {
|
494
|
+
}>, "onUpdate:modelValue"> & {
|
410
495
|
"onUpdate:modelValue"?: (value: ThemeDefinition) => any;
|
411
496
|
};
|
412
497
|
};
|
@@ -0,0 +1,26 @@
|
|
1
|
+
import { BlockBlueprint, BlueprintDefinition, BlueprintItemDefinition, BlueprintType, BlueprintTypes, TypographyBlueprint, WebBlueprintDefintionType, WebBlueprintDefintionTypes } from "@omnia/fx-models";
|
2
|
+
import { useThemeStoreV2 } from "./ThemeStoreV2";
|
3
|
+
export declare const useBlueprintStore: (newInstanceWithName?: string) => {
|
4
|
+
state: {
|
5
|
+
blueprint: BlueprintDefinition;
|
6
|
+
blueprintType: BlueprintType | BlueprintTypes;
|
7
|
+
};
|
8
|
+
get: {
|
9
|
+
readonly all: BlueprintDefinition;
|
10
|
+
byType: <TType extends BlueprintItemDefinition>(type: WebBlueprintDefintionTypes | WebBlueprintDefintionType) => TType;
|
11
|
+
readonly typography: TypographyBlueprint;
|
12
|
+
readonly block: BlockBlueprint;
|
13
|
+
};
|
14
|
+
actions: {
|
15
|
+
setBlueprint: (type: BlueprintTypes | BlueprintType) => void;
|
16
|
+
setThemeStore: (themeStoreInstance: ReturnType<typeof useThemeStoreV2>) => void;
|
17
|
+
setCustomBlueprint: (blueprint: BlueprintDefinition) => void;
|
18
|
+
};
|
19
|
+
events: {
|
20
|
+
onMutatingBlueprint: import("@omnia/fx").EventHook<BlueprintDefinition>;
|
21
|
+
onMutatedBlueprint: import("@omnia/fx").EventHook<BlueprintDefinition>;
|
22
|
+
onMutatingBlueprintType: import("@omnia/fx").EventHook<BlueprintType | BlueprintTypes>;
|
23
|
+
onMutatedBlueprintType: import("@omnia/fx").EventHook<BlueprintType | BlueprintTypes>;
|
24
|
+
};
|
25
|
+
activated: void;
|
26
|
+
};
|
@@ -8,7 +8,8 @@ export declare const useColorSchemaStore: (newInstanceWithName?: string) => {
|
|
8
8
|
onContainer: ColorDefinition;
|
9
9
|
isContainer: boolean;
|
10
10
|
name: string;
|
11
|
-
colorSchemaType:
|
11
|
+
colorSchemaType: ColorSchemaTypes | ColorSchemaType;
|
12
|
+
id: import("@omnia/fx-models").GuidValue;
|
12
13
|
};
|
13
14
|
get: {
|
14
15
|
readonly colorSchema: ColorSchema;
|
@@ -42,8 +43,10 @@ export declare const useColorSchemaStore: (newInstanceWithName?: string) => {
|
|
42
43
|
onMutatedIsContainer: import("@omnia/fx").EventHook<boolean>;
|
43
44
|
onMutatingName: import("@omnia/fx").EventHook<string>;
|
44
45
|
onMutatedName: import("@omnia/fx").EventHook<string>;
|
45
|
-
onMutatingColorSchemaType: import("@omnia/fx").EventHook<
|
46
|
-
onMutatedColorSchemaType: import("@omnia/fx").EventHook<
|
46
|
+
onMutatingColorSchemaType: import("@omnia/fx").EventHook<ColorSchemaTypes | ColorSchemaType>;
|
47
|
+
onMutatedColorSchemaType: import("@omnia/fx").EventHook<ColorSchemaTypes | ColorSchemaType>;
|
48
|
+
onMutatingId: import("@omnia/fx").EventHook<import("@omnia/fx-models").GuidValue>;
|
49
|
+
onMutatedId: import("@omnia/fx").EventHook<import("@omnia/fx-models").GuidValue>;
|
47
50
|
};
|
48
51
|
activated: void;
|
49
52
|
};
|
@@ -5,15 +5,15 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
|
|
5
5
|
currentTheme: import("./themes").ThemeDefinitionInstance;
|
6
6
|
};
|
7
7
|
get: {
|
8
|
-
colorSchema: (colorSchemaType: import("@omnia/fx-models").
|
8
|
+
colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType) => import("@omnia/fx-models").ColorSchema;
|
9
9
|
typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
10
|
-
color: (colorSchemaType: import("@omnia/fx-models").
|
11
|
-
colorDefinition: (colorSchemaType: import("@omnia/fx-models").
|
10
|
+
color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
11
|
+
colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
12
12
|
complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
13
|
-
complementaryColor: (colorSchemaType: import("@omnia/fx-models").
|
14
|
-
complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").
|
13
|
+
complementaryColor: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
14
|
+
complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
15
15
|
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
16
|
-
blueprint: (blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes) => import("
|
16
|
+
blueprint: (blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes) => import("@omnia/fx-models").BlueprintDefinition;
|
17
17
|
};
|
18
18
|
actions: {
|
19
19
|
setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
|
@@ -29,15 +29,15 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
|
|
29
29
|
currentTheme: import("./themes").ThemeDefinitionInstance;
|
30
30
|
};
|
31
31
|
get: {
|
32
|
-
colorSchema: (colorSchemaType: import("@omnia/fx-models").
|
32
|
+
colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType) => import("@omnia/fx-models").ColorSchema;
|
33
33
|
typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
34
|
-
color: (colorSchemaType: import("@omnia/fx-models").
|
35
|
-
colorDefinition: (colorSchemaType: import("@omnia/fx-models").
|
34
|
+
color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
35
|
+
colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
36
36
|
complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
37
|
-
complementaryColor: (colorSchemaType: import("@omnia/fx-models").
|
38
|
-
complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").
|
37
|
+
complementaryColor: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
38
|
+
complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
39
39
|
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
40
|
-
blueprint: (blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes) => import("
|
40
|
+
blueprint: (blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes) => import("@omnia/fx-models").BlueprintDefinition;
|
41
41
|
};
|
42
42
|
actions: {
|
43
43
|
setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
|
@@ -55,15 +55,15 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
|
|
55
55
|
currentTheme: import("./themes").ThemeDefinitionInstance;
|
56
56
|
};
|
57
57
|
get: {
|
58
|
-
colorSchema: (colorSchemaType: import("@omnia/fx-models").
|
58
|
+
colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType) => import("@omnia/fx-models").ColorSchema;
|
59
59
|
typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
60
|
-
color: (colorSchemaType: import("@omnia/fx-models").
|
61
|
-
colorDefinition: (colorSchemaType: import("@omnia/fx-models").
|
60
|
+
color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
61
|
+
colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
62
62
|
complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
63
|
-
complementaryColor: (colorSchemaType: import("@omnia/fx-models").
|
64
|
-
complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").
|
63
|
+
complementaryColor: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
64
|
+
complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
65
65
|
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
66
|
-
blueprint: (blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes) => import("
|
66
|
+
blueprint: (blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes) => import("@omnia/fx-models").BlueprintDefinition;
|
67
67
|
};
|
68
68
|
actions: {
|
69
69
|
setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
|
@@ -79,15 +79,15 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
|
|
79
79
|
currentTheme: import("./themes").ThemeDefinitionInstance;
|
80
80
|
};
|
81
81
|
get: {
|
82
|
-
colorSchema: (colorSchemaType: import("@omnia/fx-models").
|
82
|
+
colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType) => import("@omnia/fx-models").ColorSchema;
|
83
83
|
typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
84
|
-
color: (colorSchemaType: import("@omnia/fx-models").
|
85
|
-
colorDefinition: (colorSchemaType: import("@omnia/fx-models").
|
84
|
+
color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
85
|
+
colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
86
86
|
complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
87
|
-
complementaryColor: (colorSchemaType: import("@omnia/fx-models").
|
88
|
-
complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").
|
87
|
+
complementaryColor: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
88
|
+
complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
89
89
|
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
90
|
-
blueprint: (blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes) => import("
|
90
|
+
blueprint: (blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes) => import("@omnia/fx-models").BlueprintDefinition;
|
91
91
|
};
|
92
92
|
actions: {
|
93
93
|
setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
|
@@ -106,15 +106,15 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
|
|
106
106
|
currentTheme: import("./themes").ThemeDefinitionInstance;
|
107
107
|
};
|
108
108
|
get: {
|
109
|
-
colorSchema: (colorSchemaType: import("@omnia/fx-models").
|
109
|
+
colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType) => import("@omnia/fx-models").ColorSchema;
|
110
110
|
typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
111
|
-
color: (colorSchemaType: import("@omnia/fx-models").
|
112
|
-
colorDefinition: (colorSchemaType: import("@omnia/fx-models").
|
111
|
+
color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
112
|
+
colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
113
113
|
complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
114
|
-
complementaryColor: (colorSchemaType: import("@omnia/fx-models").
|
115
|
-
complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").
|
114
|
+
complementaryColor: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
115
|
+
complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
116
116
|
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
117
|
-
blueprint: (blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes) => import("
|
117
|
+
blueprint: (blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes) => import("@omnia/fx-models").BlueprintDefinition;
|
118
118
|
};
|
119
119
|
actions: {
|
120
120
|
setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
|
@@ -130,15 +130,15 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
|
|
130
130
|
currentTheme: import("./themes").ThemeDefinitionInstance;
|
131
131
|
};
|
132
132
|
get: {
|
133
|
-
colorSchema: (colorSchemaType: import("@omnia/fx-models").
|
133
|
+
colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType) => import("@omnia/fx-models").ColorSchema;
|
134
134
|
typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
135
|
-
color: (colorSchemaType: import("@omnia/fx-models").
|
136
|
-
colorDefinition: (colorSchemaType: import("@omnia/fx-models").
|
135
|
+
color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
136
|
+
colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
137
137
|
complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
138
|
-
complementaryColor: (colorSchemaType: import("@omnia/fx-models").
|
139
|
-
complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").
|
138
|
+
complementaryColor: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
139
|
+
complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
140
140
|
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
141
|
-
blueprint: (blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes) => import("
|
141
|
+
blueprint: (blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes) => import("@omnia/fx-models").BlueprintDefinition;
|
142
142
|
};
|
143
143
|
actions: {
|
144
144
|
setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
|
@@ -154,15 +154,15 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
|
|
154
154
|
currentTheme: import("./themes").ThemeDefinitionInstance;
|
155
155
|
};
|
156
156
|
get: {
|
157
|
-
colorSchema: (colorSchemaType: import("@omnia/fx-models").
|
157
|
+
colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType) => import("@omnia/fx-models").ColorSchema;
|
158
158
|
typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
159
|
-
color: (colorSchemaType: import("@omnia/fx-models").
|
160
|
-
colorDefinition: (colorSchemaType: import("@omnia/fx-models").
|
159
|
+
color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
160
|
+
colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
161
161
|
complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
162
|
-
complementaryColor: (colorSchemaType: import("@omnia/fx-models").
|
163
|
-
complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").
|
162
|
+
complementaryColor: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
163
|
+
complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
164
164
|
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
165
|
-
blueprint: (blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes) => import("
|
165
|
+
blueprint: (blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes) => import("@omnia/fx-models").BlueprintDefinition;
|
166
166
|
};
|
167
167
|
actions: {
|
168
168
|
setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
|
@@ -178,15 +178,15 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
|
|
178
178
|
currentTheme: import("./themes").ThemeDefinitionInstance;
|
179
179
|
};
|
180
180
|
get: {
|
181
|
-
colorSchema: (colorSchemaType: import("@omnia/fx-models").
|
181
|
+
colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType) => import("@omnia/fx-models").ColorSchema;
|
182
182
|
typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
183
|
-
color: (colorSchemaType: import("@omnia/fx-models").
|
184
|
-
colorDefinition: (colorSchemaType: import("@omnia/fx-models").
|
183
|
+
color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
184
|
+
colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
185
185
|
complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
186
|
-
complementaryColor: (colorSchemaType: import("@omnia/fx-models").
|
187
|
-
complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").
|
186
|
+
complementaryColor: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
187
|
+
complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
188
188
|
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
189
|
-
blueprint: (blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes) => import("
|
189
|
+
blueprint: (blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes) => import("@omnia/fx-models").BlueprintDefinition;
|
190
190
|
};
|
191
191
|
actions: {
|
192
192
|
setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { BlueprintType, BlueprintTypes, ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes, ThemeDefinitionV2, TypographyType, TypographyTypes } from "
|
1
|
+
import { BlueprintType, BlueprintTypes, ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes, ThemeDefinitionV2, TypographyType, TypographyTypes } from "@omnia/fx-models";
|
2
2
|
export declare const useThemeStoreV2: (newInstanceWithName?: string) => {
|
3
3
|
state: {
|
4
4
|
currentTheme: import("./themes/Themes").ThemeDefinitionInstance;
|
@@ -12,7 +12,7 @@ export declare const useThemeStoreV2: (newInstanceWithName?: string) => {
|
|
12
12
|
complementaryColor: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => string;
|
13
13
|
complementaryColorDefinition: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => import("@omnia/fx-models").ColorDefinition;
|
14
14
|
currentTheme: () => ThemeDefinitionV2;
|
15
|
-
blueprint: (blueprintType: BlueprintTypes | BlueprintType) => import("
|
15
|
+
blueprint: (blueprintType: BlueprintTypes | BlueprintType) => import("@omnia/fx-models").BlueprintDefinition;
|
16
16
|
};
|
17
17
|
actions: {
|
18
18
|
setTheme: (themeDefinition: ThemeDefinitionV2) => void;
|