@omnia/fx 8.0.54-vnext → 8.0.56-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.
Files changed (220) hide show
  1. package/internal-do-not-import-from-here/services/identities/UserIdentityService.d.ts +1 -1
  2. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +3 -2
  3. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +1 -0
  4. package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.d.ts +2 -0
  5. package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +32 -0
  6. package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.d.ts +1 -0
  7. package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.js +45 -0
  8. package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.d.ts +1 -1
  9. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +4 -0
  10. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +31 -11
  11. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.js +11 -5
  12. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +7 -7
  13. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +10 -15
  14. package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +2 -0
  15. package/internal-do-not-import-from-here/shared/models/theming/index.js +2 -0
  16. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +8 -8
  17. package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +5 -5
  18. package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +5 -5
  19. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditAliasDialog.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +1 -1
  21. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Features.d.ts +1 -1
  22. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/EditNamingPolicies.d.ts +1 -1
  23. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/PreviewPolicyNaming.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +2 -2
  25. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateDetail.d.ts +1 -1
  26. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +1 -1
  27. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +1 -1
  28. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +4 -4
  32. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +6 -6
  33. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +2 -2
  34. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +8 -8
  35. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +4 -4
  36. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +20 -20
  37. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +6 -6
  38. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +7 -7
  39. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +8 -8
  40. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +13 -13
  41. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +13 -13
  42. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +11 -11
  43. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +5 -5
  44. package/internal-do-not-import-from-here/ux/journey/v2/JourneyMenu.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +6 -6
  46. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +4 -4
  47. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +4 -4
  48. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.css.d.ts +3 -2
  49. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +4 -4
  50. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +6 -6
  51. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +4 -4
  52. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSectionTab.d.ts +2 -0
  53. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutStep.d.ts +1 -0
  54. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutTab.d.ts +1 -0
  55. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +4 -4
  56. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +4 -4
  57. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +4 -4
  58. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/StepListingSettingsPanel.d.ts +1 -4
  59. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +4 -4
  60. package/internal-do-not-import-from-here/ux/layoutcanvas/index.d.ts +1 -0
  61. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +2 -2
  62. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +2 -2
  63. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/LayerIndex.d.ts +7 -0
  64. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererFunctions.d.ts +8 -28
  65. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts +15 -15
  66. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/index.d.ts +1 -0
  67. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/cards/Image_top.d.ts +2 -0
  68. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/cards/index.d.ts +1 -0
  69. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/{contentblocks.d.ts → content/Contentblocks.d.ts} +0 -1
  70. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/Image.d.ts +2 -0
  71. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/Image_left_text.d.ts +2 -0
  72. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/Image_right_text.d.ts +2 -0
  73. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/Text_Quote.d.ts +2 -0
  74. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/Text_only.d.ts +2 -0
  75. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/index.d.ts +3 -0
  76. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/headers/Pageheader.d.ts +2 -0
  77. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/headers/index.d.ts +2 -0
  78. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/index.d.ts +1 -2
  79. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/useVelcronDefinitionTemplates.d.ts +22 -0
  80. package/internal-do-not-import-from-here/ux/limited-label/LimitedLabel.d.ts +1 -1
  81. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +4 -4
  82. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +1 -1
  83. package/internal-do-not-import-from-here/ux/models/Validation.d.ts +2 -2
  84. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +13 -13
  85. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +7 -7
  86. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +2 -2
  87. package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +5 -5
  88. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +21 -20
  89. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +13 -13
  90. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +6 -6
  91. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +10 -10
  92. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +3 -3
  93. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +35 -35
  94. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +29 -29
  95. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +24 -24
  96. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +7 -7
  97. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +13 -13
  98. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +18 -18
  99. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +16 -5
  100. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +3 -3
  101. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +4 -4
  102. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +11 -11
  103. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +7 -7
  104. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +7 -7
  105. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +14 -14
  106. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +15 -15
  107. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +17 -17
  108. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +6 -6
  109. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +8 -8
  110. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +20 -20
  111. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +11 -11
  112. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +8 -8
  113. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +20 -20
  114. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
  115. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +8 -8
  116. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +15 -15
  117. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +30 -30
  118. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +4 -4
  119. package/internal-do-not-import-from-here/ux/oxide/text/Text.css.d.ts +3 -0
  120. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +38 -5
  121. package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleGradients.d.ts +91 -0
  122. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +8 -8
  123. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.css.d.ts +0 -8
  124. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +20 -20
  125. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +5 -5
  126. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +9 -9
  127. package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +26 -21
  128. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts +2 -2
  129. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +3 -3
  130. package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +1 -1
  131. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +2 -2
  132. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +3 -3
  133. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +2 -2
  134. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +3 -3
  135. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +1 -1
  136. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +1 -1
  137. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +2 -2
  138. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +3 -3
  139. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +1 -1
  140. package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +1 -1
  141. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +1 -1
  142. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +1 -1
  143. package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +1 -1
  144. package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +1 -1
  145. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +1 -1
  146. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +2 -2
  147. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +1 -1
  148. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +1 -1
  149. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +2 -2
  150. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +3 -3
  151. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +2 -2
  152. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +4 -4
  153. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +4 -4
  154. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +1 -1
  155. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +1 -1
  156. package/internal-do-not-import-from-here/ux/richtexteditor/EditorMenuBar.d.ts +2 -2
  157. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +11 -11
  158. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +4 -4
  159. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +6 -6
  160. package/internal-do-not-import-from-here/ux/shapedivider/ShapeDivider.d.ts +1 -0
  161. package/internal-do-not-import-from-here/ux/sidepanel/SidePanelRenderer.d.ts +1 -1
  162. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +8 -8
  163. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.d.ts +8 -8
  164. package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +2 -2
  165. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +4 -4
  166. package/internal-do-not-import-from-here/ux/theming-v2/BlueprintStore.d.ts +5 -1
  167. package/internal-do-not-import-from-here/ux/theming-v2/ColorManager.d.ts +1 -1
  168. package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaManager.d.ts +1 -1
  169. package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +32 -32
  170. package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +5 -5
  171. package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.d.ts +4 -4
  172. package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +8 -8
  173. package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +4 -4
  174. package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +1 -0
  175. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseThemeStyling.d.ts +188 -0
  176. package/internal-do-not-import-from-here/ux/theming-v2/styling/index.d.ts +1 -3
  177. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +14 -0
  178. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Colors.d.ts +12 -0
  179. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +7 -0
  180. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +45 -0
  181. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/index.d.ts +4 -0
  182. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +8 -8
  183. package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +124 -0
  184. package/internal-do-not-import-from-here/ux/theming-v2/themes/Blueprints.d.ts +3 -3
  185. package/internal-do-not-import-from-here/ux/theming-v2/themes/SpacingTypes.d.ts +8 -0
  186. package/internal-do-not-import-from-here/ux/theming-v2/themes/ThemeDefinitions.d.ts +41 -0
  187. package/internal-do-not-import-from-here/ux/theming-v2/themes/TypographyTypes.d.ts +379 -17
  188. package/internal-do-not-import-from-here/ux/theming-v2/themes/index.d.ts +1 -1
  189. package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +8 -4
  190. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +4 -4
  191. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +15 -3
  192. package/internal-do-not-import-from-here/ux/use/UseValidation.d.ts +14 -2
  193. package/internal-do-not-import-from-here/ux/use/UseVueInstance.d.ts +2 -3
  194. package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -1
  195. package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +6 -6
  196. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +4 -4
  197. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +4 -4
  198. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +16 -16
  199. package/internal-do-not-import-from-here/ux/velcron/components/properties/VelcronProperties.d.ts +4 -4
  200. package/internal-do-not-import-from-here/ux/velcron/core/index.d.ts +0 -1
  201. package/internal-do-not-import-from-here/ux/velcron/core/models/Enums.d.ts +6 -6
  202. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +17 -16
  203. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronBlueprint.d.ts +5 -2
  204. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
  205. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronStore.d.ts +2 -2
  206. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -2
  207. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.css.d.ts +1 -0
  208. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +4 -4
  209. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -6
  210. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronStylesProvider.d.ts +1 -1
  211. package/internal-do-not-import-from-here/wctypings.d.ts +2 -0
  212. package/package.json +2 -2
  213. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar_old.d.ts +0 -51
  214. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseBlueprintStyling.d.ts +0 -9
  215. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseComponentStyling.d.ts +0 -8
  216. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseTypographyStyling.d.ts +0 -25
  217. package/internal-do-not-import-from-here/ux/theming-v2/themes/Themes.d.ts +0 -19
  218. package/internal-do-not-import-from-here/ux/velcron/core/utilities/ColorUtility.d.ts +0 -1
  219. package/internal-do-not-import-from-here/ux/velcron/core/utilities/index.d.ts +0 -1
  220. /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;
@@ -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;
@@ -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;
@@ -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;
@@ -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>;
@@ -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
  };
@@ -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
  };
@@ -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;
@@ -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;
@@ -3,3 +3,4 @@ export * from "./rules";
3
3
  export * from "./shared";
4
4
  export * from "./stores";
5
5
  import "./apis/Registration";
6
+ export * from "./velcron_definitions";
@@ -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;
@@ -0,0 +1,7 @@
1
+ export declare const LayerIndex: {
2
+ blade: number;
3
+ contentNavigation: number;
4
+ itemselector: number;
5
+ actionToolbar: number;
6
+ informationIcon: number;
7
+ };
@@ -1,36 +1,16 @@
1
- import { Section, BlockLayoutSettings, SectionSettings, TabbedSectionSettings } from "../../../../models";
2
- import { ITheming } from "../../../theming";
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 const SharedRendererFunctions: {
6
+ export declare function useSharedRendererFunctions(): {
8
7
  block: {
9
- calculateMargin(sectionSettings: SectionSettings): string;
10
- safeGetValue(value: any): number;
11
- calculatePadding(blockSettings: BlockLayoutSettings): string;
8
+ calculateMargin: (sectionSettings: SectionSettings) => string;
9
+ calculatePadding: (blockSettings: BlockLayoutSettings) => string;
12
10
  };
13
11
  section: {
14
- /**
15
- * Gets the alignment settings for positioning the layout
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
  };
@@ -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 const SharedRendererStyles: {
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
- useThemeStyling(settings: BackgroundSettings, themeStyling?: ThemeStyling): boolean;
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
- 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;
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): types.NestedCSSProperties;
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): types.NestedCSSProperties;
21
+ createMediaBreakPointBlockForDevice: (blockSettings: BlockLayoutSettings, deviceBreakPoint: DisplayBreakPoint) => types.NestedCSSProperties;
22
22
  };
23
23
  column: {
24
- getStylesFromSettings(columnSettings: ColumnedSectionItemSettings, backgroundUrl: string, sectionSettings: SectionSettings): string;
25
- getStylesForMarginCollaps(sectionSettings: SectionSettings): string;
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): string;
38
- createMediaBreakPointForDevice(sectionSettings: SectionSettings, deviceBreakPoint: DisplayBreakPoint): types.NestedCSSProperties;
39
- getStylesForMarginCollapsAndSpacing(sectionSettings: SectionSettings): string;
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,3 +1,4 @@
1
1
  export * from "./SharedRendererFunctions";
2
2
  export * from "./SharedRendererStyles.css";
3
3
  export * from "./LayoutSectionContainerHelper";
4
+ export * from "./LayerIndex";
@@ -0,0 +1,2 @@
1
+ import { VelcronDefinitionRegistration } from "@omnia/fx-models";
2
+ export declare const Card_Image_Top: VelcronDefinitionRegistration<object>;
@@ -1,5 +1,4 @@
1
1
  import { VelcronDefinitionRegistration } from "@omnia/fx-models";
2
- export declare const ContentBlockDefinition_text: VelcronDefinitionRegistration<object>;
3
2
  export declare const ContentBlockDefinition_text_image_left: VelcronDefinitionRegistration<object>;
4
3
  export declare const ContentBlockDefinition_text_image_right: VelcronDefinitionRegistration<object>;
5
4
  export declare const ContentBlockDefinition_text_content_center: VelcronDefinitionRegistration<object>;
@@ -0,0 +1,2 @@
1
+ import { VelcronDefinitionRegistration } from "@omnia/fx-models";
2
+ export declare const Content_Image_Caption: VelcronDefinitionRegistration<object>;
@@ -0,0 +1,2 @@
1
+ import { VelcronDefinitionRegistration } from "@omnia/fx-models";
2
+ export declare const Content_Image_Left: VelcronDefinitionRegistration<object>;
@@ -0,0 +1,2 @@
1
+ import { VelcronDefinitionRegistration } from "@omnia/fx-models";
2
+ export declare const Content_Image_Right: VelcronDefinitionRegistration<object>;
@@ -0,0 +1,2 @@
1
+ import { VelcronDefinitionRegistration } from "@omnia/fx-models";
2
+ export declare const Content_Text_Quote: VelcronDefinitionRegistration<object>;
@@ -0,0 +1,2 @@
1
+ import { VelcronDefinitionRegistration } from "@omnia/fx-models";
2
+ export declare const Content_Section_Text_Only: VelcronDefinitionRegistration<object>;
@@ -0,0 +1,3 @@
1
+ export * from "./Image_left_text";
2
+ export * from "./Text_only";
3
+ export * from "./Image";
@@ -0,0 +1,2 @@
1
+ import { VelcronDefinitionRegistration } from "@omnia/fx-models";
2
+ export declare const PageHeaderDefinition_Large_Header: VelcronDefinitionRegistration<object>;
@@ -0,0 +1,2 @@
1
+ export * from "./Blockheaders";
2
+ export * from "./Pageheader";
@@ -1,2 +1 @@
1
- export * from "./blockheaders";
2
- export * from "./contentblocks";
1
+ export * from "./useVelcronDefinitionTemplates";
@@ -0,0 +1,22 @@
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: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
13
+ text_quote: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
14
+ image_left: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
15
+ image_right: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
16
+ image_withCaption: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
17
+ };
18
+ general: {};
19
+ cards: {
20
+ image_top: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
21
+ };
22
+ };