@omnia/fx 8.0.35-dev → 8.0.36-dev
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 -46
- package/internal-do-not-import-from-here/console/components/SocketComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/core/utils/Utils.d.ts +2 -0
- package/internal-do-not-import-from-here/manifests/omnia.vendor.manifest.json +1 -1
- package/internal-do-not-import-from-here/services/identities/IdentityAuthenticationService.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +4 -46
- package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/admin/chrome/AdminChromeWrapper.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +15 -46
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +25 -46
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesInfoBlade.d.ts +11 -46
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +25 -46
- package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +19 -46
- package/internal-do-not-import-from-here/ux/alignmentpicker/docs/AlignmentPickerExample.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +8 -46
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollupRenderer.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/metric/MetricDetailsDialogRenderer.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/metric/MetricRenderer.d.ts +4 -46
- package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/MetricTab.d.ts +6 -46
- package/internal-do-not-import-from-here/ux/app/management/AppManagement.d.ts +9 -46
- package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +90 -49
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditAliasDialog.d.ts +6 -46
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditItem.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Features.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InstanceTab.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +11 -46
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAction.d.ts +8 -46
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAdmin.d.ts +4 -46
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Listing.d.ts +7 -46
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/EditLayout.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutListing.d.ts +7 -46
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutTab.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/addlayout/AddLayout.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/AffixRow.d.ts +10 -46
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/BlockWords.d.ts +4 -46
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/EditNamingPolicies.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/ListingNamingPolicies.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/NamingPolicyTab.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/PreviewPolicyNaming.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +7 -46
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +7 -46
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateDetail.d.ts +4 -46
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateTab.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplatesListing.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +9 -46
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +9 -46
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +9 -46
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +44 -50
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +9 -46
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertyRow.d.ts +9 -46
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/StepRow.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +14 -48
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +19 -48
- package/internal-do-not-import-from-here/ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput.d.ts +4 -46
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +23 -47
- package/internal-do-not-import-from-here/ux/authsetup/AuthSetup.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/authsetup/steps/EmailVerify.d.ts +4 -46
- package/internal-do-not-import-from-here/ux/authsetup/steps/OTP.d.ts +4 -46
- package/internal-do-not-import-from-here/ux/authsetup/steps/Password.d.ts +4 -46
- package/internal-do-not-import-from-here/ux/blueprintpicker/BlueprintPicker.d.ts +71 -46
- package/internal-do-not-import-from-here/ux/blueprintpicker/docs/SampleComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/chrome/ChromeRenderer.d.ts +1 -47
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +86 -46
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaEditor.d.ts +74 -46
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +94 -46
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.d.ts +95 -48
- package/internal-do-not-import-from-here/ux/colorschemapicker/docs/SampleComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/colorsettingspicker/ColorSettingsPicker.d.ts +85 -46
- package/internal-do-not-import-from-here/ux/colorsettingspicker/docs/SampleComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/commandpalette/CommandPalette.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +68 -48
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +126 -46
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +52 -46
- package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/DateTimeZonePickerExample.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +32 -46
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/components/ImageSelector.d.ts +4 -46
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +26 -46
- package/internal-do-not-import-from-here/ux/docs/chrome/DocsChrome.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +24 -46
- package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +32 -46
- package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/Properties.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/VModel.d.ts +69 -46
- package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/ActionToolbar.d.ts +46 -46
- package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/DisplaySettingsToolbar.d.ts +36 -46
- package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +36 -48
- package/internal-do-not-import-from-here/ux/editorchrome/panel_tabs/TabsPanel.d.ts +15 -46
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +26 -46
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +28 -46
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +32 -46
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +53 -46
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +78 -46
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +131 -46
- package/internal-do-not-import-from-here/ux/enterpriseproperties/settings/extendedproperty/ExtendedPropertySettings.d.ts +9 -46
- package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +17 -46
- package/internal-do-not-import-from-here/ux/features/FeaturesJourney.d.ts +17 -46
- package/internal-do-not-import-from-here/ux/features/FeaturesJourneyTenant.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/features/blades/FeatureHomeBlade.d.ts +17 -46
- package/internal-do-not-import-from-here/ux/features/blades/FeaturePropertiesBlade.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +47 -48
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +14 -46
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSection.d.ts +4 -46
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +6 -46
- package/internal-do-not-import-from-here/ux/filterengine/SelectionsArea.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/PropertyDropdownRenderer.d.ts +6 -46
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/PropertyListRenderer.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/boolean/BooleanPropertyRenderer.d.ts +4 -46
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DatePropertyRenderer.d.ts +4 -46
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DateTimePeriodSlider.d.ts +7 -46
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/dialog/DialogContent.d.ts +4 -46
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/number/NumberPropertyRenderer.d.ts +4 -46
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +48 -49
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChips.d.ts +4 -46
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyItemRenderer.d.ts +8 -46
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyList.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyRenderer.d.ts +6 -46
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/tags/TagsPropertyChips.d.ts +4 -46
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/tags/TagsPropertyRenderer.d.ts +4 -46
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRefinementList.d.ts +7 -46
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRefinementSelection.d.ts +8 -46
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRenderer.d.ts +4 -46
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/boolean/SelectionsAreaBooleanRenderer.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/date/SelectionsAreaDateRenderer.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/number/SelectionsAreaNumberRenderer.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/person/SelectionsAreaPersonRenderer.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/tags/SelectionsAreaTagsRenderer.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/text/SelectionsAreaTextRenderer.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/PropertyList.d.ts +6 -46
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput.d.ts +10 -46
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +11 -46
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertyDefaultValueInput.d.ts +10 -46
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +11 -46
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput.d.ts +10 -46
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +11 -46
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +35 -50
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +11 -46
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertyDefaultValueInput.d.ts +10 -46
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettings.d.ts +11 -46
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertyDefaultValueInput.d.ts +10 -46
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +11 -46
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +55 -46
- package/internal-do-not-import-from-here/ux/filterpicker/docs/SampleComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/grecaptcha/GRecaptcha.d.ts +13 -47
- package/internal-do-not-import-from-here/ux/helptext/HelpText.d.ts +12 -46
- package/internal-do-not-import-from-here/ux/html/HtmlRenderer.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/hub/chat/HubChat.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/hub/feed/HubFeed.d.ts +7 -46
- package/internal-do-not-import-from-here/ux/hub/feed/HubFeedChrome.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/HubFeedChrome.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/hub/feed/HubFeedSettings.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/hub/feed/components/FeedItem.d.ts +7 -46
- package/internal-do-not-import-from-here/ux/hub/feed/components/Header.d.ts +7 -46
- package/internal-do-not-import-from-here/ux/hub/feed/components/SenderItem.d.ts +24 -46
- package/internal-do-not-import-from-here/ux/hub/feed/components/SendersList.d.ts +7 -46
- package/internal-do-not-import-from-here/ux/hub/feed/components/Social.d.ts +7 -46
- package/internal-do-not-import-from-here/ux/hub/feed/components/StoryComponent.d.ts +7 -46
- package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +54 -47
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +108 -46
- package/internal-do-not-import-from-here/ux/identities/components/settings/AzureAdSyncProviderSettings.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncPropertyBindingSetup.d.ts +6 -46
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +7 -46
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +6 -46
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +110 -49
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +109 -51
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +175 -48
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +142 -48
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +137 -51
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +99 -46
- package/internal-do-not-import-from-here/ux/imagegrid/ImageGrid.d.ts +22 -46
- package/internal-do-not-import-from-here/ux/inputlanguagepicker/InputLanguagePicker.d.ts +9 -46
- package/internal-do-not-import-from-here/ux/journey/testbench/JourneyTest.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +76 -48
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyMenu.d.ts +30 -46
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyV2.d.ts +6 -46
- package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleButtons.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleComponentMenu.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleVariants.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +127 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +57 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +34 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts +24 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/DeveloperTools.d.ts +9 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/DevicePreviewer.d.ts +18 -47
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +22 -48
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +42 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +26 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +45 -48
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +48 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutPlaceHolder.d.ts +60 -58
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +43 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +16 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutStructure.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel.d.ts +8 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +14 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.d.ts +38 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Css.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Spacing.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Style.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Targeting.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +42 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +22 -47
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/canvas/Spacing.d.ts +9 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/ImageBackgroundSettings.d.ts +15 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts +156 -139
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling.d.ts +156 -139
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +156 -139
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/lock/Lock.d.ts +156 -139
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +156 -139
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +156 -139
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +156 -139
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +156 -139
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +156 -139
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/AccordionListingSettingsPanel.d.ts +8 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/ColumnListingSettingsPanel.d.ts +8 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/PlaceHolderListingSettingsPanel.d.ts +8 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +28 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/StepListingSettingsPanel.d.ts +8 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/TabListingSettingsPanel.d.ts +8 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings.d.ts +9 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings.d.ts +7 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +37 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/factories/EditorLayoutItemFactory.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/factories/LayoutItemFactory.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +69 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +37 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +14 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +37 -48
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +31 -47
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +33 -50
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionStepperRenderer.d.ts +26 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.d.ts +26 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +37 -46
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +37 -46
- package/internal-do-not-import-from-here/ux/limited-label/LimitedLabel.d.ts +6 -46
- package/internal-do-not-import-from-here/ux/magiclink/MagicLink.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +91 -46
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +19 -47
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +6 -46
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.d.ts +8 -46
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.d.ts +11 -46
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/NumberOfRemaining.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollage.d.ts +15 -46
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollageWrapper.d.ts +12 -46
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoGrid.d.ts +7 -46
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoMask.d.ts +4 -46
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoRow.d.ts +7 -46
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoThumb.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.d.ts +13 -46
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/ViewMore.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/mediagallery/view/MediaDisplayRenderer.d.ts +9 -46
- package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.d.ts +8 -46
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +120 -48
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/components/ImageSelector.d.ts +4 -46
- package/internal-do-not-import-from-here/ux/mediapickerV2/docs/MediaProviderExample.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.d.ts +12 -46
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/cropper/ImageCropMenu.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/cropper/ImageCropper.d.ts +9 -46
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditor.d.ts +9 -46
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +44 -46
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/filters/ImageFilters.d.ts +11 -46
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/flipper/ImageFlipper.d.ts +9 -46
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/settings/ImageSettings.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/ImageTransformer.d.ts +4 -46
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +12 -46
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +70 -46
- package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/BingProvider.d.ts +156 -139
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mycomputerprovider/MyComputerProvider.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/PexelProvider.d.ts +156 -139
- package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/UnsplashProvider.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/models/RichTextEditorStyles.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +111 -49
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +149 -46
- package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +12 -46
- package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +26 -46
- package/internal-do-not-import-from-here/ux/oxide/alert/docs/SampleComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +49 -47
- package/internal-do-not-import-from-here/ux/oxide/appbar/docs/AppbarExample.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +28 -46
- package/internal-do-not-import-from-here/ux/oxide/avatar/docs/AvatarExample.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +31 -46
- package/internal-do-not-import-from-here/ux/oxide/badge/docs/BadgeExample.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +72 -46
- package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonIntro.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/btn/docs/Presets.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +49 -46
- package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/ButtonIntro.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +29 -46
- package/internal-do-not-import-from-here/ux/oxide/card/docs/CardSample.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +45 -46
- package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/SampleComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +29 -47
- package/internal-do-not-import-from-here/ux/oxide/chip/docs/ChipExample.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +47 -47
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/docs/SampleComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +40 -46
- package/internal-do-not-import-from-here/ux/oxide/column/docs/SampleComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +73 -46
- package/internal-do-not-import-from-here/ux/oxide/datatable/docs/SampleComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +59 -46
- package/internal-do-not-import-from-here/ux/oxide/datepicker/docs/SampleComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +79 -46
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithAppNavigation.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithFixedContent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithLeftBar.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithNavigation.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/SampleDialog.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +14 -46
- package/internal-do-not-import-from-here/ux/oxide/divider/docs/SampleComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +50 -48
- package/internal-do-not-import-from-here/ux/oxide/draggable/docs/SampleComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +39 -46
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +45 -46
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/SampleComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/flex/Flex.d.ts +64 -46
- package/internal-do-not-import-from-here/ux/oxide/flex/docs/BasicFlexTypes.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +24 -46
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/SampleComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +36 -46
- package/internal-do-not-import-from-here/ux/oxide/icon/docs/SampleComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/icon/docs/SystemIcons.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +23 -46
- package/internal-do-not-import-from-here/ux/oxide/image/docs/SampleComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +38 -47
- package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/docs/SampleComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +19 -46
- package/internal-do-not-import-from-here/ux/oxide/layout/docs/SampleComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +18 -46
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +48 -46
- package/internal-do-not-import-from-here/ux/oxide/link/docs/SampleComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +36 -46
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +43 -46
- package/internal-do-not-import-from-here/ux/oxide/list/docs/SampleComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +33 -46
- package/internal-do-not-import-from-here/ux/oxide/main/docs/SampleComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +70 -47
- package/internal-do-not-import-from-here/ux/oxide/menu/docs/SampleComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +44 -46
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/SampleComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +72 -46
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/BasicPanelTypes.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelAlignment.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelVariants.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/Scrolling.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/SettingsPanel.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/ShowHide.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +13 -46
- package/internal-do-not-import-from-here/ux/oxide/progress/docs/SampleComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +25 -46
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +44 -46
- package/internal-do-not-import-from-here/ux/oxide/radio/docs/SampleComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +101 -47
- package/internal-do-not-import-from-here/ux/oxide/select/docs/SampleComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +28 -46
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/SampleComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +59 -46
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent2.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent3.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +33 -46
- package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/SampleComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/spacer/Spacer.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/spacer/docs/SampleComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +17 -46
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +15 -46
- package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +55 -46
- package/internal-do-not-import-from-here/ux/oxide/switch/docs/SampleComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +45 -46
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +50 -46
- package/internal-do-not-import-from-here/ux/oxide/tab/docs/SampleComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +24 -46
- package/internal-do-not-import-from-here/ux/oxide/table/docs/SampleComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +42 -46
- package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleGradients.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +61 -46
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +89 -49
- package/internal-do-not-import-from-here/ux/oxide/textfield/docs/SampleComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +54 -48
- package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarIntro.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +25 -46
- package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/SampleComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +41 -46
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/TreeviewIntro.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +11 -46
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/AdvanceExample.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/SimpleExample.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +60 -46
- package/internal-do-not-import-from-here/ux/presetupwizard/PreSetupWizard.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +50 -48
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCardRenderer.d.ts +20 -47
- package/internal-do-not-import-from-here/ux/properties/block/PropertyBlock.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/properties/block/PropertyBlockSettings.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +69 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts +17 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +14 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanDisplay.d.ts +8 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +10 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileDisplay.d.ts +8 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileEditor.d.ts +9 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +17 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +14 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeConfiguration.d.ts +9 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +17 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +14 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailDisplay.d.ts +8 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +10 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +9 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlDisplay.d.ts +8 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +11 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +9 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +28 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +15 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +9 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageDisplay.d.ts +8 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +9 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerDisplay.d.ts +8 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +10 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageDisplay.d.ts +8 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +10 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +9 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkDisplay.d.ts +8 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +9 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaDisplay.d.ts +8 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +10 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextDisplay.d.ts +8 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +9 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextDisplay.d.ts +8 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +9 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +17 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +9 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsDisplay.d.ts +39 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +11 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextDisplay.d.ts +8 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +10 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +17 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +14 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/usertype/UserTypeDisplay.d.ts +8 -46
- package/internal-do-not-import-from-here/ux/properties/builtins/usertype/UserTypeEditor.d.ts +9 -46
- package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +9 -46
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +9 -46
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfigurationV2.d.ts +93 -46
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +14 -46
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +13 -46
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +14 -46
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +77 -46
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +104 -48
- package/internal-do-not-import-from-here/ux/richtexteditor/EditorMenuBar.d.ts +15 -46
- package/internal-do-not-import-from-here/ux/richtexteditor/Emoticon/EmoticonComponent.d.ts +4 -46
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +137 -54
- package/internal-do-not-import-from-here/ux/richtexteditor/TextCompletionPanel/TextCompletionPanel.d.ts +14 -46
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldToolbar.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletListToolbar.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/HistoryToolbar.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/ItalicToolbar.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedListToolbar.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/UnderlineToolbar.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/richtexteditorrenderer/IRichTextEditorRenderer.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/richtexteditorrenderer/RichTextEditorRenderer.d.ts +81 -21
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +25 -46
- package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +36 -47
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +70 -46
- package/internal-do-not-import-from-here/ux/sidepanel/SidePanelRenderer.d.ts +4 -46
- package/internal-do-not-import-from-here/ux/signin/SignInBlock.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/signin/SignInPage.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/ConfirmEmailView.d.ts +4 -46
- package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/IdentityCreationRequestView.d.ts +4 -46
- package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +8 -46
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/MagicLinkProvider.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/OtpProvider.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/PasswordProvider.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/signout/SignOut.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +137 -46
- package/internal-do-not-import-from-here/ux/social/CommentDialog.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/social/Like.d.ts +78 -46
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +43 -47
- package/internal-do-not-import-from-here/ux/social/likehandler/LikeActionSettings.d.ts +13 -47
- package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +65 -46
- package/internal-do-not-import-from-here/ux/social/templates/LikeListingTemplate.d.ts +23 -48
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.d.ts +102 -46
- package/internal-do-not-import-from-here/ux/spacingpicker/docs/SampleComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/statuscoderenderer/StatusCodeRenderer.d.ts +4 -46
- package/internal-do-not-import-from-here/ux/statusmessageoverlay/LayoutEngineTest.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +24 -46
- package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +95 -46
- package/internal-do-not-import-from-here/ux/theming-v2/admin/DesignJourney.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/DefinitionsJourney.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/BlueprintsJourney.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/BlockBlade.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/ComponentsBlade.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/EditBlueprint.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/SpacingBlade.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/TypographyBlade.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/components/BlockPreview.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/colorschemas/ColorSchemasJourney.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/colorschemas/blades/ColorSchemaDefinitionBlade.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/spacing/SpacingJourney.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/spacing/blades/SpacingDefinitionBlade.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/spacing/store/SpacingEditorStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/TypographyJourney.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/blades/TypographyDefinitionBlade.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/blades/TypographySettingsBlade.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/components/FontPicker.d.ts +76 -46
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/ThemesJourney.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/blades/EditThemeBlade.d.ts +20 -46
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +92 -46
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +17 -47
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ThemeCodeEditor.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintEditor.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintSelector.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ColorSelector.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ComponentsViewer.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/FxViewer.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ThemeViewer.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +398 -46
- package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +92 -46
- package/internal-do-not-import-from-here/ux/typographypicker/TypographyPicker.d.ts +85 -46
- package/internal-do-not-import-from-here/ux/typographypicker/docs/SampleComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +86 -46
- package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutBladeBuilder.d.ts +4 -46
- package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +7 -46
- package/internal-do-not-import-from-here/ux/validation/FieldValidation.d.ts +13 -46
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlock.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlockSettings.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +14 -46
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +16 -46
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlock.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +101 -46
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +117 -47
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +77 -46
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +139 -46
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddComponent.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddDataObject.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AppExplorer.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/velcron/editor/components/CodeEditor.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +6 -46
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditComponentPane.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDataPane.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDefinitionPropertiesPane.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/ConditionalStatements.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/EventsPanel.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/PropertiesPanel.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/StylingPanel.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-data/EditDataMemberPanel.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorpicker/ColorPicker.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemareferencepicker/ColorSchemaReferencePicker.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ratiopicker/RatioPicker.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/typographypicker/TypographyPicker.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +48 -47
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/App.d.ts +22 -48
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Button.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Card.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Checkbox.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Chip.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +7 -46
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Custom.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Dialog.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Icon.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Image.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Markdown.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ProgressCircle.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Property.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Reference.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Slot.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Text.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/TextInput.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/View.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/WebView.d.ts +5 -46
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/AlignmentEditor.d.ts +76 -46
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorEditor.d.ts +71 -46
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +71 -46
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ImageEditor.d.ts +76 -46
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/MarkdownEditor.d.ts +71 -46
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/PropertyEditorCreator.d.ts +76 -46
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SliderEditor.d.ts +76 -46
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SwitchEditor.d.ts +76 -46
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +76 -46
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +76 -46
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/LayoutAliasBlade.d.ts +8 -46
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +25 -47
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +8 -46
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutListBladeBuilder.d.ts +14 -46
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutSettingsComponent.d.ts +14 -46
- package/internal-do-not-import-from-here/ux/versionedlayout/controller/Chrome.d.ts +32 -46
- package/internal-do-not-import-from-here/ux/versionedlayout/controller/VersionedLayoutController.d.ts +44 -46
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRenderer.d.ts +49 -46
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRendererSizeMonitor.d.ts +20 -46
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +10 -46
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutCreationForm.d.ts +19 -47
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutMappingAction.d.ts +31 -47
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutRenameForm.d.ts +26 -48
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/displaybreakpoint/DisplayBreakpointAction.d.ts +9 -46
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/panels/Panels.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/versionedlayout/layoutbackgroundimage/LayoutBackgroundImage.d.ts +27 -46
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/InternalVersionedLayoutRenderer.d.ts +51 -46
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +46 -49
- package/internal-do-not-import-from-here/wctypings.d.ts +10 -3
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/spacing/blades/SpacingDefinitionBlade.css.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/spacing/blades/SpacingSettingsBlade.d.ts +0 -91
@@ -5,53 +5,9 @@ declare const _default: {
|
|
5
5
|
new (...args: any[]): {
|
6
6
|
$: import("vue").ComponentInternalInstance;
|
7
7
|
$data: {};
|
8
|
-
$props: {
|
9
|
-
style?: unknown;
|
10
|
-
class?: unknown;
|
11
|
-
key?: string | number | symbol;
|
8
|
+
$props: Partial<{}> & Omit<{
|
12
9
|
readonly themeDefinition?: ThemeDefinitionV2;
|
13
10
|
readonly "theme-definition"?: ThemeDefinitionV2;
|
14
|
-
ref?: import("vue").VNodeRef;
|
15
|
-
ref_for?: boolean;
|
16
|
-
ref_key?: string;
|
17
|
-
onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
18
|
-
[key: string]: any;
|
19
|
-
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
20
|
-
[key: string]: any;
|
21
|
-
}>) => void)[];
|
22
|
-
onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
23
|
-
[key: string]: any;
|
24
|
-
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
25
|
-
[key: string]: any;
|
26
|
-
}>) => void)[];
|
27
|
-
onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
28
|
-
[key: string]: any;
|
29
|
-
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
30
|
-
[key: string]: any;
|
31
|
-
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
32
|
-
[key: string]: any;
|
33
|
-
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
34
|
-
[key: string]: any;
|
35
|
-
}>) => void)[];
|
36
|
-
onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
37
|
-
[key: string]: any;
|
38
|
-
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
39
|
-
[key: string]: any;
|
40
|
-
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
41
|
-
[key: string]: any;
|
42
|
-
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
43
|
-
[key: string]: any;
|
44
|
-
}>) => void)[];
|
45
|
-
onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
46
|
-
[key: string]: any;
|
47
|
-
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
48
|
-
[key: string]: any;
|
49
|
-
}>) => void)[];
|
50
|
-
onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
51
|
-
[key: string]: any;
|
52
|
-
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
53
|
-
[key: string]: any;
|
54
|
-
}>) => void)[];
|
55
11
|
readonly themeType?: themeType;
|
56
12
|
readonly "theme-type"?: themeType;
|
57
13
|
"onTheme:initialized"?: (themeStore: {
|
@@ -436,7 +392,403 @@ declare const _default: {
|
|
436
392
|
};
|
437
393
|
deactivated(): void;
|
438
394
|
}) => any;
|
439
|
-
}
|
395
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
396
|
+
"theme-type": {
|
397
|
+
type: import("vue").PropType<themeType>;
|
398
|
+
};
|
399
|
+
themeType: {
|
400
|
+
type: import("vue").PropType<themeType>;
|
401
|
+
};
|
402
|
+
"theme-definition": {
|
403
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
404
|
+
};
|
405
|
+
themeDefinition: {
|
406
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
407
|
+
};
|
408
|
+
}>> & {
|
409
|
+
"onTheme:initialized"?: (themeStore: {
|
410
|
+
state: {
|
411
|
+
currentTheme: ThemeDefinitionV2;
|
412
|
+
};
|
413
|
+
events: {
|
414
|
+
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<ThemeDefinitionV2>;
|
415
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
416
|
+
actions: {
|
417
|
+
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
418
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
419
|
+
}) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
420
|
+
onDispatched<T_1 extends (...args: any) => any>(action: (actions: {
|
421
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
422
|
+
}) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
423
|
+
onFailure<T_2 extends (...args: any) => any>(action: (actions: {
|
424
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
425
|
+
}) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
426
|
+
} & {
|
427
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
428
|
+
};
|
429
|
+
get: {
|
430
|
+
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): import("@omnia/fx-models").ColorSchema;
|
431
|
+
blueprint(blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes): import("@omnia/fx-models").BlueprintDefinition;
|
432
|
+
typography(typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes): import("@omnia/fx-models").TypographyTypeDefinition;
|
433
|
+
color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
434
|
+
colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
|
435
|
+
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorTypes;
|
436
|
+
complementaryColor(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
437
|
+
complementaryColorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
|
438
|
+
currentTheme(): ThemeDefinitionV2;
|
439
|
+
};
|
440
|
+
}, colorSchemaStore: {
|
441
|
+
state: {
|
442
|
+
base: import("@omnia/fx-models").ColorDefinition;
|
443
|
+
onBase: import("@omnia/fx-models").ColorDefinition;
|
444
|
+
container: import("@omnia/fx-models").ColorDefinition;
|
445
|
+
onContainer: import("@omnia/fx-models").ColorDefinition;
|
446
|
+
isContainer: boolean;
|
447
|
+
name: string;
|
448
|
+
colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background";
|
449
|
+
id: import("@omnia/fx-models").GuidValue;
|
450
|
+
};
|
451
|
+
events: {
|
452
|
+
onMutatedBase: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ColorDefinition>;
|
453
|
+
onMutatedOnBase: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ColorDefinition>;
|
454
|
+
onMutatedContainer: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ColorDefinition>;
|
455
|
+
onMutatedOnContainer: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ColorDefinition>;
|
456
|
+
onMutatedIsContainer: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
457
|
+
onMutatedName: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
458
|
+
onMutatedColorSchemaType: import("@omnia/fx").MessageBusExposeOnlySubscription<"info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
459
|
+
onMutatedId: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").GuidValue>;
|
460
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
461
|
+
actions: {
|
462
|
+
onDispatching<T_3 extends (...args: any) => any>(action: (actions: {
|
463
|
+
setColorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", container?: boolean): void;
|
464
|
+
setCustomColorSchema(colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean): void;
|
465
|
+
setColor(colorDefinition: import("@omnia/fx-models").ColorDefinition, colorType: import("@omnia/fx-models").ColorTypes): void;
|
466
|
+
setThemeStore(themeStoreInstance: {
|
467
|
+
state: {
|
468
|
+
currentTheme: ThemeDefinitionV2;
|
469
|
+
};
|
470
|
+
events: {
|
471
|
+
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<ThemeDefinitionV2>;
|
472
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
473
|
+
actions: {
|
474
|
+
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
475
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
476
|
+
}) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
477
|
+
onDispatched<T_1 extends (...args: any) => any>(action: (actions: {
|
478
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
479
|
+
}) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
480
|
+
onFailure<T_2 extends (...args: any) => any>(action: (actions: {
|
481
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
482
|
+
}) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
483
|
+
} & {
|
484
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
485
|
+
};
|
486
|
+
get: {
|
487
|
+
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): import("@omnia/fx-models").ColorSchema;
|
488
|
+
blueprint(blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes): import("@omnia/fx-models").BlueprintDefinition;
|
489
|
+
typography(typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes): import("@omnia/fx-models").TypographyTypeDefinition;
|
490
|
+
color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
491
|
+
colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
|
492
|
+
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorTypes;
|
493
|
+
complementaryColor(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
494
|
+
complementaryColorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
|
495
|
+
currentTheme(): ThemeDefinitionV2;
|
496
|
+
};
|
497
|
+
}): void;
|
498
|
+
}) => T_3, fn: T_3 extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
499
|
+
onDispatched<T_4 extends (...args: any) => any>(action: (actions: {
|
500
|
+
setColorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", container?: boolean): void;
|
501
|
+
setCustomColorSchema(colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean): void;
|
502
|
+
setColor(colorDefinition: import("@omnia/fx-models").ColorDefinition, colorType: import("@omnia/fx-models").ColorTypes): void;
|
503
|
+
setThemeStore(themeStoreInstance: {
|
504
|
+
state: {
|
505
|
+
currentTheme: ThemeDefinitionV2;
|
506
|
+
};
|
507
|
+
events: {
|
508
|
+
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<ThemeDefinitionV2>;
|
509
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
510
|
+
actions: {
|
511
|
+
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
512
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
513
|
+
}) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
514
|
+
onDispatched<T_1 extends (...args: any) => any>(action: (actions: {
|
515
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
516
|
+
}) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
517
|
+
onFailure<T_2 extends (...args: any) => any>(action: (actions: {
|
518
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
519
|
+
}) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
520
|
+
} & {
|
521
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
522
|
+
};
|
523
|
+
get: {
|
524
|
+
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): import("@omnia/fx-models").ColorSchema;
|
525
|
+
blueprint(blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes): import("@omnia/fx-models").BlueprintDefinition;
|
526
|
+
typography(typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes): import("@omnia/fx-models").TypographyTypeDefinition;
|
527
|
+
color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
528
|
+
colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
|
529
|
+
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorTypes;
|
530
|
+
complementaryColor(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
531
|
+
complementaryColorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
|
532
|
+
currentTheme(): ThemeDefinitionV2;
|
533
|
+
};
|
534
|
+
}): void;
|
535
|
+
}) => T_4, fn: T_4 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
536
|
+
onFailure<T_5 extends (...args: any) => any>(action: (actions: {
|
537
|
+
setColorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", container?: boolean): void;
|
538
|
+
setCustomColorSchema(colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean): void;
|
539
|
+
setColor(colorDefinition: import("@omnia/fx-models").ColorDefinition, colorType: import("@omnia/fx-models").ColorTypes): void;
|
540
|
+
setThemeStore(themeStoreInstance: {
|
541
|
+
state: {
|
542
|
+
currentTheme: ThemeDefinitionV2;
|
543
|
+
};
|
544
|
+
events: {
|
545
|
+
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<ThemeDefinitionV2>;
|
546
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
547
|
+
actions: {
|
548
|
+
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
549
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
550
|
+
}) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
551
|
+
onDispatched<T_1 extends (...args: any) => any>(action: (actions: {
|
552
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
553
|
+
}) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
554
|
+
onFailure<T_2 extends (...args: any) => any>(action: (actions: {
|
555
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
556
|
+
}) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
557
|
+
} & {
|
558
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
559
|
+
};
|
560
|
+
get: {
|
561
|
+
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): import("@omnia/fx-models").ColorSchema;
|
562
|
+
blueprint(blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes): import("@omnia/fx-models").BlueprintDefinition;
|
563
|
+
typography(typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes): import("@omnia/fx-models").TypographyTypeDefinition;
|
564
|
+
color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
565
|
+
colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
|
566
|
+
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorTypes;
|
567
|
+
complementaryColor(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
568
|
+
complementaryColorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
|
569
|
+
currentTheme(): ThemeDefinitionV2;
|
570
|
+
};
|
571
|
+
}): void;
|
572
|
+
}) => T_5, fn: T_5 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
573
|
+
} & {
|
574
|
+
setColorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", container?: boolean): void;
|
575
|
+
setCustomColorSchema(colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean): void;
|
576
|
+
setColor(colorDefinition: import("@omnia/fx-models").ColorDefinition, colorType: import("@omnia/fx-models").ColorTypes): void;
|
577
|
+
setThemeStore(themeStoreInstance: {
|
578
|
+
state: {
|
579
|
+
currentTheme: ThemeDefinitionV2;
|
580
|
+
};
|
581
|
+
events: {
|
582
|
+
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<ThemeDefinitionV2>;
|
583
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
584
|
+
actions: {
|
585
|
+
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
586
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
587
|
+
}) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
588
|
+
onDispatched<T_1 extends (...args: any) => any>(action: (actions: {
|
589
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
590
|
+
}) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
591
|
+
onFailure<T_2 extends (...args: any) => any>(action: (actions: {
|
592
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
593
|
+
}) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
594
|
+
} & {
|
595
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
596
|
+
};
|
597
|
+
get: {
|
598
|
+
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): import("@omnia/fx-models").ColorSchema;
|
599
|
+
blueprint(blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes): import("@omnia/fx-models").BlueprintDefinition;
|
600
|
+
typography(typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes): import("@omnia/fx-models").TypographyTypeDefinition;
|
601
|
+
color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
602
|
+
colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
|
603
|
+
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorTypes;
|
604
|
+
complementaryColor(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
605
|
+
complementaryColorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
|
606
|
+
currentTheme(): ThemeDefinitionV2;
|
607
|
+
};
|
608
|
+
}): void;
|
609
|
+
};
|
610
|
+
get: {
|
611
|
+
readonly colorSchema: import("@omnia/fx-models").ColorSchema;
|
612
|
+
readonly theme: "light" | "dark";
|
613
|
+
readonly base: import("@omnia/fx-models").ColorDefinition;
|
614
|
+
readonly onBase: import("@omnia/fx-models").ColorDefinition;
|
615
|
+
readonly container: import("@omnia/fx-models").ColorDefinition;
|
616
|
+
readonly onContainer: import("@omnia/fx-models").ColorDefinition;
|
617
|
+
dynamic: (isContainer: boolean) => {
|
618
|
+
readonly base: import("@omnia/fx-models").ColorDefinition;
|
619
|
+
readonly onBase: import("@omnia/fx-models").ColorDefinition;
|
620
|
+
readonly container: import("@omnia/fx-models").ColorDefinition;
|
621
|
+
readonly onContainer: import("@omnia/fx-models").ColorDefinition;
|
622
|
+
};
|
623
|
+
};
|
624
|
+
deactivated(): void;
|
625
|
+
}, blueprintStore: {
|
626
|
+
state: {
|
627
|
+
blueprint: import("@omnia/fx-models").BlueprintDefinition;
|
628
|
+
blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes;
|
629
|
+
};
|
630
|
+
events: {
|
631
|
+
onMutatedBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").BlueprintDefinition>;
|
632
|
+
onMutatedBlueprintType: import("@omnia/fx").MessageBusExposeOnlySubscription<"default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes>;
|
633
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
634
|
+
actions: {
|
635
|
+
onDispatching<T_6 extends (...args: any) => any>(action: (actions: {
|
636
|
+
setBlueprint(type: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes): void;
|
637
|
+
setCustomBlueprint(blueprint: import("@omnia/fx-models").BlueprintDefinition): void;
|
638
|
+
setThemeStore(themeStoreInstance: {
|
639
|
+
state: {
|
640
|
+
currentTheme: ThemeDefinitionV2;
|
641
|
+
};
|
642
|
+
events: {
|
643
|
+
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<ThemeDefinitionV2>;
|
644
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
645
|
+
actions: {
|
646
|
+
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
647
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
648
|
+
}) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
649
|
+
onDispatched<T_1 extends (...args: any) => any>(action: (actions: {
|
650
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
651
|
+
}) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
652
|
+
onFailure<T_2 extends (...args: any) => any>(action: (actions: {
|
653
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
654
|
+
}) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
655
|
+
} & {
|
656
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
657
|
+
};
|
658
|
+
get: {
|
659
|
+
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): import("@omnia/fx-models").ColorSchema;
|
660
|
+
blueprint(blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes): import("@omnia/fx-models").BlueprintDefinition;
|
661
|
+
typography(typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes): import("@omnia/fx-models").TypographyTypeDefinition;
|
662
|
+
color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
663
|
+
colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
|
664
|
+
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorTypes;
|
665
|
+
complementaryColor(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
666
|
+
complementaryColorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
|
667
|
+
currentTheme(): ThemeDefinitionV2;
|
668
|
+
};
|
669
|
+
}): void;
|
670
|
+
}) => T_6, fn: T_6 extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
671
|
+
onDispatched<T_7 extends (...args: any) => any>(action: (actions: {
|
672
|
+
setBlueprint(type: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes): void;
|
673
|
+
setCustomBlueprint(blueprint: import("@omnia/fx-models").BlueprintDefinition): void;
|
674
|
+
setThemeStore(themeStoreInstance: {
|
675
|
+
state: {
|
676
|
+
currentTheme: ThemeDefinitionV2;
|
677
|
+
};
|
678
|
+
events: {
|
679
|
+
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<ThemeDefinitionV2>;
|
680
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
681
|
+
actions: {
|
682
|
+
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
683
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
684
|
+
}) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
685
|
+
onDispatched<T_1 extends (...args: any) => any>(action: (actions: {
|
686
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
687
|
+
}) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
688
|
+
onFailure<T_2 extends (...args: any) => any>(action: (actions: {
|
689
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
690
|
+
}) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
691
|
+
} & {
|
692
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
693
|
+
};
|
694
|
+
get: {
|
695
|
+
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): import("@omnia/fx-models").ColorSchema;
|
696
|
+
blueprint(blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes): import("@omnia/fx-models").BlueprintDefinition;
|
697
|
+
typography(typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes): import("@omnia/fx-models").TypographyTypeDefinition;
|
698
|
+
color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
699
|
+
colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
|
700
|
+
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorTypes;
|
701
|
+
complementaryColor(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
702
|
+
complementaryColorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
|
703
|
+
currentTheme(): ThemeDefinitionV2;
|
704
|
+
};
|
705
|
+
}): void;
|
706
|
+
}) => T_7, fn: T_7 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
707
|
+
onFailure<T_8 extends (...args: any) => any>(action: (actions: {
|
708
|
+
setBlueprint(type: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes): void;
|
709
|
+
setCustomBlueprint(blueprint: import("@omnia/fx-models").BlueprintDefinition): void;
|
710
|
+
setThemeStore(themeStoreInstance: {
|
711
|
+
state: {
|
712
|
+
currentTheme: ThemeDefinitionV2;
|
713
|
+
};
|
714
|
+
events: {
|
715
|
+
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<ThemeDefinitionV2>;
|
716
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
717
|
+
actions: {
|
718
|
+
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
719
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
720
|
+
}) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
721
|
+
onDispatched<T_1 extends (...args: any) => any>(action: (actions: {
|
722
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
723
|
+
}) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
724
|
+
onFailure<T_2 extends (...args: any) => any>(action: (actions: {
|
725
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
726
|
+
}) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
727
|
+
} & {
|
728
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
729
|
+
};
|
730
|
+
get: {
|
731
|
+
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): import("@omnia/fx-models").ColorSchema;
|
732
|
+
blueprint(blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes): import("@omnia/fx-models").BlueprintDefinition;
|
733
|
+
typography(typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes): import("@omnia/fx-models").TypographyTypeDefinition;
|
734
|
+
color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
735
|
+
colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
|
736
|
+
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorTypes;
|
737
|
+
complementaryColor(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
738
|
+
complementaryColorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
|
739
|
+
currentTheme(): ThemeDefinitionV2;
|
740
|
+
};
|
741
|
+
}): void;
|
742
|
+
}) => T_8, fn: T_8 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
743
|
+
} & {
|
744
|
+
setBlueprint(type: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes): void;
|
745
|
+
setCustomBlueprint(blueprint: import("@omnia/fx-models").BlueprintDefinition): void;
|
746
|
+
setThemeStore(themeStoreInstance: {
|
747
|
+
state: {
|
748
|
+
currentTheme: ThemeDefinitionV2;
|
749
|
+
};
|
750
|
+
events: {
|
751
|
+
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<ThemeDefinitionV2>;
|
752
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
753
|
+
actions: {
|
754
|
+
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
755
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
756
|
+
}) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
757
|
+
onDispatched<T_1 extends (...args: any) => any>(action: (actions: {
|
758
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
759
|
+
}) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
760
|
+
onFailure<T_2 extends (...args: any) => any>(action: (actions: {
|
761
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
762
|
+
}) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
763
|
+
} & {
|
764
|
+
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
765
|
+
};
|
766
|
+
get: {
|
767
|
+
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): import("@omnia/fx-models").ColorSchema;
|
768
|
+
blueprint(blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes): import("@omnia/fx-models").BlueprintDefinition;
|
769
|
+
typography(typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes): import("@omnia/fx-models").TypographyTypeDefinition;
|
770
|
+
color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
771
|
+
colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
|
772
|
+
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorTypes;
|
773
|
+
complementaryColor(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
774
|
+
complementaryColorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
|
775
|
+
currentTheme(): ThemeDefinitionV2;
|
776
|
+
};
|
777
|
+
}): void;
|
778
|
+
};
|
779
|
+
get: {
|
780
|
+
readonly all: import("@omnia/fx-models").BlueprintDefinition;
|
781
|
+
byType: <TType extends import("@omnia/fx-models").BlueprintItemDefinition>(type: import("@omnia/fx-models").WebBlueprintDefintionType | import("@omnia/fx-models").WebBlueprintDefintionTypes) => TType;
|
782
|
+
readonly typography: import("@omnia/fx-models").TypographyBlueprint;
|
783
|
+
readonly block: import("@omnia/fx-models").BlockBlueprint;
|
784
|
+
spacing: {
|
785
|
+
readonly inner: import("@omnia/fx-models").SpacingBlueprint;
|
786
|
+
readonly layout: import("@omnia/fx-models").SpacingBlueprint;
|
787
|
+
};
|
788
|
+
};
|
789
|
+
deactivated(): void;
|
790
|
+
}) => any;
|
791
|
+
}, never>;
|
440
792
|
$attrs: {
|
441
793
|
[x: string]: unknown;
|
442
794
|
};
|