@omnia/fx 8.0.126-dev → 8.0.128-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/contexts/InternalAppContext.d.ts +6 -0
- package/internal-do-not-import-from-here/index.d.ts +1 -24
- package/internal-do-not-import-from-here/libs/swiper/Swiper.d.ts +1 -0
- package/internal-do-not-import-from-here/manifests/omnia.fx.context.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/services/identities/GroupService.d.ts +3 -1
- package/internal-do-not-import-from-here/services/identities/UserService.d.ts +3 -2
- package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.d.ts +2 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +8 -8
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.d.ts +10 -9
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.d.ts +9 -9
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.js +3 -3
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActorActivity.d.ts +40 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActorActivity.js +17 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.d.ts +1 -2
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +1 -2
- package/internal-do-not-import-from-here/shared/models/hub/actors/Actor.d.ts +21 -0
- package/internal-do-not-import-from-here/shared/models/hub/actors/Actor.js +10 -0
- package/internal-do-not-import-from-here/shared/models/hub/actors/ExternalActorId.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/actors/index.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/actors/index.js +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +2 -1
- package/internal-do-not-import-from-here/shared/models/hub/index.js +2 -1
- package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.d.ts +3 -3
- package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/models/hub/targeting/ExternalIdentityProperty.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/models/theming/Blueprints.d.ts +14 -25
- package/internal-do-not-import-from-here/shared/models/theming/Chrome.d.ts +3 -3
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +8 -5
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +1 -0
- package/internal-do-not-import-from-here/shared/models/theming/Typography.d.ts +3 -3
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +0 -2
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +0 -4
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronEvents.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +11 -6
- package/internal-do-not-import-from-here/shared/services/ActivitySubscriptionService.d.ts +13 -13
- package/internal-do-not-import-from-here/stores/UserIdentityStore.d.ts +3 -1
- package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/rotate.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/AppContextProvider.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/AppInstanceProgressBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +18 -18
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstylepicker/BackgroundStyleEditor.d.ts +23 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstylepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstylepicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/ButtonBlueprintsViewer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsPicker.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsPicker.d.ts +364 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsViewer.d.ts +76 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeViewer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/blueprintpickers/componentblueprints/ComponentBlueprintsViewer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +11 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/SpacingEditor.d.ts +364 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/SpacingPreview.d.ts +364 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/StylePicker.d.ts +183 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/TabBlueprintsViewer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +11 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/typographypicker/TypographyEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +15 -3
- package/internal-do-not-import-from-here/ux/borderpicker/BorderPreview.d.ts +58 -4
- package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +45 -19
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +169 -95
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.d.ts +54 -4
- package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +15 -3
- package/internal-do-not-import-from-here/ux/fillpicker/FillPreview.d.ts +32 -4
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/components/{SenderItem.d.ts → ActorItem.d.ts} +14 -14
- package/internal-do-not-import-from-here/ux/hub/feed/components/FeedItem.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/hub/feed/components/Header.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/hub/feed/components/StoryComponent.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +57 -57
- package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +28 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +28 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +28 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +237 -39
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.css.d.ts +8 -7
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.d.ts +72 -43
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.d.ts +78 -56
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollage.d.ts +50 -94
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollageWrapper.d.ts +4 -55
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoGrid.d.ts +52 -46
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoMask.d.ts +4 -17
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoRow.d.ts +54 -46
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoThumb.d.ts +53 -33
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.d.ts +58 -81
- package/internal-do-not-import-from-here/ux/mediagallery/view/MediaDisplayRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.d.ts +62 -48
- package/internal-do-not-import-from-here/ux/mediagallery/view/store/PhotoWallStore.d.ts +63 -0
- package/internal-do-not-import-from-here/ux/mediagallery/view/store/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.d.ts +78 -21
- package/internal-do-not-import-from-here/ux/models/PostStyles.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +3692 -41
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +7389 -87
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +14 -14
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +52 -10
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithoutNavigation.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +129 -53
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +7399 -88
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +36 -6
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/constants.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/store/SlidePanelStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/permissioninput/TenantAdminPermissionInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/post/IPost.d.ts +4 -15
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +131 -65
- package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +85 -27
- package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.css.d.ts +3 -20
- package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +140 -84
- package/internal-do-not-import-from-here/ux/profilecard/aboutuser/AboutUser.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/blades/ChromeBlueprintsBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/blades/EditChromeBlueprintBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/store/ChromeEditorStore.d.ts +39 -26
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +19 -7
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/blades/EditSpacingDefinitionBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/blades/SpacingBlueprintBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +36 -11
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +24 -12
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/BlueprintsTemplates.d.ts +102 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/BorderStyleDefinitions.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ButtonStyleBlueprints.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ChromeStyleBlueprints.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorManager.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorSchemaManager.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/DefinitionsChrome.d.ts +0 -10
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/FillStyleDefinitions.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/{default/themes/DefinitionsSpacing.d.ts → core/SpacingBlueprint.d.ts} +1 -4
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/TabsStyleBlueprints.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeDefinitionInstance.d.ts +21 -2
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/{default/themes/DefinitionsTypography.d.ts → core/TypographyBlueprints.d.ts} +51 -51
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/index.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +100 -4
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +160 -4
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +137 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +3688 -36
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +3686 -34
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +3687 -35
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +3686 -34
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +45 -54
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +5 -6
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +3690 -38
- package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +36908 -398
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeEditor.d.ts +77 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseClone.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +3692 -41
- package/internal-do-not-import-from-here/ux/use/UseInternatlStateMirroring.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronActions.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +95 -95
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/Shared.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +76 -118
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +56 -39
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutListBladeBuilder.d.ts +53 -62
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutSettingsComponent.d.ts +54 -66
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutSettingsTabRenderer.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/controller/Chrome.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/controller/VersionedLayoutController.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +5 -5
- package/internal-do-not-import-from-here/wctypings.d.ts +139 -27
- package/package.json +2 -2
- package/internal-do-not-import-from-here/shared/models/hub/ExternalIdentityId.d.ts +0 -2
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.d.ts +0 -16
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.js +0 -5
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +0 -40
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +0 -39
- package/internal-do-not-import-from-here/ux/mediapickervideo/IMediaPickerVideo.d.ts +0 -28
- package/internal-do-not-import-from-here/ux/mediapickervideo/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/social/IComment.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/social/ILike.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/TypographyBlade.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsChrome.d.ts +0 -11
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsComponents.d.ts +0 -22
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsSpacing.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsTypography.d.ts +0 -27
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/DefinitionsComponents.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsChrome.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsComponents.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsSpacing.d.ts +0 -11
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsComponents.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsSpacing.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsTypography.d.ts +0 -98
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsChrome.d.ts +0 -11
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsComponents.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsSpacing.d.ts +0 -11
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsComponents.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsSpacing.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsTypography.d.ts +0 -158
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeDefinitionStore.d.ts +0 -29
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentDefinitionStore.d.ts +0 -29
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingDefinitionStore.d.ts +0 -29
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyDefinitionStore.d.ts +0 -29
- package/internal-do-not-import-from-here/shared/models/hub/{ExternalIdentityId.js → actors/ExternalActorId.js} +0 -0
- package/internal-do-not-import-from-here/ux/{theming-v2/admin/blades/blueprints/chrome/blades/ChromeDefinitionBlade.d.ts → blueprintpickers/backgroundstylepicker/docs/SampleComponent.d.ts} +0 -0
- package/internal-do-not-import-from-here/ux/{theming-v2/admin/blades/blueprints/spacing/blades/SpacingDefinitionBlade.d.ts → blueprintpickers/stylepicker/docs/SampleComponent.d.ts} +0 -0
- package/internal-do-not-import-from-here/ux/hub/feed/components/{SendersList.d.ts → ActorsList.d.ts} +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{themedefinitionpicker/ThemeDefinitionPicker.css.d.ts → themepicker/ThemePicker.css.d.ts} +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{themedefinitionpicker/ThemeDefinitionPicker.d.ts → themepicker/ThemePicker.d.ts} +1 -1
@@ -0,0 +1,6 @@
|
|
1
|
+
import { AppInstanceContext, IMessageBusTopicPublishSubscriber, IMessageBusTopicSubscription } from "../models";
|
2
|
+
export declare class InternalAppContext {
|
3
|
+
contextChangedPublishSubscriber: IMessageBusTopicPublishSubscriber<AppInstanceContext>;
|
4
|
+
constructor();
|
5
|
+
onContextChanged: () => IMessageBusTopicSubscription<AppInstanceContext>;
|
6
|
+
}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
export * from "./expose";
|
2
2
|
import * as Exposes from "./expose";
|
3
3
|
import * as Models from "internal/fx/models";
|
4
|
-
import { IExtend,
|
4
|
+
import { IExtend, ComponentBundleManifest } from "./models";
|
5
5
|
interface IExtendApi {
|
6
6
|
extendApi: <T>(targetApi: (extend: IExtend) => Promise<T>, callback?: (api: T) => void | Promise<void>) => void;
|
7
7
|
}
|
@@ -132,26 +132,3 @@ export declare function setCurrentManifest(omniaServiceId: any, resourceId: any)
|
|
132
132
|
Localize(namespace?: string): any;
|
133
133
|
useLocalize<T_5>(namespace: string): T_5;
|
134
134
|
};
|
135
|
-
declare global {
|
136
|
-
namespace JSX {
|
137
|
-
interface Element {
|
138
|
-
[name: string]: any;
|
139
|
-
}
|
140
|
-
interface ElementClass {
|
141
|
-
}
|
142
|
-
interface IntrinsicElements {
|
143
|
-
[name: string]: any;
|
144
|
-
}
|
145
|
-
}
|
146
|
-
namespace JSX {
|
147
|
-
interface Element {
|
148
|
-
}
|
149
|
-
interface ElementClass {
|
150
|
-
}
|
151
|
-
interface IntrinsicElements {
|
152
|
-
themeTargetId?: string;
|
153
|
-
themeDefinitionId?: string;
|
154
|
-
themeDefinition?: ThemeDefinitionV2;
|
155
|
-
}
|
156
|
-
}
|
157
|
-
}
|
@@ -1 +1 @@
|
|
1
|
-
{"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['a1602121-3070-4304-b4d8-0859e50c482b']","content":{"./node_modules/@omnia/fx/contexts/InternalHttpPlugins.js":{"id":"./node_modules/@omnia/fx/contexts/internalhttpplugins.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/contexts/index.js":{"id":"5326a8ef-4e3c-49d6-b415-1ddf7fdcc830","buildMeta":{"exportsType":"namespace"},"expo.js":["ContextProviderCollection","OmniaContext","OmniaContextProvider"]}}}
|
1
|
+
{"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['a1602121-3070-4304-b4d8-0859e50c482b']","content":{"./node_modules/@omnia/fx/contexts/InternalAppContext.js":{"id":"./node_modules/@omnia/fx/contexts/internalappcontext.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalAppContext"]},"./node_modules/@omnia/fx/contexts/InternalHttpPlugins.js":{"id":"./node_modules/@omnia/fx/contexts/internalhttpplugins.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/contexts/index.js":{"id":"5326a8ef-4e3c-49d6-b415-1ddf7fdcc830","buildMeta":{"exportsType":"namespace"},"expo.js":["ContextProviderCollection","OmniaContext","OmniaContextProvider"]}}}
|
@@ -1 +1 @@
|
|
1
|
-
{"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['a5a89056-b5f5-475d-8518-a1f55090379d']","content":{"./node_modules/@omnia/fx/Bootstrapper.js":{"id":"./node_modules/@omnia/fx/bootstrapper.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/index.js":{"id":"14a8d443-2e58-450b-a462-258bdaf69b49","buildMeta":{"exportsType":"namespace"},"expo.js":["ApiHelper","AppRoutePropertyBagFactory","AuthenticationSessionService","BusinessProfilePathPropertyBagFactory","BusinessProfilePropertyBagFactory","Console","ConsoleUIService","ContextProviderCollection","Cookies","DisplayRules","Encoder","EnterprisePropertyHandler","ErrorBus","Extend","GraphClient","HttpClient","HttpContextProviderCollection","IAppRouteFactory","IBusinessProfileFactory","ITenantFactory","ImageProxyService","Inject","Injectable","LocalStorage","LocalizationServiceProviders","Localize","MD5Util","ManifestResourceLoader","MessageBusExposeOnlyPublication","MessageBusExposeOnlySubscription","MessageBusTopicMediator","MigrationUtils","NamedPropertyOperationsFactory","OmniaContext","OmniaContextProvider","OmniaPropertyBagBase","Provide","ReplaceToken","Require","ServiceContainer","ServiceContainerContext","ServiceLocator","ServiceManifestProvider","SubscriptionHandler","TenantPropertyBagFactory","TokenService","Topics","UserAgentUtils","UserPropertyBagFactory","UserTypeStore","Utils","WebComponentBootstrapper","WebUtils","createEventHook","createVueApp","defineFactory","defineInjectable","destroyVueApp","extendApi","getVueApps","getVueMixins","getVueOptionsHooks","getVuePlugins","injectByTypeId","isInjectable","mergeLocaliation","omniaScriptApi","propertyPath","propertyPathValue","registerApi","registerAsyncVueComponent","registerVueMixin","registerVueOptionsHook","registerVuePlugin","resolveAsyncVueComponent","setCurrentManifest","useInject","useLocalize","useOmniaClient","useProvide","vueCustomElement"]},"./node_modules/@omnia/fx/stores/index.js":{"id":"5e618f4d-d014-414e-a681-89e34cbeda0f","buildMeta":{"exportsType":"namespace"},"expo.js":["AiSettingsStore","AppNamingPolicyStore","AppStore","AuditLogStore","AzureAdUserStore","BaseProviderImageHandler","BaseProviderVideoHandler","BlockTitleGlobalSettingsStore","BlockTitleSettingsStore","BusinessProfileStore","ClipboardStore","CommentLikeStore","ConnectedTenantStore","DirectionRuleStore","DynamicGroupStore","EnterpriseGlossaryStore","EnterprisePropertyCategoryStore","EnterprisePropertySetStore","EnterprisePropertyStore","ExtensionStore","FeatureStore","FileUploaderStore","GalleryStore","GroupIdentityStore","IdentityStore","IdentitySyncProviderStore","ImageCropperByRatioHandler","ImageCropperUtils","ImageFilterHandler","ImageFlipHandler","ImageGalleryHandler","KEEP_ORIGINAL_SIZE_OPTION_VALUE","LinkReferencesStore","MSTeamsStore","MediaFileProcessor","MediaPickerCommonStore","MediaPickerImageHandler","MediaPickerStore","MediaPickerUtils","MultilingualStore","OrganizationTreeStore","PostStore","ProfileCardStore","PromotedTagStore","ProviderStore","SiteStore","Store","StoreAction","StoreLogTypes","StoreLogger","StoreMutation","StoreState","SystemLogStore","TargetingPropertyStore","TimeZoneStore","TokenStatus","TokenStore","UserIdentityStore","UserTargetingStore","UserTypeIdentityPickerStore","UserTypeIdentityStore","UserTypeStore","VersionedLayoutStore","VideoGalleryHandler","defineStore","getMediaProviderEditor","onApplyStyle","updateTransformedImageBase64","useCompontentHostStore","useCompontentSharedSettingsStore","useLocalizationStore","useMediaPickerImageTransformerStore","useMediaPickerStorageProviderContext"]},"./node_modules/@omnia/fx/vue/index.js":{"id":"c041fe9f-1e14-443d-9407-5aa8829fbc21","buildMeta":{"exportsType":"namespace"},"expo.js":["createVueApp","destroyVueApp","getVueApps","getVueMixins","getVueOptionsHooks","getVuePlugins","registerAsyncVueComponent","registerVueMixin","registerVueOptionsHook","registerVuePlugin","resolveAsyncVueComponent","vueCustomElement"]},"./node_modules/@omnia/fx/services/index.js":{"id":"e25b9dd8-6dd7-4437-8ddd-0b9fadba73ac","buildMeta":{"exportsType":"namespace"},"expo.js":["AiSettingsService","AppNamingPolicyService","AppRouteService","AppService","AuditLogService","AzureAdGroupService","AzureAdUserService","AzureOpenAIService","BusinessProfilePropertyBindingProvider","BusinessProfileService","ConnectedTenantService","DataSourcePropertiesService","DataSourcePropertyDefinitionHandler","DynamicGroupService","DynamicPropertyDataSource","EnterpriseGlossaryService","EnterprisePropertiesProvider","EnterprisePropertyCategoryService","EnterprisePropertySetService","ExtendedEnterprisePropertiesPropertyBindingProvider","ExtensionsService","FeatureService","FileStorageService","GroupIdentityService","GroupService","IdentityAuthenticationService","IdentityCreationRequestService","IdentityPropertyBindingProvider","IdentitySelfServiceService","IdentityService","IdentitySyncProviderService","ImageProxyService","LinkStatusService","LocalizationService","LoginLogService","ManifestService","MediaPickerService","MicrosoftStreamService","OmniaSearchService","OrganizationTreeService","PermissionNode","PermissionService","PostService","ProfileCardService","PropertyBindingService","PropertyDataSourceBase","QueryablePropertiesService","QueueService","SecretsService","SecurityRoles","SecurityService","SettingsService","SiteService","TagsService","TargetingPropertyService","TenantContactService","TenantPreSetupService","TestDataSourcePropertiesService","TimeZoneService","TranslationService","UserIdentityService","UserPresenceStatus","UserPropertyBindingProvider","UserService","UserTypeService","VersionedDataService","VersionedLayoutService","WebImageService","WriteBackStatus","activityService","activitySubscriptionService","defineService","useRealtimeService"]}}}
|
1
|
+
{"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['a5a89056-b5f5-475d-8518-a1f55090379d']","content":{"./node_modules/@omnia/fx/Bootstrapper.js":{"id":"./node_modules/@omnia/fx/bootstrapper.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/index.js":{"id":"14a8d443-2e58-450b-a462-258bdaf69b49","buildMeta":{"exportsType":"namespace"},"expo.js":["ApiHelper","AppRoutePropertyBagFactory","AuthenticationSessionService","BusinessProfilePathPropertyBagFactory","BusinessProfilePropertyBagFactory","Console","ConsoleUIService","ContextProviderCollection","Cookies","DisplayRules","Encoder","EnterprisePropertyHandler","ErrorBus","Extend","GraphClient","HttpClient","HttpContextProviderCollection","IAppRouteFactory","IBusinessProfileFactory","ITenantFactory","ImageProxyService","Inject","Injectable","LocalStorage","LocalizationServiceProviders","Localize","MD5Util","ManifestResourceLoader","MessageBusExposeOnlyPublication","MessageBusExposeOnlySubscription","MessageBusTopicMediator","MigrationUtils","NamedPropertyOperationsFactory","OmniaContext","OmniaContextProvider","OmniaPropertyBagBase","Provide","ReplaceToken","Require","ServiceContainer","ServiceContainerContext","ServiceLocator","ServiceManifestProvider","SubscriptionHandler","TenantPropertyBagFactory","TokenService","Topics","UserAgentUtils","UserPropertyBagFactory","UserTypeStore","Utils","WebComponentBootstrapper","WebUtils","createEventHook","createVueApp","defineFactory","defineInjectable","destroyVueApp","extendApi","getVueApps","getVueMixins","getVueOptionsHooks","getVuePlugins","injectByTypeId","isInjectable","mergeLocaliation","omniaScriptApi","propertyPath","propertyPathValue","registerApi","registerAsyncVueComponent","registerVueMixin","registerVueOptionsHook","registerVuePlugin","resolveAsyncVueComponent","setCurrentManifest","useInject","useLocalize","useOmniaClient","useProvide","vueCustomElement"]},"./node_modules/@omnia/fx/stores/index.js":{"id":"5e618f4d-d014-414e-a681-89e34cbeda0f","buildMeta":{"exportsType":"namespace"},"expo.js":["AiSettingsStore","AppNamingPolicyStore","AppStore","AuditLogStore","AzureAdUserStore","BaseProviderImageHandler","BaseProviderVideoHandler","BlockTitleGlobalSettingsStore","BlockTitleSettingsStore","BusinessProfileStore","ClipboardStore","CommentLikeStore","ConnectedTenantStore","DirectionRuleStore","DynamicGroupStore","EnterpriseGlossaryStore","EnterprisePropertyCategoryStore","EnterprisePropertySetStore","EnterprisePropertyStore","ExtensionStore","FeatureStore","FileUploaderStore","GalleryStore","GroupIdentityStore","IdentityStore","IdentitySyncProviderStore","ImageCropperByRatioHandler","ImageCropperUtils","ImageFilterHandler","ImageFlipHandler","ImageGalleryHandler","ImageRotateHandler","KEEP_ORIGINAL_SIZE_OPTION_VALUE","LinkReferencesStore","MSTeamsStore","MediaFileProcessor","MediaPickerCommonStore","MediaPickerImageHandler","MediaPickerStore","MediaPickerUtils","MultilingualStore","OrganizationTreeStore","PostStore","ProfileCardStore","PromotedTagStore","ProviderStore","SiteStore","Store","StoreAction","StoreLogTypes","StoreLogger","StoreMutation","StoreState","SystemLogStore","TargetingPropertyStore","TimeZoneStore","TokenStatus","TokenStore","UserIdentityStore","UserTargetingStore","UserTypeIdentityPickerStore","UserTypeIdentityStore","UserTypeStore","VersionedLayoutStore","VideoGalleryHandler","defineStore","getMediaProviderEditor","onApplyStyle","updateTransformedImageBase64","useCompontentHostStore","useCompontentSharedSettingsStore","useLocalizationStore","useMediaPickerImageTransformerStore","useMediaPickerStorageProviderContext"]},"./node_modules/@omnia/fx/vue/index.js":{"id":"c041fe9f-1e14-443d-9407-5aa8829fbc21","buildMeta":{"exportsType":"namespace"},"expo.js":["createVueApp","destroyVueApp","getVueApps","getVueMixins","getVueOptionsHooks","getVuePlugins","registerAsyncVueComponent","registerVueMixin","registerVueOptionsHook","registerVuePlugin","resolveAsyncVueComponent","vueCustomElement"]},"./node_modules/@omnia/fx/services/index.js":{"id":"e25b9dd8-6dd7-4437-8ddd-0b9fadba73ac","buildMeta":{"exportsType":"namespace"},"expo.js":["AiSettingsService","AppNamingPolicyService","AppRouteService","AppService","AuditLogService","AzureAdGroupService","AzureAdUserService","AzureOpenAIService","BusinessProfilePropertyBindingProvider","BusinessProfileService","ConnectedTenantService","DataSourcePropertiesService","DataSourcePropertyDefinitionHandler","DynamicGroupService","DynamicPropertyDataSource","EnterpriseGlossaryService","EnterprisePropertiesProvider","EnterprisePropertyCategoryService","EnterprisePropertySetService","ExtendedEnterprisePropertiesPropertyBindingProvider","ExtensionsService","FeatureService","FileStorageService","GroupIdentityService","GroupService","IdentityAuthenticationService","IdentityCreationRequestService","IdentityPropertyBindingProvider","IdentitySelfServiceService","IdentityService","IdentitySyncProviderService","ImageProxyService","LinkStatusService","LocalizationService","LoginLogService","ManifestService","MediaPickerService","MicrosoftStreamService","OmniaSearchService","OrganizationTreeService","PermissionNode","PermissionService","PostService","ProfileCardService","PropertyBindingService","PropertyDataSourceBase","QueryablePropertiesService","QueueService","SecretsService","SecurityRoles","SecurityService","SettingsService","SiteService","TagsService","TargetingPropertyService","TenantContactService","TenantPreSetupService","TestDataSourcePropertiesService","TimeZoneService","TranslationService","UserIdentityService","UserPresenceStatus","UserPropertyBindingProvider","UserService","UserTypeService","VersionedDataService","VersionedLayoutService","WebImageService","WriteBackStatus","activityService","activitySubscriptionService","defineService","useRealtimeService"]}}}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { ResolvedGroupIdentity, GroupIdentity, GroupIdentityAddOrUpdateRequest, Identity, GroupMembershipUpdateRequest, GroupManagementQuery, ArchiveIdentityManagementQuery } from "../../models";
|
1
|
+
import { ResolvedGroupIdentity, GroupIdentity, GroupIdentityAddOrUpdateRequest, Identity, GroupMembershipUpdateRequest, GroupManagementQuery, ArchiveIdentityManagementQuery, GroupIdentityAddOrUpdateWithMembershipRequest, GroupIdentityAddOrUpdateWithMembershipResponse } from "../../models";
|
2
2
|
export declare class GroupService {
|
3
3
|
private httpClient;
|
4
4
|
getAll: (query: GroupManagementQuery) => Promise<{
|
@@ -16,4 +16,6 @@ export declare class GroupService {
|
|
16
16
|
}>;
|
17
17
|
restore: (identity: GroupIdentity) => Promise<void>;
|
18
18
|
purge: (identity: GroupIdentity) => Promise<void>;
|
19
|
+
addorupdatewithmembership: (request: GroupIdentityAddOrUpdateWithMembershipRequest) => Promise<GroupIdentityAddOrUpdateWithMembershipResponse>;
|
20
|
+
checkCurrentUserIsGroupOwner: (identity: GroupIdentity) => Promise<boolean>;
|
19
21
|
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { ArchiveIdentityManagementQuery, BulkImportFileValidation, BulkImportUsersTasks, Guid, GuidValue, Identity, PropertyDefinition, PropertyValueBinding, ResolvedUserIdentity, ScopeTypes, TemplateFileData, TemplateFileSettings, UserAddWithAuthInfoReponse, UserAuthenticationInformation, UserIdentity, UserIdentityAddRequest, UserManagementQuery } from "../../models";
|
2
2
|
export declare class UserService {
|
3
3
|
private httpClient;
|
4
4
|
getAll: (query: UserManagementQuery) => Promise<{
|
@@ -19,7 +19,8 @@ export declare class UserService {
|
|
19
19
|
getBulkImportTemplateFileData: (templateFileSettings: TemplateFileSettings) => Promise<TemplateFileData>;
|
20
20
|
uploadBulkImportUsersFile: (file: File) => Promise<void>;
|
21
21
|
preValidateBulkImportFile: (file: File) => Promise<BulkImportFileValidation>;
|
22
|
-
getUserImportTasks: (
|
22
|
+
getUserImportTasks: (businessProfileId: string) => Promise<BulkImportUsersTasks[]>;
|
23
23
|
getUserImportTaskDetails: (id: GuidValue) => Promise<BulkImportUsersTasks>;
|
24
24
|
ensureAzureAdUserByUsername(username: string): Promise<UserIdentity>;
|
25
|
+
changeScope: (users: Array<Identity>, scopeType: ScopeTypes, scope: string) => Promise<void>;
|
25
26
|
}
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import { OmniaToken } from "./Tokens";
|
2
2
|
import { Guid, GuidValue } from "./Guid";
|
3
3
|
import { TenantIdentifier } from "./Tenant";
|
4
|
+
import { ActorId } from "./hub";
|
4
5
|
export interface OmniaSharedBootstrapData {
|
5
6
|
uiThreadId: GuidValue;
|
6
7
|
workerThreadId: GuidValue;
|
@@ -14,7 +15,7 @@ export interface OmniaSharedBootstrapData {
|
|
14
15
|
tokenKey?: OmniaToken;
|
15
16
|
tokenRef: GuidValue;
|
16
17
|
identity: string;
|
17
|
-
|
18
|
+
hubActorId?: ActorId;
|
18
19
|
licenses: Array<Guid>;
|
19
20
|
hubDev?: boolean;
|
20
21
|
realtimeDevPort?: string;
|
@@ -1,11 +1,11 @@
|
|
1
1
|
import { ChannelId } from "./ActivityChannel";
|
2
|
-
import { ActivitySenderId } from "./ActivitySender";
|
3
2
|
import { ActivityRenderer, ActivityRendererReference } from "./ActivityRenderer";
|
4
3
|
import { StronglyTypedId } from "../../StronglyTypedId";
|
5
4
|
import { GuidValue } from "../../Guid";
|
6
5
|
import { DynamicState } from "../../DynamicState";
|
7
|
-
import {
|
6
|
+
import { ActorActivityCategory } from "./ActorActivity";
|
8
7
|
import { TemporaryFileId } from "../fileupload";
|
8
|
+
import { ActorId } from "../actors";
|
9
9
|
export type ActivityId = StronglyTypedId<number, "ActivityId">;
|
10
10
|
export declare function ActivityId(id: number): ActivityId;
|
11
11
|
export type ActivityTypeId = StronglyTypedId<GuidValue, "ActivityTypeId">;
|
@@ -14,11 +14,11 @@ export interface Activity<TRenderState = DynamicState> extends ActivityBase {
|
|
14
14
|
id: ActivityId;
|
15
15
|
state: TRenderState;
|
16
16
|
renderer: ActivityRenderer | ActivityRendererReference;
|
17
|
-
|
17
|
+
createdBy: ActorId;
|
18
18
|
}
|
19
19
|
export interface ActivityWithJson extends ActivityBase {
|
20
20
|
id: ActivityId;
|
21
|
-
|
21
|
+
createdBy: ActorId;
|
22
22
|
stateJson: string;
|
23
23
|
rendererJson: string;
|
24
24
|
}
|
@@ -56,15 +56,15 @@ export declare enum PrivacyLevel {
|
|
56
56
|
export interface CreateActivityRequest {
|
57
57
|
channelId: ChannelId;
|
58
58
|
activityTypeId: ActivityTypeId;
|
59
|
-
|
59
|
+
createdBy: ActorId;
|
60
60
|
stateJson: string;
|
61
61
|
rendererJson: string;
|
62
62
|
notificationTeaser: NotificationTeaser;
|
63
63
|
targeting: Array<Array<SourceRelatedHubProperty>>;
|
64
|
-
|
65
|
-
[
|
64
|
+
addToActors?: {
|
65
|
+
[actorId: ActorId]: PrivacyLevel;
|
66
66
|
};
|
67
|
-
category:
|
67
|
+
category: ActorActivityCategory;
|
68
68
|
activityIdPlaceHolder?: TemporaryFileId;
|
69
69
|
expires?: Date;
|
70
70
|
createdAt?: Date;
|
@@ -1,30 +1,31 @@
|
|
1
|
+
import { ActorId } from "../actors";
|
1
2
|
import { Activity, ActivityId, ActivityWithJson } from "./Activity";
|
2
3
|
import { ActivityRenderer, ActivityRendererId } from "./ActivityRenderer";
|
3
|
-
import {
|
4
|
-
import { ActivityCategoryCount, IdentityActivity, IdentityActivityCategory, IdentityActivityWithJson, NewActivitiesBySenderBase } from "./IdentityActivity";
|
4
|
+
import { ActivityCategoryCount, ActorActivity, ActorActivityCategory, ActorActivityWithJson, NewActivitiesByCreatorBase } from "./ActorActivity";
|
5
5
|
export interface ActivityFeed extends ActivityFeedBase {
|
6
6
|
renderers: {
|
7
7
|
[key: ActivityRendererId]: Array<ActivityRenderer>;
|
8
8
|
};
|
9
|
-
|
9
|
+
actorActivities: Array<ActorActivity<object, object>>;
|
10
10
|
activities: Array<Activity>;
|
11
11
|
}
|
12
12
|
export interface ActivityFeedResult extends ActivityFeedBase {
|
13
|
-
|
13
|
+
actorActivities: Array<ActorActivityWithJson>;
|
14
14
|
activities: Array<ActivityWithJson>;
|
15
15
|
loadStateHash: string;
|
16
16
|
}
|
17
17
|
export interface ActivityFeedBase {
|
18
|
-
newActivities: Array<
|
18
|
+
newActivities: Array<NewActivitiesByCreatorBase>;
|
19
19
|
nextStartingFromId: ActivityId;
|
20
|
-
|
20
|
+
recentCreators: Array<ActorId>;
|
21
21
|
categories: Array<ActivityCategoryCount>;
|
22
22
|
}
|
23
23
|
export interface FeedQuery {
|
24
|
+
forActorId?: ActorId;
|
24
25
|
newerThenId?: ActivityId;
|
25
26
|
olderThenId?: ActivityId;
|
26
|
-
|
27
|
-
filterByCategory?:
|
28
|
-
|
27
|
+
filterByCreator?: ActorId;
|
28
|
+
filterByCategory?: ActorActivityCategory;
|
29
|
+
includeRecentCreators?: number;
|
29
30
|
includeCategories?: boolean;
|
30
31
|
}
|
package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.d.ts
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
import { StronglyTypedId } from "../../StronglyTypedId";
|
2
|
-
import {
|
3
|
-
export type
|
4
|
-
export declare function
|
5
|
-
export interface
|
2
|
+
import { ActorId } from "../actors";
|
3
|
+
export type SubscriptionId = StronglyTypedId<string, "SubscriptionId">;
|
4
|
+
export declare function SubscriptionId(id: string): SubscriptionId;
|
5
|
+
export interface SubscriptionInformation extends ActorSubscription {
|
6
6
|
title: Record<string, string>;
|
7
7
|
description: Record<string, string>;
|
8
8
|
clientId: string;
|
9
9
|
}
|
10
|
-
export interface
|
11
|
-
id:
|
12
|
-
|
10
|
+
export interface ActorSubscription {
|
11
|
+
id: SubscriptionId;
|
12
|
+
subscriptionOwner: ActorId;
|
13
13
|
}
|
14
|
-
export interface
|
15
|
-
|
14
|
+
export interface Subscription extends ActorSubscription {
|
15
|
+
subscriber: ActorId;
|
16
16
|
}
|
package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.
|
4
|
-
function
|
5
|
-
exports.
|
3
|
+
exports.SubscriptionId = void 0;
|
4
|
+
function SubscriptionId(id) { return id; }
|
5
|
+
exports.SubscriptionId = SubscriptionId;
|
@@ -0,0 +1,40 @@
|
|
1
|
+
import { DynamicState } from "../../DynamicState";
|
2
|
+
import { Actor, ActorId } from "../actors";
|
3
|
+
import { Activity, ActivityId } from "./Activity";
|
4
|
+
import { ChannelId } from "./ActivityChannel";
|
5
|
+
export declare enum ActorActivityStatus {
|
6
|
+
new = 0,
|
7
|
+
read = 1,
|
8
|
+
completed = 2
|
9
|
+
}
|
10
|
+
export declare enum ActorActivityCategory {
|
11
|
+
none = 0,
|
12
|
+
important = 1,
|
13
|
+
todo = 2,
|
14
|
+
snoozed = 3,
|
15
|
+
bookmarked = 4
|
16
|
+
}
|
17
|
+
export interface ActorActivityBase {
|
18
|
+
activityId: ActivityId;
|
19
|
+
status: ActorActivityStatus;
|
20
|
+
category: ActorActivityCategory;
|
21
|
+
}
|
22
|
+
export interface ActorActivity<TRenderState extends DynamicState, TState extends DynamicState> extends ActorActivityBase {
|
23
|
+
activity: Activity<TRenderState>;
|
24
|
+
state?: TState;
|
25
|
+
}
|
26
|
+
export interface ActorActivityWithJson extends ActorActivityBase {
|
27
|
+
stateJson: string;
|
28
|
+
}
|
29
|
+
export interface NewActivitiesByCreatorBase {
|
30
|
+
count: number;
|
31
|
+
creator: ActorId;
|
32
|
+
}
|
33
|
+
export interface NewActivitiesByActor extends NewActivitiesByCreatorBase {
|
34
|
+
actor: Actor;
|
35
|
+
channelId: ChannelId;
|
36
|
+
}
|
37
|
+
export interface ActivityCategoryCount {
|
38
|
+
category: ActorActivityCategory;
|
39
|
+
count: number;
|
40
|
+
}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.ActorActivityCategory = exports.ActorActivityStatus = void 0;
|
4
|
+
var ActorActivityStatus;
|
5
|
+
(function (ActorActivityStatus) {
|
6
|
+
ActorActivityStatus[ActorActivityStatus["new"] = 0] = "new";
|
7
|
+
ActorActivityStatus[ActorActivityStatus["read"] = 1] = "read";
|
8
|
+
ActorActivityStatus[ActorActivityStatus["completed"] = 2] = "completed";
|
9
|
+
})(ActorActivityStatus || (exports.ActorActivityStatus = ActorActivityStatus = {}));
|
10
|
+
var ActorActivityCategory;
|
11
|
+
(function (ActorActivityCategory) {
|
12
|
+
ActorActivityCategory[ActorActivityCategory["none"] = 0] = "none";
|
13
|
+
ActorActivityCategory[ActorActivityCategory["important"] = 1] = "important";
|
14
|
+
ActorActivityCategory[ActorActivityCategory["todo"] = 2] = "todo";
|
15
|
+
ActorActivityCategory[ActorActivityCategory["snoozed"] = 3] = "snoozed";
|
16
|
+
ActorActivityCategory[ActorActivityCategory["bookmarked"] = 4] = "bookmarked";
|
17
|
+
})(ActorActivityCategory || (exports.ActorActivityCategory = ActorActivityCategory = {}));
|
@@ -1,7 +1,6 @@
|
|
1
1
|
export * from "./Activity";
|
2
|
-
export * from "./
|
2
|
+
export * from "./ActorActivity";
|
3
3
|
export * from "./ActivityRenderer";
|
4
|
-
export * from "./ActivitySender";
|
5
4
|
export * from "./ActivityChannel";
|
6
5
|
export * from "./ActivityFeed";
|
7
6
|
export * from "./ActivityDefinition";
|
@@ -2,9 +2,8 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
const tslib_1 = require("tslib");
|
4
4
|
tslib_1.__exportStar(require("./Activity"), exports);
|
5
|
-
tslib_1.__exportStar(require("./
|
5
|
+
tslib_1.__exportStar(require("./ActorActivity"), exports);
|
6
6
|
tslib_1.__exportStar(require("./ActivityRenderer"), exports);
|
7
|
-
tslib_1.__exportStar(require("./ActivitySender"), exports);
|
8
7
|
tslib_1.__exportStar(require("./ActivityChannel"), exports);
|
9
8
|
tslib_1.__exportStar(require("./ActivityFeed"), exports);
|
10
9
|
tslib_1.__exportStar(require("./ActivityDefinition"), exports);
|
@@ -0,0 +1,21 @@
|
|
1
|
+
import { StronglyTypedId } from "../../StronglyTypedId";
|
2
|
+
import { ExternalActorId } from "./ExternalActorId";
|
3
|
+
export type ActorId = StronglyTypedId<number, "ActorId">;
|
4
|
+
export declare function ActorId(id: number): ActorId;
|
5
|
+
export interface ActorWithBag<TBag> extends Actor {
|
6
|
+
bag: TBag;
|
7
|
+
}
|
8
|
+
export interface Actor extends ActorBase {
|
9
|
+
imageUrl: string;
|
10
|
+
name: Record<string, string>;
|
11
|
+
description: Record<string, string>;
|
12
|
+
type: ActorTypes;
|
13
|
+
}
|
14
|
+
export interface ActorBase {
|
15
|
+
id: ActorId;
|
16
|
+
externalId: ExternalActorId;
|
17
|
+
}
|
18
|
+
export declare enum ActorTypes {
|
19
|
+
user = 0,
|
20
|
+
app = 1
|
21
|
+
}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.ActorTypes = exports.ActorId = void 0;
|
4
|
+
function ActorId(id) { return id; }
|
5
|
+
exports.ActorId = ActorId;
|
6
|
+
var ActorTypes;
|
7
|
+
(function (ActorTypes) {
|
8
|
+
ActorTypes[ActorTypes["user"] = 0] = "user";
|
9
|
+
ActorTypes[ActorTypes["app"] = 1] = "app";
|
10
|
+
})(ActorTypes || (exports.ActorTypes = ActorTypes = {}));
|
@@ -1,6 +1,7 @@
|
|
1
1
|
export * from "./activities";
|
2
2
|
export * from "./social";
|
3
|
-
export * from "./
|
3
|
+
export * from "./actors/ExternalActorId";
|
4
4
|
export * from "./fileupload";
|
5
5
|
export * from "./TempSocialReactions";
|
6
6
|
export * from "./targeting";
|
7
|
+
export * from "./actors";
|
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
4
4
|
tslib_1.__exportStar(require("./activities"), exports);
|
5
5
|
tslib_1.__exportStar(require("./social"), exports);
|
6
|
-
tslib_1.__exportStar(require("./
|
6
|
+
tslib_1.__exportStar(require("./actors/ExternalActorId"), exports);
|
7
7
|
tslib_1.__exportStar(require("./fileupload"), exports);
|
8
8
|
tslib_1.__exportStar(require("./TempSocialReactions"), exports);
|
9
9
|
tslib_1.__exportStar(require("./targeting"), exports);
|
10
|
+
tslib_1.__exportStar(require("./actors"), exports);
|
@@ -1,10 +1,10 @@
|
|
1
|
-
import {
|
1
|
+
import { ExternalActorId } from "../actors/ExternalActorId";
|
2
2
|
import { HubReaction } from "./HubReaction";
|
3
3
|
export interface HubComment {
|
4
|
-
createdBy:
|
4
|
+
createdBy: ExternalActorId;
|
5
5
|
id: number;
|
6
6
|
inReplyToId: number | null;
|
7
7
|
rendererJson: string;
|
8
|
-
mentions:
|
8
|
+
mentions: ExternalActorId[];
|
9
9
|
reactions: HubReaction[];
|
10
10
|
}
|
package/internal-do-not-import-from-here/shared/models/hub/targeting/ExternalIdentityProperty.d.ts
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
import { GuidValue } from "../../Guid";
|
2
|
-
import {
|
2
|
+
import { ExternalActorId } from "../actors/ExternalActorId";
|
3
3
|
import { SourceRelatedHubProperty } from "../activities";
|
4
4
|
export declare class HubExternalIdentityProperty implements SourceRelatedHubProperty {
|
5
5
|
private externalIdentityId;
|
6
|
-
constructor(externalIdentityId:
|
6
|
+
constructor(externalIdentityId: ExternalActorId);
|
7
7
|
get propertySourceId(): GuidValue;
|
8
8
|
get name(): string;
|
9
9
|
get values(): string[];
|
@@ -5,61 +5,50 @@ import { TypographyValue } from "./Typography";
|
|
5
5
|
export interface BoxDimensions extends Spacing {
|
6
6
|
}
|
7
7
|
import { TypographyBlueprint } from "./Typography";
|
8
|
-
export type BlueprintType = "chrome" | "typography" | "spacing" | "component";
|
9
8
|
export interface Blueprints {
|
10
|
-
type: BlueprintType;
|
11
9
|
name?: string;
|
12
10
|
}
|
13
11
|
export type BlueprintVariant = "primary" | "secondary" | "variant1" | "variant2" | "variant3";
|
14
12
|
export type ButtonBlueprintType = "text" | "icon";
|
15
13
|
export interface ChromeBlueprints extends Blueprints {
|
16
|
-
|
17
|
-
default: ChromeBlueprint;
|
14
|
+
primary: ChromeBlueprint;
|
18
15
|
variant1?: ChromeBlueprint;
|
19
16
|
variant2?: ChromeBlueprint;
|
20
17
|
variant3?: ChromeBlueprint;
|
21
18
|
}
|
22
19
|
export interface TypographyBlueprints extends Blueprints {
|
23
|
-
|
24
|
-
default: TypographyBlueprint;
|
25
|
-
variant1?: TypographyBlueprint;
|
20
|
+
primary: TypographyBlueprint;
|
26
21
|
}
|
27
22
|
export interface SpacingBlueprints extends Blueprints {
|
28
|
-
|
29
|
-
default: SpacingBlueprint;
|
23
|
+
primary: SpacingBlueprint;
|
30
24
|
}
|
25
|
+
export type ButtonTypes = "primary" | "basic" | "accent1" | "warn" | "disabled" | "link";
|
31
26
|
export interface ComponentBlueprints extends Blueprints {
|
32
|
-
type: "component";
|
33
27
|
buttons?: {
|
34
28
|
text?: {
|
35
29
|
primary?: ButtonBlueprint;
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
30
|
+
basic?: ButtonBlueprint;
|
31
|
+
accent1?: ButtonBlueprint;
|
32
|
+
warn?: ButtonBlueprint;
|
33
|
+
disabled?: ButtonBlueprint;
|
34
|
+
link?: ButtonBlueprint;
|
40
35
|
};
|
41
36
|
icon?: {
|
42
37
|
primary?: ButtonBlueprint;
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
38
|
+
basic?: ButtonBlueprint;
|
39
|
+
accent1?: ButtonBlueprint;
|
40
|
+
warn?: ButtonBlueprint;
|
41
|
+
disabled?: ButtonBlueprint;
|
42
|
+
link?: ButtonBlueprint;
|
47
43
|
};
|
48
44
|
};
|
49
45
|
tabs?: {
|
50
46
|
primary?: TabsBlueprint;
|
51
|
-
secondary?: TabsBlueprint;
|
52
47
|
variant1?: TabsBlueprint;
|
53
48
|
variant2?: TabsBlueprint;
|
54
49
|
variant3?: TabsBlueprint;
|
55
50
|
};
|
56
51
|
}
|
57
|
-
export interface ChromeBluePrintDefinitions {
|
58
|
-
default: ChromeBlueprint;
|
59
|
-
variant1: ChromeBlueprint;
|
60
|
-
variant2: ChromeBlueprint;
|
61
|
-
variant3: ChromeBlueprint;
|
62
|
-
}
|
63
52
|
export interface SpacingBlueprint {
|
64
53
|
layout: SpacingDefinition;
|
65
54
|
inner: SpacingDefinition;
|
@@ -1,10 +1,10 @@
|
|
1
1
|
import { GuidValue } from "../Guid";
|
2
2
|
import { VelcronAppDefinition } from "../velcron";
|
3
3
|
import { Spacing } from "./Spacing";
|
4
|
-
import { BackgroundDefinition } from "./ThemeDefinitionV2";
|
4
|
+
import { BackgroundDefinition, ColorSchemaType } from "./ThemeDefinitionV2";
|
5
5
|
export interface ChromeBlueprint {
|
6
|
-
|
7
|
-
|
6
|
+
name?: string;
|
7
|
+
colorSchemaType?: ColorSchemaType;
|
8
8
|
header: {
|
9
9
|
definitionId: GuidValue;
|
10
10
|
definition?: VelcronAppDefinition;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { Guid } from "../Guid";
|
2
|
-
import {
|
2
|
+
import { BoxDimensions, ChromeBlueprints, ComponentBlueprints, SpacingBlueprints, TypographyBlueprints } from "./Blueprints";
|
3
3
|
export interface ColorTypeResult<resultType> {
|
4
4
|
base: resultType;
|
5
5
|
baseTone: resultType;
|
@@ -41,10 +41,12 @@ export interface ColorSchemas {
|
|
41
41
|
}
|
42
42
|
export interface ThemeDefinitionV2 {
|
43
43
|
id: Guid;
|
44
|
-
name
|
45
|
-
dark: boolean;
|
44
|
+
name?: string;
|
46
45
|
colors: ColorSchemas;
|
47
|
-
|
46
|
+
typography: TypographyBlueprints;
|
47
|
+
spacing: SpacingBlueprints;
|
48
|
+
chrome: ChromeBlueprints;
|
49
|
+
components: ComponentBlueprints;
|
48
50
|
}
|
49
51
|
export type ColorSchemaType = keyof typeof ColorSchemaTypes;
|
50
52
|
export declare enum ColorSchemaTypes {
|
@@ -56,7 +58,8 @@ export declare enum ColorSchemaTypes {
|
|
56
58
|
neutral = "neutral",
|
57
59
|
background = "background",
|
58
60
|
error = "error",
|
59
|
-
info = "info"
|
61
|
+
info = "info",
|
62
|
+
dynamic = "dynamic"
|
60
63
|
}
|
61
64
|
export type ColorType = keyof typeof ColorTypes;
|
62
65
|
export declare enum ColorTypes {
|
@@ -12,6 +12,7 @@ var ColorSchemaTypes;
|
|
12
12
|
ColorSchemaTypes["background"] = "background";
|
13
13
|
ColorSchemaTypes["error"] = "error";
|
14
14
|
ColorSchemaTypes["info"] = "info";
|
15
|
+
ColorSchemaTypes["dynamic"] = "dynamic";
|
15
16
|
})(ColorSchemaTypes || (exports.ColorSchemaTypes = ColorSchemaTypes = {}));
|
16
17
|
var ColorTypes;
|
17
18
|
(function (ColorTypes) {
|
@@ -29,9 +29,9 @@ export interface TypographyBlueprint {
|
|
29
29
|
}
|
30
30
|
export interface TypographyDefinition {
|
31
31
|
decoration?: string;
|
32
|
-
|
33
|
-
|
34
|
-
|
32
|
+
lg: TypographyTypeBreakPoint;
|
33
|
+
md?: TypographyTypeBreakPoint;
|
34
|
+
sm?: TypographyTypeBreakPoint;
|
35
35
|
}
|
36
36
|
export interface TypographyTypeBreakPoint {
|
37
37
|
weight: number;
|
@@ -1,8 +1,6 @@
|
|
1
1
|
import { ColorDefinition, ColorSchema, ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes } from "./ThemeDefinitionV2";
|
2
|
-
import { Blueprints, BlueprintType } from "./Blueprints";
|
3
2
|
export declare function useThemeMethods(getThemeDefinition: () => any): {
|
4
3
|
colorSchema: (colorSchemaType: ColorSchemaTypes | ColorSchemaType) => ColorSchema;
|
5
|
-
bluePrintbyType: <TType extends Blueprints>(type: BlueprintType) => TType;
|
6
4
|
color: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => string;
|
7
5
|
colorDefinition: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => ColorDefinition;
|
8
6
|
complementaryColorType: (colorType: ColorTypes | ColorType) => ColorTypes;
|