@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
@@ -45,7 +45,7 @@ export declare class PersonalStoryFeedItem implements FeedActivityDefinition<Per
|
|
45
45
|
}
|
46
46
|
export interface PersonalStoryFeedItemState extends DynamicState {
|
47
47
|
}
|
48
|
-
export declare class
|
49
|
-
|
48
|
+
export declare class ActivityActorIdBag extends UserPropertyBagModel {
|
49
|
+
actorId: number;
|
50
50
|
constructor();
|
51
51
|
}
|
@@ -1,17 +1,17 @@
|
|
1
|
-
import { Activity, ActivityId, ActivityRenderer, ActivityRendererId,
|
1
|
+
import { Activity, ActivityId, ActivityRenderer, ActivityRendererId, Actor, ActorId, ChannelId, FeedActivityDefinition, Guid, ActorActivity, NewActivitiesByActor, NotificationTeaser, RealtimeChannel, RealtimeData, SourceRelatedHubProperty, TemporaryFileId, FeedQuery, ActorActivityBase, ActivityCategoryCount, ActorActivityCategory } from "@omnia/fx-models";
|
2
2
|
export declare const useActivityFeedStore: () => {
|
3
3
|
state: {
|
4
4
|
selectedActivity: Activity<object>;
|
5
5
|
activities: {
|
6
|
-
[key: ChannelId]:
|
6
|
+
[key: ChannelId]: ActorActivity<object, object>[];
|
7
7
|
};
|
8
|
-
|
9
|
-
[key:
|
8
|
+
activitiesByActors: {
|
9
|
+
[key: ActorId]: ActorActivity<object, object>[];
|
10
10
|
};
|
11
11
|
activitiesByCategory: {
|
12
|
-
[key: number]:
|
12
|
+
[key: number]: ActorActivity<object, object>[];
|
13
13
|
};
|
14
|
-
|
14
|
+
actorFilter: Actor;
|
15
15
|
categoryFilter: ActivityCategoryCount;
|
16
16
|
categories: ActivityCategoryCount[];
|
17
17
|
renderers: {
|
@@ -20,28 +20,28 @@ export declare const useActivityFeedStore: () => {
|
|
20
20
|
newlyPushed: {
|
21
21
|
[key: ChannelId]: Activity<object>[];
|
22
22
|
};
|
23
|
-
|
24
|
-
[key:
|
23
|
+
actors: {
|
24
|
+
[key: ActorId]: Actor;
|
25
25
|
};
|
26
|
-
|
27
|
-
[key: ChannelId]:
|
26
|
+
newByActor: {
|
27
|
+
[key: ChannelId]: NewActivitiesByActor[];
|
28
28
|
};
|
29
|
-
|
30
|
-
[key: ChannelId]:
|
29
|
+
recentActors: {
|
30
|
+
[key: ChannelId]: Actor[];
|
31
31
|
};
|
32
32
|
};
|
33
33
|
events: {
|
34
34
|
onMutatedSelectedActivity: import("@omnia/fx").MessageBusExposeOnlySubscription<Activity<object>>;
|
35
35
|
onMutatedActivities: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
36
|
-
[key: ChannelId]:
|
36
|
+
[key: ChannelId]: ActorActivity<object, object>[];
|
37
37
|
}>;
|
38
|
-
|
39
|
-
[key:
|
38
|
+
onMutatedActivitiesByActors: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
39
|
+
[key: ActorId]: ActorActivity<object, object>[];
|
40
40
|
}>;
|
41
41
|
onMutatedActivitiesByCategory: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
42
|
-
[key: number]:
|
42
|
+
[key: number]: ActorActivity<object, object>[];
|
43
43
|
}>;
|
44
|
-
|
44
|
+
onMutatedActorFilter: import("@omnia/fx").MessageBusExposeOnlySubscription<Actor>;
|
45
45
|
onMutatedCategoryFilter: import("@omnia/fx").MessageBusExposeOnlySubscription<ActivityCategoryCount>;
|
46
46
|
onMutatedCategories: import("@omnia/fx").MessageBusExposeOnlySubscription<ActivityCategoryCount[]>;
|
47
47
|
onMutatedRenderers: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
@@ -50,14 +50,14 @@ export declare const useActivityFeedStore: () => {
|
|
50
50
|
onMutatedNewlyPushed: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
51
51
|
[key: ChannelId]: Activity<object>[];
|
52
52
|
}>;
|
53
|
-
|
54
|
-
[key:
|
53
|
+
onMutatedActors: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
54
|
+
[key: ActorId]: Actor;
|
55
55
|
}>;
|
56
|
-
|
57
|
-
[key: ChannelId]:
|
56
|
+
onMutatedNewByActor: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
57
|
+
[key: ChannelId]: NewActivitiesByActor[];
|
58
58
|
}>;
|
59
|
-
|
60
|
-
[key: ChannelId]:
|
59
|
+
onMutatedRecentActors: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
60
|
+
[key: ChannelId]: Actor[];
|
61
61
|
}>;
|
62
62
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
63
63
|
actions: {
|
@@ -65,8 +65,8 @@ export declare const useActivityFeedStore: () => {
|
|
65
65
|
toggleCategoryFilter: {
|
66
66
|
subscribe(fn: (filter: ActivityCategoryCount) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
67
67
|
};
|
68
|
-
|
69
|
-
subscribe(fn: (channelId: ChannelId,
|
68
|
+
toggleActorFilter: {
|
69
|
+
subscribe(fn: (channelId: ChannelId, actor: Actor) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
70
70
|
};
|
71
71
|
toggleSelectedActivity: {
|
72
72
|
subscribe(fn: (activity: Activity<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -78,18 +78,18 @@ export declare const useActivityFeedStore: () => {
|
|
78
78
|
subscribe(fn: (channelId: ChannelId, options?: FeedQuery) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
79
79
|
};
|
80
80
|
createActivity: {
|
81
|
-
subscribe(fn: (channelId: ChannelId,
|
81
|
+
subscribe(fn: (channelId: ChannelId, actorId: ActorId, activityDefinition: FeedActivityDefinition<unknown>, targeting: SourceRelatedHubProperty[][], notification: NotificationTeaser, category?: ActorActivityCategory, expires?: Date, createdAt?: Date, activityIdPlaceHolder?: TemporaryFileId) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
82
82
|
};
|
83
|
-
|
84
|
-
subscribe(fn: (channelId: ChannelId,
|
83
|
+
updateActorActivityCategory: {
|
84
|
+
subscribe(fn: (channelId: ChannelId, actorActivity: ActorActivityBase, category: ActorActivityCategory) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
85
85
|
};
|
86
86
|
};
|
87
87
|
onDispatched: {
|
88
88
|
toggleCategoryFilter: {
|
89
89
|
subscribe(fn: (result: void, filter: ActivityCategoryCount) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
90
90
|
};
|
91
|
-
|
92
|
-
subscribe(fn: (result: void, channelId: ChannelId,
|
91
|
+
toggleActorFilter: {
|
92
|
+
subscribe(fn: (result: void, channelId: ChannelId, actor: Actor) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
93
93
|
};
|
94
94
|
toggleSelectedActivity: {
|
95
95
|
subscribe(fn: (result: void, activity: Activity<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -101,18 +101,18 @@ export declare const useActivityFeedStore: () => {
|
|
101
101
|
subscribe(fn: (result: boolean, channelId: ChannelId, options?: FeedQuery) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
102
102
|
};
|
103
103
|
createActivity: {
|
104
|
-
subscribe(fn: (result: void, channelId: ChannelId,
|
104
|
+
subscribe(fn: (result: void, channelId: ChannelId, actorId: ActorId, activityDefinition: FeedActivityDefinition<unknown>, targeting: SourceRelatedHubProperty[][], notification: NotificationTeaser, category?: ActorActivityCategory, expires?: Date, createdAt?: Date, activityIdPlaceHolder?: TemporaryFileId) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
105
105
|
};
|
106
|
-
|
107
|
-
subscribe(fn: (result: void, channelId: ChannelId,
|
106
|
+
updateActorActivityCategory: {
|
107
|
+
subscribe(fn: (result: void, channelId: ChannelId, actorActivity: ActorActivityBase, category: ActorActivityCategory) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
108
108
|
};
|
109
109
|
};
|
110
110
|
onFailure: {
|
111
111
|
toggleCategoryFilter: {
|
112
112
|
subscribe(fn: (failureReason: any, filter: ActivityCategoryCount) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
113
113
|
};
|
114
|
-
|
115
|
-
subscribe(fn: (failureReason: any, channelId: ChannelId,
|
114
|
+
toggleActorFilter: {
|
115
|
+
subscribe(fn: (failureReason: any, channelId: ChannelId, actor: Actor) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
116
116
|
};
|
117
117
|
toggleSelectedActivity: {
|
118
118
|
subscribe(fn: (failureReason: any, activity: Activity<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -124,20 +124,20 @@ export declare const useActivityFeedStore: () => {
|
|
124
124
|
subscribe(fn: (failureReason: any, channelId: ChannelId, options?: FeedQuery) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
125
125
|
};
|
126
126
|
createActivity: {
|
127
|
-
subscribe(fn: (failureReason: any, channelId: ChannelId,
|
127
|
+
subscribe(fn: (failureReason: any, channelId: ChannelId, actorId: ActorId, activityDefinition: FeedActivityDefinition<unknown>, targeting: SourceRelatedHubProperty[][], notification: NotificationTeaser, category?: ActorActivityCategory, expires?: Date, createdAt?: Date, activityIdPlaceHolder?: TemporaryFileId) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
128
128
|
};
|
129
|
-
|
130
|
-
subscribe(fn: (failureReason: any, channelId: ChannelId,
|
129
|
+
updateActorActivityCategory: {
|
130
|
+
subscribe(fn: (failureReason: any, channelId: ChannelId, actorActivity: ActorActivityBase, category: ActorActivityCategory) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
131
131
|
};
|
132
132
|
};
|
133
133
|
} & {
|
134
134
|
toggleCategoryFilter: (filter: ActivityCategoryCount) => void;
|
135
|
-
|
135
|
+
toggleActorFilter: (channelId: ChannelId, actor: Actor) => Promise<void>;
|
136
136
|
toggleSelectedActivity: (activity: Activity) => void;
|
137
137
|
enableChannel: (channelId: ChannelId) => Promise<void>;
|
138
138
|
loadActivities: (channelId: ChannelId, options?: FeedQuery) => Promise<boolean>;
|
139
|
-
createActivity: <TRenderState>(channelId: ChannelId,
|
140
|
-
|
139
|
+
createActivity: <TRenderState>(channelId: ChannelId, actorId: ActorId, activityDefinition: FeedActivityDefinition<TRenderState>, targeting: Array<Array<SourceRelatedHubProperty>>, notification: NotificationTeaser, category?: ActorActivityCategory, expires?: Date, createdAt?: Date, activityIdPlaceHolder?: TemporaryFileId) => Promise<void>;
|
140
|
+
updateActorActivityCategory: (channelId: ChannelId, actorActivity: ActorActivityBase, category: ActorActivityCategory) => Promise<void>;
|
141
141
|
};
|
142
142
|
get: {
|
143
143
|
/**
|
@@ -146,14 +146,14 @@ export declare const useActivityFeedStore: () => {
|
|
146
146
|
* @param {ChannelId} channelId - The unique identifier for the channel.
|
147
147
|
* @returns {Activity[]} An array of activities associated with the channelId.
|
148
148
|
*/
|
149
|
-
activities(channelId: ChannelId):
|
149
|
+
activities(channelId: ChannelId): ActorActivity<object, object>[];
|
150
150
|
/**
|
151
|
-
* Retrieves activities filterered by
|
152
|
-
* @param {
|
153
|
-
* @returns {Activity[]} An array of activities associated with the
|
151
|
+
* Retrieves activities filterered by actor from the state based on the provided actorId.
|
152
|
+
* @param {ActorId} actorId
|
153
|
+
* @returns {Activity[]} An array of activities associated with the actor.
|
154
154
|
*/
|
155
|
-
|
156
|
-
activitiesByCategory():
|
155
|
+
activitiesByActor(): ActorActivity<object, object>[];
|
156
|
+
activitiesByCategory(): ActorActivity<object, object>[];
|
157
157
|
/**
|
158
158
|
* Retrieves an ActivityRenderer object for the given activity.
|
159
159
|
*
|
@@ -175,29 +175,29 @@ export declare const useActivityFeedStore: () => {
|
|
175
175
|
* @param {ActivityId} activityId
|
176
176
|
* @return {*}
|
177
177
|
*/
|
178
|
-
activityById(channelId: ChannelId, activityId: ActivityId):
|
178
|
+
activityById(channelId: ChannelId, activityId: ActivityId): ActorActivity<object, object>;
|
179
179
|
/**
|
180
|
-
* Get
|
180
|
+
* Get actor by its id
|
181
181
|
*
|
182
|
-
* @param {
|
182
|
+
* @param {ActorId} actorId
|
183
183
|
* @return {*}
|
184
184
|
*/
|
185
|
-
|
185
|
+
actorById(actorId: ActorId): Actor;
|
186
186
|
/**
|
187
|
-
* Gets new activities by
|
187
|
+
* Gets new activities by actor
|
188
188
|
*
|
189
|
-
* @param {
|
189
|
+
* @param {ChannelId} channelId
|
190
190
|
* @return {*}
|
191
191
|
*/
|
192
|
-
|
192
|
+
newActivitiesByActor(channelId: ChannelId): NewActivitiesByActor[];
|
193
193
|
/**
|
194
|
-
* Gets recent
|
194
|
+
* Gets recent actors
|
195
195
|
*
|
196
196
|
* @param {ChannelId} channelId
|
197
197
|
* @return {*}
|
198
198
|
*/
|
199
|
-
|
200
|
-
|
199
|
+
recentActors(channelId: ChannelId): Actor[];
|
200
|
+
actorName(actor: Actor): string;
|
201
201
|
categories(): ActivityCategoryCount[];
|
202
202
|
totalNewActivities(channelId: ChannelId): number;
|
203
203
|
};
|
@@ -299,8 +299,8 @@ declare const _default: {
|
|
299
299
|
};
|
300
300
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
301
301
|
propsDefinition: Omit<Readonly<{} & {
|
302
|
-
class?: String | String[];
|
303
302
|
disabled?: boolean;
|
303
|
+
class?: String | String[];
|
304
304
|
errorMessages?: string[];
|
305
305
|
required?: boolean;
|
306
306
|
providerContext?: MediaPickerStorageProviderContext;
|
@@ -164,7 +164,7 @@ declare const _default: {
|
|
164
164
|
type: import("vue").PropType<Identity[]>;
|
165
165
|
required: false;
|
166
166
|
};
|
167
|
-
}>>, () =>
|
167
|
+
}>>, () => string | number | boolean | void | JSX.Element | import("vue").VNodeArrayChildren, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
168
168
|
"v-slots": import("vue").Prop<{
|
169
169
|
default?: import("../DefineVueTypings").Slot<any[]>;
|
170
170
|
} & {
|
@@ -451,7 +451,7 @@ declare const _default: {
|
|
451
451
|
type: import("vue").PropType<Identity[]>;
|
452
452
|
required: false;
|
453
453
|
};
|
454
|
-
}>>, () =>
|
454
|
+
}>>, () => string | number | boolean | void | JSX.Element | import("vue").VNodeArrayChildren, {}, {}, {}, {}>;
|
455
455
|
__isFragment?: never;
|
456
456
|
__isTeleport?: never;
|
457
457
|
__isSuspense?: never;
|
@@ -595,7 +595,7 @@ declare const _default: {
|
|
595
595
|
type: import("vue").PropType<Identity[]>;
|
596
596
|
required: false;
|
597
597
|
};
|
598
|
-
}>>, () =>
|
598
|
+
}>>, () => string | number | boolean | void | JSX.Element | import("vue").VNodeArrayChildren, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
599
599
|
propsDefinition: Omit<Readonly<{} & {
|
600
600
|
size?: "small" | "default" | "large" | "x-large" | "x-small";
|
601
601
|
inline?: boolean;
|
package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts
CHANGED
@@ -83,7 +83,7 @@ export declare const IdentitySyncRuleBlade: {
|
|
83
83
|
propsDefinition: Omit<Readonly<{
|
84
84
|
data: UserTypeEvaluation;
|
85
85
|
getSyncPropertiesApi: () => Promise<IdentityProviderProperty[]>;
|
86
|
-
saveChanges: (data: UserTypeEvaluation) => Promise<void>;
|
87
86
|
getSyncPropertyDisplayName: (property: IdentityProviderProperty) => string;
|
87
|
+
saveChanges: (data: UserTypeEvaluation) => Promise<void>;
|
88
88
|
} & {}>, never>;
|
89
89
|
};
|
@@ -650,10 +650,10 @@ declare const _default: {
|
|
650
650
|
add: (identity: Identity) => void;
|
651
651
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
652
652
|
propsDefinition: Omit<Readonly<{} & {
|
653
|
-
filter?: (identities: IResolvedIdentity[]) => IResolvedIdentity[];
|
654
653
|
type?: PrincipalTypes;
|
655
|
-
|
654
|
+
filter?: (identities: IResolvedIdentity[]) => IResolvedIdentity[];
|
656
655
|
disabled?: Boolean;
|
656
|
+
top?: Boolean;
|
657
657
|
identityStore?: IIdentityPickerStore;
|
658
658
|
"v-model"?: Identity[];
|
659
659
|
"onUpdate:modelValue"?: (value: Identity[]) => any;
|
@@ -688,13 +688,13 @@ declare const _default: {
|
|
688
688
|
};
|
689
689
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
690
690
|
propsDefinition: Omit<Readonly<{} & {
|
691
|
-
filter?: (identities: IResolvedIdentity[]) => IResolvedIdentity[];
|
692
691
|
type?: PrincipalTypes;
|
693
|
-
|
694
|
-
top?: boolean;
|
692
|
+
filter?: (identities: IResolvedIdentity[]) => IResolvedIdentity[];
|
695
693
|
disabled?: boolean;
|
696
|
-
|
694
|
+
top?: boolean;
|
697
695
|
description?: string;
|
696
|
+
label?: string;
|
697
|
+
identityStore?: IIdentityPickerStore;
|
698
698
|
ariaInvalid?: boolean;
|
699
699
|
singleLine?: boolean;
|
700
700
|
"aria-describedby"?: string;
|
@@ -212,10 +212,10 @@ declare const _default: {
|
|
212
212
|
}>;
|
213
213
|
};
|
214
214
|
location: {
|
215
|
-
type: import("vue").PropType<"left" | "center" | "right" | "
|
215
|
+
type: import("vue").PropType<"left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
216
216
|
required: false;
|
217
217
|
} & {
|
218
|
-
type: import("vue").PropType<"left" | "center" | "right" | "
|
218
|
+
type: import("vue").PropType<"left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
219
219
|
required: false;
|
220
220
|
};
|
221
221
|
}>> & {
|
@@ -437,10 +437,10 @@ declare const _default: {
|
|
437
437
|
}>;
|
438
438
|
};
|
439
439
|
location: {
|
440
|
-
type: import("vue").PropType<"left" | "center" | "right" | "
|
440
|
+
type: import("vue").PropType<"left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
441
441
|
required: false;
|
442
442
|
} & {
|
443
|
-
type: import("vue").PropType<"left" | "center" | "right" | "
|
443
|
+
type: import("vue").PropType<"left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
444
444
|
required: false;
|
445
445
|
};
|
446
446
|
}>> & {
|
@@ -664,10 +664,10 @@ declare const _default: {
|
|
664
664
|
}>;
|
665
665
|
};
|
666
666
|
location: {
|
667
|
-
type: import("vue").PropType<"left" | "center" | "right" | "
|
667
|
+
type: import("vue").PropType<"left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
668
668
|
required: false;
|
669
669
|
} & {
|
670
|
-
type: import("vue").PropType<"left" | "center" | "right" | "
|
670
|
+
type: import("vue").PropType<"left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
671
671
|
required: false;
|
672
672
|
};
|
673
673
|
}>> & {
|
@@ -888,10 +888,10 @@ declare const _default: {
|
|
888
888
|
}>;
|
889
889
|
};
|
890
890
|
location: {
|
891
|
-
type: import("vue").PropType<"left" | "center" | "right" | "
|
891
|
+
type: import("vue").PropType<"left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
892
892
|
required: false;
|
893
893
|
} & {
|
894
|
-
type: import("vue").PropType<"left" | "center" | "right" | "
|
894
|
+
type: import("vue").PropType<"left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
895
895
|
required: false;
|
896
896
|
};
|
897
897
|
}>> & {
|
@@ -904,7 +904,6 @@ declare const _default: {
|
|
904
904
|
};
|
905
905
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
906
906
|
propsDefinition: Omit<Readonly<{} & {
|
907
|
-
filter?: (identities: IResolvedIdentity[]) => IResolvedIdentity[];
|
908
907
|
type?: PrincipalTypes;
|
909
908
|
name?: {
|
910
909
|
[x: `onUpdate:${string}`]: {
|
@@ -967,13 +966,14 @@ declare const _default: {
|
|
967
966
|
};
|
968
967
|
}>;
|
969
968
|
};
|
970
|
-
|
969
|
+
filter?: (identities: IResolvedIdentity[]) => IResolvedIdentity[];
|
971
970
|
disabled?: boolean;
|
971
|
+
top?: boolean;
|
972
972
|
identityStore?: IIdentityPickerStore;
|
973
973
|
"v-model"?: boolean;
|
974
974
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
975
975
|
modelValue?: boolean;
|
976
|
-
location?: "left" | "center" | "right" | "
|
976
|
+
location?: "left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom";
|
977
977
|
showMenu?: boolean;
|
978
978
|
providerIds?: GuidValue[];
|
979
979
|
emailEnabled?: BoolFilter;
|
@@ -872,16 +872,16 @@ declare const _default: {
|
|
872
872
|
};
|
873
873
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
874
874
|
propsDefinition: Omit<Readonly<{} & {
|
875
|
-
filter?: (identities: IResolvedIdentity[]) => IResolvedIdentity[];
|
876
875
|
type?: PrincipalTypes;
|
877
|
-
|
876
|
+
filter?: (identities: IResolvedIdentity[]) => IResolvedIdentity[];
|
877
|
+
disabled?: boolean;
|
878
878
|
top?: boolean;
|
879
|
+
description?: string;
|
880
|
+
label?: string;
|
879
881
|
dense?: boolean;
|
880
882
|
multiple?: boolean;
|
881
|
-
disabled?: boolean;
|
882
883
|
required?: boolean;
|
883
884
|
identityStore?: IIdentityPickerStore;
|
884
|
-
description?: string;
|
885
885
|
"v-model"?: Identity[];
|
886
886
|
"onUpdate:modelValue"?: (value: Identity[]) => any;
|
887
887
|
modelValue?: Identity[];
|
@@ -855,15 +855,15 @@ declare const _default: {
|
|
855
855
|
};
|
856
856
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
857
857
|
propsDefinition: Omit<Readonly<{} & {
|
858
|
-
filter?: (identities: IResolvedIdentity[]) => IResolvedIdentity[];
|
859
858
|
type?: PrincipalTypes;
|
860
|
-
|
859
|
+
filter?: (identities: IResolvedIdentity[]) => IResolvedIdentity[];
|
860
|
+
disabled?: boolean;
|
861
861
|
top?: boolean;
|
862
|
+
description?: string;
|
863
|
+
label?: string;
|
862
864
|
multiple?: boolean;
|
863
|
-
disabled?: boolean;
|
864
865
|
required?: boolean;
|
865
866
|
identityStore?: IIdentityPickerStore;
|
866
|
-
description?: string;
|
867
867
|
"v-model"?: Identity[];
|
868
868
|
"onUpdate:modelValue"?: (value: Identity[]) => any;
|
869
869
|
modelValue?: Identity[];
|
@@ -572,11 +572,12 @@ declare const JourneyBladeComponent: {
|
|
572
572
|
title?: string;
|
573
573
|
switch?: switchValue;
|
574
574
|
icon?: IIcon;
|
575
|
+
disabled?: boolean;
|
575
576
|
delete?: boolean;
|
576
577
|
id?: GuidValue;
|
577
578
|
size?: "small" | "medium" | "large" | "x-large" | "x-small" | "xx-large" | "xxx-large" | "full-screen" | "fill-space";
|
578
|
-
disabled?: boolean;
|
579
579
|
settings?: boolean;
|
580
|
+
save?: boolean;
|
580
581
|
"v-slots"?: {
|
581
582
|
default?: import("../DefineVueTypings").Slot<any[]>;
|
582
583
|
} & {
|
@@ -589,7 +590,6 @@ declare const JourneyBladeComponent: {
|
|
589
590
|
"sub-title"?: string;
|
590
591
|
loading?: boolean;
|
591
592
|
ok?: boolean;
|
592
|
-
save?: boolean;
|
593
593
|
searchable?: boolean;
|
594
594
|
create?: boolean;
|
595
595
|
onOk?: () => boolean | Promise<boolean>;
|
@@ -567,11 +567,12 @@ export declare function useBlade(bladeId: GuidValue): {
|
|
567
567
|
title?: string;
|
568
568
|
switch?: import("../JourneyBlade").switchValue;
|
569
569
|
icon?: import("@omnia/fx-models").IIcon;
|
570
|
+
disabled?: boolean;
|
570
571
|
delete?: boolean;
|
571
572
|
id?: GuidValue;
|
572
573
|
size?: "small" | "medium" | "large" | "x-large" | "x-small" | "xx-large" | "xxx-large" | "full-screen" | "fill-space";
|
573
|
-
disabled?: boolean;
|
574
574
|
settings?: boolean;
|
575
|
+
save?: boolean;
|
575
576
|
"v-slots"?: {
|
576
577
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
577
578
|
} & {
|
@@ -584,7 +585,6 @@ export declare function useBlade(bladeId: GuidValue): {
|
|
584
585
|
"sub-title"?: string;
|
585
586
|
loading?: boolean;
|
586
587
|
ok?: boolean;
|
587
|
-
save?: boolean;
|
588
588
|
searchable?: boolean;
|
589
589
|
create?: boolean;
|
590
590
|
onOk?: () => boolean | Promise<boolean>;
|
@@ -2,7 +2,7 @@ import { BlockTitleIconSettings, BlockTitleSettings, TextAlignment, IconSizes }
|
|
2
2
|
import { useColorSchemaStore } from "../../../..";
|
3
3
|
export declare const BlockTitleStyles: {
|
4
4
|
safeGetSpacingPixels(value: any, spacing: any): string;
|
5
|
-
getIconOffset(iconSize: IconSizes): -25 | -
|
5
|
+
getIconOffset(iconSize: IconSizes): -25 | -15 | -10 | -30;
|
6
6
|
getIconOffsetIconOnly(iconSize: IconSizes): -5 | -15 | -17;
|
7
7
|
iconWrapperButton: (settings: BlockTitleIconSettings, colors: ReturnType<typeof useColorSchemaStore>) => string;
|
8
8
|
iconInButton: (settings: BlockTitleIconSettings, colors: ReturnType<typeof useColorSchemaStore>) => string;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { Spacing } from "../../../../../models";
|
2
2
|
import { LayoutCanvasStore } from "../../../";
|
3
3
|
import { VueComponentBase } from "../../../..";
|
4
4
|
export declare class BreakPointSectionSettingsComponent extends VueComponentBase {
|
@@ -20,7 +20,7 @@ export declare class BreakPointSectionSettingsComponent extends VueComponentBase
|
|
20
20
|
* Eventhandler for column spacing changes
|
21
21
|
* @param value
|
22
22
|
*/
|
23
|
-
onSectionMarginChanged(value:
|
23
|
+
onSectionMarginChanged(value: Spacing): void;
|
24
24
|
onShowHideSectionClicked(value: boolean): void;
|
25
25
|
onRevertShowHideSection(): void;
|
26
26
|
onRevertSectionMargin(): void;
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import { AccordionedSectionSettings,
|
1
|
+
import { AccordionedSectionSettings, Spacing, TabbedSectionSettings } from "@omnia/fx-models";
|
2
2
|
import { useColorSchemaStore } from "@omnia/fx/ux";
|
3
3
|
export declare const LayoutSectionTabRendererStyles: {
|
4
4
|
tabsContentWrapper: (editMode: boolean) => string;
|
5
5
|
tabsWrapper: (settings: TabbedSectionSettings) => string;
|
6
|
-
accordionWrapper: (settings: AccordionedSectionSettings, spacing:
|
6
|
+
accordionWrapper: (settings: AccordionedSectionSettings, spacing: Spacing, colors: ReturnType<typeof useColorSchemaStore>) => string;
|
7
7
|
};
|