@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
package/internal-do-not-import-from-here/shared/models/hub/targeting/ExternalIdentityProperty.d.ts
DELETED
@@ -1,10 +0,0 @@
|
|
1
|
-
import { GuidValue } from "../../Guid";
|
2
|
-
import { ExternalActorId } from "../actors/ExternalActorId";
|
3
|
-
import { SourceRelatedHubProperty } from "../activities";
|
4
|
-
export declare class HubExternalIdentityProperty implements SourceRelatedHubProperty {
|
5
|
-
private externalIdentityId;
|
6
|
-
constructor(externalIdentityId: ExternalActorId);
|
7
|
-
get propertySourceId(): GuidValue;
|
8
|
-
get name(): string;
|
9
|
-
get values(): string[];
|
10
|
-
}
|
package/internal-do-not-import-from-here/shared/models/hub/targeting/ExternalIdentityProperty.js
DELETED
@@ -1,19 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.HubExternalIdentityProperty = void 0;
|
4
|
-
const HubSource_1 = require("./HubSource");
|
5
|
-
class HubExternalIdentityProperty {
|
6
|
-
constructor(externalIdentityId) {
|
7
|
-
this.externalIdentityId = externalIdentityId;
|
8
|
-
}
|
9
|
-
get propertySourceId() {
|
10
|
-
return HubSource_1.HubSource.Id;
|
11
|
-
}
|
12
|
-
get name() {
|
13
|
-
return "identity";
|
14
|
-
}
|
15
|
-
get values() {
|
16
|
-
return [this.externalIdentityId.toString()];
|
17
|
-
}
|
18
|
-
}
|
19
|
-
exports.HubExternalIdentityProperty = HubExternalIdentityProperty;
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from "./ExternalIdentityProperty";
|
@@ -1,21 +0,0 @@
|
|
1
|
-
export * from "./Equals";
|
2
|
-
export * from "./Guid";
|
3
|
-
export * from "./Broadcasting";
|
4
|
-
export * from "./Topic";
|
5
|
-
export * from "./Workers";
|
6
|
-
export * from "./SharedConstants";
|
7
|
-
export * from "./WorkerProxyFuncs";
|
8
|
-
export * from "./HttpCommon";
|
9
|
-
export * from "./Future";
|
10
|
-
export * from "./Tokens";
|
11
|
-
export * from "./Tenant";
|
12
|
-
export * from "./Realtime";
|
13
|
-
export * from "./OmniaSharedBootstrapData";
|
14
|
-
export * from "./StringExtensions";
|
15
|
-
export * from "./DynamicState";
|
16
|
-
export * from "./StronglyTypedId";
|
17
|
-
export * from "./theming";
|
18
|
-
export * from "./hub";
|
19
|
-
export * from "./velcron";
|
20
|
-
export * from "./DependencyInjection";
|
21
|
-
export * from "./Messaging";
|
@@ -1,25 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
//! <omnia-transform-resource path="9a75501c-254b-46d1-9010-7b13681e06f4" />
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
4
|
-
const tslib_1 = require("tslib");
|
5
|
-
tslib_1.__exportStar(require("./Equals"), exports);
|
6
|
-
tslib_1.__exportStar(require("./Guid"), exports);
|
7
|
-
tslib_1.__exportStar(require("./Broadcasting"), exports);
|
8
|
-
tslib_1.__exportStar(require("./Topic"), exports);
|
9
|
-
tslib_1.__exportStar(require("./Workers"), exports);
|
10
|
-
tslib_1.__exportStar(require("./SharedConstants"), exports);
|
11
|
-
tslib_1.__exportStar(require("./WorkerProxyFuncs"), exports);
|
12
|
-
tslib_1.__exportStar(require("./HttpCommon"), exports);
|
13
|
-
tslib_1.__exportStar(require("./Future"), exports);
|
14
|
-
tslib_1.__exportStar(require("./Tokens"), exports);
|
15
|
-
tslib_1.__exportStar(require("./Tenant"), exports);
|
16
|
-
tslib_1.__exportStar(require("./Realtime"), exports);
|
17
|
-
tslib_1.__exportStar(require("./OmniaSharedBootstrapData"), exports);
|
18
|
-
tslib_1.__exportStar(require("./StringExtensions"), exports);
|
19
|
-
tslib_1.__exportStar(require("./DynamicState"), exports);
|
20
|
-
tslib_1.__exportStar(require("./StronglyTypedId"), exports);
|
21
|
-
tslib_1.__exportStar(require("./theming"), exports);
|
22
|
-
tslib_1.__exportStar(require("./hub"), exports);
|
23
|
-
tslib_1.__exportStar(require("./velcron"), exports);
|
24
|
-
tslib_1.__exportStar(require("./DependencyInjection"), exports);
|
25
|
-
tslib_1.__exportStar(require("./Messaging"), exports);
|
@@ -1,116 +0,0 @@
|
|
1
|
-
import { BackgroundDefinition, ColorValue, FillDefinition } from "./ThemeDefinitionV2";
|
2
|
-
import { ChromeBlueprint } from "./Chrome";
|
3
|
-
import { SpacingDefinition, Spacing } from "./Spacing";
|
4
|
-
import { TypographyValue } from "./Typography";
|
5
|
-
export interface BoxDimensions extends Spacing {
|
6
|
-
}
|
7
|
-
import { TypographyBlueprint } from "./Typography";
|
8
|
-
export interface Blueprints {
|
9
|
-
name?: string;
|
10
|
-
}
|
11
|
-
export type BlueprintVariant = "primary" | "secondary" | "variant1" | "variant2" | "variant3";
|
12
|
-
export type ButtonBlueprintType = "text" | "icon";
|
13
|
-
export interface ChromeBlueprints extends Blueprints {
|
14
|
-
primary: ChromeBlueprint;
|
15
|
-
variant1?: ChromeBlueprint;
|
16
|
-
variant2?: ChromeBlueprint;
|
17
|
-
variant3?: ChromeBlueprint;
|
18
|
-
}
|
19
|
-
export interface TypographyBlueprints extends Blueprints {
|
20
|
-
primary: TypographyBlueprint;
|
21
|
-
}
|
22
|
-
export interface SpacingBlueprints extends Blueprints {
|
23
|
-
primary: SpacingBlueprint;
|
24
|
-
}
|
25
|
-
export type ButtonTypes = "primary" | "basic" | "accent1" | "warn" | "disabled" | "link";
|
26
|
-
export interface ComponentBlueprints extends Blueprints {
|
27
|
-
buttons?: {
|
28
|
-
text?: {
|
29
|
-
primary?: ButtonBlueprint;
|
30
|
-
basic?: ButtonBlueprint;
|
31
|
-
accent1?: ButtonBlueprint;
|
32
|
-
warn?: ButtonBlueprint;
|
33
|
-
disabled?: ButtonBlueprint;
|
34
|
-
link?: ButtonBlueprint;
|
35
|
-
};
|
36
|
-
icon?: {
|
37
|
-
primary?: ButtonBlueprint;
|
38
|
-
basic?: ButtonBlueprint;
|
39
|
-
accent1?: ButtonBlueprint;
|
40
|
-
warn?: ButtonBlueprint;
|
41
|
-
disabled?: ButtonBlueprint;
|
42
|
-
link?: ButtonBlueprint;
|
43
|
-
};
|
44
|
-
};
|
45
|
-
tabs?: {
|
46
|
-
primary?: TabsBlueprint;
|
47
|
-
variant1?: TabsBlueprint;
|
48
|
-
variant2?: TabsBlueprint;
|
49
|
-
variant3?: TabsBlueprint;
|
50
|
-
};
|
51
|
-
}
|
52
|
-
export interface SpacingBlueprint {
|
53
|
-
layout: SpacingDefinition;
|
54
|
-
inner: SpacingDefinition;
|
55
|
-
}
|
56
|
-
export type SpacingBlueprintTypes = "inner" | "layout";
|
57
|
-
export type WebBlueprintItemDefintionType = "button" | "searchbox" | "text" | "icon" | "tab";
|
58
|
-
export declare enum WebBlueprintItemDefintionTypes {
|
59
|
-
button = "button",
|
60
|
-
searchbox = "searchbox"
|
61
|
-
}
|
62
|
-
export type VelcronBlueprintDefintionType = "button";
|
63
|
-
export declare enum VelcronBlueprintDefintionTypes {
|
64
|
-
button = "button"
|
65
|
-
}
|
66
|
-
export interface Blueprint {
|
67
|
-
type: VelcronBlueprintDefintionType | WebBlueprintItemDefintionType;
|
68
|
-
}
|
69
|
-
export interface SearchBoxBlueprint extends Blueprint {
|
70
|
-
type: "searchbox";
|
71
|
-
borderRadius?: BoxDimensions;
|
72
|
-
variant?: "outlined" | "solo" | "regular" | "plain" | "underlined";
|
73
|
-
}
|
74
|
-
export interface ButtonBlueprint extends Blueprint {
|
75
|
-
type: "button";
|
76
|
-
padding?: Spacing;
|
77
|
-
background?: BackgroundDefinition;
|
78
|
-
alterCase?: boolean;
|
79
|
-
text?: TextBlueprint;
|
80
|
-
icon?: IconBlueprint;
|
81
|
-
}
|
82
|
-
export interface TabsBlueprint extends Blueprint {
|
83
|
-
type: "tab";
|
84
|
-
background?: BackgroundDefinition;
|
85
|
-
padding?: Spacing;
|
86
|
-
margin?: Spacing;
|
87
|
-
vertical?: boolean;
|
88
|
-
hideSlider?: boolean;
|
89
|
-
iconPosition?: "left" | "right" | "top";
|
90
|
-
grow?: boolean;
|
91
|
-
minHeight?: number;
|
92
|
-
minWidth?: number;
|
93
|
-
alignment?: "start" | "center" | "end";
|
94
|
-
sliderColor?: ColorValue;
|
95
|
-
text?: TextBlueprint;
|
96
|
-
icon?: IconBlueprint;
|
97
|
-
active?: {
|
98
|
-
padding?: Spacing;
|
99
|
-
background?: BackgroundDefinition;
|
100
|
-
text?: TextBlueprint;
|
101
|
-
icon?: IconBlueprint;
|
102
|
-
};
|
103
|
-
inactive?: {
|
104
|
-
background?: BackgroundDefinition;
|
105
|
-
};
|
106
|
-
}
|
107
|
-
export interface TextBlueprint extends Blueprint {
|
108
|
-
type: "text";
|
109
|
-
color?: FillDefinition;
|
110
|
-
typography?: TypographyValue;
|
111
|
-
}
|
112
|
-
export interface IconBlueprint extends Blueprint {
|
113
|
-
type: "icon";
|
114
|
-
color?: FillDefinition;
|
115
|
-
size?: number;
|
116
|
-
}
|
@@ -1,12 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.VelcronBlueprintDefintionTypes = exports.WebBlueprintItemDefintionTypes = void 0;
|
4
|
-
var WebBlueprintItemDefintionTypes;
|
5
|
-
(function (WebBlueprintItemDefintionTypes) {
|
6
|
-
WebBlueprintItemDefintionTypes["button"] = "button";
|
7
|
-
WebBlueprintItemDefintionTypes["searchbox"] = "searchbox";
|
8
|
-
})(WebBlueprintItemDefintionTypes || (exports.WebBlueprintItemDefintionTypes = WebBlueprintItemDefintionTypes = {}));
|
9
|
-
var VelcronBlueprintDefintionTypes;
|
10
|
-
(function (VelcronBlueprintDefintionTypes) {
|
11
|
-
VelcronBlueprintDefintionTypes["button"] = "button";
|
12
|
-
})(VelcronBlueprintDefintionTypes || (exports.VelcronBlueprintDefintionTypes = VelcronBlueprintDefintionTypes = {}));
|
@@ -1,16 +0,0 @@
|
|
1
|
-
import { GuidValue } from "../Guid";
|
2
|
-
import { VelcronAppDefinition } from "../velcron";
|
3
|
-
import { Spacing } from "./Spacing";
|
4
|
-
import { BackgroundDefinition, ColorSchemaType } from "./ThemeDefinitionV2";
|
5
|
-
export interface ChromeBlueprint {
|
6
|
-
name?: string;
|
7
|
-
colorSchemaType?: ColorSchemaType;
|
8
|
-
header: {
|
9
|
-
definitionId: GuidValue;
|
10
|
-
definition?: VelcronAppDefinition;
|
11
|
-
};
|
12
|
-
styles: {
|
13
|
-
background?: BackgroundDefinition;
|
14
|
-
spacing?: Spacing;
|
15
|
-
};
|
16
|
-
}
|
@@ -1,38 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
// import { SpacingDefinition, SpacingTypes } from "@omnia/fx-models";
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
4
|
-
exports.getSpacingValueFromBlueprint = void 0;
|
5
|
-
const Spacing_1 = require("./Spacing");
|
6
|
-
function getSpacingValueFromBlueprint(spacingValue, definition) {
|
7
|
-
if (!spacingValue) {
|
8
|
-
return 0;
|
9
|
-
}
|
10
|
-
let negative = false;
|
11
|
-
let result = spacingValue;
|
12
|
-
if (isNaN(spacingValue) && definition) {
|
13
|
-
if (spacingValue.startsWith("-")) {
|
14
|
-
negative = true;
|
15
|
-
}
|
16
|
-
spacingValue = spacingValue.replace("-", "");
|
17
|
-
if (spacingValue === Spacing_1.SpacingTypes.xs) {
|
18
|
-
result = definition.xs;
|
19
|
-
}
|
20
|
-
else if (spacingValue === Spacing_1.SpacingTypes.s) {
|
21
|
-
result = definition.s;
|
22
|
-
}
|
23
|
-
else if (spacingValue === Spacing_1.SpacingTypes.m) {
|
24
|
-
result = definition.m;
|
25
|
-
}
|
26
|
-
else if (spacingValue === Spacing_1.SpacingTypes.l) {
|
27
|
-
result = definition.l;
|
28
|
-
}
|
29
|
-
else if (spacingValue === Spacing_1.SpacingTypes.xl) {
|
30
|
-
result = definition.xl;
|
31
|
-
}
|
32
|
-
else {
|
33
|
-
result = 0;
|
34
|
-
}
|
35
|
-
}
|
36
|
-
return negative ? -result : result;
|
37
|
-
}
|
38
|
-
exports.getSpacingValueFromBlueprint = getSpacingValueFromBlueprint;
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare function setColorOpacity(color: any, opacity: any): any;
|
@@ -1,45 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.setColorOpacity = void 0;
|
4
|
-
function setColorOpacity(color, opacity) {
|
5
|
-
function getRGBValues(color) {
|
6
|
-
const tmpColor = color.replace("rgba", "rgb");
|
7
|
-
return tmpColor.substring(4, tmpColor.length - 1)
|
8
|
-
.replace(/ /g, "")
|
9
|
-
.split(",");
|
10
|
-
}
|
11
|
-
function getRGBValuesFromHex(color) {
|
12
|
-
const result = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(color);
|
13
|
-
if (result) {
|
14
|
-
return [
|
15
|
-
parseInt(result[1], 16),
|
16
|
-
parseInt(result[2], 16),
|
17
|
-
parseInt(result[3], 16)
|
18
|
-
];
|
19
|
-
}
|
20
|
-
}
|
21
|
-
function isRGBColor(color) {
|
22
|
-
if (!color) {
|
23
|
-
return null;
|
24
|
-
}
|
25
|
-
if (color.indexOf("rgb") > -1) {
|
26
|
-
return true;
|
27
|
-
}
|
28
|
-
if (color.indexOf("rgba") > -1) {
|
29
|
-
return true;
|
30
|
-
}
|
31
|
-
return false;
|
32
|
-
}
|
33
|
-
let rgb = null;
|
34
|
-
if (!isRGBColor(color)) {
|
35
|
-
rgb = getRGBValuesFromHex(color);
|
36
|
-
}
|
37
|
-
else {
|
38
|
-
rgb = getRGBValues(color);
|
39
|
-
}
|
40
|
-
if (rgb) {
|
41
|
-
return `rgba(${rgb[0]},${rgb[1]},${rgb[2]},${opacity})`;
|
42
|
-
}
|
43
|
-
return color;
|
44
|
-
}
|
45
|
-
exports.setColorOpacity = setColorOpacity;
|
@@ -1,22 +0,0 @@
|
|
1
|
-
export interface Spacing {
|
2
|
-
top?: SpacingValue;
|
3
|
-
right?: SpacingValue;
|
4
|
-
bottom?: SpacingValue;
|
5
|
-
left?: SpacingValue;
|
6
|
-
}
|
7
|
-
export interface SpacingDefinition {
|
8
|
-
name: string;
|
9
|
-
xs: number;
|
10
|
-
s: number;
|
11
|
-
m: number;
|
12
|
-
l: number;
|
13
|
-
xl: number;
|
14
|
-
}
|
15
|
-
export type SpacingValue = "xs" | "s" | "m" | "l" | "xl" | number;
|
16
|
-
export declare enum SpacingTypes {
|
17
|
-
xs = "xs",
|
18
|
-
s = "s",
|
19
|
-
m = "m",
|
20
|
-
l = "l",
|
21
|
-
xl = "xl"
|
22
|
-
}
|
@@ -1,11 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.SpacingTypes = void 0;
|
4
|
-
var SpacingTypes;
|
5
|
-
(function (SpacingTypes) {
|
6
|
-
SpacingTypes["xs"] = "xs";
|
7
|
-
SpacingTypes["s"] = "s";
|
8
|
-
SpacingTypes["m"] = "m";
|
9
|
-
SpacingTypes["l"] = "l";
|
10
|
-
SpacingTypes["xl"] = "xl";
|
11
|
-
})(SpacingTypes || (exports.SpacingTypes = SpacingTypes = {}));
|
@@ -1,107 +0,0 @@
|
|
1
|
-
import { Guid } from "../Guid";
|
2
|
-
import { BoxDimensions, ChromeBlueprints, ComponentBlueprints, SpacingBlueprints, TypographyBlueprints } from "./Blueprints";
|
3
|
-
export interface ColorTypeResult<resultType> {
|
4
|
-
base: resultType;
|
5
|
-
baseTone: resultType;
|
6
|
-
onBase: resultType;
|
7
|
-
onBaseTone: resultType;
|
8
|
-
container: resultType;
|
9
|
-
containerTone: resultType;
|
10
|
-
onContainer: resultType;
|
11
|
-
onContainerTone: resultType;
|
12
|
-
colorType: (colorType: string) => resultType;
|
13
|
-
}
|
14
|
-
export interface ColorDefinition {
|
15
|
-
dark: boolean;
|
16
|
-
color: string;
|
17
|
-
colorToned: string;
|
18
|
-
}
|
19
|
-
export interface ColorStyles {
|
20
|
-
background: object | string;
|
21
|
-
color: object | string;
|
22
|
-
all: object | string;
|
23
|
-
}
|
24
|
-
export interface ColorSchema {
|
25
|
-
name: string;
|
26
|
-
base: ColorDefinition;
|
27
|
-
onBase: ColorDefinition;
|
28
|
-
container: ColorDefinition;
|
29
|
-
onContainer: ColorDefinition;
|
30
|
-
}
|
31
|
-
export interface ColorSchemas {
|
32
|
-
primary: ColorSchema;
|
33
|
-
secondary: ColorSchema;
|
34
|
-
accent1: ColorSchema;
|
35
|
-
accent2: ColorSchema;
|
36
|
-
accent3: ColorSchema;
|
37
|
-
neutral: ColorSchema;
|
38
|
-
background: ColorSchema;
|
39
|
-
error: ColorSchema;
|
40
|
-
info: ColorSchema;
|
41
|
-
}
|
42
|
-
export interface ThemeDefinitionV2 {
|
43
|
-
id: Guid;
|
44
|
-
name?: string;
|
45
|
-
colors: ColorSchemas;
|
46
|
-
typography: TypographyBlueprints;
|
47
|
-
spacing: SpacingBlueprints;
|
48
|
-
chrome: ChromeBlueprints;
|
49
|
-
components: ComponentBlueprints;
|
50
|
-
}
|
51
|
-
export type ColorSchemaType = keyof typeof ColorSchemaTypes;
|
52
|
-
export declare enum ColorSchemaTypes {
|
53
|
-
primary = "primary",
|
54
|
-
secondary = "secondary",
|
55
|
-
accent1 = "accent1",
|
56
|
-
accent2 = "accent2",
|
57
|
-
accent3 = "accent3",
|
58
|
-
neutral = "neutral",
|
59
|
-
background = "background",
|
60
|
-
error = "error",
|
61
|
-
info = "info",
|
62
|
-
dynamic = "dynamic"
|
63
|
-
}
|
64
|
-
export type ColorType = keyof typeof ColorTypes;
|
65
|
-
export declare enum ColorTypes {
|
66
|
-
base = "base",
|
67
|
-
onBase = "onBase",
|
68
|
-
container = "container",
|
69
|
-
onContainer = "onContainer"
|
70
|
-
}
|
71
|
-
export interface ThemedColorValue {
|
72
|
-
colorType: ColorType;
|
73
|
-
toned?: boolean;
|
74
|
-
colorSchemaType?: ColorSchemaType;
|
75
|
-
}
|
76
|
-
export type ColorValue = string | ThemedColorValue;
|
77
|
-
export declare enum RadialGradientShapes {
|
78
|
-
circle = 0,
|
79
|
-
ellipse = 1
|
80
|
-
}
|
81
|
-
export interface ColorGradientValue {
|
82
|
-
color: ColorValue;
|
83
|
-
stop?: number;
|
84
|
-
}
|
85
|
-
/**Background */
|
86
|
-
export interface BackgroundDefinition {
|
87
|
-
fill?: FillDefinition;
|
88
|
-
border?: BorderStylingDefinition;
|
89
|
-
elevation?: number;
|
90
|
-
}
|
91
|
-
export interface FillDefinition {
|
92
|
-
colors: Array<ColorValue | ColorGradientValue>;
|
93
|
-
acrylic?: boolean;
|
94
|
-
opacity?: number;
|
95
|
-
}
|
96
|
-
export interface LinearGradientFillDefinition extends FillDefinition {
|
97
|
-
degrees: number;
|
98
|
-
}
|
99
|
-
export interface RadialGradientFillDefinition extends FillDefinition {
|
100
|
-
shape: RadialGradientShapes;
|
101
|
-
position?: number;
|
102
|
-
}
|
103
|
-
export interface BorderStylingDefinition {
|
104
|
-
radius?: BoxDimensions;
|
105
|
-
width?: BoxDimensions;
|
106
|
-
fill?: FillDefinition;
|
107
|
-
}
|
@@ -1,28 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.RadialGradientShapes = exports.ColorTypes = exports.ColorSchemaTypes = void 0;
|
4
|
-
var ColorSchemaTypes;
|
5
|
-
(function (ColorSchemaTypes) {
|
6
|
-
ColorSchemaTypes["primary"] = "primary";
|
7
|
-
ColorSchemaTypes["secondary"] = "secondary";
|
8
|
-
ColorSchemaTypes["accent1"] = "accent1";
|
9
|
-
ColorSchemaTypes["accent2"] = "accent2";
|
10
|
-
ColorSchemaTypes["accent3"] = "accent3";
|
11
|
-
ColorSchemaTypes["neutral"] = "neutral";
|
12
|
-
ColorSchemaTypes["background"] = "background";
|
13
|
-
ColorSchemaTypes["error"] = "error";
|
14
|
-
ColorSchemaTypes["info"] = "info";
|
15
|
-
ColorSchemaTypes["dynamic"] = "dynamic";
|
16
|
-
})(ColorSchemaTypes || (exports.ColorSchemaTypes = ColorSchemaTypes = {}));
|
17
|
-
var ColorTypes;
|
18
|
-
(function (ColorTypes) {
|
19
|
-
ColorTypes["base"] = "base";
|
20
|
-
ColorTypes["onBase"] = "onBase";
|
21
|
-
ColorTypes["container"] = "container";
|
22
|
-
ColorTypes["onContainer"] = "onContainer";
|
23
|
-
})(ColorTypes || (exports.ColorTypes = ColorTypes = {}));
|
24
|
-
var RadialGradientShapes;
|
25
|
-
(function (RadialGradientShapes) {
|
26
|
-
RadialGradientShapes[RadialGradientShapes["circle"] = 0] = "circle";
|
27
|
-
RadialGradientShapes[RadialGradientShapes["ellipse"] = 1] = "ellipse";
|
28
|
-
})(RadialGradientShapes || (exports.RadialGradientShapes = RadialGradientShapes = {}));
|
@@ -1,59 +0,0 @@
|
|
1
|
-
import { Guid } from "../Guid";
|
2
|
-
export interface TypographyBlueprint {
|
3
|
-
name: string;
|
4
|
-
font?: {
|
5
|
-
id: Guid;
|
6
|
-
family: string;
|
7
|
-
cdn?: string;
|
8
|
-
};
|
9
|
-
title: {
|
10
|
-
xl: TypographyDefinition;
|
11
|
-
l: TypographyDefinition;
|
12
|
-
m: TypographyDefinition;
|
13
|
-
s: TypographyDefinition;
|
14
|
-
xs: TypographyDefinition;
|
15
|
-
};
|
16
|
-
text: {
|
17
|
-
l: TypographyDefinition;
|
18
|
-
m: TypographyDefinition;
|
19
|
-
s: TypographyDefinition;
|
20
|
-
xs: TypographyDefinition;
|
21
|
-
};
|
22
|
-
navigation: {
|
23
|
-
l: TypographyDefinition;
|
24
|
-
m: TypographyDefinition;
|
25
|
-
};
|
26
|
-
link: {
|
27
|
-
m: TypographyDefinition;
|
28
|
-
};
|
29
|
-
}
|
30
|
-
export interface TypographyDefinition {
|
31
|
-
decoration?: string;
|
32
|
-
lg: TypographyTypeBreakPoint;
|
33
|
-
md?: TypographyTypeBreakPoint;
|
34
|
-
sm?: TypographyTypeBreakPoint;
|
35
|
-
}
|
36
|
-
export interface TypographyTypeBreakPoint {
|
37
|
-
weight: number;
|
38
|
-
size: number;
|
39
|
-
lineHeight: number;
|
40
|
-
}
|
41
|
-
export type TypographyType = keyof typeof TypographyTypes;
|
42
|
-
export declare enum TypographyTypes {
|
43
|
-
title = "title",
|
44
|
-
text = "text",
|
45
|
-
navigation = "navigation"
|
46
|
-
}
|
47
|
-
export interface ThemedTypographyValue {
|
48
|
-
type: TypographyType;
|
49
|
-
size: TypographySize;
|
50
|
-
}
|
51
|
-
export type TypographyValue = TypographyDefinition | ThemedTypographyValue;
|
52
|
-
export type TypographySize = keyof typeof TypographySizes;
|
53
|
-
export declare enum TypographySizes {
|
54
|
-
xl = "xl",
|
55
|
-
l = "l",
|
56
|
-
m = "m",
|
57
|
-
s = "s",
|
58
|
-
xs = "xs"
|
59
|
-
}
|
@@ -1,17 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.TypographySizes = exports.TypographyTypes = void 0;
|
4
|
-
var TypographyTypes;
|
5
|
-
(function (TypographyTypes) {
|
6
|
-
TypographyTypes["title"] = "title";
|
7
|
-
TypographyTypes["text"] = "text";
|
8
|
-
TypographyTypes["navigation"] = "navigation";
|
9
|
-
})(TypographyTypes || (exports.TypographyTypes = TypographyTypes = {}));
|
10
|
-
var TypographySizes;
|
11
|
-
(function (TypographySizes) {
|
12
|
-
TypographySizes["xl"] = "xl";
|
13
|
-
TypographySizes["l"] = "l";
|
14
|
-
TypographySizes["m"] = "m";
|
15
|
-
TypographySizes["s"] = "s";
|
16
|
-
TypographySizes["xs"] = "xs";
|
17
|
-
})(TypographySizes || (exports.TypographySizes = TypographySizes = {}));
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import { ColorDefinition, ColorSchema, ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes } from "./ThemeDefinitionV2";
|
2
|
-
export declare function useThemeMethods(getThemeDefinition: () => any): {
|
3
|
-
colorSchema: (colorSchemaType: ColorSchemaTypes | ColorSchemaType) => ColorSchema;
|
4
|
-
color: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => string;
|
5
|
-
colorDefinition: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => ColorDefinition;
|
6
|
-
complementaryColorType: (colorType: ColorTypes | ColorType) => ColorTypes;
|
7
|
-
complementaryColor: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => string;
|
8
|
-
complementaryColorDefinition: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => ColorDefinition;
|
9
|
-
};
|