@omnia/fx 8.0.257-dev → 8.0.258-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
@@ -8,7 +8,7 @@ declare const _default: {
8
8
  type: import("vue").PropType<VelcronSelectEditorSettings>;
9
9
  };
10
10
  "onUpdate:modelValue": {
11
- type: import("vue").PropType<(value: string) => any>;
11
+ type: import("vue").PropType<(value: string) => any | void>;
12
12
  };
13
13
  "v-model": {
14
14
  type: import("vue").PropType<string>;
@@ -19,7 +19,7 @@ declare const _default: {
19
19
  required: false;
20
20
  };
21
21
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
22
- type: import("vue").PropType<(value: string) => any>;
22
+ type: import("vue").PropType<(value: string) => any | void>;
23
23
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
24
24
  type: import("vue").PropType<string>;
25
25
  required: false;
@@ -29,7 +29,7 @@ declare const _default: {
29
29
  }; } & {
30
30
  require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, string, {
31
31
  "onUpdate:modelValue": {
32
- type: import("vue").PropType<(value: string) => any>;
32
+ type: import("vue").PropType<(value: string) => any | void>;
33
33
  };
34
34
  } & {
35
35
  "v-model": {
@@ -44,7 +44,7 @@ declare const _default: {
44
44
  }>;
45
45
  defaultValue(value?: string): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
46
46
  "onUpdate:modelValue": {
47
- type: import("vue").PropType<(value: string) => any>;
47
+ type: import("vue").PropType<(value: string) => any | void>;
48
48
  };
49
49
  } & {
50
50
  "v-model": {
@@ -59,7 +59,7 @@ declare const _default: {
59
59
  }, false>;
60
60
  doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, string, {
61
61
  "onUpdate:modelValue": {
62
- type: import("vue").PropType<(value: string) => any>;
62
+ type: import("vue").PropType<(value: string) => any | void>;
63
63
  };
64
64
  } & {
65
65
  "v-model": {
@@ -85,7 +85,7 @@ declare const _default: {
85
85
  type: import("vue").PropType<VelcronSelectEditorSettings>;
86
86
  };
87
87
  "onUpdate:modelValue": {
88
- type: import("vue").PropType<(value: string) => any>;
88
+ type: import("vue").PropType<(value: string) => any | void>;
89
89
  };
90
90
  "v-model": {
91
91
  type: import("vue").PropType<string>;
@@ -96,7 +96,7 @@ declare const _default: {
96
96
  required: false;
97
97
  };
98
98
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
99
- type: import("vue").PropType<(value: string) => any>;
99
+ type: import("vue").PropType<(value: string) => any | void>;
100
100
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
101
101
  type: import("vue").PropType<string>;
102
102
  required: false;
@@ -106,7 +106,7 @@ declare const _default: {
106
106
  }; } & {
107
107
  require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, string, {
108
108
  "onUpdate:modelValue": {
109
- type: import("vue").PropType<(value: string) => any>;
109
+ type: import("vue").PropType<(value: string) => any | void>;
110
110
  };
111
111
  } & {
112
112
  "v-model": {
@@ -121,7 +121,7 @@ declare const _default: {
121
121
  }>;
122
122
  defaultValue(value?: string): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
123
123
  "onUpdate:modelValue": {
124
- type: import("vue").PropType<(value: string) => any>;
124
+ type: import("vue").PropType<(value: string) => any | void>;
125
125
  };
126
126
  } & {
127
127
  "v-model": {
@@ -136,7 +136,7 @@ declare const _default: {
136
136
  }, false>;
137
137
  doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, string, {
138
138
  "onUpdate:modelValue": {
139
- type: import("vue").PropType<(value: string) => any>;
139
+ type: import("vue").PropType<(value: string) => any | void>;
140
140
  };
141
141
  } & {
142
142
  "v-model": {
@@ -167,7 +167,7 @@ declare const _default: {
167
167
  type: import("vue").PropType<VelcronSelectEditorSettings>;
168
168
  };
169
169
  "onUpdate:modelValue": {
170
- type: import("vue").PropType<(value: string) => any>;
170
+ type: import("vue").PropType<(value: string) => any | void>;
171
171
  };
172
172
  "v-model": {
173
173
  type: import("vue").PropType<string>;
@@ -178,7 +178,7 @@ declare const _default: {
178
178
  required: false;
179
179
  };
180
180
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
181
- type: import("vue").PropType<(value: string) => any>;
181
+ type: import("vue").PropType<(value: string) => any | void>;
182
182
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
183
183
  type: import("vue").PropType<string>;
184
184
  required: false;
@@ -188,7 +188,7 @@ declare const _default: {
188
188
  }; } & {
189
189
  require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, string, {
190
190
  "onUpdate:modelValue": {
191
- type: import("vue").PropType<(value: string) => any>;
191
+ type: import("vue").PropType<(value: string) => any | void>;
192
192
  };
193
193
  } & {
194
194
  "v-model": {
@@ -203,7 +203,7 @@ declare const _default: {
203
203
  }>;
204
204
  defaultValue(value?: string): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
205
205
  "onUpdate:modelValue": {
206
- type: import("vue").PropType<(value: string) => any>;
206
+ type: import("vue").PropType<(value: string) => any | void>;
207
207
  };
208
208
  } & {
209
209
  "v-model": {
@@ -218,7 +218,7 @@ declare const _default: {
218
218
  }, false>;
219
219
  doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, string, {
220
220
  "onUpdate:modelValue": {
221
- type: import("vue").PropType<(value: string) => any>;
221
+ type: import("vue").PropType<(value: string) => any | void>;
222
222
  };
223
223
  } & {
224
224
  "v-model": {
@@ -246,7 +246,7 @@ declare const _default: {
246
246
  type: import("vue").PropType<VelcronSelectEditorSettings>;
247
247
  };
248
248
  "onUpdate:modelValue": {
249
- type: import("vue").PropType<(value: string) => any>;
249
+ type: import("vue").PropType<(value: string) => any | void>;
250
250
  };
251
251
  "v-model": {
252
252
  type: import("vue").PropType<string>;
@@ -257,7 +257,7 @@ declare const _default: {
257
257
  required: false;
258
258
  };
259
259
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
260
- type: import("vue").PropType<(value: string) => any>;
260
+ type: import("vue").PropType<(value: string) => any | void>;
261
261
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
262
262
  type: import("vue").PropType<string>;
263
263
  required: false;
@@ -267,7 +267,7 @@ declare const _default: {
267
267
  }; } & {
268
268
  require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, string, {
269
269
  "onUpdate:modelValue": {
270
- type: import("vue").PropType<(value: string) => any>;
270
+ type: import("vue").PropType<(value: string) => any | void>;
271
271
  };
272
272
  } & {
273
273
  "v-model": {
@@ -282,7 +282,7 @@ declare const _default: {
282
282
  }>;
283
283
  defaultValue(value?: string): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
284
284
  "onUpdate:modelValue": {
285
- type: import("vue").PropType<(value: string) => any>;
285
+ type: import("vue").PropType<(value: string) => any | void>;
286
286
  };
287
287
  } & {
288
288
  "v-model": {
@@ -297,7 +297,7 @@ declare const _default: {
297
297
  }, false>;
298
298
  doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, string, {
299
299
  "onUpdate:modelValue": {
300
- type: import("vue").PropType<(value: string) => any>;
300
+ type: import("vue").PropType<(value: string) => any | void>;
301
301
  };
302
302
  } & {
303
303
  "v-model": {
@@ -319,7 +319,7 @@ declare const _default: {
319
319
  propsDefinition: Omit<Readonly<{} & {
320
320
  name?: {
321
321
  [x: `onUpdate:${string}`]: {
322
- type: import("vue").PropType<(value: string) => any>;
322
+ type: import("vue").PropType<(value: string) => any | void>;
323
323
  };
324
324
  } & {
325
325
  [x: `v-model:${string}`]: {
@@ -334,7 +334,7 @@ declare const _default: {
334
334
  } & {
335
335
  require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, string, {
336
336
  "onUpdate:modelValue": {
337
- type: import("vue").PropType<(value: string) => any>;
337
+ type: import("vue").PropType<(value: string) => any | void>;
338
338
  };
339
339
  } & {
340
340
  "v-model": {
@@ -349,7 +349,7 @@ declare const _default: {
349
349
  }>;
350
350
  defaultValue(value?: string): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, string, {
351
351
  "onUpdate:modelValue": {
352
- type: import("vue").PropType<(value: string) => any>;
352
+ type: import("vue").PropType<(value: string) => any | void>;
353
353
  };
354
354
  } & {
355
355
  "v-model": {
@@ -364,7 +364,7 @@ declare const _default: {
364
364
  }, false>;
365
365
  doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, string, {
366
366
  "onUpdate:modelValue": {
367
- type: import("vue").PropType<(value: string) => any>;
367
+ type: import("vue").PropType<(value: string) => any | void>;
368
368
  };
369
369
  } & {
370
370
  "v-model": {
@@ -380,7 +380,7 @@ declare const _default: {
380
380
  };
381
381
  settings?: VelcronSelectEditorSettings;
382
382
  "v-model"?: string;
383
- "onUpdate:modelValue"?: (value: string) => any;
383
+ "onUpdate:modelValue"?: (value: string) => any | void;
384
384
  modelValue?: string;
385
385
  location?: EditorLocation;
386
386
  }>, "onUpdate:modelValue"> & {
@@ -9,7 +9,7 @@ declare const _default: {
9
9
  required: false;
10
10
  };
11
11
  "onUpdate:modelValue": {
12
- type: import("vue").PropType<(value: number) => any>;
12
+ type: import("vue").PropType<(value: number) => any | void>;
13
13
  };
14
14
  "v-model": {
15
15
  type: import("vue").PropType<number>;
@@ -20,7 +20,7 @@ declare const _default: {
20
20
  required: false;
21
21
  };
22
22
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
23
- type: import("vue").PropType<(value: number) => any>;
23
+ type: import("vue").PropType<(value: number) => any | void>;
24
24
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
25
25
  type: import("vue").PropType<number>;
26
26
  required: false;
@@ -30,7 +30,7 @@ declare const _default: {
30
30
  }; } & {
31
31
  require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, number, {
32
32
  "onUpdate:modelValue": {
33
- type: import("vue").PropType<(value: number) => any>;
33
+ type: import("vue").PropType<(value: number) => any | void>;
34
34
  };
35
35
  } & {
36
36
  "v-model": {
@@ -45,7 +45,7 @@ declare const _default: {
45
45
  }>;
46
46
  defaultValue(value?: number): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, number, {
47
47
  "onUpdate:modelValue": {
48
- type: import("vue").PropType<(value: number) => any>;
48
+ type: import("vue").PropType<(value: number) => any | void>;
49
49
  };
50
50
  } & {
51
51
  "v-model": {
@@ -60,7 +60,7 @@ declare const _default: {
60
60
  }, false>;
61
61
  doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, number, {
62
62
  "onUpdate:modelValue": {
63
- type: import("vue").PropType<(value: number) => any>;
63
+ type: import("vue").PropType<(value: number) => any | void>;
64
64
  };
65
65
  } & {
66
66
  "v-model": {
@@ -87,7 +87,7 @@ declare const _default: {
87
87
  required: false;
88
88
  };
89
89
  "onUpdate:modelValue": {
90
- type: import("vue").PropType<(value: number) => any>;
90
+ type: import("vue").PropType<(value: number) => any | void>;
91
91
  };
92
92
  "v-model": {
93
93
  type: import("vue").PropType<number>;
@@ -98,7 +98,7 @@ declare const _default: {
98
98
  required: false;
99
99
  };
100
100
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
101
- type: import("vue").PropType<(value: number) => any>;
101
+ type: import("vue").PropType<(value: number) => any | void>;
102
102
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
103
103
  type: import("vue").PropType<number>;
104
104
  required: false;
@@ -108,7 +108,7 @@ declare const _default: {
108
108
  }; } & {
109
109
  require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, number, {
110
110
  "onUpdate:modelValue": {
111
- type: import("vue").PropType<(value: number) => any>;
111
+ type: import("vue").PropType<(value: number) => any | void>;
112
112
  };
113
113
  } & {
114
114
  "v-model": {
@@ -123,7 +123,7 @@ declare const _default: {
123
123
  }>;
124
124
  defaultValue(value?: number): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, number, {
125
125
  "onUpdate:modelValue": {
126
- type: import("vue").PropType<(value: number) => any>;
126
+ type: import("vue").PropType<(value: number) => any | void>;
127
127
  };
128
128
  } & {
129
129
  "v-model": {
@@ -138,7 +138,7 @@ declare const _default: {
138
138
  }, false>;
139
139
  doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, number, {
140
140
  "onUpdate:modelValue": {
141
- type: import("vue").PropType<(value: number) => any>;
141
+ type: import("vue").PropType<(value: number) => any | void>;
142
142
  };
143
143
  } & {
144
144
  "v-model": {
@@ -170,7 +170,7 @@ declare const _default: {
170
170
  required: false;
171
171
  };
172
172
  "onUpdate:modelValue": {
173
- type: import("vue").PropType<(value: number) => any>;
173
+ type: import("vue").PropType<(value: number) => any | void>;
174
174
  };
175
175
  "v-model": {
176
176
  type: import("vue").PropType<number>;
@@ -181,7 +181,7 @@ declare const _default: {
181
181
  required: false;
182
182
  };
183
183
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
184
- type: import("vue").PropType<(value: number) => any>;
184
+ type: import("vue").PropType<(value: number) => any | void>;
185
185
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
186
186
  type: import("vue").PropType<number>;
187
187
  required: false;
@@ -191,7 +191,7 @@ declare const _default: {
191
191
  }; } & {
192
192
  require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, number, {
193
193
  "onUpdate:modelValue": {
194
- type: import("vue").PropType<(value: number) => any>;
194
+ type: import("vue").PropType<(value: number) => any | void>;
195
195
  };
196
196
  } & {
197
197
  "v-model": {
@@ -206,7 +206,7 @@ declare const _default: {
206
206
  }>;
207
207
  defaultValue(value?: number): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, number, {
208
208
  "onUpdate:modelValue": {
209
- type: import("vue").PropType<(value: number) => any>;
209
+ type: import("vue").PropType<(value: number) => any | void>;
210
210
  };
211
211
  } & {
212
212
  "v-model": {
@@ -221,7 +221,7 @@ declare const _default: {
221
221
  }, false>;
222
222
  doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, number, {
223
223
  "onUpdate:modelValue": {
224
- type: import("vue").PropType<(value: number) => any>;
224
+ type: import("vue").PropType<(value: number) => any | void>;
225
225
  };
226
226
  } & {
227
227
  "v-model": {
@@ -250,7 +250,7 @@ declare const _default: {
250
250
  required: false;
251
251
  };
252
252
  "onUpdate:modelValue": {
253
- type: import("vue").PropType<(value: number) => any>;
253
+ type: import("vue").PropType<(value: number) => any | void>;
254
254
  };
255
255
  "v-model": {
256
256
  type: import("vue").PropType<number>;
@@ -261,7 +261,7 @@ declare const _default: {
261
261
  required: false;
262
262
  };
263
263
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
264
- type: import("vue").PropType<(value: number) => any>;
264
+ type: import("vue").PropType<(value: number) => any | void>;
265
265
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
266
266
  type: import("vue").PropType<number>;
267
267
  required: false;
@@ -271,7 +271,7 @@ declare const _default: {
271
271
  }; } & {
272
272
  require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, number, {
273
273
  "onUpdate:modelValue": {
274
- type: import("vue").PropType<(value: number) => any>;
274
+ type: import("vue").PropType<(value: number) => any | void>;
275
275
  };
276
276
  } & {
277
277
  "v-model": {
@@ -286,7 +286,7 @@ declare const _default: {
286
286
  }>;
287
287
  defaultValue(value?: number): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, number, {
288
288
  "onUpdate:modelValue": {
289
- type: import("vue").PropType<(value: number) => any>;
289
+ type: import("vue").PropType<(value: number) => any | void>;
290
290
  };
291
291
  } & {
292
292
  "v-model": {
@@ -301,7 +301,7 @@ declare const _default: {
301
301
  }, false>;
302
302
  doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, number, {
303
303
  "onUpdate:modelValue": {
304
- type: import("vue").PropType<(value: number) => any>;
304
+ type: import("vue").PropType<(value: number) => any | void>;
305
305
  };
306
306
  } & {
307
307
  "v-model": {
@@ -323,7 +323,7 @@ declare const _default: {
323
323
  propsDefinition: Omit<Readonly<{} & {
324
324
  name?: {
325
325
  [x: `onUpdate:${string}`]: {
326
- type: import("vue").PropType<(value: number) => any>;
326
+ type: import("vue").PropType<(value: number) => any | void>;
327
327
  };
328
328
  } & {
329
329
  [x: `v-model:${string}`]: {
@@ -338,7 +338,7 @@ declare const _default: {
338
338
  } & {
339
339
  require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, number, {
340
340
  "onUpdate:modelValue": {
341
- type: import("vue").PropType<(value: number) => any>;
341
+ type: import("vue").PropType<(value: number) => any | void>;
342
342
  };
343
343
  } & {
344
344
  "v-model": {
@@ -353,7 +353,7 @@ declare const _default: {
353
353
  }>;
354
354
  defaultValue(value?: number): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, number, {
355
355
  "onUpdate:modelValue": {
356
- type: import("vue").PropType<(value: number) => any>;
356
+ type: import("vue").PropType<(value: number) => any | void>;
357
357
  };
358
358
  } & {
359
359
  "v-model": {
@@ -368,7 +368,7 @@ declare const _default: {
368
368
  }, false>;
369
369
  doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, number, {
370
370
  "onUpdate:modelValue": {
371
- type: import("vue").PropType<(value: number) => any>;
371
+ type: import("vue").PropType<(value: number) => any | void>;
372
372
  };
373
373
  } & {
374
374
  "v-model": {
@@ -384,7 +384,7 @@ declare const _default: {
384
384
  };
385
385
  settings?: VelcronSliderPropertyEditorSettings;
386
386
  "v-model"?: number;
387
- "onUpdate:modelValue"?: (value: number) => any;
387
+ "onUpdate:modelValue"?: (value: number) => any | void;
388
388
  modelValue?: number;
389
389
  location?: EditorLocation;
390
390
  }>, "onUpdate:modelValue"> & {
@@ -8,7 +8,7 @@ declare const _default: {
8
8
  type: import("vue").PropType<VelcronSpacingEditorSettings>;
9
9
  };
10
10
  "onUpdate:modelValue": {
11
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
11
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
12
12
  };
13
13
  "v-model": {
14
14
  type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
@@ -19,7 +19,7 @@ declare const _default: {
19
19
  required: false;
20
20
  };
21
21
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
22
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
22
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
23
23
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
24
24
  type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
25
25
  required: false;
@@ -29,7 +29,7 @@ declare const _default: {
29
29
  }; } & {
30
30
  require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
31
31
  "onUpdate:modelValue": {
32
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
32
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
33
33
  };
34
34
  } & {
35
35
  "v-model": {
@@ -44,7 +44,7 @@ declare const _default: {
44
44
  }>;
45
45
  defaultValue(value?: VelcronSpacing | SpacingValue | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
46
46
  "onUpdate:modelValue": {
47
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
47
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
48
48
  };
49
49
  } & {
50
50
  "v-model": {
@@ -59,7 +59,7 @@ declare const _default: {
59
59
  }, false>;
60
60
  doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
61
61
  "onUpdate:modelValue": {
62
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
62
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
63
63
  };
64
64
  } & {
65
65
  "v-model": {
@@ -85,7 +85,7 @@ declare const _default: {
85
85
  type: import("vue").PropType<VelcronSpacingEditorSettings>;
86
86
  };
87
87
  "onUpdate:modelValue": {
88
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
88
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
89
89
  };
90
90
  "v-model": {
91
91
  type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
@@ -96,7 +96,7 @@ declare const _default: {
96
96
  required: false;
97
97
  };
98
98
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
99
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
99
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
100
100
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
101
101
  type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
102
102
  required: false;
@@ -106,7 +106,7 @@ declare const _default: {
106
106
  }; } & {
107
107
  require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
108
108
  "onUpdate:modelValue": {
109
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
109
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
110
110
  };
111
111
  } & {
112
112
  "v-model": {
@@ -121,7 +121,7 @@ declare const _default: {
121
121
  }>;
122
122
  defaultValue(value?: VelcronSpacing | SpacingValue | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
123
123
  "onUpdate:modelValue": {
124
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
124
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
125
125
  };
126
126
  } & {
127
127
  "v-model": {
@@ -136,7 +136,7 @@ declare const _default: {
136
136
  }, false>;
137
137
  doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
138
138
  "onUpdate:modelValue": {
139
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
139
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
140
140
  };
141
141
  } & {
142
142
  "v-model": {
@@ -167,7 +167,7 @@ declare const _default: {
167
167
  type: import("vue").PropType<VelcronSpacingEditorSettings>;
168
168
  };
169
169
  "onUpdate:modelValue": {
170
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
170
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
171
171
  };
172
172
  "v-model": {
173
173
  type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
@@ -178,7 +178,7 @@ declare const _default: {
178
178
  required: false;
179
179
  };
180
180
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
181
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
181
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
182
182
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
183
183
  type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
184
184
  required: false;
@@ -188,7 +188,7 @@ declare const _default: {
188
188
  }; } & {
189
189
  require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
190
190
  "onUpdate:modelValue": {
191
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
191
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
192
192
  };
193
193
  } & {
194
194
  "v-model": {
@@ -203,7 +203,7 @@ declare const _default: {
203
203
  }>;
204
204
  defaultValue(value?: VelcronSpacing | SpacingValue | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
205
205
  "onUpdate:modelValue": {
206
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
206
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
207
207
  };
208
208
  } & {
209
209
  "v-model": {
@@ -218,7 +218,7 @@ declare const _default: {
218
218
  }, false>;
219
219
  doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
220
220
  "onUpdate:modelValue": {
221
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
221
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
222
222
  };
223
223
  } & {
224
224
  "v-model": {
@@ -246,7 +246,7 @@ declare const _default: {
246
246
  type: import("vue").PropType<VelcronSpacingEditorSettings>;
247
247
  };
248
248
  "onUpdate:modelValue": {
249
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
249
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
250
250
  };
251
251
  "v-model": {
252
252
  type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
@@ -257,7 +257,7 @@ declare const _default: {
257
257
  required: false;
258
258
  };
259
259
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
260
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
260
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
261
261
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
262
262
  type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
263
263
  required: false;
@@ -267,7 +267,7 @@ declare const _default: {
267
267
  }; } & {
268
268
  require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
269
269
  "onUpdate:modelValue": {
270
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
270
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
271
271
  };
272
272
  } & {
273
273
  "v-model": {
@@ -282,7 +282,7 @@ declare const _default: {
282
282
  }>;
283
283
  defaultValue(value?: VelcronSpacing | SpacingValue | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
284
284
  "onUpdate:modelValue": {
285
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
285
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
286
286
  };
287
287
  } & {
288
288
  "v-model": {
@@ -297,7 +297,7 @@ declare const _default: {
297
297
  }, false>;
298
298
  doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
299
299
  "onUpdate:modelValue": {
300
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
300
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
301
301
  };
302
302
  } & {
303
303
  "v-model": {
@@ -319,7 +319,7 @@ declare const _default: {
319
319
  propsDefinition: Omit<Readonly<{} & {
320
320
  name?: {
321
321
  [x: `onUpdate:${string}`]: {
322
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
322
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
323
323
  };
324
324
  } & {
325
325
  [x: `v-model:${string}`]: {
@@ -334,7 +334,7 @@ declare const _default: {
334
334
  } & {
335
335
  require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, VelcronSpacing | SpacingValue | VelcronPosition, {
336
336
  "onUpdate:modelValue": {
337
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
337
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
338
338
  };
339
339
  } & {
340
340
  "v-model": {
@@ -349,7 +349,7 @@ declare const _default: {
349
349
  }>;
350
350
  defaultValue(value?: VelcronSpacing | SpacingValue | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronSpacing | SpacingValue | VelcronPosition, {
351
351
  "onUpdate:modelValue": {
352
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
352
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
353
353
  };
354
354
  } & {
355
355
  "v-model": {
@@ -364,7 +364,7 @@ declare const _default: {
364
364
  }, false>;
365
365
  doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, VelcronSpacing | SpacingValue | VelcronPosition, {
366
366
  "onUpdate:modelValue": {
367
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
367
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
368
368
  };
369
369
  } & {
370
370
  "v-model": {
@@ -380,7 +380,7 @@ declare const _default: {
380
380
  };
381
381
  settings?: VelcronSpacingEditorSettings;
382
382
  "v-model"?: VelcronSpacing | SpacingValue | VelcronPosition;
383
- "onUpdate:modelValue"?: (value: VelcronSpacing | SpacingValue | VelcronPosition) => any;
383
+ "onUpdate:modelValue"?: (value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void;
384
384
  modelValue?: VelcronSpacing | SpacingValue | VelcronPosition;
385
385
  location?: EditorLocation;
386
386
  }>, "onUpdate:modelValue"> & {