@omnia/fx 8.0.53-vnext → 8.0.55-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/services/identities/UserIdentityService.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +3 -2
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +1 -0
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +32 -0
- package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.js +45 -0
- package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +4 -0
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +31 -11
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.js +11 -5
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +7 -7
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +10 -15
- package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/theming/index.js +2 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditAliasDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Features.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/EditNamingPolicies.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/PreviewPolicyNaming.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateDetail.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.css.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSectionTab.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutStep.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutTab.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/StepListingSettingsPanel.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/LayerIndex.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererFunctions.d.ts +8 -28
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts +15 -15
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/cards/Image_top.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/headers/Pageheader.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/index.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/useVelcronDefinitionTemplates.d.ts +23 -0
- package/internal-do-not-import-from-here/ux/limited-label/LimitedLabel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/Validation.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +21 -20
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +35 -35
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +29 -29
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +24 -24
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +18 -18
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +14 -14
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +15 -15
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +17 -17
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +15 -15
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +30 -30
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/text/Text.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +38 -5
- package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleGradients.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.css.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +26 -21
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/EditorMenuBar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/shapedivider/ShapeDivider.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/sidepanel/SidePanelRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/BlueprintStore.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseThemeStyling.d.ts +188 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/index.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Colors.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +45 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/index.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +124 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themes/TypographyTypes.d.ts +187 -17
- package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +15 -3
- package/internal-do-not-import-from-here/ux/use/UseValidation.d.ts +14 -2
- package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/velcron/components/properties/VelcronProperties.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/core/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/Enums.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +16 -14
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronBlueprint.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronStylesProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +2 -0
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar_old.d.ts +0 -51
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseBlueprintStyling.d.ts +0 -9
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseComponentStyling.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseTypographyStyling.d.ts +0 -25
- package/internal-do-not-import-from-here/ux/velcron/core/utilities/ColorUtility.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/core/utilities/index.d.ts +0 -1
- /package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/{contentblocks.d.ts → content/Contentblocks.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/{blockheaders.d.ts → headers/Blockheaders.d.ts} +0 -0
@@ -109,9 +109,9 @@ declare const _default: {
|
|
109
109
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
110
110
|
[key: string]: any;
|
111
111
|
}>) => void)[];
|
112
|
-
readonly "v-model"?: ThemeDefinition;
|
113
|
-
readonly modelValue?: ThemeDefinition;
|
114
112
|
"onUpdate:modelValue"?: ((value: ThemeDefinition) => any) & ((value: ThemeDefinition) => any);
|
113
|
+
readonly modelValue?: ThemeDefinition;
|
114
|
+
readonly "v-model"?: ThemeDefinition;
|
115
115
|
readonly attachedToParent?: boolean;
|
116
116
|
readonly hideBodySettings?: boolean;
|
117
117
|
readonly "hide-body-settings"?: boolean;
|
@@ -504,9 +504,9 @@ declare const _default: {
|
|
504
504
|
};
|
505
505
|
}>;
|
506
506
|
};
|
507
|
-
"v-model"?: ThemeDefinition;
|
508
|
-
modelValue?: ThemeDefinition;
|
509
507
|
"onUpdate:modelValue"?: (value: ThemeDefinition) => any;
|
508
|
+
modelValue?: ThemeDefinition;
|
509
|
+
"v-model"?: ThemeDefinition;
|
510
510
|
attachedToParent?: boolean;
|
511
511
|
hideBodySettings?: boolean;
|
512
512
|
"hide-body-settings"?: boolean;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { BlockBlueprint, BlueprintDefinition, BlueprintItemDefinition, BlueprintType, BlueprintTypes, TypographyBlueprint, WebBlueprintDefintionType, WebBlueprintDefintionTypes } from "@omnia/fx-models";
|
1
|
+
import { BlockBlueprint, BlueprintDefinition, BlueprintItemDefinition, BlueprintType, BlueprintTypes, SpacingBlueprint, TypographyBlueprint, WebBlueprintDefintionType, WebBlueprintDefintionTypes } from "@omnia/fx-models";
|
2
2
|
import { useThemeStoreV2 } from "./ThemeStoreV2";
|
3
3
|
export declare const useBlueprintStore: (newInstanceWithName?: string) => {
|
4
4
|
state: {
|
@@ -10,6 +10,10 @@ export declare const useBlueprintStore: (newInstanceWithName?: string) => {
|
|
10
10
|
byType: <TType extends BlueprintItemDefinition>(type: WebBlueprintDefintionTypes | WebBlueprintDefintionType) => TType;
|
11
11
|
readonly typography: TypographyBlueprint;
|
12
12
|
readonly block: BlockBlueprint;
|
13
|
+
spacing: {
|
14
|
+
readonly inner: SpacingBlueprint;
|
15
|
+
readonly layout: SpacingBlueprint;
|
16
|
+
};
|
13
17
|
};
|
14
18
|
actions: {
|
15
19
|
setBlueprint: (type: BlueprintTypes | BlueprintType) => void;
|
@@ -6,7 +6,7 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
|
|
6
6
|
};
|
7
7
|
get: {
|
8
8
|
colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType) => import("@omnia/fx-models").ColorSchema;
|
9
|
-
typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
9
|
+
typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes, size: import("@omnia/fx-models").TypographySize | import("@omnia/fx-models").TypographySizes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
10
10
|
color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
11
11
|
colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
12
12
|
complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
@@ -30,7 +30,7 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
|
|
30
30
|
};
|
31
31
|
get: {
|
32
32
|
colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType) => import("@omnia/fx-models").ColorSchema;
|
33
|
-
typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
33
|
+
typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes, size: import("@omnia/fx-models").TypographySize | import("@omnia/fx-models").TypographySizes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
34
34
|
color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
35
35
|
colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
36
36
|
complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
@@ -56,7 +56,7 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
|
|
56
56
|
};
|
57
57
|
get: {
|
58
58
|
colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType) => import("@omnia/fx-models").ColorSchema;
|
59
|
-
typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
59
|
+
typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes, size: import("@omnia/fx-models").TypographySize | import("@omnia/fx-models").TypographySizes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
60
60
|
color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
61
61
|
colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
62
62
|
complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
@@ -80,7 +80,7 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
|
|
80
80
|
};
|
81
81
|
get: {
|
82
82
|
colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType) => import("@omnia/fx-models").ColorSchema;
|
83
|
-
typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
83
|
+
typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes, size: import("@omnia/fx-models").TypographySize | import("@omnia/fx-models").TypographySizes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
84
84
|
color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
85
85
|
colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
86
86
|
complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
@@ -107,7 +107,7 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
|
|
107
107
|
};
|
108
108
|
get: {
|
109
109
|
colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType) => import("@omnia/fx-models").ColorSchema;
|
110
|
-
typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
110
|
+
typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes, size: import("@omnia/fx-models").TypographySize | import("@omnia/fx-models").TypographySizes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
111
111
|
color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
112
112
|
colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
113
113
|
complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
@@ -131,7 +131,7 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
|
|
131
131
|
};
|
132
132
|
get: {
|
133
133
|
colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType) => import("@omnia/fx-models").ColorSchema;
|
134
|
-
typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
134
|
+
typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes, size: import("@omnia/fx-models").TypographySize | import("@omnia/fx-models").TypographySizes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
135
135
|
color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
136
136
|
colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
137
137
|
complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
@@ -155,7 +155,7 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
|
|
155
155
|
};
|
156
156
|
get: {
|
157
157
|
colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType) => import("@omnia/fx-models").ColorSchema;
|
158
|
-
typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
158
|
+
typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes, size: import("@omnia/fx-models").TypographySize | import("@omnia/fx-models").TypographySizes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
159
159
|
color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
160
160
|
colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
161
161
|
complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
@@ -179,7 +179,7 @@ export declare const useThemeContextStore: (newInstanceWithName?: string) => {
|
|
179
179
|
};
|
180
180
|
get: {
|
181
181
|
colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType) => import("@omnia/fx-models").ColorSchema;
|
182
|
-
typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
182
|
+
typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes, size: import("@omnia/fx-models").TypographySize | import("@omnia/fx-models").TypographySizes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
183
183
|
color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
184
184
|
colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
185
185
|
complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
@@ -1,11 +1,11 @@
|
|
1
|
-
import { BlueprintType, BlueprintTypes, ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes, ThemeDefinitionV2, TypographyType, TypographyTypes } from "@omnia/fx-models";
|
1
|
+
import { BlueprintType, BlueprintTypes, ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes, ThemeDefinitionV2, TypographySize, TypographySizes, TypographyType, TypographyTypes } from "@omnia/fx-models";
|
2
2
|
export declare const useThemeStoreV2: (newInstanceWithName?: string) => {
|
3
3
|
state: {
|
4
4
|
currentTheme: import("./themes/Themes").ThemeDefinitionInstance;
|
5
5
|
};
|
6
6
|
get: {
|
7
7
|
colorSchema: (colorSchemaType: ColorSchemaTypes | ColorSchemaType) => import("@omnia/fx-models").ColorSchema;
|
8
|
-
typography: (typographyType: TypographyTypes | TypographyType) => import("@omnia/fx-models").TypographyTypeDefinition;
|
8
|
+
typography: (typographyType: TypographyTypes | TypographyType, size: TypographySize | TypographySizes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
9
9
|
color: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => string;
|
10
10
|
colorDefinition: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => import("@omnia/fx-models").ColorDefinition;
|
11
11
|
complementaryColorType: (colorType: ColorTypes | ColorType) => ColorTypes;
|
@@ -110,9 +110,9 @@ declare const _default: {
|
|
110
110
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
111
111
|
[key: string]: any;
|
112
112
|
}>) => void)[];
|
113
|
-
readonly "v-model"?: BlueprintType | BlueprintTypes;
|
114
|
-
readonly modelValue?: BlueprintType | BlueprintTypes;
|
115
113
|
"onUpdate:modelValue"?: ((value: BlueprintType | BlueprintTypes) => any) & ((value: BlueprintTypes) => any);
|
114
|
+
readonly modelValue?: BlueprintType | BlueprintTypes;
|
115
|
+
readonly "v-model"?: BlueprintType | BlueprintTypes;
|
116
116
|
};
|
117
117
|
$attrs: {
|
118
118
|
[x: string]: unknown;
|
@@ -441,9 +441,9 @@ declare const _default: {
|
|
441
441
|
};
|
442
442
|
}>;
|
443
443
|
};
|
444
|
-
"v-model"?: BlueprintType | BlueprintTypes;
|
445
|
-
modelValue?: BlueprintType | BlueprintTypes;
|
446
444
|
"onUpdate:modelValue"?: (value: BlueprintType | BlueprintTypes) => any;
|
445
|
+
modelValue?: BlueprintType | BlueprintTypes;
|
446
|
+
"v-model"?: BlueprintType | BlueprintTypes;
|
447
447
|
}>, "onUpdate:modelValue"> & {
|
448
448
|
"onUpdate:modelValue"?: (value: BlueprintTypes) => any;
|
449
449
|
};
|
@@ -7,8 +7,8 @@ declare const _default: {
|
|
7
7
|
$props: {
|
8
8
|
container?: any;
|
9
9
|
blueprint?: any;
|
10
|
-
colorSchemaType?: any;
|
11
10
|
blueprintType?: any;
|
11
|
+
colorSchemaType?: any;
|
12
12
|
colors?: any;
|
13
13
|
style?: unknown;
|
14
14
|
class?: unknown;
|
@@ -120,9 +120,9 @@ declare const _default: {
|
|
120
120
|
} & {
|
121
121
|
activator?: () => VNodeChild;
|
122
122
|
};
|
123
|
-
readonly "v-model"?: unknown;
|
124
|
-
readonly modelValue?: unknown;
|
125
123
|
"onUpdate:modelValue"?: ((value: unknown) => any) & ((colorSchema: ColorSchema) => any);
|
124
|
+
readonly modelValue?: unknown;
|
125
|
+
readonly "v-model"?: unknown;
|
126
126
|
};
|
127
127
|
$attrs: {
|
128
128
|
[x: string]: unknown;
|
@@ -221,8 +221,8 @@ declare const _default: {
|
|
221
221
|
}, string, {
|
222
222
|
container?: any;
|
223
223
|
blueprint?: any;
|
224
|
-
colorSchemaType?: any;
|
225
224
|
blueprintType?: any;
|
225
|
+
colorSchemaType?: any;
|
226
226
|
colors?: any;
|
227
227
|
}, {}, string, {}> & {
|
228
228
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -411,15 +411,15 @@ declare const _default: {
|
|
411
411
|
}, string, {
|
412
412
|
container?: any;
|
413
413
|
blueprint?: any;
|
414
|
-
colorSchemaType?: any;
|
415
414
|
blueprintType?: any;
|
415
|
+
colorSchemaType?: any;
|
416
416
|
colors?: any;
|
417
417
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
418
418
|
propsDefinition: Omit<Readonly<{
|
419
419
|
container?: any;
|
420
420
|
blueprint?: any;
|
421
|
-
colorSchemaType?: any;
|
422
421
|
blueprintType?: any;
|
422
|
+
colorSchemaType?: any;
|
423
423
|
colors?: any;
|
424
424
|
} & {
|
425
425
|
name?: {
|
@@ -488,9 +488,9 @@ declare const _default: {
|
|
488
488
|
} & {
|
489
489
|
activator?: () => VNodeChild;
|
490
490
|
};
|
491
|
-
"v-model"?: unknown;
|
492
|
-
modelValue?: unknown;
|
493
491
|
"onUpdate:modelValue"?: (value: unknown) => any;
|
492
|
+
modelValue?: unknown;
|
493
|
+
"v-model"?: unknown;
|
494
494
|
}>, "onUpdate:modelValue"> & {
|
495
495
|
"onUpdate:modelValue"?: (colorSchema: ColorSchema) => any;
|
496
496
|
};
|
package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts
CHANGED
@@ -112,9 +112,9 @@ declare const _default: {
|
|
112
112
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
113
113
|
[key: string]: any;
|
114
114
|
}>) => void)[];
|
115
|
-
readonly "v-model"?: ColorSchemaTypes | ColorSchemaType;
|
116
|
-
readonly modelValue?: ColorSchemaTypes | ColorSchemaType;
|
117
115
|
"onUpdate:modelValue"?: ((value: ColorSchemaTypes | ColorSchemaType) => any) & ((value: ColorSchemaTypes) => any);
|
116
|
+
readonly modelValue?: ColorSchemaTypes | ColorSchemaType;
|
117
|
+
readonly "v-model"?: ColorSchemaTypes | ColorSchemaType;
|
118
118
|
};
|
119
119
|
$attrs: {
|
120
120
|
[x: string]: unknown;
|
@@ -463,9 +463,9 @@ declare const _default: {
|
|
463
463
|
};
|
464
464
|
themeDefinition?: ThemeDefinitionV2;
|
465
465
|
"theme-definition"?: ThemeDefinitionV2;
|
466
|
-
"v-model"?: ColorSchemaTypes | ColorSchemaType;
|
467
|
-
modelValue?: ColorSchemaTypes | ColorSchemaType;
|
468
466
|
"onUpdate:modelValue"?: (value: ColorSchemaTypes | ColorSchemaType) => any;
|
467
|
+
modelValue?: ColorSchemaTypes | ColorSchemaType;
|
468
|
+
"v-model"?: ColorSchemaTypes | ColorSchemaType;
|
469
469
|
}>, "onUpdate:modelValue"> & {
|
470
470
|
"onUpdate:modelValue"?: (value: ColorSchemaTypes) => any;
|
471
471
|
};
|
@@ -0,0 +1,188 @@
|
|
1
|
+
import { useBlueprintStore } from "../BlueprintStore";
|
2
|
+
import { WebBlueprintDefintionTypes, setColorOpacity } from "@omnia/fx-models";
|
3
|
+
export declare function useThemeStyling(): {
|
4
|
+
colors: {
|
5
|
+
dividingOpacity: (dark: boolean) => string;
|
6
|
+
backgroundOpacity: (dark: boolean, opacity?: Number) => string;
|
7
|
+
setColorOpacity: typeof setColorOpacity;
|
8
|
+
};
|
9
|
+
styles: {
|
10
|
+
selectedTableRowStyling: typeof import("./styles").getSelectedTableRowStyling;
|
11
|
+
colorStyling: (color: string, opacity?: number) => import("@omnia/fx-models").ColorStyles;
|
12
|
+
scrollStyling: typeof import("./styles").getScrollStyling;
|
13
|
+
};
|
14
|
+
typography: {
|
15
|
+
typeStyling: (typographyType: import("@omnia/fx-models").TypographyTypes, size: import("@omnia/fx-models").TypographySize, blueprint: import("@omnia/fx-models").TypographyBlueprint) => {
|
16
|
+
baseStyles: {
|
17
|
+
fontSize: string;
|
18
|
+
fontWeight: number;
|
19
|
+
lineHeight: string;
|
20
|
+
textDecoration: string;
|
21
|
+
};
|
22
|
+
mediumStyles: any;
|
23
|
+
smallStyles: any;
|
24
|
+
queryOnSmallScreen: import("typestyle/lib/types").MediaQuery;
|
25
|
+
queryOnMediumScreen: import("typestyle/lib/types").MediaQuery;
|
26
|
+
};
|
27
|
+
styling: (blueprints: {
|
28
|
+
state: {
|
29
|
+
blueprint: import("@omnia/fx-models").BlueprintDefinition;
|
30
|
+
blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes;
|
31
|
+
};
|
32
|
+
get: {
|
33
|
+
readonly all: import("@omnia/fx-models").BlueprintDefinition;
|
34
|
+
byType: <TType extends import("@omnia/fx-models").BlueprintItemDefinition>(type: import("@omnia/fx-models").WebBlueprintDefintionType | WebBlueprintDefintionTypes) => TType;
|
35
|
+
readonly typography: import("@omnia/fx-models").TypographyBlueprint;
|
36
|
+
readonly block: import("@omnia/fx-models").BlockBlueprint;
|
37
|
+
spacing: {
|
38
|
+
readonly inner: import("@omnia/fx-models").SpacingBlueprint;
|
39
|
+
readonly layout: import("@omnia/fx-models").SpacingBlueprint;
|
40
|
+
};
|
41
|
+
};
|
42
|
+
actions: {
|
43
|
+
setBlueprint: (type: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes) => void;
|
44
|
+
setThemeStore: (themeStoreInstance: {
|
45
|
+
state: {
|
46
|
+
currentTheme: import("..").ThemeDefinitionInstance;
|
47
|
+
};
|
48
|
+
get: {
|
49
|
+
colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType) => import("@omnia/fx-models").ColorSchema;
|
50
|
+
typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes, size: import("@omnia/fx-models").TypographySize | import("@omnia/fx-models").TypographySizes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
51
|
+
color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
52
|
+
colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
53
|
+
complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
54
|
+
complementaryColor: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
55
|
+
complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
56
|
+
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
57
|
+
blueprint: (blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes) => import("@omnia/fx-models").BlueprintDefinition;
|
58
|
+
};
|
59
|
+
actions: {
|
60
|
+
setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
|
61
|
+
};
|
62
|
+
events: {
|
63
|
+
onMutatingCurrentTheme: import("../../..").EventHook<import("..").ThemeDefinitionInstance>;
|
64
|
+
onMutatedCurrentTheme: import("../../..").EventHook<import("..").ThemeDefinitionInstance>;
|
65
|
+
};
|
66
|
+
deactivated(): void;
|
67
|
+
}) => void;
|
68
|
+
setCustomBlueprint: (blueprint: import("@omnia/fx-models").BlueprintDefinition) => void;
|
69
|
+
};
|
70
|
+
events: {
|
71
|
+
onMutatingBlueprint: import("../../..").EventHook<import("@omnia/fx-models").BlueprintDefinition>;
|
72
|
+
onMutatedBlueprint: import("../../..").EventHook<import("@omnia/fx-models").BlueprintDefinition>;
|
73
|
+
onMutatingBlueprintType: import("../../..").EventHook<import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes>;
|
74
|
+
onMutatedBlueprintType: import("../../..").EventHook<import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes>;
|
75
|
+
};
|
76
|
+
deactivated(): void;
|
77
|
+
}) => import("./styles").TypographyTypesResult;
|
78
|
+
};
|
79
|
+
blueprints: {
|
80
|
+
block: (blueprint: import("@omnia/fx-models").BlockBlueprint, colors: import("@omnia/fx-models").ColorSchema) => string;
|
81
|
+
button: (bluePrint?: {
|
82
|
+
state: {
|
83
|
+
blueprint: import("@omnia/fx-models").BlueprintDefinition;
|
84
|
+
blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes;
|
85
|
+
};
|
86
|
+
get: {
|
87
|
+
readonly all: import("@omnia/fx-models").BlueprintDefinition;
|
88
|
+
byType: <TType extends import("@omnia/fx-models").BlueprintItemDefinition>(type: import("@omnia/fx-models").WebBlueprintDefintionType | WebBlueprintDefintionTypes) => TType;
|
89
|
+
readonly typography: import("@omnia/fx-models").TypographyBlueprint;
|
90
|
+
readonly block: import("@omnia/fx-models").BlockBlueprint;
|
91
|
+
spacing: {
|
92
|
+
readonly inner: import("@omnia/fx-models").SpacingBlueprint;
|
93
|
+
readonly layout: import("@omnia/fx-models").SpacingBlueprint;
|
94
|
+
};
|
95
|
+
};
|
96
|
+
actions: {
|
97
|
+
setBlueprint: (type: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes) => void;
|
98
|
+
setThemeStore: (themeStoreInstance: {
|
99
|
+
state: {
|
100
|
+
currentTheme: import("..").ThemeDefinitionInstance;
|
101
|
+
};
|
102
|
+
get: {
|
103
|
+
colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType) => import("@omnia/fx-models").ColorSchema;
|
104
|
+
typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes, size: import("@omnia/fx-models").TypographySize | import("@omnia/fx-models").TypographySizes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
105
|
+
color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
106
|
+
colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
107
|
+
complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
108
|
+
complementaryColor: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
109
|
+
complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
110
|
+
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
111
|
+
blueprint: (blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes) => import("@omnia/fx-models").BlueprintDefinition;
|
112
|
+
};
|
113
|
+
actions: {
|
114
|
+
setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
|
115
|
+
};
|
116
|
+
events: {
|
117
|
+
onMutatingCurrentTheme: import("../../..").EventHook<import("..").ThemeDefinitionInstance>;
|
118
|
+
onMutatedCurrentTheme: import("../../..").EventHook<import("..").ThemeDefinitionInstance>;
|
119
|
+
};
|
120
|
+
deactivated(): void;
|
121
|
+
}) => void;
|
122
|
+
setCustomBlueprint: (blueprint: import("@omnia/fx-models").BlueprintDefinition) => void;
|
123
|
+
};
|
124
|
+
events: {
|
125
|
+
onMutatingBlueprint: import("../../..").EventHook<import("@omnia/fx-models").BlueprintDefinition>;
|
126
|
+
onMutatedBlueprint: import("../../..").EventHook<import("@omnia/fx-models").BlueprintDefinition>;
|
127
|
+
onMutatingBlueprintType: import("../../..").EventHook<import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes>;
|
128
|
+
onMutatedBlueprintType: import("../../..").EventHook<import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes>;
|
129
|
+
};
|
130
|
+
deactivated(): void;
|
131
|
+
}) => string;
|
132
|
+
icon: (bluePrint?: {
|
133
|
+
state: {
|
134
|
+
blueprint: import("@omnia/fx-models").BlueprintDefinition;
|
135
|
+
blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes;
|
136
|
+
};
|
137
|
+
get: {
|
138
|
+
readonly all: import("@omnia/fx-models").BlueprintDefinition;
|
139
|
+
byType: <TType extends import("@omnia/fx-models").BlueprintItemDefinition>(type: import("@omnia/fx-models").WebBlueprintDefintionType | WebBlueprintDefintionTypes) => TType;
|
140
|
+
readonly typography: import("@omnia/fx-models").TypographyBlueprint;
|
141
|
+
readonly block: import("@omnia/fx-models").BlockBlueprint;
|
142
|
+
spacing: {
|
143
|
+
readonly inner: import("@omnia/fx-models").SpacingBlueprint;
|
144
|
+
readonly layout: import("@omnia/fx-models").SpacingBlueprint;
|
145
|
+
};
|
146
|
+
};
|
147
|
+
actions: {
|
148
|
+
setBlueprint: (type: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes) => void;
|
149
|
+
setThemeStore: (themeStoreInstance: {
|
150
|
+
state: {
|
151
|
+
currentTheme: import("..").ThemeDefinitionInstance;
|
152
|
+
};
|
153
|
+
get: {
|
154
|
+
colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType) => import("@omnia/fx-models").ColorSchema;
|
155
|
+
typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes, size: import("@omnia/fx-models").TypographySize | import("@omnia/fx-models").TypographySizes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
156
|
+
color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
157
|
+
colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
158
|
+
complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
159
|
+
complementaryColor: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
160
|
+
complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
161
|
+
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
162
|
+
blueprint: (blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes) => import("@omnia/fx-models").BlueprintDefinition;
|
163
|
+
};
|
164
|
+
actions: {
|
165
|
+
setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
|
166
|
+
};
|
167
|
+
events: {
|
168
|
+
onMutatingCurrentTheme: import("../../..").EventHook<import("..").ThemeDefinitionInstance>;
|
169
|
+
onMutatedCurrentTheme: import("../../..").EventHook<import("..").ThemeDefinitionInstance>;
|
170
|
+
};
|
171
|
+
deactivated(): void;
|
172
|
+
}) => void;
|
173
|
+
setCustomBlueprint: (blueprint: import("@omnia/fx-models").BlueprintDefinition) => void;
|
174
|
+
};
|
175
|
+
events: {
|
176
|
+
onMutatingBlueprint: import("../../..").EventHook<import("@omnia/fx-models").BlueprintDefinition>;
|
177
|
+
onMutatedBlueprint: import("../../..").EventHook<import("@omnia/fx-models").BlueprintDefinition>;
|
178
|
+
onMutatingBlueprintType: import("../../..").EventHook<import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes>;
|
179
|
+
onMutatedBlueprintType: import("../../..").EventHook<import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes>;
|
180
|
+
};
|
181
|
+
deactivated(): void;
|
182
|
+
}) => string;
|
183
|
+
spacing: {
|
184
|
+
inner: (value: any, blueprints?: ReturnType<typeof useBlueprintStore>) => number;
|
185
|
+
layout: (value: any, blueprints?: ReturnType<typeof useBlueprintStore>) => number;
|
186
|
+
};
|
187
|
+
};
|
188
|
+
};
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { BlockBlueprint, ColorSchema, WebBlueprintDefintionTypes } from "@omnia/fx-models";
|
2
|
+
import { useBlueprintStore } from "../../BlueprintStore";
|
3
|
+
export declare const BlueprintStyles: {
|
4
|
+
getBlueprintSpacingValue: typeof getBlueprintSpacingValue;
|
5
|
+
getButtonBlueprintStyling: typeof getButtonBlueprintStyling;
|
6
|
+
getIconBlueprintStyling: typeof getIconBlueprintStyling;
|
7
|
+
getBlockBlueprintStyling: typeof getBlockBlueprintStyling;
|
8
|
+
};
|
9
|
+
/**Blueprint styling */
|
10
|
+
declare function getBlueprintSpacingValue(value: any, type: WebBlueprintDefintionTypes.innerspacing | WebBlueprintDefintionTypes.layoutspacing, blueprints?: ReturnType<typeof useBlueprintStore>): number;
|
11
|
+
declare function getButtonBlueprintStyling(bluePrint?: ReturnType<typeof useBlueprintStore>): string;
|
12
|
+
declare function getIconBlueprintStyling(bluePrint?: ReturnType<typeof useBlueprintStore>): string;
|
13
|
+
declare function getBlockBlueprintStyling(blueprint: BlockBlueprint, colors: ColorSchema): string;
|
14
|
+
export {};
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { ColorStyles } from "@omnia/fx-models";
|
2
|
+
export declare const ColorStyling: {
|
3
|
+
dividingOpacity: typeof dividingOpacity;
|
4
|
+
backgroundOpacity: typeof backgroundOpacity;
|
5
|
+
backgroundOpacityOnColor: typeof backgroundOpacityOnColor;
|
6
|
+
getColorStyling: typeof getColorStyling;
|
7
|
+
};
|
8
|
+
declare function dividingOpacity(dark: boolean): string;
|
9
|
+
declare function backgroundOpacity(dark: boolean, opacity?: Number): string;
|
10
|
+
declare function backgroundOpacityOnColor(color: string, dark: boolean, opacity?: Number): any;
|
11
|
+
declare function getColorStyling(color: string, opacity?: number): ColorStyles;
|
12
|
+
export {};
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { useColorSchemaStore } from "../../ColorSchemaStore";
|
2
|
+
export declare const GeneralStyles: {
|
3
|
+
getSelectedTableRowStyling: typeof getSelectedTableRowStyling;
|
4
|
+
getScrollStyling: typeof getScrollStyling;
|
5
|
+
};
|
6
|
+
export declare function getSelectedTableRowStyling(dark: boolean): string;
|
7
|
+
export declare function getScrollStyling(colors: ReturnType<typeof useColorSchemaStore>, toned?: boolean, targetSelector?: string): string;
|
@@ -0,0 +1,45 @@
|
|
1
|
+
/**Typography */
|
2
|
+
import { TypographyBlueprint, TypographySize, TypographyTypes } from "@omnia/fx-models";
|
3
|
+
import { MediaQuery } from "typestyle/lib/types";
|
4
|
+
import { useBlueprintStore } from "../..";
|
5
|
+
export declare const TypographyStyles: {
|
6
|
+
typographyTypeStyling: typeof typographyTypeStyling;
|
7
|
+
typographyStyling: typeof typographyStyling;
|
8
|
+
};
|
9
|
+
export interface TypographyTypesResult {
|
10
|
+
title: {
|
11
|
+
xl: string;
|
12
|
+
l: string;
|
13
|
+
m: string;
|
14
|
+
s: string;
|
15
|
+
xs: string;
|
16
|
+
};
|
17
|
+
text: {
|
18
|
+
l: string;
|
19
|
+
m: string;
|
20
|
+
s: string;
|
21
|
+
xs: string;
|
22
|
+
};
|
23
|
+
navigation: {
|
24
|
+
l: string;
|
25
|
+
m: string;
|
26
|
+
};
|
27
|
+
link: {
|
28
|
+
m: string;
|
29
|
+
};
|
30
|
+
typographyType: (typographyType: string) => string;
|
31
|
+
}
|
32
|
+
declare function typographyTypeStyling(typographyType: TypographyTypes, size: TypographySize, blueprint: TypographyBlueprint): {
|
33
|
+
baseStyles: {
|
34
|
+
fontSize: string;
|
35
|
+
fontWeight: number;
|
36
|
+
lineHeight: string;
|
37
|
+
textDecoration: string;
|
38
|
+
};
|
39
|
+
mediumStyles: any;
|
40
|
+
smallStyles: any;
|
41
|
+
queryOnSmallScreen: MediaQuery;
|
42
|
+
queryOnMediumScreen: MediaQuery;
|
43
|
+
};
|
44
|
+
declare function typographyStyling(blueprints: ReturnType<typeof useBlueprintStore>): TypographyTypesResult;
|
45
|
+
export {};
|
@@ -6,8 +6,8 @@ declare const _default: {
|
|
6
6
|
$props: {
|
7
7
|
container?: any;
|
8
8
|
blueprint?: any;
|
9
|
-
colorSchemaType?: any;
|
10
9
|
blueprintType?: any;
|
10
|
+
colorSchemaType?: any;
|
11
11
|
colors?: any;
|
12
12
|
style?: unknown;
|
13
13
|
class?: unknown;
|
@@ -114,10 +114,10 @@ declare const _default: {
|
|
114
114
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
115
115
|
[key: string]: any;
|
116
116
|
}>) => void)[];
|
117
|
+
"onUpdate:modelValue"?: ((value: Guid) => any) & ((theme: ThemeDefinitionV2) => any);
|
118
|
+
readonly modelValue?: Guid;
|
117
119
|
readonly toned?: string;
|
118
120
|
readonly "v-model"?: Guid;
|
119
|
-
readonly modelValue?: Guid;
|
120
|
-
"onUpdate:modelValue"?: ((value: Guid) => any) & ((theme: ThemeDefinitionV2) => any);
|
121
121
|
};
|
122
122
|
$attrs: {
|
123
123
|
[x: string]: unknown;
|
@@ -216,8 +216,8 @@ declare const _default: {
|
|
216
216
|
}, string, {
|
217
217
|
container?: any;
|
218
218
|
blueprint?: any;
|
219
|
-
colorSchemaType?: any;
|
220
219
|
blueprintType?: any;
|
220
|
+
colorSchemaType?: any;
|
221
221
|
colors?: any;
|
222
222
|
}, {}, string, {}> & {
|
223
223
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -406,15 +406,15 @@ declare const _default: {
|
|
406
406
|
}, string, {
|
407
407
|
container?: any;
|
408
408
|
blueprint?: any;
|
409
|
-
colorSchemaType?: any;
|
410
409
|
blueprintType?: any;
|
410
|
+
colorSchemaType?: any;
|
411
411
|
colors?: any;
|
412
412
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
413
413
|
propsDefinition: Omit<Readonly<{
|
414
414
|
container?: any;
|
415
415
|
blueprint?: any;
|
416
|
-
colorSchemaType?: any;
|
417
416
|
blueprintType?: any;
|
417
|
+
colorSchemaType?: any;
|
418
418
|
colors?: any;
|
419
419
|
} & {
|
420
420
|
name?: {
|
@@ -478,10 +478,10 @@ declare const _default: {
|
|
478
478
|
};
|
479
479
|
}>;
|
480
480
|
};
|
481
|
+
"onUpdate:modelValue"?: (value: Guid) => any;
|
482
|
+
modelValue?: Guid;
|
481
483
|
toned?: string;
|
482
484
|
"v-model"?: Guid;
|
483
|
-
modelValue?: Guid;
|
484
|
-
"onUpdate:modelValue"?: (value: Guid) => any;
|
485
485
|
}>, "onUpdate:modelValue"> & {
|
486
486
|
"onUpdate:modelValue"?: (theme: ThemeDefinitionV2) => any;
|
487
487
|
};
|