@omnia/fx 8.0.295-dev → 8.0.297-dev

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 (282) hide show
  1. package/internal-do-not-import-from-here/contexts/OmniaContext.d.ts +2 -2
  2. package/internal-do-not-import-from-here/contexts/OmniaContextProvider.d.ts +2 -2
  3. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  4. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +5 -5
  5. package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -1
  6. package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +92 -89
  7. package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +2 -2
  8. package/internal-do-not-import-from-here/ux/admin/system/loc/localize.d.ts +1 -0
  9. package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/SeoManager.d.ts +2 -0
  10. package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/components/SeoDetail.d.ts +2 -0
  11. package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/loc/localize.d.ts +15 -0
  12. package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/services/SeoService.d.ts +7 -0
  13. package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/store/SeoManagerStore.d.ts +55 -0
  14. package/internal-do-not-import-from-here/ux/app/ExposeToUxCore.d.ts +5 -0
  15. package/internal-do-not-import-from-here/ux/app/index.d.ts +1 -5
  16. package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +1 -1
  17. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +1 -1
  18. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditProperiesBlade.d.ts +1 -1
  19. package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/AppTitleInput.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/components/FontPicker.d.ts +3 -3
  21. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/models/Theme.d.ts +2 -2
  22. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/store/ThemeEditorStore.d.ts +11 -11
  23. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/aurora/components/blueprinttemplatespicker/BlueprintsTemplatePicker.d.ts +2 -2
  25. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +2 -2
  26. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeEditor.d.ts +3 -3
  27. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +2 -2
  28. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeViewer.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +6 -6
  30. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaEditor.d.ts +3 -3
  32. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +10 -10
  33. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +3 -3
  34. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +85 -85
  35. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +2 -2
  36. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingEditor.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingViewer.d.ts +1 -1
  38. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeEditor.d.ts +5 -5
  40. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.css.d.ts +2 -2
  41. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +5 -5
  42. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeViewer.d.ts +4 -4
  43. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +3 -3
  44. package/internal-do-not-import-from-here/ux/aurora/designkits/default/themes/ThemeDefinitions.d.ts +12 -12
  45. package/internal-do-not-import-from-here/ux/aurora/designkits/default/useDefaultDesignKit.d.ts +11 -11
  46. package/internal-do-not-import-from-here/ux/aurora/designkits/documentation/themes/ThemeDefinitions.d.ts +2 -2
  47. package/internal-do-not-import-from-here/ux/aurora/designkits/documentation/useDocumentationDesignKit.d.ts +1 -1
  48. package/internal-do-not-import-from-here/ux/aurora/designkits/editor/themes/ThemeDefinitions.d.ts +3 -3
  49. package/internal-do-not-import-from-here/ux/aurora/designkits/editor/useEditorDesignKit.d.ts +2 -2
  50. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/ThemeDefinitionInstance.d.ts +2 -2
  51. package/internal-do-not-import-from-here/ux/aurora/designkits/useDesignKits.d.ts +14 -14
  52. package/internal-do-not-import-from-here/ux/aurora/index.d.ts +0 -1
  53. package/internal-do-not-import-from-here/ux/aurora/store/ColorManager.d.ts +1 -0
  54. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +12 -3
  55. package/internal-do-not-import-from-here/ux/aurora/store/FontStore.d.ts +5 -6
  56. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +24 -7124
  57. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +2 -2
  58. package/internal-do-not-import-from-here/ux/aurora/store/ThemeService.d.ts +10 -0
  59. package/internal-do-not-import-from-here/ux/aurora/{themingV3/store/ThemingStore.d.ts → store/ThemeStorage.d.ts} +14 -15
  60. package/internal-do-not-import-from-here/ux/aurora/store/{ThemeStoreV2.d.ts → ThemeStore.d.ts} +1 -1
  61. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +24 -7124
  62. package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +3 -2
  63. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +10 -25
  64. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +12 -7
  65. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +1 -1
  66. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Colors.d.ts +3 -3
  67. package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +8 -4
  68. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Spacing.d.ts +1 -1
  69. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +18 -18
  70. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +12 -12
  71. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +32 -439
  72. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +2 -2
  73. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +4 -4
  74. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +4 -4
  75. package/internal-do-not-import-from-here/ux/directives/motion/Motion.d.ts +0 -1
  76. package/internal-do-not-import-from-here/ux/documenticon/DocumentIcon.d.ts +0 -1
  77. package/internal-do-not-import-from-here/ux/documenticon/IDocumentIcon.d.ts +0 -18
  78. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +2 -2
  79. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +3 -3
  80. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +8 -8
  81. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DateTimePeriodSlider.d.ts +1 -1
  82. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +1 -1
  83. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput.d.ts +1 -1
  84. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +1 -1
  85. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertyDefaultValueInput.d.ts +1 -1
  86. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +1 -1
  87. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput.d.ts +1 -1
  88. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +1 -1
  89. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +1 -1
  90. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +1 -1
  91. package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertyDefaultValueInput.d.ts +1 -1
  92. package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettings.d.ts +1 -1
  93. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertyDefaultValueInput.d.ts +1 -1
  94. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +1 -1
  95. package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +1 -1
  96. package/internal-do-not-import-from-here/ux/helptext/HelpText.d.ts +5 -42
  97. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +3 -3
  98. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +5 -5
  99. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +2 -2
  100. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +46 -584
  101. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +64 -423
  102. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +3 -3
  103. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +2 -2
  104. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +3 -3
  105. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +2 -2
  106. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts +5 -5
  107. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +1 -1
  108. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +1 -1
  109. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +2 -2
  110. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +1 -1
  111. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +2 -2
  112. package/internal-do-not-import-from-here/ux/layoutcanvas/layoutactionhandler/LayoutAction.stylex.d.ts +3 -3
  113. package/internal-do-not-import-from-here/ux/layoutcanvas/layoutblock/LayoutBlockSettings.d.ts +1 -0
  114. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +1 -1
  115. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.stylex.d.ts +1 -1
  116. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/LayoutEditorThemingManager.d.ts +4 -4
  117. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/ThemingRenditionManager.d.ts +5 -5
  118. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +2 -2
  119. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.stylex.d.ts +2 -2
  120. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +2 -2
  121. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.stylex.d.ts +11 -11
  122. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +1 -1
  123. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +1 -1
  124. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +8 -8
  125. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +10 -10
  126. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +4 -4
  127. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +3 -3
  128. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.css.d.ts +2 -2
  129. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +1 -1
  130. package/internal-do-not-import-from-here/ux/messaging/InternalTopics.d.ts +2 -2
  131. package/internal-do-not-import-from-here/ux/messaging/Topics.d.ts +2 -2
  132. package/internal-do-not-import-from-here/ux/models/MotionDirective.d.ts +0 -6
  133. package/internal-do-not-import-from-here/ux/models/SeoInfo.d.ts +11 -0
  134. package/internal-do-not-import-from-here/ux/models/index.d.ts +1 -1
  135. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +9 -9
  136. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
  137. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.stylex.d.ts +15 -15
  138. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.stylex.d.ts +1 -1
  139. package/internal-do-not-import-from-here/ux/oxide/btn/Button.stylex.d.ts +1 -1
  140. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.stylex.d.ts +1 -1
  141. package/internal-do-not-import-from-here/ux/oxide/card/Card.css.d.ts +1 -1
  142. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.stylex.d.ts +1 -1
  143. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.stylex.d.ts +8 -2
  144. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.stylex.d.ts +6 -6
  145. package/internal-do-not-import-from-here/ux/oxide/column/Column.stylex.d.ts +1 -1
  146. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.stylex.d.ts +3 -3
  147. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.stylex.d.ts +11 -11
  148. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.stylex.d.ts +2 -2
  149. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.stylex.d.ts +1 -1
  150. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.stylex.d.ts +5 -5
  151. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.stylex.d.ts +1 -1
  152. package/internal-do-not-import-from-here/ux/oxide/flex/Row.stylex.d.ts +1 -1
  153. package/internal-do-not-import-from-here/ux/oxide/form/Form.stylex.d.ts +1 -1
  154. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.stylex.d.ts +1 -1
  155. package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.stylex.d.ts +3 -3
  156. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.stylex.d.ts +1 -1
  157. package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +2 -2
  158. package/internal-do-not-import-from-here/ux/oxide/link/link.stylex.d.ts +1 -1
  159. package/internal-do-not-import-from-here/ux/oxide/list/List.stylex.d.ts +1 -1
  160. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.stylex.d.ts +3 -3
  161. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.stylex.d.ts +1 -1
  162. package/internal-do-not-import-from-here/ux/oxide/motion/Motion.d.ts +22 -0
  163. package/internal-do-not-import-from-here/ux/oxide/motion/MotionContext.d.ts +6 -0
  164. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +12 -12
  165. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.stylex.d.ts +1 -1
  166. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.stylex.d.ts +2 -2
  167. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +2 -2
  168. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.stylex.d.ts +6 -6
  169. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.stylex.d.ts +1 -1
  170. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +2 -2
  171. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.stylex.d.ts +2 -2
  172. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +4 -4
  173. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.stylex.d.ts +1 -1
  174. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.stylex.d.ts +2 -2
  175. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
  176. package/internal-do-not-import-from-here/ux/oxide/select/Select.stylex.d.ts +2 -2
  177. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.stylex.d.ts +2 -2
  178. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.stylex.d.ts +1 -1
  179. package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.stylex.d.ts +1 -1
  180. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.stylex.d.ts +1 -1
  181. package/internal-do-not-import-from-here/ux/oxide/stickycontainer/StickyContainer.stylex.d.ts +2 -2
  182. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.stylex.d.ts +1 -1
  183. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.stylex.d.ts +4 -4
  184. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.stylex.d.ts +5 -5
  185. package/internal-do-not-import-from-here/ux/oxide/table/Table.stylex.d.ts +1 -1
  186. package/internal-do-not-import-from-here/ux/oxide/text/Text.stylex.d.ts +1 -1
  187. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.stylex.d.ts +1 -1
  188. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.stylex.d.ts +6 -6
  189. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +4 -4
  190. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.stylex.d.ts +5 -5
  191. package/internal-do-not-import-from-here/ux/post/IPost.d.ts +2 -2
  192. package/internal-do-not-import-from-here/ux/post/Post.d.ts +2 -2
  193. package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +2 -2
  194. package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +1 -1
  195. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +1 -1
  196. package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +1 -1
  197. package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileEditor.d.ts +1 -1
  198. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +1 -1
  199. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +1 -1
  200. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +1 -1
  201. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +1 -1
  202. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +1 -1
  203. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +1 -1
  204. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +1 -1
  205. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +1 -1
  206. package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +1 -1
  207. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +1 -1
  208. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +1 -1
  209. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +1 -1
  210. package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +1 -1
  211. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +1 -1
  212. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +1 -1
  213. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +1 -1
  214. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +1 -1
  215. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +1 -1
  216. package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +1 -1
  217. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +1 -1
  218. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +1 -1
  219. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +1 -1
  220. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
  221. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +1 -1
  222. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/Mention.d.ts +6 -60
  223. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionConfiguration.d.ts +1 -1
  224. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionToolbar.d.ts +6 -59
  225. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +1 -1
  226. package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +1 -1
  227. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +2 -2
  228. package/internal-do-not-import-from-here/ux/social/Comment.d.ts +6 -6
  229. package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +1 -1
  230. package/internal-do-not-import-from-here/ux/social/Reactions.d.ts +9 -9
  231. package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +5 -5
  232. package/internal-do-not-import-from-here/ux/theming/InternalTheming.d.ts +2 -2
  233. package/internal-do-not-import-from-here/ux/theming/ThemeManager.d.ts +6 -6
  234. package/internal-do-not-import-from-here/ux/theming/ThemeStore.d.ts +7 -7
  235. package/internal-do-not-import-from-here/ux/theming/Theming.d.ts +3 -3
  236. package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +1 -1
  237. package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +1 -1
  238. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +4 -0
  239. package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +2 -2
  240. package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +1 -1
  241. package/internal-do-not-import-from-here/ux/velcron/VelcronStylesProvider.d.ts +2 -2
  242. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +5 -5
  243. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +2 -2
  244. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +1 -1
  245. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +13 -17
  246. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronDataBinder.d.ts +1 -1
  247. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +7 -6
  248. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +3 -3
  249. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +7 -7
  250. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.stylex.d.ts +1 -1
  251. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Motion.d.ts +29 -0
  252. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/AlignmentEditor.d.ts +76 -76
  253. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BackgroundEditor.d.ts +1 -1
  254. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +1 -1
  255. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorEditor.d.ts +1 -1
  256. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +1 -1
  257. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/FlowEditor.d.ts +1 -1
  258. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/GridEditor.d.ts +1 -1
  259. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/IconEditor.d.ts +1 -1
  260. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ImageEditor.d.ts +1 -1
  261. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/NumberEditor.d.ts +1 -1
  262. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +2 -2
  263. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SelectEditor.d.ts +1 -1
  264. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SliderEditor.d.ts +1 -1
  265. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +1 -1
  266. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SwitchEditor.d.ts +1 -1
  267. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TextEditor.d.ts +1 -1
  268. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TypographyEditor.d.ts +1 -1
  269. package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRenderer.d.ts +9 -9
  270. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +3 -3
  271. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItemFactory.d.ts +3 -3
  272. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/InternalVersionedLayoutRenderer.d.ts +9 -9
  273. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +15 -15
  274. package/internal-do-not-import-from-here/wctypings.d.ts +18 -0
  275. package/package.json +3 -3
  276. package/internal-do-not-import-from-here/ux/aurora/store/ThemingService.d.ts +0 -10
  277. package/internal-do-not-import-from-here/ux/aurora/themingV3/index.d.ts +0 -3
  278. package/internal-do-not-import-from-here/ux/aurora/themingV3/model/ThemingBoot.d.ts +0 -7
  279. package/internal-do-not-import-from-here/ux/aurora/themingV3/model/index.d.ts +0 -1
  280. package/internal-do-not-import-from-here/ux/aurora/themingV3/service/ThemingService.d.ts +0 -9
  281. package/internal-do-not-import-from-here/ux/aurora/themingV3/service/index.d.ts +0 -1
  282. package/internal-do-not-import-from-here/ux/aurora/themingV3/store/index.d.ts +0 -1
@@ -141,14 +141,14 @@ declare const _default: {
141
141
  };
142
142
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
143
143
  propsDefinition: Omit<Readonly<{} & {
144
+ width?: string | number;
144
145
  title?: string;
145
146
  description?: string;
146
147
  onCancel?: () => void;
147
- width?: string | number;
148
148
  headerClass?: string;
149
149
  contentClass?: string;
150
- modelValue?: boolean;
151
150
  "v-model"?: boolean;
151
+ modelValue?: boolean;
152
152
  "onUpdate:modelValue"?: (value: boolean) => any | void;
153
153
  onSave?: () => Promise<boolean>;
154
154
  disableSave?: boolean;
@@ -1,5 +1,5 @@
1
1
  import { CommentLikeTemplateDynamicInput } from "@omnia/fx/ux";
2
- import { Comment, OmitProperties, ThemeDefinition } from "../../models";
2
+ import { Comment, OmitProperties, LegacyThemeDefinition } from "../../models";
3
3
  import { IRichTextEditor } from "../richtexteditor";
4
4
  import { CommentSorting } from "../../models/Social";
5
5
  declare const _default: {
@@ -20,7 +20,7 @@ declare const _default: {
20
20
  required: false;
21
21
  };
22
22
  cardStyle: {
23
- type: import("vue").PropType<ThemeDefinition>;
23
+ type: import("vue").PropType<LegacyThemeDefinition>;
24
24
  };
25
25
  allowLikes: {
26
26
  type: import("vue").PropType<boolean>;
@@ -102,7 +102,7 @@ declare const _default: {
102
102
  required: false;
103
103
  };
104
104
  cardStyle: {
105
- type: import("vue").PropType<ThemeDefinition>;
105
+ type: import("vue").PropType<LegacyThemeDefinition>;
106
106
  };
107
107
  allowLikes: {
108
108
  type: import("vue").PropType<boolean>;
@@ -181,7 +181,7 @@ declare const _default: {
181
181
  required: false;
182
182
  };
183
183
  cardStyle: {
184
- type: import("vue").PropType<ThemeDefinition>;
184
+ type: import("vue").PropType<LegacyThemeDefinition>;
185
185
  };
186
186
  allowLikes: {
187
187
  type: import("vue").PropType<boolean>;
@@ -261,16 +261,16 @@ declare const _default: {
261
261
  richTextSettings?: OmitProperties<IRichTextEditor, "initialContent" | "onContentChange">;
262
262
  dynamicInput?: CommentLikeTemplateDynamicInput;
263
263
  additionalRoles?: string[];
264
- cardStyle?: ThemeDefinition;
264
+ cardStyle?: LegacyThemeDefinition;
265
265
  hideEdit?: boolean;
266
266
  readOnly?: boolean;
267
267
  topicId?: string;
268
+ enableMention?: boolean;
268
269
  contextParams?: {
269
270
  [key: string]: string | number;
270
271
  };
271
272
  showMoreSize?: number;
272
273
  allowLikes?: boolean;
273
- enableMention?: boolean;
274
274
  comments?: Comment[];
275
275
  enableBestReply?: boolean;
276
276
  canMarkBestReply?: boolean;
@@ -104,8 +104,8 @@ declare const _default: {
104
104
  autoFocus?: boolean;
105
105
  disabled?: boolean;
106
106
  richTextSettings?: OmitProperties<IRichTextEditor, "initialContent" | "onContentChange">;
107
- enableMention?: boolean;
108
107
  resetContetnRte?: boolean;
108
+ enableMention?: boolean;
109
109
  }>, "onContentChanged" | "onDoc$" | "onRegisterFocus" | "onMentionChanged"> & {
110
110
  onContentChanged?: (content: string) => any;
111
111
  onDoc$?: (description?: string) => any;
@@ -15,11 +15,11 @@ declare const _default: {
15
15
  type: import("vue").PropType<ReactionVariants>;
16
16
  required: false;
17
17
  };
18
- modelValue: {
18
+ "v-model": {
19
19
  type: import("vue").PropType<Required<IUserReaction>[]>;
20
20
  required: false;
21
21
  };
22
- "v-model": {
22
+ modelValue: {
23
23
  type: import("vue").PropType<Required<IUserReaction>[]>;
24
24
  required: false;
25
25
  };
@@ -57,11 +57,11 @@ declare const _default: {
57
57
  type: import("vue").PropType<ReactionVariants>;
58
58
  required: false;
59
59
  };
60
- modelValue: {
60
+ "v-model": {
61
61
  type: import("vue").PropType<Required<IUserReaction>[]>;
62
62
  required: false;
63
63
  };
64
- "v-model": {
64
+ modelValue: {
65
65
  type: import("vue").PropType<Required<IUserReaction>[]>;
66
66
  required: false;
67
67
  };
@@ -91,11 +91,11 @@ declare const _default: {
91
91
  type: import("vue").PropType<ReactionVariants>;
92
92
  required: false;
93
93
  };
94
- modelValue: {
94
+ "v-model": {
95
95
  type: import("vue").PropType<Required<IUserReaction>[]>;
96
96
  required: false;
97
97
  };
98
- "v-model": {
98
+ modelValue: {
99
99
  type: import("vue").PropType<Required<IUserReaction>[]>;
100
100
  required: false;
101
101
  };
@@ -114,16 +114,16 @@ declare const _default: {
114
114
  "reaction:selected": (value: Required<IUserReaction>) => true;
115
115
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
116
116
  propsDefinition: Omit<Readonly<{} & {
117
- modelValue?: Required<IUserReaction>[];
118
- "v-model"?: Required<IUserReaction>[];
119
- "onUpdate:modelValue"?: (value: Required<IUserReaction>[]) => any | void;
120
117
  "v-slots"?: {
121
118
  default?: import("../DefineVueTypings").Slot;
122
119
  } & {
123
120
  activator: () => JSX.Element;
124
121
  };
122
+ "v-model"?: Required<IUserReaction>[];
123
+ modelValue?: Required<IUserReaction>[];
125
124
  variant?: ReactionVariants;
126
125
  stacked?: boolean;
126
+ "onUpdate:modelValue"?: (value: Required<IUserReaction>[]) => any | void;
127
127
  }>, "onUpdate:modelValue" | "onReaction:added" | "onReaction:removed" | "onReaction:selected"> & {
128
128
  "onUpdate:modelValue"?: (value: Required<IUserReaction>[]) => any;
129
129
  "onReaction:added"?: (value: Required<IUserReaction>) => any;
@@ -1,5 +1,5 @@
1
1
  import { ICommentLikeService } from "../../../stores";
2
- import { type Comment, type CommentLikeTemplateSettings, ResolvedUserIdentity, ThemeDefinition, guid } from "../../../models";
2
+ import { type Comment, type CommentLikeTemplateSettings, ResolvedUserIdentity, LegacyThemeDefinition, guid } from "../../../models";
3
3
  export interface CommentLikeTemplateDynamicInput {
4
4
  service: ICommentLikeService;
5
5
  likeListingTemplate?: string;
@@ -15,7 +15,7 @@ declare const _default: {
15
15
  required: false;
16
16
  };
17
17
  cardStyle: {
18
- type: import("vue").PropType<ThemeDefinition>;
18
+ type: import("vue").PropType<LegacyThemeDefinition>;
19
19
  };
20
20
  additionalRoles: {
21
21
  type: import("vue").PropType<guid[]>;
@@ -66,7 +66,7 @@ declare const _default: {
66
66
  required: false;
67
67
  };
68
68
  cardStyle: {
69
- type: import("vue").PropType<ThemeDefinition>;
69
+ type: import("vue").PropType<LegacyThemeDefinition>;
70
70
  };
71
71
  additionalRoles: {
72
72
  type: import("vue").PropType<guid[]>;
@@ -107,7 +107,7 @@ declare const _default: {
107
107
  required: false;
108
108
  };
109
109
  cardStyle: {
110
- type: import("vue").PropType<ThemeDefinition>;
110
+ type: import("vue").PropType<LegacyThemeDefinition>;
111
111
  };
112
112
  additionalRoles: {
113
113
  type: import("vue").PropType<guid[]>;
@@ -151,7 +151,7 @@ declare const _default: {
151
151
  canShowEditDialogOnLoad?: boolean;
152
152
  canLike?: boolean;
153
153
  additionalRoles?: guid[];
154
- cardStyle?: ThemeDefinition;
154
+ cardStyle?: LegacyThemeDefinition;
155
155
  hideEdit?: boolean;
156
156
  readOnly?: boolean;
157
157
  }>, "onDoc$" | "onOpenReply" | "onCancelReply" | "onRefresh"> & {
@@ -1,4 +1,4 @@
1
- import { ThemeDefinition, guid } from "../../models";
1
+ import { LegacyThemeDefinition, guid } from "../../models";
2
2
  import { Theming } from "./Theming";
3
3
  import { ThemeStore } from "./ThemeStore";
4
4
  import { App, ComponentPublicInstance } from "vue";
@@ -6,7 +6,7 @@ export type VueThemingInstance = {
6
6
  $theming?: Theming;
7
7
  themeTargetId?: guid;
8
8
  themeDefinitionId?: guid;
9
- themeDefinition?: ThemeDefinition;
9
+ themeDefinition?: LegacyThemeDefinition;
10
10
  inheritanceTheme?: {
11
11
  id: string;
12
12
  };
@@ -1,4 +1,4 @@
1
- import { Color, ThemeColorDefinition, ThemeStyling, ThemeDefinition, BorderDefinition } from "../../models";
1
+ import { Color, LegacyThemeColorDefinition, ThemeStyling, LegacyThemeDefinition, LegacyBorderDefinition } from "../../models";
2
2
  import { OmniaTheming } from "../OmniaTheming";
3
3
  import { guid, ThemeType } from "../../models";
4
4
  export declare class ThemeManager {
@@ -12,7 +12,7 @@ export declare class ThemeManager {
12
12
  static ParseColor(color: string): Color;
13
13
  static ExtractReplacementColors(color: string): string;
14
14
  static InjectReplacementColors(color: string): string;
15
- static EnsureDefaultBorder(themeDefinition: ThemeDefinition): void;
15
+ static EnsureDefaultBorder(themeDefinition: LegacyThemeDefinition): void;
16
16
  /**
17
17
  * We had model mismatch of BorderDefinition between client-side and server-side.
18
18
  *
@@ -21,8 +21,8 @@ export declare class ThemeManager {
21
21
  *
22
22
  * So this soft migration is all about that
23
23
  */
24
- static MigrateBorder(borderDefinition: BorderDefinition): void;
25
- static CreateThemeStylingFromDefinition(themeDefinition: ThemeColorDefinition): ThemeStyling;
26
- static CreateDefaultBorderDefinition(): BorderDefinition;
27
- static CreateThemeDefinition(primaryColor: string, secondaryColor: string, name: string, themeType: ThemeType, id?: guid, readOnly?: boolean): ThemeDefinition;
24
+ static MigrateBorder(borderDefinition: LegacyBorderDefinition): void;
25
+ static CreateThemeStylingFromDefinition(themeDefinition: LegacyThemeColorDefinition): ThemeStyling;
26
+ static CreateDefaultBorderDefinition(): LegacyBorderDefinition;
27
+ static CreateThemeDefinition(primaryColor: string, secondaryColor: string, name: string, themeType: ThemeType, id?: guid, readOnly?: boolean): LegacyThemeDefinition;
28
28
  }
@@ -1,13 +1,13 @@
1
1
  import { OmniaContext } from "../..";
2
2
  import { Store } from "../../stores";
3
- import { ThemeDefinitionSettings, ThemeDefinition, ThemeTargetRegistration, ThemeTargetMapping } from "../../models";
3
+ import { ThemeDefinitionSettings, LegacyThemeDefinition, ThemeTargetRegistration, ThemeTargetMapping } from "../../models";
4
4
  import { IMessageBusSubscriptionHandler, guid } from "../../models";
5
5
  import { OmniaTheming } from "../OmniaTheming";
6
6
  import { SettingsService } from "../../services";
7
7
  import { Theming } from "./Theming";
8
8
  declare class InternalThemeStore extends Store {
9
9
  showThemeDefinitionEditor: import("../../stores").StoreState<boolean>;
10
- themeDefinitions: import("../../stores").StoreState<ThemeDefinition[]>;
10
+ themeDefinitions: import("../../stores").StoreState<LegacyThemeDefinition[]>;
11
11
  themeTargetRegistrations: import("../../stores").StoreState<ThemeTargetRegistration[]>;
12
12
  themeTargetMappings: import("../../stores").StoreState<ThemeTargetMapping[]>;
13
13
  themingInstances: import("../../stores").StoreState<Theming[]>;
@@ -37,8 +37,8 @@ export declare class ThemeStore extends Store {
37
37
  getThemingByTargetIdWithFallback: (themeTargetId: guid) => Theming;
38
38
  getAllThemeTargetMappings: () => ThemeTargetMapping[];
39
39
  getThemeTargetMappingById: (id: guid) => ThemeTargetMapping;
40
- getAllThemeDefinitions: () => ThemeDefinition[];
41
- getThemeDefinitionById: (id: guid) => ThemeDefinition;
40
+ getAllThemeDefinitions: () => LegacyThemeDefinition[];
41
+ getThemeDefinitionById: (id: guid) => LegacyThemeDefinition;
42
42
  getThemeTargetRegistrationsById: (id: guid) => ThemeTargetRegistration;
43
43
  getAllThemeTargetRegistrations: () => ThemeTargetRegistration[];
44
44
  };
@@ -48,13 +48,13 @@ export declare class ThemeStore extends Store {
48
48
  createThemeTargetMappingForRegistration: import("../../stores").StoreMutation<(themeTargetRegistration: ThemeTargetRegistration) => void, (themeTargetRegistration: ThemeTargetRegistration) => IMessageBusSubscriptionHandler>;
49
49
  addThemeTargetRegistration: import("../../stores").StoreMutation<(themeTargetRegistration: ThemeTargetRegistration) => void, (themeTargetRegistration: ThemeTargetRegistration) => IMessageBusSubscriptionHandler>;
50
50
  removeAllCustomThemeDefintions: import("../../stores").StoreMutation<() => void, () => IMessageBusSubscriptionHandler>;
51
- addThemeDefinition: import("../../stores").StoreMutation<(theme: ThemeDefinition, forceUpdate?: boolean) => void, (theme: ThemeDefinition, forceUpdate?: boolean) => IMessageBusSubscriptionHandler>;
51
+ addThemeDefinition: import("../../stores").StoreMutation<(theme: LegacyThemeDefinition, forceUpdate?: boolean) => void, (theme: LegacyThemeDefinition, forceUpdate?: boolean) => IMessageBusSubscriptionHandler>;
52
52
  };
53
53
  actions: {
54
54
  updateThemeTargetMapping: import("../../stores").StoreAction<unknown, (themeTargetMapping: ThemeTargetMapping) => void, (result: void, themeTargetMapping: ThemeTargetMapping) => void, (failureReason: any, themeTargetMapping: ThemeTargetMapping) => void, (themeTargetMapping: ThemeTargetMapping) => Promise<void>>;
55
55
  ensureThemeDefinitions: import("../../stores").StoreAction<unknown, () => void, (result: void) => void, (failureReason: any) => void, () => Promise<void>>;
56
- saveThemeDefintion: import("../../stores").StoreAction<unknown, (themeDefinition: ThemeDefinition) => void, (result: void, themeDefinition: ThemeDefinition) => void, (failureReason: any, themeDefinition: ThemeDefinition) => void, (themeDefinition: ThemeDefinition) => Promise<void>>;
57
- deleteThemeDefintion: import("../../stores").StoreAction<unknown, (themeDefinition: ThemeDefinition) => void, (result: void, themeDefinition: ThemeDefinition) => void, (failureReason: any, themeDefinition: ThemeDefinition) => void, (themeDefinition: ThemeDefinition) => Promise<void>>;
56
+ saveThemeDefintion: import("../../stores").StoreAction<unknown, (themeDefinition: LegacyThemeDefinition) => void, (result: void, themeDefinition: LegacyThemeDefinition) => void, (failureReason: any, themeDefinition: LegacyThemeDefinition) => void, (themeDefinition: LegacyThemeDefinition) => Promise<void>>;
57
+ deleteThemeDefintion: import("../../stores").StoreAction<unknown, (themeDefinition: LegacyThemeDefinition) => void, (result: void, themeDefinition: LegacyThemeDefinition) => void, (failureReason: any, themeDefinition: LegacyThemeDefinition) => void, (themeDefinition: LegacyThemeDefinition) => Promise<void>>;
58
58
  };
59
59
  private updateBusinessProfileThemeMapping;
60
60
  }
@@ -1,5 +1,5 @@
1
1
  import { guid } from "../../models";
2
- import { ThemeTargetMapping, ThemeStyling, ThemeDefinition, ThemeColors } from "../../models";
2
+ import { ThemeTargetMapping, ThemeStyling, LegacyThemeDefinition, ThemeColors } from "../../models";
3
3
  export interface ITheming {
4
4
  colors: ThemeColors;
5
5
  body: ThemeStyling;
@@ -27,7 +27,7 @@ export declare class Theming implements ITheming {
27
27
  setThemeTargetMapping(themeTargetMapping: ThemeTargetMapping): void;
28
28
  private get themingModel();
29
29
  private breakThemingInheritance;
30
- setThemeDefinition(themingDefinition: ThemeDefinition): void;
30
+ setThemeDefinition(themingDefinition: LegacyThemeDefinition): void;
31
31
  private getThemeDefinition;
32
32
  private getOmniaState;
33
33
  }
@@ -36,6 +36,6 @@ export declare class Theming implements ITheming {
36
36
  */
37
37
  export declare function useTheme(): {
38
38
  theming: ITheming;
39
- setTheming: (themingDefinition: ThemeDefinition) => void;
39
+ setTheming: (themingDefinition: LegacyThemeDefinition) => void;
40
40
  };
41
41
  export {};
@@ -323,8 +323,8 @@ declare const _default: {
323
323
  };
324
324
  label?: string;
325
325
  disabled?: boolean;
326
- modelValue?: TimePeriodSettings;
327
326
  "v-model"?: TimePeriodSettings;
327
+ modelValue?: TimePeriodSettings;
328
328
  "onUpdate:modelValue"?: (value: TimePeriodSettings) => any | void;
329
329
  hideDetails?: boolean;
330
330
  min?: number;
@@ -354,8 +354,8 @@ declare const _default: {
354
354
  };
355
355
  label?: string;
356
356
  disabled?: boolean;
357
- modelValue?: UrlPropertyValue;
358
357
  "v-model"?: UrlPropertyValue;
358
+ modelValue?: UrlPropertyValue;
359
359
  "onUpdate:modelValue"?: (value: UrlPropertyValue) => any | void;
360
360
  requiredWithValidator?: IValidator;
361
361
  defaultUrlResolving?: boolean;
@@ -1,3 +1,7 @@
1
1
  export declare function useColorSchemaSetup(props: object): import("../aurora/store").ColorSchemaStoreType & {
2
+ actions: {
3
+ disableAutoDispose(): void;
4
+ };
5
+ } & {
2
6
  dispose?: () => void;
3
7
  };
@@ -2,7 +2,7 @@ import { ConstructComponentProps } from "../InternalDefineComponent";
2
2
  import { type DraggableComponentProps } from "../draggable/DraggableComponent";
3
3
  type DraggableComponentTypings = (props: ConstructComponentProps<Omit<DraggableComponentProps, "containerRef" | "countItems">>) => any;
4
4
  export declare const DraggableStyles: {
5
- hoverStyle: import("../Styles.stylex").StylexType;
5
+ hoverStyle: import("../Styles.stylex").StylexValue;
6
6
  };
7
7
  export declare function useDraggable(): {
8
8
  Draggable: DraggableComponentTypings;
@@ -21,7 +21,7 @@ export declare function useDraggable(): {
21
21
  } & {
22
22
  toned?: boolean;
23
23
  } & {
24
- colorType?: "base" | "onBase" | "container" | "onContainer";
24
+ colorType?: "container" | "base" | "onBase" | "onContainer";
25
25
  } & {
26
26
  variant?: "background" | "default";
27
27
  } & {
@@ -317,8 +317,8 @@ declare const _default: {
317
317
  styles?: {
318
318
  container?: import("@omnia/fx-models").NestedCSSPropertiesExtends;
319
319
  };
320
- modelValue?: UserIdentity;
321
320
  "v-model"?: UserIdentity;
321
+ modelValue?: UserIdentity;
322
322
  "onUpdate:modelValue"?: (value: UserIdentity) => any | void;
323
323
  offsetX?: number;
324
324
  offsetY?: number;
@@ -1,3 +1,3 @@
1
1
  import { VelcronDefinition, VelcronRenderContext } from "@omnia/fx-models";
2
- import { NestedCSSProperties } from "typestyle/lib/types";
3
- export declare function velcronStylesProvider(result: NestedCSSProperties, definition: VelcronDefinition, renderCtx: VelcronRenderContext): string;
2
+ import { type CSSProperties } from "../Styles.stylex";
3
+ export declare function velcronStyleProvider(result: CSSProperties, definition: VelcronDefinition, renderCtx: VelcronRenderContext): import("../Styles.stylex").StylexValue;
@@ -454,19 +454,19 @@ declare const _default: {
454
454
  }>;
455
455
  };
456
456
  icon?: IIcon;
457
- title?: string;
458
457
  container?: boolean;
459
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
458
+ title?: string;
460
459
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
461
- modelValue?: boolean;
462
- "v-model"?: boolean;
463
- "onUpdate:modelValue"?: (value: boolean) => any | void;
460
+ colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
464
461
  "v-slots"?: {
465
462
  default?: import("../../../DefineVueTypings").Slot;
466
463
  } & {
467
464
  activator?: () => VNodeChild;
468
465
  };
466
+ "v-model"?: boolean;
467
+ modelValue?: boolean;
469
468
  variant?: Variant;
469
+ "onUpdate:modelValue"?: (value: boolean) => any | void;
470
470
  allowEdit?: boolean;
471
471
  categoryFilters?: guid[];
472
472
  renderTypeFilters?: guid[];
@@ -370,10 +370,10 @@ declare const _default: {
370
370
  }>;
371
371
  };
372
372
  container?: boolean;
373
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
374
373
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
375
- modelValue?: VelcronDefinitionRegistration<object>;
374
+ colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
376
375
  "v-model"?: VelcronDefinitionRegistration<object>;
376
+ modelValue?: VelcronDefinitionRegistration<object>;
377
377
  "onUpdate:modelValue"?: (value: VelcronDefinitionRegistration<object>) => any | void;
378
378
  allowEdit?: boolean;
379
379
  previewState?: VelcronState;
@@ -332,8 +332,8 @@ declare const _default: {
332
332
  };
333
333
  }>;
334
334
  };
335
- modelValue?: VelcronAppDefinition<object>;
336
335
  "v-model"?: VelcronAppDefinition<object>;
336
+ modelValue?: VelcronAppDefinition<object>;
337
337
  "onUpdate:modelValue"?: (value: VelcronAppDefinition<object>) => any | void;
338
338
  location?: EditorLocation;
339
339
  previewColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
@@ -5,6 +5,7 @@ import { DynamicState, VelcronDefinition, VelcronEffects, useVelcronThemingStore
5
5
  import { guid, PropertyConfiguration, PropertyValue, PropertyDefinition, PropertySetupBase } from "@omnia/fx/models";
6
6
  import { useVelcronColorSchemaStore } from "../stores/VelcronColorSchema";
7
7
  import { Properties } from "csstype";
8
+ import type { AnimationOptionsWithOverrides, InViewOptions, VariantDefinition, Variants } from "motion";
8
9
  export interface ResolvedComponentRenderer {
9
10
  component: unknown;
10
11
  definition: VelcronDefinition;
@@ -37,6 +38,7 @@ export interface BuiltInComponentRenderers {
37
38
  "slide-panel": unknown;
38
39
  "editor": unknown;
39
40
  "link": unknown;
41
+ "motion": unknown;
40
42
  }
41
43
  export interface ColorSchemaReference {
42
44
  name: string;
@@ -327,23 +329,17 @@ export interface VelcronFlowDefinition extends VelcronDefinition, VelcronColorSt
327
329
  placeholder?: VelcronBindableProp<string>;
328
330
  events?: VelcronOnUpdatedEvent;
329
331
  }
330
- export interface VelcronRiveDefinition extends VelcronDefinition {
331
- type: "rive";
332
- url: VelcronBindableProp;
333
- loop?: VelcronBindableProp<boolean>;
334
- autoplay?: VelcronBindableProp<boolean>;
335
- count?: VelcronBindableProp<number>;
336
- direction?: VelcronBindableProp<"normal" | "reverse">;
337
- hover?: VelcronBindableProp<boolean>;
338
- }
339
- export interface VelcronLottieDefinition extends VelcronDefinition {
340
- type: "lottie";
341
- url: VelcronBindableProp;
342
- loop?: VelcronBindableProp<boolean>;
343
- autoplay?: VelcronBindableProp<boolean>;
344
- count?: VelcronBindableProp<number>;
345
- direction?: VelcronBindableProp<"normal" | "reverse">;
346
- hover?: VelcronBindableProp<boolean>;
332
+ export interface VelcronMotionDefinition extends VelcronDefinition {
333
+ initial?: false | VariantDefinition;
334
+ animate?: VariantDefinition;
335
+ inView?: VariantDefinition;
336
+ hover?: VariantDefinition;
337
+ press?: VariantDefinition;
338
+ variants?: Variants;
339
+ transition?: AnimationOptionsWithOverrides;
340
+ inViewOptions?: InViewOptions & {
341
+ once?: boolean;
342
+ };
347
343
  }
348
344
  export interface VelcronSlidePanelSlidesOptions {
349
345
  foreach: string;
@@ -9,5 +9,5 @@ export declare class VelcronDataBinder {
9
9
  static tryUpdateBoundValue(renderContext: VelcronRenderContext, bindPath: string, value: unknown): void;
10
10
  static bindMany<T>(renderContext: VelcronRenderContext, definition: {
11
11
  [P in keyof T]?: VelcronBindableProp<T[P]>;
12
- }, propertiesToBind: Array<keyof T>, state: Partial<T>): void;
12
+ }, propertiesToBind: Array<keyof T>, objectToBindTo: Partial<T>): T;
13
13
  }
@@ -1,8 +1,9 @@
1
1
  import { VelcronBorder, VelcronColorStyling, VelcronDefinitionHasEffects, VelcronDefinitionHasOverflow, VelcronDimensions, VelcronEffects, VelcronRenderContext } from "../models";
2
2
  import { VelcronUnitProvider } from "../models/VelcronUnitProvider";
3
3
  import { SpacingBlueprint, VelcronBindableProp, VelcronDefinition } from "..";
4
+ import { CSSProperties, StylexValue } from "internal/fx/ux/Styles.stylex";
4
5
  export declare class VelcronStyles {
5
- static styleProvider: (baseStyles: object, definition: VelcronDefinition, renderCtx: VelcronRenderContext) => any;
6
+ static styleProvider: (baseStyles: CSSProperties, definition: VelcronDefinition, renderCtx: VelcronRenderContext) => StylexValue;
6
7
  static effectsProvider: (effects: VelcronEffects, renderCtx: VelcronRenderContext) => VelcronEffects;
7
8
  static unitProvider: VelcronUnitProvider;
8
9
  spacingScaling: {
@@ -19,13 +20,13 @@ export declare class VelcronStyles {
19
20
  scaling: (value: import("..").SpacingValue) => boolean;
20
21
  };
21
22
  };
22
- static registerStyleProvider(fn: (styleBase: object, definition: VelcronDefinition, renderCtx: VelcronRenderContext) => object | string, unitProvider: VelcronUnitProvider): void;
23
+ static registerStyleProvider(fn: (styleBase: CSSProperties, definition: VelcronDefinition, renderCtx: VelcronRenderContext) => StylexValue, unitProvider: VelcronUnitProvider): void;
23
24
  static registerEffectsProvider(fn: (effects: VelcronEffects, renderCtx: VelcronRenderContext) => VelcronEffects): void;
24
25
  static applyEffects(definition: VelcronDefinitionHasEffects, renderCtx: VelcronRenderContext, applyTo: (effects: VelcronEffects) => any): any;
25
- static insertBackgroundColor(styleBase: any, color: VelcronColorStyling, renderCtx: VelcronRenderContext): void;
26
- static insertBorderRadiusStyles(styleBase: any, settings: VelcronDimensions, renderCtx: VelcronRenderContext): void;
27
- static insertBorderStyles(styleBase: any, borderSettings: VelcronBorder, renderCtx: VelcronRenderContext): void;
28
- static create(definition: VelcronDefinition, renderCtx: VelcronRenderContext): object | string;
26
+ static insertBackgroundColor(styleBase: CSSProperties, color: VelcronColorStyling, renderCtx: VelcronRenderContext): void;
27
+ static insertBorderRadiusStyles(styleBase: CSSProperties, settings: VelcronDimensions, renderCtx: VelcronRenderContext): void;
28
+ static insertBorderStyles(styleBase: CSSProperties, borderSettings: VelcronBorder, renderCtx: VelcronRenderContext): void;
29
+ static create(definition: VelcronDefinition, renderCtx: VelcronRenderContext): StylexValue;
29
30
  static applySpacingDimension(value: string | number, spacing: SpacingBlueprint): string | number;
30
31
  static applyOverflow(definition: VelcronDefinitionHasOverflow, renderCtx: VelcronRenderContext, styleBase: any): void;
31
32
  static applySpacingStyles<T>(spacing: VelcronBindableProp<T>, renderCtx: VelcronRenderContext, styleBase: any, spacingDef: SpacingBlueprint, styleType: string, objectIsDatabound?: (obj: T) => void, additionalPropsToDataBind?: object): void;
@@ -1,7 +1,7 @@
1
1
  import { guid, TreeViewItem, VelcronAppDefinition, VelcronDefinition, VelcronDefinitionRegistrationWithoutApp } from "@omnia/fx-models";
2
2
  import { AppTreeItem, AppValidationState, EditorAppTreeItem, StatePropertyAppTreeItem, editorModes } from "../models/Shared";
3
3
  import { CodeEditorState, VelcronComponentDescriptor, codeEditorTabs, AddVelcronComponentMode } from "../models";
4
- import { ThemeDefinitionV2, VelcronRenderContext, VelcronEditor } from "../../core";
4
+ import { ResolvedThemeDefinition, VelcronRenderContext, VelcronEditor } from "../../core";
5
5
  type canvasMode = "split-spacing" | "design";
6
6
  export declare const useVelcronEditorStore: () => {
7
7
  get: {
@@ -32,7 +32,7 @@ export declare const useVelcronEditorStore: () => {
32
32
  definition(asJson?: boolean): VelcronAppDefinition | string;
33
33
  };
34
34
  state: {
35
- previewTheme: ThemeDefinitionV2;
35
+ previewTheme: ResolvedThemeDefinition;
36
36
  previewRenderContext: VelcronRenderContext;
37
37
  canvasMode: canvasMode;
38
38
  appData: {};
@@ -347,7 +347,7 @@ export declare const useVelcronEditorStore: () => {
347
347
  updateHistory(): void;
348
348
  };
349
349
  events: {
350
- onMutatedPreviewTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<ThemeDefinitionV2>;
350
+ onMutatedPreviewTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<ResolvedThemeDefinition>;
351
351
  onMutatedPreviewRenderContext: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronRenderContext>;
352
352
  onMutatedCanvasMode: import("@omnia/fx").MessageBusExposeOnlySubscription<canvasMode>;
353
353
  onMutatedAppData: import("@omnia/fx").MessageBusExposeOnlySubscription<{}>;
@@ -1,5 +1,5 @@
1
- import { VelcronAppDefinition, VelcronRenderContext } from "@omnia/fx-models";
2
- import { ThemeDefinitionV2, VelcronRenderContextEventHandlers, ColorSchemaTypes, ColorSchemaType, DynamicState } from "../core";
1
+ import { ColorSchemaType, ColorSchemaTypes, ResolvedThemeDefinition, VelcronAppDefinition, VelcronRenderContext } from "@omnia/fx-models";
2
+ import { VelcronRenderContextEventHandlers, DynamicState } from "../core";
3
3
  declare const _default: {
4
4
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
5
5
  colorSchemaType: {
@@ -21,7 +21,7 @@ declare const _default: {
21
21
  type: import("vue").PropType<boolean>;
22
22
  };
23
23
  themeDefinition: {
24
- type: import("vue").PropType<ThemeDefinitionV2>;
24
+ type: import("vue").PropType<ResolvedThemeDefinition>;
25
25
  };
26
26
  eventHandlers: {
27
27
  type: import("vue").PropType<VelcronRenderContextEventHandlers>;
@@ -68,7 +68,7 @@ declare const _default: {
68
68
  type: import("vue").PropType<boolean>;
69
69
  };
70
70
  themeDefinition: {
71
- type: import("vue").PropType<ThemeDefinitionV2>;
71
+ type: import("vue").PropType<ResolvedThemeDefinition>;
72
72
  };
73
73
  eventHandlers: {
74
74
  type: import("vue").PropType<VelcronRenderContextEventHandlers>;
@@ -109,7 +109,7 @@ declare const _default: {
109
109
  type: import("vue").PropType<boolean>;
110
110
  };
111
111
  themeDefinition: {
112
- type: import("vue").PropType<ThemeDefinitionV2>;
112
+ type: import("vue").PropType<ResolvedThemeDefinition>;
113
113
  };
114
114
  eventHandlers: {
115
115
  type: import("vue").PropType<VelcronRenderContextEventHandlers>;
@@ -135,9 +135,9 @@ declare const _default: {
135
135
  } & {
136
136
  container?: boolean;
137
137
  active?: boolean;
138
- colorSchemaType?: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
139
138
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
140
- themeDefinition?: ThemeDefinitionV2;
139
+ colorSchemaType?: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
140
+ themeDefinition?: ResolvedThemeDefinition;
141
141
  context?: VelcronRenderContext;
142
142
  editMode?: boolean;
143
143
  eventHandlers?: VelcronRenderContextEventHandlers;
@@ -2,6 +2,6 @@
2
2
  * Styles for the VelcronRenderer component
3
3
  */
4
4
  declare const _default: {
5
- container: import("@omnia/fx/ux").StylexType;
5
+ container: import("@omnia/fx/ux").StylexValue;
6
6
  };
7
7
  export default _default;
@@ -0,0 +1,29 @@
1
+ import { VelcronRenderContext, VelcronMotionDefinition } from "../../core";
2
+ declare const _default: {
3
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4
+ definition: import("vue").Prop<VelcronMotionDefinition, VelcronMotionDefinition>;
5
+ renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
6
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
7
+ P: {};
8
+ B: {};
9
+ D: {};
10
+ C: {};
11
+ M: {};
12
+ Defaults: {};
13
+ }, Readonly<import("vue").ExtractPropTypes<{
14
+ definition: import("vue").Prop<VelcronMotionDefinition, VelcronMotionDefinition>;
15
+ renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
16
+ }>>, {}, {}, {}, {}, {}>;
17
+ __isFragment?: never;
18
+ __isTeleport?: never;
19
+ __isSuspense?: never;
20
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
21
+ definition: import("vue").Prop<VelcronMotionDefinition, VelcronMotionDefinition>;
22
+ renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
23
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
24
+ propsDefinition: Omit<Readonly<{} & {
25
+ definition?: VelcronMotionDefinition;
26
+ renderContext?: VelcronRenderContext;
27
+ }>, never>;
28
+ };
29
+ export default _default;