@omnia/fx 8.0.25-vnext → 8.0.26-vnext
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/console/components/Console.d.ts +1 -1
- package/internal-do-not-import-from-here/console/components/MessageOverlay.d.ts +1 -1
- package/internal-do-not-import-from-here/manifests/omfx.libs.prosemirror.manifest.json +1 -0
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +31 -22
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +11 -0
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +9 -8
- package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/theming/index.js +1 -0
- package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +6 -1
- package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +25 -6
- package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/AppManagement.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +406 -33
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditAliasDialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditItem.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Features.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InstanceTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAction.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAdmin.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Listing.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/EditLayout.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutListing.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/addlayout/AddLayout.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/AffixRow.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/BlockWords.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/EditNamingPolicies.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/ListingNamingPolicies.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/NamingPolicyTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/PreviewPolicyNaming.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateDetail.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplatesListing.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertyRow.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/StepRow.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/authsetup/AuthSetup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/authsetup/steps/EmailVerify.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/authsetup/steps/OTP.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/authsetup/steps/Password.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/commandpalette/CommandPalette.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/compositiontests/CompositionBlockCurrent.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/compositiontests/CompositionBlockFuture.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +95 -10
- package/internal-do-not-import-from-here/ux/compositiontests/TestInjectComponent.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/compositiontests/WowComp.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/docs/chrome/DocsChrome.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/dynamicgroup/DynamicGroupPropertyEditorRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/settings/extendedproperty/ExtendedPropertySettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSection.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/SelectionsArea.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/boolean/BooleanPropertyRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DatePropertyRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/dialog/DialogContent.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/number/NumberPropertyRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChips.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyItemRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyList.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/boolean/SelectionsAreaBooleanRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/date/SelectionsAreaDateRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/number/SelectionsAreaNumberRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/person/SelectionsAreaPersonRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/text/SelectionsAreaTextRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/PropertyList.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertyDefaultValueInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertyDefaultValueInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/group/GroupPropertyEditorRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identities/components/settings/AzureAdSyncProviderSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncPropertyBindingSetup.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +112 -11
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/DeveloperTools.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/DevicePreviewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlockInstance.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +15 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutStructure.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Css.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Spacing.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Style.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Targeting.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +46 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/canvas/Spacing.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/ImageBackgroundSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/lock/Lock.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/AccordionListingSettingsPanel.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/ColumnListingSettingsPanel.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/StepListingSettingsPanel.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/TabListingSettingsPanel.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionStepperRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/VelcronDefinitionStore.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/blockheaders.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/contentblocks.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/limited-label/LimitedLabel.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/magiclink/MagicLink.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +379 -0
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +68 -0
- package/internal-do-not-import-from-here/ux/markdown/Toast.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/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 +19 -3
- package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonIntro.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.d.ts +112 -11
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +112 -11
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +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 +112 -11
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +112 -11
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +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 +19 -3
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +112 -11
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +112 -11
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +32 -3
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +19 -3
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +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 +13 -10
- package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/user/UserPropertyRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/user/components/PropertyConfigurationRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/user/components/UserPropertiesByMicrosoftGraphDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/user/components/UserPropertiesByMicrosoftGraphEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/user/components/UserPropertyProviderDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/user/components/UserPropertyProviderEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutBladeBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlock.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlock.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlockSettings.d.ts +48 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +61 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanelStyles.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/{VelcronBlock.d.ts → velcron/VelcronBlock.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/{VelcronBlockSettings.d.ts → velcron/VelcronBlockSettings.d.ts} +2 -2
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +109 -0
- package/internal-do-not-import-from-here/ux/velcron/components/properties/VelcronProperties.d.ts +416 -0
- package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/alignment/AlignmentEditor.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/color/ColorEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/index.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/slider/SliderEditor.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/switch/SwitchEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/text/TextEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/properties/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/properties/models/DefineVelcronPropertyEditor.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/properties/models/DefineVelcronPropertyEditorProps.d.ts +86 -0
- package/internal-do-not-import-from-here/ux/velcron/components/properties/models/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/Enums.d.ts +1 -16
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +37 -27
- 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 +19 -17
- 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/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 +151 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddComponent.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddDataObject.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AppExplorer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/CodeEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRendererStyles.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditComponentPane.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDataPane.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDefinitionPropertiesPane.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/ConditionalStatements.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/EventsPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/PropertiesPanel.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/StylingPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-data/EditDataMemberPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorpicker/ColorPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemareferencepicker/ColorSchemaReferencePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ratiopicker/RatioPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/typographypicker/TypographyPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/models/BuiltInDescriptors.d.ts +4 -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 +3 -3
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +153 -31
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/App.d.ts +2 -2
- 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/wctypings.d.ts +16 -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
@@ -5,7 +5,9 @@ declare const _default: {
|
|
5
5
|
$data: {};
|
6
6
|
$props: Partial<{
|
7
7
|
container?: any;
|
8
|
+
blueprint?: any;
|
8
9
|
colorSchemaType?: any;
|
10
|
+
blueprintType?: any;
|
9
11
|
colors?: any;
|
10
12
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
11
13
|
toned: {
|
@@ -13,6 +15,9 @@ declare const _default: {
|
|
13
15
|
} & {
|
14
16
|
type: import("vue").PropType<string>;
|
15
17
|
};
|
18
|
+
"onUpdate:modelValue": {
|
19
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
20
|
+
};
|
16
21
|
"v-model": {
|
17
22
|
type: import("vue").PropType<Guid>;
|
18
23
|
required: false;
|
@@ -21,14 +26,20 @@ declare const _default: {
|
|
21
26
|
type: import("vue").PropType<Guid>;
|
22
27
|
required: false;
|
23
28
|
};
|
24
|
-
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").
|
29
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
30
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
31
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
25
32
|
type: import("vue").PropType<Guid>;
|
26
33
|
required: false;
|
27
|
-
}; } & { [
|
34
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
28
35
|
type: import("vue").PropType<Guid>;
|
29
36
|
required: false;
|
30
37
|
}; } & {
|
31
38
|
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, Guid, {
|
39
|
+
"onUpdate:modelValue": {
|
40
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
41
|
+
};
|
42
|
+
} & {
|
32
43
|
"v-model": {
|
33
44
|
type: import("vue").PropType<Guid>;
|
34
45
|
required: false;
|
@@ -40,6 +51,10 @@ declare const _default: {
|
|
40
51
|
};
|
41
52
|
}>;
|
42
53
|
defaultValue(value?: Guid): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, Guid, {
|
54
|
+
"onUpdate:modelValue": {
|
55
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
56
|
+
};
|
57
|
+
} & {
|
43
58
|
"v-model": {
|
44
59
|
type: import("vue").PropType<Guid>;
|
45
60
|
required: false;
|
@@ -51,6 +66,10 @@ declare const _default: {
|
|
51
66
|
};
|
52
67
|
}, false>;
|
53
68
|
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, Guid, {
|
69
|
+
"onUpdate:modelValue": {
|
70
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
71
|
+
};
|
72
|
+
} & {
|
54
73
|
"v-model": {
|
55
74
|
type: import("vue").PropType<Guid>;
|
56
75
|
required: false;
|
@@ -65,9 +84,11 @@ declare const _default: {
|
|
65
84
|
colorSchemaType?: any;
|
66
85
|
container?: any;
|
67
86
|
colors?: any;
|
87
|
+
blueprintType?: any;
|
88
|
+
blueprint?: any;
|
68
89
|
}>> & {
|
69
90
|
"onUpdate:modelValue"?: (theme: ThemeDefinitionV2) => any;
|
70
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
|
91
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "blueprint" | "colorSchemaType" | "blueprintType" | "colors">;
|
71
92
|
$attrs: {
|
72
93
|
[x: string]: unknown;
|
73
94
|
};
|
@@ -87,6 +108,9 @@ declare const _default: {
|
|
87
108
|
} & {
|
88
109
|
type: import("vue").PropType<string>;
|
89
110
|
};
|
111
|
+
"onUpdate:modelValue": {
|
112
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
113
|
+
};
|
90
114
|
"v-model": {
|
91
115
|
type: import("vue").PropType<Guid>;
|
92
116
|
required: false;
|
@@ -95,14 +119,20 @@ declare const _default: {
|
|
95
119
|
type: import("vue").PropType<Guid>;
|
96
120
|
required: false;
|
97
121
|
};
|
98
|
-
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").
|
122
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
123
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
124
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
99
125
|
type: import("vue").PropType<Guid>;
|
100
126
|
required: false;
|
101
|
-
}; } & { [
|
127
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
102
128
|
type: import("vue").PropType<Guid>;
|
103
129
|
required: false;
|
104
130
|
}; } & {
|
105
131
|
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, Guid, {
|
132
|
+
"onUpdate:modelValue": {
|
133
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
134
|
+
};
|
135
|
+
} & {
|
106
136
|
"v-model": {
|
107
137
|
type: import("vue").PropType<Guid>;
|
108
138
|
required: false;
|
@@ -114,6 +144,10 @@ declare const _default: {
|
|
114
144
|
};
|
115
145
|
}>;
|
116
146
|
defaultValue(value?: Guid): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, Guid, {
|
147
|
+
"onUpdate:modelValue": {
|
148
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
149
|
+
};
|
150
|
+
} & {
|
117
151
|
"v-model": {
|
118
152
|
type: import("vue").PropType<Guid>;
|
119
153
|
required: false;
|
@@ -125,6 +159,10 @@ declare const _default: {
|
|
125
159
|
};
|
126
160
|
}, false>;
|
127
161
|
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, Guid, {
|
162
|
+
"onUpdate:modelValue": {
|
163
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
164
|
+
};
|
165
|
+
} & {
|
128
166
|
"v-model": {
|
129
167
|
type: import("vue").PropType<Guid>;
|
130
168
|
required: false;
|
@@ -139,13 +177,17 @@ declare const _default: {
|
|
139
177
|
colorSchemaType?: any;
|
140
178
|
container?: any;
|
141
179
|
colors?: any;
|
180
|
+
blueprintType?: any;
|
181
|
+
blueprint?: any;
|
142
182
|
}>> & {
|
143
183
|
"onUpdate:modelValue"?: (theme: ThemeDefinitionV2) => any;
|
144
184
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
145
185
|
"update:modelValue": (theme: ThemeDefinitionV2) => true;
|
146
186
|
}, string, {
|
147
187
|
container?: any;
|
188
|
+
blueprint?: any;
|
148
189
|
colorSchemaType?: any;
|
190
|
+
blueprintType?: any;
|
149
191
|
colors?: any;
|
150
192
|
}, {}, string> & {
|
151
193
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -173,6 +215,9 @@ declare const _default: {
|
|
173
215
|
} & {
|
174
216
|
type: import("vue").PropType<string>;
|
175
217
|
};
|
218
|
+
"onUpdate:modelValue": {
|
219
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
220
|
+
};
|
176
221
|
"v-model": {
|
177
222
|
type: import("vue").PropType<Guid>;
|
178
223
|
required: false;
|
@@ -181,14 +226,20 @@ declare const _default: {
|
|
181
226
|
type: import("vue").PropType<Guid>;
|
182
227
|
required: false;
|
183
228
|
};
|
184
|
-
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").
|
229
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
230
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
231
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
185
232
|
type: import("vue").PropType<Guid>;
|
186
233
|
required: false;
|
187
|
-
}; } & { [
|
234
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
188
235
|
type: import("vue").PropType<Guid>;
|
189
236
|
required: false;
|
190
237
|
}; } & {
|
191
238
|
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, Guid, {
|
239
|
+
"onUpdate:modelValue": {
|
240
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
241
|
+
};
|
242
|
+
} & {
|
192
243
|
"v-model": {
|
193
244
|
type: import("vue").PropType<Guid>;
|
194
245
|
required: false;
|
@@ -200,6 +251,10 @@ declare const _default: {
|
|
200
251
|
};
|
201
252
|
}>;
|
202
253
|
defaultValue(value?: Guid): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, Guid, {
|
254
|
+
"onUpdate:modelValue": {
|
255
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
256
|
+
};
|
257
|
+
} & {
|
203
258
|
"v-model": {
|
204
259
|
type: import("vue").PropType<Guid>;
|
205
260
|
required: false;
|
@@ -211,6 +266,10 @@ declare const _default: {
|
|
211
266
|
};
|
212
267
|
}, false>;
|
213
268
|
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, Guid, {
|
269
|
+
"onUpdate:modelValue": {
|
270
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
271
|
+
};
|
272
|
+
} & {
|
214
273
|
"v-model": {
|
215
274
|
type: import("vue").PropType<Guid>;
|
216
275
|
required: false;
|
@@ -225,6 +284,8 @@ declare const _default: {
|
|
225
284
|
colorSchemaType?: any;
|
226
285
|
container?: any;
|
227
286
|
colors?: any;
|
287
|
+
blueprintType?: any;
|
288
|
+
blueprint?: any;
|
228
289
|
}>> & {
|
229
290
|
"onUpdate:modelValue"?: (theme: ThemeDefinitionV2) => any;
|
230
291
|
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
@@ -237,6 +298,9 @@ declare const _default: {
|
|
237
298
|
} & {
|
238
299
|
type: import("vue").PropType<string>;
|
239
300
|
};
|
301
|
+
"onUpdate:modelValue": {
|
302
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
303
|
+
};
|
240
304
|
"v-model": {
|
241
305
|
type: import("vue").PropType<Guid>;
|
242
306
|
required: false;
|
@@ -245,14 +309,20 @@ declare const _default: {
|
|
245
309
|
type: import("vue").PropType<Guid>;
|
246
310
|
required: false;
|
247
311
|
};
|
248
|
-
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").
|
312
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
313
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
314
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
249
315
|
type: import("vue").PropType<Guid>;
|
250
316
|
required: false;
|
251
|
-
}; } & { [
|
317
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
252
318
|
type: import("vue").PropType<Guid>;
|
253
319
|
required: false;
|
254
320
|
}; } & {
|
255
321
|
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, Guid, {
|
322
|
+
"onUpdate:modelValue": {
|
323
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
324
|
+
};
|
325
|
+
} & {
|
256
326
|
"v-model": {
|
257
327
|
type: import("vue").PropType<Guid>;
|
258
328
|
required: false;
|
@@ -264,6 +334,10 @@ declare const _default: {
|
|
264
334
|
};
|
265
335
|
}>;
|
266
336
|
defaultValue(value?: Guid): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, Guid, {
|
337
|
+
"onUpdate:modelValue": {
|
338
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
339
|
+
};
|
340
|
+
} & {
|
267
341
|
"v-model": {
|
268
342
|
type: import("vue").PropType<Guid>;
|
269
343
|
required: false;
|
@@ -275,6 +349,10 @@ declare const _default: {
|
|
275
349
|
};
|
276
350
|
}, false>;
|
277
351
|
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, Guid, {
|
352
|
+
"onUpdate:modelValue": {
|
353
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
354
|
+
};
|
355
|
+
} & {
|
278
356
|
"v-model": {
|
279
357
|
type: import("vue").PropType<Guid>;
|
280
358
|
required: false;
|
@@ -289,21 +367,31 @@ declare const _default: {
|
|
289
367
|
colorSchemaType?: any;
|
290
368
|
container?: any;
|
291
369
|
colors?: any;
|
370
|
+
blueprintType?: any;
|
371
|
+
blueprint?: any;
|
292
372
|
}>> & {
|
293
373
|
"onUpdate:modelValue"?: (theme: ThemeDefinitionV2) => any;
|
294
374
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
295
375
|
"update:modelValue": (theme: ThemeDefinitionV2) => true;
|
296
376
|
}, string, {
|
297
377
|
container?: any;
|
378
|
+
blueprint?: any;
|
298
379
|
colorSchemaType?: any;
|
380
|
+
blueprintType?: any;
|
299
381
|
colors?: any;
|
300
382
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
301
|
-
propsDefinition: Readonly<{
|
383
|
+
propsDefinition: Omit<Readonly<{
|
302
384
|
container?: any;
|
385
|
+
blueprint?: any;
|
303
386
|
colorSchemaType?: any;
|
387
|
+
blueprintType?: any;
|
304
388
|
colors?: any;
|
305
389
|
} & {
|
306
390
|
name?: {
|
391
|
+
[x: `onUpdate:${string}`]: {
|
392
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
393
|
+
};
|
394
|
+
} & {
|
307
395
|
[x: `v-model:${string}`]: {
|
308
396
|
type: import("vue").PropType<Guid>;
|
309
397
|
required: false;
|
@@ -315,6 +403,10 @@ declare const _default: {
|
|
315
403
|
};
|
316
404
|
} & {
|
317
405
|
require(): import("../../DefineVueTypings").DefinePropModelRequire<string, Guid, {
|
406
|
+
"onUpdate:modelValue": {
|
407
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
408
|
+
};
|
409
|
+
} & {
|
318
410
|
"v-model": {
|
319
411
|
type: import("vue").PropType<Guid>;
|
320
412
|
required: false;
|
@@ -326,6 +418,10 @@ declare const _default: {
|
|
326
418
|
};
|
327
419
|
}>;
|
328
420
|
defaultValue(value?: Guid): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, Guid, {
|
421
|
+
"onUpdate:modelValue": {
|
422
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
423
|
+
};
|
424
|
+
} & {
|
329
425
|
"v-model": {
|
330
426
|
type: import("vue").PropType<Guid>;
|
331
427
|
required: false;
|
@@ -337,6 +433,10 @@ declare const _default: {
|
|
337
433
|
};
|
338
434
|
}, false>;
|
339
435
|
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, Guid, {
|
436
|
+
"onUpdate:modelValue": {
|
437
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
438
|
+
};
|
439
|
+
} & {
|
340
440
|
"v-model": {
|
341
441
|
type: import("vue").PropType<Guid>;
|
342
442
|
required: false;
|
@@ -348,10 +448,11 @@ declare const _default: {
|
|
348
448
|
};
|
349
449
|
}>;
|
350
450
|
};
|
451
|
+
"onUpdate:modelValue"?: (value: Guid) => any;
|
351
452
|
"v-model"?: Guid;
|
352
453
|
modelValue?: Guid;
|
353
454
|
toned?: string;
|
354
|
-
}> & {
|
455
|
+
}>, "onUpdate:modelValue"> & {
|
355
456
|
"onUpdate:modelValue"?: (theme: ThemeDefinitionV2) => any;
|
356
457
|
};
|
357
458
|
};
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { useThemeStoreV2 } from "@omnia/fx/ux";
|
2
2
|
import { VNodeChild } from "vue";
|
3
|
-
import { ThemeDefinitionV2 } from "
|
3
|
+
import { ThemeDefinitionV2 } from "@omnia/fx-models";
|
4
4
|
export type RegisterThemeStore = (store: ReturnType<typeof useThemeStoreV2>) => void;
|
5
5
|
declare const _default: {
|
6
6
|
new (...args: any[]): {
|
@@ -105,7 +105,7 @@ declare const _default: {
|
|
105
105
|
}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
106
106
|
"update:modelValue": (themeDefinition: ThemeDefinitionV2) => true;
|
107
107
|
}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
108
|
-
propsDefinition: Readonly<{} & {
|
108
|
+
propsDefinition: Omit<Readonly<{} & {
|
109
109
|
"v-slots"?: {
|
110
110
|
default?: import("@omnia/fx-models").Func<[VNodeChild]>;
|
111
111
|
} & {
|
@@ -113,7 +113,7 @@ declare const _default: {
|
|
113
113
|
};
|
114
114
|
themeStoreRegistrationHook?: RegisterThemeStore;
|
115
115
|
"theme-store-registration-hook"?: RegisterThemeStore;
|
116
|
-
}> & {
|
116
|
+
}>, "onUpdate:modelValue"> & {
|
117
117
|
"onUpdate:modelValue"?: (themeDefinition: ThemeDefinitionV2) => any;
|
118
118
|
};
|
119
119
|
};
|
package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ThemeCodeEditor.d.ts
CHANGED
@@ -41,6 +41,6 @@ declare const _default: {
|
|
41
41
|
__isTeleport?: never;
|
42
42
|
__isSuspense?: never;
|
43
43
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
44
|
-
propsDefinition: Readonly<{} & {}>;
|
44
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
45
45
|
};
|
46
46
|
export default _default;
|
@@ -41,6 +41,6 @@ declare const _default: {
|
|
41
41
|
__isTeleport?: never;
|
42
42
|
__isSuspense?: never;
|
43
43
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
44
|
-
propsDefinition: Readonly<{} & {}>;
|
44
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
45
45
|
};
|
46
46
|
export default _default;
|
@@ -2,5 +2,6 @@ import { ColorSchema } from "@omnia/fx-models";
|
|
2
2
|
export declare const BlueprintSelectorStyles: {
|
3
3
|
titleColumn: string;
|
4
4
|
colorPreview: (color: string) => string;
|
5
|
-
|
5
|
+
iconContainer: (colorSchema: ColorSchema) => string;
|
6
|
+
itemContainer: (selected: boolean, colorSchema: ColorSchema) => string;
|
6
7
|
};
|
@@ -41,6 +41,6 @@ declare const _default: {
|
|
41
41
|
__isTeleport?: never;
|
42
42
|
__isSuspense?: never;
|
43
43
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
44
|
-
propsDefinition: Readonly<{} & {}>;
|
44
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
45
45
|
};
|
46
46
|
export default _default;
|
@@ -41,6 +41,6 @@ declare const _default: {
|
|
41
41
|
__isTeleport?: never;
|
42
42
|
__isSuspense?: never;
|
43
43
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
44
|
-
propsDefinition: Readonly<{} & {}>;
|
44
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
45
45
|
};
|
46
46
|
export default _default;
|
@@ -41,6 +41,6 @@ declare const _default: {
|
|
41
41
|
__isTeleport?: never;
|
42
42
|
__isSuspense?: never;
|
43
43
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
44
|
-
propsDefinition: Readonly<{} & {}>;
|
44
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
45
45
|
};
|
46
46
|
export default _default;
|
@@ -41,6 +41,6 @@ declare const _default: {
|
|
41
41
|
__isTeleport?: never;
|
42
42
|
__isSuspense?: never;
|
43
43
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
44
|
-
propsDefinition: Readonly<{} & {}>;
|
44
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
45
45
|
};
|
46
46
|
export default _default;
|
package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/FxViewer.d.ts
CHANGED
@@ -41,6 +41,6 @@ declare const _default: {
|
|
41
41
|
__isTeleport?: never;
|
42
42
|
__isSuspense?: never;
|
43
43
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
44
|
-
propsDefinition: Readonly<{} & {}>;
|
44
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
45
45
|
};
|
46
46
|
export default _default;
|
@@ -41,6 +41,6 @@ declare const _default: {
|
|
41
41
|
__isTeleport?: never;
|
42
42
|
__isSuspense?: never;
|
43
43
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
44
|
-
propsDefinition: Readonly<{} & {}>;
|
44
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
45
45
|
};
|
46
46
|
export default _default;
|
package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts
CHANGED
@@ -1,15 +1,19 @@
|
|
1
|
-
import { BlueprintTypes } from "@omnia/fx-models";
|
1
|
+
import { BlockBlueprint, BlueprintTypes } from "@omnia/fx-models";
|
2
2
|
export declare const useBlueprintEditorStore: (newInstanceWithName?: string) => {
|
3
3
|
state: {
|
4
4
|
selectedBlueprint: BlueprintTypes;
|
5
|
+
blockBlueprint: BlockBlueprint;
|
5
6
|
};
|
6
7
|
get: {};
|
7
8
|
actions: {
|
8
9
|
setSelectedBlueprint: (blueprintType: BlueprintTypes) => void;
|
10
|
+
setSelectedBlockBlueprint: (blockBlueprint: BlockBlueprint) => void;
|
9
11
|
};
|
10
12
|
events: {
|
11
13
|
onMutatingSelectedBlueprint: import("@omnia/fx").EventHook<BlueprintTypes>;
|
12
14
|
onMutatedSelectedBlueprint: import("@omnia/fx").EventHook<BlueprintTypes>;
|
15
|
+
onMutatingBlockBlueprint: import("@omnia/fx").EventHook<BlockBlueprint>;
|
16
|
+
onMutatedBlockBlueprint: import("@omnia/fx").EventHook<BlockBlueprint>;
|
13
17
|
};
|
14
18
|
activated: void;
|
15
19
|
};
|
@@ -1,27 +1,16 @@
|
|
1
|
-
import {
|
2
|
-
import { BlueprintDefinition } from "internal/fx/shared/models/theming/BlueprintDefinition";
|
1
|
+
import { BlueprintDefinition, BlueprintItemDefinition, Guid } from "@omnia/fx-models";
|
3
2
|
export declare class MD1Blueprint implements BlueprintDefinition {
|
4
3
|
id: Guid;
|
5
|
-
|
6
|
-
image: any;
|
7
|
-
chip: any;
|
8
|
-
icon: any;
|
9
|
-
typography: TypographyDefinition;
|
4
|
+
definitions: Array<BlueprintItemDefinition>;
|
10
5
|
constructor();
|
11
6
|
}
|
12
7
|
export declare class MD2Blueprint implements BlueprintDefinition {
|
13
8
|
id: Guid;
|
14
|
-
|
15
|
-
image: any;
|
16
|
-
icon: any;
|
17
|
-
typography: TypographyDefinition;
|
9
|
+
definitions: Array<BlueprintItemDefinition>;
|
18
10
|
constructor();
|
19
11
|
}
|
20
12
|
export declare class MD3Blueprint implements BlueprintDefinition {
|
21
13
|
id: Guid;
|
22
|
-
|
23
|
-
image: any;
|
24
|
-
icon: any;
|
25
|
-
typography: TypographyDefinition;
|
14
|
+
definitions: Array<BlueprintItemDefinition>;
|
26
15
|
constructor();
|
27
16
|
}
|
@@ -1,5 +1,4 @@
|
|
1
|
-
import { ColorSchema, ColorSchemas, ThemeDefinitionV2, Guid } from "@omnia/fx-models";
|
2
|
-
import { BluePrintDefinitions } from "internal/fx/shared/models/theming/BlueprintDefinition";
|
1
|
+
import { ColorSchema, ColorSchemas, ThemeDefinitionV2, Guid, BluePrintDefinitions } from "@omnia/fx-models";
|
3
2
|
export declare class ThemeDefinitionInstance implements ThemeDefinitionV2 {
|
4
3
|
id: Guid;
|
5
4
|
colors: ColorSchemas;
|
@@ -0,0 +1,47 @@
|
|
1
|
+
export declare const useBlueprintSetup: (props: object) => {
|
2
|
+
state: {
|
3
|
+
blueprint: import("@omnia/fx-models").BlueprintDefinition;
|
4
|
+
blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes;
|
5
|
+
};
|
6
|
+
get: {
|
7
|
+
readonly all: import("@omnia/fx-models").BlueprintDefinition;
|
8
|
+
byType: <TType extends import("@omnia/fx-models").BlueprintItemDefinition>(type: import("@omnia/fx-models").WebBlueprintDefintionType | import("@omnia/fx-models").WebBlueprintDefintionTypes) => TType;
|
9
|
+
readonly typography: import("@omnia/fx-models").TypographyBlueprint;
|
10
|
+
readonly block: import("@omnia/fx-models").BlockBlueprint;
|
11
|
+
};
|
12
|
+
actions: {
|
13
|
+
setBlueprint: (type: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes) => void;
|
14
|
+
setThemeStore: (themeStoreInstance: {
|
15
|
+
state: {
|
16
|
+
currentTheme: import("..").ThemeDefinitionInstance;
|
17
|
+
};
|
18
|
+
get: {
|
19
|
+
colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType) => import("@omnia/fx-models").ColorSchema;
|
20
|
+
typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
21
|
+
color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
22
|
+
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;
|
23
|
+
complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
24
|
+
complementaryColor: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
25
|
+
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;
|
26
|
+
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
27
|
+
blueprint: (blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes) => import("@omnia/fx-models").BlueprintDefinition;
|
28
|
+
};
|
29
|
+
actions: {
|
30
|
+
setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
|
31
|
+
};
|
32
|
+
events: {
|
33
|
+
onMutatingCurrentTheme: import("@omnia/fx").EventHook<import("..").ThemeDefinitionInstance>;
|
34
|
+
onMutatedCurrentTheme: import("@omnia/fx").EventHook<import("..").ThemeDefinitionInstance>;
|
35
|
+
};
|
36
|
+
activated: void;
|
37
|
+
}) => void;
|
38
|
+
setCustomBlueprint: (blueprint: import("@omnia/fx-models").BlueprintDefinition) => void;
|
39
|
+
};
|
40
|
+
events: {
|
41
|
+
onMutatingBlueprint: import("@omnia/fx").EventHook<import("@omnia/fx-models").BlueprintDefinition>;
|
42
|
+
onMutatedBlueprint: import("@omnia/fx").EventHook<import("@omnia/fx-models").BlueprintDefinition>;
|
43
|
+
onMutatingBlueprintType: import("@omnia/fx").EventHook<import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes>;
|
44
|
+
onMutatedBlueprintType: import("@omnia/fx").EventHook<import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes>;
|
45
|
+
};
|
46
|
+
activated: void;
|
47
|
+
};
|
@@ -6,7 +6,8 @@ export declare const useColorSchemaSetup: (props: object) => {
|
|
6
6
|
onContainer: import("@omnia/fx-models").ColorDefinition;
|
7
7
|
isContainer: boolean;
|
8
8
|
name: string;
|
9
|
-
colorSchemaType: import("@omnia/fx-models").
|
9
|
+
colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType;
|
10
|
+
id: import("@omnia/fx-models").GuidValue;
|
10
11
|
};
|
11
12
|
get: {
|
12
13
|
readonly colorSchema: import("@omnia/fx-models").ColorSchema;
|
@@ -22,21 +23,21 @@ export declare const useColorSchemaSetup: (props: object) => {
|
|
22
23
|
};
|
23
24
|
};
|
24
25
|
actions: {
|
25
|
-
setColorSchema: (colorSchemaType: import("@omnia/fx-models").
|
26
|
+
setColorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean) => void;
|
26
27
|
setThemeStore: (themeStoreInstance: {
|
27
28
|
state: {
|
28
29
|
currentTheme: import("../theming-v2").ThemeDefinitionInstance;
|
29
30
|
};
|
30
31
|
get: {
|
31
|
-
colorSchema: (colorSchemaType: import("@omnia/fx-models").
|
32
|
+
colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType) => import("@omnia/fx-models").ColorSchema;
|
32
33
|
typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
33
|
-
color: (colorSchemaType: import("@omnia/fx-models").
|
34
|
-
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;
|
35
36
|
complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
36
|
-
complementaryColor: (colorSchemaType: import("@omnia/fx-models").
|
37
|
-
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;
|
38
39
|
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
39
|
-
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;
|
40
41
|
};
|
41
42
|
actions: {
|
42
43
|
setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
|
@@ -63,8 +64,10 @@ export declare const useColorSchemaSetup: (props: object) => {
|
|
63
64
|
onMutatedIsContainer: import("@omnia/fx").EventHook<boolean>;
|
64
65
|
onMutatingName: import("@omnia/fx").EventHook<string>;
|
65
66
|
onMutatedName: import("@omnia/fx").EventHook<string>;
|
66
|
-
onMutatingColorSchemaType: import("@omnia/fx").EventHook<import("@omnia/fx-models").
|
67
|
-
onMutatedColorSchemaType: import("@omnia/fx").EventHook<import("@omnia/fx-models").
|
67
|
+
onMutatingColorSchemaType: import("@omnia/fx").EventHook<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
68
|
+
onMutatedColorSchemaType: import("@omnia/fx").EventHook<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
69
|
+
onMutatingId: import("@omnia/fx").EventHook<import("@omnia/fx-models").GuidValue>;
|
70
|
+
onMutatedId: import("@omnia/fx").EventHook<import("@omnia/fx-models").GuidValue>;
|
68
71
|
};
|
69
72
|
activated: void;
|
70
73
|
};
|