@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.
- package/internal-do-not-import-from-here/contexts/InternalAppContext.d.ts +6 -0
- package/internal-do-not-import-from-here/index.d.ts +1 -24
- package/internal-do-not-import-from-here/libs/swiper/Swiper.d.ts +1 -0
- package/internal-do-not-import-from-here/manifests/omnia.fx.context.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/services/identities/GroupService.d.ts +3 -1
- package/internal-do-not-import-from-here/services/identities/UserService.d.ts +3 -2
- package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.d.ts +2 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +8 -8
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.d.ts +10 -9
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.d.ts +9 -9
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.js +3 -3
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActorActivity.d.ts +40 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActorActivity.js +17 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.d.ts +1 -2
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +1 -2
- package/internal-do-not-import-from-here/shared/models/hub/actors/Actor.d.ts +21 -0
- package/internal-do-not-import-from-here/shared/models/hub/actors/Actor.js +10 -0
- package/internal-do-not-import-from-here/shared/models/hub/actors/ExternalActorId.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/actors/index.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/actors/index.js +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +2 -1
- package/internal-do-not-import-from-here/shared/models/hub/index.js +2 -1
- package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.d.ts +3 -3
- package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/models/hub/targeting/ExternalIdentityProperty.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/models/theming/Blueprints.d.ts +14 -25
- package/internal-do-not-import-from-here/shared/models/theming/Chrome.d.ts +3 -3
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +8 -5
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +1 -0
- package/internal-do-not-import-from-here/shared/models/theming/Typography.d.ts +3 -3
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +0 -2
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +0 -4
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronEvents.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +11 -6
- package/internal-do-not-import-from-here/shared/services/ActivitySubscriptionService.d.ts +13 -13
- package/internal-do-not-import-from-here/stores/UserIdentityStore.d.ts +3 -1
- package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/rotate.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/AppContextProvider.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/AppInstanceProgressBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +18 -18
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstylepicker/BackgroundStyleEditor.d.ts +23 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstylepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstylepicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/ButtonBlueprintsViewer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsPicker.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsPicker.d.ts +364 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsViewer.d.ts +76 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeViewer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/blueprintpickers/componentblueprints/ComponentBlueprintsViewer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +11 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/SpacingEditor.d.ts +364 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/SpacingPreview.d.ts +364 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/StylePicker.d.ts +183 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/TabBlueprintsViewer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +11 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/typographypicker/TypographyEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +15 -3
- package/internal-do-not-import-from-here/ux/borderpicker/BorderPreview.d.ts +58 -4
- package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +45 -19
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +169 -95
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.d.ts +54 -4
- package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +15 -3
- package/internal-do-not-import-from-here/ux/fillpicker/FillPreview.d.ts +32 -4
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/components/{SenderItem.d.ts → ActorItem.d.ts} +14 -14
- package/internal-do-not-import-from-here/ux/hub/feed/components/FeedItem.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/hub/feed/components/Header.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/hub/feed/components/StoryComponent.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +57 -57
- package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +28 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +28 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +28 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +237 -39
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.css.d.ts +8 -7
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.d.ts +72 -43
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.d.ts +78 -56
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollage.d.ts +50 -94
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollageWrapper.d.ts +4 -55
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoGrid.d.ts +52 -46
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoMask.d.ts +4 -17
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoRow.d.ts +54 -46
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoThumb.d.ts +53 -33
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.d.ts +58 -81
- package/internal-do-not-import-from-here/ux/mediagallery/view/MediaDisplayRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.d.ts +62 -48
- package/internal-do-not-import-from-here/ux/mediagallery/view/store/PhotoWallStore.d.ts +63 -0
- package/internal-do-not-import-from-here/ux/mediagallery/view/store/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.d.ts +78 -21
- package/internal-do-not-import-from-here/ux/models/PostStyles.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +3692 -41
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +7389 -87
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +14 -14
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +52 -10
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithoutNavigation.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +129 -53
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +7399 -88
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +36 -6
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/constants.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/store/SlidePanelStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/permissioninput/TenantAdminPermissionInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/post/IPost.d.ts +4 -15
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +131 -65
- package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +85 -27
- package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.css.d.ts +3 -20
- package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +140 -84
- package/internal-do-not-import-from-here/ux/profilecard/aboutuser/AboutUser.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/blades/ChromeBlueprintsBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/blades/EditChromeBlueprintBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/store/ChromeEditorStore.d.ts +39 -26
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +19 -7
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/blades/EditSpacingDefinitionBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/blades/SpacingBlueprintBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +36 -11
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +24 -12
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/BlueprintsTemplates.d.ts +102 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/BorderStyleDefinitions.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ButtonStyleBlueprints.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ChromeStyleBlueprints.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorManager.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorSchemaManager.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/DefinitionsChrome.d.ts +0 -10
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/FillStyleDefinitions.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/{default/themes/DefinitionsSpacing.d.ts → core/SpacingBlueprint.d.ts} +1 -4
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/TabsStyleBlueprints.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeDefinitionInstance.d.ts +21 -2
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/{default/themes/DefinitionsTypography.d.ts → core/TypographyBlueprints.d.ts} +51 -51
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/index.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +100 -4
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +160 -4
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +137 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +3688 -36
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +3686 -34
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +3687 -35
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +3686 -34
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +45 -54
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +5 -6
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +3690 -38
- package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +36908 -398
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeEditor.d.ts +77 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseClone.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +3692 -41
- package/internal-do-not-import-from-here/ux/use/UseInternatlStateMirroring.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronActions.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +95 -95
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/Shared.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +76 -118
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +56 -39
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutListBladeBuilder.d.ts +53 -62
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutSettingsComponent.d.ts +54 -66
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutSettingsTabRenderer.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/controller/Chrome.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/controller/VersionedLayoutController.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +5 -5
- package/internal-do-not-import-from-here/wctypings.d.ts +139 -27
- package/package.json +2 -2
- package/internal-do-not-import-from-here/shared/models/hub/ExternalIdentityId.d.ts +0 -2
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.d.ts +0 -16
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.js +0 -5
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +0 -40
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +0 -39
- package/internal-do-not-import-from-here/ux/mediapickervideo/IMediaPickerVideo.d.ts +0 -28
- package/internal-do-not-import-from-here/ux/mediapickervideo/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/social/IComment.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/social/ILike.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/TypographyBlade.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsChrome.d.ts +0 -11
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsComponents.d.ts +0 -22
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsSpacing.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsTypography.d.ts +0 -27
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/DefinitionsComponents.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsChrome.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsComponents.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsSpacing.d.ts +0 -11
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsComponents.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsSpacing.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsTypography.d.ts +0 -98
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsChrome.d.ts +0 -11
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsComponents.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsSpacing.d.ts +0 -11
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsComponents.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsSpacing.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsTypography.d.ts +0 -158
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeDefinitionStore.d.ts +0 -29
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentDefinitionStore.d.ts +0 -29
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingDefinitionStore.d.ts +0 -29
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyDefinitionStore.d.ts +0 -29
- package/internal-do-not-import-from-here/shared/models/hub/{ExternalIdentityId.js → actors/ExternalActorId.js} +0 -0
- 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
- 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
- package/internal-do-not-import-from-here/ux/hub/feed/components/{SendersList.d.ts → ActorsList.d.ts} +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{themedefinitionpicker/ThemeDefinitionPicker.css.d.ts → themepicker/ThemePicker.css.d.ts} +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{themedefinitionpicker/ThemeDefinitionPicker.d.ts → themepicker/ThemePicker.d.ts} +1 -1
@@ -1,98 +0,0 @@
|
|
1
|
-
import { Guid, TypographyBlueprint } from "@omnia/fx-models";
|
2
|
-
export declare class DocumentationTypography implements TypographyBlueprint {
|
3
|
-
name: string;
|
4
|
-
id: Guid;
|
5
|
-
title: {
|
6
|
-
xl: {
|
7
|
-
large: {
|
8
|
-
size: number;
|
9
|
-
lineHeight: number;
|
10
|
-
weight: number;
|
11
|
-
};
|
12
|
-
};
|
13
|
-
l: {
|
14
|
-
large: {
|
15
|
-
size: number;
|
16
|
-
lineHeight: number;
|
17
|
-
weight: number;
|
18
|
-
};
|
19
|
-
};
|
20
|
-
m: {
|
21
|
-
large: {
|
22
|
-
size: number;
|
23
|
-
lineHeight: number;
|
24
|
-
weight: number;
|
25
|
-
};
|
26
|
-
};
|
27
|
-
s: {
|
28
|
-
large: {
|
29
|
-
size: number;
|
30
|
-
lineHeight: number;
|
31
|
-
weight: number;
|
32
|
-
};
|
33
|
-
};
|
34
|
-
xs: {
|
35
|
-
large: {
|
36
|
-
size: number;
|
37
|
-
lineHeight: number;
|
38
|
-
weight: number;
|
39
|
-
};
|
40
|
-
};
|
41
|
-
};
|
42
|
-
text: {
|
43
|
-
l: {
|
44
|
-
large: {
|
45
|
-
size: number;
|
46
|
-
lineHeight: number;
|
47
|
-
weight: number;
|
48
|
-
};
|
49
|
-
};
|
50
|
-
m: {
|
51
|
-
large: {
|
52
|
-
size: number;
|
53
|
-
lineHeight: number;
|
54
|
-
weight: number;
|
55
|
-
};
|
56
|
-
};
|
57
|
-
s: {
|
58
|
-
large: {
|
59
|
-
size: number;
|
60
|
-
lineHeight: number;
|
61
|
-
weight: number;
|
62
|
-
};
|
63
|
-
};
|
64
|
-
xs: {
|
65
|
-
large: {
|
66
|
-
size: number;
|
67
|
-
lineHeight: number;
|
68
|
-
weight: number;
|
69
|
-
};
|
70
|
-
};
|
71
|
-
};
|
72
|
-
navigation: {
|
73
|
-
l: {
|
74
|
-
large: {
|
75
|
-
size: number;
|
76
|
-
lineHeight: number;
|
77
|
-
weight: number;
|
78
|
-
};
|
79
|
-
};
|
80
|
-
m: {
|
81
|
-
large: {
|
82
|
-
size: number;
|
83
|
-
lineHeight: number;
|
84
|
-
weight: number;
|
85
|
-
};
|
86
|
-
};
|
87
|
-
};
|
88
|
-
link: {
|
89
|
-
m: {
|
90
|
-
decoration: string;
|
91
|
-
large: {
|
92
|
-
size: number;
|
93
|
-
lineHeight: number;
|
94
|
-
weight: number;
|
95
|
-
};
|
96
|
-
};
|
97
|
-
};
|
98
|
-
}
|
@@ -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,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
|
-
}
|
File without changes
|
@@ -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
|
-
}
|
@@ -1,158 +0,0 @@
|
|
1
|
-
import { Guid, TypographyBlueprint } from "@omnia/fx-models";
|
2
|
-
export declare class EditorTypography implements TypographyBlueprint {
|
3
|
-
name: "Davids editor typooos";
|
4
|
-
font: {
|
5
|
-
id: Guid;
|
6
|
-
family: string;
|
7
|
-
cdn: string;
|
8
|
-
};
|
9
|
-
title: {
|
10
|
-
xl: {
|
11
|
-
large: {
|
12
|
-
size: number;
|
13
|
-
lineHeight: number;
|
14
|
-
weight: number;
|
15
|
-
};
|
16
|
-
};
|
17
|
-
l: {
|
18
|
-
large: {
|
19
|
-
size: number;
|
20
|
-
lineHeight: number;
|
21
|
-
weight: number;
|
22
|
-
};
|
23
|
-
};
|
24
|
-
m: {
|
25
|
-
large: {
|
26
|
-
size: number;
|
27
|
-
lineHeight: number;
|
28
|
-
weight: number;
|
29
|
-
};
|
30
|
-
};
|
31
|
-
s: {
|
32
|
-
large: {
|
33
|
-
size: number;
|
34
|
-
lineHeight: number;
|
35
|
-
weight: number;
|
36
|
-
};
|
37
|
-
};
|
38
|
-
xs: {
|
39
|
-
large: {
|
40
|
-
size: number;
|
41
|
-
lineHeight: number;
|
42
|
-
weight: number;
|
43
|
-
};
|
44
|
-
};
|
45
|
-
};
|
46
|
-
text: {
|
47
|
-
xl: {
|
48
|
-
large: {
|
49
|
-
size: number;
|
50
|
-
lineHeight: number;
|
51
|
-
weight: number;
|
52
|
-
};
|
53
|
-
};
|
54
|
-
l: {
|
55
|
-
large: {
|
56
|
-
size: number;
|
57
|
-
lineHeight: number;
|
58
|
-
weight: number;
|
59
|
-
};
|
60
|
-
};
|
61
|
-
m: {
|
62
|
-
large: {
|
63
|
-
size: number;
|
64
|
-
lineHeight: number;
|
65
|
-
weight: number;
|
66
|
-
};
|
67
|
-
};
|
68
|
-
s: {
|
69
|
-
large: {
|
70
|
-
size: number;
|
71
|
-
lineHeight: number;
|
72
|
-
weight: number;
|
73
|
-
};
|
74
|
-
};
|
75
|
-
xs: {
|
76
|
-
large: {
|
77
|
-
size: number;
|
78
|
-
lineHeight: number;
|
79
|
-
weight: number;
|
80
|
-
};
|
81
|
-
};
|
82
|
-
};
|
83
|
-
navigation: {
|
84
|
-
xl: {
|
85
|
-
large: {
|
86
|
-
size: number;
|
87
|
-
lineHeight: number;
|
88
|
-
weight: number;
|
89
|
-
};
|
90
|
-
};
|
91
|
-
l: {
|
92
|
-
large: {
|
93
|
-
size: number;
|
94
|
-
lineHeight: number;
|
95
|
-
weight: number;
|
96
|
-
};
|
97
|
-
};
|
98
|
-
m: {
|
99
|
-
large: {
|
100
|
-
size: number;
|
101
|
-
lineHeight: number;
|
102
|
-
weight: number;
|
103
|
-
};
|
104
|
-
};
|
105
|
-
s: {
|
106
|
-
large: {
|
107
|
-
size: number;
|
108
|
-
lineHeight: number;
|
109
|
-
weight: number;
|
110
|
-
};
|
111
|
-
};
|
112
|
-
xs: {
|
113
|
-
large: {
|
114
|
-
size: number;
|
115
|
-
lineHeight: number;
|
116
|
-
weight: number;
|
117
|
-
};
|
118
|
-
};
|
119
|
-
};
|
120
|
-
link: {
|
121
|
-
xl: {
|
122
|
-
large: {
|
123
|
-
size: number;
|
124
|
-
lineHeight: number;
|
125
|
-
weight: number;
|
126
|
-
};
|
127
|
-
};
|
128
|
-
l: {
|
129
|
-
large: {
|
130
|
-
size: number;
|
131
|
-
lineHeight: number;
|
132
|
-
weight: number;
|
133
|
-
};
|
134
|
-
};
|
135
|
-
m: {
|
136
|
-
decoration: string;
|
137
|
-
large: {
|
138
|
-
size: number;
|
139
|
-
lineHeight: number;
|
140
|
-
weight: number;
|
141
|
-
};
|
142
|
-
};
|
143
|
-
s: {
|
144
|
-
large: {
|
145
|
-
size: number;
|
146
|
-
lineHeight: number;
|
147
|
-
weight: number;
|
148
|
-
};
|
149
|
-
};
|
150
|
-
xs: {
|
151
|
-
large: {
|
152
|
-
size: number;
|
153
|
-
lineHeight: number;
|
154
|
-
weight: number;
|
155
|
-
};
|
156
|
-
};
|
157
|
-
};
|
158
|
-
}
|
@@ -1,29 +0,0 @@
|
|
1
|
-
import { ChromeBlueprint } from "@omnia/fx-models";
|
2
|
-
export declare const useChromeDefinitionStore: () => {
|
3
|
-
state: {
|
4
|
-
chromeDefinitions: ChromeBlueprint[];
|
5
|
-
};
|
6
|
-
events: {
|
7
|
-
onMutatedChromeDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<ChromeBlueprint[]>;
|
8
|
-
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
9
|
-
actions: {
|
10
|
-
onDispatching: {
|
11
|
-
addChromeDefinition: {
|
12
|
-
subscribe(fn: (typography: ChromeBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
13
|
-
};
|
14
|
-
};
|
15
|
-
onDispatched: {
|
16
|
-
addChromeDefinition: {
|
17
|
-
subscribe(fn: (result: void, typography: ChromeBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
18
|
-
};
|
19
|
-
};
|
20
|
-
onFailure: {
|
21
|
-
addChromeDefinition: {
|
22
|
-
subscribe(fn: (failureReason: any, typography: ChromeBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
23
|
-
};
|
24
|
-
};
|
25
|
-
} & {
|
26
|
-
addChromeDefinition(typography: ChromeBlueprint): void;
|
27
|
-
};
|
28
|
-
get: {};
|
29
|
-
};
|
@@ -1,29 +0,0 @@
|
|
1
|
-
import { Blueprints } from "@omnia/fx-models";
|
2
|
-
export declare const useComponentDefinitionStore: () => {
|
3
|
-
state: {
|
4
|
-
blueprints: Blueprints[];
|
5
|
-
};
|
6
|
-
events: {
|
7
|
-
onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<Blueprints[]>;
|
8
|
-
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
9
|
-
actions: {
|
10
|
-
onDispatching: {
|
11
|
-
addBluprint: {
|
12
|
-
subscribe(fn: (blueprint: Blueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
13
|
-
};
|
14
|
-
};
|
15
|
-
onDispatched: {
|
16
|
-
addBluprint: {
|
17
|
-
subscribe(fn: (result: void, blueprint: Blueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
18
|
-
};
|
19
|
-
};
|
20
|
-
onFailure: {
|
21
|
-
addBluprint: {
|
22
|
-
subscribe(fn: (failureReason: any, blueprint: Blueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
23
|
-
};
|
24
|
-
};
|
25
|
-
} & {
|
26
|
-
addBluprint(blueprint: Blueprints): void;
|
27
|
-
};
|
28
|
-
get: {};
|
29
|
-
};
|
@@ -1,29 +0,0 @@
|
|
1
|
-
import { SpacingDefinition } from "@omnia/fx-models";
|
2
|
-
export declare const useSpacingDefinitionStore: () => {
|
3
|
-
state: {
|
4
|
-
spacingDefinitions: SpacingDefinition[];
|
5
|
-
};
|
6
|
-
events: {
|
7
|
-
onMutatedSpacingDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<SpacingDefinition[]>;
|
8
|
-
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
9
|
-
actions: {
|
10
|
-
onDispatching: {
|
11
|
-
addSpacingDefinition: {
|
12
|
-
subscribe(fn: (spacingDefinition: SpacingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
13
|
-
};
|
14
|
-
};
|
15
|
-
onDispatched: {
|
16
|
-
addSpacingDefinition: {
|
17
|
-
subscribe(fn: (result: void, spacingDefinition: SpacingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
18
|
-
};
|
19
|
-
};
|
20
|
-
onFailure: {
|
21
|
-
addSpacingDefinition: {
|
22
|
-
subscribe(fn: (failureReason: any, spacingDefinition: SpacingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
23
|
-
};
|
24
|
-
};
|
25
|
-
} & {
|
26
|
-
addSpacingDefinition(spacingDefinition: SpacingDefinition): void;
|
27
|
-
};
|
28
|
-
get: {};
|
29
|
-
};
|
@@ -1,29 +0,0 @@
|
|
1
|
-
import { TypographyBlueprint } from "@omnia/fx-models";
|
2
|
-
export declare const useTypographyDefinitionStore: () => {
|
3
|
-
state: {
|
4
|
-
typographyDefinitions: TypographyBlueprint[];
|
5
|
-
};
|
6
|
-
events: {
|
7
|
-
onMutatedTypographyDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<TypographyBlueprint[]>;
|
8
|
-
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
9
|
-
actions: {
|
10
|
-
onDispatching: {
|
11
|
-
addTypography: {
|
12
|
-
subscribe(fn: (typography: TypographyBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
13
|
-
};
|
14
|
-
};
|
15
|
-
onDispatched: {
|
16
|
-
addTypography: {
|
17
|
-
subscribe(fn: (result: void, typography: TypographyBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
18
|
-
};
|
19
|
-
};
|
20
|
-
onFailure: {
|
21
|
-
addTypography: {
|
22
|
-
subscribe(fn: (failureReason: any, typography: TypographyBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
23
|
-
};
|
24
|
-
};
|
25
|
-
} & {
|
26
|
-
addTypography(typography: TypographyBlueprint): void;
|
27
|
-
};
|
28
|
-
get: {};
|
29
|
-
};
|
File without changes
|
File without changes
|
File without changes
|
package/internal-do-not-import-from-here/ux/hub/feed/components/{SendersList.d.ts → ActorsList.d.ts}
RENAMED
File without changes
|
File without changes
|
@@ -440,11 +440,11 @@ declare const _default: {
|
|
440
440
|
}>;
|
441
441
|
};
|
442
442
|
class?: String | String[];
|
443
|
+
toned?: string;
|
443
444
|
"v-model"?: Guid;
|
444
445
|
"onUpdate:modelValue"?: (value: Guid) => any;
|
445
446
|
modelValue?: Guid;
|
446
447
|
variant?: ThemePickerVariant;
|
447
|
-
toned?: string;
|
448
448
|
}>, "onUpdate:modelValue"> & {
|
449
449
|
"onUpdate:modelValue"?: (themeId: ThemeDefinitionV2) => any;
|
450
450
|
};
|