@omnia/fx 8.0.257-dev → 8.0.259-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 (269) hide show
  1. package/internal-do-not-import-from-here/index.d.ts +11 -11
  2. package/internal-do-not-import-from-here/manifests/omnia.vendor.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/services/EnterpriseGlossaryService.d.ts +2 -2
  4. package/internal-do-not-import-from-here/stores/EnterprisePropertySetStore.d.ts +1 -1
  5. package/internal-do-not-import-from-here/stores/EnterprisePropertyStore.d.ts +1 -1
  6. package/internal-do-not-import-from-here/stores/TokenStore.d.ts +1 -1
  7. package/internal-do-not-import-from-here/stores/VersionedLayoutStore.d.ts +2 -2
  8. package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerGalleryStore.d.ts +1 -1
  9. package/internal-do-not-import-from-here/stores/mediapicker/ProviderStore.d.ts +4 -4
  10. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +3 -3
  11. package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +27 -27
  12. package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +3 -2
  13. package/internal-do-not-import-from-here/ux/admin/systemlayout/store/SystemLayoutStore.d.ts +4 -4
  14. package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupDetailBlade.d.ts +10 -2
  15. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/SelfServiceStore.d.ts +3 -3
  16. package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +5 -5
  17. package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +41 -41
  18. package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +25 -25
  19. package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/AppTitleInput.d.ts +25 -25
  20. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +5 -5
  21. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
  22. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +5 -5
  23. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +2 -2
  24. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/IconsEditorStore.d.ts +1 -1
  25. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +1 -1
  26. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/components/FontPicker.d.ts +30 -30
  27. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +3 -3
  28. package/internal-do-not-import-from-here/ux/aurora/admin/blades/colorschemas/store/ColorSchemaEditorStore.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/store/TemplateEditorStore.d.ts +3 -3
  30. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/store/ThemeEditorStore.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +4 -4
  32. package/internal-do-not-import-from-here/ux/aurora/components/blueprinttemplatespicker/BlueprintsTemplatePicker.d.ts +25 -25
  33. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +9 -9
  34. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeEditor.d.ts +30 -30
  35. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +25 -25
  36. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeViewer.d.ts +4 -4
  37. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +35 -35
  38. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +25 -25
  39. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaEditor.d.ts +30 -30
  40. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +35 -35
  41. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +29 -29
  42. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +30 -30
  43. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +9 -9
  44. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingEditor.d.ts +25 -25
  45. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingPicker3.d.ts +29 -29
  46. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingViewer.d.ts +25 -25
  47. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
  48. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +34 -34
  49. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +30 -30
  50. package/internal-do-not-import-from-here/ux/aurora/designkits/default/definitions/actions/Todo.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/aurora/designkits/default/definitions/cards/BannerImageTop.d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/aurora/designkits/default/definitions/cards/RollupAvatar.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/aurora/designkits/default/definitions/cards/RollupImageLarge.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/aurora/designkits/default/definitions/cards/RollupImageSmall.d.ts +3 -3
  55. package/internal-do-not-import-from-here/ux/aurora/designkits/default/definitions/cards/RollupImageTop.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/aurora/designkits/default/definitions/cards/RollupImageTopAvatar.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/aurora/designkits/default/definitions/headers/BlockTextIcon.d.ts +2 -2
  58. package/internal-do-not-import-from-here/ux/aurora/designkits/default/definitions/headers/Pageheader.d.ts +1 -1
  59. package/internal-do-not-import-from-here/ux/aurora/designkits/pages/definitions/property/PropertiesWithColumLayout.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/aurora/designkits/pages/definitions/property/PropertiesWithRowLayout.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +1242 -1092
  62. package/internal-do-not-import-from-here/ux/aurora/store/TemplateRegistrationStore.d.ts +3 -3
  63. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +132 -132
  64. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStoreV2.d.ts +5 -5
  65. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +1242 -1092
  66. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +1 -1
  67. package/internal-do-not-import-from-here/ux/commandpalette/stores/CommandStore.d.ts +1 -1
  68. package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +5 -5
  69. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +25 -25
  70. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +5 -5
  71. package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +11 -11
  72. package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +5 -5
  73. package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +2 -2
  74. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +5 -5
  75. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +30 -30
  76. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +30 -30
  77. package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +2 -2
  78. package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +5 -5
  79. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DateTimePeriodSlider.d.ts +25 -25
  80. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +10 -10
  81. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +34 -34
  82. package/internal-do-not-import-from-here/ux/hub/feed/components/ActorItem.d.ts +5 -5
  83. package/internal-do-not-import-from-here/ux/hub/feed/components/Header.d.ts +5 -5
  84. package/internal-do-not-import-from-here/ux/hub/feed/components/MenuItem.d.ts +5 -5
  85. package/internal-do-not-import-from-here/ux/hub/feed/definitions/CommunityUpdate.d.ts +1 -1
  86. package/internal-do-not-import-from-here/ux/hub/feed/definitions/DocumentReview.d.ts +1 -1
  87. package/internal-do-not-import-from-here/ux/hub/feed/definitions/NewsArticleTemplate.d.ts +1 -1
  88. package/internal-do-not-import-from-here/ux/hub/feed/definitions/QuickPoll.d.ts +1 -1
  89. package/internal-do-not-import-from-here/ux/hub/feed/definitions/Reach.d.ts +1 -1
  90. package/internal-do-not-import-from-here/ux/hub/feed/definitions/Story.d.ts +1 -1
  91. package/internal-do-not-import-from-here/ux/hub/feed/definitions/UpdatedProcess.d.ts +1 -1
  92. package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +9 -9
  93. package/internal-do-not-import-from-here/ux/icon/Icon.css.d.ts +1 -1
  94. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +5 -5
  95. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +10 -10
  96. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +5 -5
  97. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +30 -30
  98. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +5 -5
  99. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +5 -5
  100. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +29 -29
  101. package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +3 -3
  102. package/internal-do-not-import-from-here/ux/journey/stores/JourneyMenuStore.d.ts +1 -1
  103. package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +15 -20
  104. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +32 -32
  105. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +4 -4
  106. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +4 -4
  107. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +5 -5
  108. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +4 -4
  109. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +4 -4
  110. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts +47 -32
  111. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling.d.ts +47 -32
  112. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +47 -32
  113. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/lock/Lock.d.ts +47 -32
  114. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +47 -32
  115. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +47 -32
  116. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +47 -32
  117. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +47 -32
  118. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +47 -32
  119. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +4 -4
  120. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +4 -4
  121. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +1 -1
  122. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +4 -4
  123. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.stylex.d.ts +7 -0
  124. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +4 -4
  125. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.stylex.d.ts +19 -0
  126. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +4 -4
  127. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +4 -4
  128. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +4 -4
  129. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/SettingsMenuStore.d.ts +1 -1
  130. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +29 -29
  131. package/internal-do-not-import-from-here/ux/markdown2/commands/EditorCommands.d.ts +6 -6
  132. package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownStore.d.ts +2 -2
  133. package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownToolbarStore.d.ts +10 -10
  134. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +5 -5
  135. package/internal-do-not-import-from-here/ux/mediagallery/view/store/PhotoWallStore.d.ts +2 -2
  136. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +35 -35
  137. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.d.ts +5 -5
  138. package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +1 -1
  139. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +57 -57
  140. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +5 -5
  141. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +9 -9
  142. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +4 -4
  143. package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +25 -25
  144. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +4 -4
  145. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +14 -14
  146. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +9 -9
  147. package/internal-do-not-import-from-here/ux/oxide/chart/Chart.d.ts +4 -4
  148. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +16 -16
  149. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +9 -9
  150. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +14 -14
  151. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +4 -4
  152. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +4 -4
  153. package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +10 -10
  154. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +14 -14
  155. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +9 -9
  156. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +9 -9
  157. package/internal-do-not-import-from-here/ux/oxide/flex/Flex.d.ts +4 -4
  158. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +4 -4
  159. package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +4 -4
  160. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +4 -4
  161. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +9 -9
  162. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +5 -5
  163. package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.d.ts +1 -1
  164. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +4 -4
  165. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +4 -4
  166. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +4 -4
  167. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +14 -14
  168. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +9 -9
  169. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +9 -9
  170. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +9 -9
  171. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +5 -5
  172. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +9 -9
  173. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +11 -11
  174. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +9 -9
  175. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +14 -14
  176. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +4 -4
  177. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +4 -4
  178. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +4 -4
  179. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +11 -11
  180. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +9 -9
  181. package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.d.ts +4 -4
  182. package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitpaneItem.d.ts +4 -4
  183. package/internal-do-not-import-from-here/ux/oxide/stickycontainer/StickyContainer.d.ts +5 -5
  184. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +11 -11
  185. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +14 -14
  186. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +9 -9
  187. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +4 -4
  188. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +4 -4
  189. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +14 -14
  190. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +9 -9
  191. package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +9 -9
  192. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +19 -19
  193. package/internal-do-not-import-from-here/ux/permissioninput/UsePermissionInput.d.ts +1 -1
  194. package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +25 -25
  195. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +1 -3
  196. package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileEditor.d.ts +1 -1
  197. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +1 -3
  198. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +1 -3
  199. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +1 -3
  200. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +6 -6
  201. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +1 -3
  202. package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +1 -1
  203. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +1 -1
  204. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +25 -25
  205. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +25 -25
  206. package/internal-do-not-import-from-here/ux/richtexteditor/MentionComponent/MentionComponent.d.ts +5 -5
  207. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +25 -25
  208. package/internal-do-not-import-from-here/ux/richtexteditor/TextCompletionPanel/TextCompletionPanel.d.ts +5 -5
  209. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNodeView.d.ts +5 -5
  210. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +4 -4
  211. package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +9 -9
  212. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +5 -5
  213. package/internal-do-not-import-from-here/ux/social/Reactions.d.ts +10 -10
  214. package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +25 -25
  215. package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +25 -25
  216. package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +25 -25
  217. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/useVelcronStateManager.d.ts +1 -1
  218. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +15 -15
  219. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/content/Image.d.ts +1 -1
  220. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/content/ImageText.d.ts +2 -2
  221. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/content/Quote.d.ts +1 -1
  222. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/content/Text.d.ts +1 -1
  223. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/Image.d.ts +1 -1
  224. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/MicroBlog.d.ts +2 -2
  225. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/MicroBlog2.d.ts +2 -2
  226. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/Praise.d.ts +1 -1
  227. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/SocialText.d.ts +1 -1
  228. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/stores/ContentEditorStore.d.ts +1 -1
  229. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +1 -1
  230. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentEditor.d.ts +75 -75
  231. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/stores/ContentEditorStore.d.ts +1 -1
  232. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +34 -34
  233. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +30 -30
  234. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +25 -25
  235. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +1 -1
  236. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
  237. package/internal-do-not-import-from-here/ux/velcron/definitions/praise/PraiseApp.d.ts +1 -1
  238. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +6 -6
  239. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
  240. package/internal-do-not-import-from-here/ux/velcron/renderer/{VelcronRenderer.css.d.ts → VelcronRenderer.stylex.d.ts} +1 -3
  241. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/AlignmentEditor.d.ts +27 -27
  242. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BackgroundEditor.d.ts +25 -25
  243. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +25 -25
  244. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorEditor.d.ts +25 -25
  245. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +25 -25
  246. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/GridEditor.d.ts +25 -25
  247. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/IconEditor.d.ts +25 -25
  248. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ImageEditor.d.ts +25 -25
  249. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/MarkdownEditor.d.ts +25 -25
  250. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/NumberEditor.d.ts +25 -25
  251. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +27 -27
  252. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SelectEditor.d.ts +25 -25
  253. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SliderEditor.d.ts +25 -25
  254. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +25 -25
  255. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SwitchEditor.d.ts +25 -25
  256. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TextEditor.d.ts +25 -25
  257. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TypographyEditor.d.ts +25 -25
  258. package/internal-do-not-import-from-here/ux/velcron/stores/VelcronDefinitionStore.d.ts +2 -2
  259. package/internal-do-not-import-from-here/ux/velcron/stores/useVelcronStateManager.d.ts +1 -1
  260. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +41 -41
  261. package/internal-do-not-import-from-here/wctypings.d.ts +38 -32
  262. package/package.json +4 -4
  263. package/task.js +1 -2
  264. package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupDeletedDetail.d.ts +0 -15
  265. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.css.d.ts +0 -7
  266. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.css.d.ts +0 -21
  267. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlock.css.d.ts +0 -6
  268. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.css.d.ts +0 -6
  269. /package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/{LayoutRendererCanvas.css.d.ts → LayoutRendererCanvas.stylex.d.ts} +0 -0
@@ -5,7 +5,7 @@ declare const _default: {
5
5
  type: import("vue").PropType<EditorLocation>;
6
6
  };
7
7
  "onUpdate:modelValue": {
8
- type: import("vue").PropType<(value: BackgroundDefinition) => any>;
8
+ type: import("vue").PropType<(value: BackgroundDefinition) => any | void>;
9
9
  };
10
10
  "v-model": {
11
11
  type: import("vue").PropType<BackgroundDefinition>;
@@ -16,7 +16,7 @@ declare const _default: {
16
16
  required: false;
17
17
  };
18
18
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
19
- type: import("vue").PropType<(value: BackgroundDefinition) => any>;
19
+ type: import("vue").PropType<(value: BackgroundDefinition) => any | void>;
20
20
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
21
21
  type: import("vue").PropType<BackgroundDefinition>;
22
22
  required: false;
@@ -26,7 +26,7 @@ declare const _default: {
26
26
  }; } & {
27
27
  require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, BackgroundDefinition, {
28
28
  "onUpdate:modelValue": {
29
- type: import("vue").PropType<(value: BackgroundDefinition) => any>;
29
+ type: import("vue").PropType<(value: BackgroundDefinition) => any | void>;
30
30
  };
31
31
  } & {
32
32
  "v-model": {
@@ -41,7 +41,7 @@ declare const _default: {
41
41
  }>;
42
42
  defaultValue(value?: BackgroundDefinition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, BackgroundDefinition, {
43
43
  "onUpdate:modelValue": {
44
- type: import("vue").PropType<(value: BackgroundDefinition) => any>;
44
+ type: import("vue").PropType<(value: BackgroundDefinition) => any | void>;
45
45
  };
46
46
  } & {
47
47
  "v-model": {
@@ -56,7 +56,7 @@ declare const _default: {
56
56
  }, false>;
57
57
  doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, BackgroundDefinition, {
58
58
  "onUpdate:modelValue": {
59
- type: import("vue").PropType<(value: BackgroundDefinition) => any>;
59
+ type: import("vue").PropType<(value: BackgroundDefinition) => any | void>;
60
60
  };
61
61
  } & {
62
62
  "v-model": {
@@ -79,7 +79,7 @@ declare const _default: {
79
79
  type: import("vue").PropType<EditorLocation>;
80
80
  };
81
81
  "onUpdate:modelValue": {
82
- type: import("vue").PropType<(value: BackgroundDefinition) => any>;
82
+ type: import("vue").PropType<(value: BackgroundDefinition) => any | void>;
83
83
  };
84
84
  "v-model": {
85
85
  type: import("vue").PropType<BackgroundDefinition>;
@@ -90,7 +90,7 @@ declare const _default: {
90
90
  required: false;
91
91
  };
92
92
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
93
- type: import("vue").PropType<(value: BackgroundDefinition) => any>;
93
+ type: import("vue").PropType<(value: BackgroundDefinition) => any | void>;
94
94
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
95
95
  type: import("vue").PropType<BackgroundDefinition>;
96
96
  required: false;
@@ -100,7 +100,7 @@ declare const _default: {
100
100
  }; } & {
101
101
  require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, BackgroundDefinition, {
102
102
  "onUpdate:modelValue": {
103
- type: import("vue").PropType<(value: BackgroundDefinition) => any>;
103
+ type: import("vue").PropType<(value: BackgroundDefinition) => any | void>;
104
104
  };
105
105
  } & {
106
106
  "v-model": {
@@ -115,7 +115,7 @@ declare const _default: {
115
115
  }>;
116
116
  defaultValue(value?: BackgroundDefinition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, BackgroundDefinition, {
117
117
  "onUpdate:modelValue": {
118
- type: import("vue").PropType<(value: BackgroundDefinition) => any>;
118
+ type: import("vue").PropType<(value: BackgroundDefinition) => any | void>;
119
119
  };
120
120
  } & {
121
121
  "v-model": {
@@ -130,7 +130,7 @@ declare const _default: {
130
130
  }, false>;
131
131
  doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, BackgroundDefinition, {
132
132
  "onUpdate:modelValue": {
133
- type: import("vue").PropType<(value: BackgroundDefinition) => any>;
133
+ type: import("vue").PropType<(value: BackgroundDefinition) => any | void>;
134
134
  };
135
135
  } & {
136
136
  "v-model": {
@@ -158,7 +158,7 @@ declare const _default: {
158
158
  type: import("vue").PropType<EditorLocation>;
159
159
  };
160
160
  "onUpdate:modelValue": {
161
- type: import("vue").PropType<(value: BackgroundDefinition) => any>;
161
+ type: import("vue").PropType<(value: BackgroundDefinition) => any | void>;
162
162
  };
163
163
  "v-model": {
164
164
  type: import("vue").PropType<BackgroundDefinition>;
@@ -169,7 +169,7 @@ declare const _default: {
169
169
  required: false;
170
170
  };
171
171
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
172
- type: import("vue").PropType<(value: BackgroundDefinition) => any>;
172
+ type: import("vue").PropType<(value: BackgroundDefinition) => any | void>;
173
173
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
174
174
  type: import("vue").PropType<BackgroundDefinition>;
175
175
  required: false;
@@ -179,7 +179,7 @@ declare const _default: {
179
179
  }; } & {
180
180
  require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, BackgroundDefinition, {
181
181
  "onUpdate:modelValue": {
182
- type: import("vue").PropType<(value: BackgroundDefinition) => any>;
182
+ type: import("vue").PropType<(value: BackgroundDefinition) => any | void>;
183
183
  };
184
184
  } & {
185
185
  "v-model": {
@@ -194,7 +194,7 @@ declare const _default: {
194
194
  }>;
195
195
  defaultValue(value?: BackgroundDefinition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, BackgroundDefinition, {
196
196
  "onUpdate:modelValue": {
197
- type: import("vue").PropType<(value: BackgroundDefinition) => any>;
197
+ type: import("vue").PropType<(value: BackgroundDefinition) => any | void>;
198
198
  };
199
199
  } & {
200
200
  "v-model": {
@@ -209,7 +209,7 @@ declare const _default: {
209
209
  }, false>;
210
210
  doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, BackgroundDefinition, {
211
211
  "onUpdate:modelValue": {
212
- type: import("vue").PropType<(value: BackgroundDefinition) => any>;
212
+ type: import("vue").PropType<(value: BackgroundDefinition) => any | void>;
213
213
  };
214
214
  } & {
215
215
  "v-model": {
@@ -234,7 +234,7 @@ declare const _default: {
234
234
  type: import("vue").PropType<EditorLocation>;
235
235
  };
236
236
  "onUpdate:modelValue": {
237
- type: import("vue").PropType<(value: BackgroundDefinition) => any>;
237
+ type: import("vue").PropType<(value: BackgroundDefinition) => any | void>;
238
238
  };
239
239
  "v-model": {
240
240
  type: import("vue").PropType<BackgroundDefinition>;
@@ -245,7 +245,7 @@ declare const _default: {
245
245
  required: false;
246
246
  };
247
247
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
248
- type: import("vue").PropType<(value: BackgroundDefinition) => any>;
248
+ type: import("vue").PropType<(value: BackgroundDefinition) => any | void>;
249
249
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
250
250
  type: import("vue").PropType<BackgroundDefinition>;
251
251
  required: false;
@@ -255,7 +255,7 @@ declare const _default: {
255
255
  }; } & {
256
256
  require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, BackgroundDefinition, {
257
257
  "onUpdate:modelValue": {
258
- type: import("vue").PropType<(value: BackgroundDefinition) => any>;
258
+ type: import("vue").PropType<(value: BackgroundDefinition) => any | void>;
259
259
  };
260
260
  } & {
261
261
  "v-model": {
@@ -270,7 +270,7 @@ declare const _default: {
270
270
  }>;
271
271
  defaultValue(value?: BackgroundDefinition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, BackgroundDefinition, {
272
272
  "onUpdate:modelValue": {
273
- type: import("vue").PropType<(value: BackgroundDefinition) => any>;
273
+ type: import("vue").PropType<(value: BackgroundDefinition) => any | void>;
274
274
  };
275
275
  } & {
276
276
  "v-model": {
@@ -285,7 +285,7 @@ declare const _default: {
285
285
  }, false>;
286
286
  doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, BackgroundDefinition, {
287
287
  "onUpdate:modelValue": {
288
- type: import("vue").PropType<(value: BackgroundDefinition) => any>;
288
+ type: import("vue").PropType<(value: BackgroundDefinition) => any | void>;
289
289
  };
290
290
  } & {
291
291
  "v-model": {
@@ -307,7 +307,7 @@ declare const _default: {
307
307
  propsDefinition: Omit<Readonly<{} & {
308
308
  name?: {
309
309
  [x: `onUpdate:${string}`]: {
310
- type: import("vue").PropType<(value: BackgroundDefinition) => any>;
310
+ type: import("vue").PropType<(value: BackgroundDefinition) => any | void>;
311
311
  };
312
312
  } & {
313
313
  [x: `v-model:${string}`]: {
@@ -322,7 +322,7 @@ declare const _default: {
322
322
  } & {
323
323
  require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, BackgroundDefinition, {
324
324
  "onUpdate:modelValue": {
325
- type: import("vue").PropType<(value: BackgroundDefinition) => any>;
325
+ type: import("vue").PropType<(value: BackgroundDefinition) => any | void>;
326
326
  };
327
327
  } & {
328
328
  "v-model": {
@@ -337,7 +337,7 @@ declare const _default: {
337
337
  }>;
338
338
  defaultValue(value?: BackgroundDefinition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, BackgroundDefinition, {
339
339
  "onUpdate:modelValue": {
340
- type: import("vue").PropType<(value: BackgroundDefinition) => any>;
340
+ type: import("vue").PropType<(value: BackgroundDefinition) => any | void>;
341
341
  };
342
342
  } & {
343
343
  "v-model": {
@@ -352,7 +352,7 @@ declare const _default: {
352
352
  }, false>;
353
353
  doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, BackgroundDefinition, {
354
354
  "onUpdate:modelValue": {
355
- type: import("vue").PropType<(value: BackgroundDefinition) => any>;
355
+ type: import("vue").PropType<(value: BackgroundDefinition) => any | void>;
356
356
  };
357
357
  } & {
358
358
  "v-model": {
@@ -367,7 +367,7 @@ declare const _default: {
367
367
  }>;
368
368
  };
369
369
  "v-model"?: BackgroundDefinition;
370
- "onUpdate:modelValue"?: (value: BackgroundDefinition) => any;
370
+ "onUpdate:modelValue"?: (value: BackgroundDefinition) => any | void;
371
371
  modelValue?: BackgroundDefinition;
372
372
  location?: EditorLocation;
373
373
  }>, "onUpdate:modelValue"> & {
@@ -11,7 +11,7 @@ declare const _default: {
11
11
  type: import("vue").PropType<EditorLocation>;
12
12
  };
13
13
  "onUpdate:modelValue": {
14
- type: import("vue").PropType<(value: any) => any>;
14
+ type: import("vue").PropType<(value: any) => any | void>;
15
15
  };
16
16
  "v-model": {
17
17
  type: import("vue").PropType<any>;
@@ -22,7 +22,7 @@ declare const _default: {
22
22
  required: false;
23
23
  };
24
24
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
25
- type: import("vue").PropType<(value: any) => any>;
25
+ type: import("vue").PropType<(value: any) => any | void>;
26
26
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
27
27
  type: import("vue").PropType<any>;
28
28
  required: false;
@@ -32,7 +32,7 @@ declare const _default: {
32
32
  }; } & {
33
33
  require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, any, {
34
34
  "onUpdate:modelValue": {
35
- type: import("vue").PropType<(value: any) => any>;
35
+ type: import("vue").PropType<(value: any) => any | void>;
36
36
  };
37
37
  } & {
38
38
  "v-model": {
@@ -47,7 +47,7 @@ declare const _default: {
47
47
  }>;
48
48
  defaultValue(value?: any): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, any, {
49
49
  "onUpdate:modelValue": {
50
- type: import("vue").PropType<(value: any) => any>;
50
+ type: import("vue").PropType<(value: any) => any | void>;
51
51
  };
52
52
  } & {
53
53
  "v-model": {
@@ -62,7 +62,7 @@ declare const _default: {
62
62
  }, false>;
63
63
  doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, any, {
64
64
  "onUpdate:modelValue": {
65
- type: import("vue").PropType<(value: any) => any>;
65
+ type: import("vue").PropType<(value: any) => any | void>;
66
66
  };
67
67
  } & {
68
68
  "v-model": {
@@ -95,7 +95,7 @@ declare const _default: {
95
95
  type: import("vue").PropType<EditorLocation>;
96
96
  };
97
97
  "onUpdate:modelValue": {
98
- type: import("vue").PropType<(value: any) => any>;
98
+ type: import("vue").PropType<(value: any) => any | void>;
99
99
  };
100
100
  "v-model": {
101
101
  type: import("vue").PropType<any>;
@@ -106,7 +106,7 @@ declare const _default: {
106
106
  required: false;
107
107
  };
108
108
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
109
- type: import("vue").PropType<(value: any) => any>;
109
+ type: import("vue").PropType<(value: any) => any | void>;
110
110
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
111
111
  type: import("vue").PropType<any>;
112
112
  required: false;
@@ -116,7 +116,7 @@ declare const _default: {
116
116
  }; } & {
117
117
  require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, any, {
118
118
  "onUpdate:modelValue": {
119
- type: import("vue").PropType<(value: any) => any>;
119
+ type: import("vue").PropType<(value: any) => any | void>;
120
120
  };
121
121
  } & {
122
122
  "v-model": {
@@ -131,7 +131,7 @@ declare const _default: {
131
131
  }>;
132
132
  defaultValue(value?: any): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, any, {
133
133
  "onUpdate:modelValue": {
134
- type: import("vue").PropType<(value: any) => any>;
134
+ type: import("vue").PropType<(value: any) => any | void>;
135
135
  };
136
136
  } & {
137
137
  "v-model": {
@@ -146,7 +146,7 @@ declare const _default: {
146
146
  }, false>;
147
147
  doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, any, {
148
148
  "onUpdate:modelValue": {
149
- type: import("vue").PropType<(value: any) => any>;
149
+ type: import("vue").PropType<(value: any) => any | void>;
150
150
  };
151
151
  } & {
152
152
  "v-model": {
@@ -182,7 +182,7 @@ declare const _default: {
182
182
  type: import("vue").PropType<EditorLocation>;
183
183
  };
184
184
  "onUpdate:modelValue": {
185
- type: import("vue").PropType<(value: any) => any>;
185
+ type: import("vue").PropType<(value: any) => any | void>;
186
186
  };
187
187
  "v-model": {
188
188
  type: import("vue").PropType<any>;
@@ -193,7 +193,7 @@ declare const _default: {
193
193
  required: false;
194
194
  };
195
195
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
196
- type: import("vue").PropType<(value: any) => any>;
196
+ type: import("vue").PropType<(value: any) => any | void>;
197
197
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
198
198
  type: import("vue").PropType<any>;
199
199
  required: false;
@@ -203,7 +203,7 @@ declare const _default: {
203
203
  }; } & {
204
204
  require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, any, {
205
205
  "onUpdate:modelValue": {
206
- type: import("vue").PropType<(value: any) => any>;
206
+ type: import("vue").PropType<(value: any) => any | void>;
207
207
  };
208
208
  } & {
209
209
  "v-model": {
@@ -218,7 +218,7 @@ declare const _default: {
218
218
  }>;
219
219
  defaultValue(value?: any): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, any, {
220
220
  "onUpdate:modelValue": {
221
- type: import("vue").PropType<(value: any) => any>;
221
+ type: import("vue").PropType<(value: any) => any | void>;
222
222
  };
223
223
  } & {
224
224
  "v-model": {
@@ -233,7 +233,7 @@ declare const _default: {
233
233
  }, false>;
234
234
  doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, any, {
235
235
  "onUpdate:modelValue": {
236
- type: import("vue").PropType<(value: any) => any>;
236
+ type: import("vue").PropType<(value: any) => any | void>;
237
237
  };
238
238
  } & {
239
239
  "v-model": {
@@ -266,7 +266,7 @@ declare const _default: {
266
266
  type: import("vue").PropType<EditorLocation>;
267
267
  };
268
268
  "onUpdate:modelValue": {
269
- type: import("vue").PropType<(value: any) => any>;
269
+ type: import("vue").PropType<(value: any) => any | void>;
270
270
  };
271
271
  "v-model": {
272
272
  type: import("vue").PropType<any>;
@@ -277,7 +277,7 @@ declare const _default: {
277
277
  required: false;
278
278
  };
279
279
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
280
- type: import("vue").PropType<(value: any) => any>;
280
+ type: import("vue").PropType<(value: any) => any | void>;
281
281
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
282
282
  type: import("vue").PropType<any>;
283
283
  required: false;
@@ -287,7 +287,7 @@ declare const _default: {
287
287
  }; } & {
288
288
  require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, any, {
289
289
  "onUpdate:modelValue": {
290
- type: import("vue").PropType<(value: any) => any>;
290
+ type: import("vue").PropType<(value: any) => any | void>;
291
291
  };
292
292
  } & {
293
293
  "v-model": {
@@ -302,7 +302,7 @@ declare const _default: {
302
302
  }>;
303
303
  defaultValue(value?: any): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, any, {
304
304
  "onUpdate:modelValue": {
305
- type: import("vue").PropType<(value: any) => any>;
305
+ type: import("vue").PropType<(value: any) => any | void>;
306
306
  };
307
307
  } & {
308
308
  "v-model": {
@@ -317,7 +317,7 @@ declare const _default: {
317
317
  }, false>;
318
318
  doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, any, {
319
319
  "onUpdate:modelValue": {
320
- type: import("vue").PropType<(value: any) => any>;
320
+ type: import("vue").PropType<(value: any) => any | void>;
321
321
  };
322
322
  } & {
323
323
  "v-model": {
@@ -343,7 +343,7 @@ declare const _default: {
343
343
  propsDefinition: Omit<Readonly<{} & {
344
344
  name?: {
345
345
  [x: `onUpdate:${string}`]: {
346
- type: import("vue").PropType<(value: any) => any>;
346
+ type: import("vue").PropType<(value: any) => any | void>;
347
347
  };
348
348
  } & {
349
349
  [x: `v-model:${string}`]: {
@@ -358,7 +358,7 @@ declare const _default: {
358
358
  } & {
359
359
  require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, any, {
360
360
  "onUpdate:modelValue": {
361
- type: import("vue").PropType<(value: any) => any>;
361
+ type: import("vue").PropType<(value: any) => any | void>;
362
362
  };
363
363
  } & {
364
364
  "v-model": {
@@ -373,7 +373,7 @@ declare const _default: {
373
373
  }>;
374
374
  defaultValue(value?: any): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, any, {
375
375
  "onUpdate:modelValue": {
376
- type: import("vue").PropType<(value: any) => any>;
376
+ type: import("vue").PropType<(value: any) => any | void>;
377
377
  };
378
378
  } & {
379
379
  "v-model": {
@@ -388,7 +388,7 @@ declare const _default: {
388
388
  }, false>;
389
389
  doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, any, {
390
390
  "onUpdate:modelValue": {
391
- type: import("vue").PropType<(value: any) => any>;
391
+ type: import("vue").PropType<(value: any) => any | void>;
392
392
  };
393
393
  } & {
394
394
  "v-model": {
@@ -404,7 +404,7 @@ declare const _default: {
404
404
  };
405
405
  settings?: VelcronBlueprintEditorSettings;
406
406
  "v-model"?: any;
407
- "onUpdate:modelValue"?: (value: any) => any;
407
+ "onUpdate:modelValue"?: (value: any) => any | void;
408
408
  modelValue?: any;
409
409
  location?: EditorLocation;
410
410
  previewColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
@@ -2,7 +2,7 @@ import { VelcronColorStyling } from "@omnia/fx-models";
2
2
  declare const _default: {
3
3
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
4
  "onUpdate:modelValue": {
5
- type: import("vue").PropType<(value: VelcronColorStyling) => any>;
5
+ type: import("vue").PropType<(value: VelcronColorStyling) => any | void>;
6
6
  };
7
7
  "v-model": {
8
8
  type: import("vue").PropType<VelcronColorStyling>;
@@ -13,7 +13,7 @@ declare const _default: {
13
13
  required: false;
14
14
  };
15
15
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
16
- type: import("vue").PropType<(value: VelcronColorStyling) => any>;
16
+ type: import("vue").PropType<(value: VelcronColorStyling) => any | void>;
17
17
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
18
18
  type: import("vue").PropType<VelcronColorStyling>;
19
19
  required: false;
@@ -23,7 +23,7 @@ declare const _default: {
23
23
  }; } & {
24
24
  require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronColorStyling, {
25
25
  "onUpdate:modelValue": {
26
- type: import("vue").PropType<(value: VelcronColorStyling) => any>;
26
+ type: import("vue").PropType<(value: VelcronColorStyling) => any | void>;
27
27
  };
28
28
  } & {
29
29
  "v-model": {
@@ -38,7 +38,7 @@ declare const _default: {
38
38
  }>;
39
39
  defaultValue(value?: VelcronColorStyling): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronColorStyling, {
40
40
  "onUpdate:modelValue": {
41
- type: import("vue").PropType<(value: VelcronColorStyling) => any>;
41
+ type: import("vue").PropType<(value: VelcronColorStyling) => any | void>;
42
42
  };
43
43
  } & {
44
44
  "v-model": {
@@ -53,7 +53,7 @@ declare const _default: {
53
53
  }, false>;
54
54
  doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronColorStyling, {
55
55
  "onUpdate:modelValue": {
56
- type: import("vue").PropType<(value: VelcronColorStyling) => any>;
56
+ type: import("vue").PropType<(value: VelcronColorStyling) => any | void>;
57
57
  };
58
58
  } & {
59
59
  "v-model": {
@@ -73,7 +73,7 @@ declare const _default: {
73
73
  "update:modelValue": (value: VelcronColorStyling) => true;
74
74
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
75
75
  "onUpdate:modelValue": {
76
- type: import("vue").PropType<(value: VelcronColorStyling) => any>;
76
+ type: import("vue").PropType<(value: VelcronColorStyling) => any | void>;
77
77
  };
78
78
  "v-model": {
79
79
  type: import("vue").PropType<VelcronColorStyling>;
@@ -84,7 +84,7 @@ declare const _default: {
84
84
  required: false;
85
85
  };
86
86
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
87
- type: import("vue").PropType<(value: VelcronColorStyling) => any>;
87
+ type: import("vue").PropType<(value: VelcronColorStyling) => any | void>;
88
88
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
89
89
  type: import("vue").PropType<VelcronColorStyling>;
90
90
  required: false;
@@ -94,7 +94,7 @@ declare const _default: {
94
94
  }; } & {
95
95
  require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronColorStyling, {
96
96
  "onUpdate:modelValue": {
97
- type: import("vue").PropType<(value: VelcronColorStyling) => any>;
97
+ type: import("vue").PropType<(value: VelcronColorStyling) => any | void>;
98
98
  };
99
99
  } & {
100
100
  "v-model": {
@@ -109,7 +109,7 @@ declare const _default: {
109
109
  }>;
110
110
  defaultValue(value?: VelcronColorStyling): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronColorStyling, {
111
111
  "onUpdate:modelValue": {
112
- type: import("vue").PropType<(value: VelcronColorStyling) => any>;
112
+ type: import("vue").PropType<(value: VelcronColorStyling) => any | void>;
113
113
  };
114
114
  } & {
115
115
  "v-model": {
@@ -124,7 +124,7 @@ declare const _default: {
124
124
  }, false>;
125
125
  doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronColorStyling, {
126
126
  "onUpdate:modelValue": {
127
- type: import("vue").PropType<(value: VelcronColorStyling) => any>;
127
+ type: import("vue").PropType<(value: VelcronColorStyling) => any | void>;
128
128
  };
129
129
  } & {
130
130
  "v-model": {
@@ -149,7 +149,7 @@ declare const _default: {
149
149
  Defaults: {};
150
150
  }, Readonly<import("vue").ExtractPropTypes<{
151
151
  "onUpdate:modelValue": {
152
- type: import("vue").PropType<(value: VelcronColorStyling) => any>;
152
+ type: import("vue").PropType<(value: VelcronColorStyling) => any | void>;
153
153
  };
154
154
  "v-model": {
155
155
  type: import("vue").PropType<VelcronColorStyling>;
@@ -160,7 +160,7 @@ declare const _default: {
160
160
  required: false;
161
161
  };
162
162
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
163
- type: import("vue").PropType<(value: VelcronColorStyling) => any>;
163
+ type: import("vue").PropType<(value: VelcronColorStyling) => any | void>;
164
164
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
165
165
  type: import("vue").PropType<VelcronColorStyling>;
166
166
  required: false;
@@ -170,7 +170,7 @@ declare const _default: {
170
170
  }; } & {
171
171
  require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronColorStyling, {
172
172
  "onUpdate:modelValue": {
173
- type: import("vue").PropType<(value: VelcronColorStyling) => any>;
173
+ type: import("vue").PropType<(value: VelcronColorStyling) => any | void>;
174
174
  };
175
175
  } & {
176
176
  "v-model": {
@@ -185,7 +185,7 @@ declare const _default: {
185
185
  }>;
186
186
  defaultValue(value?: VelcronColorStyling): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronColorStyling, {
187
187
  "onUpdate:modelValue": {
188
- type: import("vue").PropType<(value: VelcronColorStyling) => any>;
188
+ type: import("vue").PropType<(value: VelcronColorStyling) => any | void>;
189
189
  };
190
190
  } & {
191
191
  "v-model": {
@@ -200,7 +200,7 @@ declare const _default: {
200
200
  }, false>;
201
201
  doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronColorStyling, {
202
202
  "onUpdate:modelValue": {
203
- type: import("vue").PropType<(value: VelcronColorStyling) => any>;
203
+ type: import("vue").PropType<(value: VelcronColorStyling) => any | void>;
204
204
  };
205
205
  } & {
206
206
  "v-model": {
@@ -222,7 +222,7 @@ declare const _default: {
222
222
  __isSuspense?: never;
223
223
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
224
224
  "onUpdate:modelValue": {
225
- type: import("vue").PropType<(value: VelcronColorStyling) => any>;
225
+ type: import("vue").PropType<(value: VelcronColorStyling) => any | void>;
226
226
  };
227
227
  "v-model": {
228
228
  type: import("vue").PropType<VelcronColorStyling>;
@@ -233,7 +233,7 @@ declare const _default: {
233
233
  required: false;
234
234
  };
235
235
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
236
- type: import("vue").PropType<(value: VelcronColorStyling) => any>;
236
+ type: import("vue").PropType<(value: VelcronColorStyling) => any | void>;
237
237
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
238
238
  type: import("vue").PropType<VelcronColorStyling>;
239
239
  required: false;
@@ -243,7 +243,7 @@ declare const _default: {
243
243
  }; } & {
244
244
  require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronColorStyling, {
245
245
  "onUpdate:modelValue": {
246
- type: import("vue").PropType<(value: VelcronColorStyling) => any>;
246
+ type: import("vue").PropType<(value: VelcronColorStyling) => any | void>;
247
247
  };
248
248
  } & {
249
249
  "v-model": {
@@ -258,7 +258,7 @@ declare const _default: {
258
258
  }>;
259
259
  defaultValue(value?: VelcronColorStyling): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronColorStyling, {
260
260
  "onUpdate:modelValue": {
261
- type: import("vue").PropType<(value: VelcronColorStyling) => any>;
261
+ type: import("vue").PropType<(value: VelcronColorStyling) => any | void>;
262
262
  };
263
263
  } & {
264
264
  "v-model": {
@@ -273,7 +273,7 @@ declare const _default: {
273
273
  }, false>;
274
274
  doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronColorStyling, {
275
275
  "onUpdate:modelValue": {
276
- type: import("vue").PropType<(value: VelcronColorStyling) => any>;
276
+ type: import("vue").PropType<(value: VelcronColorStyling) => any | void>;
277
277
  };
278
278
  } & {
279
279
  "v-model": {
@@ -295,7 +295,7 @@ declare const _default: {
295
295
  propsDefinition: Omit<Readonly<{} & {
296
296
  name?: {
297
297
  [x: `onUpdate:${string}`]: {
298
- type: import("vue").PropType<(value: VelcronColorStyling) => any>;
298
+ type: import("vue").PropType<(value: VelcronColorStyling) => any | void>;
299
299
  };
300
300
  } & {
301
301
  [x: `v-model:${string}`]: {
@@ -310,7 +310,7 @@ declare const _default: {
310
310
  } & {
311
311
  require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, VelcronColorStyling, {
312
312
  "onUpdate:modelValue": {
313
- type: import("vue").PropType<(value: VelcronColorStyling) => any>;
313
+ type: import("vue").PropType<(value: VelcronColorStyling) => any | void>;
314
314
  };
315
315
  } & {
316
316
  "v-model": {
@@ -325,7 +325,7 @@ declare const _default: {
325
325
  }>;
326
326
  defaultValue(value?: VelcronColorStyling): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronColorStyling, {
327
327
  "onUpdate:modelValue": {
328
- type: import("vue").PropType<(value: VelcronColorStyling) => any>;
328
+ type: import("vue").PropType<(value: VelcronColorStyling) => any | void>;
329
329
  };
330
330
  } & {
331
331
  "v-model": {
@@ -340,7 +340,7 @@ declare const _default: {
340
340
  }, false>;
341
341
  doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, VelcronColorStyling, {
342
342
  "onUpdate:modelValue": {
343
- type: import("vue").PropType<(value: VelcronColorStyling) => any>;
343
+ type: import("vue").PropType<(value: VelcronColorStyling) => any | void>;
344
344
  };
345
345
  } & {
346
346
  "v-model": {
@@ -355,7 +355,7 @@ declare const _default: {
355
355
  }>;
356
356
  };
357
357
  "v-model"?: VelcronColorStyling;
358
- "onUpdate:modelValue"?: (value: VelcronColorStyling) => any;
358
+ "onUpdate:modelValue"?: (value: VelcronColorStyling) => any | void;
359
359
  modelValue?: VelcronColorStyling;
360
360
  }>, "onUpdate:modelValue"> & {
361
361
  "onUpdate:modelValue"?: (value: VelcronColorStyling) => any;