@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
@@ -54,7 +54,7 @@ declare const _default: {
54
54
  required: false;
55
55
  };
56
56
  "v-slots": import("vue").Prop<{
57
- default?: import("../../DefineVueTypings").Slot<any[]>;
57
+ default?: import("../../DefineVueTypings").Slot;
58
58
  } & {
59
59
  fixedContent?: Func<[VNodeChild]>;
60
60
  activator?: Func<[VNodeChild]>;
@@ -72,7 +72,7 @@ declare const _default: {
72
72
  required: false;
73
73
  };
74
74
  "onUpdate:modelValue": {
75
- type: import("vue").PropType<(value: boolean) => any>;
75
+ type: import("vue").PropType<(value: boolean) => any | void>;
76
76
  };
77
77
  modelValue: {
78
78
  type: import("vue").PropType<boolean>;
@@ -83,7 +83,7 @@ declare const _default: {
83
83
  required: boolean;
84
84
  };
85
85
  colorSchemaType: {
86
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
86
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
87
87
  required: boolean;
88
88
  };
89
89
  container: {
@@ -152,7 +152,7 @@ declare const _default: {
152
152
  required: false;
153
153
  };
154
154
  "v-slots": import("vue").Prop<{
155
- default?: import("../../DefineVueTypings").Slot<any[]>;
155
+ default?: import("../../DefineVueTypings").Slot;
156
156
  } & {
157
157
  fixedContent?: Func<[VNodeChild]>;
158
158
  activator?: Func<[VNodeChild]>;
@@ -170,7 +170,7 @@ declare const _default: {
170
170
  required: false;
171
171
  };
172
172
  "onUpdate:modelValue": {
173
- type: import("vue").PropType<(value: boolean) => any>;
173
+ type: import("vue").PropType<(value: boolean) => any | void>;
174
174
  };
175
175
  modelValue: {
176
176
  type: import("vue").PropType<boolean>;
@@ -181,7 +181,7 @@ declare const _default: {
181
181
  required: boolean;
182
182
  };
183
183
  colorSchemaType: {
184
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
184
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
185
185
  required: boolean;
186
186
  };
187
187
  container: {
@@ -254,7 +254,7 @@ declare const _default: {
254
254
  required: false;
255
255
  };
256
256
  "v-slots": import("vue").Prop<{
257
- default?: import("../../DefineVueTypings").Slot<any[]>;
257
+ default?: import("../../DefineVueTypings").Slot;
258
258
  } & {
259
259
  fixedContent?: Func<[VNodeChild]>;
260
260
  activator?: Func<[VNodeChild]>;
@@ -272,7 +272,7 @@ declare const _default: {
272
272
  required: false;
273
273
  };
274
274
  "onUpdate:modelValue": {
275
- type: import("vue").PropType<(value: boolean) => any>;
275
+ type: import("vue").PropType<(value: boolean) => any | void>;
276
276
  };
277
277
  modelValue: {
278
278
  type: import("vue").PropType<boolean>;
@@ -283,7 +283,7 @@ declare const _default: {
283
283
  required: boolean;
284
284
  };
285
285
  colorSchemaType: {
286
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
286
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
287
287
  required: boolean;
288
288
  };
289
289
  container: {
@@ -353,7 +353,7 @@ declare const _default: {
353
353
  required: false;
354
354
  };
355
355
  "v-slots": import("vue").Prop<{
356
- default?: import("../../DefineVueTypings").Slot<any[]>;
356
+ default?: import("../../DefineVueTypings").Slot;
357
357
  } & {
358
358
  fixedContent?: Func<[VNodeChild]>;
359
359
  activator?: Func<[VNodeChild]>;
@@ -371,7 +371,7 @@ declare const _default: {
371
371
  required: false;
372
372
  };
373
373
  "onUpdate:modelValue": {
374
- type: import("vue").PropType<(value: boolean) => any>;
374
+ type: import("vue").PropType<(value: boolean) => any | void>;
375
375
  };
376
376
  modelValue: {
377
377
  type: import("vue").PropType<boolean>;
@@ -382,7 +382,7 @@ declare const _default: {
382
382
  required: boolean;
383
383
  };
384
384
  colorSchemaType: {
385
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
385
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
386
386
  required: boolean;
387
387
  };
388
388
  container: {
@@ -417,10 +417,10 @@ declare const _default: {
417
417
  colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
418
418
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
419
419
  "v-model"?: boolean;
420
- "onUpdate:modelValue"?: (value: boolean) => any;
420
+ "onUpdate:modelValue"?: (value: boolean) => any | void;
421
421
  modelValue?: boolean;
422
422
  "v-slots"?: {
423
- default?: import("../../DefineVueTypings").Slot<any[]>;
423
+ default?: import("../../DefineVueTypings").Slot;
424
424
  } & {
425
425
  fixedContent?: Func<[VNodeChild]>;
426
426
  activator?: Func<[VNodeChild]>;
@@ -3,7 +3,7 @@ import { VNodeChild } from "vue";
3
3
  declare const _default: {
4
4
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
5
5
  "v-slots": import("vue").Prop<{
6
- default?: import("../../DefineVueTypings").Slot<any[]>;
6
+ default?: import("../../DefineVueTypings").Slot;
7
7
  } & {
8
8
  header?: Func<[VNodeChild]>;
9
9
  actions?: Func<[VNodeChild]>;
@@ -29,7 +29,7 @@ declare const _default: {
29
29
  required: boolean;
30
30
  };
31
31
  colorSchemaType: {
32
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
32
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
33
33
  required: boolean;
34
34
  };
35
35
  container: {
@@ -42,7 +42,7 @@ declare const _default: {
42
42
  };
43
43
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
44
44
  "v-slots": import("vue").Prop<{
45
- default?: import("../../DefineVueTypings").Slot<any[]>;
45
+ default?: import("../../DefineVueTypings").Slot;
46
46
  } & {
47
47
  header?: Func<[VNodeChild]>;
48
48
  actions?: Func<[VNodeChild]>;
@@ -68,7 +68,7 @@ declare const _default: {
68
68
  required: boolean;
69
69
  };
70
70
  colorSchemaType: {
71
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
71
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
72
72
  required: boolean;
73
73
  };
74
74
  container: {
@@ -90,7 +90,7 @@ declare const _default: {
90
90
  Defaults: {};
91
91
  }, Readonly<import("vue").ExtractPropTypes<{
92
92
  "v-slots": import("vue").Prop<{
93
- default?: import("../../DefineVueTypings").Slot<any[]>;
93
+ default?: import("../../DefineVueTypings").Slot;
94
94
  } & {
95
95
  header?: Func<[VNodeChild]>;
96
96
  actions?: Func<[VNodeChild]>;
@@ -116,7 +116,7 @@ declare const _default: {
116
116
  required: boolean;
117
117
  };
118
118
  colorSchemaType: {
119
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
119
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
120
120
  required: boolean;
121
121
  };
122
122
  container: {
@@ -135,7 +135,7 @@ declare const _default: {
135
135
  __isSuspense?: never;
136
136
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
137
137
  "v-slots": import("vue").Prop<{
138
- default?: import("../../DefineVueTypings").Slot<any[]>;
138
+ default?: import("../../DefineVueTypings").Slot;
139
139
  } & {
140
140
  header?: Func<[VNodeChild]>;
141
141
  actions?: Func<[VNodeChild]>;
@@ -161,7 +161,7 @@ declare const _default: {
161
161
  required: boolean;
162
162
  };
163
163
  colorSchemaType: {
164
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
164
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
165
165
  required: boolean;
166
166
  };
167
167
  container: {
@@ -185,7 +185,7 @@ declare const _default: {
185
185
  toned?: boolean;
186
186
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
187
187
  "v-slots"?: {
188
- default?: import("../../DefineVueTypings").Slot<any[]>;
188
+ default?: import("../../DefineVueTypings").Slot;
189
189
  } & {
190
190
  header?: Func<[VNodeChild]>;
191
191
  actions?: Func<[VNodeChild]>;
@@ -16,7 +16,7 @@ declare const _default: {
16
16
  type: import("vue").PropType<"navigation" | "default" | "section">;
17
17
  };
18
18
  "onUpdate:modelValue": {
19
- type: import("vue").PropType<(value: number | number[]) => any>;
19
+ type: import("vue").PropType<(value: number | number[]) => any | void>;
20
20
  };
21
21
  "v-model": {
22
22
  type: import("vue").PropType<number | number[]>;
@@ -31,7 +31,7 @@ declare const _default: {
31
31
  required: boolean;
32
32
  };
33
33
  colorSchemaType: {
34
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
34
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
35
35
  required: boolean;
36
36
  };
37
37
  container: {
@@ -59,7 +59,7 @@ declare const _default: {
59
59
  type: import("vue").PropType<"navigation" | "default" | "section">;
60
60
  };
61
61
  "onUpdate:modelValue": {
62
- type: import("vue").PropType<(value: number | number[]) => any>;
62
+ type: import("vue").PropType<(value: number | number[]) => any | void>;
63
63
  };
64
64
  "v-model": {
65
65
  type: import("vue").PropType<number | number[]>;
@@ -74,7 +74,7 @@ declare const _default: {
74
74
  required: boolean;
75
75
  };
76
76
  colorSchemaType: {
77
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
77
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
78
78
  required: boolean;
79
79
  };
80
80
  container: {
@@ -111,7 +111,7 @@ declare const _default: {
111
111
  type: import("vue").PropType<"navigation" | "default" | "section">;
112
112
  };
113
113
  "onUpdate:modelValue": {
114
- type: import("vue").PropType<(value: number | number[]) => any>;
114
+ type: import("vue").PropType<(value: number | number[]) => any | void>;
115
115
  };
116
116
  "v-model": {
117
117
  type: import("vue").PropType<number | number[]>;
@@ -126,7 +126,7 @@ declare const _default: {
126
126
  required: boolean;
127
127
  };
128
128
  colorSchemaType: {
129
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
129
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
130
130
  required: boolean;
131
131
  };
132
132
  container: {
@@ -160,7 +160,7 @@ declare const _default: {
160
160
  type: import("vue").PropType<"navigation" | "default" | "section">;
161
161
  };
162
162
  "onUpdate:modelValue": {
163
- type: import("vue").PropType<(value: number | number[]) => any>;
163
+ type: import("vue").PropType<(value: number | number[]) => any | void>;
164
164
  };
165
165
  "v-model": {
166
166
  type: import("vue").PropType<number | number[]>;
@@ -175,7 +175,7 @@ declare const _default: {
175
175
  required: boolean;
176
176
  };
177
177
  colorSchemaType: {
178
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
178
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
179
179
  required: boolean;
180
180
  };
181
181
  container: {
@@ -198,7 +198,7 @@ declare const _default: {
198
198
  toned?: boolean;
199
199
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
200
200
  "v-model"?: number | number[];
201
- "onUpdate:modelValue"?: (value: number | number[]) => any;
201
+ "onUpdate:modelValue"?: (value: number | number[]) => any | void;
202
202
  modelValue?: number | number[];
203
203
  variant?: "navigation" | "default" | "section";
204
204
  expandAll?: boolean;
@@ -18,7 +18,7 @@ declare const _default: {
18
18
  required: boolean;
19
19
  };
20
20
  colorSchemaType: {
21
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
21
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
22
22
  required: boolean;
23
23
  };
24
24
  container: {
@@ -47,7 +47,7 @@ declare const _default: {
47
47
  required: boolean;
48
48
  };
49
49
  colorSchemaType: {
50
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
50
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
51
51
  required: boolean;
52
52
  };
53
53
  container: {
@@ -85,7 +85,7 @@ declare const _default: {
85
85
  required: boolean;
86
86
  };
87
87
  colorSchemaType: {
88
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
88
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
89
89
  required: boolean;
90
90
  };
91
91
  container: {
@@ -120,7 +120,7 @@ declare const _default: {
120
120
  required: boolean;
121
121
  };
122
122
  colorSchemaType: {
123
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
123
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
124
124
  required: boolean;
125
125
  };
126
126
  container: {
@@ -48,7 +48,7 @@ declare const _default: {
48
48
  required: boolean;
49
49
  };
50
50
  colorSchemaType: {
51
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
51
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
52
52
  required: boolean;
53
53
  };
54
54
  container: {
@@ -107,7 +107,7 @@ declare const _default: {
107
107
  required: boolean;
108
108
  };
109
109
  colorSchemaType: {
110
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
110
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
111
111
  required: boolean;
112
112
  };
113
113
  container: {
@@ -175,7 +175,7 @@ declare const _default: {
175
175
  required: boolean;
176
176
  };
177
177
  colorSchemaType: {
178
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
178
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
179
179
  required: boolean;
180
180
  };
181
181
  container: {
@@ -240,7 +240,7 @@ declare const _default: {
240
240
  required: boolean;
241
241
  };
242
242
  colorSchemaType: {
243
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
243
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
244
244
  required: boolean;
245
245
  };
246
246
  container: {
@@ -5,7 +5,7 @@ declare const _default: {
5
5
  required: boolean;
6
6
  };
7
7
  colorSchemaType: {
8
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
8
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
9
9
  required: boolean;
10
10
  };
11
11
  container: {
@@ -22,7 +22,7 @@ declare const _default: {
22
22
  required: boolean;
23
23
  };
24
24
  colorSchemaType: {
25
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
25
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
26
26
  required: boolean;
27
27
  };
28
28
  container: {
@@ -48,7 +48,7 @@ declare const _default: {
48
48
  required: boolean;
49
49
  };
50
50
  colorSchemaType: {
51
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
51
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
52
52
  required: boolean;
53
53
  };
54
54
  container: {
@@ -71,7 +71,7 @@ declare const _default: {
71
71
  required: boolean;
72
72
  };
73
73
  colorSchemaType: {
74
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
74
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
75
75
  required: boolean;
76
76
  };
77
77
  container: {
@@ -34,7 +34,7 @@ declare const _default: {
34
34
  required: boolean;
35
35
  };
36
36
  colorSchemaType: {
37
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
37
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
38
38
  required: boolean;
39
39
  };
40
40
  container: {
@@ -79,7 +79,7 @@ declare const _default: {
79
79
  required: boolean;
80
80
  };
81
81
  colorSchemaType: {
82
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
82
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
83
83
  required: boolean;
84
84
  };
85
85
  container: {
@@ -133,7 +133,7 @@ declare const _default: {
133
133
  required: boolean;
134
134
  };
135
135
  colorSchemaType: {
136
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
136
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
137
137
  required: boolean;
138
138
  };
139
139
  container: {
@@ -184,7 +184,7 @@ declare const _default: {
184
184
  required: boolean;
185
185
  };
186
186
  colorSchemaType: {
187
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
187
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
188
188
  required: boolean;
189
189
  };
190
190
  container: {
@@ -1,7 +1,7 @@
1
1
  declare const _default: {
2
2
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
3
3
  "v-slots": import("vue").Prop<{
4
- default?: import("../../DefineVueTypings").Slot<any[]>;
4
+ default?: import("../../DefineVueTypings").Slot;
5
5
  } & {
6
6
  placeholder: () => JSX.Element;
7
7
  }>;
@@ -42,7 +42,7 @@ declare const _default: {
42
42
  required: boolean;
43
43
  };
44
44
  colorSchemaType: {
45
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
45
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
46
46
  required: boolean;
47
47
  };
48
48
  container: {
@@ -63,7 +63,7 @@ declare const _default: {
63
63
  };
64
64
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
65
65
  "v-slots": import("vue").Prop<{
66
- default?: import("../../DefineVueTypings").Slot<any[]>;
66
+ default?: import("../../DefineVueTypings").Slot;
67
67
  } & {
68
68
  placeholder: () => JSX.Element;
69
69
  }>;
@@ -104,7 +104,7 @@ declare const _default: {
104
104
  required: boolean;
105
105
  };
106
106
  colorSchemaType: {
107
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
107
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
108
108
  required: boolean;
109
109
  };
110
110
  container: {
@@ -129,7 +129,7 @@ declare const _default: {
129
129
  Defaults: {};
130
130
  }, Readonly<import("vue").ExtractPropTypes<{
131
131
  "v-slots": import("vue").Prop<{
132
- default?: import("../../DefineVueTypings").Slot<any[]>;
132
+ default?: import("../../DefineVueTypings").Slot;
133
133
  } & {
134
134
  placeholder: () => JSX.Element;
135
135
  }>;
@@ -170,7 +170,7 @@ declare const _default: {
170
170
  required: boolean;
171
171
  };
172
172
  colorSchemaType: {
173
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
173
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
174
174
  required: boolean;
175
175
  };
176
176
  container: {
@@ -192,7 +192,7 @@ declare const _default: {
192
192
  __isSuspense?: never;
193
193
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
194
194
  "v-slots": import("vue").Prop<{
195
- default?: import("../../DefineVueTypings").Slot<any[]>;
195
+ default?: import("../../DefineVueTypings").Slot;
196
196
  } & {
197
197
  placeholder: () => JSX.Element;
198
198
  }>;
@@ -233,7 +233,7 @@ declare const _default: {
233
233
  required: boolean;
234
234
  };
235
235
  colorSchemaType: {
236
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
236
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
237
237
  required: boolean;
238
238
  };
239
239
  container: {
@@ -269,7 +269,7 @@ declare const _default: {
269
269
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
270
270
  src?: string;
271
271
  "v-slots"?: {
272
- default?: import("../../DefineVueTypings").Slot<any[]>;
272
+ default?: import("../../DefineVueTypings").Slot;
273
273
  } & {
274
274
  placeholder: () => JSX.Element;
275
275
  };
@@ -3,7 +3,7 @@ import { VNodeChild } from "vue";
3
3
  declare const _default: {
4
4
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
5
5
  "v-slots": import("vue").Prop<{
6
- default?: import("../../DefineVueTypings").Slot<any[]>;
6
+ default?: import("../../DefineVueTypings").Slot;
7
7
  } & {
8
8
  default?: () => VNodeChild;
9
9
  empty?: (value: {
@@ -40,7 +40,7 @@ declare const _default: {
40
40
  load: (options: OInfiniteScrollLoadOptions) => true;
41
41
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
42
42
  "v-slots": import("vue").Prop<{
43
- default?: import("../../DefineVueTypings").Slot<any[]>;
43
+ default?: import("../../DefineVueTypings").Slot;
44
44
  } & {
45
45
  default?: () => VNodeChild;
46
46
  empty?: (value: {
@@ -82,7 +82,7 @@ declare const _default: {
82
82
  Defaults: {};
83
83
  }, Readonly<import("vue").ExtractPropTypes<{
84
84
  "v-slots": import("vue").Prop<{
85
- default?: import("../../DefineVueTypings").Slot<any[]>;
85
+ default?: import("../../DefineVueTypings").Slot;
86
86
  } & {
87
87
  default?: () => VNodeChild;
88
88
  empty?: (value: {
@@ -121,7 +121,7 @@ declare const _default: {
121
121
  __isSuspense?: never;
122
122
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
123
123
  "v-slots": import("vue").Prop<{
124
- default?: import("../../DefineVueTypings").Slot<any[]>;
124
+ default?: import("../../DefineVueTypings").Slot;
125
125
  } & {
126
126
  default?: () => VNodeChild;
127
127
  empty?: (value: {
@@ -163,7 +163,7 @@ declare const _default: {
163
163
  direction?: "horizontal" | "vertical";
164
164
  margin?: string | number;
165
165
  "v-slots"?: {
166
- default?: import("../../DefineVueTypings").Slot<any[]>;
166
+ default?: import("../../DefineVueTypings").Slot;
167
167
  } & {
168
168
  default?: () => VNodeChild;
169
169
  empty?: (value: {
@@ -8,7 +8,7 @@ export type InputTypes = typeof InputTypeDefinitions[number];
8
8
  type BaseProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"variant", OTextBoxVariantTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"color", ColorValue, false, null, "Define the custom color for text field."> & DefineProp<"readonly", boolean, false, null, "Makes the text field readonly."> & DefineProp<"persistentHint", boolean, false, null, "Forces hint to always be visible."> & DefineProp<"hint", string, false, null, "Sets the hint of the text field. Hint will be displayed below the input when focused."> & DefineProp<"errorMessages", string | string[], false, null, "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the rules prop. This field will not trigger validation."> & DefineProp<"rules", ValidationRule[], false, null, "Accepts a mixed array of types function. Functions pass an input value as an argument and must return either true / false or a string containing an error message."> & DefineProp<"toned", boolean, false, null, ""> & DefineProp<"label", string, false, null, "The label of the input field."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the input."> & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"append-inner", () => VNodeChild, "Adds an item inside the input content."> & DefineSlot<"prepend", () => VNodeChild, "Adds an item outside the input and before input content."> & DefineSlot<"prepend-inner", () => VNodeChild, "Slot that is prepended to the input."> & DefineSlot<"message", () => VNodeChild, "Slot used to customize the message content."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineEmit<"click:button", () => void, "Emit when click on icon."> & DefineEmit<"click:clear", () => void, "Emit when search input field is cleared.">;
9
9
  type NumberInputProps = DefineVModel<"", number, false, null, false, "The v-model value of the component."> & DefineProp<"max", number, false, null, "The max value."> & DefineProp<"min", number, false, null, "The min value."> & DefineProp<"step", number, false, null, "incremental steps for adjusting the numeric value."> & BaseProps;
10
10
  type TextInputProps = DefineVModel<"", string, false, null, false, "The v-model value of the component."> & DefineProp<"suffix", string, false, null, "The suffix text of the text field."> & DefineProp<"prefix", string, false, null, "The prefix text of the text field."> & DefineProp<"clearable", boolean, false, false, "Adds a clear button when the text field is not empty."> & DefineProp<"autofocus", boolean, false, false, "Enables autofocus."> & DefineProp<"placeholder", string, false, null, "Sets the input’s placeholder text."> & BaseProps;
11
- declare const _default: <TType extends "number" | "text" | "password" = "text">(props: import("@omnia/fx/ux").ConstructComponentProps<{
11
+ declare const _default: <TType extends "text" | "number" | "password" = "text">(props: import("@omnia/fx/ux").ConstructComponentProps<{
12
12
  type?: TType;
13
13
  } & (TType extends "number" ? NumberInputProps : TextInputProps)>) => any;
14
14
  export default _default;
@@ -5,7 +5,7 @@ declare const _default: {
5
5
  required: boolean;
6
6
  };
7
7
  colorSchemaType: {
8
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
8
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
9
9
  required: boolean;
10
10
  };
11
11
  container: {
@@ -22,7 +22,7 @@ declare const _default: {
22
22
  required: boolean;
23
23
  };
24
24
  colorSchemaType: {
25
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
25
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
26
26
  required: boolean;
27
27
  };
28
28
  container: {
@@ -48,7 +48,7 @@ declare const _default: {
48
48
  required: boolean;
49
49
  };
50
50
  colorSchemaType: {
51
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
51
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
52
52
  required: boolean;
53
53
  };
54
54
  container: {
@@ -71,7 +71,7 @@ declare const _default: {
71
71
  required: boolean;
72
72
  };
73
73
  colorSchemaType: {
74
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
74
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
75
75
  required: boolean;
76
76
  };
77
77
  container: {