@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
@@ -7,8 +7,8 @@ declare const _default: {
7
7
  $props: {
8
8
  container?: any;
9
9
  blueprint?: any;
10
- colorSchemaType?: any;
11
10
  blueprintType?: any;
11
+ colorSchemaType?: any;
12
12
  colors?: any;
13
13
  style?: unknown;
14
14
  class?: unknown;
@@ -59,7 +59,7 @@ declare const _default: {
59
59
  } & {
60
60
  activator?: () => VNodeChild;
61
61
  };
62
- "onDefinition:selected"?: (id: Guid) => any;
62
+ onSelected?: (id: Guid) => any;
63
63
  };
64
64
  $attrs: {
65
65
  [x: string]: unknown;
@@ -72,7 +72,7 @@ declare const _default: {
72
72
  }>;
73
73
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
74
74
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
75
- $emit: (event: "definition:selected", id: Guid) => void;
75
+ $emit: (event: "selected", id: Guid) => void;
76
76
  $el: any;
77
77
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
78
78
  "v-slots": import("vue").Prop<{
@@ -86,14 +86,14 @@ declare const _default: {
86
86
  blueprintType?: any;
87
87
  blueprint?: any;
88
88
  }>> & {
89
- "onDefinition:selected"?: (id: Guid) => any;
90
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
91
- "definition:selected": (id: Guid) => any;
89
+ onSelected?: (id: Guid) => any;
90
+ }, () => JSX.Element | JSX.Element[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
91
+ selected: (id: Guid) => any;
92
92
  }, string, {
93
93
  container?: any;
94
94
  blueprint?: any;
95
- colorSchemaType?: any;
96
95
  blueprintType?: any;
96
+ colorSchemaType?: any;
97
97
  colors?: any;
98
98
  }, {}, string, {}> & {
99
99
  beforeCreate?: (() => void) | (() => void)[];
@@ -127,8 +127,8 @@ declare const _default: {
127
127
  blueprintType?: any;
128
128
  blueprint?: any;
129
129
  }>> & {
130
- "onDefinition:selected"?: (id: Guid) => any;
131
- } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
130
+ onSelected?: (id: Guid) => any;
131
+ } & import("vue").ShallowUnwrapRef<() => JSX.Element | JSX.Element[]> & {} & import("vue").ComponentCustomProperties & {};
132
132
  __isFragment?: never;
133
133
  __isTeleport?: never;
134
134
  __isSuspense?: never;
@@ -144,21 +144,21 @@ declare const _default: {
144
144
  blueprintType?: any;
145
145
  blueprint?: any;
146
146
  }>> & {
147
- "onDefinition:selected"?: (id: Guid) => any;
148
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
149
- "definition:selected": (id: Guid) => any;
147
+ onSelected?: (id: Guid) => any;
148
+ }, () => JSX.Element | JSX.Element[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
149
+ selected: (id: Guid) => any;
150
150
  }, string, {
151
151
  container?: any;
152
152
  blueprint?: any;
153
- colorSchemaType?: any;
154
153
  blueprintType?: any;
154
+ colorSchemaType?: any;
155
155
  colors?: any;
156
156
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
157
157
  propsDefinition: Omit<Readonly<{
158
158
  container?: any;
159
159
  blueprint?: any;
160
- colorSchemaType?: any;
161
160
  blueprintType?: any;
161
+ colorSchemaType?: any;
162
162
  colors?: any;
163
163
  } & {
164
164
  "v-slots"?: {
@@ -166,8 +166,8 @@ declare const _default: {
166
166
  } & {
167
167
  activator?: () => VNodeChild;
168
168
  };
169
- }>, "onDefinition:selected"> & {
170
- "onDefinition:selected"?: (id: Guid) => any;
169
+ }>, "onSelected"> & {
170
+ onSelected?: (id: Guid) => any;
171
171
  };
172
172
  };
173
173
  export default _default;
@@ -110,10 +110,10 @@ 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
+ "onUpdate:modelValue"?: ((value: VelcronAppDefinition<object>) => any) & ((value: VelcronAppDefinition<object>) => any);
114
+ readonly modelValue?: VelcronAppDefinition<object>;
113
115
  readonly properties: VelcronDefinitionEditableProperty[];
114
116
  readonly "v-model"?: VelcronAppDefinition<object>;
115
- readonly modelValue?: VelcronAppDefinition<object>;
116
- "onUpdate:modelValue"?: ((value: VelcronAppDefinition<object>) => any) & ((value: VelcronAppDefinition<object>) => any);
117
117
  };
118
118
  $attrs: {
119
119
  [x: string]: unknown;
@@ -440,9 +440,9 @@ declare const _default: {
440
440
  };
441
441
  }>;
442
442
  };
443
- "v-model"?: VelcronAppDefinition<object>;
444
- modelValue?: VelcronAppDefinition<object>;
445
443
  "onUpdate:modelValue"?: (value: VelcronAppDefinition<object>) => any;
444
+ modelValue?: VelcronAppDefinition<object>;
445
+ "v-model"?: VelcronAppDefinition<object>;
446
446
  }>, "onUpdate:modelValue"> & {
447
447
  "onUpdate:modelValue"?: (value: VelcronAppDefinition<object>) => any;
448
448
  };
@@ -3,5 +3,4 @@ export * from "./parser";
3
3
  export * from "./actions";
4
4
  export * from "./stores";
5
5
  export * from "../../../shared/models";
6
- export * from "./utilities";
7
6
  export * from "./rules";
@@ -17,14 +17,14 @@ export declare enum VelcronIconTypes {
17
17
  fontAwesome = "fa"
18
18
  }
19
19
  export declare enum VelcronHorizontalAlignments {
20
- left = 0,
21
- center = 1,
22
- right = 2
20
+ left = "left",
21
+ center = "center",
22
+ right = "right"
23
23
  }
24
24
  export declare enum VelcronVerticalAlignments {
25
- top = 0,
26
- center = 1,
27
- bottom = 2
25
+ top = "top",
26
+ center = "center",
27
+ bottom = "bottom"
28
28
  }
29
29
  export declare enum VelcronDataTypes {
30
30
  unknown = "unknown",
@@ -107,7 +107,7 @@ export interface VelcronDefinitionBase {
107
107
  */
108
108
  key?: string;
109
109
  }
110
- export interface VelcronDefinition extends VelcronDefinitionBase {
110
+ export interface VelcronDefinition extends VelcronDefinitionBase, VelcronDimensionStyling {
111
111
  body?: Array<VelcronDefinition>;
112
112
  style?: VelcronStyling;
113
113
  foreach?: string;
@@ -119,12 +119,15 @@ export interface VelcronDefinitionWithEditMode extends VelcronDefinition {
119
119
  edit?: VelcronBindableProp<boolean>;
120
120
  bind?: VelcronBindableProp;
121
121
  }
122
+ interface VelcronDimensionStyling {
123
+ padding?: VelcronSpacing;
124
+ }
122
125
  export interface VelcronColorStyling {
123
126
  colorSchemaType?: string;
124
- color?: string;
127
+ colorType?: string;
125
128
  filled?: boolean;
126
- container?: boolean;
127
129
  toned?: boolean;
130
+ color?: string;
128
131
  }
129
132
  export interface VelcronStyling {
130
133
  margin?: number;
@@ -144,10 +147,10 @@ export interface VelcronCardStyling extends VelcronStyling {
144
147
  elevation: number;
145
148
  }
146
149
  export interface VelcronSpacing {
147
- top: number;
148
- right: number;
149
- bottom: number;
150
- left: number;
150
+ top?: number | string;
151
+ right?: number | string;
152
+ bottom?: number | string;
153
+ left?: number | string;
151
154
  }
152
155
  export interface VelcronIcon {
153
156
  type: VelcronIconTypes;
@@ -175,11 +178,10 @@ export interface VelcronComponentDefinition extends VelcronDefinition {
175
178
  icon: any;
176
179
  }
177
180
  /*** Built-in Components *********************************************************************/
178
- export interface VelcronViewDefinition extends VelcronDefinition {
181
+ export interface VelcronViewDefinition extends VelcronDefinition, VelcronColorStyling {
179
182
  type: "View";
180
- color?: VelcronColorStyling;
181
183
  events?: VelcronOnPressEvent;
182
- column?: boolean;
184
+ direction?: "row" | "column";
183
185
  columnStyle?: object;
184
186
  horizontalAlignment?: VelcronHorizontalAlignments;
185
187
  verticalAlignment?: VelcronVerticalAlignments;
@@ -188,21 +190,20 @@ export interface VelcronViewDefinition extends VelcronDefinition {
188
190
  borderRadius?: VelcronDimensions;
189
191
  width?: number;
190
192
  }
191
- export interface VelcronCardDefinition extends VelcronDefinition {
193
+ export interface VelcronCardDefinition extends VelcronDefinition, VelcronColorStyling {
192
194
  type: "Card";
193
- color?: VelcronColorStyling;
194
195
  style?: VelcronCardStyling;
195
196
  footer?: Array<VelcronDefinition>;
196
197
  events?: VelcronOnPressEvent;
197
198
  }
198
- export interface VelcronTextDefinition extends VelcronDefinitionWithEditMode {
199
+ export interface VelcronTextDefinition extends VelcronDefinitionWithEditMode, VelcronColorStyling {
199
200
  type: "Text";
200
201
  text: string;
201
202
  editLabel?: VelcronBindableProp;
202
- color?: string;
203
203
  lineClamp?: number;
204
204
  noWrap?: boolean;
205
205
  typography?: string;
206
+ size?: string;
206
207
  events?: VelcronOnPressEvent & VelcronOnUpdatedEvent;
207
208
  }
208
209
  export declare enum VelcronImageRatios {
@@ -245,10 +246,9 @@ export interface VelcronDialogDefinition extends VelcronDefinition {
245
246
  visible: string;
246
247
  events?: VelcronOnCloseRequestedEvent & VelcronOnClosedEvent;
247
248
  }
248
- export interface VelcronIconDefinition extends VelcronDefinition {
249
+ export interface VelcronIconDefinition extends VelcronDefinition, VelcronColorStyling {
249
250
  type: "Icon";
250
251
  icon: string;
251
- color: VelcronColorStyling;
252
252
  size?: VelcronBindableProp<number>;
253
253
  events?: VelcronOnPressEvent;
254
254
  }
@@ -278,3 +278,4 @@ export type VelcronRenderProps<TDefinition> = {
278
278
  definition: TDefinition;
279
279
  renderContext: VelcronRenderContext;
280
280
  };
281
+ export {};
@@ -1,4 +1,4 @@
1
- import { BlueprintDefinition, BlueprintItemDefinition, BlueprintType, BlueprintTypes, TypographyBlueprint, VelcronBlueprintDefintionType } from "@omnia/fx-models";
1
+ import { BlueprintDefinition, BlueprintItemDefinition, BlueprintType, BlueprintTypes, SpacingBlueprint, TypographyBlueprint, VelcronBlueprintDefintionType } from "@omnia/fx-models";
2
2
  import { useVelcronThemingStore } from ".";
3
3
  export declare const useVelcronBlueprintStore: (newStateWithName?: string) => {
4
4
  state: {
@@ -11,7 +11,7 @@ export declare const useVelcronBlueprintStore: (newStateWithName?: string) => {
11
11
  get: {
12
12
  blueprint: (blueprintType: BlueprintType | BlueprintTypes) => BlueprintDefinition;
13
13
  colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType) => import("@omnia/fx-models").ColorSchema;
14
- typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
14
+ typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes, size: import("@omnia/fx-models").TypographySize | import("@omnia/fx-models").TypographySizes) => import("@omnia/fx-models").TypographyTypeDefinition;
15
15
  color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
16
16
  colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
17
17
  complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
@@ -28,6 +28,9 @@ export declare const useVelcronBlueprintStore: (newStateWithName?: string) => {
28
28
  readonly all: BlueprintDefinition;
29
29
  byType: <TType extends BlueprintItemDefinition>(type: VelcronBlueprintDefintionType | VelcronBlueprintDefintionType) => TType;
30
30
  readonly typography: TypographyBlueprint;
31
+ spacing: {
32
+ readonly inner: SpacingBlueprint;
33
+ };
31
34
  };
32
35
  actions: {
33
36
  setThemeStore: (themeStoreInstance: ReturnType<typeof useVelcronThemingStore>, blueprintType?: BlueprintTypes | BlueprintType) => void;
@@ -16,7 +16,7 @@ export declare const useVelcronColorSchemaStore: (newStateWithName?: string) =>
16
16
  get: {
17
17
  blueprint: (blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes) => import("@omnia/fx-models").BlueprintDefinition;
18
18
  colorSchema: (colorSchemaType: ColorSchemaTypes | ColorSchemaType) => ColorSchema;
19
- typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
19
+ typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes, size: import("@omnia/fx-models").TypographySize | import("@omnia/fx-models").TypographySizes) => import("@omnia/fx-models").TypographyTypeDefinition;
20
20
  color: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
21
21
  colorDefinition: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => ColorDefinition;
22
22
  complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
@@ -1,11 +1,11 @@
1
- export declare const defineVelcronStore: <TSetup extends {
1
+ export declare function defineVelcronStore<TSetup extends {
2
2
  state: object;
3
3
  privateState?: object;
4
4
  }, TGetters, TActions>(name: string, definition: {
5
5
  setup: () => TSetup;
6
6
  getters?: (state: TSetup["state"], privateState?: TSetup["privateState"]) => TGetters;
7
7
  actions?: (state: TSetup["state"], privateState?: TSetup["privateState"]) => TActions;
8
- }) => (newStateWithName?: string) => {
8
+ }): (newStateWithName?: string) => {
9
9
  state: TSetup["state"];
10
10
  get: TGetters;
11
11
  actions: TActions;
@@ -1,4 +1,4 @@
1
- import { BlueprintType, BlueprintTypes, ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes, ThemeDefinitionV2, TypographyType, TypographyTypes } from "..";
1
+ import { BlueprintType, BlueprintTypes, ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes, ThemeDefinitionV2, TypographySize, TypographySizes, TypographyType, TypographyTypes } from "..";
2
2
  export declare const useVelcronThemingStore: (newStateWithName?: string) => {
3
3
  state: {
4
4
  currentTheme: ThemeDefinitionV2;
@@ -6,7 +6,7 @@ export declare const useVelcronThemingStore: (newStateWithName?: string) => {
6
6
  get: {
7
7
  blueprint: (blueprintType: BlueprintTypes | BlueprintType) => import("..").BlueprintDefinition;
8
8
  colorSchema: (colorSchemaType: ColorSchemaTypes | ColorSchemaType) => import("..").ColorSchema;
9
- typography: (typographyType: TypographyTypes | TypographyType) => import("..").TypographyTypeDefinition;
9
+ typography: (typographyType: TypographyTypes | TypographyType, size: TypographySizes | TypographySize) => import("..").TypographyTypeDefinition;
10
10
  color: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => string;
11
11
  colorDefinition: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => import("..").ColorDefinition;
12
12
  complementaryColorType: (colorType: ColorTypes | ColorType) => ColorTypes;
@@ -1,4 +1,5 @@
1
1
  export declare const VelcronEditorStyles: {
2
+ definitionCardWrapper: string;
2
3
  contentContainer: string;
3
4
  leftCompontentContainer: string;
4
5
  leftCompontentContainerCode: string;
@@ -117,9 +117,9 @@ declare const _default: {
117
117
  } & {
118
118
  activator?: () => VNodeChild;
119
119
  };
120
- readonly "v-model"?: boolean;
121
- readonly modelValue?: boolean;
122
120
  readonly "onUpdate:modelValue"?: (value: boolean) => any;
121
+ readonly modelValue?: boolean;
122
+ readonly "v-model"?: boolean;
123
123
  onSave?: (appDefinition: VelcronAppDefinition<object>) => any;
124
124
  };
125
125
  $attrs: {
@@ -643,9 +643,9 @@ declare const _default: {
643
643
  } & {
644
644
  activator?: () => VNodeChild;
645
645
  };
646
- "v-model"?: boolean;
647
- modelValue?: boolean;
648
646
  "onUpdate:modelValue"?: (value: boolean) => any;
647
+ modelValue?: boolean;
648
+ "v-model"?: boolean;
649
649
  }>, "onSave"> & {
650
650
  onSave?: (appDefinition: VelcronAppDefinition<object>) => any;
651
651
  };
@@ -1,6 +1,5 @@
1
1
  import { VelcronAppDefinition, VelcronRenderContext } from "@omnia/fx-models";
2
- import { ThemeDefinitionV2, useVelcronThemingStore, VelcronRenderContextEventHandlers, ColorSchemaTypes, ColorSchemaType, DynamicState } from "../core";
3
- export type RegisterThemingStore = (store: ReturnType<typeof useVelcronThemingStore>) => void;
2
+ import { ThemeDefinitionV2, VelcronRenderContextEventHandlers, ColorSchemaTypes, ColorSchemaType, DynamicState } from "../core";
4
3
  declare const _default: {
5
4
  new (...args: any[]): {
6
5
  $: import("vue").ComponentInternalInstance;
@@ -8,8 +7,8 @@ declare const _default: {
8
7
  $props: {
9
8
  container?: any;
10
9
  blueprint?: any;
11
- colorSchemaType?: any;
12
10
  blueprintType?: any;
11
+ colorSchemaType?: any;
13
12
  colors?: any;
14
13
  style?: unknown;
15
14
  class?: unknown;
@@ -122,8 +121,8 @@ declare const _default: {
122
121
  }, string, {
123
122
  container?: any;
124
123
  blueprint?: any;
125
- colorSchemaType: any;
126
124
  blueprintType?: any;
125
+ colorSchemaType: any;
127
126
  colors?: any;
128
127
  }, {}, string, {}> & {
129
128
  beforeCreate?: (() => void) | (() => void)[];
@@ -230,16 +229,16 @@ declare const _default: {
230
229
  }, string, {
231
230
  container?: any;
232
231
  blueprint?: any;
233
- colorSchemaType: any;
234
232
  blueprintType?: any;
233
+ colorSchemaType: any;
235
234
  colors?: any;
236
235
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
237
236
  propsDefinition: Omit<Readonly<{
238
237
  container?: any;
239
238
  definition: VelcronAppDefinition<object>;
240
239
  blueprint?: any;
241
- colorSchemaType: any;
242
240
  blueprintType?: any;
241
+ colorSchemaType: any;
243
242
  colors?: any;
244
243
  } & {
245
244
  themeDefinition?: ThemeDefinitionV2;
@@ -1,3 +1,3 @@
1
1
  import { VelcronDefinition, VelcronRenderContext } from "@omnia/fx-models";
2
2
  import { NestedCSSProperties } from "typestyle/lib/types";
3
- export declare const velcronStylesProvider: (result: NestedCSSProperties, definition: VelcronDefinition, renderCtx: VelcronRenderContext) => string;
3
+ export declare function velcronStylesProvider(result: NestedCSSProperties, definition: VelcronDefinition, renderCtx: VelcronRenderContext): string;
@@ -141,6 +141,7 @@ import wc829fbdec1d3b44059578b89b6d04c52b from './ux/theming-v2/colorschemadefin
141
141
  import wc1266389c28034034921b897f788f302d from './ux/theming-v2/colorschemapicker/ColorSchemaPicker';
142
142
  import wc252ece0016594978b3ddfafdd59adda4 from './ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker';
143
143
  import wc5abbb7170e454f0d8cb537bcad180cd7 from './ux/theming-v2/themeeditor/ThemeEditor';
144
+ import wc008c41f92c8847eea45f09ebc0535fc1 from './ux/theming-v2/themeprovider/ThemeProvider';
144
145
  import wcc75ffd4cf2f14b6685c5c2d894fdf00f from './ux/velcron/editor/VelcronEditor';
145
146
  import wc3dd4d94bcc254f9fac2100a3ff84dc7e from './ux/velcron/renderer/VelcronRenderer';
146
147
  import wc7332138e1e7845d1a5e62597a27e44a4 from '../../fx-sp/internal-do-not-import-from-here/ux/properties/term-set/TermSetDisplay';
@@ -385,6 +386,7 @@ declare global {
385
386
  "omfx-color-schema-picker": typeof wc1266389c28034034921b897f788f302d.propsDefinition & VueComponentBaseProps;
386
387
  "omfx-theme-definition-picker": typeof wc252ece0016594978b3ddfafdd59adda4.propsDefinition & VueComponentBaseProps;
387
388
  "omfx-theme-editor-v2": typeof wc5abbb7170e454f0d8cb537bcad180cd7.propsDefinition & VueComponentBaseProps;
389
+ "omfx-theme-provider": typeof wc008c41f92c8847eea45f09ebc0535fc1.propsDefinition & VueComponentBaseProps;
388
390
  "omfx-velcron-editor": typeof wcc75ffd4cf2f14b6685c5c2d894fdf00f.propsDefinition & VueComponentBaseProps;
389
391
  "omfx-velcron-renderer": typeof wc3dd4d94bcc254f9fac2100a3ff84dc7e.propsDefinition & VueComponentBaseProps;
390
392
  "omfx-properties-term-set-display": typeof wc7332138e1e7845d1a5e62597a27e44a4.propsDefinition & VueComponentBaseProps;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.54-vnext",
4
+ "version": "8.0.56-vnext",
5
5
  "description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "author": "Precio Fishbone",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.54-vnext",
23
+ "@omnia/fx-models": "8.0.56-vnext",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.10.7",
@@ -1,51 +0,0 @@
1
- import { ClipboardStore } from "@omnia/fx/stores";
2
- import { VueComponentBase, VueComponentBaseProps } from "@omnia/fx/ux";
3
- import { LayoutCanvasStore } from "../..";
4
- import { LayoutItem } from "../../../../models";
5
- export interface ActionToolbarProps extends VueComponentBaseProps {
6
- item: LayoutItem;
7
- parentContainer: LayoutItem;
8
- verticalMenu?: boolean;
9
- useTheme?: boolean;
10
- }
11
- export interface ActionToolbarEvents {
12
- }
13
- export declare class LayoutItemActionToolbar extends VueComponentBase<ActionToolbarProps, ActionToolbarEvents> {
14
- layoutEditorStore: LayoutCanvasStore;
15
- clipboardStore: ClipboardStore;
16
- private omniaUxLoc;
17
- item: LayoutItem;
18
- parentContainer: LayoutItem;
19
- verticalMenu?: boolean;
20
- dark?: boolean;
21
- useTheme?: boolean;
22
- private editorTheme;
23
- private model;
24
- created(): void;
25
- mounted(): void;
26
- /**
27
- * Eventhandler for deleting the item
28
- * */
29
- private onDeleteItem;
30
- /**
31
- * Evenhandler to show toggle action mode
32
- * @param e
33
- */
34
- private onToggleNodeAction;
35
- private toggleOverrideSettings;
36
- /**
37
- * Evenhandler to show section settings
38
- * @param e
39
- */
40
- private onShowSettings;
41
- private renderSettingsButton;
42
- private renderDeleteButton;
43
- private renderCopyButton;
44
- private renderMoveButton;
45
- private renderDeviceSettingsButton;
46
- private renderLockButton;
47
- private renderSectionButtons;
48
- private renderBlockButtons;
49
- private renderBreakPointDialog;
50
- render(): JSX.Element;
51
- }
@@ -1,9 +0,0 @@
1
- import { BlockBlueprint, ColorSchema, ColorSchemaType, ColorSchemaTypes, ColorTypeResult } from "@omnia/fx-models";
2
- import { useThemeStoreV2 } from "../ThemeStoreV2";
3
- export declare function useBlueprintStylingBlock(blueprint: BlockBlueprint, colors: ColorSchema): string;
4
- export declare function useButtonBlueprint(injectedThemeStore?: ReturnType<typeof useThemeStoreV2>): string;
5
- export declare function useIconBlueprint(injectedThemeStore?: ReturnType<typeof useThemeStoreV2>): string;
6
- export declare function useCardBlueprint(colorSchemaType: ColorSchemaTypes | ColorSchemaType, injectedThemeStore?: ReturnType<typeof useThemeStoreV2>, opacity?: number): {
7
- card: ColorTypeResult<string>;
8
- cardImage: string;
9
- };
@@ -1,8 +0,0 @@
1
- import { ColorStyles } from "@omnia/fx-models";
2
- import { useColorSchemaStore } from "../ColorSchemaStore";
3
- export declare function useSelectedTableRowStyling(dark: boolean): string;
4
- export declare function useScrollStyling(colors: ReturnType<typeof useColorSchemaStore>, toned?: boolean, targetSelector?: string): string;
5
- export declare function useDividingOpacity(dark: boolean): string;
6
- export declare function useBackgroundOpacity(dark: boolean, opacity?: Number): string;
7
- export declare function useBackgroundOpacityOnColor(color: string, dark: boolean, opacity?: Number): any;
8
- export declare function useColorStyling(color: string, opacity?: number): ColorStyles;
@@ -1,25 +0,0 @@
1
- import { TypographyBlueprint, TypographyTypes } from "@omnia/fx-models";
2
- import { MediaQuery } from "typestyle/lib/types";
3
- import { useBlueprintStore } from "..";
4
- export interface TypographyTypesResult {
5
- h1: string;
6
- h2: string;
7
- h3: string;
8
- caption: string;
9
- link: string;
10
- text: string;
11
- typographyType: (typographyType: string) => string;
12
- }
13
- export declare function useTypographyTypeStyling(typographyType: TypographyTypes, blueprint: TypographyBlueprint): {
14
- baseStyles: {
15
- fontSize: string;
16
- fontWeight: number;
17
- lineHeight: string;
18
- textDecoration: string;
19
- };
20
- mediumStyles: any;
21
- smallStyles: any;
22
- queryOnSmallScreen: MediaQuery;
23
- queryOnMediumScreen: MediaQuery;
24
- };
25
- export declare function useTypographyStyling(blueprints: ReturnType<typeof useBlueprintStore>): TypographyTypesResult;
@@ -1,19 +0,0 @@
1
- import { ColorSchema, ColorSchemas, ThemeDefinitionV2, Guid, BluePrintDefinitions } from "@omnia/fx-models";
2
- export declare class ThemeDefinitionInstance implements ThemeDefinitionV2 {
3
- id: Guid;
4
- colors: ColorSchemas;
5
- blueprints: BluePrintDefinitions;
6
- dark: boolean;
7
- name: string;
8
- constructor(primary: string | ColorSchema, secondary: string | ColorSchema, accent1: string | ColorSchema, accent2: string | ColorSchema, accent3: string | ColorSchema, neutral: string | ColorSchema, background: string | ColorSchema, info: string | ColorSchema, error: string | ColorSchema, name: string, dark: boolean, id: Guid, blueprints: BluePrintDefinitions);
9
- }
10
- export declare function DarkKnightDefinition(): ThemeDefinitionInstance;
11
- export declare function DocumentationDefinition(): ThemeDefinitionInstance;
12
- export declare function DarkEditorDefinition(): ThemeDefinitionInstance;
13
- export declare function LightEditorDefinition(): ThemeDefinitionInstance;
14
- export declare function BlackDefinition(): ThemeDefinitionInstance;
15
- export declare function BumbleBeeDefinition(): ThemeDefinitionInstance;
16
- export declare function CyberPunkDefinition(): ThemeDefinitionInstance;
17
- export declare function CoffeDefinition(): ThemeDefinitionInstance;
18
- export declare function LightThemeDefinition(): ThemeDefinitionInstance;
19
- export declare function DarkThemeDefinition(): ThemeDefinitionInstance;
@@ -1 +0,0 @@
1
- export declare const useOpacityOnColor: (color: any, opacity: any) => any;
@@ -1 +0,0 @@
1
- export * from "./ColorUtility";