@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,4 +1,4 @@
|
|
1
1
|
import { useTypographyBlueprintStore } from "../..";
|
2
2
|
export declare const CheckBoxStyles: {
|
3
|
-
wrapper: (textColor: string, selectedColor: string, blueprints: ReturnType<typeof useTypographyBlueprintStore>) => Readonly<import("../..").
|
3
|
+
wrapper: (textColor: string, selectedColor: string, blueprints: ReturnType<typeof useTypographyBlueprintStore>) => Readonly<import("../..").StylexValue>;
|
4
4
|
};
|
@@ -1,4 +1,10 @@
|
|
1
1
|
export declare const chipStyles: {
|
2
|
-
|
3
|
-
|
2
|
+
container: (color: string) => {
|
3
|
+
class: string;
|
4
|
+
style: {
|
5
|
+
"--color": string;
|
6
|
+
};
|
7
|
+
};
|
8
|
+
fadeEffect: (color: string) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
9
|
+
avatarWrapper: Readonly<import("@omnia/fx/ux").StylexValue>;
|
4
10
|
};
|
@@ -1,8 +1,8 @@
|
|
1
1
|
export declare const ColorPickerStyles: {
|
2
|
-
titleColumn: Readonly<import("@omnia/fx/ux").
|
3
|
-
title: (dark: boolean, labelColor: string) => import("@omnia/fx/ux").
|
4
|
-
icon: (dark: boolean) => import("@omnia/fx/ux").
|
5
|
-
displaywrapper: (bgColor: string) => Readonly<import("@omnia/fx/ux").
|
6
|
-
pickerTopWrapper: Readonly<import("@omnia/fx/ux").
|
7
|
-
pickerBottomWrapper: Readonly<import("@omnia/fx/ux").
|
2
|
+
titleColumn: Readonly<import("@omnia/fx/ux").StylexValue>;
|
3
|
+
title: (dark: boolean, labelColor: string) => import("@omnia/fx/ux").StylexValue;
|
4
|
+
icon: (dark: boolean) => import("@omnia/fx/ux").StylexValue;
|
5
|
+
displaywrapper: (bgColor: string) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
6
|
+
pickerTopWrapper: Readonly<import("@omnia/fx/ux").StylexValue>;
|
7
|
+
pickerBottomWrapper: Readonly<import("@omnia/fx/ux").StylexValue>;
|
8
8
|
};
|
@@ -7,5 +7,5 @@ export interface stylingSettings {
|
|
7
7
|
minWidth: string;
|
8
8
|
}
|
9
9
|
export declare const ColStyles: {
|
10
|
-
wrapper: (settings: stylingSettings) => Readonly<import("../../Styles.stylex").
|
10
|
+
wrapper: (settings: stylingSettings) => Readonly<import("../../Styles.stylex").StylexValue>;
|
11
11
|
};
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { ColorDefinition } from "@omnia/fx-models";
|
2
2
|
import { useColorSchemaStore } from "@omnia/fx/ux";
|
3
3
|
export declare const dataTableStyles: {
|
4
|
-
rowWrapper: (color: ColorDefinition) => Readonly<import("@omnia/fx/ux").
|
5
|
-
actionCell: Readonly<import("@omnia/fx/ux").
|
6
|
-
wrapper: (colors: ReturnType<typeof useColorSchemaStore>, showFooter: boolean) => Readonly<import("@omnia/fx/ux").
|
4
|
+
rowWrapper: (color: ColorDefinition) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
5
|
+
actionCell: Readonly<import("@omnia/fx/ux").StylexValue>;
|
6
|
+
wrapper: (colors: ReturnType<typeof useColorSchemaStore>, showFooter: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
7
7
|
};
|
@@ -1,15 +1,15 @@
|
|
1
1
|
import { useColorSchemaStore } from "@omnia/fx/ux";
|
2
2
|
import { ColorDefinition, ODialogTypes } from "@omnia/fx-models";
|
3
3
|
export declare const DialogStyles: {
|
4
|
-
templateTitle: Readonly<import("@omnia/fx/ux").
|
5
|
-
titleWrapper: (dark: boolean) => Readonly<import("@omnia/fx/ux").
|
6
|
-
fixedContent: (backgroundColor: string) => Readonly<import("@omnia/fx/ux").
|
7
|
-
navigationDrawer: (dark: boolean) => Readonly<import("@omnia/fx/ux").
|
8
|
-
navigationWrapper: (dark: boolean) => Readonly<import("@omnia/fx/ux").
|
9
|
-
activator: import("@omnia/fx/ux").
|
10
|
-
contentScrollWrapper: (customScroll: boolean, hasButtons: boolean, fullSize: boolean, staticContent: boolean, variant: ODialogTypes, horizontalScroll: boolean) => Readonly<import("@omnia/fx/ux").
|
11
|
-
notScrollOutside: import("@omnia/fx/ux").
|
12
|
-
iconWrapper: (dark: boolean) => Readonly<import("@omnia/fx/ux").
|
13
|
-
footerWrapper: (backgroundColor: ColorDefinition) => Readonly<import("@omnia/fx/ux").
|
14
|
-
scroll(colors: ReturnType<typeof useColorSchemaStore>): Readonly<import("@omnia/fx/ux").
|
4
|
+
templateTitle: Readonly<import("@omnia/fx/ux").StylexValue>;
|
5
|
+
titleWrapper: (dark: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
6
|
+
fixedContent: (backgroundColor: string) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
7
|
+
navigationDrawer: (dark: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
8
|
+
navigationWrapper: (dark: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
9
|
+
activator: import("@omnia/fx/ux").StylexValue;
|
10
|
+
contentScrollWrapper: (customScroll: boolean, hasButtons: boolean, fullSize: boolean, staticContent: boolean, variant: ODialogTypes, horizontalScroll: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
11
|
+
notScrollOutside: import("@omnia/fx/ux").StylexValue;
|
12
|
+
iconWrapper: (dark: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
13
|
+
footerWrapper: (backgroundColor: ColorDefinition) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
14
|
+
scroll(colors: ReturnType<typeof useColorSchemaStore>): Readonly<import("@omnia/fx/ux").StylexValue>;
|
15
15
|
};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { OPageDividerTypes } from "@omnia/fx-models";
|
2
2
|
export declare const DividerStyles: {
|
3
|
-
divider: (dark: boolean, variant: OPageDividerTypes) => Readonly<import("@omnia/fx/ux").
|
4
|
-
label: Readonly<import("@omnia/fx/ux").
|
3
|
+
divider: (dark: boolean, variant: OPageDividerTypes) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
4
|
+
label: Readonly<import("@omnia/fx/ux").StylexValue>;
|
5
5
|
};
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import { ColorDefinition, OPanelTypes } from "@omnia/fx-models";
|
2
2
|
export declare const ExpansionPanelStyles: {
|
3
|
-
iconWrapper: (variant: OPanelTypes) => Readonly<import("@omnia/fx/ux").
|
4
|
-
customHeader: Readonly<import("@omnia/fx/ux").
|
5
|
-
sectionVariant: Readonly<import("@omnia/fx/ux").
|
6
|
-
tabVariant: Readonly<import("@omnia/fx/ux").
|
7
|
-
wrapper: (base: ColorDefinition, onBase: ColorDefinition, panelType: OPanelTypes, hideExpandIcon: boolean, toned: boolean, slim: boolean) => Readonly<import("@omnia/fx/ux").
|
3
|
+
iconWrapper: (variant: OPanelTypes) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
4
|
+
customHeader: Readonly<import("@omnia/fx/ux").StylexValue>;
|
5
|
+
sectionVariant: Readonly<import("@omnia/fx/ux").StylexValue>;
|
6
|
+
tabVariant: Readonly<import("@omnia/fx/ux").StylexValue>;
|
7
|
+
wrapper: (base: ColorDefinition, onBase: ColorDefinition, panelType: OPanelTypes, hideExpandIcon: boolean, toned: boolean, slim: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
8
8
|
};
|
@@ -13,5 +13,5 @@ export interface stylingSettings {
|
|
13
13
|
direction: ORowDirections;
|
14
14
|
}
|
15
15
|
export declare const RowStyles: {
|
16
|
-
wrapper: (settings: stylingSettings) => Readonly<import("../../Styles.stylex").
|
16
|
+
wrapper: (settings: stylingSettings) => Readonly<import("../../Styles.stylex").StylexValue>;
|
17
17
|
};
|
@@ -1,4 +1,4 @@
|
|
1
1
|
import { OIconVariants, OIconSizes } from "@omnia/fx-models";
|
2
2
|
export declare const IconStyles: {
|
3
|
-
wrapper: (size: OIconSizes, variant: OIconVariants) => Readonly<import("../..").
|
3
|
+
wrapper: (size: OIconSizes, variant: OIconVariants) => Readonly<import("../..").StylexValue>;
|
4
4
|
};
|
@@ -3,7 +3,7 @@ import { useColorSchemaStore, useTypographyBlueprintStore } from "@omnia/fx/ux";
|
|
3
3
|
export declare const TextFieldStyles: {
|
4
4
|
editorVariant: string;
|
5
5
|
textAndFont: (textBlueprint: TextBlueprint, colors: ReturnType<typeof useColorSchemaStore>, typography: ReturnType<typeof useTypographyBlueprintStore>) => string;
|
6
|
-
generalField: (textColor: string, rounded: BoxDimensions, fixTextFiled: boolean) => Readonly<import("@omnia/fx/ux").
|
7
|
-
hint: (color: string) => Readonly<import("@omnia/fx/ux").
|
8
|
-
iconButtonWrapper: import("@omnia/fx/ux").
|
6
|
+
generalField: (textColor: string, rounded: BoxDimensions, fixTextFiled: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
7
|
+
hint: (color: string) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
8
|
+
iconButtonWrapper: import("@omnia/fx/ux").StylexValue;
|
9
9
|
};
|
@@ -1,5 +1,5 @@
|
|
1
|
+
import { OMotionProps } from "@omnia/fx-models";
|
1
2
|
import { DefineProp } from "@omnia/fx/ux";
|
2
|
-
|
3
|
-
type LazyProps = DefineProp<"variant", OLazyVariants, false, null, "The strategy for how the lazy will load."> & DefineProp<"renderOnIdle", boolean, false, false, "If true, the lazy will render when the browser is idle."> & DefineProp<"unrender", boolean, false, false, "If true it will unrender when not in viewport after some idle time."> & DefineProp<"minHeight", number, false, null, "The min height of the lazy element."> & DefineProp<"unrenderDelay", number, false, null, "The time in ms before the lazy will unrender when not in viewport.">;
|
3
|
+
type LazyProps = DefineProp<"renderOnIdle", boolean, false, false, "If true, the lazy will render when the browser is idle."> & DefineProp<"disabled", boolean, false, false, "If true lazy is disabled"> & DefineProp<"motion", OMotionProps, false, null, "If true lazy is disabled"> & DefineProp<"minHeight", string | number, false, null, "The min height of the lazy element.">;
|
4
4
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<LazyProps>) => any;
|
5
5
|
export default _default;
|
@@ -1,4 +1,4 @@
|
|
1
1
|
import { OListTypes } from "@omnia/fx-models";
|
2
2
|
export declare const listStyles: {
|
3
|
-
wrapper: (listType: OListTypes, dark: any, divider: boolean) => Readonly<import("@omnia/fx/ux").
|
3
|
+
wrapper: (listType: OListTypes, dark: any, divider: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
4
4
|
};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
export declare const ListItemStyles: {
|
2
|
-
wrapper: (iconOnly: boolean, isFixedHeight: boolean) => Readonly<import("../..").
|
3
|
-
selectedItem: (dark: boolean) => Readonly<import("../..").
|
4
|
-
hoverStyle: (dark: boolean) => Readonly<import("../..").
|
2
|
+
wrapper: (iconOnly: boolean, isFixedHeight: boolean) => Readonly<import("../..").StylexValue>;
|
3
|
+
selectedItem: (dark: boolean) => Readonly<import("../..").StylexValue>;
|
4
|
+
hoverStyle: (dark: boolean) => Readonly<import("../..").StylexValue>;
|
5
5
|
};
|
@@ -0,0 +1,22 @@
|
|
1
|
+
import { DefineEmit } from "@omnia/fx/ux";
|
2
|
+
import type { AnimationOptionsWithOverrides, InViewOptions, VariantDefinition, Variants } from "@motionone/dom";
|
3
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
4
|
+
initial?: boolean | VariantDefinition;
|
5
|
+
} & {
|
6
|
+
animate?: VariantDefinition;
|
7
|
+
} & {
|
8
|
+
inView?: VariantDefinition;
|
9
|
+
} & {
|
10
|
+
hover?: VariantDefinition;
|
11
|
+
} & {
|
12
|
+
press?: VariantDefinition;
|
13
|
+
} & {
|
14
|
+
exit?: VariantDefinition;
|
15
|
+
} & {
|
16
|
+
variants?: Variants;
|
17
|
+
} & {
|
18
|
+
inViewOptions?: InViewOptions;
|
19
|
+
} & {
|
20
|
+
transition?: AnimationOptionsWithOverrides;
|
21
|
+
} & DefineEmit<"click:someThing", (value: string) => true>>) => any;
|
22
|
+
export default _default;
|
@@ -5,7 +5,7 @@ declare const _default: {
|
|
5
5
|
required: false;
|
6
6
|
};
|
7
7
|
variant: {
|
8
|
-
type: import("vue").PropType<"default" | "dialog" | "
|
8
|
+
type: import("vue").PropType<"default" | "dialog" | "editor" | "app">;
|
9
9
|
};
|
10
10
|
overrides: {
|
11
11
|
type: import("vue").PropType<object>;
|
@@ -14,7 +14,7 @@ declare const _default: {
|
|
14
14
|
type: import("vue").PropType<boolean>;
|
15
15
|
};
|
16
16
|
location: {
|
17
|
-
type: import("vue").PropType<"left" | "right" | "top" | "start" | "end"
|
17
|
+
type: import("vue").PropType<"bottom" | "left" | "right" | "top" | "start" | "end">;
|
18
18
|
};
|
19
19
|
"onUpdate:modelValue": {
|
20
20
|
type: import("vue").PropType<(value: boolean) => any | void>;
|
@@ -58,7 +58,7 @@ declare const _default: {
|
|
58
58
|
required: false;
|
59
59
|
};
|
60
60
|
variant: {
|
61
|
-
type: import("vue").PropType<"default" | "dialog" | "
|
61
|
+
type: import("vue").PropType<"default" | "dialog" | "editor" | "app">;
|
62
62
|
};
|
63
63
|
overrides: {
|
64
64
|
type: import("vue").PropType<object>;
|
@@ -67,7 +67,7 @@ declare const _default: {
|
|
67
67
|
type: import("vue").PropType<boolean>;
|
68
68
|
};
|
69
69
|
location: {
|
70
|
-
type: import("vue").PropType<"left" | "right" | "top" | "start" | "end"
|
70
|
+
type: import("vue").PropType<"bottom" | "left" | "right" | "top" | "start" | "end">;
|
71
71
|
};
|
72
72
|
"onUpdate:modelValue": {
|
73
73
|
type: import("vue").PropType<(value: boolean) => any | void>;
|
@@ -108,7 +108,7 @@ declare const _default: {
|
|
108
108
|
required: false;
|
109
109
|
};
|
110
110
|
variant: {
|
111
|
-
type: import("vue").PropType<"default" | "dialog" | "
|
111
|
+
type: import("vue").PropType<"default" | "dialog" | "editor" | "app">;
|
112
112
|
};
|
113
113
|
overrides: {
|
114
114
|
type: import("vue").PropType<object>;
|
@@ -117,7 +117,7 @@ declare const _default: {
|
|
117
117
|
type: import("vue").PropType<boolean>;
|
118
118
|
};
|
119
119
|
location: {
|
120
|
-
type: import("vue").PropType<"left" | "right" | "top" | "start" | "end"
|
120
|
+
type: import("vue").PropType<"bottom" | "left" | "right" | "top" | "start" | "end">;
|
121
121
|
};
|
122
122
|
"onUpdate:modelValue": {
|
123
123
|
type: import("vue").PropType<(value: boolean) => any | void>;
|
@@ -152,15 +152,15 @@ declare const _default: {
|
|
152
152
|
propsDefinition: Omit<Readonly<{} & {
|
153
153
|
container?: boolean;
|
154
154
|
class?: String | String[];
|
155
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
156
155
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
157
|
-
|
158
|
-
modelValue?: boolean;
|
156
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
159
157
|
"v-model"?: boolean;
|
160
|
-
|
161
|
-
variant?: "default" | "dialog" | "
|
162
|
-
location?: "left" | "right" | "top" | "start" | "end" | "bottom";
|
158
|
+
modelValue?: boolean;
|
159
|
+
variant?: "default" | "dialog" | "editor" | "app";
|
163
160
|
overrides?: object;
|
161
|
+
toned?: boolean;
|
162
|
+
"onUpdate:modelValue"?: (value: boolean) => any | void;
|
163
|
+
location?: "bottom" | "left" | "right" | "top" | "start" | "end";
|
164
164
|
customWidth?: number;
|
165
165
|
}>, never>;
|
166
166
|
};
|
package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.stylex.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
1
|
import { ONavigationDrawerVariants } from "@omnia/fx-models";
|
2
2
|
export declare const NavigatonDrawerStyles: {
|
3
|
-
wrapper: (variant: ONavigationDrawerVariants) => Readonly<import("@omnia/fx/ux").
|
3
|
+
wrapper: (variant: ONavigationDrawerVariants) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
4
4
|
};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
declare const _default: {
|
2
|
-
avatarWrapper: (size: number | string) => Readonly<import("@omnia/fx/ux").
|
3
|
-
textWrapper: (characters: any, fullSize: any) => import("@omnia/fx/ux").
|
2
|
+
avatarWrapper: (size: number | string) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
3
|
+
textWrapper: (characters: any, fullSize: any) => import("@omnia/fx/ux").StylexValue;
|
4
4
|
};
|
5
5
|
export default _default;
|
@@ -167,10 +167,10 @@ declare const _default: {
|
|
167
167
|
container?: boolean;
|
168
168
|
class?: String | String[];
|
169
169
|
disabled?: boolean;
|
170
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
171
170
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
172
|
-
|
171
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
173
172
|
"v-model"?: number;
|
173
|
+
modelValue?: number;
|
174
174
|
"onUpdate:modelValue"?: (value: number) => any | void;
|
175
175
|
totalVisible?: number;
|
176
176
|
prevIcon?: string | FunctionalComponent<{}, {}, any, {}>;
|
@@ -1,10 +1,10 @@
|
|
1
1
|
import { ColorDefinition } from "../../velcron/core";
|
2
2
|
import { OPanelVariants, OPaddingCombination } from "@omnia/fx-models";
|
3
3
|
export declare const PanelStyles: {
|
4
|
-
tabSettingsPadding: Readonly<import("@omnia/fx/ux").
|
5
|
-
templateTitle: (variant: OPanelVariants, titelOnTopDivider: boolean, color: string, spacelessTop: boolean, spacelessBottom: boolean, paddings: OPaddingCombination) => Readonly<import("@omnia/fx/ux").
|
6
|
-
dividerOnTitle: Readonly<import("@omnia/fx/ux").
|
7
|
-
panelHoverBackground: (color: ColorDefinition) => Readonly<import("@omnia/fx/ux").
|
8
|
-
panelWrapper: (hide: boolean, variant: OPanelVariants, grouped: boolean, spacelessTop: boolean, spacelessBottom: boolean, hasLeftDivider: any, hasRightDivider: any, dark: boolean, paddings: OPaddingCombination) => Readonly<import("@omnia/fx/ux").
|
9
|
-
contentWrapper: (variant: OPanelVariants, grouped: boolean, spacelessTop: boolean, spacelessBottom: boolean, paddings: OPaddingCombination, noContentPadding: boolean) => Readonly<import("@omnia/fx/ux").
|
4
|
+
tabSettingsPadding: Readonly<import("@omnia/fx/ux").StylexValue>;
|
5
|
+
templateTitle: (variant: OPanelVariants, titelOnTopDivider: boolean, color: string, spacelessTop: boolean, spacelessBottom: boolean, paddings: OPaddingCombination) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
6
|
+
dividerOnTitle: Readonly<import("@omnia/fx/ux").StylexValue>;
|
7
|
+
panelHoverBackground: (color: ColorDefinition) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
8
|
+
panelWrapper: (hide: boolean, variant: OPanelVariants, grouped: boolean, spacelessTop: boolean, spacelessBottom: boolean, hasLeftDivider: any, hasRightDivider: any, dark: boolean, paddings: OPaddingCombination) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
9
|
+
contentWrapper: (variant: OPanelVariants, grouped: boolean, spacelessTop: boolean, spacelessBottom: boolean, paddings: OPaddingCombination, noContentPadding: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
10
10
|
};
|
@@ -1,4 +1,4 @@
|
|
1
1
|
import { useTypographyBlueprintStore } from "@omnia/fx/ux";
|
2
2
|
export declare const RadioStyles: {
|
3
|
-
wrapper: (textColor: string, selectedColor: string, blueprint: ReturnType<typeof useTypographyBlueprintStore>) => Readonly<import("@omnia/fx/ux").
|
3
|
+
wrapper: (textColor: string, selectedColor: string, blueprint: ReturnType<typeof useTypographyBlueprintStore>) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
4
4
|
};
|
@@ -172,10 +172,10 @@ declare const _default: {
|
|
172
172
|
class?: String | String[];
|
173
173
|
label?: string;
|
174
174
|
disabled?: boolean;
|
175
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
176
175
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
177
|
-
|
176
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
178
177
|
"v-model"?: any;
|
178
|
+
modelValue?: any;
|
179
179
|
"onUpdate:modelValue"?: (value: any) => any | void;
|
180
180
|
rules?: ValidationRule[];
|
181
181
|
readonly?: boolean;
|
@@ -1,4 +1,4 @@
|
|
1
1
|
export declare const RadioGroupStyles: {
|
2
|
-
wrapper: Readonly<import("@omnia/fx/ux").
|
3
|
-
itemWrapper: (textColor: string) => Readonly<import("@omnia/fx/ux").
|
2
|
+
wrapper: Readonly<import("@omnia/fx/ux").StylexValue>;
|
3
|
+
itemWrapper: (textColor: string) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
4
4
|
};
|
@@ -219,16 +219,16 @@ declare const _default: {
|
|
219
219
|
container: boolean;
|
220
220
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
221
221
|
propsDefinition: Omit<Readonly<{} & {
|
222
|
+
direction?: "horizontal" | "vertical";
|
222
223
|
container?: boolean;
|
223
224
|
class?: String | String[];
|
224
225
|
label?: string;
|
225
|
-
direction?: "horizontal" | "vertical";
|
226
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
227
226
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
228
|
-
|
227
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
229
228
|
"v-model"?: [number, number];
|
230
|
-
|
229
|
+
modelValue?: [number, number];
|
231
230
|
variant?: "default" | "prominent";
|
231
|
+
"onUpdate:modelValue"?: (value: [number, number]) => any | void;
|
232
232
|
hint?: string;
|
233
233
|
persistentHint?: boolean;
|
234
234
|
max?: string | number;
|
@@ -1,4 +1,4 @@
|
|
1
1
|
import { useTypographyBlueprintStore } from "@omnia/fx/ux";
|
2
2
|
export declare const RangeSliderStyles: {
|
3
|
-
wrapper: (textColor: string, noThumbLabel: boolean, blueprints: ReturnType<typeof useTypographyBlueprintStore>) => Readonly<import("@omnia/fx/ux").
|
3
|
+
wrapper: (textColor: string, noThumbLabel: boolean, blueprints: ReturnType<typeof useTypographyBlueprintStore>) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
4
4
|
};
|
package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.stylex.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
1
|
export declare const ScrollContainerStyles: {
|
2
|
-
scrollingStyles: (scrolling: string, height: string, width: string, noScrolling: boolean) => Readonly<import("@omnia/fx/ux").
|
3
|
-
compensateMargin: import("@omnia/fx/ux").
|
2
|
+
scrollingStyles: (scrolling: string, height: string, width: string, noScrolling: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
3
|
+
compensateMargin: import("@omnia/fx/ux").StylexValue;
|
4
4
|
};
|
@@ -13,7 +13,7 @@ export interface OSelectSlots extends Omit<VSelectSlots, "item" | "selection" |
|
|
13
13
|
declare const defaultRules: ValidationRule[];
|
14
14
|
type SlotsWithReturnObject<TItem> = DefineSlot<"chip", (item: OSelectRenderingItem<ItemType<TItem>>, index: Number) => VNodeChild> & DefineSlot<"selection", (item: OSelectRenderingItem<ItemType<TItem>>, index: Number) => VNodeChild> & DefineSlot<"item", (item: OSelectRenderingItem<ItemType<TItem>>, index: Number) => VNodeChild>;
|
15
15
|
type SlotsWithoutReturnObject = DefineSlot<"chip", (item: OSelectRenderingItem<any>, index: Number) => VNodeChild> & DefineSlot<"selection", (item: OSelectRenderingItem<any>, index: Number) => VNodeChild> & DefineSlot<"item", (item: OSelectRenderingItem<any>, index: Number) => VNodeChild>;
|
16
|
-
type BaseProps<TItem, TReturnObject extends boolean> = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", any, false, null, false, "The v-model of the component"> & DefineProp<"rules", ValidationRule[], false, typeof defaultRules, "Accepts a mixed array of types function. Functions pass an input value as an argument and must return either true / false or a string containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) false or is a string."> & DefineProp<"label", string, false, null, "Sets the label of the component."> & DefineProp<"hint", string, false, null, "Sets the hint of the component."> & DefineProp<"items", TItem, false, null, "TItem must be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the item-title, item-value and item-disabled props."> & DefineProp<"itemTitle", ItemValueType<ItemType<TItem>>, false, null, "Property on supplied items that contains its title."> & DefineProp<"itemValue", ItemValueType<ItemType<TItem>>, false, null, "Property on supplied items that contains its value."> & DefineProp<"variant", OSelectTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"returnObject", TReturnObject, false, null, "Changes the selection behavior to return the object directly rather than the value specified with item-value."> & DefineProp<"clearable", boolean, false, null, "Allows for the component to be cleared."> & DefineProp<"searchable", boolean, false, null, "Allows to searching when user typing."> & DefineProp<"toned", boolean> & DefineProp<"readonly", boolean, false, null, "Puts input in readonly state."> & DefineProp<"multiple", boolean, false, false, "Multiple selection."> & DefineProp<"hideNoData", boolean, false, false, "Hidden no data message."> & DefineProp<"menuIcon", IIcon, false, null, "Custom menu icon."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the input."> & DefineProp<"persistentHint", boolean, false, null, "Forces hint to always be visible."> & DefineProp<"hideSelected", boolean, false, null, "Hide selected items from all items list."> & DefineEmit<"click:button", (value: any) => void, "Emit a click event."> & DefineProp<"errorMessages", string | readonly string[], false, null, "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the rules prop. This field will not trigger validation."> & DefineProp<"error", boolean, false, false, "Puts the input in a manual error state."> & DefineEmit<"update:search", (value: string) => void, "Emit when search input value is changed. Only works when searchable prop is true."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineSlot<"append-item", () => VNodeChild> & DefineSlot<"prepend-inner", () => VNodeChild> & DefineProp<"maxHeight", number, false, 300> & DefineProp<"itemHeight", number, false, 40>;
|
16
|
+
type BaseProps<TItem, TReturnObject extends boolean> = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", any, false, null, false, "The v-model of the component"> & DefineProp<"rules", ValidationRule[], false, typeof defaultRules, "Accepts a mixed array of types function. Functions pass an input value as an argument and must return either true / false or a string containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) false or is a string."> & DefineProp<"label", string, false, null, "Sets the label of the component."> & DefineProp<"hint", string, false, null, "Sets the hint of the component."> & DefineProp<"items", TItem, false, null, "TItem must be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the item-title, item-value and item-disabled props."> & DefineProp<"itemTitle", ItemValueType<ItemType<TItem>>, false, null, "Property on supplied items that contains its title."> & DefineProp<"itemValue", ItemValueType<ItemType<TItem>>, false, null, "Property on supplied items that contains its value."> & DefineProp<"variant", OSelectTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"returnObject", TReturnObject, false, null, "Changes the selection behavior to return the object directly rather than the value specified with item-value."> & DefineProp<"clearable", boolean, false, null, "Allows for the component to be cleared."> & DefineProp<"searchable", boolean, false, null, "Allows to searching when user typing."> & DefineProp<"toned", boolean> & DefineProp<"readonly", boolean, false, null, "Puts input in readonly state."> & DefineProp<"multiple", boolean, false, false, "Multiple selection."> & DefineProp<"hideNoData", boolean, false, false, "Hidden no data message."> & DefineProp<"menuIcon", IIcon, false, null, "Custom menu icon."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the input."> & DefineProp<"persistentHint", boolean, false, null, "Forces hint to always be visible."> & DefineProp<"hideSelected", boolean, false, null, "Hide selected items from all items list."> & DefineEmit<"click:button", (value: any) => void, "Emit a click event."> & DefineProp<"errorMessages", string | readonly string[], false, null, "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the rules prop. This field will not trigger validation."> & DefineProp<"error", boolean, false, false, "Puts the input in a manual error state."> & DefineEmit<"update:search", (value: string) => void, "Emit when search input value is changed. Only works when searchable prop is true."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineSlot<"append-item", () => VNodeChild> & DefineSlot<"prepend-inner", () => VNodeChild> & DefineSlot<"append-inner", () => VNodeChild> & DefineProp<"maxHeight", number, false, 300> & DefineProp<"itemHeight", number, false, 40>;
|
17
17
|
export type OSelectProps<TItem, TReturnObject extends boolean> = BaseProps<TItem, TReturnObject> & DefineType<TReturnObject extends true ? SlotsWithReturnObject<TItem> : SlotsWithoutReturnObject>;
|
18
18
|
declare const _default: <TItem extends readonly any[], TReturnObject extends boolean>(props: import("@omnia/fx/ux").ConstructComponentProps<OSelectProps<TItem, TReturnObject>>) => any;
|
19
19
|
export default _default;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { OSelectTypes } from "@omnia/fx-models";
|
2
2
|
export declare const SelectStyles: {
|
3
|
-
componentWrapper: Readonly<import("@omnia/fx/ux").
|
4
|
-
componentVariantWrapper: (variant: OSelectTypes, hasValue: boolean, hasLabel: boolean) => Readonly<import("@omnia/fx/ux").
|
3
|
+
componentWrapper: Readonly<import("@omnia/fx/ux").StylexValue>;
|
4
|
+
componentVariantWrapper: (variant: OSelectTypes, hasValue: boolean, hasLabel: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
5
5
|
};
|
@@ -1,4 +1,4 @@
|
|
1
1
|
export declare const SwiperStyles: {
|
2
|
-
backgroundColor: (color: string) => import("@omnia/fx/ux").
|
3
|
-
color: (color: string) => import("@omnia/fx/ux").
|
2
|
+
backgroundColor: (color: string) => import("@omnia/fx/ux").StylexValue;
|
3
|
+
color: (color: string) => import("@omnia/fx/ux").StylexValue;
|
4
4
|
};
|
@@ -1,4 +1,4 @@
|
|
1
1
|
import { useTypographyBlueprintStore } from "@omnia/fx/ux";
|
2
2
|
export declare const SliderStyles: {
|
3
|
-
wrapper: (textColor: string, noThumbLabel: boolean, blueprints: ReturnType<typeof useTypographyBlueprintStore>, label: string) => Readonly<import("@omnia/fx/ux").
|
3
|
+
wrapper: (textColor: string, noThumbLabel: boolean, blueprints: ReturnType<typeof useTypographyBlueprintStore>, label: string) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
4
4
|
};
|
@@ -1,4 +1,4 @@
|
|
1
1
|
import { OSplitpanesVariation } from "@omnia/fx-models";
|
2
2
|
export declare const SplitpaneStyles: {
|
3
|
-
wrapper: (backgroundColor: string, splitterColor: string, variant: OSplitpanesVariation) => Readonly<import("@omnia/fx/ux").
|
3
|
+
wrapper: (backgroundColor: string, splitterColor: string, variant: OSplitpanesVariation) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
4
4
|
};
|
@@ -1,4 +1,4 @@
|
|
1
1
|
import { ColorDefinition } from "@omnia/fx-models";
|
2
2
|
export declare const StepperStyles: {
|
3
|
-
container: (baseSelected: ColorDefinition, onBaseSelected: ColorDefinition) => Readonly<import("@omnia/fx/ux").
|
3
|
+
container: (baseSelected: ColorDefinition, onBaseSelected: ColorDefinition) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
4
4
|
};
|
package/internal-do-not-import-from-here/ux/oxide/stickycontainer/StickyContainer.stylex.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
1
|
export declare const StickyContainerStyles: {
|
2
|
-
stickyWrapper: Readonly<import("@omnia/fx/ux").
|
3
|
-
markWrapper: Readonly<import("@omnia/fx/ux").
|
2
|
+
stickyWrapper: Readonly<import("@omnia/fx/ux").StylexValue>;
|
3
|
+
markWrapper: Readonly<import("@omnia/fx/ux").StylexValue>;
|
4
4
|
};
|
@@ -1,4 +1,4 @@
|
|
1
1
|
import { useColorSchemaStore, useTypographyBlueprintStore } from "@omnia/fx/ux";
|
2
2
|
export declare const SwitchStyles: {
|
3
|
-
wrapper: (colors: ReturnType<typeof useColorSchemaStore>, blueprints: ReturnType<typeof useTypographyBlueprintStore>) => Readonly<import("@omnia/fx/ux").
|
3
|
+
wrapper: (colors: ReturnType<typeof useColorSchemaStore>, blueprints: ReturnType<typeof useTypographyBlueprintStore>) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
4
4
|
};
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { ColorDefinition, OTabVariants } from "@omnia/fx-models";
|
2
2
|
export declare const TabStyles: {
|
3
|
-
containerTabWrapper: (color: ColorDefinition) => Readonly<import("@omnia/fx/ux").
|
4
|
-
tabWrapper: Readonly<import("@omnia/fx/ux").
|
5
|
-
notificationWrapper: Readonly<import("@omnia/fx/ux").
|
6
|
-
activeTab: (color: string, variant: OTabVariants, backgroundColor: string) => Readonly<import("@omnia/fx/ux").
|
3
|
+
containerTabWrapper: (color: ColorDefinition) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
4
|
+
tabWrapper: Readonly<import("@omnia/fx/ux").StylexValue>;
|
5
|
+
notificationWrapper: Readonly<import("@omnia/fx/ux").StylexValue>;
|
6
|
+
activeTab: (color: string, variant: OTabVariants, backgroundColor: string) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
7
7
|
};
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import { ColorDefinition } from "@omnia/fx-models";
|
2
2
|
export declare const TabsStyles: {
|
3
|
-
itemContainer: (scrollOffset: string, noScrolling: boolean) => Readonly<import("@omnia/fx/ux").
|
4
|
-
hideTabHeader: Readonly<import("@omnia/fx/ux").
|
5
|
-
dialogWrapper: Readonly<import("@omnia/fx/ux").
|
6
|
-
toolbarStyles: (vertical: boolean) => Readonly<import("@omnia/fx/ux").
|
7
|
-
dialogContainer: (baseSelected: ColorDefinition, onBaseSelected: ColorDefinition, toned: boolean, vertical: boolean) => Readonly<import("@omnia/fx/ux").
|
3
|
+
itemContainer: (scrollOffset: string, noScrolling: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
4
|
+
hideTabHeader: Readonly<import("@omnia/fx/ux").StylexValue>;
|
5
|
+
dialogWrapper: Readonly<import("@omnia/fx/ux").StylexValue>;
|
6
|
+
toolbarStyles: (vertical: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
7
|
+
dialogContainer: (baseSelected: ColorDefinition, onBaseSelected: ColorDefinition, toned: boolean, vertical: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
8
8
|
};
|
@@ -1,4 +1,4 @@
|
|
1
1
|
import { ColorDefinition } from "../../velcron/core";
|
2
2
|
export declare const TableStyles: {
|
3
|
-
tableWrapper: (baseColor: ColorDefinition, onBaseColor: ColorDefinition, containerColor: ColorDefinition, onContainerColor: ColorDefinition, toned: boolean) => Readonly<import("@omnia/fx/ux").
|
3
|
+
tableWrapper: (baseColor: ColorDefinition, onBaseColor: ColorDefinition, containerColor: ColorDefinition, onContainerColor: ColorDefinition, toned: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
4
4
|
};
|
@@ -3,5 +3,5 @@ import { useColorSchemaStore, useTypographyBlueprintStore } from "@omnia/fx/ux";
|
|
3
3
|
export declare const TextAreaStyles: {
|
4
4
|
editorVariant: string;
|
5
5
|
textAndFont: (textBlueprint: TextBlueprint, colors: ReturnType<typeof useColorSchemaStore>, typography: ReturnType<typeof useTypographyBlueprintStore>) => string;
|
6
|
-
generalField: (textColor: string) => Readonly<import("@omnia/fx/ux").
|
6
|
+
generalField: (textColor: string) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
7
7
|
};
|
@@ -1,9 +1,9 @@
|
|
1
1
|
import { OToolbarVariants } from "@omnia/fx-models";
|
2
2
|
export declare const ToolbarStyles: {
|
3
|
-
templateTitle: (variant: OToolbarVariants, hasButton: boolean) => Readonly<import("@omnia/fx/ux").
|
4
|
-
templateTitleCustom: Readonly<import("@omnia/fx/ux").
|
5
|
-
content: Readonly<import("@omnia/fx/ux").
|
6
|
-
drawer: Readonly<import("@omnia/fx/ux").
|
7
|
-
iconWrapper: (color: string) => Readonly<import("@omnia/fx/ux").
|
8
|
-
divider: (dark: boolean) => import("@omnia/fx/ux").
|
3
|
+
templateTitle: (variant: OToolbarVariants, hasButton: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
4
|
+
templateTitleCustom: Readonly<import("@omnia/fx/ux").StylexValue>;
|
5
|
+
content: Readonly<import("@omnia/fx/ux").StylexValue>;
|
6
|
+
drawer: Readonly<import("@omnia/fx/ux").StylexValue>;
|
7
|
+
iconWrapper: (color: string) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
8
|
+
divider: (dark: boolean) => import("@omnia/fx/ux").StylexValue;
|
9
9
|
};
|