@omnia/fx 8.0.129-dev → 8.0.131-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/core/index.d.ts +1 -1
- package/internal-do-not-import-from-here/core/messaging/BuiltInTopics.d.ts +1 -1
- package/internal-do-not-import-from-here/core/messaging/index.d.ts +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/runtime/core/ManifestResourceLoader.d.ts +1 -1
- package/internal-do-not-import-from-here/services/identities/GroupService.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/{backgroundstylepicker → backgroundstyle}/BackgroundStyleEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker/ChromeBlueprintsPicker.css.d.ts → blueprintTemplate/BlueprintsTemplatePicker.css.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker/ChromeBlueprintsPicker.d.ts → blueprintTemplate/BlueprintsTemplatePicker.d.ts} +120 -98
- package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/ChromeBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/ChromePicker.d.ts +105 -105
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/StylePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/blueprintpickers/typography/TypographyBlueprintsViewer.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/typography/TypographyBlueprintsViewer.d.ts +76 -0
- package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +101 -101
- package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +1 -1
- 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/services/DocsService.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 +2 -2
- package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
- 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/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/oxide/alert/Alert.d.ts +9 -9
- 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 +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 +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +3870 -2946
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +7586 -5738
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +2 -2
- 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/pagination/Pagination.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 +7589 -5741
- 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/text/Text.d.ts +1 -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.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/permissioninput/TenantAdminPermissionInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/models/PropertyApi.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +1 -1
- 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/social/PeopleTagging.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/{chrome → components}/store/ChromeEditorStore.d.ts +3 -9
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/colorschemas/store/ColorSchemaEditorStore.d.ts +15 -15
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/ButtonTemplateEdit.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/ButtonTemplates.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/TabTemplateEdit.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/TabTemplates.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/store/TemplateEditorStore.d.ts +156 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/blades/EditThemeBlade.d.ts +4 -83
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/blades/ViewThemeBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/store/ThemeEditorStore.d.ts +55 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/ThemeDefinitions.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/ThemeDefinitions.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/shared.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/ThemeDefinitions.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/BlueprintsTemplates.d.ts +25 -17
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/ThemeDefinitionInstance.d.ts +12 -5
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/TypographyBlueprints.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/index.d.ts +4 -6
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +64 -86
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +3847 -2928
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaDefinitionStore.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +3858 -2939
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +3847 -2928
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +3847 -2928
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +102 -57
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeDefinitionStoreV2.d.ts +12 -9
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +10 -5
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +3845 -2926
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +11 -41597
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/index.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeEditor.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeViewer.d.ts +68 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +11 -11
- 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 +3870 -2946
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +9 -6
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +4 -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/VersionedLayoutBladeBuilder.d.ts +7 -20
- package/internal-do-not-import-from-here/wctypings.d.ts +66 -42
- package/package.json +2 -2
- package/internal-do-not-import-from-here/shared/broadcasting/Broadcast.d.ts +0 -37
- package/internal-do-not-import-from-here/shared/broadcasting/InternalTopics.d.ts +0 -23
- package/internal-do-not-import-from-here/shared/broadcasting/index.d.ts +0 -1
- package/internal-do-not-import-from-here/shared/factory/DefineFactory.d.ts +0 -12
- package/internal-do-not-import-from-here/shared/factory/Inject.d.ts +0 -30
- package/internal-do-not-import-from-here/shared/factory/Injectable.d.ts +0 -4
- package/internal-do-not-import-from-here/shared/factory/ServiceContainer.d.ts +0 -45
- package/internal-do-not-import-from-here/shared/factory/index.d.ts +0 -4
- package/internal-do-not-import-from-here/shared/http/Http.d.ts +0 -141
- package/internal-do-not-import-from-here/shared/http/index.d.ts +0 -1
- package/internal-do-not-import-from-here/shared/index.d.ts +0 -12
- package/internal-do-not-import-from-here/shared/messaging/MessageBus.d.ts +0 -48
- package/internal-do-not-import-from-here/shared/messaging/MessageBusMediator.d.ts +0 -30
- package/internal-do-not-import-from-here/shared/messaging/index.d.ts +0 -2
- package/internal-do-not-import-from-here/shared/models/Broadcasting.d.ts +0 -25
- package/internal-do-not-import-from-here/shared/models/Broadcasting.js +0 -12
- package/internal-do-not-import-from-here/shared/models/DependencyInjection.d.ts +0 -19
- package/internal-do-not-import-from-here/shared/models/DependencyInjection.js +0 -9
- package/internal-do-not-import-from-here/shared/models/DynamicState.d.ts +0 -1
- package/internal-do-not-import-from-here/shared/models/DynamicState.js +0 -2
- package/internal-do-not-import-from-here/shared/models/Equals.d.ts +0 -3
- package/internal-do-not-import-from-here/shared/models/Equals.js +0 -44
- package/internal-do-not-import-from-here/shared/models/Future.d.ts +0 -60
- package/internal-do-not-import-from-here/shared/models/Future.js +0 -149
- package/internal-do-not-import-from-here/shared/models/Guid.d.ts +0 -25
- package/internal-do-not-import-from-here/shared/models/Guid.js +0 -80
- package/internal-do-not-import-from-here/shared/models/HttpCommon.d.ts +0 -41
- package/internal-do-not-import-from-here/shared/models/HttpCommon.js +0 -9
- package/internal-do-not-import-from-here/shared/models/Messaging.d.ts +0 -23
- package/internal-do-not-import-from-here/shared/models/Messaging.js +0 -2
- package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.d.ts +0 -34
- package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.js +0 -2
- package/internal-do-not-import-from-here/shared/models/Realtime.d.ts +0 -28
- package/internal-do-not-import-from-here/shared/models/Realtime.js +0 -19
- package/internal-do-not-import-from-here/shared/models/SharedConstants.d.ts +0 -5
- package/internal-do-not-import-from-here/shared/models/SharedConstants.js +0 -9
- package/internal-do-not-import-from-here/shared/models/StringExtensions.d.ts +0 -6
- package/internal-do-not-import-from-here/shared/models/StringExtensions.js +0 -3
- package/internal-do-not-import-from-here/shared/models/StronglyTypedId.d.ts +0 -3
- package/internal-do-not-import-from-here/shared/models/StronglyTypedId.js +0 -2
- package/internal-do-not-import-from-here/shared/models/Tenant.d.ts +0 -4
- package/internal-do-not-import-from-here/shared/models/Tenant.js +0 -2
- package/internal-do-not-import-from-here/shared/models/Tokens.d.ts +0 -15
- package/internal-do-not-import-from-here/shared/models/Tokens.js +0 -2
- package/internal-do-not-import-from-here/shared/models/Topic.d.ts +0 -10
- package/internal-do-not-import-from-here/shared/models/Topic.js +0 -2
- package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.d.ts +0 -14
- package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.js +0 -18
- package/internal-do-not-import-from-here/shared/models/Workers.d.ts +0 -29
- package/internal-do-not-import-from-here/shared/models/Workers.js +0 -8
- package/internal-do-not-import-from-here/shared/models/hub/TempSocialReactions.d.ts +0 -13
- package/internal-do-not-import-from-here/shared/models/hub/TempSocialReactions.js +0 -20
- package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +0 -75
- package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.js +0 -13
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.d.ts +0 -7
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.js +0 -5
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.d.ts +0 -14
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.js +0 -15
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.d.ts +0 -31
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.js +0 -2
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.d.ts +0 -15
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.js +0 -5
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRendererLoadingReferences.d.ts +0 -8
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRendererLoadingReferences.js +0 -2
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.d.ts +0 -16
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.js +0 -5
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActorActivity.d.ts +0 -40
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActorActivity.js +0 -17
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.d.ts +0 -8
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +0 -11
- package/internal-do-not-import-from-here/shared/models/hub/actors/Actor.d.ts +0 -21
- package/internal-do-not-import-from-here/shared/models/hub/actors/Actor.js +0 -10
- package/internal-do-not-import-from-here/shared/models/hub/actors/ExternalActorId.d.ts +0 -2
- package/internal-do-not-import-from-here/shared/models/hub/actors/ExternalActorId.js +0 -2
- package/internal-do-not-import-from-here/shared/models/hub/actors/index.d.ts +0 -2
- package/internal-do-not-import-from-here/shared/models/hub/actors/index.js +0 -5
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.d.ts +0 -3
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.js +0 -5
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.d.ts +0 -4
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.js +0 -5
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.d.ts +0 -2
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.js +0 -5
- package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +0 -7
- package/internal-do-not-import-from-here/shared/models/hub/index.js +0 -10
- package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.d.ts +0 -10
- package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.js +0 -2
- package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.d.ts +0 -5
- package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.js +0 -2
- package/internal-do-not-import-from-here/shared/models/hub/social/index.d.ts +0 -2
- package/internal-do-not-import-from-here/shared/models/hub/social/index.js +0 -5
- package/internal-do-not-import-from-here/shared/models/hub/targeting/ExternalIdentityProperty.d.ts +0 -10
- package/internal-do-not-import-from-here/shared/models/hub/targeting/ExternalIdentityProperty.js +0 -19
- package/internal-do-not-import-from-here/shared/models/hub/targeting/HubSource.d.ts +0 -3
- package/internal-do-not-import-from-here/shared/models/hub/targeting/HubSource.js +0 -7
- package/internal-do-not-import-from-here/shared/models/hub/targeting/index.d.ts +0 -1
- package/internal-do-not-import-from-here/shared/models/hub/targeting/index.js +0 -4
- package/internal-do-not-import-from-here/shared/models/index.d.ts +0 -21
- package/internal-do-not-import-from-here/shared/models/index.js +0 -25
- package/internal-do-not-import-from-here/shared/models/theming/Blueprints.d.ts +0 -116
- package/internal-do-not-import-from-here/shared/models/theming/Blueprints.js +0 -12
- package/internal-do-not-import-from-here/shared/models/theming/Chrome.d.ts +0 -16
- package/internal-do-not-import-from-here/shared/models/theming/Chrome.js +0 -2
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.d.ts +0 -2
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +0 -38
- package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.d.ts +0 -1
- package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.js +0 -45
- package/internal-do-not-import-from-here/shared/models/theming/Spacing.d.ts +0 -22
- package/internal-do-not-import-from-here/shared/models/theming/Spacing.js +0 -11
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +0 -107
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +0 -28
- package/internal-do-not-import-from-here/shared/models/theming/Typography.d.ts +0 -59
- package/internal-do-not-import-from-here/shared/models/theming/Typography.js +0 -17
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +0 -9
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +0 -99
- package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +0 -8
- package/internal-do-not-import-from-here/shared/models/theming/index.js +0 -12
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.d.ts +0 -87
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.js +0 -2
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronEvents.d.ts +0 -22
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronEvents.js +0 -2
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronReference.d.ts +0 -20
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronReference.js +0 -5
- package/internal-do-not-import-from-here/shared/models/velcron/index.d.ts +0 -3
- package/internal-do-not-import-from-here/shared/models/velcron/index.js +0 -6
- package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +0 -27
- package/internal-do-not-import-from-here/shared/services/ActivitySubscriptionService.d.ts +0 -15
- package/internal-do-not-import-from-here/shared/services/DefineService.d.ts +0 -6
- package/internal-do-not-import-from-here/shared/services/RealtimeService.d.ts +0 -8
- package/internal-do-not-import-from-here/shared/services/index.d.ts +0 -4
- package/internal-do-not-import-from-here/shared/utils/index.d.ts +0 -4
- package/internal-do-not-import-from-here/shared/workers/Leader.d.ts +0 -6
- package/internal-do-not-import-from-here/shared/workers/WorkerProxy.d.ts +0 -11
- package/internal-do-not-import-from-here/shared/workers/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorManager.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorSchemaManager.d.ts +0 -12
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{backgroundstylepicker → backgroundstyle}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{backgroundstylepicker → backgroundstyle}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{backgroundstylepicker → backgroundstyle}/docs/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/ButtonBlueprintsViewer.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/ButtonStyleEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/ButtonStylePicker.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/ButtonStylePicker.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/docs/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/ChromeEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/ChromePicker.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/ChromeViewer.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/docs/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/{SpacingPreview.d.ts → SpacingViewer.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/TabBlueprintsViewer.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/TabStyleEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/TabStylePicker.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/TabStylePicker.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/docs/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/TypographyEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/TypographyPicker.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/TypographyPicker.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/docs/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/{chrome/blades/ChromeBlueprintsBlade.d.ts → components/blades/BlockBlade.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/{chrome/blades/EditChromeBlueprintBlade.d.ts → components/blades/BlockBladeEdit.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/{EditBlueprint.d.ts → EditBlueprints.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{blueprints/chrome/ChromeJourney.d.ts → templates/TemplatesJourney.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/ButtonStyleBlueprints.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/ChromeStyleBlueprints.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/Colors.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/SpacingBlueprint.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/TabsStyleBlueprints.d.ts +0 -0
@@ -1,15 +0,0 @@
|
|
1
|
-
import { GuidValue } from "./Guid";
|
2
|
-
export interface OmniaToken {
|
3
|
-
tokenKey: string;
|
4
|
-
tokenRef: GuidValue;
|
5
|
-
loginName: string;
|
6
|
-
expires: number;
|
7
|
-
forDevIntent: boolean;
|
8
|
-
}
|
9
|
-
export interface OmniaTokenRef {
|
10
|
-
tenantId: GuidValue;
|
11
|
-
identityId: string;
|
12
|
-
hubIdentityId?: number;
|
13
|
-
tokenRef: GuidValue;
|
14
|
-
localDev: boolean;
|
15
|
-
}
|
@@ -1,14 +0,0 @@
|
|
1
|
-
import { HttpResponse } from "./HttpCommon";
|
2
|
-
import { Guid } from "./Guid";
|
3
|
-
import { WorkerProxyFunction } from "./Workers";
|
4
|
-
export declare const WorkerProxyFuncs: {
|
5
|
-
ui: {
|
6
|
-
loadManifests: WorkerProxyFunction<Guid[], Guid[]>;
|
7
|
-
};
|
8
|
-
worker: {
|
9
|
-
httpRequest: WorkerProxyFunction<{
|
10
|
-
url: string;
|
11
|
-
reqInit: Omit<RequestInit, "window" | "signal">;
|
12
|
-
}, Promise<HttpResponse<any>>>;
|
13
|
-
};
|
14
|
-
};
|
@@ -1,18 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.WorkerProxyFuncs = void 0;
|
4
|
-
const Guid_1 = require("./Guid");
|
5
|
-
exports.WorkerProxyFuncs = {
|
6
|
-
//Worker to Ui functions
|
7
|
-
ui: {
|
8
|
-
loadManifests: {
|
9
|
-
id: new Guid_1.Guid("8fb843b7-936f-4fec-a462-77c087adb7de")
|
10
|
-
}
|
11
|
-
},
|
12
|
-
//Ui to worker functions
|
13
|
-
worker: {
|
14
|
-
httpRequest: {
|
15
|
-
id: new Guid_1.Guid("c77c5845-4ceb-4fe2-939a-36de94be6f6b")
|
16
|
-
}
|
17
|
-
}
|
18
|
-
};
|
@@ -1,29 +0,0 @@
|
|
1
|
-
import { GuidValue } from "./Guid";
|
2
|
-
import { OmniaSharedBootstrapData } from "./OmniaSharedBootstrapData";
|
3
|
-
export interface WorkerProxyAction<TParamType> {
|
4
|
-
id: GuidValue;
|
5
|
-
}
|
6
|
-
export interface WorkerProxyFunction<TParamType, TReturnType> extends WorkerProxyAction<TParamType> {
|
7
|
-
}
|
8
|
-
export interface WorkerProxyMessage<T> {
|
9
|
-
id: GuidValue;
|
10
|
-
data: T;
|
11
|
-
handlerId: GuidValue;
|
12
|
-
initiator: WorkerProxyFunctionInitiators;
|
13
|
-
}
|
14
|
-
export declare enum WorkerProxyFunctionInitiators {
|
15
|
-
ui = "main",
|
16
|
-
worker = "worker"
|
17
|
-
}
|
18
|
-
export interface LoadManifestsMessage extends PostMessageWithType {
|
19
|
-
type: "loadManifests";
|
20
|
-
resourceUrls: Array<string>;
|
21
|
-
}
|
22
|
-
export interface BootWorkerMessage {
|
23
|
-
type: "bootWorker";
|
24
|
-
loadManifests: LoadManifestsMessage;
|
25
|
-
bootData: OmniaSharedBootstrapData;
|
26
|
-
}
|
27
|
-
export interface PostMessageWithType {
|
28
|
-
type: "bootWorker" | "loadManifests";
|
29
|
-
}
|
@@ -1,8 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.WorkerProxyFunctionInitiators = void 0;
|
4
|
-
var WorkerProxyFunctionInitiators;
|
5
|
-
(function (WorkerProxyFunctionInitiators) {
|
6
|
-
WorkerProxyFunctionInitiators["ui"] = "main";
|
7
|
-
WorkerProxyFunctionInitiators["worker"] = "worker";
|
8
|
-
})(WorkerProxyFunctionInitiators || (exports.WorkerProxyFunctionInitiators = WorkerProxyFunctionInitiators = {}));
|
@@ -1,13 +0,0 @@
|
|
1
|
-
import { Guid } from "../Guid";
|
2
|
-
import { RealtimeChannel, RealtimeData } from "../Realtime";
|
3
|
-
export declare class SocialRealtimeChannel extends RealtimeChannel {
|
4
|
-
getId(): string;
|
5
|
-
}
|
6
|
-
export interface SocialRealtimeMessage {
|
7
|
-
reactionCount: number;
|
8
|
-
commentCount: number;
|
9
|
-
}
|
10
|
-
export declare class SocialRealtimeData extends RealtimeData<SocialRealtimeChannel, SocialRealtimeMessage> {
|
11
|
-
constructor(channel: SocialRealtimeChannel);
|
12
|
-
getId(): Guid;
|
13
|
-
}
|
@@ -1,20 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.SocialRealtimeData = exports.SocialRealtimeChannel = void 0;
|
4
|
-
const Guid_1 = require("../Guid");
|
5
|
-
const Realtime_1 = require("../Realtime");
|
6
|
-
class SocialRealtimeChannel extends Realtime_1.RealtimeChannel {
|
7
|
-
getId() {
|
8
|
-
return "social";
|
9
|
-
}
|
10
|
-
}
|
11
|
-
exports.SocialRealtimeChannel = SocialRealtimeChannel;
|
12
|
-
class SocialRealtimeData extends Realtime_1.RealtimeData {
|
13
|
-
constructor(channel) {
|
14
|
-
super(channel);
|
15
|
-
}
|
16
|
-
getId() {
|
17
|
-
return new Guid_1.Guid("445350a8-4565-4a94-ba01-a05dd2cccca6");
|
18
|
-
}
|
19
|
-
}
|
20
|
-
exports.SocialRealtimeData = SocialRealtimeData;
|
@@ -1,75 +0,0 @@
|
|
1
|
-
import { ChannelId } from "./ActivityChannel";
|
2
|
-
import { ActivityRenderer, ActivityRendererReference } from "./ActivityRenderer";
|
3
|
-
import { StronglyTypedId } from "../../StronglyTypedId";
|
4
|
-
import { GuidValue } from "../../Guid";
|
5
|
-
import { DynamicState } from "../../DynamicState";
|
6
|
-
import { ActorActivityCategory } from "./ActorActivity";
|
7
|
-
import { TemporaryFileId } from "../fileupload";
|
8
|
-
import { ActorId } from "../actors";
|
9
|
-
export type ActivityId = StronglyTypedId<number, "ActivityId">;
|
10
|
-
export declare function ActivityId(id: number): ActivityId;
|
11
|
-
export type ActivityTypeId = StronglyTypedId<GuidValue, "ActivityTypeId">;
|
12
|
-
export declare function ActivityTypeId(id: GuidValue): ActivityTypeId;
|
13
|
-
export interface Activity<TRenderState = DynamicState> extends ActivityBase {
|
14
|
-
id: ActivityId;
|
15
|
-
state: TRenderState;
|
16
|
-
renderer: ActivityRenderer | ActivityRendererReference;
|
17
|
-
createdBy: ActorId;
|
18
|
-
}
|
19
|
-
export interface ActivityWithJson extends ActivityBase {
|
20
|
-
id: ActivityId;
|
21
|
-
createdBy: ActorId;
|
22
|
-
stateJson: string;
|
23
|
-
rendererJson: string;
|
24
|
-
}
|
25
|
-
export interface ActivityBase {
|
26
|
-
channelId: ChannelId;
|
27
|
-
activityTypeId: ActivityTypeId;
|
28
|
-
targeting: Array<Array<SourceRelatedHubProperty>>;
|
29
|
-
notificationTeaser: NotificationTeaser;
|
30
|
-
expires?: Date;
|
31
|
-
createdAt: Date;
|
32
|
-
reactionCount?: number;
|
33
|
-
commentCount?: number;
|
34
|
-
}
|
35
|
-
export interface ActivityRenderState<TActivityState = DynamicState, TIdentityState = DynamicState> {
|
36
|
-
activity: TActivityState;
|
37
|
-
identity: TIdentityState;
|
38
|
-
}
|
39
|
-
export interface SourceRelatedHubProperty extends HubProperty {
|
40
|
-
propertySourceId: GuidValue;
|
41
|
-
}
|
42
|
-
export interface HubProperty {
|
43
|
-
name: string;
|
44
|
-
values: Array<string>;
|
45
|
-
}
|
46
|
-
export interface NotificationTeaser {
|
47
|
-
title: string;
|
48
|
-
description: string;
|
49
|
-
url: string;
|
50
|
-
}
|
51
|
-
export declare enum PrivacyLevel {
|
52
|
-
Private = 0,
|
53
|
-
Public = 1,
|
54
|
-
Followers = 2
|
55
|
-
}
|
56
|
-
export interface CreateActivityRequest {
|
57
|
-
channelId: ChannelId;
|
58
|
-
activityTypeId: ActivityTypeId;
|
59
|
-
createdBy: ActorId;
|
60
|
-
stateJson: string;
|
61
|
-
rendererJson: string;
|
62
|
-
notificationTeaser: NotificationTeaser;
|
63
|
-
targeting: Array<Array<SourceRelatedHubProperty>>;
|
64
|
-
addToActors?: {
|
65
|
-
[actorId: ActorId]: PrivacyLevel;
|
66
|
-
};
|
67
|
-
category: ActorActivityCategory;
|
68
|
-
activityIdPlaceHolder?: TemporaryFileId;
|
69
|
-
expires?: Date;
|
70
|
-
createdAt?: Date;
|
71
|
-
}
|
72
|
-
export interface CreateActivityResult {
|
73
|
-
id: ActivityId;
|
74
|
-
createdAt: Date;
|
75
|
-
}
|
@@ -1,13 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.PrivacyLevel = exports.ActivityTypeId = exports.ActivityId = void 0;
|
4
|
-
function ActivityId(id) { return id; }
|
5
|
-
exports.ActivityId = ActivityId;
|
6
|
-
function ActivityTypeId(id) { return id; }
|
7
|
-
exports.ActivityTypeId = ActivityTypeId;
|
8
|
-
var PrivacyLevel;
|
9
|
-
(function (PrivacyLevel) {
|
10
|
-
PrivacyLevel[PrivacyLevel["Private"] = 0] = "Private";
|
11
|
-
PrivacyLevel[PrivacyLevel["Public"] = 1] = "Public";
|
12
|
-
PrivacyLevel[PrivacyLevel["Followers"] = 2] = "Followers";
|
13
|
-
})(PrivacyLevel || (exports.PrivacyLevel = PrivacyLevel = {}));
|
package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.d.ts
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
import { DynamicState } from "../../DynamicState";
|
2
|
-
import { ActivityTypeId } from "./Activity";
|
3
|
-
import { ActivityRenderer, ActivityRendererReference } from "./ActivityRenderer";
|
4
|
-
export declare abstract class FeedActivityDefinition<TFeedItemState> implements ActivityDefinition<TFeedItemState> {
|
5
|
-
state: TFeedItemState;
|
6
|
-
renderer: ActivityRenderer | ActivityRendererReference;
|
7
|
-
activityTypeId: ActivityTypeId;
|
8
|
-
constructor(state: TFeedItemState, renderer: ActivityRenderer | ActivityRendererReference, activityTypeId: ActivityTypeId);
|
9
|
-
}
|
10
|
-
export declare abstract class ActivityDefinition<TRenderState = DynamicState> {
|
11
|
-
state: TRenderState;
|
12
|
-
renderer: ActivityRenderer | ActivityRendererReference;
|
13
|
-
abstract activityTypeId: ActivityTypeId;
|
14
|
-
}
|
@@ -1,15 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.ActivityDefinition = exports.FeedActivityDefinition = void 0;
|
4
|
-
class FeedActivityDefinition {
|
5
|
-
constructor(state, renderer, activityTypeId) {
|
6
|
-
this.state = state;
|
7
|
-
this.renderer = renderer;
|
8
|
-
this.activityTypeId = activityTypeId;
|
9
|
-
this.activityTypeId = activityTypeId;
|
10
|
-
}
|
11
|
-
}
|
12
|
-
exports.FeedActivityDefinition = FeedActivityDefinition;
|
13
|
-
class ActivityDefinition {
|
14
|
-
}
|
15
|
-
exports.ActivityDefinition = ActivityDefinition;
|
@@ -1,31 +0,0 @@
|
|
1
|
-
import { ActorId } from "../actors";
|
2
|
-
import { Activity, ActivityId, ActivityWithJson } from "./Activity";
|
3
|
-
import { ActivityRenderer, ActivityRendererId } from "./ActivityRenderer";
|
4
|
-
import { ActivityCategoryCount, ActorActivity, ActorActivityCategory, ActorActivityWithJson, NewActivitiesByCreatorBase } from "./ActorActivity";
|
5
|
-
export interface ActivityFeed extends ActivityFeedBase {
|
6
|
-
renderers: {
|
7
|
-
[key: ActivityRendererId]: Array<ActivityRenderer>;
|
8
|
-
};
|
9
|
-
actorActivities: Array<ActorActivity<object, object>>;
|
10
|
-
activities: Array<Activity>;
|
11
|
-
}
|
12
|
-
export interface ActivityFeedResult extends ActivityFeedBase {
|
13
|
-
actorActivities: Array<ActorActivityWithJson>;
|
14
|
-
activities: Array<ActivityWithJson>;
|
15
|
-
loadStateHash: string;
|
16
|
-
}
|
17
|
-
export interface ActivityFeedBase {
|
18
|
-
newActivities: Array<NewActivitiesByCreatorBase>;
|
19
|
-
nextStartingFromId: ActivityId;
|
20
|
-
recentCreators: Array<ActorId>;
|
21
|
-
categories: Array<ActivityCategoryCount>;
|
22
|
-
}
|
23
|
-
export interface FeedQuery {
|
24
|
-
forActorId?: ActorId;
|
25
|
-
newerThenId?: ActivityId;
|
26
|
-
olderThenId?: ActivityId;
|
27
|
-
filterByCreator?: ActorId;
|
28
|
-
filterByCategory?: ActorActivityCategory;
|
29
|
-
includeRecentCreators?: number;
|
30
|
-
includeCategories?: boolean;
|
31
|
-
}
|
@@ -1,15 +0,0 @@
|
|
1
|
-
import { GuidValue } from "../../Guid";
|
2
|
-
import { StronglyTypedId } from "../../StronglyTypedId";
|
3
|
-
import { VelcronAppDefinition } from "../../velcron";
|
4
|
-
export type ActivityRendererId = StronglyTypedId<string, "ActivityRendererId">;
|
5
|
-
export declare function ActivityRendererId(id: GuidValue): ActivityRendererId;
|
6
|
-
export interface ActivityRendererReference {
|
7
|
-
id: ActivityRendererId;
|
8
|
-
version: string;
|
9
|
-
}
|
10
|
-
export interface ActivityRendererWithJson extends ActivityRendererReference {
|
11
|
-
definition: string;
|
12
|
-
}
|
13
|
-
export interface ActivityRenderer extends ActivityRendererReference {
|
14
|
-
definition: VelcronAppDefinition;
|
15
|
-
}
|
@@ -1,8 +0,0 @@
|
|
1
|
-
import { ActivityRendererReference } from "./ActivityRenderer";
|
2
|
-
export interface ActivityRendererLoadReference extends ActivityRendererReference {
|
3
|
-
versionHash: string;
|
4
|
-
}
|
5
|
-
export interface ActivityRendererLoadingReferences {
|
6
|
-
stateHash: string;
|
7
|
-
loadReferences: Array<ActivityRendererLoadReference>;
|
8
|
-
}
|
package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.d.ts
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
import { StronglyTypedId } from "../../StronglyTypedId";
|
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
|
-
title: Record<string, string>;
|
7
|
-
description: Record<string, string>;
|
8
|
-
clientId: string;
|
9
|
-
}
|
10
|
-
export interface ActorSubscription {
|
11
|
-
id: SubscriptionId;
|
12
|
-
subscriptionOwner: ActorId;
|
13
|
-
}
|
14
|
-
export interface Subscription extends ActorSubscription {
|
15
|
-
subscriber: ActorId;
|
16
|
-
}
|
@@ -1,40 +0,0 @@
|
|
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
|
-
}
|
@@ -1,17 +0,0 @@
|
|
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,8 +0,0 @@
|
|
1
|
-
export * from "./Activity";
|
2
|
-
export * from "./ActorActivity";
|
3
|
-
export * from "./ActivityRenderer";
|
4
|
-
export * from "./ActivityChannel";
|
5
|
-
export * from "./ActivityFeed";
|
6
|
-
export * from "./ActivityDefinition";
|
7
|
-
export * from "./ActivityRendererLoadingReferences";
|
8
|
-
export * from "./ActivitySubscription";
|
@@ -1,11 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
const tslib_1 = require("tslib");
|
4
|
-
tslib_1.__exportStar(require("./Activity"), exports);
|
5
|
-
tslib_1.__exportStar(require("./ActorActivity"), exports);
|
6
|
-
tslib_1.__exportStar(require("./ActivityRenderer"), exports);
|
7
|
-
tslib_1.__exportStar(require("./ActivityChannel"), exports);
|
8
|
-
tslib_1.__exportStar(require("./ActivityFeed"), exports);
|
9
|
-
tslib_1.__exportStar(require("./ActivityDefinition"), exports);
|
10
|
-
tslib_1.__exportStar(require("./ActivityRendererLoadingReferences"), exports);
|
11
|
-
tslib_1.__exportStar(require("./ActivitySubscription"), exports);
|
@@ -1,21 +0,0 @@
|
|
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
|
-
}
|
@@ -1,10 +0,0 @@
|
|
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,10 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
const tslib_1 = require("tslib");
|
4
|
-
tslib_1.__exportStar(require("./activities"), exports);
|
5
|
-
tslib_1.__exportStar(require("./social"), exports);
|
6
|
-
tslib_1.__exportStar(require("./actors/ExternalActorId"), exports);
|
7
|
-
tslib_1.__exportStar(require("./fileupload"), exports);
|
8
|
-
tslib_1.__exportStar(require("./TempSocialReactions"), exports);
|
9
|
-
tslib_1.__exportStar(require("./targeting"), exports);
|
10
|
-
tslib_1.__exportStar(require("./actors"), exports);
|
@@ -1,10 +0,0 @@
|
|
1
|
-
import { ExternalActorId } from "../actors/ExternalActorId";
|
2
|
-
import { HubReaction } from "./HubReaction";
|
3
|
-
export interface HubComment {
|
4
|
-
createdBy: ExternalActorId;
|
5
|
-
id: number;
|
6
|
-
inReplyToId: number | null;
|
7
|
-
rendererJson: string;
|
8
|
-
mentions: ExternalActorId[];
|
9
|
-
reactions: HubReaction[];
|
10
|
-
}
|