@omnia/fx 8.0.124-dev → 8.0.127-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 +2 -1
- 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/manifests/omnia.vendor.manifest.json +1 -1
- package/internal-do-not-import-from-here/services/TransactionLogService.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/broadcasting/InternalTopics.d.ts +5 -0
- package/internal-do-not-import-from-here/shared/models/HttpCommon.d.ts +14 -0
- package/internal-do-not-import-from-here/shared/models/HttpCommon.js +7 -0
- 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 +14 -6
- package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.js +7 -1
- 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 +16 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.js +5 -0
- 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 +2 -2
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +2 -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 +3 -1
- package/internal-do-not-import-from-here/shared/models/hub/index.js +3 -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 +10 -0
- package/internal-do-not-import-from-here/shared/models/hub/targeting/ExternalIdentityProperty.js +19 -0
- package/internal-do-not-import-from-here/shared/models/hub/targeting/HubSource.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/models/hub/targeting/HubSource.js +7 -0
- package/internal-do-not-import-from-here/shared/models/hub/targeting/index.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/hub/targeting/index.js +4 -0
- package/internal-do-not-import-from-here/shared/models/theming/Blueprints.d.ts +122 -0
- package/internal-do-not-import-from-here/shared/models/theming/{ChromeDefinition.d.ts → Chrome.d.ts} +6 -6
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +6 -6
- package/internal-do-not-import-from-here/shared/models/theming/Spacing.d.ts +22 -0
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +4 -4
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +1 -0
- package/internal-do-not-import-from-here/shared/models/theming/{TypographyDefinition.d.ts → Typography.d.ts} +19 -19
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +4 -4
- package/internal-do-not-import-from-here/shared/models/theming/index.js +4 -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/models/velcron/VelcronReference.d.ts +20 -0
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronReference.js +5 -0
- package/internal-do-not-import-from-here/shared/models/velcron/index.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/velcron/index.js +1 -0
- package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +21 -20
- package/internal-do-not-import-from-here/shared/services/ActivitySubscriptionService.d.ts +15 -0
- package/internal-do-not-import-from-here/shared/services/DefineService.d.ts +1 -6
- package/internal-do-not-import-from-here/shared/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/UserIdentityStore.d.ts +3 -1
- package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/{ux/mediapickerV2/imagetransformer/store → stores/mediapicker}/ImageTransformerStore.d.ts +16 -18
- package/internal-do-not-import-from-here/{ux/mediapickerV2/stores → stores/mediapicker}/MediaPickerCommonStore.d.ts +4 -3
- package/internal-do-not-import-from-here/{ux/mediapickerV2/stores → stores/mediapicker}/MediaPickerGalleryStore.d.ts +15 -15
- package/internal-do-not-import-from-here/{ux/mediapickerV2/stores → stores/mediapicker}/ProviderStore.d.ts +26 -28
- package/internal-do-not-import-from-here/{ux/mediapickerV2/chrome/core → stores/mediapicker/Utils}/MediaFileProcessor.d.ts +1 -1
- package/internal-do-not-import-from-here/{ux/mediapickerV2/chrome/core → stores/mediapicker/Utils}/index.d.ts +1 -0
- package/internal-do-not-import-from-here/{ux/mediapickerV2/stores → stores/mediapicker}/constants.d.ts +1 -1
- package/internal-do-not-import-from-here/{ux/mediapickerV2/imagetransformer → stores/mediapicker/handlers}/Utils/index.d.ts +1 -0
- package/internal-do-not-import-from-here/{ux/mediapickerV2/handlers/imagetransformer → stores/mediapicker/handlers/Utils}/utils.d.ts +1 -1
- package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/gallery/ImageHandler.d.ts +1 -2
- package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/gallery/VideoHandler.d.ts +2 -3
- package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/imagetransformer/cropByRatio.d.ts +1 -2
- package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/imagetransformer/filter.d.ts +1 -2
- package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/imagetransformer/flip.d.ts +1 -2
- package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/imagetransformer/index.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/rotate.d.ts +13 -0
- package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/index.d.ts +2 -1
- package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/provider/BaseImageHandler.d.ts +2 -3
- package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/provider/BaseVideoHandler.d.ts +2 -3
- package/internal-do-not-import-from-here/{ux/mediapickerV2/stores → stores/mediapicker}/index.d.ts +3 -1
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/StyleHelper.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/UxModels.d.ts +2 -0
- 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 +96 -0
- 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 +72 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/ButtonStyleEditor.d.ts +85 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/ButtonStylePicker.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/ButtonStylePicker.d.ts +9 -7
- 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 +127 -99
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromePicker.d.ts +108 -108
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeViewer.d.ts +15 -15
- package/internal-do-not-import-from-here/ux/blueprintpickers/componentblueprints/ComponentBlueprintsViewer.d.ts +68 -0
- 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/SpacingPicker3.d.ts +98 -98
- 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 +76 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/TabStyleEditor.d.ts +77 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/TabStylePicker.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/TabStylePicker.d.ts +68 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/docs/SampleComponent.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/docs/index.d.ts +1 -0
- 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 +466 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/typographypicker/TypographyPicker.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/typographypicker/TypographyPicker.d.ts +12 -4
- 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 +65 -18
- 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 +171 -97
- 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 +3 -3
- 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/VelcronSampleViewer.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/filterengine/FilterEngineRenderer.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.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 +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +2 -2
- 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/layoutcanvas/editor/settings/breakpoints/BreakPointSectionSettingsComponent.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +19 -19
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.css.d.ts +2 -2
- 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 +71 -42
- 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/chrome/MediaPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/types.d.ts +13 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/docs/MediaProviderExample.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/handler.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.d.ts +78 -21
- package/internal-do-not-import-from-here/ux/models/AppInstanceRollupStyles.d.ts +5 -5
- 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 +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +10 -10
- 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 +1 -1
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +29 -29
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +29 -29
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +57 -57
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +119 -119
- 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 +53 -0
- package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.d.ts +19 -19
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +49 -49
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +129 -53
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +9 -9
- 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 +9 -9
- 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/scrollcontainer/store/ScrollContainerStore.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +129 -120
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/Slide.d.ts +26 -4
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +90 -7
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/constants.d.ts +15 -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 +5 -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 +32 -10
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +27 -1
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.css.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +19 -19
- 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/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +14 -14
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerToolbar.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/PastingImageFromFileHandler.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/PastingMicrosoftOfficeImageHandler.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/PastingOmniaImageFromClipboardHandler.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/shapedivider/ShapeDivider.d.ts +2 -2
- 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 +40 -27
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/TabBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/TabBladeEdit.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +48 -21
- 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 +34 -22
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/BlueprintsTemplates.d.ts +71 -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/DefinitionsChrome.d.ts +19 -29
- 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/core/SpacingBlueprint.d.ts +25 -0
- 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 +3 -3
- 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/default/themes/BlueprintsChrome.d.ts +4 -3
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsComponents.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsSpacing.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsTypography.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/DefinitionsTypography.d.ts +58 -58
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsChrome.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsComponents.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsSpacing.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsTypography.d.ts +14 -14
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsChrome.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsComponents.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsSpacing.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsTypography.d.ts +23 -23
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +125 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +46 -46
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +46 -46
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +43 -43
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +51 -51
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +90 -90
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +52 -52
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyDefinitionStore.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +1979 -427
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +11 -6
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Chrome.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Spacing.d.ts +9 -4
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +62 -12278
- 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/UseColorSchemaSetup.d.ts +57 -57
- 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/{renderer/VelcronUnitProvider.d.ts → VelcronUnitProvider.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/Praise.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/VelcronDefinitionIds.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +27 -7
- 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/parser/VelcronConstants.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +5 -1
- 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 +2 -2
- package/internal-do-not-import-from-here/ux/velcron/definitions/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/definitions/praise/PraiseApp.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/definitions/praise/index.d.ts +1 -0
- 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/components/Lottie.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Reference.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Rive.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +95 -95
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SpacingEditor.d.ts +8 -8
- 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 +224 -34
- package/package.json +4 -4
- 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 -15
- 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/shared/models/theming/ComponentDefinitions.d.ts +0 -93
- package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.d.ts +0 -30
- package/internal-do-not-import-from-here/shared/services/SocialSourceService.d.ts +0 -10
- package/internal-do-not-import-from-here/shared/services/SourceFileService.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.css.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/GalleryPanel.css.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/GalleryPanels.d.ts +0 -35
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/IMediaPicker.d.ts +0 -36
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/MediaPicker.css.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/MediaPicker.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/MediaPickerComponentProps.d.ts +0 -33
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/MediaPickerContext.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/core/MediaPickerImageHandler.d.ts +0 -33
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/core/Utils.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/core/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/index.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/loc/localize.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/mediapickerV2/Utils/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/store/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/interfaces/IImageTransformHandler.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/mediapickerV2/interfaces/IMediaPickerGalleryHandler.d.ts +0 -10
- package/internal-do-not-import-from-here/ux/mediapickerV2/interfaces/IMediaPickerProviderMediaHandler.d.ts +0 -56
- package/internal-do-not-import-from-here/ux/mediapickerV2/interfaces/index.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/mediapickerV2/stores/types.d.ts +0 -55
- 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/DefinitionsJourney.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/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/velcron/test-definitions/AppTestJson.d.ts +0 -1
- /package/internal-do-not-import-from-here/shared/models/hub/{ExternalIdentityId.js → actors/ExternalActorId.js} +0 -0
- /package/internal-do-not-import-from-here/shared/models/theming/{ComponentDefinitions.js → Blueprints.js} +0 -0
- /package/internal-do-not-import-from-here/shared/models/theming/{ChromeDefinition.js → Chrome.js} +0 -0
- /package/internal-do-not-import-from-here/shared/models/theming/{SpacingSetting.js → Spacing.js} +0 -0
- /package/internal-do-not-import-from-here/shared/models/theming/{TypographyDefinition.js → Typography.js} +0 -0
- /package/internal-do-not-import-from-here/{ux/mediapickerV2/chrome/core → stores/mediapicker/Utils}/MediaPickerImageHandler.d.ts +0 -0
- /package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/Utils/getMediaProvider.d.ts +0 -0
- /package/internal-do-not-import-from-here/{ux/mediapickerV2/chrome/core → stores/mediapicker/Utils}/utils.d.ts +0 -0
- /package/internal-do-not-import-from-here/{ux/mediapickerV2/imagetransformer → stores/mediapicker/handlers}/Utils/cropUtils.d.ts +0 -0
- /package/internal-do-not-import-from-here/{ux/mediapickerV2/imagetransformer → stores/mediapicker/handlers}/Utils/transformUtils.d.ts +0 -0
- /package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/gallery/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/provider/index.d.ts +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/admin/blades/blueprints/components/{BlueprintsJourney.d.ts → ComponentsJourney.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{depricated-mediapicker/MediaPickerRenderer.d.ts → velcron/VelcronSetup.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{renderer/VelcronStylesProvider.d.ts → VelcronStylesProvider.d.ts} +0 -0
package/internal-do-not-import-from-here/shared/models/hub/targeting/ExternalIdentityProperty.d.ts
ADDED
@@ -0,0 +1,10 @@
|
|
1
|
+
import { GuidValue } from "../../Guid";
|
2
|
+
import { ExternalActorId } from "../actors/ExternalActorId";
|
3
|
+
import { SourceRelatedHubProperty } from "../activities";
|
4
|
+
export declare class HubExternalIdentityProperty implements SourceRelatedHubProperty {
|
5
|
+
private externalIdentityId;
|
6
|
+
constructor(externalIdentityId: ExternalActorId);
|
7
|
+
get propertySourceId(): GuidValue;
|
8
|
+
get name(): string;
|
9
|
+
get values(): string[];
|
10
|
+
}
|
package/internal-do-not-import-from-here/shared/models/hub/targeting/ExternalIdentityProperty.js
ADDED
@@ -0,0 +1,19 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.HubExternalIdentityProperty = void 0;
|
4
|
+
const HubSource_1 = require("./HubSource");
|
5
|
+
class HubExternalIdentityProperty {
|
6
|
+
constructor(externalIdentityId) {
|
7
|
+
this.externalIdentityId = externalIdentityId;
|
8
|
+
}
|
9
|
+
get propertySourceId() {
|
10
|
+
return HubSource_1.HubSource.Id;
|
11
|
+
}
|
12
|
+
get name() {
|
13
|
+
return "identity";
|
14
|
+
}
|
15
|
+
get values() {
|
16
|
+
return [this.externalIdentityId.toString()];
|
17
|
+
}
|
18
|
+
}
|
19
|
+
exports.HubExternalIdentityProperty = HubExternalIdentityProperty;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./ExternalIdentityProperty";
|
@@ -0,0 +1,122 @@
|
|
1
|
+
import { BackgroundDefinition, ColorValue, FillDefinition } from "./ThemeDefinitionV2";
|
2
|
+
import { ChromeBlueprint } from "./Chrome";
|
3
|
+
import { SpacingDefinition, Spacing } from "./Spacing";
|
4
|
+
import { TypographyValue } from "./Typography";
|
5
|
+
export interface BoxDimensions extends Spacing {
|
6
|
+
}
|
7
|
+
import { TypographyBlueprint } from "./Typography";
|
8
|
+
export type BlueprintType = "chrome" | "typography" | "spacing" | "component";
|
9
|
+
export interface Blueprints {
|
10
|
+
type: BlueprintType;
|
11
|
+
name?: string;
|
12
|
+
}
|
13
|
+
export type BlueprintVariant = "primary" | "secondary" | "variant1" | "variant2" | "variant3";
|
14
|
+
export type ButtonBlueprintType = "text" | "icon";
|
15
|
+
export interface ChromeBlueprints extends Blueprints {
|
16
|
+
type: "chrome";
|
17
|
+
primary: ChromeBlueprint;
|
18
|
+
variant1?: ChromeBlueprint;
|
19
|
+
variant2?: ChromeBlueprint;
|
20
|
+
variant3?: ChromeBlueprint;
|
21
|
+
}
|
22
|
+
export interface TypographyBlueprints extends Blueprints {
|
23
|
+
type: "typography";
|
24
|
+
primary: TypographyBlueprint;
|
25
|
+
}
|
26
|
+
export interface SpacingBlueprints extends Blueprints {
|
27
|
+
type: "spacing";
|
28
|
+
primary: SpacingBlueprint;
|
29
|
+
}
|
30
|
+
export type ButtonTypes = "primary" | "basic" | "accent1" | "warn" | "disabled" | "link";
|
31
|
+
export interface ComponentBlueprints extends Blueprints {
|
32
|
+
type: "component";
|
33
|
+
buttons?: {
|
34
|
+
text?: {
|
35
|
+
primary?: ButtonBlueprint;
|
36
|
+
basic?: ButtonBlueprint;
|
37
|
+
accent1?: ButtonBlueprint;
|
38
|
+
warn?: ButtonBlueprint;
|
39
|
+
disabled?: ButtonBlueprint;
|
40
|
+
link?: ButtonBlueprint;
|
41
|
+
};
|
42
|
+
icon?: {
|
43
|
+
primary?: ButtonBlueprint;
|
44
|
+
basic?: ButtonBlueprint;
|
45
|
+
accent1?: ButtonBlueprint;
|
46
|
+
warn?: ButtonBlueprint;
|
47
|
+
disabled?: ButtonBlueprint;
|
48
|
+
link?: ButtonBlueprint;
|
49
|
+
};
|
50
|
+
};
|
51
|
+
tabs?: {
|
52
|
+
primary?: TabsBlueprint;
|
53
|
+
variant1?: TabsBlueprint;
|
54
|
+
variant2?: TabsBlueprint;
|
55
|
+
variant3?: TabsBlueprint;
|
56
|
+
};
|
57
|
+
}
|
58
|
+
export interface SpacingBlueprint {
|
59
|
+
layout: SpacingDefinition;
|
60
|
+
inner: SpacingDefinition;
|
61
|
+
}
|
62
|
+
export type SpacingBlueprintTypes = "inner" | "layout";
|
63
|
+
export type WebBlueprintItemDefintionType = "button" | "searchbox" | "text" | "icon" | "tab";
|
64
|
+
export declare enum WebBlueprintItemDefintionTypes {
|
65
|
+
button = "button",
|
66
|
+
searchbox = "searchbox"
|
67
|
+
}
|
68
|
+
export type VelcronBlueprintDefintionType = "button";
|
69
|
+
export declare enum VelcronBlueprintDefintionTypes {
|
70
|
+
button = "button"
|
71
|
+
}
|
72
|
+
export interface Blueprint {
|
73
|
+
type: VelcronBlueprintDefintionType | WebBlueprintItemDefintionType;
|
74
|
+
}
|
75
|
+
export interface SearchBoxBlueprint extends Blueprint {
|
76
|
+
type: "searchbox";
|
77
|
+
borderRadius?: BoxDimensions;
|
78
|
+
variant?: "outlined" | "solo" | "regular" | "plain" | "underlined";
|
79
|
+
}
|
80
|
+
export interface ButtonBlueprint extends Blueprint {
|
81
|
+
type: "button";
|
82
|
+
padding?: Spacing;
|
83
|
+
background?: BackgroundDefinition;
|
84
|
+
alterCase?: boolean;
|
85
|
+
text?: TextBlueprint;
|
86
|
+
icon?: IconBlueprint;
|
87
|
+
}
|
88
|
+
export interface TabsBlueprint extends Blueprint {
|
89
|
+
type: "tab";
|
90
|
+
background?: BackgroundDefinition;
|
91
|
+
padding?: Spacing;
|
92
|
+
margin?: Spacing;
|
93
|
+
vertical?: boolean;
|
94
|
+
hideSlider?: boolean;
|
95
|
+
iconPosition?: "left" | "right" | "top";
|
96
|
+
grow?: boolean;
|
97
|
+
minHeight?: number;
|
98
|
+
minWidth?: number;
|
99
|
+
alignment?: "start" | "center" | "end";
|
100
|
+
sliderColor?: ColorValue;
|
101
|
+
text?: TextBlueprint;
|
102
|
+
icon?: IconBlueprint;
|
103
|
+
active?: {
|
104
|
+
padding?: Spacing;
|
105
|
+
background?: BackgroundDefinition;
|
106
|
+
text?: TextBlueprint;
|
107
|
+
icon?: IconBlueprint;
|
108
|
+
};
|
109
|
+
inactive?: {
|
110
|
+
background?: BackgroundDefinition;
|
111
|
+
};
|
112
|
+
}
|
113
|
+
export interface TextBlueprint extends Blueprint {
|
114
|
+
type: "text";
|
115
|
+
color?: FillDefinition;
|
116
|
+
typography?: TypographyValue;
|
117
|
+
}
|
118
|
+
export interface IconBlueprint extends Blueprint {
|
119
|
+
type: "icon";
|
120
|
+
color?: FillDefinition;
|
121
|
+
size?: number;
|
122
|
+
}
|
package/internal-do-not-import-from-here/shared/models/theming/{ChromeDefinition.d.ts → Chrome.d.ts}
RENAMED
@@ -1,16 +1,16 @@
|
|
1
1
|
import { GuidValue } from "../Guid";
|
2
2
|
import { VelcronAppDefinition } from "../velcron";
|
3
|
-
import {
|
4
|
-
import { BackgroundDefinition } from "./ThemeDefinitionV2";
|
5
|
-
export interface
|
6
|
-
|
7
|
-
|
3
|
+
import { Spacing } from "./Spacing";
|
4
|
+
import { BackgroundDefinition, ColorSchemaType } from "./ThemeDefinitionV2";
|
5
|
+
export interface ChromeBlueprint {
|
6
|
+
name?: string;
|
7
|
+
colorSchemaType?: ColorSchemaType;
|
8
8
|
header: {
|
9
9
|
definitionId: GuidValue;
|
10
10
|
definition?: VelcronAppDefinition;
|
11
11
|
};
|
12
12
|
styles: {
|
13
13
|
background?: BackgroundDefinition;
|
14
|
-
spacing?:
|
14
|
+
spacing?: Spacing;
|
15
15
|
};
|
16
16
|
}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import { SpacingDefinition } from "./
|
1
|
+
import { SpacingDefinition } from "./Spacing";
|
2
2
|
export declare function getSpacingValueFromBlueprint(spacingValue: any, definition: SpacingDefinition): number;
|
@@ -2,7 +2,7 @@
|
|
2
2
|
// import { SpacingDefinition, SpacingTypes } from "@omnia/fx-models";
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
4
4
|
exports.getSpacingValueFromBlueprint = void 0;
|
5
|
-
const
|
5
|
+
const Spacing_1 = require("./Spacing");
|
6
6
|
function getSpacingValueFromBlueprint(spacingValue, definition) {
|
7
7
|
if (!spacingValue) {
|
8
8
|
return 0;
|
@@ -14,19 +14,19 @@ function getSpacingValueFromBlueprint(spacingValue, definition) {
|
|
14
14
|
negative = true;
|
15
15
|
}
|
16
16
|
spacingValue = spacingValue.replace("-", "");
|
17
|
-
if (spacingValue ===
|
17
|
+
if (spacingValue === Spacing_1.SpacingTypes.xs) {
|
18
18
|
result = definition.xs;
|
19
19
|
}
|
20
|
-
else if (spacingValue ===
|
20
|
+
else if (spacingValue === Spacing_1.SpacingTypes.s) {
|
21
21
|
result = definition.s;
|
22
22
|
}
|
23
|
-
else if (spacingValue ===
|
23
|
+
else if (spacingValue === Spacing_1.SpacingTypes.m) {
|
24
24
|
result = definition.m;
|
25
25
|
}
|
26
|
-
else if (spacingValue ===
|
26
|
+
else if (spacingValue === Spacing_1.SpacingTypes.l) {
|
27
27
|
result = definition.l;
|
28
28
|
}
|
29
|
-
else if (spacingValue ===
|
29
|
+
else if (spacingValue === Spacing_1.SpacingTypes.xl) {
|
30
30
|
result = definition.xl;
|
31
31
|
}
|
32
32
|
else {
|
@@ -0,0 +1,22 @@
|
|
1
|
+
export interface Spacing {
|
2
|
+
top?: SpacingValue;
|
3
|
+
right?: SpacingValue;
|
4
|
+
bottom?: SpacingValue;
|
5
|
+
left?: SpacingValue;
|
6
|
+
}
|
7
|
+
export interface SpacingDefinition {
|
8
|
+
name: string;
|
9
|
+
xs: number;
|
10
|
+
s: number;
|
11
|
+
m: number;
|
12
|
+
l: number;
|
13
|
+
xl: number;
|
14
|
+
}
|
15
|
+
export type SpacingValue = "xs" | "s" | "m" | "l" | "xl" | number;
|
16
|
+
export declare enum SpacingTypes {
|
17
|
+
xs = "xs",
|
18
|
+
s = "s",
|
19
|
+
m = "m",
|
20
|
+
l = "l",
|
21
|
+
xl = "xl"
|
22
|
+
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { Guid } from "../Guid";
|
2
|
-
import {
|
2
|
+
import { Blueprints, BoxDimensions } from "./Blueprints";
|
3
3
|
export interface ColorTypeResult<resultType> {
|
4
4
|
base: resultType;
|
5
5
|
baseTone: resultType;
|
@@ -44,7 +44,7 @@ export interface ThemeDefinitionV2 {
|
|
44
44
|
name: string;
|
45
45
|
dark: boolean;
|
46
46
|
colors: ColorSchemas;
|
47
|
-
blueprints:
|
47
|
+
blueprints: Blueprints[];
|
48
48
|
}
|
49
49
|
export type ColorSchemaType = keyof typeof ColorSchemaTypes;
|
50
50
|
export declare enum ColorSchemaTypes {
|
@@ -56,7 +56,8 @@ export declare enum ColorSchemaTypes {
|
|
56
56
|
neutral = "neutral",
|
57
57
|
background = "background",
|
58
58
|
error = "error",
|
59
|
-
info = "info"
|
59
|
+
info = "info",
|
60
|
+
dynamic = "dynamic"
|
60
61
|
}
|
61
62
|
export type ColorType = keyof typeof ColorTypes;
|
62
63
|
export declare enum ColorTypes {
|
@@ -81,7 +82,6 @@ export interface ColorGradientValue {
|
|
81
82
|
}
|
82
83
|
/**Background */
|
83
84
|
export interface BackgroundDefinition {
|
84
|
-
filled?: boolean;
|
85
85
|
fill?: FillDefinition;
|
86
86
|
border?: BorderStylingDefinition;
|
87
87
|
elevation?: number;
|
@@ -12,6 +12,7 @@ var ColorSchemaTypes;
|
|
12
12
|
ColorSchemaTypes["background"] = "background";
|
13
13
|
ColorSchemaTypes["error"] = "error";
|
14
14
|
ColorSchemaTypes["info"] = "info";
|
15
|
+
ColorSchemaTypes["dynamic"] = "dynamic";
|
15
16
|
})(ColorSchemaTypes || (exports.ColorSchemaTypes = ColorSchemaTypes = {}));
|
16
17
|
var ColorTypes;
|
17
18
|
(function (ColorTypes) {
|
@@ -1,37 +1,37 @@
|
|
1
1
|
import { Guid } from "../Guid";
|
2
|
-
export interface
|
3
|
-
id: Guid;
|
2
|
+
export interface TypographyBlueprint {
|
4
3
|
name: string;
|
5
4
|
font?: {
|
5
|
+
id: Guid;
|
6
6
|
family: string;
|
7
7
|
cdn?: string;
|
8
8
|
};
|
9
9
|
title: {
|
10
|
-
xl:
|
11
|
-
l:
|
12
|
-
m:
|
13
|
-
s:
|
14
|
-
xs:
|
10
|
+
xl: TypographyDefinition;
|
11
|
+
l: TypographyDefinition;
|
12
|
+
m: TypographyDefinition;
|
13
|
+
s: TypographyDefinition;
|
14
|
+
xs: TypographyDefinition;
|
15
15
|
};
|
16
16
|
text: {
|
17
|
-
l:
|
18
|
-
m:
|
19
|
-
s:
|
20
|
-
xs:
|
17
|
+
l: TypographyDefinition;
|
18
|
+
m: TypographyDefinition;
|
19
|
+
s: TypographyDefinition;
|
20
|
+
xs: TypographyDefinition;
|
21
21
|
};
|
22
22
|
navigation: {
|
23
|
-
l:
|
24
|
-
m:
|
23
|
+
l: TypographyDefinition;
|
24
|
+
m: TypographyDefinition;
|
25
25
|
};
|
26
26
|
link: {
|
27
|
-
m:
|
27
|
+
m: TypographyDefinition;
|
28
28
|
};
|
29
29
|
}
|
30
|
-
export interface
|
30
|
+
export interface TypographyDefinition {
|
31
31
|
decoration?: string;
|
32
|
-
|
33
|
-
|
34
|
-
|
32
|
+
lg: TypographyTypeBreakPoint;
|
33
|
+
md?: TypographyTypeBreakPoint;
|
34
|
+
sm?: TypographyTypeBreakPoint;
|
35
35
|
}
|
36
36
|
export interface TypographyTypeBreakPoint {
|
37
37
|
weight: number;
|
@@ -48,7 +48,7 @@ export interface ThemedTypographyValue {
|
|
48
48
|
type: TypographyType;
|
49
49
|
size: TypographySize;
|
50
50
|
}
|
51
|
-
export type TypographyValue =
|
51
|
+
export type TypographyValue = TypographyDefinition | ThemedTypographyValue;
|
52
52
|
export type TypographySize = keyof typeof TypographySizes;
|
53
53
|
export declare enum TypographySizes {
|
54
54
|
xl = "xl",
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import { ColorDefinition, ColorSchema, ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes } from "./ThemeDefinitionV2";
|
2
|
-
import {
|
2
|
+
import { Blueprints, BlueprintType } from "./Blueprints";
|
3
3
|
export declare function useThemeMethods(getThemeDefinition: () => any): {
|
4
4
|
colorSchema: (colorSchemaType: ColorSchemaTypes | ColorSchemaType) => ColorSchema;
|
5
|
-
bluePrintbyType: <TType extends
|
5
|
+
bluePrintbyType: <TType extends Blueprints>(type: BlueprintType) => TType;
|
6
6
|
color: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => string;
|
7
7
|
colorDefinition: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => ColorDefinition;
|
8
8
|
complementaryColorType: (colorType: ColorTypes | ColorType) => ColorTypes;
|
@@ -1,8 +1,8 @@
|
|
1
1
|
export * from "./ThemeDefinitionV2";
|
2
|
-
export * from "./
|
2
|
+
export * from "./Typography";
|
3
3
|
export * from "./UseThemeMethods";
|
4
|
-
export * from "./
|
5
|
-
export * from "./SpacingSetting";
|
4
|
+
export * from "./Spacing";
|
6
5
|
export * from "./SharedBlueprintMethods";
|
7
6
|
export * from "./SharedColorMethods";
|
8
|
-
export * from "./
|
7
|
+
export * from "./Chrome";
|
8
|
+
export * from "./Blueprints";
|
@@ -2,11 +2,11 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
const tslib_1 = require("tslib");
|
4
4
|
tslib_1.__exportStar(require("./ThemeDefinitionV2"), exports);
|
5
|
-
tslib_1.__exportStar(require("./
|
5
|
+
tslib_1.__exportStar(require("./Typography"), exports);
|
6
6
|
//export * from "./OmniaThemes";
|
7
7
|
tslib_1.__exportStar(require("./UseThemeMethods"), exports);
|
8
|
-
tslib_1.__exportStar(require("./
|
9
|
-
tslib_1.__exportStar(require("./SpacingSetting"), exports);
|
8
|
+
tslib_1.__exportStar(require("./Spacing"), exports);
|
10
9
|
tslib_1.__exportStar(require("./SharedBlueprintMethods"), exports);
|
11
10
|
tslib_1.__exportStar(require("./SharedColorMethods"), exports);
|
12
|
-
tslib_1.__exportStar(require("./
|
11
|
+
tslib_1.__exportStar(require("./Chrome"), exports);
|
12
|
+
tslib_1.__exportStar(require("./Blueprints"), exports);
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { DynamicState } from "../DynamicState";
|
2
|
-
import { VelcronEvent, VelcronOnEditModeEvent, VelcronOnLoadEvent } from "./VelcronEvents";
|
2
|
+
import { VelcronEvent, VelcronOnEditModeEvent, VelcronOnLoadEvent, VelcronOnSaveEvent } from "./VelcronEvents";
|
3
3
|
/**
|
4
4
|
* Velcron definition base
|
5
5
|
*/
|
@@ -73,7 +73,7 @@ export interface VelcronAppDefinition<TState extends DynamicState = DynamicState
|
|
73
73
|
version?: string;
|
74
74
|
name?: string;
|
75
75
|
body?: Array<VelcronDefinition>;
|
76
|
-
events?: VelcronOnLoadEvent & VelcronOnEditModeEvent;
|
76
|
+
events?: VelcronOnLoadEvent & VelcronOnEditModeEvent & VelcronOnSaveEvent;
|
77
77
|
actions?: {
|
78
78
|
[name: string]: Array<string>;
|
79
79
|
};
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import { GuidValue } from "../Guid";
|
2
|
+
import { StronglyTypedId } from "../StronglyTypedId";
|
3
|
+
import { VelcronAppDefinition } from "./VelcronDefinition";
|
4
|
+
export type VelcronRendererId = StronglyTypedId<string, "VelcronRendererId">;
|
5
|
+
export declare function VelcronRendererId(id: GuidValue): VelcronRendererId;
|
6
|
+
export interface VelcronRendererResolverReference {
|
7
|
+
id: VelcronRendererId;
|
8
|
+
resolver: string;
|
9
|
+
version: string;
|
10
|
+
}
|
11
|
+
export interface VelcronRendererReference {
|
12
|
+
id: VelcronRendererId;
|
13
|
+
version: string;
|
14
|
+
}
|
15
|
+
export interface VelcronRendererWithJson extends VelcronRendererReference {
|
16
|
+
definition: string;
|
17
|
+
}
|
18
|
+
export interface VelcronRenderer extends VelcronRendererReference {
|
19
|
+
definition: VelcronAppDefinition;
|
20
|
+
}
|
@@ -3,3 +3,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
4
4
|
tslib_1.__exportStar(require("./VelcronDefinition"), exports);
|
5
5
|
tslib_1.__exportStar(require("./VelcronEvents"), exports);
|
6
|
+
tslib_1.__exportStar(require("./VelcronReference"), exports);
|
@@ -1,26 +1,27 @@
|
|
1
|
-
import { ChannelId, ActivityFeed,
|
1
|
+
import { FileOwnerId, ChannelId, ActivityFeed, FeedActivityDefinition, SourceRelatedHubProperty, NotificationTeaser, FeedQuery, TemporaryFileId, ActorActivityBase, ActivityCategoryCount, ActorActivityCategory, ActivityRendererLoadingReferences, ActivityRendererLoadReference, ActivityRenderer, HubReaction, HubComment, ExternalActorId, ActivityId, ActorId, Actor } from "../models";
|
2
2
|
export declare const activityService: () => {
|
3
3
|
getFeed: (channelId: ChannelId, options?: FeedQuery) => Promise<ActivityFeed>;
|
4
|
-
createActivity: <TRenderState>(channelId: ChannelId,
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
getReactionsAsync: () => Promise<import("../models").HubReaction[]>;
|
13
|
-
};
|
14
|
-
getSenders: (senderIds: Array<ActivitySenderId>) => Promise<ActivitySender[]>;
|
15
|
-
dismissNotificationsBySenderIds: (channelId: ChannelId, senderIds: Array<ActivitySenderId>) => Promise<boolean>;
|
16
|
-
files: () => {
|
17
|
-
getFiles: (startPath: string[]) => Promise<string[]>;
|
18
|
-
getTempFiles: (tempFilesId: TemporaryFileId, startPath: string[]) => Promise<string[]>;
|
19
|
-
takeOwnership: (tempFilesId: TemporaryFileId, subPath: string[]) => Promise<void>;
|
20
|
-
upload: (uniqueGuid: TemporaryFileId, files: File[]) => Promise<TemporaryFileId>;
|
21
|
-
};
|
22
|
-
updateIdentityActivity: (channelId: ChannelId, identityActivity: IdentityActivityBase) => Promise<ActivityCategoryCount[]>;
|
4
|
+
createActivity: <TRenderState>(channelId: ChannelId, createdBy: ActorId, activityDefinition: FeedActivityDefinition<TRenderState>, targeting: Array<Array<SourceRelatedHubProperty>>, notification: NotificationTeaser, category?: ActorActivityCategory, expires?: Date, createdAt?: Date, activityIdPlaceHolder?: TemporaryFileId) => Promise<void>;
|
5
|
+
getActors: (actorIds: Array<ActorId>) => Promise<Actor[]>;
|
6
|
+
getActorsByExternalIds: (externalIds: Array<ExternalActorId>) => Promise<{
|
7
|
+
actorId: ActorId;
|
8
|
+
externalId: string;
|
9
|
+
}[]>;
|
10
|
+
dismissNotificationsByActorIds: (channelId: ChannelId, actorIds: Array<ActorId>) => Promise<boolean>;
|
11
|
+
updateActorActivity: (channelId: ChannelId, actorActivity: ActorActivityBase) => Promise<ActivityCategoryCount[]>;
|
23
12
|
tempDelete: (channelId: ChannelId) => Promise<boolean>;
|
13
|
+
tempActorActivitiesDelete: (channelId: ChannelId) => Promise<boolean>;
|
24
14
|
getActivityRenderersLoadReferences: (currentLoadStateHash?: string) => Promise<ActivityRendererLoadingReferences>;
|
25
15
|
getActivityRenderer: (toLoad: ActivityRendererLoadReference) => Promise<ActivityRenderer>;
|
16
|
+
addCommentAsync: (activityId: ActivityId, rendererJson: string, mentions: ExternalActorId[], inReplyToCommentId?: number) => Promise<HubComment>;
|
17
|
+
getCommentsAsync: (activityId: ActivityId, offSet?: HubComment | null, limt?: number) => Promise<HubComment[]>;
|
18
|
+
updateCommentAsync: (activityId: ActivityId, comment: HubComment) => Promise<HubComment>;
|
19
|
+
deleteCommentAsync: (activityId: ActivityId, toDelete: HubComment) => Promise<number[]>;
|
20
|
+
addReactionAsync: (activityId: ActivityId, reactionType: string) => Promise<HubReaction[]>;
|
21
|
+
deleteReactionAsync: (activityId: ActivityId, toDelete: HubReaction) => Promise<HubReaction[]>;
|
22
|
+
getReactionsAsync: (activityId: ActivityId) => Promise<HubReaction[]>;
|
23
|
+
getFiles: (fileOwnerId: FileOwnerId, startPath: string[]) => Promise<string[]>;
|
24
|
+
getTempFiles: (tempFilesId: TemporaryFileId, startPath: string[]) => Promise<string[]>;
|
25
|
+
takeOwnership: (tempFilesId: TemporaryFileId, subPath: string[]) => Promise<void>;
|
26
|
+
upload: (uniqueGuid: TemporaryFileId, files: File[]) => Promise<TemporaryFileId>;
|
26
27
|
};
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import { SubscriptionInformation, Subscription, ActorSubscription, ActorId, SubscriptionId } from "../models";
|
2
|
+
export declare const activitySubscriptionService: () => {
|
3
|
+
upsertSubscription: (subscriptionOwner: ActorId, id: SubscriptionId, title: Record<string, string>, description: Record<string, string>) => Promise<SubscriptionInformation>;
|
4
|
+
removeSubscription: (actorSubscription: ActorSubscription) => Promise<SubscriptionInformation>;
|
5
|
+
get: (actorSubscription: ActorSubscription) => Promise<SubscriptionInformation>;
|
6
|
+
getByActorId: (subscriptionOwner: ActorId) => Promise<SubscriptionInformation[]>;
|
7
|
+
getAll: () => Promise<SubscriptionInformation[]>;
|
8
|
+
addActorAsSubscriber: (actorSubscription: ActorSubscription, newSubscriber: ActorId) => Promise<SubscriptionId>;
|
9
|
+
removeActorAsSubscriber: (actorSubscription: ActorSubscription, actorToRemove: ActorId) => Promise<SubscriptionId>;
|
10
|
+
getActorSubscriptions: (actorToGetFor: ActorId) => Promise<SubscriptionInformation[]>;
|
11
|
+
getSubscribers: (subscriptionOwner: ActorId, ownerSubscriptions: SubscriptionId[]) => Promise<Subscription[]>;
|
12
|
+
addFollowingSubscription: (actorToFollow: ActorId) => Promise<void>;
|
13
|
+
isFollowingSubscription: (actorToFollow: ActorId) => Promise<boolean>;
|
14
|
+
removeFollowingSubscription: (actorToFollow: ActorId) => Promise<SubscriptionId>;
|
15
|
+
};
|
@@ -1,11 +1,6 @@
|
|
1
1
|
import { http } from "../http";
|
2
2
|
export declare function defineService<TActions extends {
|
3
3
|
[key: string]: Function;
|
4
|
-
}>(setup: (ctx: {
|
4
|
+
}>(name: string, setup: (ctx: {
|
5
5
|
http: typeof http;
|
6
6
|
}) => TActions): () => TActions;
|
7
|
-
export declare function defineService<TActions extends {
|
8
|
-
[key: string]: Function;
|
9
|
-
}, TArgs extends any[]>(setup: (ctx: {
|
10
|
-
http: typeof http;
|
11
|
-
}, ...args: TArgs) => TActions): (...args: TArgs) => TActions;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { GroupIdentity, GuidValue, Identity, IdentityProperty, UserIdentityPropertyDefinition, PropertyBinding, PropertyDefinition, ResolvedUserIdentity, UserIdentity } from "@omnia/fx-models";
|
1
|
+
import { GroupIdentity, GuidValue, Identity, IdentityProperty, UserIdentityPropertyDefinition, PropertyBinding, PropertyDefinition, ResolvedUserIdentity, UserIdentity, LanguagePropertyValue } from "@omnia/fx-models";
|
2
2
|
import { MediaPickerService, UserPresenceStatus } from "../services";
|
3
3
|
import { Store } from "./Store";
|
4
4
|
export declare class UserIdentityStore extends Store {
|
@@ -59,6 +59,8 @@ export declare class UserIdentityStore extends Store {
|
|
59
59
|
}, providerId: GuidValue, userIds: GuidValue[]) => void, (failureReason: any, providerId: GuidValue, userIds: GuidValue[]) => void, (providerId: GuidValue, userIds: GuidValue[]) => Promise<{
|
60
60
|
[userIdentityUid: string]: Identity;
|
61
61
|
}>>;
|
62
|
+
setUiLanguage: import("./Store").StoreAction<unknown, (uiLanguage: LanguagePropertyValue) => void, (result: ResolvedUserIdentity, uiLanguage: LanguagePropertyValue) => void, (failureReason: any, uiLanguage: LanguagePropertyValue) => void, (uiLanguage: LanguagePropertyValue) => Promise<ResolvedUserIdentity>>;
|
63
|
+
removeUiLanguage: import("./Store").StoreAction<unknown, () => void, (result: ResolvedUserIdentity) => void, (failureReason: any) => void, () => Promise<ResolvedUserIdentity>>;
|
62
64
|
};
|
63
65
|
protected onActivated(): void;
|
64
66
|
}
|