@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
@@ -0,0 +1,14 @@
1
+ import { BlockBlueprint, ColorSchema, WebBlueprintDefintionTypes } from "@omnia/fx-models";
2
+ import { useBlueprintStore } from "../../BlueprintStore";
3
+ export declare const BlueprintStyles: {
4
+ getBlueprintSpacingValue: typeof getBlueprintSpacingValue;
5
+ getButtonBlueprintStyling: typeof getButtonBlueprintStyling;
6
+ getIconBlueprintStyling: typeof getIconBlueprintStyling;
7
+ getBlockBlueprintStyling: typeof getBlockBlueprintStyling;
8
+ };
9
+ /**Blueprint styling */
10
+ declare function getBlueprintSpacingValue(value: any, type: WebBlueprintDefintionTypes.innerspacing | WebBlueprintDefintionTypes.layoutspacing, blueprints?: ReturnType<typeof useBlueprintStore>): number;
11
+ declare function getButtonBlueprintStyling(bluePrint?: ReturnType<typeof useBlueprintStore>): string;
12
+ declare function getIconBlueprintStyling(bluePrint?: ReturnType<typeof useBlueprintStore>): string;
13
+ declare function getBlockBlueprintStyling(blueprint: BlockBlueprint, colors: ColorSchema): string;
14
+ export {};
@@ -0,0 +1,12 @@
1
+ import { ColorStyles } from "@omnia/fx-models";
2
+ export declare const ColorStyling: {
3
+ dividingOpacity: typeof dividingOpacity;
4
+ backgroundOpacity: typeof backgroundOpacity;
5
+ backgroundOpacityOnColor: typeof backgroundOpacityOnColor;
6
+ getColorStyling: typeof getColorStyling;
7
+ };
8
+ declare function dividingOpacity(dark: boolean): string;
9
+ declare function backgroundOpacity(dark: boolean, opacity?: Number): string;
10
+ declare function backgroundOpacityOnColor(color: string, dark: boolean, opacity?: Number): any;
11
+ declare function getColorStyling(color: string, opacity?: number): ColorStyles;
12
+ export {};
@@ -0,0 +1,7 @@
1
+ import { useColorSchemaStore } from "../../ColorSchemaStore";
2
+ export declare const GeneralStyles: {
3
+ getSelectedTableRowStyling: typeof getSelectedTableRowStyling;
4
+ getScrollStyling: typeof getScrollStyling;
5
+ };
6
+ export declare function getSelectedTableRowStyling(dark: boolean): string;
7
+ export declare function getScrollStyling(colors: ReturnType<typeof useColorSchemaStore>, toned?: boolean, targetSelector?: string): string;
@@ -0,0 +1,45 @@
1
+ /**Typography */
2
+ import { TypographyBlueprint, TypographySize, TypographyTypes } from "@omnia/fx-models";
3
+ import { MediaQuery } from "typestyle/lib/types";
4
+ import { useBlueprintStore } from "../..";
5
+ export declare const TypographyStyles: {
6
+ typographyTypeStyling: typeof typographyTypeStyling;
7
+ typographyStyling: typeof typographyStyling;
8
+ };
9
+ export interface TypographyTypesResult {
10
+ title: {
11
+ xl: string;
12
+ l: string;
13
+ m: string;
14
+ s: string;
15
+ xs: string;
16
+ };
17
+ text: {
18
+ l: string;
19
+ m: string;
20
+ s: string;
21
+ xs: string;
22
+ };
23
+ navigation: {
24
+ l: string;
25
+ m: string;
26
+ };
27
+ link: {
28
+ m: string;
29
+ };
30
+ typographyType: (typographyType: string) => string;
31
+ }
32
+ declare function typographyTypeStyling(typographyType: TypographyTypes, size: TypographySize, blueprint: TypographyBlueprint): {
33
+ baseStyles: {
34
+ fontSize: string;
35
+ fontWeight: number;
36
+ lineHeight: string;
37
+ textDecoration: string;
38
+ };
39
+ mediumStyles: any;
40
+ smallStyles: any;
41
+ queryOnSmallScreen: MediaQuery;
42
+ queryOnMediumScreen: MediaQuery;
43
+ };
44
+ declare function typographyStyling(blueprints: ReturnType<typeof useBlueprintStore>): TypographyTypesResult;
45
+ export {};
@@ -0,0 +1,4 @@
1
+ export * from "./Blueprints";
2
+ export * from "./Colors";
3
+ export * from "./General";
4
+ export * from "./Typography";
@@ -6,8 +6,8 @@ declare const _default: {
6
6
  $props: {
7
7
  container?: any;
8
8
  blueprint?: any;
9
- colorSchemaType?: any;
10
9
  blueprintType?: any;
10
+ colorSchemaType?: any;
11
11
  colors?: any;
12
12
  style?: unknown;
13
13
  class?: unknown;
@@ -114,10 +114,10 @@ declare const _default: {
114
114
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
115
115
  [key: string]: any;
116
116
  }>) => void)[];
117
+ "onUpdate:modelValue"?: ((value: Guid) => any) & ((theme: ThemeDefinitionV2) => any);
118
+ readonly modelValue?: Guid;
117
119
  readonly toned?: string;
118
120
  readonly "v-model"?: Guid;
119
- readonly modelValue?: Guid;
120
- "onUpdate:modelValue"?: ((value: Guid) => any) & ((theme: ThemeDefinitionV2) => any);
121
121
  };
122
122
  $attrs: {
123
123
  [x: string]: unknown;
@@ -216,8 +216,8 @@ declare const _default: {
216
216
  }, string, {
217
217
  container?: any;
218
218
  blueprint?: any;
219
- colorSchemaType?: any;
220
219
  blueprintType?: any;
220
+ colorSchemaType?: any;
221
221
  colors?: any;
222
222
  }, {}, string, {}> & {
223
223
  beforeCreate?: (() => void) | (() => void)[];
@@ -406,15 +406,15 @@ declare const _default: {
406
406
  }, string, {
407
407
  container?: any;
408
408
  blueprint?: any;
409
- colorSchemaType?: any;
410
409
  blueprintType?: any;
410
+ colorSchemaType?: any;
411
411
  colors?: any;
412
412
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
413
413
  propsDefinition: Omit<Readonly<{
414
414
  container?: any;
415
415
  blueprint?: any;
416
- colorSchemaType?: any;
417
416
  blueprintType?: any;
417
+ colorSchemaType?: any;
418
418
  colors?: any;
419
419
  } & {
420
420
  name?: {
@@ -478,10 +478,10 @@ declare const _default: {
478
478
  };
479
479
  }>;
480
480
  };
481
+ "onUpdate:modelValue"?: (value: Guid) => any;
482
+ modelValue?: Guid;
481
483
  toned?: string;
482
484
  "v-model"?: Guid;
483
- modelValue?: Guid;
484
- "onUpdate:modelValue"?: (value: Guid) => any;
485
485
  }>, "onUpdate:modelValue"> & {
486
486
  "onUpdate:modelValue"?: (theme: ThemeDefinitionV2) => any;
487
487
  };
@@ -0,0 +1,124 @@
1
+ import { ThemeDefinitionV2 } from "@omnia/fx-models";
2
+ declare const _default: {
3
+ new (...args: any[]): {
4
+ $: import("vue").ComponentInternalInstance;
5
+ $data: {};
6
+ $props: {
7
+ style?: unknown;
8
+ class?: unknown;
9
+ key?: string | number | symbol;
10
+ readonly themeDefinition?: ThemeDefinitionV2;
11
+ readonly "theme-definition"?: ThemeDefinitionV2;
12
+ ref?: import("vue").VNodeRef;
13
+ ref_for?: boolean;
14
+ ref_key?: string;
15
+ onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
16
+ [key: string]: any;
17
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
18
+ [key: string]: any;
19
+ }>) => void)[];
20
+ onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
21
+ [key: string]: any;
22
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
23
+ [key: string]: any;
24
+ }>) => void)[];
25
+ onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
26
+ [key: string]: any;
27
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
28
+ [key: string]: any;
29
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
30
+ [key: string]: any;
31
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
32
+ [key: string]: any;
33
+ }>) => void)[];
34
+ onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
35
+ [key: string]: any;
36
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
37
+ [key: string]: any;
38
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
39
+ [key: string]: any;
40
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
41
+ [key: string]: any;
42
+ }>) => void)[];
43
+ onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
44
+ [key: string]: any;
45
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
46
+ [key: string]: any;
47
+ }>) => void)[];
48
+ onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
49
+ [key: string]: any;
50
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
51
+ [key: string]: any;
52
+ }>) => void)[];
53
+ };
54
+ $attrs: {
55
+ [x: string]: unknown;
56
+ };
57
+ $refs: {
58
+ [x: string]: unknown;
59
+ };
60
+ $slots: Readonly<{
61
+ [name: string]: import("vue").Slot<any>;
62
+ }>;
63
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
64
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
65
+ $emit: (event: string, ...args: any[]) => void;
66
+ $el: any;
67
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
68
+ "theme-definition": {
69
+ type: import("vue").PropType<ThemeDefinitionV2>;
70
+ };
71
+ themeDefinition: {
72
+ type: import("vue").PropType<ThemeDefinitionV2>;
73
+ };
74
+ }>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
75
+ [key: string]: any;
76
+ }>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
77
+ beforeCreate?: (() => void) | (() => void)[];
78
+ created?: (() => void) | (() => void)[];
79
+ beforeMount?: (() => void) | (() => void)[];
80
+ mounted?: (() => void) | (() => void)[];
81
+ beforeUpdate?: (() => void) | (() => void)[];
82
+ updated?: (() => void) | (() => void)[];
83
+ activated?: (() => void) | (() => void)[];
84
+ deactivated?: (() => void) | (() => void)[];
85
+ beforeDestroy?: (() => void) | (() => void)[];
86
+ beforeUnmount?: (() => void) | (() => void)[];
87
+ destroyed?: (() => void) | (() => void)[];
88
+ unmounted?: (() => void) | (() => void)[];
89
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
90
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
91
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
92
+ };
93
+ $forceUpdate: () => void;
94
+ $nextTick: typeof import("vue").nextTick;
95
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
96
+ } & Readonly<import("vue").ExtractPropTypes<{
97
+ "theme-definition": {
98
+ type: import("vue").PropType<ThemeDefinitionV2>;
99
+ };
100
+ themeDefinition: {
101
+ type: import("vue").PropType<ThemeDefinitionV2>;
102
+ };
103
+ }>> & import("vue").ShallowUnwrapRef<() => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
104
+ [key: string]: any;
105
+ }>[]> & {} & import("vue").ComponentCustomProperties & {};
106
+ __isFragment?: never;
107
+ __isTeleport?: never;
108
+ __isSuspense?: never;
109
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
110
+ "theme-definition": {
111
+ type: import("vue").PropType<ThemeDefinitionV2>;
112
+ };
113
+ themeDefinition: {
114
+ type: import("vue").PropType<ThemeDefinitionV2>;
115
+ };
116
+ }>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
117
+ [key: string]: any;
118
+ }>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
119
+ propsDefinition: Omit<Readonly<{} & {
120
+ themeDefinition?: ThemeDefinitionV2;
121
+ "theme-definition"?: ThemeDefinitionV2;
122
+ }>, never>;
123
+ };
124
+ export default _default;
@@ -2,15 +2,15 @@ import { BlueprintDefinition, BlueprintItemDefinition, Guid } from "@omnia/fx-mo
2
2
  export declare class MD1Blueprint implements BlueprintDefinition {
3
3
  id: Guid;
4
4
  definitions: Array<BlueprintItemDefinition>;
5
- constructor();
5
+ constructor(preview?: boolean);
6
6
  }
7
7
  export declare class MD2Blueprint implements BlueprintDefinition {
8
8
  id: Guid;
9
9
  definitions: Array<BlueprintItemDefinition>;
10
- constructor();
10
+ constructor(preview?: boolean);
11
11
  }
12
12
  export declare class MD3Blueprint implements BlueprintDefinition {
13
13
  id: Guid;
14
14
  definitions: Array<BlueprintItemDefinition>;
15
- constructor();
15
+ constructor(preview?: boolean);
16
16
  }
@@ -15,3 +15,11 @@ export declare class DefaultInnerSpacing implements SpacingDefinition {
15
15
  l: number;
16
16
  xl: number;
17
17
  }
18
+ export declare class PreviewInnerSpacing implements SpacingDefinition {
19
+ id: Guid;
20
+ xs: number;
21
+ s: number;
22
+ m: number;
23
+ l: number;
24
+ xl: number;
25
+ }
@@ -0,0 +1,41 @@
1
+ import { ColorSchema, ColorSchemas, ThemeDefinitionV2, Guid, BluePrintDefinitions } from "@omnia/fx-models";
2
+ export declare function useThemeDefinitions(): {
3
+ editor: {
4
+ readonly dark: ThemeDefinitionV2;
5
+ readonly light: ThemeDefinitionV2;
6
+ };
7
+ documentation: {
8
+ readonly dark: ThemeDefinitionV2;
9
+ };
10
+ componentPreview: {
11
+ readonly dark: ThemeDefinitionV2;
12
+ readonly darkMini: ThemeDefinitionV2;
13
+ };
14
+ readonly darkKnight: ThemeDefinitionV2;
15
+ readonly black: ThemeDefinitionV2;
16
+ readonly bumbleBee: ThemeDefinitionV2;
17
+ readonly cyberPunk: ThemeDefinitionV2;
18
+ readonly coffe: ThemeDefinitionV2;
19
+ readonly light: ThemeDefinitionV2;
20
+ readonly dark: ThemeDefinitionV2;
21
+ createNew: (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) => ThemeDefinitionInstance;
22
+ };
23
+ export declare class ThemeDefinitionInstance implements ThemeDefinitionV2 {
24
+ id: Guid;
25
+ colors: ColorSchemas;
26
+ blueprints: BluePrintDefinitions;
27
+ dark: boolean;
28
+ name: string;
29
+ 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);
30
+ }
31
+ export declare function darkKnightDefinition(): ThemeDefinitionInstance;
32
+ export declare function componentPreviewDefinition(mini: boolean): ThemeDefinitionInstance;
33
+ export declare function documentationDefinition(): ThemeDefinitionInstance;
34
+ export declare function darkEditorDefinition(): ThemeDefinitionInstance;
35
+ export declare function lightEditorDefinition(): ThemeDefinitionInstance;
36
+ export declare function blackDefinition(): ThemeDefinitionInstance;
37
+ export declare function bumbleBeeDefinition(): ThemeDefinitionInstance;
38
+ export declare function cyberPunkDefinition(): ThemeDefinitionInstance;
39
+ export declare function coffeDefinition(): ThemeDefinitionInstance;
40
+ export declare function lightThemeDefinition(): ThemeDefinitionInstance;
41
+ export declare function darkThemeDefinition(): ThemeDefinitionInstance;