@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
@@ -1,39 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.IdentityActivityCategory = exports.IdentityActivityStatus = void 0;
|
4
|
-
var IdentityActivityStatus;
|
5
|
-
(function (IdentityActivityStatus) {
|
6
|
-
IdentityActivityStatus[IdentityActivityStatus["new"] = 0] = "new";
|
7
|
-
IdentityActivityStatus[IdentityActivityStatus["read"] = 1] = "read";
|
8
|
-
IdentityActivityStatus[IdentityActivityStatus["completed"] = 2] = "completed";
|
9
|
-
})(IdentityActivityStatus || (exports.IdentityActivityStatus = IdentityActivityStatus = {}));
|
10
|
-
var IdentityActivityCategory;
|
11
|
-
(function (IdentityActivityCategory) {
|
12
|
-
IdentityActivityCategory[IdentityActivityCategory["none"] = 0] = "none";
|
13
|
-
IdentityActivityCategory[IdentityActivityCategory["important"] = 1] = "important";
|
14
|
-
IdentityActivityCategory[IdentityActivityCategory["todo"] = 2] = "todo";
|
15
|
-
IdentityActivityCategory[IdentityActivityCategory["snoozed"] = 3] = "snoozed";
|
16
|
-
IdentityActivityCategory[IdentityActivityCategory["bookmarked"] = 4] = "bookmarked";
|
17
|
-
})(IdentityActivityCategory || (exports.IdentityActivityCategory = IdentityActivityCategory = {}));
|
18
|
-
// Usage
|
19
|
-
// const activity1: IdentityActivity<SomeRenderState> = {
|
20
|
-
// activity: {
|
21
|
-
// // Initialize your Activity here
|
22
|
-
// },
|
23
|
-
// state: {
|
24
|
-
// // Initialize your State here
|
25
|
-
// },
|
26
|
-
// };
|
27
|
-
// const activity2: IdentityActivity<SomeRenderState, SomeState> = {
|
28
|
-
// activity: {
|
29
|
-
// // Initialize your Activity here
|
30
|
-
// },
|
31
|
-
// state: {
|
32
|
-
// // Initialize your State here
|
33
|
-
// },
|
34
|
-
// };
|
35
|
-
// const activity3: IdentityActivityWithJson = {
|
36
|
-
// activityId: 22,
|
37
|
-
// status: IdentityActivityStatus.unRead,
|
38
|
-
// stateJson: "someJson",
|
39
|
-
// };
|
@@ -1,93 +0,0 @@
|
|
1
|
-
import { BackgroundDefinition, FillDefinition } from "./ThemeDefinitionV2";
|
2
|
-
import { ChromeDefinition } from "./ChromeDefinition";
|
3
|
-
import { SpacingDefinition, SpacingSettings } from "./SpacingSetting";
|
4
|
-
import { TypographyDefinition, TypographyValue } from "./TypographyDefinition";
|
5
|
-
export interface BoxDimensions extends SpacingSettings {
|
6
|
-
}
|
7
|
-
export interface ChromeBluePrintDefinitions {
|
8
|
-
default: ChromeDefinition;
|
9
|
-
variant1: ChromeDefinition;
|
10
|
-
variant2: ChromeDefinition;
|
11
|
-
variant3: ChromeDefinition;
|
12
|
-
}
|
13
|
-
export type BlueprintType = "chrome" | "typography" | "spacing" | "component";
|
14
|
-
export type ChromeBlueprintVariants = "default" | "variant1" | "variant2" | "variant3";
|
15
|
-
export type TypographyBlueprintVariants = "default" | "variant1";
|
16
|
-
export type SpacingBlueprintVariants = "default";
|
17
|
-
export interface BlueprintDefinition {
|
18
|
-
type: BlueprintType;
|
19
|
-
name: string;
|
20
|
-
}
|
21
|
-
export interface ChromeBlueprint extends BlueprintDefinition {
|
22
|
-
type: "chrome";
|
23
|
-
default: ChromeDefinition;
|
24
|
-
variant1?: ChromeDefinition;
|
25
|
-
variant2?: ChromeDefinition;
|
26
|
-
variant3?: ChromeDefinition;
|
27
|
-
}
|
28
|
-
export interface TypographyBlueprint extends BlueprintDefinition {
|
29
|
-
type: "typography";
|
30
|
-
default: TypographyDefinition;
|
31
|
-
variant1?: TypographyDefinition;
|
32
|
-
}
|
33
|
-
export interface SpacingBlueprint extends BlueprintDefinition {
|
34
|
-
type: "spacing";
|
35
|
-
default: SpacingItemBluePrintDefinition;
|
36
|
-
}
|
37
|
-
export interface ComponentBlueprint extends BlueprintDefinition {
|
38
|
-
type: "component";
|
39
|
-
buttons?: {
|
40
|
-
high: {
|
41
|
-
regular: ButtonBlueprint;
|
42
|
-
icon: ButtonBlueprint;
|
43
|
-
};
|
44
|
-
medium: {
|
45
|
-
regular: ButtonBlueprint;
|
46
|
-
icon: ButtonBlueprint;
|
47
|
-
};
|
48
|
-
low: {
|
49
|
-
regular: ButtonBlueprint;
|
50
|
-
icon: ButtonBlueprint;
|
51
|
-
};
|
52
|
-
};
|
53
|
-
}
|
54
|
-
export interface SpacingItemBluePrintDefinition {
|
55
|
-
layout: SpacingDefinition;
|
56
|
-
inner: SpacingDefinition;
|
57
|
-
}
|
58
|
-
export type SpacingBlueprintTypes = "inner" | "layout";
|
59
|
-
export type WebBlueprintItemDefintionType = "button" | "searchbox" | "text" | "icon";
|
60
|
-
export declare enum WebBlueprintItemDefintionTypes {
|
61
|
-
button = "button",
|
62
|
-
searchbox = "searchbox"
|
63
|
-
}
|
64
|
-
export type VelcronBlueprintDefintionType = "button";
|
65
|
-
export declare enum VelcronBlueprintDefintionTypes {
|
66
|
-
button = "button"
|
67
|
-
}
|
68
|
-
export interface BlueprintItemDefinition {
|
69
|
-
type: VelcronBlueprintDefintionType | WebBlueprintItemDefintionType;
|
70
|
-
}
|
71
|
-
export interface SearchBoxBlueprint extends BlueprintItemDefinition {
|
72
|
-
type: "searchbox";
|
73
|
-
borderRadius?: BoxDimensions;
|
74
|
-
variant?: "outlined" | "solo" | "regular" | "plain" | "underlined";
|
75
|
-
}
|
76
|
-
export interface ButtonBlueprint extends BlueprintItemDefinition {
|
77
|
-
type: "button";
|
78
|
-
padding?: SpacingSettings;
|
79
|
-
background?: BackgroundDefinition;
|
80
|
-
alterCase?: boolean;
|
81
|
-
text?: TextBlueprint;
|
82
|
-
icon?: IconBlueprint;
|
83
|
-
}
|
84
|
-
export interface TextBlueprint extends BlueprintItemDefinition {
|
85
|
-
type: "text";
|
86
|
-
color?: FillDefinition;
|
87
|
-
typography?: TypographyValue;
|
88
|
-
}
|
89
|
-
export interface IconBlueprint extends BlueprintItemDefinition {
|
90
|
-
type: "icon";
|
91
|
-
color?: FillDefinition;
|
92
|
-
size?: number;
|
93
|
-
}
|
@@ -1,30 +0,0 @@
|
|
1
|
-
import { Guid } from "../Guid";
|
2
|
-
export interface Spacing {
|
3
|
-
top?: number;
|
4
|
-
right?: number;
|
5
|
-
bottom?: number;
|
6
|
-
left?: number;
|
7
|
-
}
|
8
|
-
export interface SpacingSettings {
|
9
|
-
top?: number | SpacingType;
|
10
|
-
right?: number | SpacingType;
|
11
|
-
bottom?: number | SpacingType;
|
12
|
-
left?: number | SpacingType;
|
13
|
-
}
|
14
|
-
export interface SpacingDefinition {
|
15
|
-
name: string;
|
16
|
-
id: Guid;
|
17
|
-
xs: number;
|
18
|
-
s: number;
|
19
|
-
m: number;
|
20
|
-
l: number;
|
21
|
-
xl: number;
|
22
|
-
}
|
23
|
-
export type SpacingType = "xs" | "s" | "m" | "l" | "xl";
|
24
|
-
export declare enum SpacingTypes {
|
25
|
-
xs = "xs",
|
26
|
-
s = "s",
|
27
|
-
m = "m",
|
28
|
-
l = "l",
|
29
|
-
xl = "xl"
|
30
|
-
}
|
@@ -1,10 +0,0 @@
|
|
1
|
-
import { ExternalIdentityId, HubComment, HubReaction } from "../models";
|
2
|
-
export declare const socialSourceService: (sourceId: string) => {
|
3
|
-
addCommentAsync: (rendererJson: string, mentions: ExternalIdentityId[], inReplyToCommentId?: number) => Promise<HubComment>;
|
4
|
-
getCommentsAsync: (offSet?: HubComment | null, limt?: number) => Promise<HubComment[]>;
|
5
|
-
updateCommentAsync: (comment: HubComment) => Promise<HubComment>;
|
6
|
-
deleteCommentAsync: (toDelete: HubComment) => Promise<number[]>;
|
7
|
-
addReactionAsync: (reactionType: string) => Promise<HubReaction[]>;
|
8
|
-
deleteReactionAsync: (toDelete: HubReaction) => Promise<HubReaction[]>;
|
9
|
-
getReactionsAsync: () => Promise<HubReaction[]>;
|
10
|
-
};
|
@@ -1,7 +0,0 @@
|
|
1
|
-
import { FileOwnerId, TemporaryFileId } from "../models";
|
2
|
-
export declare const fileUploadService: (fileOwnerId: FileOwnerId) => {
|
3
|
-
getFiles: (startPath: string[]) => Promise<string[]>;
|
4
|
-
getTempFiles: (tempFilesId: TemporaryFileId, startPath: string[]) => Promise<string[]>;
|
5
|
-
takeOwnership: (tempFilesId: TemporaryFileId, subPath: string[]) => Promise<void>;
|
6
|
-
upload: (uniqueGuid: TemporaryFileId, files: File[]) => Promise<TemporaryFileId>;
|
7
|
-
};
|
File without changes
|
File without changes
|
@@ -1,35 +0,0 @@
|
|
1
|
-
import { VueComponentBase } from "../VueComponentBase";
|
2
|
-
import { IWebComponentInstance } from "internal/fx/runtime/core/InternalWebComponentBootstrapper";
|
3
|
-
import { MediaPickerImage, MediaPickerImageTransformationResult, MediaPickerVideo } from "../../models";
|
4
|
-
import { MediaPickerService } from "@omnia/fx/services";
|
5
|
-
export interface IGalleryPanels {
|
6
|
-
selectedMedia: (Array<MediaPickerImageTransformationResult | MediaPickerImage | MediaPickerVideo>);
|
7
|
-
selectEvent: (index: number) => void;
|
8
|
-
orderChange: (oldIndex: number, newIndex: number) => void;
|
9
|
-
removeItemEvent: (index: number) => void;
|
10
|
-
activeIndex: number;
|
11
|
-
addNewEvent: () => void;
|
12
|
-
}
|
13
|
-
export declare class GalleryPanels extends VueComponentBase<IGalleryPanels> implements IWebComponentInstance, IGalleryPanels {
|
14
|
-
selectedMedia: (Array<MediaPickerImageTransformationResult | MediaPickerImage | MediaPickerVideo>);
|
15
|
-
orderChange: (oldIndex: number, newIndex: number) => void;
|
16
|
-
selectEvent: (index: number) => void;
|
17
|
-
removeItemEvent: (index: number) => void;
|
18
|
-
activeIndex: number;
|
19
|
-
addNewEvent: () => void;
|
20
|
-
mediaPickerService: MediaPickerService;
|
21
|
-
private activeElement;
|
22
|
-
private omniaUrl;
|
23
|
-
created(): void;
|
24
|
-
updated(): void;
|
25
|
-
setActiveIndexIntoView(): void;
|
26
|
-
getMediaPickerImageTransformationResultImg(media: MediaPickerImageTransformationResult, index: number): JSX.Element;
|
27
|
-
getVideoThumbnail(media: MediaPickerVideo, index: number): JSX.Element;
|
28
|
-
getImgSource(media: MediaPickerImageTransformationResult | MediaPickerImage | MediaPickerVideo, index: number): JSX.Element;
|
29
|
-
getMediaPickerImage(img: MediaPickerImage, index: number): JSX.Element;
|
30
|
-
private resolveImageUrl;
|
31
|
-
renderMultiSelectPanel(media: Array<MediaPickerImageTransformationResult | MediaPickerImage | MediaPickerVideo>): JSX.Element;
|
32
|
-
private onMediaSelect;
|
33
|
-
private onOrdinalChange;
|
34
|
-
render(): JSX.Element;
|
35
|
-
}
|
@@ -1,36 +0,0 @@
|
|
1
|
-
import { MediaPickerMedia, MediaPickerImageSettings, MediaPickerStorageProviderContext, MediaPickerEnums, MediaPickerProvider } from "../../models";
|
2
|
-
import { TsxAllowUnknowProperties } from "../TsxAllowUnknowProperties";
|
3
|
-
export interface IMediaPicker {
|
4
|
-
/** Selected media */
|
5
|
-
selectedMedia?: MediaPickerMedia | Array<MediaPickerMedia>;
|
6
|
-
/** Indicate web application service ID and the needed properties to handle image */
|
7
|
-
providerContext: MediaPickerStorageProviderContext;
|
8
|
-
/** Image settings for picking images */
|
9
|
-
imageSettings?: MediaPickerImageSettings;
|
10
|
-
/** The media types which user can select. Default is all*/
|
11
|
-
selectableMediaTypes: Array<MediaPickerEnums.OmniaMediaTypes>;
|
12
|
-
/** Change provider order, remove provider, add custom provider*/
|
13
|
-
providerConfiguration?: (providers: Array<MediaPickerProvider>) => Array<MediaPickerProvider>;
|
14
|
-
/** The callback when image is saved completely or video result is created */
|
15
|
-
saved: (result: MediaPickerMedia | Array<MediaPickerMedia>) => void;
|
16
|
-
/** The callback when close media picker */
|
17
|
-
closed?: () => void;
|
18
|
-
/** Render the picker in dialog */
|
19
|
-
dialog?: boolean;
|
20
|
-
enableGallery?: boolean;
|
21
|
-
itemLimit?: number;
|
22
|
-
enableMediaCaption?: boolean;
|
23
|
-
}
|
24
|
-
declare global {
|
25
|
-
namespace JSX {
|
26
|
-
interface Element {
|
27
|
-
}
|
28
|
-
interface ElementClass {
|
29
|
-
}
|
30
|
-
interface ElementAttributesProperty {
|
31
|
-
}
|
32
|
-
interface IntrinsicElements {
|
33
|
-
"omfx-media-picker": TsxAllowUnknowProperties<IMediaPicker>;
|
34
|
-
}
|
35
|
-
}
|
36
|
-
}
|
@@ -1,20 +0,0 @@
|
|
1
|
-
export declare const MediaPickerStyles: {
|
2
|
-
listItemTitleMedia: string;
|
3
|
-
listItemIconMedia: string;
|
4
|
-
closeButton: string;
|
5
|
-
iconSvg: string;
|
6
|
-
iconWrapper: string;
|
7
|
-
providerWrapper: string;
|
8
|
-
toolbarTitle: (width: string) => string;
|
9
|
-
toolbarFiller: (width: string) => string;
|
10
|
-
selectedProvider: (bgColor: string) => string;
|
11
|
-
multiPanelNavigationDrawer: (width: string) => string;
|
12
|
-
navigationDrawer: (width: any) => string;
|
13
|
-
bodyWrapper: (showGallery: boolean) => string;
|
14
|
-
body: string;
|
15
|
-
elementWrapper: string;
|
16
|
-
loadingOverlay: string;
|
17
|
-
loadingWrapper: string;
|
18
|
-
editorContainer: string;
|
19
|
-
dialog: string;
|
20
|
-
};
|
@@ -1,20 +0,0 @@
|
|
1
|
-
import { IWebComponentInstance } from "../../";
|
2
|
-
import { MediaPickerEnums, MediaPickerImage, type MediaPickerImageSettings, MediaPickerMedia, MediaPickerStorageProviderContext, MediaPickerVideo, MediaPickerProvider } from "../../models";
|
3
|
-
import { VueComponentBase } from "../VueComponentBase";
|
4
|
-
import { IMediaPicker } from "./IMediaPicker";
|
5
|
-
export declare class MediaPicker extends VueComponentBase<IMediaPicker> implements IWebComponentInstance, IMediaPicker {
|
6
|
-
selectableMediaTypes: MediaPickerEnums.OmniaMediaTypes[];
|
7
|
-
providerConfiguration?: (providers: MediaPickerProvider[]) => MediaPickerProvider[];
|
8
|
-
selectedMedia?: MediaPickerImage | MediaPickerVideo | Array<MediaPickerImage | MediaPickerVideo>;
|
9
|
-
providerContext: MediaPickerStorageProviderContext;
|
10
|
-
imageSettings?: MediaPickerImageSettings;
|
11
|
-
saved: (result: MediaPickerMedia) => void;
|
12
|
-
closed?: () => void;
|
13
|
-
dialog: boolean;
|
14
|
-
enableGallery: boolean;
|
15
|
-
itemLimit: number;
|
16
|
-
enableMediaCaption?: boolean;
|
17
|
-
mounted(): void;
|
18
|
-
private renderRenderer;
|
19
|
-
render(): void | JSX.Element;
|
20
|
-
}
|
package/internal-do-not-import-from-here/ux/depricated-mediapicker/MediaPickerComponentProps.d.ts
DELETED
@@ -1,33 +0,0 @@
|
|
1
|
-
import { MediaPickerImageTransformationResult, MediaPickerImageSettings, MediaPickerStorageProviderContext, GuidValue, MediaPickerMedia, MediaPickerEnums, MediaPickerImageRatioDefinition, MediaPickerRollupImageRatio, MediaPickerBase64Image, MediaPickerTransformedBase64Image, MediaPickerRenditionData, ImageTransformerOptions } from "../../models";
|
2
|
-
export interface MediaPickerProviderComponentProps {
|
3
|
-
/** Indicate web application service ID and the needed properties to handle image */
|
4
|
-
providerContext: MediaPickerStorageProviderContext;
|
5
|
-
/** The unique ID of the registered provider */
|
6
|
-
providerId: GuidValue;
|
7
|
-
/** Submit the image data to save in persistent disk or the video result which contains video html */
|
8
|
-
saved: (result: MediaPickerMedia) => void;
|
9
|
-
/** Close the media picker dialog */
|
10
|
-
closed?: () => void;
|
11
|
-
/** Image ratio and scaling options */
|
12
|
-
imageSettings?: MediaPickerImageSettings;
|
13
|
-
/** The preselected media */
|
14
|
-
preSelectedMedia?: MediaPickerMedia;
|
15
|
-
/** The media types which user can select. Default is all*/
|
16
|
-
selectableMediaTypes?: Array<MediaPickerEnums.OmniaMediaTypes>;
|
17
|
-
/** Set the search keyword value and execute the onSearch method */
|
18
|
-
setSearchKeyword: (value: string) => void;
|
19
|
-
onChanged: (state: any) => void;
|
20
|
-
/**Enable caption for media */
|
21
|
-
enableMediaCaption?: boolean;
|
22
|
-
}
|
23
|
-
export interface MediaPickerImageTransformerProps {
|
24
|
-
sourceImage: MediaPickerBase64Image | MediaPickerTransformedBase64Image;
|
25
|
-
renditions?: Array<MediaPickerRenditionData>;
|
26
|
-
changed: (currentTransformationResult: MediaPickerImageTransformationResult) => void;
|
27
|
-
selectableRatios?: Array<MediaPickerImageRatioDefinition>;
|
28
|
-
rollupRatios?: Array<MediaPickerRollupImageRatio>;
|
29
|
-
options?: ImageTransformerOptions;
|
30
|
-
nisse: any;
|
31
|
-
testThis: any;
|
32
|
-
showCaption: boolean;
|
33
|
-
}
|
package/internal-do-not-import-from-here/ux/depricated-mediapicker/core/MediaPickerImageHandler.d.ts
DELETED
@@ -1,33 +0,0 @@
|
|
1
|
-
export declare class MediaPickerImageHandler {
|
2
|
-
/**
|
3
|
-
* Converts a byte to an byte array
|
4
|
-
* @param bytes
|
5
|
-
*/
|
6
|
-
static convertByteToString(bytes: number): string;
|
7
|
-
/**
|
8
|
-
* Creates a Filr from an url
|
9
|
-
* @param dataurl
|
10
|
-
* @param filename
|
11
|
-
*/
|
12
|
-
static dataURLtoFile(dataurl: any, filename: any): File;
|
13
|
-
/**
|
14
|
-
* Creates a blob froma base 64 string
|
15
|
-
* @param b64Data
|
16
|
-
* @param contentType
|
17
|
-
* @param sliceSize
|
18
|
-
*/
|
19
|
-
static base64toBlob(b64Data: any, contentType: any, sliceSize?: any): Blob;
|
20
|
-
/**
|
21
|
-
* Calculate file size from a base 64 string
|
22
|
-
* @param b64Data
|
23
|
-
*/
|
24
|
-
static calculateBase64Size(b64Data: string): number;
|
25
|
-
static getDefaultLimitedSizeSettings(): any;
|
26
|
-
static isImageFormatSupportForScaling(imageFormat: string): boolean;
|
27
|
-
/**
|
28
|
-
* Retrieve imgUrl from svg string
|
29
|
-
* @param {LegacySvgImage} svgImg
|
30
|
-
* @return {string} imgUrl
|
31
|
-
*/
|
32
|
-
static retrieveImageDatafromSVG(svgImg: any): string;
|
33
|
-
}
|
@@ -1,14 +0,0 @@
|
|
1
|
-
export declare namespace MediaPickerLocalization {
|
2
|
-
const namespace = "Omnia.Ux.MediaPicker";
|
3
|
-
interface locInterface {
|
4
|
-
Title: string;
|
5
|
-
ImageScalings: {
|
6
|
-
Default: {
|
7
|
-
ExtraSmall: string;
|
8
|
-
Small: string;
|
9
|
-
Medium: string;
|
10
|
-
Large: string;
|
11
|
-
};
|
12
|
-
};
|
13
|
-
}
|
14
|
-
}
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from "./getMediaProvider";
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from "./ImageTransformerStore";
|
package/internal-do-not-import-from-here/ux/mediapickerV2/interfaces/IImageTransformHandler.d.ts
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
import { MediaPickerTransformation } from "@omnia/fx-models";
|
2
|
-
/**
|
3
|
-
* Interface for image transform handlers
|
4
|
-
* Each handler must implement this interface
|
5
|
-
*/
|
6
|
-
export interface IImageTransformHandler {
|
7
|
-
/**
|
8
|
-
* @param options parameters needed for the transformation
|
9
|
-
*/
|
10
|
-
transform(options: MediaPickerTransformation): Promise<void>;
|
11
|
-
/**
|
12
|
-
* Update the transformation data in the store
|
13
|
-
* @param options parameters needed for the transformation
|
14
|
-
*/
|
15
|
-
updateTransformationData(options: MediaPickerTransformation): Promise<void>;
|
16
|
-
}
|
package/internal-do-not-import-from-here/ux/mediapickerV2/interfaces/IMediaPickerGalleryHandler.d.ts
DELETED
@@ -1,10 +0,0 @@
|
|
1
|
-
import { MediaState } from "../stores";
|
2
|
-
/**
|
3
|
-
* @description interface for the gallery handler
|
4
|
-
*/
|
5
|
-
export interface IMediaPickerGalleryHandler {
|
6
|
-
/**
|
7
|
-
* @description the handler for when a media is selected, which handles the way the media is updated/transformed
|
8
|
-
*/
|
9
|
-
onSelectMedia: (index: number, media: MediaState) => void;
|
10
|
-
}
|
@@ -1,56 +0,0 @@
|
|
1
|
-
import { ImageInformation, MediaItem, MediaPickerImageScaling, MediaPickerVideo } from "@omnia/fx-models";
|
2
|
-
/**
|
3
|
-
* @description interface for media picker provider, which contains the logic for **handling the media picker provider** events
|
4
|
-
*/
|
5
|
-
export interface IMediaPickerProviderHandler {
|
6
|
-
/**
|
7
|
-
* @description handle select media event in the provider
|
8
|
-
* @param media the media that gets selected in the provider
|
9
|
-
*/
|
10
|
-
selectMedia: (media: MediaItem | MediaPickerVideo) => Promise<void>;
|
11
|
-
/**
|
12
|
-
* @param searchKeyword handle the search event in the provider
|
13
|
-
* @returns {Promise<Array<MediaItem>>} the result of the search
|
14
|
-
*/
|
15
|
-
search: (searchKeyword: string) => Promise<Array<MediaItem>>;
|
16
|
-
/**
|
17
|
-
* @description handle the search more event in the provider, when the user scrolls to the bottom of the search result
|
18
|
-
* @param searchQueryText search query text
|
19
|
-
* @param lastLoadedIndex index of the last loaded item
|
20
|
-
* @returns {Promise<Array<MediaItem>>} the result of the search
|
21
|
-
*/
|
22
|
-
searchMore: (searchQueryText: string, lastLoadedIndex: number) => Promise<Array<MediaItem>>;
|
23
|
-
}
|
24
|
-
export type ProcessImageOptions = {
|
25
|
-
needScaling: boolean;
|
26
|
-
imageInfo: ImageInformation;
|
27
|
-
scalingOptions?: MediaPickerImageScaling;
|
28
|
-
};
|
29
|
-
export interface IMediaPickerImageProviderHandler extends IMediaPickerProviderHandler {
|
30
|
-
/**
|
31
|
-
* @description handle the image scaling event in the provider, when the user selects the image scaling option
|
32
|
-
* @param imageInfo the image info of the selected image
|
33
|
-
* @returns {Promise<boolean>} if the image needs scaling
|
34
|
-
*/
|
35
|
-
handleImageScaling: (imageInfo: ImageInformation) => Promise<boolean>;
|
36
|
-
/**
|
37
|
-
* @description check if the image supports transformation, This is because we need to handle the event when user selecting scaling options in a provider
|
38
|
-
* @param imageInfo the image info of the selected image
|
39
|
-
* @returns {boolean} if the image supports transformation
|
40
|
-
*/
|
41
|
-
processImageAndAddToGallery: (options: ProcessImageOptions) => Promise<void>;
|
42
|
-
/**
|
43
|
-
* @description handle the select image event in the provider, when the provider already process the image.
|
44
|
-
* @param imageInfo the image info of the selected image
|
45
|
-
*/
|
46
|
-
selectImageInfo: (imageInfo: ImageInformation) => Promise<void>;
|
47
|
-
}
|
48
|
-
export interface IMediaPickerVideoProviderHandler extends IMediaPickerProviderHandler {
|
49
|
-
/**
|
50
|
-
* @description handle the update media event in the provider, when the user updates the media in the gallery
|
51
|
-
* @note This will probably be used only for video providers, because in omnia the video provider will update the video, while the image transformer will transform the image **NOT** the provider
|
52
|
-
* @param media This will be the media that gets updated in the gallery
|
53
|
-
* @param id the id of the media that gets updated in gallery store
|
54
|
-
*/
|
55
|
-
updateMedia: (media: MediaItem | MediaPickerVideo) => Promise<void>;
|
56
|
-
}
|
@@ -1,55 +0,0 @@
|
|
1
|
-
import { GuidValue, IIcon, MediaPickerImage, MediaPickerImageTransformationResult, MediaPickerMedia, MediaPickerProvider, MediaPickerRenditionData, MediaPickerTransformedBase64Image, MediaPickerVideo } from "@omnia/fx-models";
|
2
|
-
import { ProviderStore } from "./ProviderStore";
|
3
|
-
import { GalleryStore } from "./MediaPickerGalleryStore";
|
4
|
-
import { MediaPickerCommonStore } from "./MediaPickerCommonStore";
|
5
|
-
export type MediaPickerMediaItem = MediaPickerImage | MediaPickerVideo | MediaPickerMedia;
|
6
|
-
export type MediaGallery = Array<MediaPickerMediaItem>;
|
7
|
-
export type ImageMetaData = {
|
8
|
-
[imageId: string]: {
|
9
|
-
renditions: Array<MediaPickerRenditionData>;
|
10
|
-
imageTransformationSource: MediaPickerTransformedBase64Image;
|
11
|
-
};
|
12
|
-
};
|
13
|
-
export type MediaPickerActionButton = {
|
14
|
-
text: string;
|
15
|
-
show: boolean;
|
16
|
-
onClick: any;
|
17
|
-
icon?: string;
|
18
|
-
iconLeft?: boolean;
|
19
|
-
loading?: boolean;
|
20
|
-
highLighted?: boolean;
|
21
|
-
leftAligned?: boolean;
|
22
|
-
};
|
23
|
-
export type MediaState = {
|
24
|
-
id: GuidValue;
|
25
|
-
isVideo: boolean;
|
26
|
-
isChanged: boolean;
|
27
|
-
media?: MediaPickerMediaItem;
|
28
|
-
transformerInfo?: MediaPickerImageTransformationResult;
|
29
|
-
isNew: boolean;
|
30
|
-
convertingFromBase64ToMediaPicker: boolean;
|
31
|
-
provider?: MediaPickerProvider;
|
32
|
-
index?: number;
|
33
|
-
};
|
34
|
-
export type MenuItem = {
|
35
|
-
menuItemId: GuidValue;
|
36
|
-
title?: string;
|
37
|
-
icon: IIcon;
|
38
|
-
connectedProvider: MediaPickerProvider;
|
39
|
-
};
|
40
|
-
export type MediaResult = {
|
41
|
-
index: number;
|
42
|
-
media: MediaPickerMediaItem;
|
43
|
-
};
|
44
|
-
export type MediaPickerMessage = {
|
45
|
-
message: string;
|
46
|
-
icon?: IIcon;
|
47
|
-
};
|
48
|
-
export type ImageRendition = {
|
49
|
-
mediaStateId: GuidValue;
|
50
|
-
mediaPickerRenditionData: MediaPickerRenditionData[];
|
51
|
-
sourceImage: MediaPickerTransformedBase64Image;
|
52
|
-
};
|
53
|
-
export type MediaPickerProviderStoreType = ReturnType<typeof ProviderStore>;
|
54
|
-
export type MediaPickerGalleryStoreType = ReturnType<typeof GalleryStore>;
|
55
|
-
export type MediaPickerCommonStoreType = ReturnType<typeof MediaPickerCommonStore>;
|
@@ -1,28 +0,0 @@
|
|
1
|
-
import { TsxAllowUnknowProperties } from "../";
|
2
|
-
import { MediaPickerVideo } from "../../models";
|
3
|
-
export interface IMediaPickerVideo {
|
4
|
-
/** The video to render*/
|
5
|
-
video: MediaPickerVideo;
|
6
|
-
videoStyle?: string | object | object[];
|
7
|
-
/**
|
8
|
-
* This is set when saved in html, i.e. the attribute. Should be json of MediaPickerVideo
|
9
|
-
* */
|
10
|
-
videodata?: string;
|
11
|
-
dark?: boolean;
|
12
|
-
containerClass?: string;
|
13
|
-
thumbnailOnly?: boolean;
|
14
|
-
showCaption?: boolean;
|
15
|
-
}
|
16
|
-
declare global {
|
17
|
-
namespace JSX {
|
18
|
-
interface Element {
|
19
|
-
}
|
20
|
-
interface ElementClass {
|
21
|
-
}
|
22
|
-
interface ElementAttributesProperty {
|
23
|
-
}
|
24
|
-
interface IntrinsicElements {
|
25
|
-
"omfx-media-picker-video": TsxAllowUnknowProperties<IMediaPickerVideo>;
|
26
|
-
}
|
27
|
-
}
|
28
|
-
}
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from "./IMediaPickerVideo";
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -1,29 +0,0 @@
|
|
1
|
-
import { ChromeDefinition } from "@omnia/fx-models";
|
2
|
-
export declare const useChromeDefinitionStore: () => {
|
3
|
-
state: {
|
4
|
-
chromeDefinitions: ChromeDefinition[];
|
5
|
-
};
|
6
|
-
events: {
|
7
|
-
onMutatedChromeDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<ChromeDefinition[]>;
|
8
|
-
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
9
|
-
actions: {
|
10
|
-
onDispatching: {
|
11
|
-
addChromeDefinition: {
|
12
|
-
subscribe(fn: (typography: ChromeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
13
|
-
};
|
14
|
-
};
|
15
|
-
onDispatched: {
|
16
|
-
addChromeDefinition: {
|
17
|
-
subscribe(fn: (result: void, typography: ChromeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
18
|
-
};
|
19
|
-
};
|
20
|
-
onFailure: {
|
21
|
-
addChromeDefinition: {
|
22
|
-
subscribe(fn: (failureReason: any, typography: ChromeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
23
|
-
};
|
24
|
-
};
|
25
|
-
} & {
|
26
|
-
addChromeDefinition(typography: ChromeDefinition): void;
|
27
|
-
};
|
28
|
-
get: {};
|
29
|
-
};
|