@omnia/fx 8.0.293-dev → 8.0.296-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/MessageBusSubscriptionsViewer.d.ts +4 -14
- package/internal-do-not-import-from-here/console/components/SocketComponent.d.ts +1 -1
- package/internal-do-not-import-from-here/console/components/StoreLogviewer.d.ts +4 -8
- package/internal-do-not-import-from-here/core/messaging/BuiltInTopics.d.ts +9 -4
- package/internal-do-not-import-from-here/core/messaging/InternalTopics.d.ts +26 -20
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.vendor.manifest.json +1 -1
- package/internal-do-not-import-from-here/spfx/components/OmniaWPContainer.d.ts +6 -38
- package/internal-do-not-import-from-here/spfx/components/OmniaWPContainerSettings.d.ts +6 -29
- package/internal-do-not-import-from-here/stores/Store.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +53 -50
- package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/admin/chrome/AdminChromeWrapper.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +1 -15
- package/internal-do-not-import-from-here/ux/admin/settings/blades/redirect/ComponentRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/redirect/OmniaRedirect.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/redirect/RedirectDetails.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/redirect/loc/localize.d.ts +19 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/redirect/store/OmniaRedirectService.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/redirect/store/OmniaRedirectStore.d.ts +93 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/TenantRegional.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/admin/system/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/SeoManager.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/components/SeoDetail.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/loc/localize.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/services/SeoService.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/store/SeoManagerStore.d.ts +55 -0
- package/internal-do-not-import-from-here/ux/app/Router.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +1 -7
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollupRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/metric/MetricDetailsDialogRenderer.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/metric/MetricRenderer.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/MetricTab.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/app/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +2 -84
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAdmin.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +1 -18
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/AppInstanceEditingJourney.d.ts +1 -15
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditEnterprisePropertiesBlade.d.ts +1 -18
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditProperiesBlade.d.ts +2 -22
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/AppInstanceProgressBlade.d.ts +1 -20
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +1 -11
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceenterprisepropertiesstep/AppInstanceEnterprisePropertiesStep.d.ts +1 -20
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/AppInstanceInformationStep.d.ts +1 -20
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/AppInstanceSummaryStep.d.ts +1 -20
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/AppInstanceUsersStep.d.ts +1 -20
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +1 -87
- package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/AppRouteInput.d.ts +1 -26
- package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/AppTitleInput.d.ts +2 -72
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +1 -25
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +1 -19
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceFeatureVueComponent.d.ts +1 -23
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceInformationVueComponent.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +1 -44
- package/internal-do-not-import-from-here/ux/appprovisioning/renderer/Renderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/actionhandler/ThemeDesignerAction.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/aurora/actionhandler/ThemeSelectorAction.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/ComponentsJourney.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/BlockBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/BlockBladeEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/BlueprintPreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/ButtonBladeEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/ButtonsBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/ContainersBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/ContainersBladeEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/EditBlueprints.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/IconsBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/IconsBladeEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/TabBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/TabBladeEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/SpacingJourney.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/blades/EditSpacingBlueprintBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/blades/EditSpacingDefinitionBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/TypographyJourney.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/blades/EditTypographyBlueprintBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/blades/EditTypographyDefinitionBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/blades/EditTypographyFillBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/components/FontPicker.d.ts +4 -78
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +13 -3
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/colorschemas/ColorSchemasJourney.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/colorschemas/blades/ColorSchemaDefinitionBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/TemplatesJourney.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/blades/ButtonTemplateEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/blades/ButtonTemplates.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/blades/ChromeTemplateEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/blades/ChromeTemplates.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/blades/TabTemplateEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/blades/TabTemplates.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/PreviewJourney.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/blades/EditThemeBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/blades/ViewThemeBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +1 -17
- package/internal-do-not-import-from-here/ux/aurora/components/blueprinttemplatespicker/BlueprintsTemplatePicker.d.ts +3 -75
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +2 -29
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeEditor.d.ts +4 -88
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +3 -85
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeViewer.d.ts +1 -23
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +5 -122
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +3 -82
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaEditor.d.ts +4 -82
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +5 -122
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +3 -101
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +86 -181
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +2 -26
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingEditor.d.ts +2 -71
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingViewer.d.ts +2 -71
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +1 -39
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +4 -88
- package/internal-do-not-import-from-here/ux/aurora/designkits/documentation/themes/BlueprintsTypography.d.ts +13 -1
- package/internal-do-not-import-from-here/ux/aurora/designkits/editor/themes/BlueprintsTypography.d.ts +12 -1
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/TypographyBlueprints.d.ts +46 -1
- package/internal-do-not-import-from-here/ux/aurora/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/store/FontStore.d.ts +16 -13
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +979 -38
- package/internal-do-not-import-from-here/ux/aurora/store/TemplateRegistrationStore.d.ts +6 -8
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +133 -85
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStoreV2.d.ts +13 -8
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +979 -38
- package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +5 -14
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +1 -18
- package/internal-do-not-import-from-here/ux/aurora/themingV3/index.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/themingV3/model/ThemingBoot.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/aurora/themingV3/model/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/themingV3/service/ThemingService.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/aurora/themingV3/service/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/themingV3/store/ThemingStore.d.ts +67 -0
- package/internal-do-not-import-from-here/ux/aurora/themingV3/store/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/authsetup/steps/EmailVerify.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/authsetup/steps/OTP.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/authsetup/steps/Password.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/chrome/ChromeRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/commandpalette/CommandPalette.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +1 -53
- package/internal-do-not-import-from-here/ux/datetimefilterquery/DateTimeFilterQuery.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +34 -554
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +3 -53
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +5 -29
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +4 -28
- package/internal-do-not-import-from-here/ux/directives/motion/Motion.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/docs/chrome/DocsChrome.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +1 -14
- package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +1 -38
- package/internal-do-not-import-from-here/ux/documenticon/IDocumentIcon.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/draggable/DraggableComponent.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/ActionToolbar.d.ts +1 -28
- package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/DisplaySettingsToolbar.d.ts +1 -21
- package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +1 -25
- package/internal-do-not-import-from-here/ux/editorchrome/panel_tabs/TabsPanel.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +1 -14
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +3 -25
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +2 -21
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +1 -33
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +4 -80
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +9 -137
- package/internal-do-not-import-from-here/ux/features/FeaturesJourneyTenant.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filepickerprovider/mycomputerprovider/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +1 -31
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +1 -14
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/boolean/BooleanPropertyRenderer.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DatePropertyRenderer.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DateTimePeriodSlider.d.ts +2 -76
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/dialog/DialogContent.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/number/NumberPropertyRenderer.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +2 -44
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChips.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyItemRenderer.d.ts +1 -22
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyList.d.ts +1 -9
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyRenderer.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/tags/TagsPropertyChips.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/tags/TagsPropertyRenderer.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRefinementList.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRefinementSelection.d.ts +1 -22
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRenderer.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/boolean/SelectionsAreaBooleanRenderer.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/date/SelectionsAreaDateRenderer.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/number/SelectionsAreaNumberRenderer.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/person/SelectionsAreaPersonRenderer.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/tags/SelectionsAreaTagsRenderer.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/text/SelectionsAreaTextRenderer.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput.d.ts +2 -11
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +2 -12
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertyDefaultValueInput.d.ts +2 -11
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +2 -12
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput.d.ts +2 -11
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +2 -12
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +2 -12
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +2 -12
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertyDefaultValueInput.d.ts +2 -11
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettings.d.ts +2 -12
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertyDefaultValueInput.d.ts +2 -11
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +2 -12
- package/internal-do-not-import-from-here/ux/flow/editor/FlowEditorToolbar.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/flow/renderer/stores/FlowRendererStore.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +1 -44
- package/internal-do-not-import-from-here/ux/grecaptcha/GRecaptcha.d.ts +1 -11
- package/internal-do-not-import-from-here/ux/helptext/HelpText.d.ts +5 -50
- package/internal-do-not-import-from-here/ux/html/HtmlRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/chat/HubChat.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/HubFeed.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/hub/feed/HubFeedChrome.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/HubFeedSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/PageHeader.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/components/ActorItem.d.ts +2 -17
- package/internal-do-not-import-from-here/ux/hub/feed/components/ActorsList.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/hub/feed/components/CategoryItem.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/hub/feed/components/FeedItem.d.ts +1 -10
- package/internal-do-not-import-from-here/ux/hub/feed/components/FindMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/components/Header.d.ts +1 -15
- package/internal-do-not-import-from-here/ux/hub/feed/components/MeMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/components/MenuItem.d.ts +1 -18
- package/internal-do-not-import-from-here/ux/hub/feed/components/Social.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/hub/feed/components/StoryComponent.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/FeedTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/FindTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/MeTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyContentTable.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyProfile.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MySubscriptions.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +4 -86
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +7 -99
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +3 -91
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +46 -740
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +64 -544
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +4 -119
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +2 -95
- package/internal-do-not-import-from-here/ux/journey/Journey.d.ts +1 -11
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +4 -105
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +1 -32
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts +1 -14
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/DeveloperTools.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/DevicePreviewer.d.ts +1 -10
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +2 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutStructure.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +1 -14
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.d.ts +1 -20
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Spacing.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Style.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Targeting.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +1 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +1 -20
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/canvas/Spacing.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/ImageBackgroundSettings.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts +1 -82
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling.d.ts +1 -82
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +1 -82
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/lock/Lock.d.ts +1 -82
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +1 -82
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +1 -82
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +1 -82
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +1 -82
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/AccordionListingSettingsPanel.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/ColumnListingSettingsPanel.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +1 -17
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/StepListingSettingsPanel.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/TabListingSettingsPanel.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +2 -28
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/layoutactionhandler/LayoutAction.stylex.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/layoutblock/LayoutBlock.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/layoutblock/LayoutBlockSettings.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +3 -37
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +1 -20
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +1 -19
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +2 -30
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +4 -24
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +2 -18
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionSliderRenderer.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionStepperRenderer.d.ts +1 -14
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +1 -20
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/limited-label/LimitedLabel.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/links/LinkPicker.d.ts +2 -4
- package/internal-do-not-import-from-here/ux/magiclink/MagicLinkFailure.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/magiclink/MagicLinkLogin.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +15 -124
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +9 -26
- package/internal-do-not-import-from-here/ux/markdown/plugins/CodeComponent.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/NumberOfRemaining.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollageWrapper.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoMask.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/ViewMore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/view/MediaDisplayRenderer.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +7 -118
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/components/MediaGallerySelector.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/mediapickerV2/docs/MediaProviderExample.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.d.ts +1 -14
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/cropper/ImageCropMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/cropper/ImageCropper.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditor.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +1 -22
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/filters/ImageFilters.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/flipper/ImageFlipper.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/settings/ImageSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/ImageTransformer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +1 -46
- package/internal-do-not-import-from-here/ux/mediapickerproviders/Vimeo/VimeoProvider.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/mediapickerproviders/Youtube/YouTubeProvider.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/BingProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mycomputerprovider/MyComputerProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/PexelProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/UnsplashProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/MotionDirective.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/models/SeoInfo.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/models/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/linkpicker/LinkPickerRegistration.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +5 -107
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +1 -11
- package/internal-do-not-import-from-here/ux/oxide/btn/docs/Presets.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.stylex.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/SampleDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/icon/docs/SystemIcons.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/link/link.stylex.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/motion/Motion.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/motion/MotionContext.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +4 -48
- package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +3 -51
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +2 -50
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +3 -70
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +10 -1
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/block/SlidePanelBlock.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/stickycontainer/StickyContainer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +5 -95
- package/internal-do-not-import-from-here/ux/pickerwrapper/PickerWrapper.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/presetupwizard/PreSetupWizard.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/block/PropertyBlock.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/block/PropertyBlockSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +2 -69
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayConfiguration.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +2 -14
- package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +2 -10
- package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileEditor.d.ts +2 -9
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +2 -14
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeConfiguration.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +2 -14
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +2 -10
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +2 -11
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +2 -10
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +2 -15
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +2 -10
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +2 -9
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +2 -10
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +2 -10
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +2 -10
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +2 -9
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +2 -10
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +2 -9
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +2 -9
- package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +2 -11
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +2 -10
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +2 -14
- package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +2 -10
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +2 -10
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +1 -13
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +2 -100
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +1 -49
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +2 -80
- package/internal-do-not-import-from-here/ux/richtexteditor/EditorMenuBar.d.ts +1 -14
- package/internal-do-not-import-from-here/ux/richtexteditor/Emoticon/EmoticonComponent.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/MentionComponent/MentionComponent.d.ts +1 -19
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -74
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +2 -73
- package/internal-do-not-import-from-here/ux/richtexteditor/TextCompletionPanel/TextCompletionPanel.d.ts +1 -13
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/Alignment.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/AlignmentToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLink.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLinkMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGifMenu.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGifToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/Blockquote.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/BlockquoteToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletListToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/Code.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/CodeToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlock.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlockToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EmoticonPicker/EmoticonPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EmoticonPicker/EmoticonPickerToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/History.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/HistoryToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HorizontalRule/HorizontalRule.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HorizontalRule/HorizontalRuleToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/Html.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/HtmlToolbar.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/ItalicToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePicker.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePickerToolbar.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNodeView.d.ts +1 -22
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/Mention.d.ts +6 -73
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionToolbar.d.ts +6 -72
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedListToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormatting.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormattingMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/Strike.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/StrikeToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/Table.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/TableSubToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/TableToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColorToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionMenu.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextTranslator/TextTranslator.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextTranslator/TextTranslatorToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/UnderlineToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +1 -20
- package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +1 -35
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +3 -46
- package/internal-do-not-import-from-here/ux/signin/AuthenticationBlock.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/signin/AuthenticationPage.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/ConfirmEmailView.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/MagicLinkProvider.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/OtpProvider.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/PostProcessingProvider.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/signout/Logout.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +2 -77
- package/internal-do-not-import-from-here/ux/social/CommentDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/Like.d.ts +1 -48
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +2 -26
- package/internal-do-not-import-from-here/ux/social/Reactions.d.ts +10 -40
- package/internal-do-not-import-from-here/ux/social/likehandler/LikeActionSettings.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +1 -38
- package/internal-do-not-import-from-here/ux/social/templates/LikeListingTemplate.d.ts +1 -15
- package/internal-do-not-import-from-here/ux/statuscoderenderer/StatusCodeRenderer.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/statusmessageoverlay/LayoutEngineTest.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +1 -14
- package/internal-do-not-import-from-here/ux/texttranslator/TextTranslator.d.ts +1 -18
- package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +2 -83
- package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +2 -90
- package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +2 -82
- package/internal-do-not-import-from-here/ux/validation/FieldValidation.d.ts +1 -9
- package/internal-do-not-import-from-here/ux/velcron/VelcronStylesProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlock.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlockSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlock.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +7 -126
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +2 -95
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +2 -85
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +47 -19
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronTypes.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronActions.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronDataBinder.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +7 -6
- package/internal-do-not-import-from-here/ux/velcron/core/parser/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditorAction.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddDataObject.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/CodeEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/ConditionalStatements.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/EventsPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/StylingPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-data/EditDataMemberPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-editors/EditEditorsPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +2 -37
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/App.d.ts +1 -16
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Button.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Card.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Checkbox.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Chip.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Custom.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Dialog.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Editor.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Flex.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/FlexColumn.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/FlexRow.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Flow.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Grid.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Icon.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Image.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Link.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Lottie.d.ts +0 -32
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Motion.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ProgressCircle.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Property.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Radio.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Reference.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Rive.d.ts +0 -32
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/SlidePanel.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Slot.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Text.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/TextInput.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Video.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/WebView.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/AlignmentEditor.d.ts +2 -74
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BackgroundEditor.d.ts +2 -74
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +2 -82
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorEditor.d.ts +2 -71
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +2 -76
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/FlowEditor.d.ts +2 -77
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/GridEditor.d.ts +2 -69
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/IconEditor.d.ts +2 -77
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ImageEditor.d.ts +2 -77
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/NumberEditor.d.ts +2 -80
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +2 -85
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SelectEditor.d.ts +2 -77
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SliderEditor.d.ts +2 -78
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +2 -77
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SwitchEditor.d.ts +2 -77
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TextEditor.d.ts +2 -80
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TypographyEditor.d.ts +2 -77
- package/internal-do-not-import-from-here/ux/velcron/stores/VelcronDefinitionStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/LayoutAliasBlade.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/versionedlayout/controller/Chrome.d.ts +1 -17
- package/internal-do-not-import-from-here/ux/versionedlayout/controller/VersionedLayoutController.d.ts +1 -23
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRenderer.d.ts +1 -29
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRendererSizeMonitor.d.ts +1 -11
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutCreationForm.d.ts +1 -11
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutMappingAction.d.ts +1 -17
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutRenameForm.d.ts +1 -14
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/displaybreakpoint/DisplayBreakpointAction.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/versionedlayout/layoutbackgroundimage/LayoutBackgroundImage.d.ts +1 -14
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/InternalVersionedLayoutRenderer.d.ts +1 -29
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +1 -38
- package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +1 -39
- package/internal-do-not-import-from-here/wctypings.d.ts +60 -0
- package/package.json +3 -3
- package/internal-do-not-import-from-here/spfx/components/IOmniaWPContainerSettings.d.ts +0 -18
@@ -1,4 +1,4 @@
|
|
1
|
-
import { ThemeContextType } from "@omnia/fx-models";
|
1
|
+
import { ResolvedThemeDefinition, ThemeContextType } from "@omnia/fx-models";
|
2
2
|
import { useThemeStoreV2 } from "./ThemeStoreV2";
|
3
3
|
export declare const useThemeContextStore: () => {
|
4
4
|
actions: {
|
@@ -23,31 +23,35 @@ export declare const useThemeContextStore: () => {
|
|
23
23
|
state: {
|
24
24
|
defaultTheme: {
|
25
25
|
state: {
|
26
|
-
currentTheme:
|
26
|
+
currentTheme: ResolvedThemeDefinition;
|
27
27
|
};
|
28
28
|
events: {
|
29
|
-
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<
|
29
|
+
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<ResolvedThemeDefinition>;
|
30
30
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
31
31
|
actions: {
|
32
32
|
onDispatching: {
|
33
33
|
setTheme: {
|
34
|
-
subscribe(fn: (themeDefinition:
|
34
|
+
subscribe(fn: (themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
35
35
|
};
|
36
36
|
};
|
37
37
|
onDispatched: {
|
38
38
|
setTheme: {
|
39
|
-
subscribe(fn: (result: void, themeDefinition:
|
39
|
+
subscribe(fn: (result: void, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
40
40
|
};
|
41
41
|
};
|
42
42
|
onFailure: {
|
43
43
|
setTheme: {
|
44
|
-
subscribe(fn: (failureReason: any, themeDefinition:
|
44
|
+
subscribe(fn: (failureReason: any, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
45
45
|
};
|
46
46
|
};
|
47
47
|
} & {
|
48
|
-
setTheme(themeDefinition:
|
48
|
+
setTheme(themeDefinition: ResolvedThemeDefinition): void;
|
49
49
|
};
|
50
50
|
get: {
|
51
|
+
getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
|
52
|
+
value: import("./ColorSchemaStore").ColorSchemaStoreType;
|
53
|
+
setValue(value: import("./ColorSchemaStore").ColorSchemaStoreType): void;
|
54
|
+
};
|
51
55
|
componentBlueprintStore(): {
|
52
56
|
state: {
|
53
57
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
@@ -119,38 +123,42 @@ export declare const useThemeContextStore: () => {
|
|
119
123
|
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorTypes;
|
120
124
|
complementaryColor(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
121
125
|
complementaryColorDefinition(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorDefinition;
|
122
|
-
currentTheme():
|
126
|
+
currentTheme(): ResolvedThemeDefinition;
|
123
127
|
};
|
124
128
|
} & {
|
125
129
|
dispose?: () => void;
|
126
130
|
};
|
127
131
|
adminTheme: {
|
128
132
|
state: {
|
129
|
-
currentTheme:
|
133
|
+
currentTheme: ResolvedThemeDefinition;
|
130
134
|
};
|
131
135
|
events: {
|
132
|
-
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<
|
136
|
+
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<ResolvedThemeDefinition>;
|
133
137
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
134
138
|
actions: {
|
135
139
|
onDispatching: {
|
136
140
|
setTheme: {
|
137
|
-
subscribe(fn: (themeDefinition:
|
141
|
+
subscribe(fn: (themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
138
142
|
};
|
139
143
|
};
|
140
144
|
onDispatched: {
|
141
145
|
setTheme: {
|
142
|
-
subscribe(fn: (result: void, themeDefinition:
|
146
|
+
subscribe(fn: (result: void, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
143
147
|
};
|
144
148
|
};
|
145
149
|
onFailure: {
|
146
150
|
setTheme: {
|
147
|
-
subscribe(fn: (failureReason: any, themeDefinition:
|
151
|
+
subscribe(fn: (failureReason: any, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
148
152
|
};
|
149
153
|
};
|
150
154
|
} & {
|
151
|
-
setTheme(themeDefinition:
|
155
|
+
setTheme(themeDefinition: ResolvedThemeDefinition): void;
|
152
156
|
};
|
153
157
|
get: {
|
158
|
+
getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
|
159
|
+
value: import("./ColorSchemaStore").ColorSchemaStoreType;
|
160
|
+
setValue(value: import("./ColorSchemaStore").ColorSchemaStoreType): void;
|
161
|
+
};
|
154
162
|
componentBlueprintStore(): {
|
155
163
|
state: {
|
156
164
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
@@ -222,38 +230,42 @@ export declare const useThemeContextStore: () => {
|
|
222
230
|
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorTypes;
|
223
231
|
complementaryColor(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
224
232
|
complementaryColorDefinition(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorDefinition;
|
225
|
-
currentTheme():
|
233
|
+
currentTheme(): ResolvedThemeDefinition;
|
226
234
|
};
|
227
235
|
} & {
|
228
236
|
dispose?: () => void;
|
229
237
|
};
|
230
238
|
previewTheme: {
|
231
239
|
state: {
|
232
|
-
currentTheme:
|
240
|
+
currentTheme: ResolvedThemeDefinition;
|
233
241
|
};
|
234
242
|
events: {
|
235
|
-
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<
|
243
|
+
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<ResolvedThemeDefinition>;
|
236
244
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
237
245
|
actions: {
|
238
246
|
onDispatching: {
|
239
247
|
setTheme: {
|
240
|
-
subscribe(fn: (themeDefinition:
|
248
|
+
subscribe(fn: (themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
241
249
|
};
|
242
250
|
};
|
243
251
|
onDispatched: {
|
244
252
|
setTheme: {
|
245
|
-
subscribe(fn: (result: void, themeDefinition:
|
253
|
+
subscribe(fn: (result: void, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
246
254
|
};
|
247
255
|
};
|
248
256
|
onFailure: {
|
249
257
|
setTheme: {
|
250
|
-
subscribe(fn: (failureReason: any, themeDefinition:
|
258
|
+
subscribe(fn: (failureReason: any, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
251
259
|
};
|
252
260
|
};
|
253
261
|
} & {
|
254
|
-
setTheme(themeDefinition:
|
262
|
+
setTheme(themeDefinition: ResolvedThemeDefinition): void;
|
255
263
|
};
|
256
264
|
get: {
|
265
|
+
getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
|
266
|
+
value: import("./ColorSchemaStore").ColorSchemaStoreType;
|
267
|
+
setValue(value: import("./ColorSchemaStore").ColorSchemaStoreType): void;
|
268
|
+
};
|
257
269
|
componentBlueprintStore(): {
|
258
270
|
state: {
|
259
271
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
@@ -325,38 +337,42 @@ export declare const useThemeContextStore: () => {
|
|
325
337
|
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorTypes;
|
326
338
|
complementaryColor(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
327
339
|
complementaryColorDefinition(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorDefinition;
|
328
|
-
currentTheme():
|
340
|
+
currentTheme(): ResolvedThemeDefinition;
|
329
341
|
};
|
330
342
|
} & {
|
331
343
|
dispose?: () => void;
|
332
344
|
};
|
333
345
|
designerTheme: {
|
334
346
|
state: {
|
335
|
-
currentTheme:
|
347
|
+
currentTheme: ResolvedThemeDefinition;
|
336
348
|
};
|
337
349
|
events: {
|
338
|
-
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<
|
350
|
+
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<ResolvedThemeDefinition>;
|
339
351
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
340
352
|
actions: {
|
341
353
|
onDispatching: {
|
342
354
|
setTheme: {
|
343
|
-
subscribe(fn: (themeDefinition:
|
355
|
+
subscribe(fn: (themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
344
356
|
};
|
345
357
|
};
|
346
358
|
onDispatched: {
|
347
359
|
setTheme: {
|
348
|
-
subscribe(fn: (result: void, themeDefinition:
|
360
|
+
subscribe(fn: (result: void, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
349
361
|
};
|
350
362
|
};
|
351
363
|
onFailure: {
|
352
364
|
setTheme: {
|
353
|
-
subscribe(fn: (failureReason: any, themeDefinition:
|
365
|
+
subscribe(fn: (failureReason: any, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
354
366
|
};
|
355
367
|
};
|
356
368
|
} & {
|
357
|
-
setTheme(themeDefinition:
|
369
|
+
setTheme(themeDefinition: ResolvedThemeDefinition): void;
|
358
370
|
};
|
359
371
|
get: {
|
372
|
+
getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
|
373
|
+
value: import("./ColorSchemaStore").ColorSchemaStoreType;
|
374
|
+
setValue(value: import("./ColorSchemaStore").ColorSchemaStoreType): void;
|
375
|
+
};
|
360
376
|
componentBlueprintStore(): {
|
361
377
|
state: {
|
362
378
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
@@ -428,7 +444,7 @@ export declare const useThemeContextStore: () => {
|
|
428
444
|
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorTypes;
|
429
445
|
complementaryColor(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
430
446
|
complementaryColorDefinition(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorDefinition;
|
431
|
-
currentTheme():
|
447
|
+
currentTheme(): ResolvedThemeDefinition;
|
432
448
|
};
|
433
449
|
} & {
|
434
450
|
dispose?: () => void;
|
@@ -437,31 +453,35 @@ export declare const useThemeContextStore: () => {
|
|
437
453
|
events: {
|
438
454
|
onMutatedDefaultTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
439
455
|
state: {
|
440
|
-
currentTheme:
|
456
|
+
currentTheme: ResolvedThemeDefinition;
|
441
457
|
};
|
442
458
|
events: {
|
443
|
-
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<
|
459
|
+
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<ResolvedThemeDefinition>;
|
444
460
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
445
461
|
actions: {
|
446
462
|
onDispatching: {
|
447
463
|
setTheme: {
|
448
|
-
subscribe(fn: (themeDefinition:
|
464
|
+
subscribe(fn: (themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
449
465
|
};
|
450
466
|
};
|
451
467
|
onDispatched: {
|
452
468
|
setTheme: {
|
453
|
-
subscribe(fn: (result: void, themeDefinition:
|
469
|
+
subscribe(fn: (result: void, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
454
470
|
};
|
455
471
|
};
|
456
472
|
onFailure: {
|
457
473
|
setTheme: {
|
458
|
-
subscribe(fn: (failureReason: any, themeDefinition:
|
474
|
+
subscribe(fn: (failureReason: any, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
459
475
|
};
|
460
476
|
};
|
461
477
|
} & {
|
462
|
-
setTheme(themeDefinition:
|
478
|
+
setTheme(themeDefinition: ResolvedThemeDefinition): void;
|
463
479
|
};
|
464
480
|
get: {
|
481
|
+
getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
|
482
|
+
value: import("./ColorSchemaStore").ColorSchemaStoreType;
|
483
|
+
setValue(value: import("./ColorSchemaStore").ColorSchemaStoreType): void;
|
484
|
+
};
|
465
485
|
componentBlueprintStore(): {
|
466
486
|
state: {
|
467
487
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
@@ -533,38 +553,42 @@ export declare const useThemeContextStore: () => {
|
|
533
553
|
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorTypes;
|
534
554
|
complementaryColor(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
535
555
|
complementaryColorDefinition(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorDefinition;
|
536
|
-
currentTheme():
|
556
|
+
currentTheme(): ResolvedThemeDefinition;
|
537
557
|
};
|
538
558
|
} & {
|
539
559
|
dispose?: () => void;
|
540
560
|
}>;
|
541
561
|
onMutatedAdminTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
542
562
|
state: {
|
543
|
-
currentTheme:
|
563
|
+
currentTheme: ResolvedThemeDefinition;
|
544
564
|
};
|
545
565
|
events: {
|
546
|
-
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<
|
566
|
+
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<ResolvedThemeDefinition>;
|
547
567
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
548
568
|
actions: {
|
549
569
|
onDispatching: {
|
550
570
|
setTheme: {
|
551
|
-
subscribe(fn: (themeDefinition:
|
571
|
+
subscribe(fn: (themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
552
572
|
};
|
553
573
|
};
|
554
574
|
onDispatched: {
|
555
575
|
setTheme: {
|
556
|
-
subscribe(fn: (result: void, themeDefinition:
|
576
|
+
subscribe(fn: (result: void, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
557
577
|
};
|
558
578
|
};
|
559
579
|
onFailure: {
|
560
580
|
setTheme: {
|
561
|
-
subscribe(fn: (failureReason: any, themeDefinition:
|
581
|
+
subscribe(fn: (failureReason: any, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
562
582
|
};
|
563
583
|
};
|
564
584
|
} & {
|
565
|
-
setTheme(themeDefinition:
|
585
|
+
setTheme(themeDefinition: ResolvedThemeDefinition): void;
|
566
586
|
};
|
567
587
|
get: {
|
588
|
+
getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
|
589
|
+
value: import("./ColorSchemaStore").ColorSchemaStoreType;
|
590
|
+
setValue(value: import("./ColorSchemaStore").ColorSchemaStoreType): void;
|
591
|
+
};
|
568
592
|
componentBlueprintStore(): {
|
569
593
|
state: {
|
570
594
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
@@ -636,38 +660,42 @@ export declare const useThemeContextStore: () => {
|
|
636
660
|
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorTypes;
|
637
661
|
complementaryColor(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
638
662
|
complementaryColorDefinition(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorDefinition;
|
639
|
-
currentTheme():
|
663
|
+
currentTheme(): ResolvedThemeDefinition;
|
640
664
|
};
|
641
665
|
} & {
|
642
666
|
dispose?: () => void;
|
643
667
|
}>;
|
644
668
|
onMutatedPreviewTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
645
669
|
state: {
|
646
|
-
currentTheme:
|
670
|
+
currentTheme: ResolvedThemeDefinition;
|
647
671
|
};
|
648
672
|
events: {
|
649
|
-
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<
|
673
|
+
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<ResolvedThemeDefinition>;
|
650
674
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
651
675
|
actions: {
|
652
676
|
onDispatching: {
|
653
677
|
setTheme: {
|
654
|
-
subscribe(fn: (themeDefinition:
|
678
|
+
subscribe(fn: (themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
655
679
|
};
|
656
680
|
};
|
657
681
|
onDispatched: {
|
658
682
|
setTheme: {
|
659
|
-
subscribe(fn: (result: void, themeDefinition:
|
683
|
+
subscribe(fn: (result: void, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
660
684
|
};
|
661
685
|
};
|
662
686
|
onFailure: {
|
663
687
|
setTheme: {
|
664
|
-
subscribe(fn: (failureReason: any, themeDefinition:
|
688
|
+
subscribe(fn: (failureReason: any, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
665
689
|
};
|
666
690
|
};
|
667
691
|
} & {
|
668
|
-
setTheme(themeDefinition:
|
692
|
+
setTheme(themeDefinition: ResolvedThemeDefinition): void;
|
669
693
|
};
|
670
694
|
get: {
|
695
|
+
getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
|
696
|
+
value: import("./ColorSchemaStore").ColorSchemaStoreType;
|
697
|
+
setValue(value: import("./ColorSchemaStore").ColorSchemaStoreType): void;
|
698
|
+
};
|
671
699
|
componentBlueprintStore(): {
|
672
700
|
state: {
|
673
701
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
@@ -739,38 +767,42 @@ export declare const useThemeContextStore: () => {
|
|
739
767
|
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorTypes;
|
740
768
|
complementaryColor(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
741
769
|
complementaryColorDefinition(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorDefinition;
|
742
|
-
currentTheme():
|
770
|
+
currentTheme(): ResolvedThemeDefinition;
|
743
771
|
};
|
744
772
|
} & {
|
745
773
|
dispose?: () => void;
|
746
774
|
}>;
|
747
775
|
onMutatedDesignerTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
748
776
|
state: {
|
749
|
-
currentTheme:
|
777
|
+
currentTheme: ResolvedThemeDefinition;
|
750
778
|
};
|
751
779
|
events: {
|
752
|
-
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<
|
780
|
+
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<ResolvedThemeDefinition>;
|
753
781
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
754
782
|
actions: {
|
755
783
|
onDispatching: {
|
756
784
|
setTheme: {
|
757
|
-
subscribe(fn: (themeDefinition:
|
785
|
+
subscribe(fn: (themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
758
786
|
};
|
759
787
|
};
|
760
788
|
onDispatched: {
|
761
789
|
setTheme: {
|
762
|
-
subscribe(fn: (result: void, themeDefinition:
|
790
|
+
subscribe(fn: (result: void, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
763
791
|
};
|
764
792
|
};
|
765
793
|
onFailure: {
|
766
794
|
setTheme: {
|
767
|
-
subscribe(fn: (failureReason: any, themeDefinition:
|
795
|
+
subscribe(fn: (failureReason: any, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
768
796
|
};
|
769
797
|
};
|
770
798
|
} & {
|
771
|
-
setTheme(themeDefinition:
|
799
|
+
setTheme(themeDefinition: ResolvedThemeDefinition): void;
|
772
800
|
};
|
773
801
|
get: {
|
802
|
+
getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
|
803
|
+
value: import("./ColorSchemaStore").ColorSchemaStoreType;
|
804
|
+
setValue(value: import("./ColorSchemaStore").ColorSchemaStoreType): void;
|
805
|
+
};
|
774
806
|
componentBlueprintStore(): {
|
775
807
|
state: {
|
776
808
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
@@ -842,7 +874,7 @@ export declare const useThemeContextStore: () => {
|
|
842
874
|
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorTypes;
|
843
875
|
complementaryColor(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
844
876
|
complementaryColorDefinition(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorDefinition;
|
845
|
-
currentTheme():
|
877
|
+
currentTheme(): ResolvedThemeDefinition;
|
846
878
|
};
|
847
879
|
} & {
|
848
880
|
dispose?: () => void;
|
@@ -851,31 +883,35 @@ export declare const useThemeContextStore: () => {
|
|
851
883
|
get: {
|
852
884
|
readonly defaultTheme: {
|
853
885
|
state: {
|
854
|
-
currentTheme:
|
886
|
+
currentTheme: ResolvedThemeDefinition;
|
855
887
|
};
|
856
888
|
events: {
|
857
|
-
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<
|
889
|
+
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<ResolvedThemeDefinition>;
|
858
890
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
859
891
|
actions: {
|
860
892
|
onDispatching: {
|
861
893
|
setTheme: {
|
862
|
-
subscribe(fn: (themeDefinition:
|
894
|
+
subscribe(fn: (themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
863
895
|
};
|
864
896
|
};
|
865
897
|
onDispatched: {
|
866
898
|
setTheme: {
|
867
|
-
subscribe(fn: (result: void, themeDefinition:
|
899
|
+
subscribe(fn: (result: void, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
868
900
|
};
|
869
901
|
};
|
870
902
|
onFailure: {
|
871
903
|
setTheme: {
|
872
|
-
subscribe(fn: (failureReason: any, themeDefinition:
|
904
|
+
subscribe(fn: (failureReason: any, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
873
905
|
};
|
874
906
|
};
|
875
907
|
} & {
|
876
|
-
setTheme(themeDefinition:
|
908
|
+
setTheme(themeDefinition: ResolvedThemeDefinition): void;
|
877
909
|
};
|
878
910
|
get: {
|
911
|
+
getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
|
912
|
+
value: import("./ColorSchemaStore").ColorSchemaStoreType;
|
913
|
+
setValue(value: import("./ColorSchemaStore").ColorSchemaStoreType): void;
|
914
|
+
};
|
879
915
|
componentBlueprintStore(): {
|
880
916
|
state: {
|
881
917
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
@@ -947,38 +983,42 @@ export declare const useThemeContextStore: () => {
|
|
947
983
|
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorTypes;
|
948
984
|
complementaryColor(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
949
985
|
complementaryColorDefinition(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorDefinition;
|
950
|
-
currentTheme():
|
986
|
+
currentTheme(): ResolvedThemeDefinition;
|
951
987
|
};
|
952
988
|
} & {
|
953
989
|
dispose?: () => void;
|
954
990
|
};
|
955
991
|
readonly adminTheme: {
|
956
992
|
state: {
|
957
|
-
currentTheme:
|
993
|
+
currentTheme: ResolvedThemeDefinition;
|
958
994
|
};
|
959
995
|
events: {
|
960
|
-
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<
|
996
|
+
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<ResolvedThemeDefinition>;
|
961
997
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
962
998
|
actions: {
|
963
999
|
onDispatching: {
|
964
1000
|
setTheme: {
|
965
|
-
subscribe(fn: (themeDefinition:
|
1001
|
+
subscribe(fn: (themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
966
1002
|
};
|
967
1003
|
};
|
968
1004
|
onDispatched: {
|
969
1005
|
setTheme: {
|
970
|
-
subscribe(fn: (result: void, themeDefinition:
|
1006
|
+
subscribe(fn: (result: void, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
971
1007
|
};
|
972
1008
|
};
|
973
1009
|
onFailure: {
|
974
1010
|
setTheme: {
|
975
|
-
subscribe(fn: (failureReason: any, themeDefinition:
|
1011
|
+
subscribe(fn: (failureReason: any, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
976
1012
|
};
|
977
1013
|
};
|
978
1014
|
} & {
|
979
|
-
setTheme(themeDefinition:
|
1015
|
+
setTheme(themeDefinition: ResolvedThemeDefinition): void;
|
980
1016
|
};
|
981
1017
|
get: {
|
1018
|
+
getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
|
1019
|
+
value: import("./ColorSchemaStore").ColorSchemaStoreType;
|
1020
|
+
setValue(value: import("./ColorSchemaStore").ColorSchemaStoreType): void;
|
1021
|
+
};
|
982
1022
|
componentBlueprintStore(): {
|
983
1023
|
state: {
|
984
1024
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
@@ -1050,38 +1090,42 @@ export declare const useThemeContextStore: () => {
|
|
1050
1090
|
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorTypes;
|
1051
1091
|
complementaryColor(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
1052
1092
|
complementaryColorDefinition(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorDefinition;
|
1053
|
-
currentTheme():
|
1093
|
+
currentTheme(): ResolvedThemeDefinition;
|
1054
1094
|
};
|
1055
1095
|
} & {
|
1056
1096
|
dispose?: () => void;
|
1057
1097
|
};
|
1058
1098
|
readonly previewTheme: {
|
1059
1099
|
state: {
|
1060
|
-
currentTheme:
|
1100
|
+
currentTheme: ResolvedThemeDefinition;
|
1061
1101
|
};
|
1062
1102
|
events: {
|
1063
|
-
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<
|
1103
|
+
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<ResolvedThemeDefinition>;
|
1064
1104
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
1065
1105
|
actions: {
|
1066
1106
|
onDispatching: {
|
1067
1107
|
setTheme: {
|
1068
|
-
subscribe(fn: (themeDefinition:
|
1108
|
+
subscribe(fn: (themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1069
1109
|
};
|
1070
1110
|
};
|
1071
1111
|
onDispatched: {
|
1072
1112
|
setTheme: {
|
1073
|
-
subscribe(fn: (result: void, themeDefinition:
|
1113
|
+
subscribe(fn: (result: void, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1074
1114
|
};
|
1075
1115
|
};
|
1076
1116
|
onFailure: {
|
1077
1117
|
setTheme: {
|
1078
|
-
subscribe(fn: (failureReason: any, themeDefinition:
|
1118
|
+
subscribe(fn: (failureReason: any, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1079
1119
|
};
|
1080
1120
|
};
|
1081
1121
|
} & {
|
1082
|
-
setTheme(themeDefinition:
|
1122
|
+
setTheme(themeDefinition: ResolvedThemeDefinition): void;
|
1083
1123
|
};
|
1084
1124
|
get: {
|
1125
|
+
getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
|
1126
|
+
value: import("./ColorSchemaStore").ColorSchemaStoreType;
|
1127
|
+
setValue(value: import("./ColorSchemaStore").ColorSchemaStoreType): void;
|
1128
|
+
};
|
1085
1129
|
componentBlueprintStore(): {
|
1086
1130
|
state: {
|
1087
1131
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
@@ -1153,38 +1197,42 @@ export declare const useThemeContextStore: () => {
|
|
1153
1197
|
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorTypes;
|
1154
1198
|
complementaryColor(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
1155
1199
|
complementaryColorDefinition(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorDefinition;
|
1156
|
-
currentTheme():
|
1200
|
+
currentTheme(): ResolvedThemeDefinition;
|
1157
1201
|
};
|
1158
1202
|
} & {
|
1159
1203
|
dispose?: () => void;
|
1160
1204
|
};
|
1161
1205
|
readonly designerTheme: {
|
1162
1206
|
state: {
|
1163
|
-
currentTheme:
|
1207
|
+
currentTheme: ResolvedThemeDefinition;
|
1164
1208
|
};
|
1165
1209
|
events: {
|
1166
|
-
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<
|
1210
|
+
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<ResolvedThemeDefinition>;
|
1167
1211
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
1168
1212
|
actions: {
|
1169
1213
|
onDispatching: {
|
1170
1214
|
setTheme: {
|
1171
|
-
subscribe(fn: (themeDefinition:
|
1215
|
+
subscribe(fn: (themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1172
1216
|
};
|
1173
1217
|
};
|
1174
1218
|
onDispatched: {
|
1175
1219
|
setTheme: {
|
1176
|
-
subscribe(fn: (result: void, themeDefinition:
|
1220
|
+
subscribe(fn: (result: void, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1177
1221
|
};
|
1178
1222
|
};
|
1179
1223
|
onFailure: {
|
1180
1224
|
setTheme: {
|
1181
|
-
subscribe(fn: (failureReason: any, themeDefinition:
|
1225
|
+
subscribe(fn: (failureReason: any, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1182
1226
|
};
|
1183
1227
|
};
|
1184
1228
|
} & {
|
1185
|
-
setTheme(themeDefinition:
|
1229
|
+
setTheme(themeDefinition: ResolvedThemeDefinition): void;
|
1186
1230
|
};
|
1187
1231
|
get: {
|
1232
|
+
getOrSetColorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, container?: boolean): {
|
1233
|
+
value: import("./ColorSchemaStore").ColorSchemaStoreType;
|
1234
|
+
setValue(value: import("./ColorSchemaStore").ColorSchemaStoreType): void;
|
1235
|
+
};
|
1188
1236
|
componentBlueprintStore(): {
|
1189
1237
|
state: {
|
1190
1238
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
@@ -1256,7 +1304,7 @@ export declare const useThemeContextStore: () => {
|
|
1256
1304
|
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorTypes;
|
1257
1305
|
complementaryColor(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
|
1258
1306
|
complementaryColorDefinition(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorDefinition;
|
1259
|
-
currentTheme():
|
1307
|
+
currentTheme(): ResolvedThemeDefinition;
|
1260
1308
|
};
|
1261
1309
|
} & {
|
1262
1310
|
dispose?: () => void;
|