@omnia/fx 8.0.91-vnext → 8.0.93-vnext
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/core/services/LocalizationService.d.ts +2 -0
- package/internal-do-not-import-from-here/index.d.ts +1 -0
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +3 -3
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +3 -4
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.js +0 -1
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +0 -3
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +5 -5
- package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +16 -0
- package/internal-do-not-import-from-here/stores/oxide/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/UxModels.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/alignmentpicker/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/alignmentpicker/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/{theming-v2/components/blueprintpicker → blueprintpicker}/BlueprintPicker.d.ts +100 -100
- package/internal-do-not-import-from-here/ux/blueprintpicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/button/ButtonPresets.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/{theming-v2/components/colorschemadefinitionpicker → colorschemadefinitionpicker}/ColorSchemaDefinitionPicker.d.ts +29 -29
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +473 -0
- package/internal-do-not-import-from-here/ux/colorschemapicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/colorschemapicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/{theming-v2/components/colorpicker/ColorPicker.d.ts → colorsettingspicker/ColorSettingsPicker.d.ts} +24 -24
- package/internal-do-not-import-from-here/ux/colorsettingspicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/colorsettingspicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +162 -64
- package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +77 -22
- package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +68 -24
- package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.css.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +217 -0
- package/internal-do-not-import-from-here/ux/docs/imports.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterpicker/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterpicker/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +88 -22
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyMenu.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/journey/v2/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/v2/docs/ExampleComponentsMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/v2/docs/index.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/markdown/plugins/CodeMarkdownRenderer.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/appbar/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/appbar/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/avatar/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/avatar/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/badge/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/badge/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +6 -7
- package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonExamples.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/card/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/card/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/chip/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/chip/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/column/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/column/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogExamples.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/divider/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/divider/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/draggable/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/draggable/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +16 -5
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/index.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/icon/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/icon/docs/SystemIcons.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/icon/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/oxide/image/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/image/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/layout/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/layout/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +252 -0
- package/internal-do-not-import-from-here/ux/oxide/link/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/link/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/link/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/list/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/docs/index.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/main/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/main/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/menu/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/menu/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/Examples.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/progress/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/progress/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/spacer/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/spacer/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/stepper/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/stepper/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/switch/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/switch/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/docs/index.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/table/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/table/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +16 -33
- package/internal-do-not-import-from-here/ux/oxide/text/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/text/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/oxide/textarea/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/textarea/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/textfield/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/textfield/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarExamples.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/TreeviewExamples.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +16 -1
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/block/PropertyBlockSettings.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/properties/block/shared/PropertyBlockModels.d.ts +18 -0
- package/internal-do-not-import-from-here/ux/properties/block/shared/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +16 -21
- package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanDisplay.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +16 -21
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +16 -21
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +16 -21
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailDisplay.d.ts +11 -10
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +16 -20
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlDisplay.d.ts +11 -10
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +16 -21
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +16 -21
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageDisplay.d.ts +11 -10
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +16 -21
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerDisplay.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +16 -21
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageDisplay.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +16 -21
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkDisplay.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +16 -21
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaDisplay.d.ts +11 -10
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +16 -21
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextDisplay.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +16 -21
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextDisplay.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +16 -21
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +16 -20
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextDisplay.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +16 -21
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +16 -21
- package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +352 -18
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +382 -29
- package/internal-do-not-import-from-here/ux/spacingpicker/docs/ExampleComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/spacingpicker/docs/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/BlueprintStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +64 -64
- package/internal-do-not-import-from-here/ux/theming-v2/skins/pages/definitions/property/PropertiesWithColumLayout.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/pages/definitions/property/PropertiesWithRowLayout.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseThemeStyling.d.ts +37 -37
- package/internal-do-not-import-from-here/ux/{theming-v2/components/typographypicker → typographypicker}/TypographyPicker.d.ts +24 -24
- package/internal-do-not-import-from-here/ux/typographypicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/typographypicker/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/typographypicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +20 -0
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +334 -2
- package/internal-do-not-import-from-here/ux/velcron/core/models/Enums.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +22 -9
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronBlueprint.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronColorSchemaBuilder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/docs/DocDataTypes.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/Introduction.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/State.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/components/Button.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/components/Image.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/components/Property.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/components/Text.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/components/Velcron.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/components/View.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/components/index.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/index.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +14 -14
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Property.d.ts +106 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +95 -95
- package/internal-do-not-import-from-here/wctypings.d.ts +42 -35
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/datetimezonepicker/IDateTimeZonePicker.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/datetimezonepicker/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/IDateTimeZoneRenderer.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/components/blueprintpicker/docs/ExampleComponents.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/components/blueprintpicker/docs/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/docs/ExampleComponents.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/docs/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorschemapicker/ColorSchemaPicker.d.ts +0 -473
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorschemapicker/docs/ExampleComponents.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorschemapicker/docs/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/docs/ExampleComponents.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/docs/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/FlexView.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{theming-v2/components/blueprintpicker → blueprintpicker}/BlueprintPicker.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{theming-v2/components/blueprintpicker → blueprintpicker}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{theming-v2/components/colorschemadefinitionpicker → colorschemadefinitionpicker}/ColorSchemaDefinitionPicker.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{theming-v2/components/colorschemapicker → colorschemapicker}/ColorSchemaPicker.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{theming-v2/components/colorpicker → colorschemapicker}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{theming-v2/components/colorpicker/ColorPicker.css.d.ts → colorsettingspicker/ColorSettingsPicker.css.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{theming-v2/components/colorschemapicker → colorsettingspicker}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{theming-v2/components/typographypicker/docs/SampleComponent.d.ts → datetimezonepicker/docs/DateTimeZonePickerExample.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{theming-v2/components/typographypicker → typographypicker}/TypographyPicker.css.d.ts +0 -0
@@ -5,15 +5,15 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
|
|
5
5
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
6
6
|
};
|
7
7
|
get: {
|
8
|
-
colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
9
|
-
typography: (typographyType:
|
10
|
-
color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
11
|
-
colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
12
|
-
complementaryColorType: (colorType:
|
13
|
-
complementaryColor: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
14
|
-
complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
8
|
+
colorSchema: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => import("@omnia/fx-models").ColorSchema;
|
9
|
+
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;
|
10
|
+
color: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
|
11
|
+
colorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
12
|
+
complementaryColorType: (colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
13
|
+
complementaryColor: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
|
14
|
+
complementaryColorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
15
15
|
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
16
|
-
blueprint: (blueprintType:
|
16
|
+
blueprint: (blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes) => import("@omnia/fx-models").BlueprintDefinition;
|
17
17
|
};
|
18
18
|
actions: {
|
19
19
|
setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
|
@@ -29,15 +29,15 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
|
|
29
29
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
30
30
|
};
|
31
31
|
get: {
|
32
|
-
colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
33
|
-
typography: (typographyType:
|
34
|
-
color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
35
|
-
colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
36
|
-
complementaryColorType: (colorType:
|
37
|
-
complementaryColor: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
38
|
-
complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
32
|
+
colorSchema: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => import("@omnia/fx-models").ColorSchema;
|
33
|
+
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;
|
34
|
+
color: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
|
35
|
+
colorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
36
|
+
complementaryColorType: (colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
37
|
+
complementaryColor: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
|
38
|
+
complementaryColorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
39
39
|
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
40
|
-
blueprint: (blueprintType:
|
40
|
+
blueprint: (blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes) => import("@omnia/fx-models").BlueprintDefinition;
|
41
41
|
};
|
42
42
|
actions: {
|
43
43
|
setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
|
@@ -55,15 +55,15 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
|
|
55
55
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
56
56
|
};
|
57
57
|
get: {
|
58
|
-
colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
59
|
-
typography: (typographyType:
|
60
|
-
color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
61
|
-
colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
62
|
-
complementaryColorType: (colorType:
|
63
|
-
complementaryColor: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
64
|
-
complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
58
|
+
colorSchema: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => import("@omnia/fx-models").ColorSchema;
|
59
|
+
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;
|
60
|
+
color: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
|
61
|
+
colorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
62
|
+
complementaryColorType: (colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
63
|
+
complementaryColor: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
|
64
|
+
complementaryColorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
65
65
|
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
66
|
-
blueprint: (blueprintType:
|
66
|
+
blueprint: (blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes) => import("@omnia/fx-models").BlueprintDefinition;
|
67
67
|
};
|
68
68
|
actions: {
|
69
69
|
setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
|
@@ -79,15 +79,15 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
|
|
79
79
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
80
80
|
};
|
81
81
|
get: {
|
82
|
-
colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
83
|
-
typography: (typographyType:
|
84
|
-
color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
85
|
-
colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
86
|
-
complementaryColorType: (colorType:
|
87
|
-
complementaryColor: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
88
|
-
complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
82
|
+
colorSchema: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => import("@omnia/fx-models").ColorSchema;
|
83
|
+
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;
|
84
|
+
color: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
|
85
|
+
colorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
86
|
+
complementaryColorType: (colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
87
|
+
complementaryColor: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
|
88
|
+
complementaryColorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
89
89
|
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
90
|
-
blueprint: (blueprintType:
|
90
|
+
blueprint: (blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes) => import("@omnia/fx-models").BlueprintDefinition;
|
91
91
|
};
|
92
92
|
actions: {
|
93
93
|
setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
|
@@ -106,15 +106,15 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
|
|
106
106
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
107
107
|
};
|
108
108
|
get: {
|
109
|
-
colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
110
|
-
typography: (typographyType:
|
111
|
-
color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
112
|
-
colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
113
|
-
complementaryColorType: (colorType:
|
114
|
-
complementaryColor: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
115
|
-
complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
109
|
+
colorSchema: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => import("@omnia/fx-models").ColorSchema;
|
110
|
+
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;
|
111
|
+
color: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
|
112
|
+
colorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
113
|
+
complementaryColorType: (colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
114
|
+
complementaryColor: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
|
115
|
+
complementaryColorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
116
116
|
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
117
|
-
blueprint: (blueprintType:
|
117
|
+
blueprint: (blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes) => import("@omnia/fx-models").BlueprintDefinition;
|
118
118
|
};
|
119
119
|
actions: {
|
120
120
|
setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
|
@@ -130,15 +130,15 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
|
|
130
130
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
131
131
|
};
|
132
132
|
get: {
|
133
|
-
colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
134
|
-
typography: (typographyType:
|
135
|
-
color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
136
|
-
colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
137
|
-
complementaryColorType: (colorType:
|
138
|
-
complementaryColor: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
139
|
-
complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
133
|
+
colorSchema: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => import("@omnia/fx-models").ColorSchema;
|
134
|
+
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;
|
135
|
+
color: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
|
136
|
+
colorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
137
|
+
complementaryColorType: (colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
138
|
+
complementaryColor: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
|
139
|
+
complementaryColorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
140
140
|
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
141
|
-
blueprint: (blueprintType:
|
141
|
+
blueprint: (blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes) => import("@omnia/fx-models").BlueprintDefinition;
|
142
142
|
};
|
143
143
|
actions: {
|
144
144
|
setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
|
@@ -154,15 +154,15 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
|
|
154
154
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
155
155
|
};
|
156
156
|
get: {
|
157
|
-
colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
158
|
-
typography: (typographyType:
|
159
|
-
color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
160
|
-
colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
161
|
-
complementaryColorType: (colorType:
|
162
|
-
complementaryColor: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
163
|
-
complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
157
|
+
colorSchema: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => import("@omnia/fx-models").ColorSchema;
|
158
|
+
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;
|
159
|
+
color: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
|
160
|
+
colorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
161
|
+
complementaryColorType: (colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
162
|
+
complementaryColor: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
|
163
|
+
complementaryColorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
164
164
|
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
165
|
-
blueprint: (blueprintType:
|
165
|
+
blueprint: (blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes) => import("@omnia/fx-models").BlueprintDefinition;
|
166
166
|
};
|
167
167
|
actions: {
|
168
168
|
setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
|
@@ -178,15 +178,15 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
|
|
178
178
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
179
179
|
};
|
180
180
|
get: {
|
181
|
-
colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
182
|
-
typography: (typographyType:
|
183
|
-
color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
184
|
-
colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
185
|
-
complementaryColorType: (colorType:
|
186
|
-
complementaryColor: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
187
|
-
complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
181
|
+
colorSchema: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => import("@omnia/fx-models").ColorSchema;
|
182
|
+
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;
|
183
|
+
color: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
|
184
|
+
colorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
185
|
+
complementaryColorType: (colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
186
|
+
complementaryColor: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
|
187
|
+
complementaryColorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
188
188
|
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
189
|
-
blueprint: (blueprintType:
|
189
|
+
blueprint: (blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes) => import("@omnia/fx-models").BlueprintDefinition;
|
190
190
|
};
|
191
191
|
actions: {
|
192
192
|
setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
|
@@ -12,7 +12,7 @@ export declare function useThemeStyling(): {
|
|
12
12
|
scrollStyling: typeof import("./styles").getScrollStyling;
|
13
13
|
};
|
14
14
|
typography: {
|
15
|
-
typeStyling: (typographyType: import("@omnia/fx-models").TypographyTypes, size:
|
15
|
+
typeStyling: (typographyType: import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl", blueprint: import("@omnia/fx-models").TypographyBlueprint) => {
|
16
16
|
baseStyles: {
|
17
17
|
fontSize: string;
|
18
18
|
fontWeight: number;
|
@@ -27,7 +27,7 @@ export declare function useThemeStyling(): {
|
|
27
27
|
styling: (blueprints: {
|
28
28
|
state: {
|
29
29
|
blueprint: import("@omnia/fx-models").BlueprintDefinition;
|
30
|
-
blueprintType:
|
30
|
+
blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes;
|
31
31
|
};
|
32
32
|
get: {
|
33
33
|
readonly all: import("@omnia/fx-models").BlueprintDefinition;
|
@@ -40,21 +40,21 @@ export declare function useThemeStyling(): {
|
|
40
40
|
};
|
41
41
|
};
|
42
42
|
actions: {
|
43
|
-
setBlueprint: (type:
|
43
|
+
setBlueprint: (type: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes) => void;
|
44
44
|
setThemeStore: (themeStoreInstance: {
|
45
45
|
state: {
|
46
46
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
47
47
|
};
|
48
48
|
get: {
|
49
|
-
colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
50
|
-
typography: (typographyType:
|
51
|
-
color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
52
|
-
colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
53
|
-
complementaryColorType: (colorType:
|
54
|
-
complementaryColor: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
55
|
-
complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
49
|
+
colorSchema: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => import("@omnia/fx-models").ColorSchema;
|
50
|
+
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;
|
51
|
+
color: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
|
52
|
+
colorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
53
|
+
complementaryColorType: (colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
54
|
+
complementaryColor: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
|
55
|
+
complementaryColorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
56
56
|
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
57
|
-
blueprint: (blueprintType:
|
57
|
+
blueprint: (blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes) => import("@omnia/fx-models").BlueprintDefinition;
|
58
58
|
};
|
59
59
|
actions: {
|
60
60
|
setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
|
@@ -70,8 +70,8 @@ export declare function useThemeStyling(): {
|
|
70
70
|
events: {
|
71
71
|
onMutatingBlueprint: import("../../..").EventHook<import("@omnia/fx-models").BlueprintDefinition>;
|
72
72
|
onMutatedBlueprint: import("../../..").EventHook<import("@omnia/fx-models").BlueprintDefinition>;
|
73
|
-
onMutatingBlueprintType: import("../../..").EventHook<
|
74
|
-
onMutatedBlueprintType: import("../../..").EventHook<
|
73
|
+
onMutatingBlueprintType: import("../../..").EventHook<"default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes>;
|
74
|
+
onMutatedBlueprintType: import("../../..").EventHook<"default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes>;
|
75
75
|
};
|
76
76
|
deactivated(): void;
|
77
77
|
}) => import("./styles").TypographyTypesResult;
|
@@ -81,7 +81,7 @@ export declare function useThemeStyling(): {
|
|
81
81
|
button: (bluePrint?: {
|
82
82
|
state: {
|
83
83
|
blueprint: import("@omnia/fx-models").BlueprintDefinition;
|
84
|
-
blueprintType:
|
84
|
+
blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes;
|
85
85
|
};
|
86
86
|
get: {
|
87
87
|
readonly all: import("@omnia/fx-models").BlueprintDefinition;
|
@@ -94,21 +94,21 @@ export declare function useThemeStyling(): {
|
|
94
94
|
};
|
95
95
|
};
|
96
96
|
actions: {
|
97
|
-
setBlueprint: (type:
|
97
|
+
setBlueprint: (type: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes) => void;
|
98
98
|
setThemeStore: (themeStoreInstance: {
|
99
99
|
state: {
|
100
100
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
101
101
|
};
|
102
102
|
get: {
|
103
|
-
colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
104
|
-
typography: (typographyType:
|
105
|
-
color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
106
|
-
colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
107
|
-
complementaryColorType: (colorType:
|
108
|
-
complementaryColor: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
109
|
-
complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
103
|
+
colorSchema: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => import("@omnia/fx-models").ColorSchema;
|
104
|
+
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;
|
105
|
+
color: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
|
106
|
+
colorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
107
|
+
complementaryColorType: (colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
108
|
+
complementaryColor: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
|
109
|
+
complementaryColorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
110
110
|
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
111
|
-
blueprint: (blueprintType:
|
111
|
+
blueprint: (blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes) => import("@omnia/fx-models").BlueprintDefinition;
|
112
112
|
};
|
113
113
|
actions: {
|
114
114
|
setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
|
@@ -124,15 +124,15 @@ export declare function useThemeStyling(): {
|
|
124
124
|
events: {
|
125
125
|
onMutatingBlueprint: import("../../..").EventHook<import("@omnia/fx-models").BlueprintDefinition>;
|
126
126
|
onMutatedBlueprint: import("../../..").EventHook<import("@omnia/fx-models").BlueprintDefinition>;
|
127
|
-
onMutatingBlueprintType: import("../../..").EventHook<
|
128
|
-
onMutatedBlueprintType: import("../../..").EventHook<
|
127
|
+
onMutatingBlueprintType: import("../../..").EventHook<"default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes>;
|
128
|
+
onMutatedBlueprintType: import("../../..").EventHook<"default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes>;
|
129
129
|
};
|
130
130
|
deactivated(): void;
|
131
131
|
}) => string;
|
132
132
|
icon: (bluePrint?: {
|
133
133
|
state: {
|
134
134
|
blueprint: import("@omnia/fx-models").BlueprintDefinition;
|
135
|
-
blueprintType:
|
135
|
+
blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes;
|
136
136
|
};
|
137
137
|
get: {
|
138
138
|
readonly all: import("@omnia/fx-models").BlueprintDefinition;
|
@@ -145,21 +145,21 @@ export declare function useThemeStyling(): {
|
|
145
145
|
};
|
146
146
|
};
|
147
147
|
actions: {
|
148
|
-
setBlueprint: (type:
|
148
|
+
setBlueprint: (type: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes) => void;
|
149
149
|
setThemeStore: (themeStoreInstance: {
|
150
150
|
state: {
|
151
151
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
152
152
|
};
|
153
153
|
get: {
|
154
|
-
colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
155
|
-
typography: (typographyType:
|
156
|
-
color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
157
|
-
colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
158
|
-
complementaryColorType: (colorType:
|
159
|
-
complementaryColor: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
160
|
-
complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes |
|
154
|
+
colorSchema: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => import("@omnia/fx-models").ColorSchema;
|
155
|
+
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;
|
156
|
+
color: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
|
157
|
+
colorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
158
|
+
complementaryColorType: (colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
159
|
+
complementaryColor: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
|
160
|
+
complementaryColorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
161
161
|
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
162
|
-
blueprint: (blueprintType:
|
162
|
+
blueprint: (blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes) => import("@omnia/fx-models").BlueprintDefinition;
|
163
163
|
};
|
164
164
|
actions: {
|
165
165
|
setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
|
@@ -175,8 +175,8 @@ export declare function useThemeStyling(): {
|
|
175
175
|
events: {
|
176
176
|
onMutatingBlueprint: import("../../..").EventHook<import("@omnia/fx-models").BlueprintDefinition>;
|
177
177
|
onMutatedBlueprint: import("../../..").EventHook<import("@omnia/fx-models").BlueprintDefinition>;
|
178
|
-
onMutatingBlueprintType: import("../../..").EventHook<
|
179
|
-
onMutatedBlueprintType: import("../../..").EventHook<
|
178
|
+
onMutatingBlueprintType: import("../../..").EventHook<"default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes>;
|
179
|
+
onMutatedBlueprintType: import("../../..").EventHook<"default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes>;
|
180
180
|
};
|
181
181
|
deactivated(): void;
|
182
182
|
}) => string;
|