@omnia/fx 8.0.74-dev → 8.0.75-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/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
- package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +5 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.d.ts +3 -2
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +3 -1
- package/internal-do-not-import-from-here/shared/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/index.js +1 -0
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +40 -53
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +6 -12
- package/internal-do-not-import-from-here/shared/models/theming/ChromeDefinition.d.ts +6 -1
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +8 -7
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +2 -9
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +1 -8
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +3 -5
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +4 -30
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.d.ts +87 -0
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.js +2 -0
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronEvents.js +2 -0
- package/internal-do-not-import-from-here/shared/models/velcron/index.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/velcron/index.js +5 -0
- package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +11 -2
- package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/AppInstanceProgressBlade.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromePicker.d.ts +363 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromePreview.d.ts +97 -0
- package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/SpacingPicker3.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/SpacingPicker3.d.ts +93 -44
- package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/TypographyPicker.d.ts +36 -44
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.d.ts +14 -2
- package/internal-do-not-import-from-here/ux/colorsettingspicker/ColorSettingsPicker.d.ts +9 -17
- package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +71 -1
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +93 -1
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +142 -0
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +34 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyItemRenderer.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRefinementSelection.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +37 -16
- package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/helptext/HelpText.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/hub/feed/HubFeed.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +80 -0
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +143 -0
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +245 -0
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +287 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +236 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +340 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +345 -1
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +1 -17
- package/internal-do-not-import-from-here/ux/imagegrid/ImageGrid.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +217 -2
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyMenu.d.ts +57 -1
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyV2.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/journey/v2/use/UseBlade.d.ts +217 -2
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/ColumnResizer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +17 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +34 -0
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +18 -1
- package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +71 -1
- package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +83 -21
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +46 -17
- package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +75 -3
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +170 -17
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +24 -16
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +8 -16
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +65 -16
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +73 -17
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +34 -16
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +66 -16
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +97 -16
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +28 -67
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +128 -16
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +183 -16
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +112 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +106 -17
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +88 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +42 -17
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +45 -16
- package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.d.ts +24 -16
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +134 -16
- package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +59 -17
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +61 -16
- package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +40 -0
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +55 -0
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +84 -16
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +32 -16
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +49 -17
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +119 -16
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +41 -16
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +24 -16
- package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +75 -16
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +95 -16
- package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +37 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +52 -16
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +128 -16
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +80 -16
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +70 -16
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +181 -16
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +25 -17
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +91 -16
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +128 -16
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +24 -16
- package/internal-do-not-import-from-here/ux/oxide/splitpanes/SplitpaneItem.d.ts +72 -16
- package/internal-do-not-import-from-here/ux/oxide/splitpanes/Splitpanes.d.ts +50 -16
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +78 -16
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +46 -17
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +66 -16
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +68 -16
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +151 -16
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +163 -17
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +80 -17
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +63 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +29 -16
- package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +13 -1
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldNode.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/shareds/DefineRichTextNode.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/shareds/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +61 -16
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/social/Like.d.ts +63 -0
- package/internal-do-not-import-from-here/ux/social/Reactions.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/social/templates/LikeListingTemplate.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/store/ChromeEditorStore.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/BlueprintEditorStore.d.ts +1 -15
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeDefinitionInstance.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsChrome.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsComponents.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsSpacing.d.ts +20 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsTypography.d.ts +27 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/{TypographyTypes.d.ts → DefinitionsTypography.d.ts} +4 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsChrome.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsComponents.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsSpacing.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsChrome.d.ts +49 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsChrome.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsComponents.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsSpacing.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsChrome.d.ts +49 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsComponents.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/{TypographyTypes.d.ts → DefinitionsTypography.d.ts} +56 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +437 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +23 -65
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +440 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/{BlueprintDefinitionStore.d.ts → ComponentDefinitionStore.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +439 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +45 -18
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +6 -3
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +440 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +913 -110
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +6 -8
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Chrome.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +1 -17
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +10341 -2075
- 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 +35 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +28 -67
- package/internal-do-not-import-from-here/ux/use/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +34 -0
- package/internal-do-not-import-from-here/ux/validation/FieldValidation.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlock.d.ts +13 -6
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +2 -78
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +1 -12
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronTypes.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/ViewModelAndContext.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +4 -3
- package/internal-do-not-import-from-here/ux/velcron/core/stores/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilderBase.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SwitchEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +12 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +619 -625
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/blueprintpicker/BlueprintPicker.d.ts +0 -364
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/components/ChromePreview.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/Blueprints.d.ts +0 -31
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/Blueprints.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/Blueprints.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintStore.d.ts +0 -173
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +0 -90
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ThemeCodeEditor.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintEditor.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintSelector.css.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintSelector.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ColorSelector.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ColorSelector.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ComponentsViewer.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/FxViewer.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ThemeViewer.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ThemeViewerStyles.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/model/CodeEditor.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/model/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +0 -40
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +0 -53
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +0 -208
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronBlueprint.d.ts +0 -39
- /package/internal-do-not-import-from-here/{ux/velcron/core/models → shared/models/velcron}/VelcronEvents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{blueprintpicker/BlueprintPicker.css.d.ts → blueprintpickers/chromepicker/ChromePicker.css.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{blueprintpicker → blueprintpickers/chromepicker}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{blueprintpicker → blueprintpickers/chromepicker}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{blueprintpicker → blueprintpickers/chromepicker}/docs/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/docs/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/loc/localize.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/TypographyPicker.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/docs/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/{ChromeDefinitions.d.ts → DefinitionsChrome.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{themeeditor/components/blueprints/components/BlockBlueprintEditor.d.ts → designkits/default/themes/DefinitionsComponents.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/{SpacingTypes.d.ts → DefinitionsSpacing.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{use/UseVariantSetup.d.ts → theming-v2/designkits/documentation/themes/DefinitionsComponents.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/{SpacingTypes.d.ts → DefinitionsSpacing.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/{TypographyTypes.d.ts → DefinitionsTypography.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/{SpacingTypes.d.ts → DefinitionsSpacing.d.ts} +0 -0
@@ -1,5 +1,5 @@
|
|
1
|
-
import {
|
2
|
-
import {
|
1
|
+
import { ChromeDefinition, ColorSchema, SpacingDefinition, SpacingSettings, SpacingType, setColorOpacity } from "@omnia/fx-models";
|
2
|
+
import { useSpacingBlueprintStore } from "@omnia/fx/ux";
|
3
3
|
export declare function useStyling(): {
|
4
4
|
spacing: (spacing: import("./styles").spacing, type: "margin" | "padding") => string;
|
5
5
|
};
|
@@ -15,7 +15,7 @@ export declare function useThemeStyling(): {
|
|
15
15
|
scrollStyling: typeof import("./styles").getScrollStyling;
|
16
16
|
};
|
17
17
|
typography: {
|
18
|
-
typeStyling: (typographyType: import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl", blueprint: import("@omnia/fx-models").
|
18
|
+
typeStyling: (typographyType: import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl", blueprint: import("@omnia/fx-models").TypographyDefinition) => {
|
19
19
|
baseStyles: {
|
20
20
|
fontFamily: string;
|
21
21
|
fontSize: string;
|
@@ -30,20 +30,19 @@ export declare function useThemeStyling(): {
|
|
30
30
|
};
|
31
31
|
styling: (blueprints: {
|
32
32
|
state: {
|
33
|
-
blueprint: import("@omnia/fx-models").
|
34
|
-
blueprintType: "default" | "variant1"
|
33
|
+
blueprint: import("@omnia/fx-models").TypographyDefinition;
|
34
|
+
blueprintType: "default" | "variant1";
|
35
|
+
id: import("@omnia/fx-models").GuidValue;
|
35
36
|
};
|
36
37
|
events: {
|
37
|
-
onMutatedBlueprint: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").
|
38
|
-
onMutatedBlueprintType: import("../../..").MessageBusExposeOnlySubscription<"default" | "variant1"
|
38
|
+
onMutatedBlueprint: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").TypographyDefinition>;
|
39
|
+
onMutatedBlueprintType: import("../../..").MessageBusExposeOnlySubscription<"default" | "variant1">;
|
40
|
+
onMutatedId: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").GuidValue>;
|
39
41
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
40
42
|
actions: {
|
41
43
|
onDispatching: {
|
42
44
|
setBlueprint: {
|
43
|
-
subscribe(fn: (type: "default" | "variant1"
|
44
|
-
};
|
45
|
-
setCustomBlueprint: {
|
46
|
-
subscribe(fn: (blueprint: import("@omnia/fx-models").BlueprintDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
45
|
+
subscribe(fn: (type: "default" | "variant1") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
47
46
|
};
|
48
47
|
setThemeStore: {
|
49
48
|
subscribe(fn: (themeStoreInstance: {
|
@@ -74,8 +73,11 @@ export declare function useThemeStyling(): {
|
|
74
73
|
};
|
75
74
|
get: {
|
76
75
|
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): ColorSchema;
|
77
|
-
blueprint
|
78
|
-
typography(
|
76
|
+
blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
|
77
|
+
typography(): import("@omnia/fx-models").TypographyBlueprint;
|
78
|
+
spacing(): import("@omnia/fx-models").SpacingBlueprint;
|
79
|
+
chrome(): import("@omnia/fx-models").ChromeBlueprint;
|
80
|
+
component(): import("@omnia/fx-models").ComponentBlueprint;
|
79
81
|
color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
80
82
|
colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
|
81
83
|
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorTypes;
|
@@ -88,10 +90,7 @@ export declare function useThemeStyling(): {
|
|
88
90
|
};
|
89
91
|
onDispatched: {
|
90
92
|
setBlueprint: {
|
91
|
-
subscribe(fn: (result: void, type: "default" | "variant1"
|
92
|
-
};
|
93
|
-
setCustomBlueprint: {
|
94
|
-
subscribe(fn: (result: void, blueprint: import("@omnia/fx-models").BlueprintDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
93
|
+
subscribe(fn: (result: void, type: "default" | "variant1") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
95
94
|
};
|
96
95
|
setThemeStore: {
|
97
96
|
subscribe(fn: (result: void, themeStoreInstance: {
|
@@ -122,8 +121,11 @@ export declare function useThemeStyling(): {
|
|
122
121
|
};
|
123
122
|
get: {
|
124
123
|
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): ColorSchema;
|
125
|
-
blueprint
|
126
|
-
typography(
|
124
|
+
blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
|
125
|
+
typography(): import("@omnia/fx-models").TypographyBlueprint;
|
126
|
+
spacing(): import("@omnia/fx-models").SpacingBlueprint;
|
127
|
+
chrome(): import("@omnia/fx-models").ChromeBlueprint;
|
128
|
+
component(): import("@omnia/fx-models").ComponentBlueprint;
|
127
129
|
color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
128
130
|
colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
|
129
131
|
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorTypes;
|
@@ -136,10 +138,7 @@ export declare function useThemeStyling(): {
|
|
136
138
|
};
|
137
139
|
onFailure: {
|
138
140
|
setBlueprint: {
|
139
|
-
subscribe(fn: (failureReason: any, type: "default" | "variant1"
|
140
|
-
};
|
141
|
-
setCustomBlueprint: {
|
142
|
-
subscribe(fn: (failureReason: any, blueprint: import("@omnia/fx-models").BlueprintDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
141
|
+
subscribe(fn: (failureReason: any, type: "default" | "variant1") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
143
142
|
};
|
144
143
|
setThemeStore: {
|
145
144
|
subscribe(fn: (failureReason: any, themeStoreInstance: {
|
@@ -170,8 +169,11 @@ export declare function useThemeStyling(): {
|
|
170
169
|
};
|
171
170
|
get: {
|
172
171
|
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): ColorSchema;
|
173
|
-
blueprint
|
174
|
-
typography(
|
172
|
+
blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
|
173
|
+
typography(): import("@omnia/fx-models").TypographyBlueprint;
|
174
|
+
spacing(): import("@omnia/fx-models").SpacingBlueprint;
|
175
|
+
chrome(): import("@omnia/fx-models").ChromeBlueprint;
|
176
|
+
component(): import("@omnia/fx-models").ComponentBlueprint;
|
175
177
|
color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
176
178
|
colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
|
177
179
|
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorTypes;
|
@@ -183,8 +185,7 @@ export declare function useThemeStyling(): {
|
|
183
185
|
};
|
184
186
|
};
|
185
187
|
} & {
|
186
|
-
setBlueprint(type: "default" | "variant1"
|
187
|
-
setCustomBlueprint(blueprint: import("@omnia/fx-models").BlueprintDefinition): void;
|
188
|
+
setBlueprint(type: "default" | "variant1"): void;
|
188
189
|
setThemeStore(themeStoreInstance: {
|
189
190
|
state: {
|
190
191
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
@@ -213,8 +214,11 @@ export declare function useThemeStyling(): {
|
|
213
214
|
};
|
214
215
|
get: {
|
215
216
|
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): ColorSchema;
|
216
|
-
blueprint
|
217
|
-
typography(
|
217
|
+
blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
|
218
|
+
typography(): import("@omnia/fx-models").TypographyBlueprint;
|
219
|
+
spacing(): import("@omnia/fx-models").SpacingBlueprint;
|
220
|
+
chrome(): import("@omnia/fx-models").ChromeBlueprint;
|
221
|
+
component(): import("@omnia/fx-models").ComponentBlueprint;
|
218
222
|
color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
219
223
|
colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
|
220
224
|
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorTypes;
|
@@ -225,39 +229,301 @@ export declare function useThemeStyling(): {
|
|
225
229
|
}): void;
|
226
230
|
};
|
227
231
|
get: {
|
228
|
-
readonly
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
232
|
+
readonly themeStore: {
|
233
|
+
state: {
|
234
|
+
currentTheme: {
|
235
|
+
id: {
|
236
|
+
equals: {
|
237
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
238
|
+
};
|
239
|
+
toString: () => string;
|
240
|
+
toJSON: () => string;
|
241
|
+
valueOf: () => string;
|
242
|
+
};
|
243
|
+
name: string;
|
244
|
+
dark: boolean;
|
245
|
+
colors: {
|
246
|
+
primary: {
|
247
|
+
name: string;
|
248
|
+
base: {
|
249
|
+
dark: boolean;
|
250
|
+
color: string;
|
251
|
+
colorToned: string;
|
252
|
+
};
|
253
|
+
onBase: {
|
254
|
+
dark: boolean;
|
255
|
+
color: string;
|
256
|
+
colorToned: string;
|
257
|
+
};
|
258
|
+
container: {
|
259
|
+
dark: boolean;
|
260
|
+
color: string;
|
261
|
+
colorToned: string;
|
262
|
+
};
|
263
|
+
onContainer: {
|
264
|
+
dark: boolean;
|
265
|
+
color: string;
|
266
|
+
colorToned: string;
|
267
|
+
};
|
268
|
+
};
|
269
|
+
secondary: {
|
270
|
+
name: string;
|
271
|
+
base: {
|
272
|
+
dark: boolean;
|
273
|
+
color: string;
|
274
|
+
colorToned: string;
|
275
|
+
};
|
276
|
+
onBase: {
|
277
|
+
dark: boolean;
|
278
|
+
color: string;
|
279
|
+
colorToned: string;
|
280
|
+
};
|
281
|
+
container: {
|
282
|
+
dark: boolean;
|
283
|
+
color: string;
|
284
|
+
colorToned: string;
|
285
|
+
};
|
286
|
+
onContainer: {
|
287
|
+
dark: boolean;
|
288
|
+
color: string;
|
289
|
+
colorToned: string;
|
290
|
+
};
|
291
|
+
};
|
292
|
+
accent1: {
|
293
|
+
name: string;
|
294
|
+
base: {
|
295
|
+
dark: boolean;
|
296
|
+
color: string;
|
297
|
+
colorToned: string;
|
298
|
+
};
|
299
|
+
onBase: {
|
300
|
+
dark: boolean;
|
301
|
+
color: string;
|
302
|
+
colorToned: string;
|
303
|
+
};
|
304
|
+
container: {
|
305
|
+
dark: boolean;
|
306
|
+
color: string;
|
307
|
+
colorToned: string;
|
308
|
+
};
|
309
|
+
onContainer: {
|
310
|
+
dark: boolean;
|
311
|
+
color: string;
|
312
|
+
colorToned: string;
|
313
|
+
};
|
314
|
+
};
|
315
|
+
accent2: {
|
316
|
+
name: string;
|
317
|
+
base: {
|
318
|
+
dark: boolean;
|
319
|
+
color: string;
|
320
|
+
colorToned: string;
|
321
|
+
};
|
322
|
+
onBase: {
|
323
|
+
dark: boolean;
|
324
|
+
color: string;
|
325
|
+
colorToned: string;
|
326
|
+
};
|
327
|
+
container: {
|
328
|
+
dark: boolean;
|
329
|
+
color: string;
|
330
|
+
colorToned: string;
|
331
|
+
};
|
332
|
+
onContainer: {
|
333
|
+
dark: boolean;
|
334
|
+
color: string;
|
335
|
+
colorToned: string;
|
336
|
+
};
|
337
|
+
};
|
338
|
+
accent3: {
|
339
|
+
name: string;
|
340
|
+
base: {
|
341
|
+
dark: boolean;
|
342
|
+
color: string;
|
343
|
+
colorToned: string;
|
344
|
+
};
|
345
|
+
onBase: {
|
346
|
+
dark: boolean;
|
347
|
+
color: string;
|
348
|
+
colorToned: string;
|
349
|
+
};
|
350
|
+
container: {
|
351
|
+
dark: boolean;
|
352
|
+
color: string;
|
353
|
+
colorToned: string;
|
354
|
+
};
|
355
|
+
onContainer: {
|
356
|
+
dark: boolean;
|
357
|
+
color: string;
|
358
|
+
colorToned: string;
|
359
|
+
};
|
360
|
+
};
|
361
|
+
neutral: {
|
362
|
+
name: string;
|
363
|
+
base: {
|
364
|
+
dark: boolean;
|
365
|
+
color: string;
|
366
|
+
colorToned: string;
|
367
|
+
};
|
368
|
+
onBase: {
|
369
|
+
dark: boolean;
|
370
|
+
color: string;
|
371
|
+
colorToned: string;
|
372
|
+
};
|
373
|
+
container: {
|
374
|
+
dark: boolean;
|
375
|
+
color: string;
|
376
|
+
colorToned: string;
|
377
|
+
};
|
378
|
+
onContainer: {
|
379
|
+
dark: boolean;
|
380
|
+
color: string;
|
381
|
+
colorToned: string;
|
382
|
+
};
|
383
|
+
};
|
384
|
+
background: {
|
385
|
+
name: string;
|
386
|
+
base: {
|
387
|
+
dark: boolean;
|
388
|
+
color: string;
|
389
|
+
colorToned: string;
|
390
|
+
};
|
391
|
+
onBase: {
|
392
|
+
dark: boolean;
|
393
|
+
color: string;
|
394
|
+
colorToned: string;
|
395
|
+
};
|
396
|
+
container: {
|
397
|
+
dark: boolean;
|
398
|
+
color: string;
|
399
|
+
colorToned: string;
|
400
|
+
};
|
401
|
+
onContainer: {
|
402
|
+
dark: boolean;
|
403
|
+
color: string;
|
404
|
+
colorToned: string;
|
405
|
+
};
|
406
|
+
};
|
407
|
+
error: {
|
408
|
+
name: string;
|
409
|
+
base: {
|
410
|
+
dark: boolean;
|
411
|
+
color: string;
|
412
|
+
colorToned: string;
|
413
|
+
};
|
414
|
+
onBase: {
|
415
|
+
dark: boolean;
|
416
|
+
color: string;
|
417
|
+
colorToned: string;
|
418
|
+
};
|
419
|
+
container: {
|
420
|
+
dark: boolean;
|
421
|
+
color: string;
|
422
|
+
colorToned: string;
|
423
|
+
};
|
424
|
+
onContainer: {
|
425
|
+
dark: boolean;
|
426
|
+
color: string;
|
427
|
+
colorToned: string;
|
428
|
+
};
|
429
|
+
};
|
430
|
+
info: {
|
431
|
+
name: string;
|
432
|
+
base: {
|
433
|
+
dark: boolean;
|
434
|
+
color: string;
|
435
|
+
colorToned: string;
|
436
|
+
};
|
437
|
+
onBase: {
|
438
|
+
dark: boolean;
|
439
|
+
color: string;
|
440
|
+
colorToned: string;
|
441
|
+
};
|
442
|
+
container: {
|
443
|
+
dark: boolean;
|
444
|
+
color: string;
|
445
|
+
colorToned: string;
|
446
|
+
};
|
447
|
+
onContainer: {
|
448
|
+
dark: boolean;
|
449
|
+
color: string;
|
450
|
+
colorToned: string;
|
451
|
+
};
|
452
|
+
};
|
453
|
+
};
|
454
|
+
blueprints: {
|
455
|
+
type: import("@omnia/fx-models").BlueprintType;
|
456
|
+
name: string;
|
457
|
+
}[];
|
458
|
+
};
|
459
|
+
};
|
460
|
+
events: {
|
461
|
+
[x: string]: {
|
462
|
+
subscribe: (fn: (obj: any) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
463
|
+
publish: (msg: any) => void;
|
464
|
+
};
|
465
|
+
onMutatedCurrentTheme: {
|
466
|
+
subscribe: (fn: (obj: import("@omnia/fx-models").ThemeDefinitionV2) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
467
|
+
};
|
468
|
+
};
|
469
|
+
actions: {
|
470
|
+
onDispatching: {
|
471
|
+
setTheme: {
|
472
|
+
subscribe: (fn: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
473
|
+
};
|
474
|
+
};
|
475
|
+
onDispatched: {
|
476
|
+
setTheme: {
|
477
|
+
subscribe: (fn: (result: void, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
478
|
+
};
|
479
|
+
};
|
480
|
+
onFailure: {
|
481
|
+
setTheme: {
|
482
|
+
subscribe: (fn: (failureReason: any, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
483
|
+
};
|
484
|
+
};
|
485
|
+
setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
|
486
|
+
};
|
487
|
+
get: {
|
488
|
+
colorSchema: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => ColorSchema;
|
489
|
+
blueprint: <TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType) => TType;
|
490
|
+
typography: () => import("@omnia/fx-models").TypographyBlueprint;
|
491
|
+
spacing: () => import("@omnia/fx-models").SpacingBlueprint;
|
492
|
+
chrome: () => import("@omnia/fx-models").ChromeBlueprint;
|
493
|
+
component: () => import("@omnia/fx-models").ComponentBlueprint;
|
494
|
+
color: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => string;
|
495
|
+
colorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => import("@omnia/fx-models").ColorDefinition;
|
496
|
+
complementaryColorType: (colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => import("@omnia/fx-models").ColorTypes;
|
497
|
+
complementaryColor: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => string;
|
498
|
+
complementaryColorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => import("@omnia/fx-models").ColorDefinition;
|
499
|
+
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
500
|
+
};
|
235
501
|
};
|
502
|
+
readonly blueprint: import("@omnia/fx-models").TypographyDefinition;
|
503
|
+
typography(typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes): import("@omnia/fx-models").TypographyTypeDefinition;
|
236
504
|
};
|
237
505
|
deactivated(): void;
|
238
506
|
}) => import("./styles").TypographyTypesResult;
|
239
507
|
};
|
240
508
|
chrome: {
|
241
|
-
chromeStyling: (blueprint: ChromeDefinition, colors: ColorSchema,
|
509
|
+
chromeStyling: (blueprint: ChromeDefinition, colors: ColorSchema, spacingDefinition: SpacingDefinition) => string;
|
242
510
|
};
|
243
511
|
blueprints: {
|
244
|
-
block: (blueprint: import("@omnia/fx-models").BlockBlueprint, colors: ColorSchema, spacingBluePrint: SpacingBlueprint) => string;
|
245
512
|
button: (bluePrint?: {
|
246
513
|
state: {
|
247
|
-
|
248
|
-
blueprintType: "default"
|
514
|
+
blueprints: import("@omnia/fx-models").BlueprintItemDefinition[];
|
515
|
+
blueprintType: "default";
|
516
|
+
id: import("@omnia/fx-models").GuidValue;
|
249
517
|
};
|
250
518
|
events: {
|
251
|
-
|
252
|
-
onMutatedBlueprintType: import("../../..").MessageBusExposeOnlySubscription<"default"
|
519
|
+
onMutatedBlueprints: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").BlueprintItemDefinition[]>;
|
520
|
+
onMutatedBlueprintType: import("../../..").MessageBusExposeOnlySubscription<"default">;
|
521
|
+
onMutatedId: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").GuidValue>;
|
253
522
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
254
523
|
actions: {
|
255
524
|
onDispatching: {
|
256
525
|
setBlueprint: {
|
257
|
-
subscribe(fn: (type: "default"
|
258
|
-
};
|
259
|
-
setCustomBlueprint: {
|
260
|
-
subscribe(fn: (blueprint: import("@omnia/fx-models").BlueprintDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
526
|
+
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
261
527
|
};
|
262
528
|
setThemeStore: {
|
263
529
|
subscribe(fn: (themeStoreInstance: {
|
@@ -288,8 +554,11 @@ export declare function useThemeStyling(): {
|
|
288
554
|
};
|
289
555
|
get: {
|
290
556
|
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): ColorSchema;
|
291
|
-
blueprint
|
292
|
-
typography(
|
557
|
+
blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
|
558
|
+
typography(): import("@omnia/fx-models").TypographyBlueprint;
|
559
|
+
spacing(): import("@omnia/fx-models").SpacingBlueprint;
|
560
|
+
chrome(): import("@omnia/fx-models").ChromeBlueprint;
|
561
|
+
component(): import("@omnia/fx-models").ComponentBlueprint;
|
293
562
|
color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
294
563
|
colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
|
295
564
|
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorTypes;
|
@@ -302,10 +571,7 @@ export declare function useThemeStyling(): {
|
|
302
571
|
};
|
303
572
|
onDispatched: {
|
304
573
|
setBlueprint: {
|
305
|
-
subscribe(fn: (result: void, type: "default"
|
306
|
-
};
|
307
|
-
setCustomBlueprint: {
|
308
|
-
subscribe(fn: (result: void, blueprint: import("@omnia/fx-models").BlueprintDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
574
|
+
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
309
575
|
};
|
310
576
|
setThemeStore: {
|
311
577
|
subscribe(fn: (result: void, themeStoreInstance: {
|
@@ -336,8 +602,11 @@ export declare function useThemeStyling(): {
|
|
336
602
|
};
|
337
603
|
get: {
|
338
604
|
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): ColorSchema;
|
339
|
-
blueprint
|
340
|
-
typography(
|
605
|
+
blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
|
606
|
+
typography(): import("@omnia/fx-models").TypographyBlueprint;
|
607
|
+
spacing(): import("@omnia/fx-models").SpacingBlueprint;
|
608
|
+
chrome(): import("@omnia/fx-models").ChromeBlueprint;
|
609
|
+
component(): import("@omnia/fx-models").ComponentBlueprint;
|
341
610
|
color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
342
611
|
colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
|
343
612
|
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorTypes;
|
@@ -350,10 +619,7 @@ export declare function useThemeStyling(): {
|
|
350
619
|
};
|
351
620
|
onFailure: {
|
352
621
|
setBlueprint: {
|
353
|
-
subscribe(fn: (failureReason: any, type: "default"
|
354
|
-
};
|
355
|
-
setCustomBlueprint: {
|
356
|
-
subscribe(fn: (failureReason: any, blueprint: import("@omnia/fx-models").BlueprintDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
622
|
+
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
357
623
|
};
|
358
624
|
setThemeStore: {
|
359
625
|
subscribe(fn: (failureReason: any, themeStoreInstance: {
|
@@ -384,8 +650,11 @@ export declare function useThemeStyling(): {
|
|
384
650
|
};
|
385
651
|
get: {
|
386
652
|
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): ColorSchema;
|
387
|
-
blueprint
|
388
|
-
typography(
|
653
|
+
blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
|
654
|
+
typography(): import("@omnia/fx-models").TypographyBlueprint;
|
655
|
+
spacing(): import("@omnia/fx-models").SpacingBlueprint;
|
656
|
+
chrome(): import("@omnia/fx-models").ChromeBlueprint;
|
657
|
+
component(): import("@omnia/fx-models").ComponentBlueprint;
|
389
658
|
color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
390
659
|
colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
|
391
660
|
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorTypes;
|
@@ -397,8 +666,7 @@ export declare function useThemeStyling(): {
|
|
397
666
|
};
|
398
667
|
};
|
399
668
|
} & {
|
400
|
-
setBlueprint(type: "default"
|
401
|
-
setCustomBlueprint(blueprint: import("@omnia/fx-models").BlueprintDefinition): void;
|
669
|
+
setBlueprint(type: "default"): void;
|
402
670
|
setThemeStore(themeStoreInstance: {
|
403
671
|
state: {
|
404
672
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
@@ -427,8 +695,11 @@ export declare function useThemeStyling(): {
|
|
427
695
|
};
|
428
696
|
get: {
|
429
697
|
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): ColorSchema;
|
430
|
-
blueprint
|
431
|
-
typography(
|
698
|
+
blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
|
699
|
+
typography(): import("@omnia/fx-models").TypographyBlueprint;
|
700
|
+
spacing(): import("@omnia/fx-models").SpacingBlueprint;
|
701
|
+
chrome(): import("@omnia/fx-models").ChromeBlueprint;
|
702
|
+
component(): import("@omnia/fx-models").ComponentBlueprint;
|
432
703
|
color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
433
704
|
colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
|
434
705
|
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorTypes;
|
@@ -439,33 +710,296 @@ export declare function useThemeStyling(): {
|
|
439
710
|
}): void;
|
440
711
|
};
|
441
712
|
get: {
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
713
|
+
byType<TType_1 extends import("@omnia/fx-models").BlueprintItemDefinition>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): TType_1;
|
714
|
+
readonly themeStore: {
|
715
|
+
state: {
|
716
|
+
currentTheme: {
|
717
|
+
id: {
|
718
|
+
equals: {
|
719
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
720
|
+
};
|
721
|
+
toString: () => string;
|
722
|
+
toJSON: () => string;
|
723
|
+
valueOf: () => string;
|
724
|
+
};
|
725
|
+
name: string;
|
726
|
+
dark: boolean;
|
727
|
+
colors: {
|
728
|
+
primary: {
|
729
|
+
name: string;
|
730
|
+
base: {
|
731
|
+
dark: boolean;
|
732
|
+
color: string;
|
733
|
+
colorToned: string;
|
734
|
+
};
|
735
|
+
onBase: {
|
736
|
+
dark: boolean;
|
737
|
+
color: string;
|
738
|
+
colorToned: string;
|
739
|
+
};
|
740
|
+
container: {
|
741
|
+
dark: boolean;
|
742
|
+
color: string;
|
743
|
+
colorToned: string;
|
744
|
+
};
|
745
|
+
onContainer: {
|
746
|
+
dark: boolean;
|
747
|
+
color: string;
|
748
|
+
colorToned: string;
|
749
|
+
};
|
750
|
+
};
|
751
|
+
secondary: {
|
752
|
+
name: string;
|
753
|
+
base: {
|
754
|
+
dark: boolean;
|
755
|
+
color: string;
|
756
|
+
colorToned: string;
|
757
|
+
};
|
758
|
+
onBase: {
|
759
|
+
dark: boolean;
|
760
|
+
color: string;
|
761
|
+
colorToned: string;
|
762
|
+
};
|
763
|
+
container: {
|
764
|
+
dark: boolean;
|
765
|
+
color: string;
|
766
|
+
colorToned: string;
|
767
|
+
};
|
768
|
+
onContainer: {
|
769
|
+
dark: boolean;
|
770
|
+
color: string;
|
771
|
+
colorToned: string;
|
772
|
+
};
|
773
|
+
};
|
774
|
+
accent1: {
|
775
|
+
name: string;
|
776
|
+
base: {
|
777
|
+
dark: boolean;
|
778
|
+
color: string;
|
779
|
+
colorToned: string;
|
780
|
+
};
|
781
|
+
onBase: {
|
782
|
+
dark: boolean;
|
783
|
+
color: string;
|
784
|
+
colorToned: string;
|
785
|
+
};
|
786
|
+
container: {
|
787
|
+
dark: boolean;
|
788
|
+
color: string;
|
789
|
+
colorToned: string;
|
790
|
+
};
|
791
|
+
onContainer: {
|
792
|
+
dark: boolean;
|
793
|
+
color: string;
|
794
|
+
colorToned: string;
|
795
|
+
};
|
796
|
+
};
|
797
|
+
accent2: {
|
798
|
+
name: string;
|
799
|
+
base: {
|
800
|
+
dark: boolean;
|
801
|
+
color: string;
|
802
|
+
colorToned: string;
|
803
|
+
};
|
804
|
+
onBase: {
|
805
|
+
dark: boolean;
|
806
|
+
color: string;
|
807
|
+
colorToned: string;
|
808
|
+
};
|
809
|
+
container: {
|
810
|
+
dark: boolean;
|
811
|
+
color: string;
|
812
|
+
colorToned: string;
|
813
|
+
};
|
814
|
+
onContainer: {
|
815
|
+
dark: boolean;
|
816
|
+
color: string;
|
817
|
+
colorToned: string;
|
818
|
+
};
|
819
|
+
};
|
820
|
+
accent3: {
|
821
|
+
name: string;
|
822
|
+
base: {
|
823
|
+
dark: boolean;
|
824
|
+
color: string;
|
825
|
+
colorToned: string;
|
826
|
+
};
|
827
|
+
onBase: {
|
828
|
+
dark: boolean;
|
829
|
+
color: string;
|
830
|
+
colorToned: string;
|
831
|
+
};
|
832
|
+
container: {
|
833
|
+
dark: boolean;
|
834
|
+
color: string;
|
835
|
+
colorToned: string;
|
836
|
+
};
|
837
|
+
onContainer: {
|
838
|
+
dark: boolean;
|
839
|
+
color: string;
|
840
|
+
colorToned: string;
|
841
|
+
};
|
842
|
+
};
|
843
|
+
neutral: {
|
844
|
+
name: string;
|
845
|
+
base: {
|
846
|
+
dark: boolean;
|
847
|
+
color: string;
|
848
|
+
colorToned: string;
|
849
|
+
};
|
850
|
+
onBase: {
|
851
|
+
dark: boolean;
|
852
|
+
color: string;
|
853
|
+
colorToned: string;
|
854
|
+
};
|
855
|
+
container: {
|
856
|
+
dark: boolean;
|
857
|
+
color: string;
|
858
|
+
colorToned: string;
|
859
|
+
};
|
860
|
+
onContainer: {
|
861
|
+
dark: boolean;
|
862
|
+
color: string;
|
863
|
+
colorToned: string;
|
864
|
+
};
|
865
|
+
};
|
866
|
+
background: {
|
867
|
+
name: string;
|
868
|
+
base: {
|
869
|
+
dark: boolean;
|
870
|
+
color: string;
|
871
|
+
colorToned: string;
|
872
|
+
};
|
873
|
+
onBase: {
|
874
|
+
dark: boolean;
|
875
|
+
color: string;
|
876
|
+
colorToned: string;
|
877
|
+
};
|
878
|
+
container: {
|
879
|
+
dark: boolean;
|
880
|
+
color: string;
|
881
|
+
colorToned: string;
|
882
|
+
};
|
883
|
+
onContainer: {
|
884
|
+
dark: boolean;
|
885
|
+
color: string;
|
886
|
+
colorToned: string;
|
887
|
+
};
|
888
|
+
};
|
889
|
+
error: {
|
890
|
+
name: string;
|
891
|
+
base: {
|
892
|
+
dark: boolean;
|
893
|
+
color: string;
|
894
|
+
colorToned: string;
|
895
|
+
};
|
896
|
+
onBase: {
|
897
|
+
dark: boolean;
|
898
|
+
color: string;
|
899
|
+
colorToned: string;
|
900
|
+
};
|
901
|
+
container: {
|
902
|
+
dark: boolean;
|
903
|
+
color: string;
|
904
|
+
colorToned: string;
|
905
|
+
};
|
906
|
+
onContainer: {
|
907
|
+
dark: boolean;
|
908
|
+
color: string;
|
909
|
+
colorToned: string;
|
910
|
+
};
|
911
|
+
};
|
912
|
+
info: {
|
913
|
+
name: string;
|
914
|
+
base: {
|
915
|
+
dark: boolean;
|
916
|
+
color: string;
|
917
|
+
colorToned: string;
|
918
|
+
};
|
919
|
+
onBase: {
|
920
|
+
dark: boolean;
|
921
|
+
color: string;
|
922
|
+
colorToned: string;
|
923
|
+
};
|
924
|
+
container: {
|
925
|
+
dark: boolean;
|
926
|
+
color: string;
|
927
|
+
colorToned: string;
|
928
|
+
};
|
929
|
+
onContainer: {
|
930
|
+
dark: boolean;
|
931
|
+
color: string;
|
932
|
+
colorToned: string;
|
933
|
+
};
|
934
|
+
};
|
935
|
+
};
|
936
|
+
blueprints: {
|
937
|
+
type: import("@omnia/fx-models").BlueprintType;
|
938
|
+
name: string;
|
939
|
+
}[];
|
940
|
+
};
|
941
|
+
};
|
942
|
+
events: {
|
943
|
+
[x: string]: {
|
944
|
+
subscribe: (fn: (obj: any) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
945
|
+
publish: (msg: any) => void;
|
946
|
+
};
|
947
|
+
onMutatedCurrentTheme: {
|
948
|
+
subscribe: (fn: (obj: import("@omnia/fx-models").ThemeDefinitionV2) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
949
|
+
};
|
950
|
+
};
|
951
|
+
actions: {
|
952
|
+
onDispatching: {
|
953
|
+
setTheme: {
|
954
|
+
subscribe: (fn: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
955
|
+
};
|
956
|
+
};
|
957
|
+
onDispatched: {
|
958
|
+
setTheme: {
|
959
|
+
subscribe: (fn: (result: void, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
960
|
+
};
|
961
|
+
};
|
962
|
+
onFailure: {
|
963
|
+
setTheme: {
|
964
|
+
subscribe: (fn: (failureReason: any, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
965
|
+
};
|
966
|
+
};
|
967
|
+
setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
|
968
|
+
};
|
969
|
+
get: {
|
970
|
+
colorSchema: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => ColorSchema;
|
971
|
+
blueprint: <TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType) => TType;
|
972
|
+
typography: () => import("@omnia/fx-models").TypographyBlueprint;
|
973
|
+
spacing: () => import("@omnia/fx-models").SpacingBlueprint;
|
974
|
+
chrome: () => import("@omnia/fx-models").ChromeBlueprint;
|
975
|
+
component: () => import("@omnia/fx-models").ComponentBlueprint;
|
976
|
+
color: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => string;
|
977
|
+
colorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => import("@omnia/fx-models").ColorDefinition;
|
978
|
+
complementaryColorType: (colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => import("@omnia/fx-models").ColorTypes;
|
979
|
+
complementaryColor: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => string;
|
980
|
+
complementaryColorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => import("@omnia/fx-models").ColorDefinition;
|
981
|
+
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
982
|
+
};
|
449
983
|
};
|
984
|
+
readonly blueprints: import("@omnia/fx-models").BlueprintItemDefinition[];
|
450
985
|
};
|
451
986
|
deactivated(): void;
|
452
987
|
}) => string;
|
453
988
|
icon: (bluePrint?: {
|
454
989
|
state: {
|
455
|
-
|
456
|
-
blueprintType: "default"
|
990
|
+
blueprints: import("@omnia/fx-models").BlueprintItemDefinition[];
|
991
|
+
blueprintType: "default";
|
992
|
+
id: import("@omnia/fx-models").GuidValue;
|
457
993
|
};
|
458
994
|
events: {
|
459
|
-
|
460
|
-
onMutatedBlueprintType: import("../../..").MessageBusExposeOnlySubscription<"default"
|
995
|
+
onMutatedBlueprints: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").BlueprintItemDefinition[]>;
|
996
|
+
onMutatedBlueprintType: import("../../..").MessageBusExposeOnlySubscription<"default">;
|
997
|
+
onMutatedId: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").GuidValue>;
|
461
998
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
462
999
|
actions: {
|
463
1000
|
onDispatching: {
|
464
1001
|
setBlueprint: {
|
465
|
-
subscribe(fn: (type: "default"
|
466
|
-
};
|
467
|
-
setCustomBlueprint: {
|
468
|
-
subscribe(fn: (blueprint: import("@omnia/fx-models").BlueprintDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1002
|
+
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
469
1003
|
};
|
470
1004
|
setThemeStore: {
|
471
1005
|
subscribe(fn: (themeStoreInstance: {
|
@@ -496,8 +1030,11 @@ export declare function useThemeStyling(): {
|
|
496
1030
|
};
|
497
1031
|
get: {
|
498
1032
|
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): ColorSchema;
|
499
|
-
blueprint
|
500
|
-
typography(
|
1033
|
+
blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
|
1034
|
+
typography(): import("@omnia/fx-models").TypographyBlueprint;
|
1035
|
+
spacing(): import("@omnia/fx-models").SpacingBlueprint;
|
1036
|
+
chrome(): import("@omnia/fx-models").ChromeBlueprint;
|
1037
|
+
component(): import("@omnia/fx-models").ComponentBlueprint;
|
501
1038
|
color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
502
1039
|
colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
|
503
1040
|
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorTypes;
|
@@ -510,10 +1047,7 @@ export declare function useThemeStyling(): {
|
|
510
1047
|
};
|
511
1048
|
onDispatched: {
|
512
1049
|
setBlueprint: {
|
513
|
-
subscribe(fn: (result: void, type: "default"
|
514
|
-
};
|
515
|
-
setCustomBlueprint: {
|
516
|
-
subscribe(fn: (result: void, blueprint: import("@omnia/fx-models").BlueprintDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1050
|
+
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
517
1051
|
};
|
518
1052
|
setThemeStore: {
|
519
1053
|
subscribe(fn: (result: void, themeStoreInstance: {
|
@@ -544,8 +1078,11 @@ export declare function useThemeStyling(): {
|
|
544
1078
|
};
|
545
1079
|
get: {
|
546
1080
|
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): ColorSchema;
|
547
|
-
blueprint
|
548
|
-
typography(
|
1081
|
+
blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
|
1082
|
+
typography(): import("@omnia/fx-models").TypographyBlueprint;
|
1083
|
+
spacing(): import("@omnia/fx-models").SpacingBlueprint;
|
1084
|
+
chrome(): import("@omnia/fx-models").ChromeBlueprint;
|
1085
|
+
component(): import("@omnia/fx-models").ComponentBlueprint;
|
549
1086
|
color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
550
1087
|
colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
|
551
1088
|
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorTypes;
|
@@ -558,10 +1095,7 @@ export declare function useThemeStyling(): {
|
|
558
1095
|
};
|
559
1096
|
onFailure: {
|
560
1097
|
setBlueprint: {
|
561
|
-
subscribe(fn: (failureReason: any, type: "default"
|
562
|
-
};
|
563
|
-
setCustomBlueprint: {
|
564
|
-
subscribe(fn: (failureReason: any, blueprint: import("@omnia/fx-models").BlueprintDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1098
|
+
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
565
1099
|
};
|
566
1100
|
setThemeStore: {
|
567
1101
|
subscribe(fn: (failureReason: any, themeStoreInstance: {
|
@@ -592,8 +1126,11 @@ export declare function useThemeStyling(): {
|
|
592
1126
|
};
|
593
1127
|
get: {
|
594
1128
|
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): ColorSchema;
|
595
|
-
blueprint
|
596
|
-
typography(
|
1129
|
+
blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
|
1130
|
+
typography(): import("@omnia/fx-models").TypographyBlueprint;
|
1131
|
+
spacing(): import("@omnia/fx-models").SpacingBlueprint;
|
1132
|
+
chrome(): import("@omnia/fx-models").ChromeBlueprint;
|
1133
|
+
component(): import("@omnia/fx-models").ComponentBlueprint;
|
597
1134
|
color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
598
1135
|
colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
|
599
1136
|
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorTypes;
|
@@ -605,8 +1142,7 @@ export declare function useThemeStyling(): {
|
|
605
1142
|
};
|
606
1143
|
};
|
607
1144
|
} & {
|
608
|
-
setBlueprint(type: "default"
|
609
|
-
setCustomBlueprint(blueprint: import("@omnia/fx-models").BlueprintDefinition): void;
|
1145
|
+
setBlueprint(type: "default"): void;
|
610
1146
|
setThemeStore(themeStoreInstance: {
|
611
1147
|
state: {
|
612
1148
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
@@ -635,8 +1171,11 @@ export declare function useThemeStyling(): {
|
|
635
1171
|
};
|
636
1172
|
get: {
|
637
1173
|
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): ColorSchema;
|
638
|
-
blueprint
|
639
|
-
typography(
|
1174
|
+
blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
|
1175
|
+
typography(): import("@omnia/fx-models").TypographyBlueprint;
|
1176
|
+
spacing(): import("@omnia/fx-models").SpacingBlueprint;
|
1177
|
+
chrome(): import("@omnia/fx-models").ChromeBlueprint;
|
1178
|
+
component(): import("@omnia/fx-models").ComponentBlueprint;
|
640
1179
|
color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
641
1180
|
colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorDefinition;
|
642
1181
|
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorTypes;
|
@@ -647,24 +1186,288 @@ export declare function useThemeStyling(): {
|
|
647
1186
|
}): void;
|
648
1187
|
};
|
649
1188
|
get: {
|
650
|
-
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
|
1189
|
+
byType<TType_1 extends import("@omnia/fx-models").BlueprintItemDefinition>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): TType_1;
|
1190
|
+
readonly themeStore: {
|
1191
|
+
state: {
|
1192
|
+
currentTheme: {
|
1193
|
+
id: {
|
1194
|
+
equals: {
|
1195
|
+
guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
|
1196
|
+
};
|
1197
|
+
toString: () => string;
|
1198
|
+
toJSON: () => string;
|
1199
|
+
valueOf: () => string;
|
1200
|
+
};
|
1201
|
+
name: string;
|
1202
|
+
dark: boolean;
|
1203
|
+
colors: {
|
1204
|
+
primary: {
|
1205
|
+
name: string;
|
1206
|
+
base: {
|
1207
|
+
dark: boolean;
|
1208
|
+
color: string;
|
1209
|
+
colorToned: string;
|
1210
|
+
};
|
1211
|
+
onBase: {
|
1212
|
+
dark: boolean;
|
1213
|
+
color: string;
|
1214
|
+
colorToned: string;
|
1215
|
+
};
|
1216
|
+
container: {
|
1217
|
+
dark: boolean;
|
1218
|
+
color: string;
|
1219
|
+
colorToned: string;
|
1220
|
+
};
|
1221
|
+
onContainer: {
|
1222
|
+
dark: boolean;
|
1223
|
+
color: string;
|
1224
|
+
colorToned: string;
|
1225
|
+
};
|
1226
|
+
};
|
1227
|
+
secondary: {
|
1228
|
+
name: string;
|
1229
|
+
base: {
|
1230
|
+
dark: boolean;
|
1231
|
+
color: string;
|
1232
|
+
colorToned: string;
|
1233
|
+
};
|
1234
|
+
onBase: {
|
1235
|
+
dark: boolean;
|
1236
|
+
color: string;
|
1237
|
+
colorToned: string;
|
1238
|
+
};
|
1239
|
+
container: {
|
1240
|
+
dark: boolean;
|
1241
|
+
color: string;
|
1242
|
+
colorToned: string;
|
1243
|
+
};
|
1244
|
+
onContainer: {
|
1245
|
+
dark: boolean;
|
1246
|
+
color: string;
|
1247
|
+
colorToned: string;
|
1248
|
+
};
|
1249
|
+
};
|
1250
|
+
accent1: {
|
1251
|
+
name: string;
|
1252
|
+
base: {
|
1253
|
+
dark: boolean;
|
1254
|
+
color: string;
|
1255
|
+
colorToned: string;
|
1256
|
+
};
|
1257
|
+
onBase: {
|
1258
|
+
dark: boolean;
|
1259
|
+
color: string;
|
1260
|
+
colorToned: string;
|
1261
|
+
};
|
1262
|
+
container: {
|
1263
|
+
dark: boolean;
|
1264
|
+
color: string;
|
1265
|
+
colorToned: string;
|
1266
|
+
};
|
1267
|
+
onContainer: {
|
1268
|
+
dark: boolean;
|
1269
|
+
color: string;
|
1270
|
+
colorToned: string;
|
1271
|
+
};
|
1272
|
+
};
|
1273
|
+
accent2: {
|
1274
|
+
name: string;
|
1275
|
+
base: {
|
1276
|
+
dark: boolean;
|
1277
|
+
color: string;
|
1278
|
+
colorToned: string;
|
1279
|
+
};
|
1280
|
+
onBase: {
|
1281
|
+
dark: boolean;
|
1282
|
+
color: string;
|
1283
|
+
colorToned: string;
|
1284
|
+
};
|
1285
|
+
container: {
|
1286
|
+
dark: boolean;
|
1287
|
+
color: string;
|
1288
|
+
colorToned: string;
|
1289
|
+
};
|
1290
|
+
onContainer: {
|
1291
|
+
dark: boolean;
|
1292
|
+
color: string;
|
1293
|
+
colorToned: string;
|
1294
|
+
};
|
1295
|
+
};
|
1296
|
+
accent3: {
|
1297
|
+
name: string;
|
1298
|
+
base: {
|
1299
|
+
dark: boolean;
|
1300
|
+
color: string;
|
1301
|
+
colorToned: string;
|
1302
|
+
};
|
1303
|
+
onBase: {
|
1304
|
+
dark: boolean;
|
1305
|
+
color: string;
|
1306
|
+
colorToned: string;
|
1307
|
+
};
|
1308
|
+
container: {
|
1309
|
+
dark: boolean;
|
1310
|
+
color: string;
|
1311
|
+
colorToned: string;
|
1312
|
+
};
|
1313
|
+
onContainer: {
|
1314
|
+
dark: boolean;
|
1315
|
+
color: string;
|
1316
|
+
colorToned: string;
|
1317
|
+
};
|
1318
|
+
};
|
1319
|
+
neutral: {
|
1320
|
+
name: string;
|
1321
|
+
base: {
|
1322
|
+
dark: boolean;
|
1323
|
+
color: string;
|
1324
|
+
colorToned: string;
|
1325
|
+
};
|
1326
|
+
onBase: {
|
1327
|
+
dark: boolean;
|
1328
|
+
color: string;
|
1329
|
+
colorToned: string;
|
1330
|
+
};
|
1331
|
+
container: {
|
1332
|
+
dark: boolean;
|
1333
|
+
color: string;
|
1334
|
+
colorToned: string;
|
1335
|
+
};
|
1336
|
+
onContainer: {
|
1337
|
+
dark: boolean;
|
1338
|
+
color: string;
|
1339
|
+
colorToned: string;
|
1340
|
+
};
|
1341
|
+
};
|
1342
|
+
background: {
|
1343
|
+
name: string;
|
1344
|
+
base: {
|
1345
|
+
dark: boolean;
|
1346
|
+
color: string;
|
1347
|
+
colorToned: string;
|
1348
|
+
};
|
1349
|
+
onBase: {
|
1350
|
+
dark: boolean;
|
1351
|
+
color: string;
|
1352
|
+
colorToned: string;
|
1353
|
+
};
|
1354
|
+
container: {
|
1355
|
+
dark: boolean;
|
1356
|
+
color: string;
|
1357
|
+
colorToned: string;
|
1358
|
+
};
|
1359
|
+
onContainer: {
|
1360
|
+
dark: boolean;
|
1361
|
+
color: string;
|
1362
|
+
colorToned: string;
|
1363
|
+
};
|
1364
|
+
};
|
1365
|
+
error: {
|
1366
|
+
name: string;
|
1367
|
+
base: {
|
1368
|
+
dark: boolean;
|
1369
|
+
color: string;
|
1370
|
+
colorToned: string;
|
1371
|
+
};
|
1372
|
+
onBase: {
|
1373
|
+
dark: boolean;
|
1374
|
+
color: string;
|
1375
|
+
colorToned: string;
|
1376
|
+
};
|
1377
|
+
container: {
|
1378
|
+
dark: boolean;
|
1379
|
+
color: string;
|
1380
|
+
colorToned: string;
|
1381
|
+
};
|
1382
|
+
onContainer: {
|
1383
|
+
dark: boolean;
|
1384
|
+
color: string;
|
1385
|
+
colorToned: string;
|
1386
|
+
};
|
1387
|
+
};
|
1388
|
+
info: {
|
1389
|
+
name: string;
|
1390
|
+
base: {
|
1391
|
+
dark: boolean;
|
1392
|
+
color: string;
|
1393
|
+
colorToned: string;
|
1394
|
+
};
|
1395
|
+
onBase: {
|
1396
|
+
dark: boolean;
|
1397
|
+
color: string;
|
1398
|
+
colorToned: string;
|
1399
|
+
};
|
1400
|
+
container: {
|
1401
|
+
dark: boolean;
|
1402
|
+
color: string;
|
1403
|
+
colorToned: string;
|
1404
|
+
};
|
1405
|
+
onContainer: {
|
1406
|
+
dark: boolean;
|
1407
|
+
color: string;
|
1408
|
+
colorToned: string;
|
1409
|
+
};
|
1410
|
+
};
|
1411
|
+
};
|
1412
|
+
blueprints: {
|
1413
|
+
type: import("@omnia/fx-models").BlueprintType;
|
1414
|
+
name: string;
|
1415
|
+
}[];
|
1416
|
+
};
|
1417
|
+
};
|
1418
|
+
events: {
|
1419
|
+
[x: string]: {
|
1420
|
+
subscribe: (fn: (obj: any) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1421
|
+
publish: (msg: any) => void;
|
1422
|
+
};
|
1423
|
+
onMutatedCurrentTheme: {
|
1424
|
+
subscribe: (fn: (obj: import("@omnia/fx-models").ThemeDefinitionV2) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1425
|
+
};
|
1426
|
+
};
|
1427
|
+
actions: {
|
1428
|
+
onDispatching: {
|
1429
|
+
setTheme: {
|
1430
|
+
subscribe: (fn: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1431
|
+
};
|
1432
|
+
};
|
1433
|
+
onDispatched: {
|
1434
|
+
setTheme: {
|
1435
|
+
subscribe: (fn: (result: void, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1436
|
+
};
|
1437
|
+
};
|
1438
|
+
onFailure: {
|
1439
|
+
setTheme: {
|
1440
|
+
subscribe: (fn: (failureReason: any, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1441
|
+
};
|
1442
|
+
};
|
1443
|
+
setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
|
1444
|
+
};
|
1445
|
+
get: {
|
1446
|
+
colorSchema: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => ColorSchema;
|
1447
|
+
blueprint: <TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType) => TType;
|
1448
|
+
typography: () => import("@omnia/fx-models").TypographyBlueprint;
|
1449
|
+
spacing: () => import("@omnia/fx-models").SpacingBlueprint;
|
1450
|
+
chrome: () => import("@omnia/fx-models").ChromeBlueprint;
|
1451
|
+
component: () => import("@omnia/fx-models").ComponentBlueprint;
|
1452
|
+
color: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => string;
|
1453
|
+
colorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => import("@omnia/fx-models").ColorDefinition;
|
1454
|
+
complementaryColorType: (colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => import("@omnia/fx-models").ColorTypes;
|
1455
|
+
complementaryColor: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => string;
|
1456
|
+
complementaryColorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer") => import("@omnia/fx-models").ColorDefinition;
|
1457
|
+
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
1458
|
+
};
|
657
1459
|
};
|
1460
|
+
readonly blueprints: import("@omnia/fx-models").BlueprintItemDefinition[];
|
658
1461
|
};
|
659
1462
|
deactivated(): void;
|
660
1463
|
}) => string;
|
661
1464
|
spacing: {
|
662
|
-
innerPadding: (value: SpacingSettings | SpacingType,
|
663
|
-
innerMargin: (value: SpacingSettings | SpacingType,
|
664
|
-
innerValue: (value: any,
|
665
|
-
layoutValue: (value: any,
|
666
|
-
layoutPadding: (value: SpacingSettings | SpacingType,
|
667
|
-
layoutMargin: (value: SpacingSettings | SpacingType,
|
1465
|
+
innerPadding: (value: SpacingSettings | SpacingType, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => string;
|
1466
|
+
innerMargin: (value: SpacingSettings | SpacingType, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => string;
|
1467
|
+
innerValue: (value: any, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => number;
|
1468
|
+
layoutValue: (value: any, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => number;
|
1469
|
+
layoutPadding: (value: SpacingSettings | SpacingType, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => string;
|
1470
|
+
layoutMargin: (value: SpacingSettings | SpacingType, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => string;
|
668
1471
|
};
|
669
1472
|
};
|
670
1473
|
};
|