@omnia/fx 8.0.124-dev → 8.0.126-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (248) hide show
  1. package/internal-do-not-import-from-here/libs/swiper/Swiper.d.ts +1 -1
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/manifests/omnia.vendor.manifest.json +1 -1
  4. package/internal-do-not-import-from-here/services/TransactionLogService.d.ts +1 -1
  5. package/internal-do-not-import-from-here/shared/broadcasting/InternalTopics.d.ts +5 -0
  6. package/internal-do-not-import-from-here/shared/models/HttpCommon.d.ts +14 -0
  7. package/internal-do-not-import-from-here/shared/models/HttpCommon.js +7 -0
  8. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +8 -0
  9. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.js +7 -1
  10. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.d.ts +1 -0
  11. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.d.ts +16 -0
  12. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.js +5 -0
  13. package/internal-do-not-import-from-here/shared/models/hub/activities/index.d.ts +1 -0
  14. package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +1 -0
  15. package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +1 -0
  16. package/internal-do-not-import-from-here/shared/models/hub/index.js +1 -0
  17. package/internal-do-not-import-from-here/shared/models/hub/targeting/ExternalIdentityProperty.d.ts +10 -0
  18. package/internal-do-not-import-from-here/shared/models/hub/targeting/ExternalIdentityProperty.js +19 -0
  19. package/internal-do-not-import-from-here/shared/models/hub/targeting/HubSource.d.ts +3 -0
  20. package/internal-do-not-import-from-here/shared/models/hub/targeting/HubSource.js +7 -0
  21. package/internal-do-not-import-from-here/shared/models/hub/targeting/index.d.ts +1 -0
  22. package/internal-do-not-import-from-here/shared/models/hub/targeting/index.js +4 -0
  23. package/internal-do-not-import-from-here/shared/models/theming/Blueprints.d.ts +127 -0
  24. package/internal-do-not-import-from-here/shared/models/theming/{ChromeDefinition.d.ts → Chrome.d.ts} +3 -3
  25. package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.d.ts +1 -1
  26. package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +6 -6
  27. package/internal-do-not-import-from-here/shared/models/theming/Spacing.d.ts +22 -0
  28. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +2 -3
  29. package/internal-do-not-import-from-here/shared/models/theming/{TypographyDefinition.d.ts → Typography.d.ts} +16 -16
  30. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +2 -2
  31. package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +4 -4
  32. package/internal-do-not-import-from-here/shared/models/theming/index.js +4 -4
  33. package/internal-do-not-import-from-here/shared/models/velcron/VelcronReference.d.ts +20 -0
  34. package/internal-do-not-import-from-here/shared/models/velcron/VelcronReference.js +5 -0
  35. package/internal-do-not-import-from-here/shared/models/velcron/index.d.ts +1 -0
  36. package/internal-do-not-import-from-here/shared/models/velcron/index.js +1 -0
  37. package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +12 -16
  38. package/internal-do-not-import-from-here/shared/services/ActivitySubscriptionService.d.ts +15 -0
  39. package/internal-do-not-import-from-here/shared/services/DefineService.d.ts +1 -6
  40. package/internal-do-not-import-from-here/shared/services/index.d.ts +1 -0
  41. package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
  42. package/internal-do-not-import-from-here/{ux/mediapickerV2/imagetransformer/store → stores/mediapicker}/ImageTransformerStore.d.ts +16 -18
  43. package/internal-do-not-import-from-here/{ux/mediapickerV2/stores → stores/mediapicker}/MediaPickerCommonStore.d.ts +4 -3
  44. package/internal-do-not-import-from-here/{ux/mediapickerV2/stores → stores/mediapicker}/MediaPickerGalleryStore.d.ts +15 -15
  45. package/internal-do-not-import-from-here/{ux/mediapickerV2/stores → stores/mediapicker}/ProviderStore.d.ts +26 -28
  46. package/internal-do-not-import-from-here/{ux/mediapickerV2/chrome/core → stores/mediapicker/Utils}/MediaFileProcessor.d.ts +1 -1
  47. package/internal-do-not-import-from-here/{ux/mediapickerV2/chrome/core → stores/mediapicker/Utils}/index.d.ts +1 -0
  48. package/internal-do-not-import-from-here/{ux/mediapickerV2/stores → stores/mediapicker}/constants.d.ts +1 -1
  49. package/internal-do-not-import-from-here/{ux/mediapickerV2/imagetransformer → stores/mediapicker/handlers}/Utils/index.d.ts +1 -0
  50. package/internal-do-not-import-from-here/{ux/mediapickerV2/handlers/imagetransformer → stores/mediapicker/handlers/Utils}/utils.d.ts +1 -1
  51. package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/gallery/ImageHandler.d.ts +1 -2
  52. package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/gallery/VideoHandler.d.ts +2 -3
  53. package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/imagetransformer/cropByRatio.d.ts +1 -2
  54. package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/imagetransformer/filter.d.ts +1 -2
  55. package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/imagetransformer/flip.d.ts +1 -2
  56. package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/imagetransformer/index.d.ts +0 -1
  57. package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/index.d.ts +2 -1
  58. package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/provider/BaseImageHandler.d.ts +2 -3
  59. package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/provider/BaseVideoHandler.d.ts +2 -3
  60. package/internal-do-not-import-from-here/{ux/mediapickerV2/stores → stores/mediapicker}/index.d.ts +3 -1
  61. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +6 -6
  62. package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -1
  63. package/internal-do-not-import-from-here/ux/StyleHelper.d.ts +2 -2
  64. package/internal-do-not-import-from-here/ux/UxModels.d.ts +2 -0
  65. package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstylepicker/BackgroundStyleEditor.d.ts +76 -0
  66. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/ButtonBlueprintsViewer.d.ts +72 -0
  67. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/ButtonStyleEditor.d.ts +85 -0
  68. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/ButtonStylePicker.css.d.ts +4 -0
  69. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/ButtonStylePicker.d.ts +9 -7
  70. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeEditor.d.ts +119 -98
  71. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromePicker.d.ts +98 -98
  72. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeViewer.d.ts +10 -10
  73. package/internal-do-not-import-from-here/ux/blueprintpickers/componentblueprints/ComponentBlueprintsViewer.d.ts +68 -0
  74. package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/SpacingPicker3.d.ts +98 -98
  75. package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/TabBlueprintsViewer.d.ts +76 -0
  76. package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/TabStyleEditor.d.ts +77 -0
  77. package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/TabStylePicker.css.d.ts +4 -0
  78. package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/TabStylePicker.d.ts +68 -0
  79. package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/docs/ExampleComponents.d.ts +1 -0
  80. package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/docs/SampleComponent.d.ts +16 -0
  81. package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/docs/index.d.ts +1 -0
  82. package/internal-do-not-import-from-here/ux/blueprintpickers/typographypicker/TypographyEditor.d.ts +459 -0
  83. package/internal-do-not-import-from-here/ux/blueprintpickers/typographypicker/TypographyPicker.css.d.ts +2 -0
  84. package/internal-do-not-import-from-here/ux/blueprintpickers/typographypicker/TypographyPicker.d.ts +12 -4
  85. package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +21 -0
  86. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +97 -97
  87. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +1 -1
  88. package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +1 -1
  89. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +10 -10
  90. package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +1 -1
  91. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +2 -2
  92. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +9 -9
  93. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +2 -2
  94. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +2 -2
  95. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
  96. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +1 -1
  97. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/breakpoints/BreakPointSectionSettingsComponent.d.ts +2 -2
  98. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.css.d.ts +2 -2
  99. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +19 -19
  100. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.css.d.ts +2 -2
  101. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +1 -1
  102. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.d.ts +1 -1
  103. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +4 -4
  104. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/index.d.ts +1 -1
  105. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/types.d.ts +13 -1
  106. package/internal-do-not-import-from-here/ux/mediapickerV2/docs/MediaProviderExample.d.ts +9 -0
  107. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.d.ts +1 -2
  108. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +1 -1
  109. package/internal-do-not-import-from-here/ux/mediapickerV2/index.d.ts +1 -0
  110. package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +1 -1
  111. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +0 -8
  112. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/handler.d.ts +1 -1
  113. package/internal-do-not-import-from-here/ux/models/AppInstanceRollupStyles.d.ts +5 -5
  114. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +1 -1
  115. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +9 -9
  116. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +29 -29
  117. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +29 -29
  118. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +26 -26
  119. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +52 -52
  120. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +53 -0
  121. package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.d.ts +19 -19
  122. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +49 -49
  123. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
  124. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +9 -9
  125. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +1 -1
  126. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +9 -9
  127. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +9 -9
  128. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +9 -9
  129. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +12 -12
  130. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +52 -52
  131. package/internal-do-not-import-from-here/ux/oxide/slidepanel/Slide.d.ts +26 -4
  132. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.css.d.ts +2 -2
  133. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +58 -5
  134. package/internal-do-not-import-from-here/ux/oxide/slidepanel/constants.d.ts +11 -0
  135. package/internal-do-not-import-from-here/ux/oxide/slidepanel/store/SlidePanelStore.d.ts +1 -0
  136. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +32 -10
  137. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +27 -1
  138. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.css.d.ts +1 -0
  139. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +9 -9
  140. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.css.d.ts +3 -3
  141. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +19 -19
  142. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +14 -14
  143. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerToolbar.d.ts +12 -12
  144. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/PastingImageFromFileHandler.d.ts +2 -2
  145. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/PastingMicrosoftOfficeImageHandler.d.ts +2 -2
  146. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/PastingOmniaImageFromClipboardHandler.d.ts +2 -2
  147. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +1 -1
  148. package/internal-do-not-import-from-here/ux/shapedivider/ShapeDivider.d.ts +2 -2
  149. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/store/ChromeEditorStore.d.ts +16 -16
  150. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/TabBlade.d.ts +16 -0
  151. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/TabBladeEdit.d.ts +16 -0
  152. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +36 -21
  153. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +22 -22
  154. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/DefinitionsChrome.d.ts +19 -19
  155. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeDefinitionInstance.d.ts +3 -3
  156. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsChrome.d.ts +2 -2
  157. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsComponents.d.ts +7 -7
  158. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsSpacing.d.ts +3 -3
  159. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsTypography.d.ts +6 -6
  160. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/DefinitionsTypography.d.ts +7 -7
  161. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsChrome.d.ts +2 -2
  162. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsComponents.d.ts +3 -3
  163. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsSpacing.d.ts +2 -2
  164. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +2 -2
  165. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsTypography.d.ts +2 -2
  166. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsChrome.d.ts +2 -2
  167. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsComponents.d.ts +3 -3
  168. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsSpacing.d.ts +2 -2
  169. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +2 -2
  170. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsTypography.d.ts +3 -3
  171. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +26 -26
  172. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeDefinitionStore.d.ts +7 -7
  173. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +21 -21
  174. package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +23 -23
  175. package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentDefinitionStore.d.ts +7 -7
  176. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +31 -31
  177. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +45 -45
  178. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +6 -6
  179. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +32 -32
  180. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyDefinitionStore.d.ts +7 -7
  181. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +1774 -222
  182. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +11 -6
  183. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Chrome.d.ts +3 -3
  184. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +2 -0
  185. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Spacing.d.ts +9 -4
  186. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +3 -3
  187. package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +52 -12268
  188. package/internal-do-not-import-from-here/ux/use/UseClone.d.ts +3 -0
  189. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +26 -26
  190. package/internal-do-not-import-from-here/ux/velcron/{renderer/VelcronUnitProvider.d.ts → VelcronUnitProvider.d.ts} +1 -1
  191. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/Praise.d.ts +2 -0
  192. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/index.d.ts +1 -0
  193. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/VelcronDefinitionIds.d.ts +1 -0
  194. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +27 -7
  195. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +2 -0
  196. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +5 -1
  197. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
  198. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -2
  199. package/internal-do-not-import-from-here/ux/velcron/definitions/index.d.ts +1 -0
  200. package/internal-do-not-import-from-here/ux/velcron/definitions/praise/PraiseApp.d.ts +2 -0
  201. package/internal-do-not-import-from-here/ux/velcron/definitions/praise/index.d.ts +1 -0
  202. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Lottie.d.ts +32 -0
  203. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Reference.d.ts +6 -6
  204. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Rive.d.ts +32 -0
  205. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SpacingEditor.d.ts +8 -8
  206. package/internal-do-not-import-from-here/wctypings.d.ts +108 -8
  207. package/package.json +4 -4
  208. package/internal-do-not-import-from-here/shared/models/theming/ComponentDefinitions.d.ts +0 -93
  209. package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.d.ts +0 -30
  210. package/internal-do-not-import-from-here/shared/services/SocialSourceService.d.ts +0 -10
  211. package/internal-do-not-import-from-here/shared/services/SourceFileService.d.ts +0 -7
  212. package/internal-do-not-import-from-here/ux/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.css.d.ts +0 -0
  213. package/internal-do-not-import-from-here/ux/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +0 -0
  214. package/internal-do-not-import-from-here/ux/depricated-mediapicker/GalleryPanel.css.d.ts +0 -5
  215. package/internal-do-not-import-from-here/ux/depricated-mediapicker/GalleryPanels.d.ts +0 -35
  216. package/internal-do-not-import-from-here/ux/depricated-mediapicker/IMediaPicker.d.ts +0 -36
  217. package/internal-do-not-import-from-here/ux/depricated-mediapicker/MediaPicker.css.d.ts +0 -20
  218. package/internal-do-not-import-from-here/ux/depricated-mediapicker/MediaPicker.d.ts +0 -20
  219. package/internal-do-not-import-from-here/ux/depricated-mediapicker/MediaPickerComponentProps.d.ts +0 -33
  220. package/internal-do-not-import-from-here/ux/depricated-mediapicker/MediaPickerContext.d.ts +0 -5
  221. package/internal-do-not-import-from-here/ux/depricated-mediapicker/core/MediaPickerImageHandler.d.ts +0 -33
  222. package/internal-do-not-import-from-here/ux/depricated-mediapicker/core/Utils.d.ts +0 -5
  223. package/internal-do-not-import-from-here/ux/depricated-mediapicker/core/index.d.ts +0 -2
  224. package/internal-do-not-import-from-here/ux/depricated-mediapicker/index.d.ts +0 -4
  225. package/internal-do-not-import-from-here/ux/depricated-mediapicker/loc/localize.d.ts +0 -14
  226. package/internal-do-not-import-from-here/ux/mediapickerV2/Utils/index.d.ts +0 -1
  227. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/store/index.d.ts +0 -1
  228. package/internal-do-not-import-from-here/ux/mediapickerV2/interfaces/IImageTransformHandler.d.ts +0 -16
  229. package/internal-do-not-import-from-here/ux/mediapickerV2/interfaces/IMediaPickerGalleryHandler.d.ts +0 -10
  230. package/internal-do-not-import-from-here/ux/mediapickerV2/interfaces/IMediaPickerProviderMediaHandler.d.ts +0 -56
  231. package/internal-do-not-import-from-here/ux/mediapickerV2/interfaces/index.d.ts +0 -3
  232. package/internal-do-not-import-from-here/ux/mediapickerV2/stores/types.d.ts +0 -55
  233. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/DefinitionsJourney.d.ts +0 -0
  234. package/internal-do-not-import-from-here/ux/velcron/test-definitions/AppTestJson.d.ts +0 -1
  235. /package/internal-do-not-import-from-here/shared/models/theming/{ComponentDefinitions.js → Blueprints.js} +0 -0
  236. /package/internal-do-not-import-from-here/shared/models/theming/{ChromeDefinition.js → Chrome.js} +0 -0
  237. /package/internal-do-not-import-from-here/shared/models/theming/{SpacingSetting.js → Spacing.js} +0 -0
  238. /package/internal-do-not-import-from-here/shared/models/theming/{TypographyDefinition.js → Typography.js} +0 -0
  239. /package/internal-do-not-import-from-here/{ux/mediapickerV2/chrome/core → stores/mediapicker/Utils}/MediaPickerImageHandler.d.ts +0 -0
  240. /package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/Utils/getMediaProvider.d.ts +0 -0
  241. /package/internal-do-not-import-from-here/{ux/mediapickerV2/chrome/core → stores/mediapicker/Utils}/utils.d.ts +0 -0
  242. /package/internal-do-not-import-from-here/{ux/mediapickerV2/imagetransformer → stores/mediapicker/handlers}/Utils/cropUtils.d.ts +0 -0
  243. /package/internal-do-not-import-from-here/{ux/mediapickerV2/imagetransformer → stores/mediapicker/handlers}/Utils/transformUtils.d.ts +0 -0
  244. /package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/gallery/index.d.ts +0 -0
  245. /package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/provider/index.d.ts +0 -0
  246. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/{BlueprintsJourney.d.ts → ComponentsJourney.d.ts} +0 -0
  247. /package/internal-do-not-import-from-here/ux/{depricated-mediapicker/MediaPickerRenderer.d.ts → velcron/VelcronSetup.d.ts} +0 -0
  248. /package/internal-do-not-import-from-here/ux/velcron/{renderer/VelcronStylesProvider.d.ts → VelcronStylesProvider.d.ts} +0 -0
@@ -1,4 +1,4 @@
1
- import { FillDefinition, BorderStylingDefinition, ButtonBlueprint, SpacingBlueprintTypes, SpacingSettings, SpacingType, BackgroundDefinition, TextBlueprint, IconBlueprint } from "@omnia/fx-models";
1
+ import { FillDefinition, BorderStylingDefinition, ButtonBlueprint, SpacingBlueprintTypes, Spacing, SpacingValue, BackgroundDefinition, TextBlueprint, IconBlueprint, TabsBlueprint } from "@omnia/fx-models";
2
2
  import { NestedCSSProperties } from "typestyle/lib/types";
3
3
  import { useColorSchemaStore, useSpacingBlueprintStore, useTypographyBlueprintStore } from "../../store";
4
4
  export declare const BlueprintStyles: {
@@ -13,24 +13,29 @@ export declare const BlueprintStyles: {
13
13
  getBlueprintBackgroundStyling: typeof getBlueprintBackgroundStyling;
14
14
  getBlueprintBackgroundObject: typeof getBlueprintBackgroundObject;
15
15
  getBlueprintTextStyling: typeof getBlueprintTextStyling;
16
+ getBlueprintTabStyling: typeof getBlueprintTabStyling;
17
+ getBlueprintTabsStyling: typeof getBlueprintTabsStyling;
16
18
  };
17
19
  /**Border styling */
18
20
  declare function getBlueprintBorderObject(definition: BorderStylingDefinition, gradientFill?: string, colors?: ReturnType<typeof useColorSchemaStore>): NestedCSSProperties;
19
- declare function getBlueprintBorderStyling(definition: BorderStylingDefinition, gradientFill?: string, colors?: ReturnType<typeof useColorSchemaStore>): string;
20
- declare function getBlueprintBackgroundStyling(definition: BackgroundDefinition, gradientFill?: string, colors?: ReturnType<typeof useColorSchemaStore>): string;
21
- declare function getBlueprintBackgroundObject(definition: BackgroundDefinition, gradientFill?: string, colors?: ReturnType<typeof useColorSchemaStore>): NestedCSSProperties;
21
+ declare function getBlueprintBorderStyling(definition: BorderStylingDefinition, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): string;
22
+ declare function getBlueprintBackgroundStyling(definition: BackgroundDefinition, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): string;
23
+ declare function getBlueprintBackgroundObject(definition: BackgroundDefinition, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): NestedCSSProperties;
22
24
  declare function getBlueprintFillStyling(definition: FillDefinition, colors?: ReturnType<typeof useColorSchemaStore>): string;
23
25
  /**Spacing styling */
24
26
  declare function getBlueprintSpacingValue(value: any, type: SpacingBlueprintTypes, blueprint?: ReturnType<typeof useSpacingBlueprintStore>): number;
25
- declare function getBlueprintSpacingStylingx(value: SpacingSettings | SpacingType, type: SpacingBlueprintTypes, spacingType?: "margin" | "padding", blueprint?: ReturnType<typeof useSpacingBlueprintStore>): Readonly<{
27
+ declare function getBlueprintSpacingStylingx(value: Spacing | SpacingValue, type: SpacingBlueprintTypes, spacingType?: "margin" | "padding", blueprint?: ReturnType<typeof useSpacingBlueprintStore>): Readonly<{
26
28
  className?: string;
27
29
  style?: Readonly<{
28
30
  [$$Key$$: string]: string | number;
29
31
  }>;
30
32
  }>;
31
- declare function getBlueprintSpacingStyling(value: SpacingSettings | SpacingType, type: SpacingBlueprintTypes, spacingType?: "margin" | "padding", blueprint?: ReturnType<typeof useSpacingBlueprintStore>): string;
33
+ declare function getBlueprintSpacingStyling(value: Spacing | SpacingValue, type: SpacingBlueprintTypes, spacingType?: "margin" | "padding", blueprint?: ReturnType<typeof useSpacingBlueprintStore>): string;
32
34
  /**Button styling */
33
35
  declare function getButtonBlueprintStyling(bluePrint: ButtonBlueprint, colors: ReturnType<typeof useColorSchemaStore>): string;
36
+ /**Tab styling */
37
+ declare function getBlueprintTabStyling(blueprint: TabsBlueprint, colors: ReturnType<typeof useColorSchemaStore>, active?: boolean): string;
38
+ declare function getBlueprintTabsStyling(blueprint: TabsBlueprint, colors: ReturnType<typeof useColorSchemaStore>): string;
34
39
  /**Text styling */
35
40
  declare function getBlueprintTextStyling(bluePrint: TextBlueprint, colors: ReturnType<typeof useColorSchemaStore>, blueprints: ReturnType<typeof useTypographyBlueprintStore>): string;
36
41
  declare function getIconBlueprintStyling(bluePrint: IconBlueprint, colors: ReturnType<typeof useColorSchemaStore>, duoTone: boolean, nested?: boolean): string;
@@ -1,10 +1,10 @@
1
- import { ChromeDefinition, SpacingDefinition } from "@omnia/fx-models";
1
+ import { ChromeBlueprint, SpacingDefinition } from "@omnia/fx-models";
2
2
  import { useColorSchemaStore } from "../../store";
3
3
  export declare const ChromeStyles: {
4
4
  getChromeStyling: typeof getChromeStyling;
5
5
  getChromeStylingx: typeof getChromeStylingx;
6
6
  };
7
- declare function getChromeStylingx(blueprint: ChromeDefinition, colors: ReturnType<typeof useColorSchemaStore>, spacingDefinition: SpacingDefinition): Readonly<{
7
+ declare function getChromeStylingx(blueprint: ChromeBlueprint, colors: ReturnType<typeof useColorSchemaStore>, spacingDefinition: SpacingDefinition): Readonly<{
8
8
  className?: string;
9
9
  style?: Readonly<{
10
10
  [$$Key$$: string]: string | number;
@@ -15,5 +15,5 @@ declare function getChromeStylingx(blueprint: ChromeDefinition, colors: ReturnTy
15
15
  }>;
16
16
  classname: string;
17
17
  };
18
- declare function getChromeStyling(blueprint: ChromeDefinition, colors: ReturnType<typeof useColorSchemaStore>, spacingDefinition: SpacingDefinition): any[];
18
+ declare function getChromeStyling(blueprint: ChromeBlueprint, colors: ReturnType<typeof useColorSchemaStore>, spacingDefinition: SpacingDefinition): any[];
19
19
  export {};
@@ -2,6 +2,8 @@ import { useColorSchemaStore } from "@omnia/fx/ux";
2
2
  export declare const GeneralStyles: {
3
3
  getSelectedTableRowStyling: typeof getSelectedTableRowStyling;
4
4
  getScrollStyling: typeof getScrollStyling;
5
+ getHoverStyling: typeof getHoverStyling;
5
6
  };
6
7
  export declare function getSelectedTableRowStyling(dark: boolean): string;
8
+ export declare function getHoverStyling(dark: boolean): string;
7
9
  export declare function getScrollStyling(colors: ReturnType<typeof useColorSchemaStore>, toned?: boolean, targetSelector?: string): string;
@@ -1,14 +1,19 @@
1
- import { Spacing } from "@omnia/fx-models";
2
1
  export declare const SpacingStyling: {
3
2
  createSpacing: typeof createSpacing;
4
3
  createSpacingx: typeof createSpacingx;
5
4
  };
6
- type SpacingTypes = "padding" | "margin";
7
- declare function createSpacingx(spacing: Spacing, type: SpacingTypes): Readonly<{
5
+ export type SpacingTypes = "padding" | "margin";
6
+ export interface NumericalSpacing {
7
+ top?: number;
8
+ right?: number;
9
+ bottom?: number;
10
+ left?: number;
11
+ }
12
+ declare function createSpacingx(spacing: NumericalSpacing, type: SpacingTypes): Readonly<{
8
13
  className?: string;
9
14
  style?: Readonly<{
10
15
  [$$Key$$: string]: string | number;
11
16
  }>;
12
17
  }>;
13
- declare function createSpacing(spacing: Spacing, type: SpacingTypes): string;
18
+ declare function createSpacing(spacing: NumericalSpacing, type: SpacingTypes): string;
14
19
  export {};
@@ -1,5 +1,5 @@
1
1
  /**Typography */
2
- import { TypographyDefinition, TypographySize, TypographyTypes, TypographyValue } from "@omnia/fx-models";
2
+ import { TypographyBlueprint, TypographySize, TypographyTypes, TypographyValue } from "@omnia/fx-models";
3
3
  import { MediaQuery } from "typestyle/lib/types";
4
4
  import { useTypographyBlueprintStore } from "@omnia/fx/ux";
5
5
  export declare const TypographyStyles: {
@@ -30,8 +30,8 @@ export interface TypographyTypesResult {
30
30
  };
31
31
  typographyType: (typographyType: string) => string;
32
32
  }
33
- declare function typographyStylingByValue(value: TypographyValue, blueprint: TypographyDefinition): string;
34
- declare function typographyTypeStyling(typographyType: TypographyTypes, size: TypographySize, blueprint: TypographyDefinition): {
33
+ declare function typographyStylingByValue(value: TypographyValue, blueprint: TypographyBlueprint): string;
34
+ declare function typographyTypeStyling(typographyType: TypographyTypes, size: TypographySize, blueprint: TypographyBlueprint): {
35
35
  baseStyles: {
36
36
  fontFamily: string;
37
37
  fontSize: string;