@omnia/fx 8.0.126-dev → 8.0.128-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 (288) hide show
  1. package/internal-do-not-import-from-here/contexts/InternalAppContext.d.ts +6 -0
  2. package/internal-do-not-import-from-here/index.d.ts +1 -24
  3. package/internal-do-not-import-from-here/libs/swiper/Swiper.d.ts +1 -0
  4. package/internal-do-not-import-from-here/manifests/omnia.fx.context.manifest.json +1 -1
  5. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  6. package/internal-do-not-import-from-here/services/identities/GroupService.d.ts +3 -1
  7. package/internal-do-not-import-from-here/services/identities/UserService.d.ts +3 -2
  8. package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.d.ts +2 -1
  9. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +8 -8
  10. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.d.ts +10 -9
  11. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.d.ts +9 -9
  12. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.js +3 -3
  13. package/internal-do-not-import-from-here/shared/models/hub/activities/ActorActivity.d.ts +40 -0
  14. package/internal-do-not-import-from-here/shared/models/hub/activities/ActorActivity.js +17 -0
  15. package/internal-do-not-import-from-here/shared/models/hub/activities/index.d.ts +1 -2
  16. package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +1 -2
  17. package/internal-do-not-import-from-here/shared/models/hub/actors/Actor.d.ts +21 -0
  18. package/internal-do-not-import-from-here/shared/models/hub/actors/Actor.js +10 -0
  19. package/internal-do-not-import-from-here/shared/models/hub/actors/ExternalActorId.d.ts +2 -0
  20. package/internal-do-not-import-from-here/shared/models/hub/actors/index.d.ts +2 -0
  21. package/internal-do-not-import-from-here/shared/models/hub/actors/index.js +5 -0
  22. package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +2 -1
  23. package/internal-do-not-import-from-here/shared/models/hub/index.js +2 -1
  24. package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.d.ts +3 -3
  25. package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.d.ts +2 -2
  26. package/internal-do-not-import-from-here/shared/models/hub/targeting/ExternalIdentityProperty.d.ts +2 -2
  27. package/internal-do-not-import-from-here/shared/models/theming/Blueprints.d.ts +14 -25
  28. package/internal-do-not-import-from-here/shared/models/theming/Chrome.d.ts +3 -3
  29. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +8 -5
  30. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +1 -0
  31. package/internal-do-not-import-from-here/shared/models/theming/Typography.d.ts +3 -3
  32. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +0 -2
  33. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +0 -4
  34. package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.d.ts +2 -2
  35. package/internal-do-not-import-from-here/shared/models/velcron/VelcronEvents.d.ts +3 -0
  36. package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +11 -6
  37. package/internal-do-not-import-from-here/shared/services/ActivitySubscriptionService.d.ts +13 -13
  38. package/internal-do-not-import-from-here/stores/UserIdentityStore.d.ts +3 -1
  39. package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/index.d.ts +1 -0
  40. package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/rotate.d.ts +13 -0
  41. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +8 -2
  42. package/internal-do-not-import-from-here/ux/Exposes.d.ts +0 -1
  43. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +2 -2
  44. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +2 -2
  45. package/internal-do-not-import-from-here/ux/app/AppContextProvider.d.ts +1 -0
  46. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +3 -3
  47. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +3 -3
  48. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +3 -3
  49. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +5 -5
  50. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +3 -3
  51. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/AppInstanceProgressBlade.d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +18 -18
  53. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +6 -6
  55. package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstylepicker/BackgroundStyleEditor.d.ts +23 -3
  56. package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstylepicker/docs/ExampleComponents.d.ts +1 -0
  57. package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstylepicker/docs/index.d.ts +1 -0
  58. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/ButtonBlueprintsViewer.d.ts +6 -6
  59. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsPicker.css.d.ts +4 -0
  60. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsPicker.d.ts +364 -0
  61. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsViewer.d.ts +76 -0
  62. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeEditor.d.ts +8 -1
  63. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromePicker.d.ts +10 -10
  64. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeViewer.d.ts +6 -6
  65. package/internal-do-not-import-from-here/ux/blueprintpickers/componentblueprints/ComponentBlueprintsViewer.d.ts +3 -3
  66. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +11 -3
  67. package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/SpacingEditor.d.ts +364 -0
  68. package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/SpacingPreview.d.ts +364 -0
  69. package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/StylePicker.d.ts +183 -0
  70. package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/docs/ExampleComponents.d.ts +1 -0
  71. package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/docs/index.d.ts +1 -0
  72. package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/TabBlueprintsViewer.d.ts +3 -3
  73. package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +11 -3
  74. package/internal-do-not-import-from-here/ux/blueprintpickers/typographypicker/TypographyEditor.d.ts +8 -1
  75. package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +15 -3
  76. package/internal-do-not-import-from-here/ux/borderpicker/BorderPreview.d.ts +58 -4
  77. package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +45 -19
  78. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaEditor.d.ts +8 -1
  79. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +169 -95
  80. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.css.d.ts +2 -2
  81. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.d.ts +54 -4
  82. package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +2 -2
  83. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +2 -2
  84. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
  85. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
  86. package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +1 -1
  87. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +1 -1
  88. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +1 -1
  89. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +1 -1
  90. package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +1 -1
  91. package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +15 -3
  92. package/internal-do-not-import-from-here/ux/fillpicker/FillPreview.d.ts +32 -4
  93. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +1 -1
  94. package/internal-do-not-import-from-here/ux/hub/feed/components/{SenderItem.d.ts → ActorItem.d.ts} +14 -14
  95. package/internal-do-not-import-from-here/ux/hub/feed/components/FeedItem.d.ts +10 -10
  96. package/internal-do-not-import-from-here/ux/hub/feed/components/Header.d.ts +10 -10
  97. package/internal-do-not-import-from-here/ux/hub/feed/components/StoryComponent.d.ts +2 -2
  98. package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +57 -57
  99. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +1 -1
  100. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +3 -3
  101. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +1 -1
  102. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +28 -2
  103. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +2 -2
  104. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +28 -2
  105. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +28 -2
  106. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +2 -2
  107. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
  108. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +1 -1
  109. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
  110. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +1 -1
  111. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
  112. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.css.d.ts +4 -0
  113. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +237 -39
  114. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.css.d.ts +8 -7
  115. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.d.ts +72 -43
  116. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.css.d.ts +1 -1
  117. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.d.ts +78 -56
  118. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollage.d.ts +50 -94
  119. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollageWrapper.d.ts +4 -55
  120. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoGrid.d.ts +52 -46
  121. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoMask.d.ts +4 -17
  122. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoRow.d.ts +54 -46
  123. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoThumb.d.ts +53 -33
  124. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.css.d.ts +1 -1
  125. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.d.ts +58 -81
  126. package/internal-do-not-import-from-here/ux/mediagallery/view/MediaDisplayRenderer.d.ts +1 -1
  127. package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.d.ts +62 -48
  128. package/internal-do-not-import-from-here/ux/mediagallery/view/store/PhotoWallStore.d.ts +63 -0
  129. package/internal-do-not-import-from-here/ux/mediagallery/view/store/index.d.ts +1 -0
  130. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/loc/localize.d.ts +1 -0
  131. package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.d.ts +78 -21
  132. package/internal-do-not-import-from-here/ux/models/PostStyles.d.ts +1 -4
  133. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
  134. package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +3 -3
  135. package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +1 -1
  136. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +9 -9
  137. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +2 -2
  138. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +2 -2
  139. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +1 -1
  140. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +1 -1
  141. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +1 -1
  142. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +2 -2
  143. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +1 -1
  144. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +3692 -41
  145. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +7389 -87
  146. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +4 -4
  147. package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +14 -14
  148. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +52 -10
  149. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithoutNavigation.d.ts +51 -0
  150. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +1 -1
  151. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
  152. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +1 -1
  153. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +3 -3
  154. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +129 -53
  155. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +1 -1
  156. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +1 -1
  157. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
  158. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +1 -1
  159. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +1 -1
  160. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +1 -1
  161. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +1 -1
  162. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  163. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
  164. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +7399 -88
  165. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +36 -6
  166. package/internal-do-not-import-from-here/ux/oxide/slidepanel/constants.d.ts +4 -0
  167. package/internal-do-not-import-from-here/ux/oxide/slidepanel/index.d.ts +1 -0
  168. package/internal-do-not-import-from-here/ux/oxide/slidepanel/store/SlidePanelStore.d.ts +4 -4
  169. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +1 -1
  170. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
  171. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
  172. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +2 -2
  173. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -2
  174. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +2 -2
  175. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
  176. package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +2 -2
  177. package/internal-do-not-import-from-here/ux/permissioninput/TenantAdminPermissionInput.d.ts +2 -2
  178. package/internal-do-not-import-from-here/ux/post/IPost.d.ts +4 -15
  179. package/internal-do-not-import-from-here/ux/post/Post.d.ts +131 -65
  180. package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +85 -27
  181. package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.css.d.ts +3 -20
  182. package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +140 -84
  183. package/internal-do-not-import-from-here/ux/profilecard/aboutuser/AboutUser.d.ts +1 -0
  184. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +3 -3
  185. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +1 -1
  186. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
  187. package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +1 -1
  188. package/internal-do-not-import-from-here/ux/social/Comment.d.ts +1 -1
  189. package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +1 -1
  190. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +1 -1
  191. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/blades/ChromeBlueprintsBlade.d.ts +16 -0
  192. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/blades/EditChromeBlueprintBlade.d.ts +16 -0
  193. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/store/ChromeEditorStore.d.ts +39 -26
  194. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +19 -7
  195. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/blades/EditSpacingDefinitionBlade.d.ts +16 -0
  196. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/blades/SpacingBlueprintBlade.d.ts +16 -0
  197. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +36 -11
  198. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +24 -12
  199. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/BlueprintsTemplates.d.ts +102 -0
  200. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/BorderStyleDefinitions.d.ts +4 -0
  201. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ButtonStyleBlueprints.d.ts +7 -0
  202. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ChromeStyleBlueprints.d.ts +6 -0
  203. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorManager.d.ts +7 -0
  204. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorSchemaManager.d.ts +12 -0
  205. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/DefinitionsChrome.d.ts +0 -10
  206. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/FillStyleDefinitions.d.ts +5 -0
  207. package/internal-do-not-import-from-here/ux/theming-v2/designkits/{default/themes/DefinitionsSpacing.d.ts → core/SpacingBlueprint.d.ts} +1 -4
  208. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/TabsStyleBlueprints.d.ts +9 -0
  209. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeDefinitionInstance.d.ts +21 -2
  210. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeRegistrations.d.ts +1 -0
  211. package/internal-do-not-import-from-here/ux/theming-v2/designkits/{default/themes/DefinitionsTypography.d.ts → core/TypographyBlueprints.d.ts} +51 -51
  212. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/index.d.ts +7 -0
  213. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +100 -4
  214. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +160 -4
  215. package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +137 -0
  216. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +3688 -36
  217. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +3686 -34
  218. package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +3687 -35
  219. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +3686 -34
  220. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +45 -54
  221. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +5 -6
  222. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +3690 -38
  223. package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +1 -5
  224. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +36908 -398
  225. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +4 -1
  226. package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeEditor.d.ts +77 -0
  227. package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +10 -10
  228. package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +1 -1
  229. package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +1 -1
  230. package/internal-do-not-import-from-here/ux/use/UseClone.d.ts +0 -3
  231. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +3692 -41
  232. package/internal-do-not-import-from-here/ux/use/UseInternatlStateMirroring.d.ts +9 -0
  233. package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -0
  234. package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +1 -1
  235. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronActions.d.ts +4 -2
  236. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +7 -7
  237. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +3 -3
  238. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +1 -1
  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/propertyeditors/ColorSchemaEditor.d.ts +95 -95
  241. package/internal-do-not-import-from-here/ux/versionedlayout/blade/Shared.d.ts +1 -6
  242. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +76 -118
  243. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +56 -39
  244. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutListBladeBuilder.d.ts +53 -62
  245. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutSettingsComponent.d.ts +54 -66
  246. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutSettingsTabRenderer.d.ts +5 -0
  247. package/internal-do-not-import-from-here/ux/versionedlayout/controller/Chrome.d.ts +1 -1
  248. package/internal-do-not-import-from-here/ux/versionedlayout/controller/VersionedLayoutController.d.ts +2 -2
  249. package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +5 -5
  250. package/internal-do-not-import-from-here/wctypings.d.ts +139 -27
  251. package/package.json +2 -2
  252. package/internal-do-not-import-from-here/shared/models/hub/ExternalIdentityId.d.ts +0 -2
  253. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.d.ts +0 -16
  254. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.js +0 -5
  255. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +0 -40
  256. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +0 -39
  257. package/internal-do-not-import-from-here/ux/mediapickervideo/IMediaPickerVideo.d.ts +0 -28
  258. package/internal-do-not-import-from-here/ux/mediapickervideo/index.d.ts +0 -1
  259. package/internal-do-not-import-from-here/ux/social/IComment.d.ts +0 -0
  260. package/internal-do-not-import-from-here/ux/social/ILike.d.ts +0 -0
  261. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/TypographyBlade.d.ts +0 -0
  262. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsChrome.d.ts +0 -11
  263. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsComponents.d.ts +0 -22
  264. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsSpacing.d.ts +0 -20
  265. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsTypography.d.ts +0 -27
  266. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/DefinitionsComponents.d.ts +0 -0
  267. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsChrome.d.ts +0 -8
  268. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsComponents.d.ts +0 -8
  269. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsSpacing.d.ts +0 -11
  270. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsComponents.d.ts +0 -0
  271. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsSpacing.d.ts +0 -19
  272. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsTypography.d.ts +0 -98
  273. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsChrome.d.ts +0 -11
  274. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsComponents.d.ts +0 -8
  275. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsSpacing.d.ts +0 -11
  276. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsComponents.d.ts +0 -0
  277. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsSpacing.d.ts +0 -19
  278. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsTypography.d.ts +0 -158
  279. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeDefinitionStore.d.ts +0 -29
  280. package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentDefinitionStore.d.ts +0 -29
  281. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingDefinitionStore.d.ts +0 -29
  282. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyDefinitionStore.d.ts +0 -29
  283. package/internal-do-not-import-from-here/shared/models/hub/{ExternalIdentityId.js → actors/ExternalActorId.js} +0 -0
  284. package/internal-do-not-import-from-here/ux/{theming-v2/admin/blades/blueprints/chrome/blades/ChromeDefinitionBlade.d.ts → blueprintpickers/backgroundstylepicker/docs/SampleComponent.d.ts} +0 -0
  285. package/internal-do-not-import-from-here/ux/{theming-v2/admin/blades/blueprints/spacing/blades/SpacingDefinitionBlade.d.ts → blueprintpickers/stylepicker/docs/SampleComponent.d.ts} +0 -0
  286. package/internal-do-not-import-from-here/ux/hub/feed/components/{SendersList.d.ts → ActorsList.d.ts} +0 -0
  287. package/internal-do-not-import-from-here/ux/theming-v2/{themedefinitionpicker/ThemeDefinitionPicker.css.d.ts → themepicker/ThemePicker.css.d.ts} +0 -0
  288. package/internal-do-not-import-from-here/ux/theming-v2/{themedefinitionpicker/ThemeDefinitionPicker.d.ts → themepicker/ThemePicker.d.ts} +1 -1
@@ -0,0 +1,364 @@
1
+ import { SpacingBlueprint, SpacingBlueprintTypes } from "@omnia/fx/models";
2
+ declare const _default: {
3
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
+ "onUpdate:modelValue": {
5
+ type: import("vue").PropType<(value: SpacingBlueprint) => any>;
6
+ };
7
+ "v-model": {
8
+ type: import("vue").PropType<SpacingBlueprint>;
9
+ required: false;
10
+ };
11
+ modelValue: {
12
+ type: import("vue").PropType<SpacingBlueprint>;
13
+ required: false;
14
+ };
15
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
16
+ type: import("vue").PropType<(value: SpacingBlueprint) => any>;
17
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
18
+ type: import("vue").PropType<SpacingBlueprint>;
19
+ required: false;
20
+ }; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
21
+ type: import("vue").PropType<SpacingBlueprint>;
22
+ required: false;
23
+ }; } & {
24
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, SpacingBlueprint, {
25
+ "onUpdate:modelValue": {
26
+ type: import("vue").PropType<(value: SpacingBlueprint) => any>;
27
+ };
28
+ } & {
29
+ "v-model": {
30
+ type: import("vue").PropType<SpacingBlueprint>;
31
+ required: false;
32
+ };
33
+ } & {
34
+ modelValue: {
35
+ type: import("vue").PropType<SpacingBlueprint>;
36
+ required: false;
37
+ };
38
+ }>;
39
+ defaultValue(value?: SpacingBlueprint): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, SpacingBlueprint, {
40
+ "onUpdate:modelValue": {
41
+ type: import("vue").PropType<(value: SpacingBlueprint) => any>;
42
+ };
43
+ } & {
44
+ "v-model": {
45
+ type: import("vue").PropType<SpacingBlueprint>;
46
+ required: false;
47
+ };
48
+ } & {
49
+ modelValue: {
50
+ type: import("vue").PropType<SpacingBlueprint>;
51
+ required: false;
52
+ };
53
+ }, false>;
54
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, SpacingBlueprint, {
55
+ "onUpdate:modelValue": {
56
+ type: import("vue").PropType<(value: SpacingBlueprint) => any>;
57
+ };
58
+ } & {
59
+ "v-model": {
60
+ type: import("vue").PropType<SpacingBlueprint>;
61
+ required: false;
62
+ };
63
+ } & {
64
+ modelValue: {
65
+ type: import("vue").PropType<SpacingBlueprint>;
66
+ required: false;
67
+ };
68
+ }>;
69
+ };
70
+ }>> & {
71
+ "onClick:select"?: (value: SpacingBlueprintTypes) => any;
72
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
73
+ "click:select": (value: SpacingBlueprintTypes) => true;
74
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
75
+ "onUpdate:modelValue": {
76
+ type: import("vue").PropType<(value: SpacingBlueprint) => any>;
77
+ };
78
+ "v-model": {
79
+ type: import("vue").PropType<SpacingBlueprint>;
80
+ required: false;
81
+ };
82
+ modelValue: {
83
+ type: import("vue").PropType<SpacingBlueprint>;
84
+ required: false;
85
+ };
86
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
87
+ type: import("vue").PropType<(value: SpacingBlueprint) => any>;
88
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
89
+ type: import("vue").PropType<SpacingBlueprint>;
90
+ required: false;
91
+ }; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
92
+ type: import("vue").PropType<SpacingBlueprint>;
93
+ required: false;
94
+ }; } & {
95
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, SpacingBlueprint, {
96
+ "onUpdate:modelValue": {
97
+ type: import("vue").PropType<(value: SpacingBlueprint) => any>;
98
+ };
99
+ } & {
100
+ "v-model": {
101
+ type: import("vue").PropType<SpacingBlueprint>;
102
+ required: false;
103
+ };
104
+ } & {
105
+ modelValue: {
106
+ type: import("vue").PropType<SpacingBlueprint>;
107
+ required: false;
108
+ };
109
+ }>;
110
+ defaultValue(value?: SpacingBlueprint): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, SpacingBlueprint, {
111
+ "onUpdate:modelValue": {
112
+ type: import("vue").PropType<(value: SpacingBlueprint) => any>;
113
+ };
114
+ } & {
115
+ "v-model": {
116
+ type: import("vue").PropType<SpacingBlueprint>;
117
+ required: false;
118
+ };
119
+ } & {
120
+ modelValue: {
121
+ type: import("vue").PropType<SpacingBlueprint>;
122
+ required: false;
123
+ };
124
+ }, false>;
125
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, SpacingBlueprint, {
126
+ "onUpdate:modelValue": {
127
+ type: import("vue").PropType<(value: SpacingBlueprint) => any>;
128
+ };
129
+ } & {
130
+ "v-model": {
131
+ type: import("vue").PropType<SpacingBlueprint>;
132
+ required: false;
133
+ };
134
+ } & {
135
+ modelValue: {
136
+ type: import("vue").PropType<SpacingBlueprint>;
137
+ required: false;
138
+ };
139
+ }>;
140
+ };
141
+ }>> & {
142
+ "onClick:select"?: (value: SpacingBlueprintTypes) => any;
143
+ }, {}, true, {}, {}, {
144
+ P: {};
145
+ B: {};
146
+ D: {};
147
+ C: {};
148
+ M: {};
149
+ Defaults: {};
150
+ }, Readonly<import("vue").ExtractPropTypes<{
151
+ "onUpdate:modelValue": {
152
+ type: import("vue").PropType<(value: SpacingBlueprint) => any>;
153
+ };
154
+ "v-model": {
155
+ type: import("vue").PropType<SpacingBlueprint>;
156
+ required: false;
157
+ };
158
+ modelValue: {
159
+ type: import("vue").PropType<SpacingBlueprint>;
160
+ required: false;
161
+ };
162
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
163
+ type: import("vue").PropType<(value: SpacingBlueprint) => any>;
164
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
165
+ type: import("vue").PropType<SpacingBlueprint>;
166
+ required: false;
167
+ }; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
168
+ type: import("vue").PropType<SpacingBlueprint>;
169
+ required: false;
170
+ }; } & {
171
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, SpacingBlueprint, {
172
+ "onUpdate:modelValue": {
173
+ type: import("vue").PropType<(value: SpacingBlueprint) => any>;
174
+ };
175
+ } & {
176
+ "v-model": {
177
+ type: import("vue").PropType<SpacingBlueprint>;
178
+ required: false;
179
+ };
180
+ } & {
181
+ modelValue: {
182
+ type: import("vue").PropType<SpacingBlueprint>;
183
+ required: false;
184
+ };
185
+ }>;
186
+ defaultValue(value?: SpacingBlueprint): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, SpacingBlueprint, {
187
+ "onUpdate:modelValue": {
188
+ type: import("vue").PropType<(value: SpacingBlueprint) => any>;
189
+ };
190
+ } & {
191
+ "v-model": {
192
+ type: import("vue").PropType<SpacingBlueprint>;
193
+ required: false;
194
+ };
195
+ } & {
196
+ modelValue: {
197
+ type: import("vue").PropType<SpacingBlueprint>;
198
+ required: false;
199
+ };
200
+ }, false>;
201
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, SpacingBlueprint, {
202
+ "onUpdate:modelValue": {
203
+ type: import("vue").PropType<(value: SpacingBlueprint) => any>;
204
+ };
205
+ } & {
206
+ "v-model": {
207
+ type: import("vue").PropType<SpacingBlueprint>;
208
+ required: false;
209
+ };
210
+ } & {
211
+ modelValue: {
212
+ type: import("vue").PropType<SpacingBlueprint>;
213
+ required: false;
214
+ };
215
+ }>;
216
+ };
217
+ }>> & {
218
+ "onClick:select"?: (value: SpacingBlueprintTypes) => any;
219
+ }, () => JSX.Element, {}, {}, {}, {}>;
220
+ __isFragment?: never;
221
+ __isTeleport?: never;
222
+ __isSuspense?: never;
223
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
224
+ "onUpdate:modelValue": {
225
+ type: import("vue").PropType<(value: SpacingBlueprint) => any>;
226
+ };
227
+ "v-model": {
228
+ type: import("vue").PropType<SpacingBlueprint>;
229
+ required: false;
230
+ };
231
+ modelValue: {
232
+ type: import("vue").PropType<SpacingBlueprint>;
233
+ required: false;
234
+ };
235
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
236
+ type: import("vue").PropType<(value: SpacingBlueprint) => any>;
237
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
238
+ type: import("vue").PropType<SpacingBlueprint>;
239
+ required: false;
240
+ }; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
241
+ type: import("vue").PropType<SpacingBlueprint>;
242
+ required: false;
243
+ }; } & {
244
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, SpacingBlueprint, {
245
+ "onUpdate:modelValue": {
246
+ type: import("vue").PropType<(value: SpacingBlueprint) => any>;
247
+ };
248
+ } & {
249
+ "v-model": {
250
+ type: import("vue").PropType<SpacingBlueprint>;
251
+ required: false;
252
+ };
253
+ } & {
254
+ modelValue: {
255
+ type: import("vue").PropType<SpacingBlueprint>;
256
+ required: false;
257
+ };
258
+ }>;
259
+ defaultValue(value?: SpacingBlueprint): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, SpacingBlueprint, {
260
+ "onUpdate:modelValue": {
261
+ type: import("vue").PropType<(value: SpacingBlueprint) => any>;
262
+ };
263
+ } & {
264
+ "v-model": {
265
+ type: import("vue").PropType<SpacingBlueprint>;
266
+ required: false;
267
+ };
268
+ } & {
269
+ modelValue: {
270
+ type: import("vue").PropType<SpacingBlueprint>;
271
+ required: false;
272
+ };
273
+ }, false>;
274
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, SpacingBlueprint, {
275
+ "onUpdate:modelValue": {
276
+ type: import("vue").PropType<(value: SpacingBlueprint) => any>;
277
+ };
278
+ } & {
279
+ "v-model": {
280
+ type: import("vue").PropType<SpacingBlueprint>;
281
+ required: false;
282
+ };
283
+ } & {
284
+ modelValue: {
285
+ type: import("vue").PropType<SpacingBlueprint>;
286
+ required: false;
287
+ };
288
+ }>;
289
+ };
290
+ }>> & {
291
+ "onClick:select"?: (value: SpacingBlueprintTypes) => any;
292
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
293
+ "click:select": (value: SpacingBlueprintTypes) => true;
294
+ }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
295
+ propsDefinition: Omit<Readonly<{} & {
296
+ name?: {
297
+ [x: `onUpdate:${string}`]: {
298
+ type: import("vue").PropType<(value: SpacingBlueprint) => any>;
299
+ };
300
+ } & {
301
+ [x: `v-model:${string}`]: {
302
+ type: import("vue").PropType<SpacingBlueprint>;
303
+ required: false;
304
+ };
305
+ } & {
306
+ [x: string]: {
307
+ type: import("vue").PropType<SpacingBlueprint>;
308
+ required: false;
309
+ };
310
+ } & {
311
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<string, SpacingBlueprint, {
312
+ "onUpdate:modelValue": {
313
+ type: import("vue").PropType<(value: SpacingBlueprint) => any>;
314
+ };
315
+ } & {
316
+ "v-model": {
317
+ type: import("vue").PropType<SpacingBlueprint>;
318
+ required: false;
319
+ };
320
+ } & {
321
+ modelValue: {
322
+ type: import("vue").PropType<SpacingBlueprint>;
323
+ required: false;
324
+ };
325
+ }>;
326
+ defaultValue(value?: SpacingBlueprint): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, SpacingBlueprint, {
327
+ "onUpdate:modelValue": {
328
+ type: import("vue").PropType<(value: SpacingBlueprint) => any>;
329
+ };
330
+ } & {
331
+ "v-model": {
332
+ type: import("vue").PropType<SpacingBlueprint>;
333
+ required: false;
334
+ };
335
+ } & {
336
+ modelValue: {
337
+ type: import("vue").PropType<SpacingBlueprint>;
338
+ required: false;
339
+ };
340
+ }, false>;
341
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, SpacingBlueprint, {
342
+ "onUpdate:modelValue": {
343
+ type: import("vue").PropType<(value: SpacingBlueprint) => any>;
344
+ };
345
+ } & {
346
+ "v-model": {
347
+ type: import("vue").PropType<SpacingBlueprint>;
348
+ required: false;
349
+ };
350
+ } & {
351
+ modelValue: {
352
+ type: import("vue").PropType<SpacingBlueprint>;
353
+ required: false;
354
+ };
355
+ }>;
356
+ };
357
+ "v-model"?: SpacingBlueprint;
358
+ "onUpdate:modelValue"?: (value: SpacingBlueprint) => any;
359
+ modelValue?: SpacingBlueprint;
360
+ }>, "onClick:select"> & {
361
+ "onClick:select"?: (value: SpacingBlueprintTypes) => any;
362
+ };
363
+ };
364
+ export default _default;
@@ -0,0 +1,183 @@
1
+ import { BorderStylingDefinition, ButtonBlueprint, ChromeBlueprint, FillDefinition, TabsBlueprint } from "@omnia/fx-models";
2
+ import { VNodeChild } from "vue";
3
+ type EditorVariant = "fill-style" | "border-style" | "button-style" | "tabs-style" | "chrome-style";
4
+ declare const _default: {
5
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
6
+ "v-slots": import("vue").Prop<{
7
+ default?: import("../../DefineVueTypings").Slot<any[]>;
8
+ } & {
9
+ activator?: () => VNodeChild;
10
+ }>;
11
+ "color-schema-type-preview": {
12
+ type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
13
+ };
14
+ colorSchemaTypePreview: {
15
+ type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
16
+ };
17
+ variant: {
18
+ type: import("vue").PropType<EditorVariant>;
19
+ } & {
20
+ type: import("vue").PropType<EditorVariant>;
21
+ };
22
+ colorSchemaType?: any;
23
+ container?: any;
24
+ colors?: any;
25
+ class: {
26
+ type: import("vue").PropType<String | String[]>;
27
+ required: boolean;
28
+ };
29
+ }>> & {
30
+ "onSelected:fillStyle"?: (style: FillDefinition) => any;
31
+ "onSelected:borderStyle"?: (style: BorderStylingDefinition) => any;
32
+ "onSelected:buttonStyle"?: (style: ButtonBlueprint) => any;
33
+ "onSelected:tabsStyle"?: (style: TabsBlueprint) => any;
34
+ "onSelected:chromeStyle"?: (style: ChromeBlueprint) => any;
35
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
36
+ "selected:fillStyle": (style: FillDefinition) => any;
37
+ "selected:borderStyle": (style: BorderStylingDefinition) => any;
38
+ "selected:buttonStyle": (style: ButtonBlueprint) => any;
39
+ "selected:tabsStyle": (style: TabsBlueprint) => any;
40
+ "selected:chromeStyle": (style: ChromeBlueprint) => any;
41
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
42
+ "v-slots": import("vue").Prop<{
43
+ default?: import("../../DefineVueTypings").Slot<any[]>;
44
+ } & {
45
+ activator?: () => VNodeChild;
46
+ }>;
47
+ "color-schema-type-preview": {
48
+ type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
49
+ };
50
+ colorSchemaTypePreview: {
51
+ type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
52
+ };
53
+ variant: {
54
+ type: import("vue").PropType<EditorVariant>;
55
+ } & {
56
+ type: import("vue").PropType<EditorVariant>;
57
+ };
58
+ colorSchemaType?: any;
59
+ container?: any;
60
+ colors?: any;
61
+ class: {
62
+ type: import("vue").PropType<String | String[]>;
63
+ required: boolean;
64
+ };
65
+ }>> & {
66
+ "onSelected:fillStyle"?: (style: FillDefinition) => any;
67
+ "onSelected:borderStyle"?: (style: BorderStylingDefinition) => any;
68
+ "onSelected:buttonStyle"?: (style: ButtonBlueprint) => any;
69
+ "onSelected:tabsStyle"?: (style: TabsBlueprint) => any;
70
+ "onSelected:chromeStyle"?: (style: ChromeBlueprint) => any;
71
+ }, {
72
+ container?: any;
73
+ colorSchemaType?: any;
74
+ colors?: any;
75
+ }, true, {}, {}, {
76
+ P: {};
77
+ B: {};
78
+ D: {};
79
+ C: {};
80
+ M: {};
81
+ Defaults: {};
82
+ }, Readonly<import("vue").ExtractPropTypes<{
83
+ "v-slots": import("vue").Prop<{
84
+ default?: import("../../DefineVueTypings").Slot<any[]>;
85
+ } & {
86
+ activator?: () => VNodeChild;
87
+ }>;
88
+ "color-schema-type-preview": {
89
+ type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
90
+ };
91
+ colorSchemaTypePreview: {
92
+ type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
93
+ };
94
+ variant: {
95
+ type: import("vue").PropType<EditorVariant>;
96
+ } & {
97
+ type: import("vue").PropType<EditorVariant>;
98
+ };
99
+ colorSchemaType?: any;
100
+ container?: any;
101
+ colors?: any;
102
+ class: {
103
+ type: import("vue").PropType<String | String[]>;
104
+ required: boolean;
105
+ };
106
+ }>> & {
107
+ "onSelected:fillStyle"?: (style: FillDefinition) => any;
108
+ "onSelected:borderStyle"?: (style: BorderStylingDefinition) => any;
109
+ "onSelected:buttonStyle"?: (style: ButtonBlueprint) => any;
110
+ "onSelected:tabsStyle"?: (style: TabsBlueprint) => any;
111
+ "onSelected:chromeStyle"?: (style: ChromeBlueprint) => any;
112
+ }, () => JSX.Element, {}, {}, {}, {
113
+ container?: any;
114
+ colorSchemaType?: any;
115
+ colors?: any;
116
+ }>;
117
+ __isFragment?: never;
118
+ __isTeleport?: never;
119
+ __isSuspense?: never;
120
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
121
+ "v-slots": import("vue").Prop<{
122
+ default?: import("../../DefineVueTypings").Slot<any[]>;
123
+ } & {
124
+ activator?: () => VNodeChild;
125
+ }>;
126
+ "color-schema-type-preview": {
127
+ type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
128
+ };
129
+ colorSchemaTypePreview: {
130
+ type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
131
+ };
132
+ variant: {
133
+ type: import("vue").PropType<EditorVariant>;
134
+ } & {
135
+ type: import("vue").PropType<EditorVariant>;
136
+ };
137
+ colorSchemaType?: any;
138
+ container?: any;
139
+ colors?: any;
140
+ class: {
141
+ type: import("vue").PropType<String | String[]>;
142
+ required: boolean;
143
+ };
144
+ }>> & {
145
+ "onSelected:fillStyle"?: (style: FillDefinition) => any;
146
+ "onSelected:borderStyle"?: (style: BorderStylingDefinition) => any;
147
+ "onSelected:buttonStyle"?: (style: ButtonBlueprint) => any;
148
+ "onSelected:tabsStyle"?: (style: TabsBlueprint) => any;
149
+ "onSelected:chromeStyle"?: (style: ChromeBlueprint) => any;
150
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
151
+ "selected:fillStyle": (style: FillDefinition) => any;
152
+ "selected:borderStyle": (style: BorderStylingDefinition) => any;
153
+ "selected:buttonStyle": (style: ButtonBlueprint) => any;
154
+ "selected:tabsStyle": (style: TabsBlueprint) => any;
155
+ "selected:chromeStyle": (style: ChromeBlueprint) => any;
156
+ }, string, {
157
+ container?: any;
158
+ colorSchemaType?: any;
159
+ colors?: any;
160
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
161
+ propsDefinition: Omit<Readonly<{
162
+ container?: any;
163
+ colorSchemaType?: any;
164
+ colors?: any;
165
+ } & {
166
+ class?: String | String[];
167
+ "v-slots"?: {
168
+ default?: import("../../DefineVueTypings").Slot<any[]>;
169
+ } & {
170
+ activator?: () => VNodeChild;
171
+ };
172
+ variant?: EditorVariant;
173
+ colorSchemaTypePreview?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
174
+ "color-schema-type-preview"?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
175
+ }>, "onSelected:fillStyle" | "onSelected:borderStyle" | "onSelected:buttonStyle" | "onSelected:tabsStyle" | "onSelected:chromeStyle"> & {
176
+ "onSelected:fillStyle"?: (style: FillDefinition) => any;
177
+ "onSelected:borderStyle"?: (style: BorderStylingDefinition) => any;
178
+ "onSelected:buttonStyle"?: (style: ButtonBlueprint) => any;
179
+ "onSelected:tabsStyle"?: (style: TabsBlueprint) => any;
180
+ "onSelected:chromeStyle"?: (style: ChromeBlueprint) => any;
181
+ };
182
+ };
183
+ export default _default;
@@ -0,0 +1 @@
1
+ export declare const ExampleComponents: import("@omnia/fx/ux").DocumentationSpec;
@@ -0,0 +1 @@
1
+ export declare const spec: import("@omnia/fx/ux").DocumentationSpec;
@@ -11,11 +11,11 @@ declare const _default: (props: {
11
11
  selectable?: boolean;
12
12
  } & Omit<{
13
13
  "onClick:select"?: (variant: BlueprintVariant) => any;
14
- }, "v-model" | "onUpdate:modelValue" | "modelValue" | "toned" | "selectable"> & {
14
+ }, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "selectable"> & {
15
15
  "v-slots"?: {
16
16
  default?: import("vue").Slot;
17
17
  };
18
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "toned" | "selectable">) => {
18
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "selectable">) => {
19
19
  $: import("vue").ComponentInternalInstance;
20
20
  $data: {};
21
21
  $props: {};
@@ -69,7 +69,7 @@ declare const _default: (props: {
69
69
  };
70
70
  } & {
71
71
  "onClick:select"?: (variant: BlueprintVariant) => any;
72
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "toned" | "selectable">;
72
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "selectable">;
73
73
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
74
74
  [key: string]: any;
75
75
  }>;
@@ -7,11 +7,15 @@ declare const _default: (props: {
7
7
  "onUpdate:modelValue"?: (value: TextBlueprint) => void;
8
8
  } & {
9
9
  modelValue?: TextBlueprint;
10
- } & Omit<{}, "v-model" | "onUpdate:modelValue" | "modelValue"> & {
10
+ } & {
11
+ dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
12
+ } & {
13
+ enableDynamicColor?: boolean;
14
+ } & Omit<{}, "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor"> & {
11
15
  "v-slots"?: {
12
16
  default?: import("vue").Slot;
13
17
  } & DefineSlot<"activator", () => VNodeChild>;
14
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue">) => {
18
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor">) => {
15
19
  $: import("vue").ComponentInternalInstance;
16
20
  $data: {};
17
21
  $props: {};
@@ -55,11 +59,15 @@ declare const _default: (props: {
55
59
  "onUpdate:modelValue"?: (value: TextBlueprint) => void;
56
60
  } & {
57
61
  modelValue?: TextBlueprint;
62
+ } & {
63
+ dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
64
+ } & {
65
+ enableDynamicColor?: boolean;
58
66
  } & {
59
67
  "v-slots"?: {
60
68
  default?: import("vue").Slot;
61
69
  } & DefineSlot<"activator", () => VNodeChild>;
62
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue">;
70
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor">;
63
71
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
64
72
  [key: string]: any;
65
73
  }>;
@@ -92,8 +92,10 @@ declare const _default: {
92
92
  };
93
93
  }>> & {
94
94
  "onClick:confirm"?: (model: TypographyDefinition) => any;
95
+ "onInit:actionButtons"?: (value: () => VNodeChild) => any;
95
96
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
96
97
  "click:confirm": (model: TypographyDefinition) => true;
98
+ "init:actionButtons": (value: () => VNodeChild) => any;
97
99
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
98
100
  "v-slots": import("vue").Prop<{
99
101
  default?: import("../../DefineVueTypings").Slot<any[]>;
@@ -184,6 +186,7 @@ declare const _default: {
184
186
  };
185
187
  }>> & {
186
188
  "onClick:confirm"?: (model: TypographyDefinition) => any;
189
+ "onInit:actionButtons"?: (value: () => VNodeChild) => any;
187
190
  }, {}, true, {}, {}, {
188
191
  P: {};
189
192
  B: {};
@@ -281,6 +284,7 @@ declare const _default: {
281
284
  };
282
285
  }>> & {
283
286
  "onClick:confirm"?: (model: TypographyDefinition) => any;
287
+ "onInit:actionButtons"?: (value: () => VNodeChild) => any;
284
288
  }, () => JSX.Element, {}, {}, {}, {}>;
285
289
  __isFragment?: never;
286
290
  __isTeleport?: never;
@@ -375,8 +379,10 @@ declare const _default: {
375
379
  };
376
380
  }>> & {
377
381
  "onClick:confirm"?: (model: TypographyDefinition) => any;
382
+ "onInit:actionButtons"?: (value: () => VNodeChild) => any;
378
383
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
379
384
  "click:confirm": (model: TypographyDefinition) => true;
385
+ "init:actionButtons": (value: () => VNodeChild) => any;
380
386
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
381
387
  propsDefinition: Omit<Readonly<{} & {
382
388
  name?: {
@@ -452,8 +458,9 @@ declare const _default: {
452
458
  variant?: EditorVariant;
453
459
  sampleText?: string;
454
460
  "sample-text"?: string;
455
- }>, "onClick:confirm"> & {
461
+ }>, "onClick:confirm" | "onInit:actionButtons"> & {
456
462
  "onClick:confirm"?: (model: TypographyDefinition) => any;
463
+ "onInit:actionButtons"?: (value: () => VNodeChild) => any;
457
464
  };
458
465
  };
459
466
  export default _default;