@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
@@ -70,6 +70,7 @@ import wcd836de74ad894f4999e21046b1ba2cab from './ux/magiclink/MagicLinkFailure'
70
70
  import wc744b3f31e00c4815b63ecaf638ad7a7a from './ux/markdown/MarkdownEditor';
71
71
  import wcc8b990d01ddc45ab930b4409fc406435 from './ux/markdown/MarkdownRenderer';
72
72
  import wce9bb3179713943d787e139cedf749838 from './ux/mediapickerimage/MediaPickerImage';
73
+ import wc4b2648ed8b124e62a09b21b099b43399 from './ux/mediapickervideo/MediaPickerVideo';
73
74
  import wc2e8004b49c8d44dd8edb56ce884c2b57 from './ux/monaco/MonacoEditor';
74
75
  import wce95c4611a45548a79e4c3984d8e5228d from './ux/multilingualinput/MultilingualInput';
75
76
  import wccdadf45bd7774609a713c4e1d6862783 from './ux/multitextinput/MultiTextInput';
@@ -78,6 +79,7 @@ import wc02e199d7f0af45508837fccb8a041f58 from './ux/organizationtree/Organizati
78
79
  import wcfb67bd4d1cc24073ab123c822d78ea17 from './ux/permissioninput/PermissionInput';
79
80
  import wcd4adc78e79ad4c2c889e52755e2bbede from './ux/permissioninput/TenantAdminPermissionInput';
80
81
  import wc73919d3e5df64b92aded98d7bc04d6f7 from './ux/persona/Persona';
82
+ import wcffa71f76ab46494a9180e1f55885ce4d from './ux/post/Post';
81
83
  import wc1a58948a606a42078da3fb919cc4f7e6 from './ux/presetupwizard/PreSetupWizard';
82
84
  import wc6489472fd8d24a1b9413537fde528566 from './ux/profilecard/ProfileCard';
83
85
  import wc6d1d84cb210643c59ca8437fc36c75a1 from './ux/profilecard/ProfileCardRenderer';
@@ -158,9 +160,14 @@ import wc7222a47525f54724a8e9f7f2cfc39354 from './ux/blueprintpickers/buttonstyl
158
160
  import wc44e2dd896269442f800da69000d4c2f1 from './ux/blueprintpickers/chromepicker/ChromePicker';
159
161
  import wcb059e461e6c048fe830c6d32722e5cdc from './ux/blueprintpickers/chromepicker/ChromeViewer';
160
162
  import wc4d52057f17b94cfeb504176f24ac5ab5 from './ux/blueprintpickers/chromepicker/ChromeEditor';
163
+ import wce0656baa027f49c495e4e00310a78760 from './ux/blueprintpickers/chromepicker/ChromeBlueprintsViewer';
164
+ import wc21b90a7556c8450ead8de25357de90d3 from './ux/blueprintpickers/chromepicker/ChromeBlueprintsPicker';
161
165
  import wc73b0b5416b9348849ecb9a1cd8358e70 from './ux/blueprintpickers/componentblueprints/ComponentBlueprintsViewer';
162
166
  import wc5542a25df57c464897a59a336eee0e56 from './ux/blueprintpickers/iconstylepicker/IconStylePicker';
163
167
  import wc564bced7081c496483e8df717f600ff3 from './ux/blueprintpickers/spacingpicker/SpacingPicker3';
168
+ import wc0ed52c601528428e935d110b3018a0bc from './ux/blueprintpickers/spacingpicker/SpacingPreview';
169
+ import wc3f61b080ed9d4a2bad922be8f5ae0794 from './ux/blueprintpickers/spacingpicker/SpacingEditor';
170
+ import wcb4ddcf67388c4aa494cad4fa07ff8937 from './ux/blueprintpickers/stylepicker/StylePicker';
164
171
  import wce35c6b2d296345329c39928b82b1ec77 from './ux/blueprintpickers/tabstylepicker/TabStylePicker';
165
172
  import wcb2429c572d6c41809c621c408bbba855 from './ux/blueprintpickers/tabstylepicker/TabStyleEditor';
166
173
  import wcfd6b575dc7c44149ac3129492fc83aa6 from './ux/blueprintpickers/tabstylepicker/TabBlueprintsViewer';
@@ -259,6 +266,7 @@ import wc575bd9ad6c0d4fc9ab53fbd1b93786c4 from './ux/oxide/toolbar/Toolbar';
259
266
  import wc19adb19938604f41b10f3a00eb3eb534 from './ux/oxide/tooltip/Tooltip';
260
267
  import wcc617a9d7e25249929c41becb55905973 from './ux/oxide/treeview/Treeview';
261
268
  import wc1e7fa637f4914cbeb9ceb6d577fec150 from './ux/oxide/validation/Validation';
269
+ import wc87d2f5f7fa15440ba71dbb642b0dcf38 from './ux/post/templates/PostTemplate';
262
270
  import wc8270a3e368484538870b0bc4a6654234 from './ux/properties/block/PropertyBlock';
263
271
  import wcab2cfe16632d45b5bab39e05612982a3 from './ux/properties/block/PropertyBlockSettings';
264
272
  import wc58330f37503947799af05363e58bda3c from './ux/richtexteditor/Emoticon/EmoticonComponent';
@@ -269,13 +277,15 @@ import wc0e7c178722cb41108b4740dbc788b4e5 from './ux/social/templates/CommentLik
269
277
  import wc0e7c178722cb41108b4740dbc788b4ee from './ux/social/templates/LikeListingTemplate';
270
278
  import wc4ff736bf8c544324883ed49f2a38f846 from './ux/theming/components/ThemeDefinitionEditor';
271
279
  import wc97cad1f254694fb2ab76b333cf8fe84c from './ux/theming-v2/admin/DesignJourney';
272
- import wc252ece0016594978b3ddfafdd59adda4 from './ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker';
280
+ import wc252ece0016594978b3ddfafdd59adda4 from './ux/theming-v2/themepicker/ThemePicker';
281
+ import wcb89e133162f54c1fb2cd6d03cc2e4fe2 from './ux/theming-v2/themepicker/ThemeEditor';
273
282
  import wc008c41f92c8847eea45f09ebc0535fc1 from './ux/theming-v2/themeprovider/ThemeProvider';
274
283
  import wcc75ffd4cf2f14b6685c5c2d894fdf00f from './ux/velcron/editor/VelcronEditor';
275
284
  import wc3dd4d94bcc254f9fac2100a3ff84dc7e from './ux/velcron/renderer/VelcronRenderer';
276
285
  import wc64567c1ccfb84d1380725db72ad01eeb from './ux/velcron/renderer/components/ComponentCreator';
277
286
  import wcdcf9c3e24a774e4dae784a3eac29d488 from './ux/velcron/renderer/components/App';
278
287
  import wc35ec8e8c3b6e45858afd0b1832eef250 from './ux/versionedlayout/blade/VersionedLayoutBladeBuilder';
288
+ import wce40dc8c1d503429696cefd8cccadc744 from './ux/versionedlayout/blade/VersionedLayoutCreationBlade';
279
289
  import wccd42d83eed234adaaea7498795c701ee from './ux/versionedlayout/blade/VersionedLayoutListBladeBuilder';
280
290
  import wc7332138e1e7845d1a5e62597a27e44a4 from '../../fx-sp/internal-do-not-import-from-here/ux/properties/term-set/TermSetDisplay';
281
291
  import wc83dee8a1eea84537ad9544e8b9fc4cb1 from '../../fx-sp/internal-do-not-import-from-here/ux/properties/term-set/TermSetEditor';
@@ -626,6 +636,9 @@ declare global {
626
636
  "omfx-media-picker-image": typeof wce9bb3179713943d787e139cedf749838 extends {
627
637
  propsDefinition: infer TProp;
628
638
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wce9bb3179713943d787e139cedf749838 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wce9bb3179713943d787e139cedf749838>, "propsDefinition">> : never;
639
+ "omfx-media-picker-video": typeof wc4b2648ed8b124e62a09b21b099b43399 extends {
640
+ propsDefinition: infer TProp;
641
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc4b2648ed8b124e62a09b21b099b43399 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc4b2648ed8b124e62a09b21b099b43399>, "propsDefinition">> : never;
629
642
  "monaco-editor": typeof wc2e8004b49c8d44dd8edb56ce884c2b57 extends {
630
643
  propsDefinition: infer TProp;
631
644
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc2e8004b49c8d44dd8edb56ce884c2b57 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc2e8004b49c8d44dd8edb56ce884c2b57>, "propsDefinition">> : never;
@@ -650,6 +663,9 @@ declare global {
650
663
  "omfx-persona": typeof wc73919d3e5df64b92aded98d7bc04d6f7 extends {
651
664
  propsDefinition: infer TProp;
652
665
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc73919d3e5df64b92aded98d7bc04d6f7 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc73919d3e5df64b92aded98d7bc04d6f7>, "propsDefinition">> : never;
666
+ "omfx-post-component": typeof wcffa71f76ab46494a9180e1f55885ce4d extends {
667
+ propsDefinition: infer TProp;
668
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcffa71f76ab46494a9180e1f55885ce4d extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcffa71f76ab46494a9180e1f55885ce4d>, "propsDefinition">> : never;
653
669
  "omfx-presetup-wizard": typeof wc1a58948a606a42078da3fb919cc4f7e6 extends {
654
670
  propsDefinition: infer TProp;
655
671
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc1a58948a606a42078da3fb919cc4f7e6 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc1a58948a606a42078da3fb919cc4f7e6>, "propsDefinition">> : never;
@@ -890,6 +906,12 @@ declare global {
890
906
  "omfx-chrome-editor": typeof wc4d52057f17b94cfeb504176f24ac5ab5 extends {
891
907
  propsDefinition: infer TProp;
892
908
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc4d52057f17b94cfeb504176f24ac5ab5 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc4d52057f17b94cfeb504176f24ac5ab5>, "propsDefinition">> : never;
909
+ "omfx-chrome-blueprints-viewer": typeof wce0656baa027f49c495e4e00310a78760 extends {
910
+ propsDefinition: infer TProp;
911
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wce0656baa027f49c495e4e00310a78760 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wce0656baa027f49c495e4e00310a78760>, "propsDefinition">> : never;
912
+ "omfx-chrome-blueprints-picker": typeof wc21b90a7556c8450ead8de25357de90d3 extends {
913
+ propsDefinition: infer TProp;
914
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc21b90a7556c8450ead8de25357de90d3 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc21b90a7556c8450ead8de25357de90d3>, "propsDefinition">> : never;
893
915
  "omfx-component-blueprints-viewer": typeof wc73b0b5416b9348849ecb9a1cd8358e70 extends {
894
916
  propsDefinition: infer TProp;
895
917
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc73b0b5416b9348849ecb9a1cd8358e70 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc73b0b5416b9348849ecb9a1cd8358e70>, "propsDefinition">> : never;
@@ -899,6 +921,15 @@ declare global {
899
921
  "omfx-spacing-picker": typeof wc564bced7081c496483e8df717f600ff3 extends {
900
922
  propsDefinition: infer TProp;
901
923
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc564bced7081c496483e8df717f600ff3 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc564bced7081c496483e8df717f600ff3>, "propsDefinition">> : never;
924
+ "omfx-spacing-preview": typeof wc0ed52c601528428e935d110b3018a0bc extends {
925
+ propsDefinition: infer TProp;
926
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc0ed52c601528428e935d110b3018a0bc extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc0ed52c601528428e935d110b3018a0bc>, "propsDefinition">> : never;
927
+ "omfx-spacing-editor": typeof wc3f61b080ed9d4a2bad922be8f5ae0794 extends {
928
+ propsDefinition: infer TProp;
929
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc3f61b080ed9d4a2bad922be8f5ae0794 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc3f61b080ed9d4a2bad922be8f5ae0794>, "propsDefinition">> : never;
930
+ "omfx-style-picker": typeof wcb4ddcf67388c4aa494cad4fa07ff8937 extends {
931
+ propsDefinition: infer TProp;
932
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcb4ddcf67388c4aa494cad4fa07ff8937 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcb4ddcf67388c4aa494cad4fa07ff8937>, "propsDefinition">> : never;
902
933
  "omfx-tab-style-picker": typeof wce35c6b2d296345329c39928b82b1ec77 extends {
903
934
  propsDefinition: infer TProp;
904
935
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wce35c6b2d296345329c39928b82b1ec77 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wce35c6b2d296345329c39928b82b1ec77>, "propsDefinition">> : never;
@@ -1193,6 +1224,9 @@ declare global {
1193
1224
  "o-validation": typeof wc1e7fa637f4914cbeb9ceb6d577fec150 extends {
1194
1225
  propsDefinition: infer TProp;
1195
1226
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc1e7fa637f4914cbeb9ceb6d577fec150 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc1e7fa637f4914cbeb9ceb6d577fec150>, "propsDefinition">> : never;
1227
+ "omfx-post-template": typeof wc87d2f5f7fa15440ba71dbb642b0dcf38 extends {
1228
+ propsDefinition: infer TProp;
1229
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc87d2f5f7fa15440ba71dbb642b0dcf38 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc87d2f5f7fa15440ba71dbb642b0dcf38>, "propsDefinition">> : never;
1196
1230
  "omfx-property-block-v2": typeof wc8270a3e368484538870b0bc4a6654234 extends {
1197
1231
  propsDefinition: infer TProp;
1198
1232
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc8270a3e368484538870b0bc4a6654234 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc8270a3e368484538870b0bc4a6654234>, "propsDefinition">> : never;
@@ -1226,6 +1260,9 @@ declare global {
1226
1260
  "omfx-theme-definition-picker": typeof wc252ece0016594978b3ddfafdd59adda4 extends {
1227
1261
  propsDefinition: infer TProp;
1228
1262
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc252ece0016594978b3ddfafdd59adda4 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc252ece0016594978b3ddfafdd59adda4>, "propsDefinition">> : never;
1263
+ "omfx-theme-definition-editor": typeof wcb89e133162f54c1fb2cd6d03cc2e4fe2 extends {
1264
+ propsDefinition: infer TProp;
1265
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcb89e133162f54c1fb2cd6d03cc2e4fe2 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcb89e133162f54c1fb2cd6d03cc2e4fe2>, "propsDefinition">> : never;
1229
1266
  "omfx-theme-provider": typeof wc008c41f92c8847eea45f09ebc0535fc1 extends {
1230
1267
  propsDefinition: infer TProp;
1231
1268
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc008c41f92c8847eea45f09ebc0535fc1 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc008c41f92c8847eea45f09ebc0535fc1>, "propsDefinition">> : never;
@@ -1244,6 +1281,9 @@ declare global {
1244
1281
  "omfx-versioned-layout-blade-builder": typeof wc35ec8e8c3b6e45858afd0b1832eef250 extends {
1245
1282
  propsDefinition: infer TProp;
1246
1283
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc35ec8e8c3b6e45858afd0b1832eef250 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc35ec8e8c3b6e45858afd0b1832eef250>, "propsDefinition">> : never;
1284
+ "omfx-versioned-layout-creation-blade": typeof wce40dc8c1d503429696cefd8cccadc744 extends {
1285
+ propsDefinition: infer TProp;
1286
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wce40dc8c1d503429696cefd8cccadc744 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wce40dc8c1d503429696cefd8cccadc744>, "propsDefinition">> : never;
1247
1287
  "omfx-versioned-layout-list-blade-builder": typeof wccd42d83eed234adaaea7498795c701ee extends {
1248
1288
  propsDefinition: infer TProp;
1249
1289
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wccd42d83eed234adaaea7498795c701ee extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wccd42d83eed234adaaea7498795c701ee>, "propsDefinition">> : never;
@@ -1319,10 +1359,10 @@ declare global {
1319
1359
  "omfx-size-container": typeof wc1beebdd70f174f3fb54e443f3ae13a5c extends {
1320
1360
  propsDefinition: infer TProp;
1321
1361
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc1beebdd70f174f3fb54e443f3ae13a5c extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc1beebdd70f174f3fb54e443f3ae13a5c>, "propsDefinition">> : never;
1322
- "omniafx-media-gallery-dialog-slider": typeof wcac5f615df97543cf97b3ae930ba113d0 extends {
1362
+ "omfx-media-gallery-dialog-slider": typeof wcac5f615df97543cf97b3ae930ba113d0 extends {
1323
1363
  propsDefinition: infer TProp;
1324
1364
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcac5f615df97543cf97b3ae930ba113d0 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcac5f615df97543cf97b3ae930ba113d0>, "propsDefinition">> : never;
1325
- "omniafx-media-gallery-display-photowall": typeof wc12d1bca1d50b4186acd50014584389c9 extends {
1365
+ "omfx-media-gallery-display-photowall": typeof wc12d1bca1d50b4186acd50014584389c9 extends {
1326
1366
  propsDefinition: infer TProp;
1327
1367
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc12d1bca1d50b4186acd50014584389c9 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc12d1bca1d50b4186acd50014584389c9>, "propsDefinition">> : never;
1328
1368
  "omfx-media-gallery-selector": typeof wc97a809187ad54028a26f31428c844710 extends {
@@ -1789,6 +1829,22 @@ declare global {
1789
1829
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1790
1830
  };
1791
1831
  } : typeof wc4d52057f17b94cfeb504176f24ac5ab5;
1832
+ "blueprints": {
1833
+ "viewer": typeof wce0656baa027f49c495e4e00310a78760 extends {
1834
+ propsDefinition: infer TProp;
1835
+ } ? {
1836
+ new (...args: any[]): {
1837
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1838
+ };
1839
+ } : typeof wce0656baa027f49c495e4e00310a78760;
1840
+ "picker": typeof wc21b90a7556c8450ead8de25357de90d3 extends {
1841
+ propsDefinition: infer TProp;
1842
+ } ? {
1843
+ new (...args: any[]): {
1844
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1845
+ };
1846
+ } : typeof wc21b90a7556c8450ead8de25357de90d3;
1847
+ };
1792
1848
  };
1793
1849
  "color": {
1794
1850
  "pickerV2": typeof wc638cfe124ab24d0ebd0711c0bd844af6 extends {
@@ -2538,6 +2594,13 @@ declare global {
2538
2594
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2539
2595
  };
2540
2596
  } : typeof wce9bb3179713943d787e139cedf749838;
2597
+ "video": typeof wc4b2648ed8b124e62a09b21b099b43399 extends {
2598
+ propsDefinition: infer TProp;
2599
+ } ? {
2600
+ new (...args: any[]): {
2601
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2602
+ };
2603
+ } : typeof wc4b2648ed8b124e62a09b21b099b43399;
2541
2604
  "v2": typeof wc29f45ded4fb4479fab6fd6fd79505642 extends {
2542
2605
  propsDefinition: infer TProp;
2543
2606
  } ? {
@@ -2619,6 +2682,24 @@ declare global {
2619
2682
  };
2620
2683
  } : typeof wce559eebf085841a3a89804dc09e78c30;
2621
2684
  "gallery": {
2685
+ "dialog": {
2686
+ "slider": typeof wcac5f615df97543cf97b3ae930ba113d0 extends {
2687
+ propsDefinition: infer TProp;
2688
+ } ? {
2689
+ new (...args: any[]): {
2690
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2691
+ };
2692
+ } : typeof wcac5f615df97543cf97b3ae930ba113d0;
2693
+ };
2694
+ "display": {
2695
+ "photowall": typeof wc12d1bca1d50b4186acd50014584389c9 extends {
2696
+ propsDefinition: infer TProp;
2697
+ } ? {
2698
+ new (...args: any[]): {
2699
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2700
+ };
2701
+ } : typeof wc12d1bca1d50b4186acd50014584389c9;
2702
+ };
2622
2703
  "selector": typeof wc97a809187ad54028a26f31428c844710 extends {
2623
2704
  propsDefinition: infer TProp;
2624
2705
  } ? {
@@ -2702,6 +2783,22 @@ declare global {
2702
2783
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2703
2784
  };
2704
2785
  } : typeof wc73919d3e5df64b92aded98d7bc04d6f7;
2786
+ "post": {
2787
+ "component": typeof wcffa71f76ab46494a9180e1f55885ce4d extends {
2788
+ propsDefinition: infer TProp;
2789
+ } ? {
2790
+ new (...args: any[]): {
2791
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2792
+ };
2793
+ } : typeof wcffa71f76ab46494a9180e1f55885ce4d;
2794
+ "template": typeof wc87d2f5f7fa15440ba71dbb642b0dcf38 extends {
2795
+ propsDefinition: infer TProp;
2796
+ } ? {
2797
+ new (...args: any[]): {
2798
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2799
+ };
2800
+ } : typeof wc87d2f5f7fa15440ba71dbb642b0dcf38;
2801
+ };
2705
2802
  "presetup": {
2706
2803
  "wizard": typeof wc1a58948a606a42078da3fb919cc4f7e6 extends {
2707
2804
  propsDefinition: infer TProp;
@@ -3088,6 +3185,15 @@ declare global {
3088
3185
  };
3089
3186
  } : typeof wc35ec8e8c3b6e45858afd0b1832eef250;
3090
3187
  };
3188
+ "creation": {
3189
+ "blade": typeof wce40dc8c1d503429696cefd8cccadc744 extends {
3190
+ propsDefinition: infer TProp;
3191
+ } ? {
3192
+ new (...args: any[]): {
3193
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3194
+ };
3195
+ } : typeof wce40dc8c1d503429696cefd8cccadc744;
3196
+ };
3091
3197
  "list": {
3092
3198
  "blade": {
3093
3199
  "builder": typeof wccd42d83eed234adaaea7498795c701ee extends {
@@ -3445,6 +3551,29 @@ declare global {
3445
3551
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3446
3552
  };
3447
3553
  } : typeof wc564bced7081c496483e8df717f600ff3;
3554
+ "preview": typeof wc0ed52c601528428e935d110b3018a0bc extends {
3555
+ propsDefinition: infer TProp;
3556
+ } ? {
3557
+ new (...args: any[]): {
3558
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3559
+ };
3560
+ } : typeof wc0ed52c601528428e935d110b3018a0bc;
3561
+ "editor": typeof wc3f61b080ed9d4a2bad922be8f5ae0794 extends {
3562
+ propsDefinition: infer TProp;
3563
+ } ? {
3564
+ new (...args: any[]): {
3565
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3566
+ };
3567
+ } : typeof wc3f61b080ed9d4a2bad922be8f5ae0794;
3568
+ };
3569
+ "style": {
3570
+ "picker": typeof wcb4ddcf67388c4aa494cad4fa07ff8937 extends {
3571
+ propsDefinition: infer TProp;
3572
+ } ? {
3573
+ new (...args: any[]): {
3574
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3575
+ };
3576
+ } : typeof wcb4ddcf67388c4aa494cad4fa07ff8937;
3448
3577
  };
3449
3578
  "typography": {
3450
3579
  "picker": {
@@ -3867,6 +3996,13 @@ declare global {
3867
3996
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3868
3997
  };
3869
3998
  } : typeof wc252ece0016594978b3ddfafdd59adda4;
3999
+ "editor": typeof wcb89e133162f54c1fb2cd6d03cc2e4fe2 extends {
4000
+ propsDefinition: infer TProp;
4001
+ } ? {
4002
+ new (...args: any[]): {
4003
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4004
+ };
4005
+ } : typeof wcb89e133162f54c1fb2cd6d03cc2e4fe2;
3870
4006
  };
3871
4007
  "provider": typeof wc008c41f92c8847eea45f09ebc0535fc1 extends {
3872
4008
  propsDefinition: infer TProp;
@@ -4418,30 +4554,6 @@ declare global {
4418
4554
  };
4419
4555
  } : typeof wc1beebdd70f174f3fb54e443f3ae13a5c;
4420
4556
  };
4421
- "omniafx": {
4422
- "media": {
4423
- "gallery": {
4424
- "dialog": {
4425
- "slider": typeof wcac5f615df97543cf97b3ae930ba113d0 extends {
4426
- propsDefinition: infer TProp;
4427
- } ? {
4428
- new (...args: any[]): {
4429
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4430
- };
4431
- } : typeof wcac5f615df97543cf97b3ae930ba113d0;
4432
- };
4433
- "display": {
4434
- "photowall": typeof wc12d1bca1d50b4186acd50014584389c9 extends {
4435
- propsDefinition: infer TProp;
4436
- } ? {
4437
- new (...args: any[]): {
4438
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4439
- };
4440
- } : typeof wc12d1bca1d50b4186acd50014584389c9;
4441
- };
4442
- };
4443
- };
4444
- };
4445
4557
  "slidepanel": {
4446
4558
  "block": typeof wcca498a9d23e947afa4c5695f01ba7959 extends {
4447
4559
  propsDefinition: infer TProp;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.126-dev",
4
+ "version": "8.0.128-dev",
5
5
  "description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "author": "Precio Fishbone",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.126-dev",
23
+ "@omnia/fx-models": "8.0.128-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",
@@ -1,2 +0,0 @@
1
- import { StronglyTypedId } from "../StronglyTypedId";
2
- export type ExternalIdentityId = StronglyTypedId<string, "ExternalIdentityId">;
@@ -1,16 +0,0 @@
1
- import { StronglyTypedId } from "../../StronglyTypedId";
2
- export type ActivitySenderId = StronglyTypedId<number, "ActivitySenderId">;
3
- export declare function ActivitySenderId(id: number): ActivitySenderId;
4
- export interface ActivitySenderWithBag<TBag> extends ActivitySender {
5
- bag: TBag;
6
- }
7
- export interface ActivitySender extends ActivitySenderBase {
8
- id: ActivitySenderId;
9
- imageUrl: string;
10
- identityId: number;
11
- }
12
- export interface ActivitySenderBase {
13
- name: Record<string, string>;
14
- description: Record<string, string>;
15
- externalId: string;
16
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ActivitySenderId = void 0;
4
- function ActivitySenderId(id) { return id; }
5
- exports.ActivitySenderId = ActivitySenderId;
@@ -1,40 +0,0 @@
1
- import { DynamicState } from "../../DynamicState";
2
- import { Activity, ActivityId } from "./Activity";
3
- import { ChannelId } from "./ActivityChannel";
4
- import { ActivitySender, ActivitySenderId } from "./ActivitySender";
5
- export declare enum IdentityActivityStatus {
6
- new = 0,
7
- read = 1,
8
- completed = 2
9
- }
10
- export declare enum IdentityActivityCategory {
11
- none = 0,
12
- important = 1,
13
- todo = 2,
14
- snoozed = 3,
15
- bookmarked = 4
16
- }
17
- export interface IdentityActivityBase {
18
- activityId: ActivityId;
19
- status: IdentityActivityStatus;
20
- category: IdentityActivityCategory;
21
- }
22
- export interface IdentityActivity<TRenderState extends DynamicState, TState extends DynamicState> extends IdentityActivityBase {
23
- activity: Activity<TRenderState>;
24
- state?: TState;
25
- }
26
- export interface IdentityActivityWithJson extends IdentityActivityBase {
27
- stateJson: string;
28
- }
29
- export interface NewActivitiesBySenderBase {
30
- count: number;
31
- senderId: ActivitySenderId;
32
- }
33
- export interface NewActivitiesBySender extends NewActivitiesBySenderBase {
34
- sender: ActivitySender;
35
- channelId: ChannelId;
36
- }
37
- export interface ActivityCategoryCount {
38
- category: IdentityActivityCategory;
39
- count: number;
40
- }
@@ -1,39 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IdentityActivityCategory = exports.IdentityActivityStatus = void 0;
4
- var IdentityActivityStatus;
5
- (function (IdentityActivityStatus) {
6
- IdentityActivityStatus[IdentityActivityStatus["new"] = 0] = "new";
7
- IdentityActivityStatus[IdentityActivityStatus["read"] = 1] = "read";
8
- IdentityActivityStatus[IdentityActivityStatus["completed"] = 2] = "completed";
9
- })(IdentityActivityStatus || (exports.IdentityActivityStatus = IdentityActivityStatus = {}));
10
- var IdentityActivityCategory;
11
- (function (IdentityActivityCategory) {
12
- IdentityActivityCategory[IdentityActivityCategory["none"] = 0] = "none";
13
- IdentityActivityCategory[IdentityActivityCategory["important"] = 1] = "important";
14
- IdentityActivityCategory[IdentityActivityCategory["todo"] = 2] = "todo";
15
- IdentityActivityCategory[IdentityActivityCategory["snoozed"] = 3] = "snoozed";
16
- IdentityActivityCategory[IdentityActivityCategory["bookmarked"] = 4] = "bookmarked";
17
- })(IdentityActivityCategory || (exports.IdentityActivityCategory = IdentityActivityCategory = {}));
18
- // Usage
19
- // const activity1: IdentityActivity<SomeRenderState> = {
20
- // activity: {
21
- // // Initialize your Activity here
22
- // },
23
- // state: {
24
- // // Initialize your State here
25
- // },
26
- // };
27
- // const activity2: IdentityActivity<SomeRenderState, SomeState> = {
28
- // activity: {
29
- // // Initialize your Activity here
30
- // },
31
- // state: {
32
- // // Initialize your State here
33
- // },
34
- // };
35
- // const activity3: IdentityActivityWithJson = {
36
- // activityId: 22,
37
- // status: IdentityActivityStatus.unRead,
38
- // stateJson: "someJson",
39
- // };
@@ -1,28 +0,0 @@
1
- import { TsxAllowUnknowProperties } from "../";
2
- import { MediaPickerVideo } from "../../models";
3
- export interface IMediaPickerVideo {
4
- /** The video to render*/
5
- video: MediaPickerVideo;
6
- videoStyle?: string | object | object[];
7
- /**
8
- * This is set when saved in html, i.e. the attribute. Should be json of MediaPickerVideo
9
- * */
10
- videodata?: string;
11
- dark?: boolean;
12
- containerClass?: string;
13
- thumbnailOnly?: boolean;
14
- showCaption?: boolean;
15
- }
16
- declare global {
17
- namespace JSX {
18
- interface Element {
19
- }
20
- interface ElementClass {
21
- }
22
- interface ElementAttributesProperty {
23
- }
24
- interface IntrinsicElements {
25
- "omfx-media-picker-video": TsxAllowUnknowProperties<IMediaPickerVideo>;
26
- }
27
- }
28
- }
@@ -1 +0,0 @@
1
- export * from "./IMediaPickerVideo";
@@ -1,11 +0,0 @@
1
- import { ChromeBlueprints } from "@omnia/fx-models";
2
- import { ElevatedSmallRoundingChrome, FilledChrome, FilledSmallRoundingChrome, OutlinedSmallRoundingChrome } from "../../core";
3
- export declare class DefaultChromeBlueprint implements ChromeBlueprints {
4
- type: "chrome";
5
- name: string;
6
- default: FilledChrome;
7
- variant1: FilledSmallRoundingChrome;
8
- variant2: OutlinedSmallRoundingChrome;
9
- variant3: ElevatedSmallRoundingChrome;
10
- constructor();
11
- }
@@ -1,22 +0,0 @@
1
- import { Blueprint, ComponentBlueprints, Guid } from "@omnia/fx-models";
2
- export declare class MD1Blueprint implements ComponentBlueprints {
3
- id: Guid;
4
- name: string;
5
- type: "component";
6
- default: Array<Blueprint>;
7
- constructor(preview?: boolean);
8
- }
9
- export declare class MD2Blueprint implements ComponentBlueprints {
10
- id: Guid;
11
- name: string;
12
- type: "component";
13
- default: Array<Blueprint>;
14
- constructor(preview?: boolean);
15
- }
16
- export declare class MD3Blueprint implements ComponentBlueprints {
17
- type: "component";
18
- id: Guid;
19
- name: string;
20
- default: Array<Blueprint>;
21
- constructor(preview?: boolean);
22
- }
@@ -1,20 +0,0 @@
1
- import { SpacingBlueprints } from "@omnia/fx-models";
2
- import { DefaultInnerSpacing, DefaultLayoutSpacing, PreviewInnerSpacing } from "./DefinitionsSpacing";
3
- export declare class DefaultSpacingBlueprint implements SpacingBlueprints {
4
- type: "spacing";
5
- name: string;
6
- default: {
7
- layout: DefaultLayoutSpacing;
8
- inner: DefaultInnerSpacing;
9
- };
10
- constructor();
11
- }
12
- export declare class PreviewSPacingBlueprint implements SpacingBlueprints {
13
- type: "spacing";
14
- name: string;
15
- default: {
16
- layout: PreviewInnerSpacing;
17
- inner: PreviewInnerSpacing;
18
- };
19
- constructor();
20
- }
@@ -1,27 +0,0 @@
1
- import { TypographyBlueprints, TypographyBlueprint } from "@omnia/fx-models";
2
- import { DefaultTypography, FunkyTypography, PreviewMiniTypography, PreviewTypography } from "./DefinitionsTypography";
3
- export declare class DefaultTypographyBlueprint implements TypographyBlueprints {
4
- type: "typography";
5
- name: string;
6
- default: DefaultTypography;
7
- constructor();
8
- }
9
- export declare class FunkyTypographyBlueprint implements TypographyBlueprints {
10
- type: "typography";
11
- name: string;
12
- default: FunkyTypography;
13
- constructor();
14
- }
15
- export declare class PreviewTypographyBlueprint implements TypographyBlueprints {
16
- type: "typography";
17
- name: string;
18
- default: PreviewTypography;
19
- constructor();
20
- }
21
- export declare class PreviewMiniTypographyBlueprint implements TypographyBlueprints {
22
- type: "typography";
23
- variant1?: TypographyBlueprint;
24
- name: string;
25
- default: PreviewMiniTypography;
26
- constructor();
27
- }
@@ -1,8 +0,0 @@
1
- import { ChromeBlueprints } from "@omnia/fx-models";
2
- import { FilledChrome } from "../../core";
3
- export declare class DefaultChromeBlueprint implements ChromeBlueprints {
4
- type: "chrome";
5
- name: string;
6
- default: FilledChrome;
7
- constructor();
8
- }
@@ -1,8 +0,0 @@
1
- import { Blueprint, ComponentBlueprints, Guid } from "@omnia/fx-models";
2
- export declare class MD3Blueprint implements ComponentBlueprints {
3
- type: "component";
4
- id: Guid;
5
- name: string;
6
- default: Array<Blueprint>;
7
- constructor(preview?: boolean);
8
- }
@@ -1,11 +0,0 @@
1
- import { SpacingBlueprints } from "@omnia/fx-models";
2
- import { DefaultInnerSpacing, DefaultLayoutSpacing } from "./DefinitionsSpacing";
3
- export declare class DefaultSpacingBlueprint implements SpacingBlueprints {
4
- type: "spacing";
5
- name: string;
6
- default: {
7
- layout: DefaultLayoutSpacing;
8
- inner: DefaultInnerSpacing;
9
- };
10
- constructor();
11
- }
@@ -1,19 +0,0 @@
1
- import { Guid, SpacingDefinition } from "@omnia/fx-models";
2
- export declare class DefaultLayoutSpacing implements SpacingDefinition {
3
- name: string;
4
- id: Guid;
5
- xs: number;
6
- s: number;
7
- m: number;
8
- l: number;
9
- xl: number;
10
- }
11
- export declare class DefaultInnerSpacing implements SpacingDefinition {
12
- name: string;
13
- id: Guid;
14
- xs: number;
15
- s: number;
16
- m: number;
17
- l: number;
18
- xl: number;
19
- }