@omnia/fx 8.0.295-dev → 8.0.297-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/contexts/OmniaContext.d.ts +2 -2
- package/internal-do-not-import-from-here/contexts/OmniaContextProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +92 -89
- package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +2 -2
- 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/ExposeToUxCore.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/app/index.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditProperiesBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/AppTitleInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/components/FontPicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/models/Theme.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/store/ThemeEditorStore.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/blueprinttemplatespicker/BlueprintsTemplatePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeEditor.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaEditor.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +85 -85
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeEditor.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeViewer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/designkits/default/themes/ThemeDefinitions.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/aurora/designkits/default/useDefaultDesignKit.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/aurora/designkits/documentation/themes/ThemeDefinitions.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/designkits/documentation/useDocumentationDesignKit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/designkits/editor/themes/ThemeDefinitions.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/designkits/editor/useEditorDesignKit.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/ThemeDefinitionInstance.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/designkits/useDesignKits.d.ts +14 -14
- package/internal-do-not-import-from-here/ux/aurora/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/aurora/store/ColorManager.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +12 -3
- package/internal-do-not-import-from-here/ux/aurora/store/FontStore.d.ts +5 -6
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +24 -7124
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeService.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/aurora/{themingV3/store/ThemingStore.d.ts → store/ThemeStorage.d.ts} +14 -15
- package/internal-do-not-import-from-here/ux/aurora/store/{ThemeStoreV2.d.ts → ThemeStore.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +24 -7124
- package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +10 -25
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +12 -7
- 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/Colors.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Spacing.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +18 -18
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +32 -439
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/directives/motion/Motion.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/documenticon/DocumentIcon.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/documenticon/IDocumentIcon.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DateTimePeriodSlider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertyDefaultValueInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertyDefaultValueInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertyDefaultValueInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/helptext/HelpText.d.ts +5 -42
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +46 -584
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +64 -423
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/layoutactionhandler/LayoutAction.stylex.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/layoutblock/LayoutBlockSettings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/LayoutEditorThemingManager.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/ThemingRenditionManager.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.stylex.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.stylex.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/messaging/InternalTopics.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/messaging/Topics.d.ts +2 -2
- 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/monaco/MonacoEditor.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.stylex.d.ts +15 -15
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/card/Card.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.stylex.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.stylex.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/column/Column.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.stylex.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.stylex.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.stylex.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.stylex.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/form/Form.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.stylex.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/link/link.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/List.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.stylex.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/motion/Motion.d.ts +22 -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 +12 -12
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.stylex.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.stylex.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.stylex.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.stylex.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.stylex.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.stylex.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/stickycontainer/StickyContainer.stylex.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.stylex.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.stylex.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/table/Table.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/text/Text.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.stylex.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.stylex.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/post/IPost.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/Mention.d.ts +6 -60
- 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 -59
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/Reactions.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/theming/InternalTheming.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming/ThemeManager.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/theming/ThemeStore.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/theming/Theming.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/VelcronStylesProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +13 -17
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronDataBinder.d.ts +1 -1
- 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/editor/stores/VelcronEditorStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.stylex.d.ts +1 -1
- 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/editors/AlignmentEditor.d.ts +76 -76
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BackgroundEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/FlowEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/GridEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/IconEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ImageEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/NumberEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SelectEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SliderEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SwitchEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TypographyEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRenderer.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItemFactory.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/InternalVersionedLayoutRenderer.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +15 -15
- package/internal-do-not-import-from-here/wctypings.d.ts +18 -0
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/aurora/store/ThemingService.d.ts +0 -10
- package/internal-do-not-import-from-here/ux/aurora/themingV3/index.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/aurora/themingV3/model/ThemingBoot.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/aurora/themingV3/model/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/aurora/themingV3/service/ThemingService.d.ts +0 -9
- package/internal-do-not-import-from-here/ux/aurora/themingV3/service/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/aurora/themingV3/store/index.d.ts +0 -1
@@ -1,5 +1,5 @@
|
|
1
1
|
export declare const LayoutActionStyles: {
|
2
|
-
overlay: Readonly<import("@omnia/fx/ux").
|
3
|
-
closeButton: Readonly<import("@omnia/fx/ux").
|
4
|
-
menuWrapper: (top: number) => Readonly<import("@omnia/fx/ux").
|
2
|
+
overlay: (top: number) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
3
|
+
closeButton: Readonly<import("@omnia/fx/ux").StylexValue>;
|
4
|
+
menuWrapper: (top: number) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
5
5
|
};
|
package/internal-do-not-import-from-here/ux/layoutcanvas/layoutblock/LayoutBlockSettings.d.ts
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
import { VersionedLayoutId } from "@omnia/fx-models";
|
2
2
|
export interface LayoutBlockSettings {
|
3
3
|
versionLayoutId: VersionedLayoutId;
|
4
|
+
minHeight: number;
|
4
5
|
}
|
5
6
|
declare const _default: {
|
6
7
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
@@ -72,8 +72,8 @@ declare const _default: {
|
|
72
72
|
};
|
73
73
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
74
74
|
propsDefinition: Omit<Readonly<{} & {
|
75
|
-
provider?: string;
|
76
75
|
height?: string;
|
76
|
+
provider?: string;
|
77
77
|
getApi?: (inst: LayoutRendererCanvasApi, layoutCanvasStore: LayoutCanvasStore) => void;
|
78
78
|
designRender?: boolean;
|
79
79
|
disableScrollCompensation?: boolean;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/shared/LayoutEditorThemingManager.d.ts
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
import { LayoutCanvasStore } from "../stores";
|
2
2
|
import { ThemeStore } from "../../theming";
|
3
|
-
import {
|
3
|
+
import { LegacyThemeDefinition } from "../../../models";
|
4
4
|
export declare class LayoutEditorThemingManager {
|
5
5
|
private editorStore;
|
6
6
|
private themeStore;
|
7
7
|
constructor(editorStore: LayoutCanvasStore, themeStore: ThemeStore);
|
8
8
|
private fallBackThemeTemplatePage;
|
9
9
|
private fallBackThemeTemplateBlock;
|
10
|
-
getDefaultPageThemeForBlockEditingWithFallback(byRefIfCustomTheme: boolean):
|
11
|
-
copyDefinition(themeDefinition:
|
12
|
-
getDefaultPageThemeForPageEditingWithFallback():
|
10
|
+
getDefaultPageThemeForBlockEditingWithFallback(byRefIfCustomTheme: boolean): LegacyThemeDefinition;
|
11
|
+
copyDefinition(themeDefinition: LegacyThemeDefinition): any;
|
12
|
+
getDefaultPageThemeForPageEditingWithFallback(): LegacyThemeDefinition;
|
13
13
|
}
|
package/internal-do-not-import-from-here/ux/layoutcanvas/shared/ThemingRenditionManager.d.ts
CHANGED
@@ -1,10 +1,10 @@
|
|
1
|
-
import { Block, LayoutSettings, SectionSettings, Section, ThemeStyling,
|
1
|
+
import { Block, LayoutSettings, SectionSettings, Section, ThemeStyling, LegacyThemeDefinition, guid } from "../../../models";
|
2
2
|
import { ThemeStore, ITheming } from "../../theming";
|
3
3
|
export declare class ThemingRenditionManager {
|
4
4
|
private themeReferences;
|
5
|
-
getThemeTargetIdBlock(block: Block, layoutSettings: LayoutSettings, parentSettings: SectionSettings, inheritedThemeTargetId: string, blockThemeDefinition:
|
6
|
-
getThemeTargetIdSection(section: Section, blockThemeDefinition:
|
7
|
-
getThemeTargetIdLayout(layoutSettings: LayoutSettings, layoutThemeDefinition:
|
5
|
+
getThemeTargetIdBlock(block: Block, layoutSettings: LayoutSettings, parentSettings: SectionSettings, inheritedThemeTargetId: string, blockThemeDefinition: LegacyThemeDefinition): string;
|
6
|
+
getThemeTargetIdSection(section: Section, blockThemeDefinition: LegacyThemeDefinition): string;
|
7
|
+
getThemeTargetIdLayout(layoutSettings: LayoutSettings, layoutThemeDefinition: LegacyThemeDefinition): string;
|
8
8
|
getBackgroundThemeStylingForBlock(themeStore: ThemeStore, block: Block, parentSettings: SectionSettings, layoutSettings: LayoutSettings, layoutSettingsParent: LayoutSettings, blockThemeDefinitionId: string): ThemeStyling;
|
9
9
|
getBackgroundThemeStylingForLayout(componentTheme: ITheming, layoutSettings: LayoutSettings, layoutSettingsParent: LayoutSettings): ThemeStyling;
|
10
10
|
garbagecollectNonLayoutThemes(themeStore: ThemeStore, currentLayoutId: guid): void;
|
@@ -12,6 +12,6 @@ export declare class ThemingRenditionManager {
|
|
12
12
|
registerBlockTheme(themeStore: ThemeStore, block: Block, layoutId: guid): void;
|
13
13
|
private registerCustomTheme;
|
14
14
|
private registerThemeDefinition;
|
15
|
-
registerLayoutTheme(themeStore: ThemeStore, layoutSettings: LayoutSettings, layoutId: guid, layoutThemeDefinition:
|
15
|
+
registerLayoutTheme(themeStore: ThemeStore, layoutSettings: LayoutSettings, layoutId: guid, layoutThemeDefinition: LegacyThemeDefinition, blockThemeDefinition: LegacyThemeDefinition): void;
|
16
16
|
private addThemingReference;
|
17
17
|
}
|
@@ -78,9 +78,9 @@ declare const _default: {
|
|
78
78
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
79
79
|
propsDefinition: Omit<Readonly<{} & {
|
80
80
|
container?: boolean;
|
81
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
82
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
83
81
|
item?: LayoutItemRegistration;
|
82
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
83
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
84
84
|
}>, "onClick"> & {
|
85
85
|
onClick?: () => any;
|
86
86
|
};
|
@@ -2,6 +2,6 @@
|
|
2
2
|
* Styles for the LayoutEditorStyles component
|
3
3
|
*/
|
4
4
|
export declare const LayoutItemStyles: {
|
5
|
-
container: import("@omnia/fx/ux").
|
6
|
-
wrapper: (backgroundColor: string) => Readonly<import("@omnia/fx/ux").
|
5
|
+
container: import("@omnia/fx/ux").StylexValue;
|
6
|
+
wrapper: (backgroundColor: string) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
7
7
|
};
|
@@ -103,10 +103,10 @@ declare const _default: {
|
|
103
103
|
container: boolean;
|
104
104
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
105
105
|
propsDefinition: Omit<Readonly<{} & {
|
106
|
-
small?: boolean;
|
107
106
|
container?: boolean;
|
108
|
-
|
107
|
+
small?: boolean;
|
109
108
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
109
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
110
110
|
toned?: boolean;
|
111
111
|
parentContainer?: LayoutItem;
|
112
112
|
siblingId?: string;
|
@@ -3,17 +3,17 @@ import { Color } from "../../../../models";
|
|
3
3
|
* Styles for the LayoutEditorStyles component
|
4
4
|
*/
|
5
5
|
export declare const LayoutItemSelectorStyles: {
|
6
|
-
notScrollOutside: Readonly<import("@omnia/fx/ux").
|
7
|
-
selectorWrapper: Readonly<import("@omnia/fx/ux").
|
8
|
-
gridfillColumn: Readonly<import("@omnia/fx/ux").
|
9
|
-
contentWrapper: (background: Color) => Readonly<import("@omnia/fx/ux").
|
10
|
-
closeButton: Readonly<import("@omnia/fx/ux").
|
11
|
-
dialogHeader: (textColor: string) => import("@omnia/fx/ux").
|
12
|
-
searchBox: Readonly<import("@omnia/fx/ux").
|
13
|
-
footerWrapper: import("@omnia/fx/ux").
|
6
|
+
notScrollOutside: Readonly<import("@omnia/fx/ux").StylexValue>;
|
7
|
+
selectorWrapper: Readonly<import("@omnia/fx/ux").StylexValue>;
|
8
|
+
gridfillColumn: Readonly<import("@omnia/fx/ux").StylexValue>;
|
9
|
+
contentWrapper: (background: Color) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
10
|
+
closeButton: Readonly<import("@omnia/fx/ux").StylexValue>;
|
11
|
+
dialogHeader: (textColor: string) => import("@omnia/fx/ux").StylexValue;
|
12
|
+
searchBox: Readonly<import("@omnia/fx/ux").StylexValue>;
|
13
|
+
footerWrapper: import("@omnia/fx/ux").StylexValue;
|
14
14
|
searchResult: {
|
15
|
-
noBlockWrapper: Readonly<import("@omnia/fx/ux").
|
16
|
-
blockWrapper: import("@omnia/fx/ux").
|
15
|
+
noBlockWrapper: Readonly<import("@omnia/fx/ux").StylexValue>;
|
16
|
+
blockWrapper: import("@omnia/fx/ux").StylexValue;
|
17
17
|
};
|
18
|
-
expansionPanel: Readonly<import("@omnia/fx/ux").
|
18
|
+
expansionPanel: Readonly<import("@omnia/fx/ux").StylexValue>;
|
19
19
|
};
|
@@ -88,8 +88,8 @@ export declare const LayoutBlockRenderer: {
|
|
88
88
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
89
89
|
propsDefinition: Omit<Readonly<{} & {
|
90
90
|
container?: boolean;
|
91
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
92
91
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
92
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
93
93
|
renderContext?: LayoutEngineRenderContext<Block, SectionSettings>;
|
94
94
|
}>, "onBlockInstanceCreated" | "onGetBlock" | "onBlockInstanceCacheKeyUpdated"> & {
|
95
95
|
onBlockInstanceCreated?: (blockInstance: any) => any;
|
@@ -75,8 +75,8 @@ export declare const LayoutSectionRenderer: {
|
|
75
75
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
76
76
|
propsDefinition: Omit<Readonly<{} & {
|
77
77
|
container?: boolean;
|
78
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
79
78
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
79
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
80
80
|
renderContext?: LayoutEngineRenderContext<Section<SectionSettings>, import("@omnia/fx-models").LayoutItemSettings>;
|
81
81
|
}>, never>;
|
82
82
|
};
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { MessageBusExposeOnlySubscription } from "../../..";
|
2
2
|
import { ServiceContainerContext } from "../../../core";
|
3
|
-
import { AddItemToLayoutPayLoad, Block, BlockRenderingModes, ClipboardLayoutItem, ColorSchemaTypes, DeleteItemFromLayoutPayLoad, DisplayBreakPoint, DisplayBreakPointSetting, IBlockInstance, ILayoutCanvasStore, ILayoutSectionRenderer, IMessageBusTopicPublishSubscriber, Layout, LayoutCanvasModes, LayoutDrawerState, LayoutDrawerTabs, LayoutEditorModes, LayoutInheritanceBehaviors, LayoutItem, LayoutItemActionState, LayoutItemRegistration, LoadedLayout, Section, SectionSettings, SectionTypes, SettingsPanelState,
|
3
|
+
import { AddItemToLayoutPayLoad, Block, BlockRenderingModes, ClipboardLayoutItem, ColorSchemaTypes, DeleteItemFromLayoutPayLoad, DisplayBreakPoint, DisplayBreakPointSetting, IBlockInstance, ILayoutCanvasStore, ILayoutSectionRenderer, IMessageBusTopicPublishSubscriber, Layout, LayoutCanvasModes, LayoutDrawerState, LayoutDrawerTabs, LayoutEditorModes, LayoutInheritanceBehaviors, LayoutItem, LayoutItemActionState, LayoutItemRegistration, LoadedLayout, Section, SectionSettings, SectionTypes, SettingsPanelState, LegacyThemeDefinition, guid } from "../../../models";
|
4
4
|
import { Store, StoreState } from "../../../stores";
|
5
5
|
import { useScrollContainerStore } from "../../oxide";
|
6
6
|
import { EditorLayoutItemFactory } from "../factories";
|
@@ -26,10 +26,10 @@ export declare class LayoutCanvasStore extends Store implements ILayoutCanvasSto
|
|
26
26
|
width: string;
|
27
27
|
scrollingDirection: import("@omnia/fx-models").OScrollTypesCombination;
|
28
28
|
coordinates: {
|
29
|
+
readonly bottom: number;
|
29
30
|
readonly left: number;
|
30
31
|
readonly right: number;
|
31
32
|
readonly top: number;
|
32
|
-
readonly bottom: number;
|
33
33
|
};
|
34
34
|
};
|
35
35
|
events: {
|
@@ -40,10 +40,10 @@ export declare class LayoutCanvasStore extends Store implements ILayoutCanvasSto
|
|
40
40
|
onMutatedWidth: MessageBusExposeOnlySubscription<string>;
|
41
41
|
onMutatedScrollingDirection: MessageBusExposeOnlySubscription<import("@omnia/fx-models").OScrollTypesCombination>;
|
42
42
|
onMutatedCoordinates: MessageBusExposeOnlySubscription<{
|
43
|
+
readonly bottom: number;
|
43
44
|
readonly left: number;
|
44
45
|
readonly right: number;
|
45
46
|
readonly top: number;
|
46
|
-
readonly bottom: number;
|
47
47
|
}>;
|
48
48
|
} & Record<string, IMessageBusTopicPublishSubscriber<any>>;
|
49
49
|
actions: {
|
@@ -187,10 +187,10 @@ export declare class LayoutCanvasStore extends Store implements ILayoutCanvasSto
|
|
187
187
|
};
|
188
188
|
get: {
|
189
189
|
readonly coordinates: {
|
190
|
+
readonly bottom: number;
|
190
191
|
readonly left: number;
|
191
192
|
readonly right: number;
|
192
193
|
readonly top: number;
|
193
|
-
readonly bottom: number;
|
194
194
|
};
|
195
195
|
readonly scrollPosition: number;
|
196
196
|
};
|
@@ -263,8 +263,8 @@ export declare class LayoutCanvasStore extends Store implements ILayoutCanvasSto
|
|
263
263
|
suggestedBlocks: StoreState<string[]>;
|
264
264
|
layoutInheritanceBehaviors: StoreState<LayoutInheritanceBehaviors>;
|
265
265
|
enableDisplayBreakpointSettings: StoreState<boolean>;
|
266
|
-
blockThemeDefinition: StoreState<
|
267
|
-
layoutThemeDefinition: StoreState<
|
266
|
+
blockThemeDefinition: StoreState<LegacyThemeDefinition>;
|
267
|
+
layoutThemeDefinition: StoreState<LegacyThemeDefinition>;
|
268
268
|
isDesignRender: StoreState<boolean>;
|
269
269
|
authDisabled: StoreState<boolean>;
|
270
270
|
private disabledAnchorLink;
|
@@ -316,7 +316,7 @@ export declare class LayoutCanvasStore extends Store implements ILayoutCanvasSto
|
|
316
316
|
zoomIn: () => void;
|
317
317
|
setLayout: (layout: Layout) => void;
|
318
318
|
createNewLayout: () => void;
|
319
|
-
setTheme: (layoutThemeDefinition:
|
319
|
+
setTheme: (layoutThemeDefinition: LegacyThemeDefinition, blockThemeDefinition: LegacyThemeDefinition) => void;
|
320
320
|
setCanvasMode: (mode: LayoutCanvasModes) => void;
|
321
321
|
setSuggestedBlocks: (blocks: string[]) => void;
|
322
322
|
setPreviewUrl: (url: string) => void;
|
@@ -333,7 +333,7 @@ export declare class LayoutCanvasStore extends Store implements ILayoutCanvasSto
|
|
333
333
|
lockBlock: import("../../../stores").StoreMutation<(layoutItem: LayoutItem) => void, (layoutItem: LayoutItem) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
334
334
|
scrollToSelectedLayoutItem: import("../../../stores").StoreMutation<() => void, () => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
335
335
|
setSelectedLayoutItem: import("../../../stores").StoreMutation<(item: LayoutItem, toggleSettings: boolean) => void, (item: LayoutItem, toggleSettings: boolean) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
336
|
-
toggleActionForLayoutItem: import("../../../stores").StoreMutation<(item: LayoutItem | ClipboardLayoutItem, action: LayoutItemActionState) => void, (item:
|
336
|
+
toggleActionForLayoutItem: import("../../../stores").StoreMutation<(item: LayoutItem | ClipboardLayoutItem, action: LayoutItemActionState) => void, (item: ClipboardLayoutItem | LayoutItem, action: LayoutItemActionState) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
337
337
|
addDeviceBreakPointSetting: import("../../../stores").StoreMutation<(breakPointSetting: DisplayBreakPointSetting) => void, (breakPointSetting: DisplayBreakPointSetting) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
338
338
|
removeDeviceBreakPointSetting: import("../../../stores").StoreMutation<(propertyName: string, displayBreakPoint: DisplayBreakPoint) => void, (propertyName: string, displayBreakPoint: DisplayBreakPoint) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
339
339
|
moveItemInLayout: import("../../../stores").StoreMutation<(item2Move: LayoutItem, container: LayoutItem, siblingId?: string, postInsert?: boolean) => void, (item2Move: LayoutItem, container: LayoutItem, siblingId?: string, postInsert?: boolean) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
@@ -12,7 +12,7 @@ declare const _default: {
|
|
12
12
|
type: import("vue").PropType<TextBlueprint>;
|
13
13
|
};
|
14
14
|
size: {
|
15
|
-
type: import("vue").PropType<"l" | "s" | "
|
15
|
+
type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "xs" | "m" | "xl" | TypographySizes>;
|
16
16
|
};
|
17
17
|
typography: {
|
18
18
|
type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | TypographyTypes>;
|
@@ -130,7 +130,7 @@ declare const _default: {
|
|
130
130
|
type: import("vue").PropType<TextBlueprint>;
|
131
131
|
};
|
132
132
|
size: {
|
133
|
-
type: import("vue").PropType<"l" | "s" | "
|
133
|
+
type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "xs" | "m" | "xl" | TypographySizes>;
|
134
134
|
};
|
135
135
|
typography: {
|
136
136
|
type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | TypographyTypes>;
|
@@ -245,7 +245,7 @@ declare const _default: {
|
|
245
245
|
type: import("vue").PropType<TextBlueprint>;
|
246
246
|
};
|
247
247
|
size: {
|
248
|
-
type: import("vue").PropType<"l" | "s" | "
|
248
|
+
type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "xs" | "m" | "xl" | TypographySizes>;
|
249
249
|
};
|
250
250
|
typography: {
|
251
251
|
type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | TypographyTypes>;
|
@@ -411,18 +411,18 @@ declare const _default: {
|
|
411
411
|
typography?: "text" | "title" | "navigation" | "variants" | TypographyTypes;
|
412
412
|
blueprint?: TextBlueprint;
|
413
413
|
container?: boolean;
|
414
|
-
size?: "l" | "s" | "
|
415
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
414
|
+
size?: "l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "xs" | "m" | "xl" | TypographySizes;
|
416
415
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
417
|
-
|
418
|
-
|
416
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
417
|
+
plugins?: [object];
|
418
|
+
hideToolbar?: boolean;
|
419
419
|
"v-model"?: string;
|
420
|
+
modelValue?: string;
|
421
|
+
toned?: boolean;
|
422
|
+
placeholder?: string;
|
420
423
|
"onUpdate:modelValue"?: (value: string) => any | void;
|
421
424
|
noWrap?: boolean;
|
422
425
|
getApi?: (store: ReturnType<typeof useMarkdownEditorStore>) => void;
|
423
|
-
placeholder?: string;
|
424
|
-
plugins?: [object];
|
425
|
-
hideToolbar?: boolean;
|
426
426
|
toolbarContainer?: boolean;
|
427
427
|
}>, never>;
|
428
428
|
};
|
@@ -5,7 +5,7 @@ declare const _default: {
|
|
5
5
|
type: import("vue").PropType<TextBlueprint>;
|
6
6
|
};
|
7
7
|
size: {
|
8
|
-
type: import("vue").PropType<"l" | "s" | "
|
8
|
+
type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "xs" | "m" | "xl" | TypographySizes>;
|
9
9
|
};
|
10
10
|
typography: {
|
11
11
|
type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | TypographyTypes>;
|
@@ -29,7 +29,7 @@ declare const _default: {
|
|
29
29
|
type: import("vue").PropType<TextBlueprint>;
|
30
30
|
};
|
31
31
|
size: {
|
32
|
-
type: import("vue").PropType<"l" | "s" | "
|
32
|
+
type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "xs" | "m" | "xl" | TypographySizes>;
|
33
33
|
};
|
34
34
|
typography: {
|
35
35
|
type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | TypographyTypes>;
|
@@ -50,7 +50,7 @@ declare const _default: {
|
|
50
50
|
type: import("vue").PropType<TextBlueprint>;
|
51
51
|
};
|
52
52
|
size: {
|
53
|
-
type: import("vue").PropType<"l" | "s" | "
|
53
|
+
type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "xs" | "m" | "xl" | TypographySizes>;
|
54
54
|
};
|
55
55
|
typography: {
|
56
56
|
type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | TypographyTypes>;
|
@@ -68,7 +68,7 @@ declare const _default: {
|
|
68
68
|
} & {
|
69
69
|
typography?: "text" | "title" | "navigation" | "variants" | TypographyTypes;
|
70
70
|
blueprint?: TextBlueprint;
|
71
|
-
size?: "l" | "s" | "
|
71
|
+
size?: "l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "xs" | "m" | "xl" | TypographySizes;
|
72
72
|
toned?: boolean;
|
73
73
|
}>, never>;
|
74
74
|
};
|
@@ -423,14 +423,14 @@ declare const _default: {
|
|
423
423
|
};
|
424
424
|
providerContext?: MediaPickerStorageProviderContext;
|
425
425
|
settings?: MediaPickerImageSettings;
|
426
|
-
modelValue?: boolean;
|
427
|
-
"v-model"?: boolean;
|
428
|
-
"onUpdate:modelValue"?: (value: boolean) => any | void;
|
429
426
|
"v-slots"?: {
|
430
427
|
default?: import("../../DefineVueTypings").Slot;
|
431
428
|
} & {
|
432
429
|
activator?: () => VNodeChild;
|
433
430
|
};
|
431
|
+
"v-model"?: boolean;
|
432
|
+
modelValue?: boolean;
|
433
|
+
"onUpdate:modelValue"?: (value: boolean) => any | void;
|
434
434
|
selectableMediaTypes?: MediaPickerEnums.OmniaMediaTypes[];
|
435
435
|
providerConfiguration?: (providers: MediaPickerProvider[]) => MediaPickerProvider[];
|
436
436
|
selectedMedia?: SelectedMedia;
|
@@ -149,10 +149,10 @@ declare const _default: {
|
|
149
149
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
150
150
|
propsDefinition: Omit<Readonly<{} & {
|
151
151
|
image?: MediaPickerImage;
|
152
|
+
contain?: boolean;
|
152
153
|
avatar?: {
|
153
154
|
size: OSizeTypes;
|
154
155
|
};
|
155
|
-
contain?: boolean;
|
156
156
|
contentClass?: string;
|
157
157
|
imagedata?: string;
|
158
158
|
imageStyle?: string | object | object[];
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import { IMessageBusTopicPublishSubscriber,
|
1
|
+
import { IMessageBusTopicPublishSubscriber, LegacyThemeDefinition, ThemeTargetRegistration } from "../../models";
|
2
2
|
import { MessageBusTopicMediator } from "../..";
|
3
3
|
export declare class InternalTopics {
|
4
4
|
static Theming: {
|
5
5
|
new (): {};
|
6
|
-
readonly registerThemeDefinition: IMessageBusTopicPublishSubscriber<
|
6
|
+
readonly registerThemeDefinition: IMessageBusTopicPublishSubscriber<LegacyThemeDefinition>;
|
7
7
|
readonly registerThemeTarget: IMessageBusTopicPublishSubscriber<ThemeTargetRegistration>;
|
8
8
|
};
|
9
9
|
static MediaPicker: {
|
@@ -1,11 +1,11 @@
|
|
1
1
|
import { MessageBusTopicMediator } from "../..";
|
2
|
-
import { IMessageBusTopicPublication, IMessageBusTopicPublishSubscriber, SecretRegistrationMsg, TenantAdminSettingsSection,
|
2
|
+
import { IMessageBusTopicPublication, IMessageBusTopicPublishSubscriber, SecretRegistrationMsg, TenantAdminSettingsSection, LegacyThemeDefinition, ThemeTargetRegistration, guid } from "../../models";
|
3
3
|
import { BusinessProfileSettingsSection } from "../admin/businessprofile/settings/IBusinessProfileSettingsJourney";
|
4
4
|
export declare const AdminNamespace = "omnia.admin.core.messaging";
|
5
5
|
export declare class Topics {
|
6
6
|
static Theming: {
|
7
7
|
new (): {};
|
8
|
-
readonly registerThemeDefinition: IMessageBusTopicPublication<
|
8
|
+
readonly registerThemeDefinition: IMessageBusTopicPublication<LegacyThemeDefinition>;
|
9
9
|
readonly registerThemeTarget: IMessageBusTopicPublication<ThemeTargetRegistration>;
|
10
10
|
};
|
11
11
|
static MediaPickerRTEHandler: {
|
@@ -54,7 +54,6 @@ export * from "./DataTable";
|
|
54
54
|
export * from "./Directives";
|
55
55
|
export * from "./MultiTextInputItem";
|
56
56
|
export * from "./TypographyEditorModel";
|
57
|
-
export * from "./MotionDirective";
|
58
57
|
export * from "./EventCalendarType";
|
59
58
|
export * from "./LocalizationInputStyles";
|
60
59
|
export * from "./LocalizationAdminStyles";
|
@@ -63,3 +62,4 @@ export { ValidationOnDefinitions, type IValidationRuleBuilder, type IValidator,
|
|
63
62
|
export type { ValidationOnTypes } from "./Validation";
|
64
63
|
export * from "./SpecialUserConfiguration";
|
65
64
|
export * from "./linkpicker";
|
65
|
+
export * from "./SeoInfo";
|
@@ -78,6 +78,7 @@ declare const _default: {
|
|
78
78
|
}>;
|
79
79
|
};
|
80
80
|
}>> & {
|
81
|
+
onPosition?: (event: any) => any;
|
81
82
|
onScroll?: (event: any) => any;
|
82
83
|
onError?: (err: string) => any;
|
83
84
|
onConfiguration?: (event: any) => any;
|
@@ -87,9 +88,8 @@ declare const _default: {
|
|
87
88
|
onFocus?: () => any;
|
88
89
|
onKeydown?: (event: any) => any;
|
89
90
|
onKeyup?: (event: any) => any;
|
90
|
-
onPosition?: (event: any) => any;
|
91
|
-
"onUpdate:modelValue"?: (value: string) => any;
|
92
91
|
onSelection?: (event: any) => any;
|
92
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
93
93
|
onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
|
94
94
|
onContextMenu?: (event: any) => any;
|
95
95
|
onBlurText?: () => any;
|
@@ -212,6 +212,7 @@ declare const _default: {
|
|
212
212
|
}>;
|
213
213
|
};
|
214
214
|
}>> & {
|
215
|
+
onPosition?: (event: any) => any;
|
215
216
|
onScroll?: (event: any) => any;
|
216
217
|
onError?: (err: string) => any;
|
217
218
|
onConfiguration?: (event: any) => any;
|
@@ -221,9 +222,8 @@ declare const _default: {
|
|
221
222
|
onFocus?: () => any;
|
222
223
|
onKeydown?: (event: any) => any;
|
223
224
|
onKeyup?: (event: any) => any;
|
224
|
-
onPosition?: (event: any) => any;
|
225
|
-
"onUpdate:modelValue"?: (value: string) => any;
|
226
225
|
onSelection?: (event: any) => any;
|
226
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
227
227
|
onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
|
228
228
|
onContextMenu?: (event: any) => any;
|
229
229
|
onBlurText?: () => any;
|
@@ -318,6 +318,7 @@ declare const _default: {
|
|
318
318
|
}>;
|
319
319
|
};
|
320
320
|
}>> & {
|
321
|
+
onPosition?: (event: any) => any;
|
321
322
|
onScroll?: (event: any) => any;
|
322
323
|
onError?: (err: string) => any;
|
323
324
|
onConfiguration?: (event: any) => any;
|
@@ -327,9 +328,8 @@ declare const _default: {
|
|
327
328
|
onFocus?: () => any;
|
328
329
|
onKeydown?: (event: any) => any;
|
329
330
|
onKeyup?: (event: any) => any;
|
330
|
-
onPosition?: (event: any) => any;
|
331
|
-
"onUpdate:modelValue"?: (value: string) => any;
|
332
331
|
onSelection?: (event: any) => any;
|
332
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
333
333
|
onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
|
334
334
|
onContextMenu?: (event: any) => any;
|
335
335
|
onBlurText?: () => any;
|
@@ -432,11 +432,11 @@ declare const _default: {
|
|
432
432
|
};
|
433
433
|
theme?: string;
|
434
434
|
options?: editor.IStandaloneEditorConstructionOptions;
|
435
|
-
modelValue?: string;
|
436
435
|
"v-model"?: string;
|
436
|
+
modelValue?: string;
|
437
437
|
"onUpdate:modelValue"?: (value: string) => any | void;
|
438
438
|
language?: string;
|
439
|
-
}>, "onFocus" | "onBlur" | "onError" | "onScroll" | "onChange" | "onKeydown" | "onKeyup" | "onUpdate:modelValue" | "onLayout" | "
|
439
|
+
}>, "onFocus" | "onBlur" | "onError" | "onScroll" | "onChange" | "onKeydown" | "onKeyup" | "onUpdate:modelValue" | "onLayout" | "onPosition" | "onConfiguration" | "onSelection" | "onEditorDidMount" | "onContextMenu" | "onBlurText" | "onModelDecorations" | "onModelLanguage" | "onModelOptions" | "onAfterDispose" | "onFocusText" | "onMouseDown" | "onMouseLeave" | "onMouseMove" | "onMouseUp"> & {
|
440
440
|
onFocus?: () => any;
|
441
441
|
onBlur?: () => any;
|
442
442
|
onError?: (err: string) => any;
|
@@ -446,8 +446,8 @@ declare const _default: {
|
|
446
446
|
onKeyup?: (event: any) => any;
|
447
447
|
"onUpdate:modelValue"?: (value: string) => any;
|
448
448
|
onLayout?: (event: any) => any;
|
449
|
-
onConfiguration?: (event: any) => any;
|
450
449
|
onPosition?: (event: any) => any;
|
450
|
+
onConfiguration?: (event: any) => any;
|
451
451
|
onSelection?: (event: any) => any;
|
452
452
|
onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
|
453
453
|
onContextMenu?: (event: any) => any;
|
@@ -41,6 +41,6 @@ declare const _default: <T1 extends unknown, T2 extends unknown>(props: import("
|
|
41
41
|
} & {
|
42
42
|
autofocus?: boolean;
|
43
43
|
} & {
|
44
|
-
validationOn?: "
|
44
|
+
validationOn?: "lazy" | "input";
|
45
45
|
} & DefineEmit<"update:modelValue", (value: MultilingualString) => void>>) => any;
|
46
46
|
export default _default;
|
@@ -2,21 +2,21 @@ import { ColorDefinition } from "../../velcron/core";
|
|
2
2
|
import { useColorSchemaSetup } from "../..";
|
3
3
|
import { OAppBarTypes } from "@omnia/fx-models";
|
4
4
|
export declare const AppbarStyles: {
|
5
|
-
templateTitle: Readonly<import("../..").
|
6
|
-
content: Readonly<import("../..").
|
7
|
-
wrapper: (variant: OAppBarTypes, colors: ReturnType<typeof useColorSchemaSetup>) => import("../..").
|
8
|
-
navigation: (color: ColorDefinition) => Readonly<import("../..").
|
5
|
+
templateTitle: Readonly<import("../..").StylexValue>;
|
6
|
+
content: Readonly<import("../..").StylexValue>;
|
7
|
+
wrapper: (variant: OAppBarTypes, colors: ReturnType<typeof useColorSchemaSetup>) => import("../..").StylexValue;
|
8
|
+
navigation: (color: ColorDefinition) => Readonly<import("../..").StylexValue>;
|
9
9
|
navigationIcon: {
|
10
|
-
buttonHeader: Readonly<import("../..").
|
11
|
-
container: Readonly<import("../..").
|
12
|
-
menuItems: Readonly<import("../..").
|
13
|
-
menuOpen: import("../..").
|
14
|
-
line: (color: string) => Readonly<import("../..").
|
15
|
-
line1: Readonly<import("../..").
|
16
|
-
line1Open: import("../..").
|
17
|
-
line2: import("../..").
|
18
|
-
line2Open: import("../..").
|
19
|
-
line3: Readonly<import("../..").
|
20
|
-
line3Open: import("../..").
|
10
|
+
buttonHeader: Readonly<import("../..").StylexValue>;
|
11
|
+
container: Readonly<import("../..").StylexValue>;
|
12
|
+
menuItems: Readonly<import("../..").StylexValue>;
|
13
|
+
menuOpen: import("../..").StylexValue;
|
14
|
+
line: (color: string) => Readonly<import("../..").StylexValue>;
|
15
|
+
line1: Readonly<import("../..").StylexValue>;
|
16
|
+
line1Open: import("../..").StylexValue;
|
17
|
+
line2: import("../..").StylexValue;
|
18
|
+
line2Open: import("../..").StylexValue;
|
19
|
+
line3: Readonly<import("../..").StylexValue>;
|
20
|
+
line3Open: import("../..").StylexValue;
|
21
21
|
};
|
22
22
|
};
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { OButtonVariants } from "@omnia/fx-models";
|
2
2
|
export declare const ButtonStyles: {
|
3
|
-
velcronStyling: import("../..").
|
3
|
+
velcronStyling: import("../..").StylexValue;
|
4
4
|
wrapper: (background: string, text: string, iconColor: string, variant: OButtonVariants, transparent: boolean, transparentHover: boolean, grouped: boolean) => {
|
5
5
|
class: string;
|
6
6
|
style: {
|
@@ -4,5 +4,5 @@
|
|
4
4
|
import { ColorDefinition } from "../../velcron/core";
|
5
5
|
import { OButtonGroupTypes } from "@omnia/fx-models";
|
6
6
|
export declare const ButtonGroupStyles: {
|
7
|
-
buttonContainer: (baseColor: ColorDefinition, onBaseColor: ColorDefinition, containerColor: ColorDefinition, onContainerColor: ColorDefinition, toned: boolean, variant: OButtonGroupTypes) => Readonly<import("@omnia/fx/ux").
|
7
|
+
buttonContainer: (baseColor: ColorDefinition, onBaseColor: ColorDefinition, containerColor: ColorDefinition, onContainerColor: ColorDefinition, toned: boolean, variant: OButtonGroupTypes) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
8
8
|
};
|