@omnia/fx 8.0.54-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 +2 -2
- 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
@@ -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
|
readonly small?: boolean;
|
13
13
|
style?: unknown;
|
@@ -112,8 +112,8 @@ declare const _default: {
|
|
112
112
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
113
113
|
container?: any;
|
114
114
|
blueprint?: any;
|
115
|
-
colorSchemaType?: any;
|
116
115
|
blueprintType?: any;
|
116
|
+
colorSchemaType?: any;
|
117
117
|
colors?: any;
|
118
118
|
}, {}, string, {}> & {
|
119
119
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -210,15 +210,15 @@ declare const _default: {
|
|
210
210
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
211
211
|
container?: any;
|
212
212
|
blueprint?: any;
|
213
|
-
colorSchemaType?: any;
|
214
213
|
blueprintType?: any;
|
214
|
+
colorSchemaType?: any;
|
215
215
|
colors?: any;
|
216
216
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
217
217
|
propsDefinition: Omit<Readonly<{
|
218
218
|
container?: any;
|
219
219
|
blueprint?: any;
|
220
|
-
colorSchemaType?: any;
|
221
220
|
blueprintType?: any;
|
221
|
+
colorSchemaType?: any;
|
222
222
|
colors?: any;
|
223
223
|
} & {
|
224
224
|
small?: boolean;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.css.d.ts
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
import { useSharedRendererFunctions, useSharedRendererStyles } from "../../";
|
1
2
|
import { BlockLayoutSettings, ColorDefinition, SectionSettings } from "../../../../models";
|
2
3
|
import { useColorSchemaStore } from "../../..";
|
3
4
|
/**
|
@@ -6,9 +7,9 @@ import { useColorSchemaStore } from "../../..";
|
|
6
7
|
export declare const LayoutBlockStyles: {
|
7
8
|
contentMode: {};
|
8
9
|
layoutMode: {
|
9
|
-
container: (sectionSettings: SectionSettings, blockSettings: BlockLayoutSettings, colors: ReturnType<typeof useColorSchemaStore>) => string;
|
10
|
+
container: (sectionSettings: SectionSettings, blockSettings: BlockLayoutSettings, colors: ReturnType<typeof useColorSchemaStore>, sharedRendererFunctions: ReturnType<typeof useSharedRendererFunctions>) => string;
|
10
11
|
general: string;
|
11
|
-
blockPadding: (blockSettings: BlockLayoutSettings) => string;
|
12
|
+
blockPadding: (blockSettings: BlockLayoutSettings, sharedRendererFunctions: ReturnType<typeof useSharedRendererFunctions>, sharedRendererStyles: ReturnType<typeof useSharedRendererStyles>) => string;
|
12
13
|
selectedMarkup: (baseColor: ColorDefinition, blockSettings: BlockLayoutSettings, fixedMargin: boolean) => string;
|
13
14
|
toolbar: string;
|
14
15
|
positionItemSelectorOnBorderTop: string;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts
CHANGED
@@ -14,8 +14,8 @@ declare const _default: {
|
|
14
14
|
$props: {
|
15
15
|
container?: any;
|
16
16
|
blueprint?: any;
|
17
|
-
colorSchemaType?: any;
|
18
17
|
blueprintType?: any;
|
18
|
+
colorSchemaType?: any;
|
19
19
|
colors?: any;
|
20
20
|
readonly block?: Block;
|
21
21
|
style?: unknown;
|
@@ -118,8 +118,8 @@ declare const _default: {
|
|
118
118
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
119
119
|
container?: any;
|
120
120
|
blueprint?: any;
|
121
|
-
colorSchemaType?: any;
|
122
121
|
blueprintType?: any;
|
122
|
+
colorSchemaType?: any;
|
123
123
|
colors?: any;
|
124
124
|
}, {}, string, {}> & {
|
125
125
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -214,15 +214,15 @@ declare const _default: {
|
|
214
214
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
215
215
|
container?: any;
|
216
216
|
blueprint?: any;
|
217
|
-
colorSchemaType?: any;
|
218
217
|
blueprintType?: any;
|
218
|
+
colorSchemaType?: any;
|
219
219
|
colors?: any;
|
220
220
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
221
221
|
propsDefinition: Omit<Readonly<{
|
222
222
|
container?: any;
|
223
223
|
blueprint?: any;
|
224
|
-
colorSchemaType?: any;
|
225
224
|
blueprintType?: any;
|
225
|
+
colorSchemaType?: any;
|
226
226
|
colors?: any;
|
227
227
|
} & {
|
228
228
|
block?: Block;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts
CHANGED
@@ -6,13 +6,12 @@ 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;
|
14
14
|
key?: string | number | symbol;
|
15
|
-
readonly column?: SectionItem<ColumnedSectionItemSettings>;
|
16
15
|
readonly themeTargetId?: string;
|
17
16
|
readonly "theme-target-id"?: string;
|
18
17
|
ref?: import("vue").VNodeRef;
|
@@ -56,6 +55,7 @@ declare const _default: {
|
|
56
55
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
57
56
|
[key: string]: any;
|
58
57
|
}>) => void)[];
|
58
|
+
readonly column?: SectionItem<ColumnedSectionItemSettings>;
|
59
59
|
readonly settings?: SectionSettings;
|
60
60
|
readonly layoutId?: string;
|
61
61
|
readonly "layout-id"?: string;
|
@@ -120,8 +120,8 @@ declare const _default: {
|
|
120
120
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
121
121
|
container?: any;
|
122
122
|
blueprint?: any;
|
123
|
-
colorSchemaType?: any;
|
124
123
|
blueprintType?: any;
|
124
|
+
colorSchemaType?: any;
|
125
125
|
colors?: any;
|
126
126
|
}, {}, string, {}> & {
|
127
127
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -230,20 +230,20 @@ declare const _default: {
|
|
230
230
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
231
231
|
container?: any;
|
232
232
|
blueprint?: any;
|
233
|
-
colorSchemaType?: any;
|
234
233
|
blueprintType?: any;
|
234
|
+
colorSchemaType?: any;
|
235
235
|
colors?: any;
|
236
236
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
237
237
|
propsDefinition: Omit<Readonly<{
|
238
238
|
container?: any;
|
239
239
|
blueprint?: any;
|
240
|
-
colorSchemaType?: any;
|
241
240
|
blueprintType?: any;
|
241
|
+
colorSchemaType?: any;
|
242
242
|
colors?: any;
|
243
243
|
} & {
|
244
|
-
column?: SectionItem<ColumnedSectionItemSettings>;
|
245
244
|
themeTargetId?: string;
|
246
245
|
"theme-target-id"?: string;
|
246
|
+
column?: SectionItem<ColumnedSectionItemSettings>;
|
247
247
|
settings?: SectionSettings;
|
248
248
|
layoutId?: string;
|
249
249
|
"layout-id"?: string;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts
CHANGED
@@ -13,8 +13,8 @@ declare const _default: {
|
|
13
13
|
$props: {
|
14
14
|
container?: any;
|
15
15
|
blueprint?: any;
|
16
|
-
colorSchemaType?: any;
|
17
16
|
blueprintType?: any;
|
17
|
+
colorSchemaType?: any;
|
18
18
|
colors?: any;
|
19
19
|
readonly section?: Section<import("@omnia/fx-models").SectionSettings>;
|
20
20
|
style?: unknown;
|
@@ -121,8 +121,8 @@ declare const _default: {
|
|
121
121
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
122
122
|
container?: any;
|
123
123
|
blueprint?: any;
|
124
|
-
colorSchemaType?: any;
|
125
124
|
blueprintType?: any;
|
125
|
+
colorSchemaType?: any;
|
126
126
|
colors?: any;
|
127
127
|
}, {}, string, {}> & {
|
128
128
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -221,15 +221,15 @@ declare const _default: {
|
|
221
221
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, 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, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
228
228
|
propsDefinition: Omit<Readonly<{
|
229
229
|
container?: any;
|
230
230
|
blueprint?: any;
|
231
|
-
colorSchemaType?: any;
|
232
231
|
blueprintType?: any;
|
232
|
+
colorSchemaType?: any;
|
233
233
|
colors?: any;
|
234
234
|
} & {
|
235
235
|
section?: Section<import("@omnia/fx-models").SectionSettings>;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSectionTab.d.ts
CHANGED
@@ -19,6 +19,8 @@ export declare class LayoutSectionTab extends VueComponentBase<LayoutSectionTabP
|
|
19
19
|
private selectedTabIndex;
|
20
20
|
private selectedAccordionIndex;
|
21
21
|
private VK_ENTER;
|
22
|
+
private sharedRendererFunctions;
|
23
|
+
private sharedRendererStyles;
|
22
24
|
created(): void;
|
23
25
|
get selectingTab(): SectionItem<TabbedSectionItemSettings>;
|
24
26
|
onSelectTab(index: number): void;
|
@@ -17,6 +17,7 @@ export declare class LayoutStep extends VueComponentBase<StepProps> {
|
|
17
17
|
tabState: object;
|
18
18
|
layoutEditorStore: LayoutCanvasStore;
|
19
19
|
mediaPickerService: MediaPickerService;
|
20
|
+
private sharedRendererStyles;
|
20
21
|
private get backgroundImage();
|
21
22
|
/**
|
22
23
|
* Function to render the columns
|
@@ -17,6 +17,7 @@ export declare class LayoutTab extends VueComponentBase<TabProps> {
|
|
17
17
|
tabState: object;
|
18
18
|
layoutEditorStore: LayoutCanvasStore;
|
19
19
|
mediaPickerService: MediaPickerService;
|
20
|
+
private sharedRendererStyles;
|
20
21
|
private get backgroundImage();
|
21
22
|
/**
|
22
23
|
* Function to render the columns
|
@@ -63,9 +63,9 @@ declare const _default: {
|
|
63
63
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
64
64
|
[key: string]: any;
|
65
65
|
}>) => void)[];
|
66
|
-
readonly "v-model"?: ColorValue;
|
67
|
-
readonly modelValue?: ColorValue;
|
68
66
|
"onUpdate:modelValue"?: ((value: ColorValue) => any) & ((value: ColorValue) => any);
|
67
|
+
readonly modelValue?: ColorValue;
|
68
|
+
readonly "v-model"?: ColorValue;
|
69
69
|
};
|
70
70
|
$attrs: {
|
71
71
|
[x: string]: unknown;
|
@@ -152,9 +152,9 @@ declare const _default: {
|
|
152
152
|
"update:modelValue": (value: ColorValue) => true;
|
153
153
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
154
154
|
propsDefinition: Omit<Readonly<{} & {
|
155
|
-
"v-model"?: ColorValue;
|
156
|
-
modelValue?: ColorValue;
|
157
155
|
"onUpdate:modelValue"?: (value: ColorValue) => any;
|
156
|
+
modelValue?: ColorValue;
|
157
|
+
"v-model"?: ColorValue;
|
158
158
|
}>, "onUpdate:modelValue"> & {
|
159
159
|
"onUpdate:modelValue"?: (value: ColorValue) => any;
|
160
160
|
};
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts
CHANGED
@@ -5,8 +5,8 @@ declare const _default: {
|
|
5
5
|
$props: {
|
6
6
|
container?: any;
|
7
7
|
blueprint?: any;
|
8
|
-
colorSchemaType?: any;
|
9
8
|
blueprintType?: any;
|
9
|
+
colorSchemaType?: any;
|
10
10
|
colors?: any;
|
11
11
|
style?: unknown;
|
12
12
|
class?: unknown;
|
@@ -75,8 +75,8 @@ declare const _default: {
|
|
75
75
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
76
76
|
container?: any;
|
77
77
|
blueprint?: any;
|
78
|
-
colorSchemaType?: any;
|
79
78
|
blueprintType?: any;
|
79
|
+
colorSchemaType?: any;
|
80
80
|
colors?: any;
|
81
81
|
}, {}, string, {}> & {
|
82
82
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -117,15 +117,15 @@ declare const _default: {
|
|
117
117
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
118
118
|
container?: any;
|
119
119
|
blueprint?: any;
|
120
|
-
colorSchemaType?: any;
|
121
120
|
blueprintType?: any;
|
121
|
+
colorSchemaType?: any;
|
122
122
|
colors?: any;
|
123
123
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
124
124
|
propsDefinition: Omit<Readonly<{
|
125
125
|
container?: any;
|
126
126
|
blueprint?: any;
|
127
|
-
colorSchemaType?: any;
|
128
127
|
blueprintType?: any;
|
128
|
+
colorSchemaType?: any;
|
129
129
|
colors?: any;
|
130
130
|
} & {}>, never>;
|
131
131
|
};
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts
CHANGED
@@ -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
|
readonly title?: string;
|
13
13
|
style?: unknown;
|
@@ -112,8 +112,8 @@ declare const _default: {
|
|
112
112
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
113
113
|
container?: any;
|
114
114
|
blueprint?: any;
|
115
|
-
colorSchemaType?: any;
|
116
115
|
blueprintType?: any;
|
116
|
+
colorSchemaType?: any;
|
117
117
|
colors?: any;
|
118
118
|
}, {}, string, {}> & {
|
119
119
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -210,15 +210,15 @@ declare const _default: {
|
|
210
210
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
211
211
|
container?: any;
|
212
212
|
blueprint?: any;
|
213
|
-
colorSchemaType?: any;
|
214
213
|
blueprintType?: any;
|
214
|
+
colorSchemaType?: any;
|
215
215
|
colors?: any;
|
216
216
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
217
217
|
propsDefinition: Omit<Readonly<{
|
218
218
|
container?: any;
|
219
219
|
blueprint?: any;
|
220
|
-
colorSchemaType?: any;
|
221
220
|
blueprintType?: any;
|
221
|
+
colorSchemaType?: any;
|
222
222
|
colors?: any;
|
223
223
|
} & {
|
224
224
|
title?: string;
|
@@ -111,9 +111,6 @@ declare const _default: {
|
|
111
111
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
112
112
|
propsDefinition: Omit<Readonly<{} & {
|
113
113
|
section?: Section<StepperSectionSettings>;
|
114
|
-
}>, never>;
|
115
|
-
* Render
|
116
|
-
* @param h
|
117
|
-
*/
|
114
|
+
}>, never>;
|
118
115
|
};
|
119
116
|
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts
CHANGED
@@ -14,8 +14,8 @@ declare const _default: {
|
|
14
14
|
$props: {
|
15
15
|
container?: any;
|
16
16
|
blueprint?: any;
|
17
|
-
colorSchemaType?: any;
|
18
17
|
blueprintType?: any;
|
18
|
+
colorSchemaType?: any;
|
19
19
|
colors?: any;
|
20
20
|
readonly small?: boolean;
|
21
21
|
style?: unknown;
|
@@ -114,8 +114,8 @@ declare const _default: {
|
|
114
114
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
115
115
|
container?: any;
|
116
116
|
blueprint?: any;
|
117
|
-
colorSchemaType?: any;
|
118
117
|
blueprintType?: any;
|
118
|
+
colorSchemaType?: any;
|
119
119
|
colors?: any;
|
120
120
|
}, {}, string, {}> & {
|
121
121
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -202,15 +202,15 @@ declare const _default: {
|
|
202
202
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
203
203
|
container?: any;
|
204
204
|
blueprint?: any;
|
205
|
-
colorSchemaType?: any;
|
206
205
|
blueprintType?: any;
|
206
|
+
colorSchemaType?: any;
|
207
207
|
colors?: any;
|
208
208
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
209
209
|
propsDefinition: Omit<Readonly<{
|
210
210
|
container?: any;
|
211
211
|
blueprint?: any;
|
212
|
-
colorSchemaType?: any;
|
213
212
|
blueprintType?: any;
|
213
|
+
colorSchemaType?: any;
|
214
214
|
colors?: any;
|
215
215
|
} & {
|
216
216
|
small?: boolean;
|
@@ -14,7 +14,6 @@ declare const _default: {
|
|
14
14
|
style?: unknown;
|
15
15
|
class?: unknown;
|
16
16
|
key?: string | number | symbol;
|
17
|
-
readonly column?: SectionItem<ColumnedSectionItemSettings>;
|
18
17
|
readonly themeTargetId?: string;
|
19
18
|
readonly "theme-target-id"?: string;
|
20
19
|
ref?: import("vue").VNodeRef;
|
@@ -58,6 +57,7 @@ declare const _default: {
|
|
58
57
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
59
58
|
[key: string]: any;
|
60
59
|
}>) => void)[];
|
60
|
+
readonly column?: SectionItem<ColumnedSectionItemSettings>;
|
61
61
|
readonly settings?: SectionSettings;
|
62
62
|
readonly layoutId?: string;
|
63
63
|
readonly "layout-id"?: string;
|
@@ -190,9 +190,9 @@ declare const _default: {
|
|
190
190
|
};
|
191
191
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
192
192
|
propsDefinition: Omit<Readonly<{} & {
|
193
|
-
column?: SectionItem<ColumnedSectionItemSettings>;
|
194
193
|
themeTargetId?: string;
|
195
194
|
"theme-target-id"?: string;
|
195
|
+
column?: SectionItem<ColumnedSectionItemSettings>;
|
196
196
|
settings?: SectionSettings;
|
197
197
|
layoutId?: string;
|
198
198
|
"layout-id"?: string;
|
@@ -7,7 +7,6 @@ declare const _default: {
|
|
7
7
|
style?: unknown;
|
8
8
|
class?: unknown;
|
9
9
|
key?: string | number | symbol;
|
10
|
-
readonly tab?: SectionItem<TabbedSectionItemSettings>;
|
11
10
|
readonly themeTargetId?: string;
|
12
11
|
readonly "theme-target-id"?: string;
|
13
12
|
ref?: import("vue").VNodeRef;
|
@@ -51,6 +50,7 @@ declare const _default: {
|
|
51
50
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
52
51
|
[key: string]: any;
|
53
52
|
}>) => void)[];
|
53
|
+
readonly tab?: SectionItem<TabbedSectionItemSettings>;
|
54
54
|
readonly settings?: SectionSettings;
|
55
55
|
readonly designRender?: boolean;
|
56
56
|
readonly "design-render"?: boolean;
|
@@ -203,9 +203,9 @@ declare const _default: {
|
|
203
203
|
};
|
204
204
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
205
205
|
propsDefinition: Omit<Readonly<{} & {
|
206
|
-
tab?: SectionItem<TabbedSectionItemSettings>;
|
207
206
|
themeTargetId?: string;
|
208
207
|
"theme-target-id"?: string;
|
208
|
+
tab?: SectionItem<TabbedSectionItemSettings>;
|
209
209
|
settings?: SectionSettings;
|
210
210
|
designRender?: boolean;
|
211
211
|
"design-render"?: boolean;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererFunctions.d.ts
CHANGED
@@ -1,36 +1,16 @@
|
|
1
|
-
import {
|
2
|
-
import {
|
3
|
-
import { ITheme } from "../../..";
|
1
|
+
import { ITheming } from "@omnia/fx/ux";
|
2
|
+
import { Section, BlockLayoutSettings, SectionSettings, TabbedSectionSettings } from "@omnia/fx/models";
|
4
3
|
/**
|
5
4
|
* Shared renderers functions
|
6
5
|
* */
|
7
|
-
export declare
|
6
|
+
export declare function useSharedRendererFunctions(): {
|
8
7
|
block: {
|
9
|
-
calculateMargin(sectionSettings: SectionSettings)
|
10
|
-
|
11
|
-
calculatePadding(blockSettings: BlockLayoutSettings): string;
|
8
|
+
calculateMargin: (sectionSettings: SectionSettings) => string;
|
9
|
+
calculatePadding: (blockSettings: BlockLayoutSettings) => string;
|
12
10
|
};
|
13
11
|
section: {
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
getAlignmentSettings(section: Section): string;
|
18
|
-
/**
|
19
|
-
* Gets the text color for the tab
|
20
|
-
* */
|
21
|
-
getTabTextColor(tabSettings: TabbedSectionSettings, active: boolean, theming: ITheming): string;
|
22
|
-
/**
|
23
|
-
* Checks if all columns are empty without any blocks
|
24
|
-
* */
|
25
|
-
allColumnsAreEmpty(section: Section): boolean;
|
12
|
+
getAlignmentSettings: (section: Section) => string;
|
13
|
+
getTabTextColor: (tabSettings: TabbedSectionSettings, active: boolean, theming: ITheming) => string;
|
14
|
+
allColumnsAreEmpty: (section: Section) => boolean;
|
26
15
|
};
|
27
|
-
column: {};
|
28
|
-
layerIndex: {
|
29
|
-
blade: number;
|
30
|
-
contentNavigation: number;
|
31
|
-
itemselector: number;
|
32
|
-
actionToolbar: number;
|
33
|
-
informationIcon: number;
|
34
|
-
};
|
35
|
-
editorTheme: () => ITheme;
|
36
16
|
};
|
package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts
CHANGED
@@ -2,29 +2,29 @@ import { types } from "typestyle";
|
|
2
2
|
import { BlockLayoutSettings, DisplayBreakPoint, BackgroundSettings, LayoutSettings, ThemeStyling, SpacingSettings, SectionSettings, ColumnedSectionItemSettings, TabbedSectionSettings, AccordionedSectionSettings, LayoutItem } from "../../../../models";
|
3
3
|
import { NestedCSSProperties } from "typestyle/lib/types";
|
4
4
|
import { useThemeStoreV2 } from "@omnia/fx/ux";
|
5
|
-
export declare
|
5
|
+
export declare function useSharedRendererStyles(): {
|
6
6
|
common: {
|
7
7
|
chrome_boxed: string;
|
8
8
|
getElevationClass: (settings: BackgroundSettings, theme: ThemeStyling) => string;
|
9
|
-
setPageBackground: (settings: LayoutSettings, backgroundUrl: string, elementId: string, themeStoreV2: ReturnType<typeof useThemeStoreV2>, themeStyling?: ThemeStyling) => void;
|
10
9
|
getBackgroundClasses: (settings: BackgroundSettings, backgroundUrl: string, backgroundColor?: any, themeStyling?: ThemeStyling) => string;
|
11
|
-
|
10
|
+
setPageBackground: (settings: LayoutSettings, backgroundUrl: string, elementId: string, themeStoreV2: ReturnType<typeof useThemeStoreV2>, themeStyling?: ThemeStyling) => void;
|
12
11
|
getBackgroundStyle: (settings: BackgroundSettings, backgroundUrl: string, backgroundColor?: any, themeStyling?: ThemeStyling) => types.NestedCSSProperties;
|
13
|
-
|
14
|
-
|
15
|
-
|
12
|
+
useThemeStyling: (settings: BackgroundSettings, themeStyling?: ThemeStyling) => boolean;
|
13
|
+
hasNoImageOrBackgroundColor: (settings: BackgroundSettings, backgroundUrl: string, backgroundColors: any) => boolean;
|
14
|
+
hasNoImageAndNoOverflow: (settings: BackgroundSettings, backgroundUrl: string, backgroundColors: any) => boolean;
|
15
|
+
getBackgroundBeforeStyling: (settings: BackgroundSettings, backgroundUrl: string, backgroundColors: any) => types.NestedCSSSelectors;
|
16
16
|
};
|
17
17
|
block: {
|
18
|
-
createMediaBreakPointForDevice(blockSettings: BlockLayoutSettings, deviceBreakPoint: DisplayBreakPoint)
|
18
|
+
createMediaBreakPointForDevice: (blockSettings: BlockLayoutSettings, deviceBreakPoint: DisplayBreakPoint) => types.NestedCSSProperties;
|
19
19
|
container: (sectionSettings: SectionSettings, blockSettings: BlockLayoutSettings) => string;
|
20
20
|
clickProtectionOverlay: string;
|
21
|
-
createMediaBreakPointBlockForDevice(blockSettings: BlockLayoutSettings, deviceBreakPoint: DisplayBreakPoint)
|
21
|
+
createMediaBreakPointBlockForDevice: (blockSettings: BlockLayoutSettings, deviceBreakPoint: DisplayBreakPoint) => types.NestedCSSProperties;
|
22
22
|
};
|
23
23
|
column: {
|
24
|
-
getStylesFromSettings(columnSettings: ColumnedSectionItemSettings, backgroundUrl: string, sectionSettings: SectionSettings)
|
25
|
-
getStylesForMarginCollaps(sectionSettings: SectionSettings)
|
26
|
-
container: (sectionSettings: SectionSettings, blockSettings: BlockLayoutSettings) => string;
|
24
|
+
getStylesFromSettings: (columnSettings: ColumnedSectionItemSettings, backgroundUrl: string, sectionSettings: SectionSettings) => string;
|
25
|
+
getStylesForMarginCollaps: (sectionSettings: SectionSettings) => string;
|
27
26
|
hideContainer: (items: Array<LayoutItem>, isEditMode: boolean) => string;
|
27
|
+
container: (sectionSettings: SectionSettings, blockSettings: BlockLayoutSettings) => string;
|
28
28
|
triggerHideContainer: (isEditMode: boolean, isHidden: boolean) => string;
|
29
29
|
};
|
30
30
|
section: {
|
@@ -34,9 +34,9 @@ export declare const SharedRendererStyles: {
|
|
34
34
|
getStyleStringForTitle: (settings: SectionSettings) => string;
|
35
35
|
adjustScrollCompensation: (extra: number) => void;
|
36
36
|
getStylesFromSettings: (settings: SectionSettings, useScrollMargingFix: boolean) => string;
|
37
|
-
getStylesForSpacingInContainer(sectionSettings: SectionSettings, fullHeight: boolean)
|
38
|
-
createMediaBreakPointForDevice(sectionSettings: SectionSettings, deviceBreakPoint: DisplayBreakPoint)
|
39
|
-
getStylesForMarginCollapsAndSpacing(sectionSettings: SectionSettings)
|
37
|
+
getStylesForSpacingInContainer: (sectionSettings: SectionSettings, fullHeight: boolean) => string;
|
38
|
+
createMediaBreakPointForDevice: (sectionSettings: SectionSettings, deviceBreakPoint: DisplayBreakPoint) => types.NestedCSSProperties;
|
39
|
+
getStylesForMarginCollapsAndSpacing: (sectionSettings: SectionSettings) => string;
|
40
40
|
};
|
41
41
|
tabs: {
|
42
42
|
tabWrapper: string;
|
@@ -44,6 +44,7 @@ export declare const SharedRendererStyles: {
|
|
44
44
|
createTabItemStyling: (settings: TabbedSectionSettings, index: number, items: number, hasIcon: boolean) => string;
|
45
45
|
accordionWrapper: (settings: AccordionedSectionSettings, spacing: SpacingSettings) => string;
|
46
46
|
createColorSchemaForTabs: (settings: TabbedSectionSettings) => string;
|
47
|
+
tabContentWrapper: (iconAndText: boolean) => string;
|
47
48
|
stepper: {
|
48
49
|
wrapper: string;
|
49
50
|
header: string;
|
@@ -64,6 +65,5 @@ export declare const SharedRendererStyles: {
|
|
64
65
|
};
|
65
66
|
horizontalContentItems: (inEditor: boolean) => string;
|
66
67
|
};
|
67
|
-
tabContentWrapper: (iconAndText: boolean) => string;
|
68
68
|
};
|
69
69
|
};
|
@@ -1,2 +1 @@
|
|
1
|
-
export * from "./
|
2
|
-
export * from "./contentblocks";
|
1
|
+
export * from "./useVelcronDefinitionTemplates";
|
@@ -0,0 +1,23 @@
|
|
1
|
+
export declare function useVelcronDefinitionTemplates(): {
|
2
|
+
headers: {
|
3
|
+
block: {
|
4
|
+
icon_left: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
5
|
+
icon_right: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
6
|
+
};
|
7
|
+
page: {
|
8
|
+
large: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
9
|
+
};
|
10
|
+
};
|
11
|
+
content: {
|
12
|
+
text_center: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
13
|
+
text: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
14
|
+
image_left: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
15
|
+
image_rigth: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
16
|
+
};
|
17
|
+
general: {
|
18
|
+
weather: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
19
|
+
};
|
20
|
+
cards: {
|
21
|
+
image_top: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
22
|
+
};
|
23
|
+
};
|
@@ -7,7 +7,6 @@ declare const limitedLabelComponent: {
|
|
7
7
|
style?: unknown;
|
8
8
|
class?: unknown;
|
9
9
|
key?: string | number | symbol;
|
10
|
-
readonly maxWidth?: string;
|
11
10
|
ref?: import("vue").VNodeRef;
|
12
11
|
ref_for?: boolean;
|
13
12
|
ref_key?: string;
|
@@ -49,6 +48,7 @@ declare const limitedLabelComponent: {
|
|
49
48
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
50
49
|
[key: string]: any;
|
51
50
|
}>) => void)[];
|
51
|
+
readonly maxWidth?: string;
|
52
52
|
readonly activateOnLength?: number;
|
53
53
|
};
|
54
54
|
$attrs: {
|
@@ -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"?: string;
|
114
|
-
readonly modelValue?: string;
|
115
113
|
readonly "onUpdate:modelValue"?: (value: string) => any;
|
114
|
+
readonly modelValue?: string;
|
115
|
+
readonly "v-model"?: string;
|
116
116
|
readonly hideToolbar?: boolean;
|
117
117
|
readonly "hide-toolbar"?: boolean;
|
118
118
|
};
|
@@ -435,9 +435,9 @@ declare const _default: {
|
|
435
435
|
};
|
436
436
|
}>;
|
437
437
|
};
|
438
|
-
"v-model"?: string;
|
439
|
-
modelValue?: string;
|
440
438
|
"onUpdate:modelValue"?: (value: string) => any;
|
439
|
+
modelValue?: string;
|
440
|
+
"v-model"?: string;
|
441
441
|
hideToolbar?: boolean;
|
442
442
|
"hide-toolbar"?: boolean;
|
443
443
|
}>, never>;
|