@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
@@ -0,0 +1,55 @@
|
|
1
|
+
import { Guid, ThemeDefinitionV2 } from "@omnia/fx-models";
|
2
|
+
export declare const useThemeEditorStore: () => {
|
3
|
+
state: {
|
4
|
+
definition: ThemeDefinitionV2;
|
5
|
+
editMode: boolean;
|
6
|
+
};
|
7
|
+
events: {
|
8
|
+
onMutatedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<ThemeDefinitionV2>;
|
9
|
+
onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
10
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
11
|
+
actions: {
|
12
|
+
onDispatching: {
|
13
|
+
editThemeDefinition: {
|
14
|
+
subscribe(fn: (definition: ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
15
|
+
};
|
16
|
+
addThemeDefinition: {
|
17
|
+
subscribe(fn: (definition: ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
18
|
+
};
|
19
|
+
save: {
|
20
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
21
|
+
};
|
22
|
+
};
|
23
|
+
onDispatched: {
|
24
|
+
editThemeDefinition: {
|
25
|
+
subscribe(fn: (result: void, definition: ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
26
|
+
};
|
27
|
+
addThemeDefinition: {
|
28
|
+
subscribe(fn: (result: void, definition: ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
29
|
+
};
|
30
|
+
save: {
|
31
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
32
|
+
};
|
33
|
+
};
|
34
|
+
onFailure: {
|
35
|
+
editThemeDefinition: {
|
36
|
+
subscribe(fn: (failureReason: any, definition: ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
37
|
+
};
|
38
|
+
addThemeDefinition: {
|
39
|
+
subscribe(fn: (failureReason: any, definition: ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
40
|
+
};
|
41
|
+
save: {
|
42
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
43
|
+
};
|
44
|
+
};
|
45
|
+
} & {
|
46
|
+
editThemeDefinition(definition: ThemeDefinitionV2): void;
|
47
|
+
addThemeDefinition(definition: ThemeDefinitionV2): void;
|
48
|
+
save(): void;
|
49
|
+
};
|
50
|
+
get: {};
|
51
|
+
bladeId: {
|
52
|
+
editBlade: Guid;
|
53
|
+
viewBladeId: Guid;
|
54
|
+
};
|
55
|
+
};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { ThemeDefinitionV2 } from "@omnia/fx-models";
|
2
|
-
import { ThemeDefinitionInstance } from "../../
|
2
|
+
import { ThemeDefinitionInstance } from "../../shared";
|
3
3
|
export declare function useDefaultThemeDefinitions(): {
|
4
4
|
readonly darkKnight: ThemeDefinitionV2;
|
5
5
|
readonly black: ThemeDefinitionV2;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { Guid, TypographyBlueprint, TypographyBlueprints } from "@omnia/fx-models";
|
2
2
|
export declare class DefaultDocTypographyBlueprints implements TypographyBlueprints {
|
3
|
-
|
3
|
+
id: Guid;
|
4
4
|
name: string;
|
5
5
|
primary: DocumentationTypography;
|
6
6
|
constructor();
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { ThemeDefinitionV2 } from "@omnia/fx-models";
|
2
|
-
import { ThemeDefinitionInstance } from "../../
|
2
|
+
import { ThemeDefinitionInstance } from "../../shared";
|
3
3
|
export declare function useDocumentationThemeDefinitions(): {
|
4
4
|
readonly dark: ThemeDefinitionV2;
|
5
5
|
};
|
@@ -0,0 +1 @@
|
|
1
|
+
export { DefaultEditorTypographyBlueprints } from "./themes/BlueprintsTypography";
|
@@ -1,12 +1,13 @@
|
|
1
1
|
import { Guid, TypographyBlueprint, TypographyBlueprints } from "@omnia/fx-models";
|
2
2
|
export declare class DefaultEditorTypographyBlueprints implements TypographyBlueprints {
|
3
|
-
|
3
|
+
id: Guid;
|
4
4
|
name: string;
|
5
5
|
primary: EditorTypography;
|
6
6
|
constructor();
|
7
7
|
}
|
8
8
|
export declare class EditorTypography implements TypographyBlueprint {
|
9
|
-
name:
|
9
|
+
name: string;
|
10
|
+
id: Guid;
|
10
11
|
font: {
|
11
12
|
id: Guid;
|
12
13
|
family: string;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { ThemeDefinitionV2 } from "@omnia/fx-models";
|
2
|
-
import { ThemeDefinitionInstance } from "../../
|
2
|
+
import { ThemeDefinitionInstance } from "../../shared";
|
3
3
|
export declare function useEditorThemeDefinitions(): {
|
4
4
|
readonly dark: ThemeDefinitionV2;
|
5
5
|
readonly light: ThemeDefinitionV2;
|
@@ -1,17 +1,16 @@
|
|
1
|
-
import { ChromeBlueprints, ComponentBlueprints, SpacingBlueprints, TypographyBlueprints } from "@omnia/fx-models";
|
1
|
+
import { ChromeBlueprints, ComponentBlueprints, Guid, SpacingBlueprints, TypographyBlueprints } from "@omnia/fx-models";
|
2
2
|
import { DefaultInnerSpacing, DefaultLayoutSpacing, PreviewInnerSpacing } from "./SpacingBlueprint";
|
3
3
|
import { DefaultTypography, FunkyTypography, PreviewMiniTypography, PreviewTypography } from "./TypographyBlueprints";
|
4
4
|
declare class ChromeBlueprintsTemplate implements ChromeBlueprints {
|
5
|
-
type: "chrome";
|
6
5
|
name: any;
|
6
|
+
id: any;
|
7
7
|
primary: any;
|
8
8
|
variant1: any;
|
9
9
|
variant2: any;
|
10
10
|
variant3: any;
|
11
|
-
constructor();
|
12
11
|
}
|
13
12
|
export declare class DefaultSpacingBlueprintTemplate implements SpacingBlueprints {
|
14
|
-
|
13
|
+
id: Guid;
|
15
14
|
name: string;
|
16
15
|
primary: {
|
17
16
|
layout: DefaultLayoutSpacing;
|
@@ -19,9 +18,9 @@ export declare class DefaultSpacingBlueprintTemplate implements SpacingBlueprint
|
|
19
18
|
};
|
20
19
|
constructor();
|
21
20
|
}
|
22
|
-
export declare class
|
23
|
-
type: "spacing";
|
21
|
+
export declare class PreviewSpacingBlueprintTemplate implements SpacingBlueprints {
|
24
22
|
name: string;
|
23
|
+
id: Guid;
|
25
24
|
primary: {
|
26
25
|
layout: PreviewInnerSpacing;
|
27
26
|
inner: PreviewInnerSpacing;
|
@@ -29,7 +28,7 @@ export declare class PreviewSPacingBlueprintTemplate implements SpacingBlueprint
|
|
29
28
|
constructor();
|
30
29
|
}
|
31
30
|
declare class ComponentBlueprintsTemplate implements ComponentBlueprints {
|
32
|
-
|
31
|
+
id: any;
|
33
32
|
name: any;
|
34
33
|
buttons: {
|
35
34
|
text: {
|
@@ -37,60 +36,69 @@ declare class ComponentBlueprintsTemplate implements ComponentBlueprints {
|
|
37
36
|
basic: any;
|
38
37
|
accent1: any;
|
39
38
|
warn: any;
|
40
|
-
disabled: any;
|
41
39
|
link: any;
|
40
|
+
variant1: any;
|
41
|
+
variant2: any;
|
42
|
+
variant3: any;
|
43
|
+
variant4: any;
|
42
44
|
};
|
43
45
|
icon: {
|
44
46
|
primary: any;
|
45
47
|
basic: any;
|
46
48
|
accent1: any;
|
47
49
|
warn: any;
|
48
|
-
disabled: any;
|
49
50
|
link: any;
|
51
|
+
variant1: any;
|
52
|
+
variant2: any;
|
53
|
+
variant3: any;
|
54
|
+
variant4: any;
|
50
55
|
};
|
51
56
|
};
|
52
|
-
tabs
|
57
|
+
tabs: {
|
53
58
|
primary: any;
|
54
59
|
variant1: any;
|
55
60
|
variant2: any;
|
56
61
|
variant3: any;
|
57
62
|
};
|
58
|
-
|
63
|
+
blocks: ChromeBlueprintsTemplate;
|
64
|
+
constructor(id: Guid, name: string);
|
59
65
|
}
|
60
66
|
export declare class DefaultTypographyBlueprint implements TypographyBlueprints {
|
61
|
-
|
67
|
+
id: Guid;
|
62
68
|
name: string;
|
63
69
|
primary: DefaultTypography;
|
64
70
|
constructor();
|
65
71
|
}
|
66
72
|
export declare class FunkyTypographyBlueprint implements TypographyBlueprints {
|
67
|
-
|
73
|
+
id: Guid;
|
68
74
|
name: string;
|
69
75
|
primary: FunkyTypography;
|
70
76
|
constructor();
|
71
77
|
}
|
72
78
|
export declare class PreviewTypographyBlueprint implements TypographyBlueprints {
|
73
|
-
type: "typography";
|
74
79
|
name: string;
|
75
80
|
primary: PreviewTypography;
|
76
81
|
constructor();
|
82
|
+
id: Guid;
|
77
83
|
}
|
78
84
|
export declare class PreviewMiniTypographyBlueprint implements TypographyBlueprints {
|
79
|
-
type: "typography";
|
80
85
|
name: string;
|
81
86
|
primary: PreviewMiniTypography;
|
82
87
|
constructor();
|
88
|
+
id: Guid;
|
83
89
|
}
|
84
90
|
export declare const BlueprintsTemplates: {
|
85
91
|
chrome: {
|
86
92
|
default: () => ChromeBlueprintsTemplate;
|
87
93
|
};
|
88
94
|
component: {
|
89
|
-
|
95
|
+
variant1: () => ComponentBlueprintsTemplate;
|
96
|
+
variant2: () => ComponentBlueprintsTemplate;
|
97
|
+
variant3: () => ComponentBlueprintsTemplate;
|
90
98
|
};
|
91
99
|
spacing: {
|
92
100
|
default: () => DefaultSpacingBlueprintTemplate;
|
93
|
-
preview: () =>
|
101
|
+
preview: () => PreviewSpacingBlueprintTemplate;
|
94
102
|
};
|
95
103
|
typography: {
|
96
104
|
default: () => DefaultTypographyBlueprint;
|
@@ -1,13 +1,19 @@
|
|
1
|
-
import {
|
2
|
-
export
|
1
|
+
import { ColorSchema, ColorSchemas, ComponentBlueprints, Guid, SpacingBlueprints, ThemeDefinitionV2, TypographyBlueprints } from "@omnia/fx-models";
|
2
|
+
export interface FastLoadingThemeDefinition {
|
3
|
+
typography: TypographyBlueprints;
|
4
|
+
spacing: SpacingBlueprints;
|
5
|
+
components: ComponentBlueprints;
|
6
|
+
}
|
7
|
+
export declare class ThemeDefinitionInstance implements ThemeDefinitionV2, FastLoadingThemeDefinition {
|
3
8
|
id: Guid;
|
4
9
|
colors: ColorSchemas;
|
5
|
-
blueprints: Blueprints[];
|
6
10
|
dark: boolean;
|
7
11
|
name: string;
|
12
|
+
typographyId: Guid;
|
13
|
+
spacingId: Guid;
|
14
|
+
componentId: Guid;
|
8
15
|
typography: TypographyBlueprints;
|
9
16
|
spacing: SpacingBlueprints;
|
10
|
-
chrome: ChromeBlueprints;
|
11
17
|
components: ComponentBlueprints;
|
12
18
|
constructor(colors: {
|
13
19
|
primary: string | ColorSchema;
|
@@ -19,10 +25,11 @@ export declare class ThemeDefinitionInstance implements ThemeDefinitionV2 {
|
|
19
25
|
background: string | ColorSchema;
|
20
26
|
info: string | ColorSchema;
|
21
27
|
error: string | ColorSchema;
|
28
|
+
warning: string | ColorSchema;
|
29
|
+
notification: string | ColorSchema;
|
22
30
|
}, name: string, id: Guid, blueprints: {
|
23
31
|
typography: TypographyBlueprints;
|
24
32
|
spacing: SpacingBlueprints;
|
25
|
-
chrome: ChromeBlueprints;
|
26
33
|
components: ComponentBlueprints;
|
27
34
|
});
|
28
35
|
}
|
@@ -1,7 +1,6 @@
|
|
1
1
|
import { Guid, TypographyBlueprint } from "@omnia/fx-models";
|
2
2
|
export declare class FunkyTypography implements TypographyBlueprint {
|
3
3
|
name: string;
|
4
|
-
type: "typography";
|
5
4
|
font: {
|
6
5
|
id: Guid;
|
7
6
|
family: string;
|
@@ -103,7 +102,6 @@ export declare class FunkyTypography implements TypographyBlueprint {
|
|
103
102
|
}
|
104
103
|
export declare class DefaultTypography implements TypographyBlueprint {
|
105
104
|
name: string;
|
106
|
-
type: "typography";
|
107
105
|
font: {
|
108
106
|
id: Guid;
|
109
107
|
family: string;
|
@@ -205,7 +203,6 @@ export declare class DefaultTypography implements TypographyBlueprint {
|
|
205
203
|
export declare class PreviewTypography implements TypographyBlueprint {
|
206
204
|
id: Guid;
|
207
205
|
name: string;
|
208
|
-
type: "typography";
|
209
206
|
title: {
|
210
207
|
xl: {
|
211
208
|
lg: {
|
@@ -305,7 +302,6 @@ export declare class PreviewTypography implements TypographyBlueprint {
|
|
305
302
|
export declare class PreviewMiniTypography implements TypographyBlueprint {
|
306
303
|
name: string;
|
307
304
|
id: Guid;
|
308
|
-
type: "typography";
|
309
305
|
title: {
|
310
306
|
xl: {
|
311
307
|
lg: {
|
package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/index.d.ts
RENAMED
@@ -1,10 +1,8 @@
|
|
1
|
-
export * from "./Colors";
|
2
1
|
export * from "./ThemeDefinitionInstance";
|
3
|
-
export * from "./
|
4
|
-
export * from "./FillStyleDefinitions";
|
5
|
-
export * from "./BorderStyleDefinitions";
|
2
|
+
export * from "./BlueprintsTemplates";
|
6
3
|
export * from "./ButtonStyleBlueprints";
|
7
|
-
export * from "./TabsStyleBlueprints";
|
8
4
|
export * from "./ChromeStyleBlueprints";
|
9
|
-
export * from "./BlueprintsTemplates";
|
10
5
|
export * from "./SpacingBlueprint";
|
6
|
+
export * from "./TabsStyleBlueprints";
|
7
|
+
export * from "./TypographyBlueprints";
|
8
|
+
export * from "./Colors";
|
@@ -1,137 +1,115 @@
|
|
1
|
-
import { BorderStylingDefinition, ButtonBlueprint, ChromeBlueprint, ChromeBlueprints, ComponentBlueprints, FillDefinition, SpacingBlueprints, SpacingDefinition, TabsBlueprint, TypographyBlueprints } from "@omnia/fx-models";
|
1
|
+
import { BorderStylingDefinition, ButtonBlueprint, ChromeBlueprint, ChromeBlueprints, ComponentBlueprints, FillDefinition, Guid, ITemplateRegistration, IThemeRegistrationApiHandler, SpacingBlueprints, SpacingDefinition, TabsBlueprint, TypographyBlueprints } from "@omnia/fx-models";
|
2
2
|
export declare const useBlueprintTemplatesStore: () => {
|
3
3
|
state: {
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
4
|
+
registrations: IThemeRegistrationApiHandler;
|
5
|
+
fills: ITemplateRegistration<FillDefinition>[];
|
6
|
+
borders: ITemplateRegistration<BorderStylingDefinition>[];
|
7
|
+
buttons: ITemplateRegistration<ButtonBlueprint>[];
|
8
|
+
tabs: ITemplateRegistration<TabsBlueprint>[];
|
9
|
+
chrome: ITemplateRegistration<ChromeBlueprint>[];
|
10
|
+
chromes: ITemplateRegistration<ChromeBlueprints>[];
|
11
|
+
component: ITemplateRegistration<ComponentBlueprints>[];
|
12
|
+
spacings: ITemplateRegistration<SpacingBlueprints>[];
|
13
|
+
spacing: ITemplateRegistration<SpacingDefinition>[];
|
14
|
+
typographies: ITemplateRegistration<TypographyBlueprints>[];
|
14
15
|
};
|
15
16
|
events: {
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
17
|
+
onMutatedRegistrations: import("@omnia/fx").MessageBusExposeOnlySubscription<IThemeRegistrationApiHandler>;
|
18
|
+
onMutatedFills: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<FillDefinition>[]>;
|
19
|
+
onMutatedBorders: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<BorderStylingDefinition>[]>;
|
20
|
+
onMutatedButtons: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<ButtonBlueprint>[]>;
|
21
|
+
onMutatedTabs: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<TabsBlueprint>[]>;
|
22
|
+
onMutatedChrome: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<ChromeBlueprint>[]>;
|
23
|
+
onMutatedChromes: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<ChromeBlueprints>[]>;
|
24
|
+
onMutatedComponent: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<ComponentBlueprints>[]>;
|
25
|
+
onMutatedSpacings: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<SpacingBlueprints>[]>;
|
26
|
+
onMutatedSpacing: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<SpacingDefinition>[]>;
|
27
|
+
onMutatedTypographies: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<TypographyBlueprints>[]>;
|
26
28
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
27
29
|
actions: {
|
28
30
|
onDispatching: {
|
29
|
-
addSpacingDefinition: {
|
30
|
-
subscribe(fn: (spacing: SpacingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
31
|
-
};
|
32
31
|
addSpacingBlueprints: {
|
33
|
-
subscribe(fn: (spacing: SpacingBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
34
|
-
};
|
35
|
-
addFillDefinition: {
|
36
|
-
subscribe(fn: (fill: FillDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
32
|
+
subscribe(fn: (spacing: ITemplateRegistration<SpacingBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
37
33
|
};
|
38
|
-
|
39
|
-
subscribe(fn: (
|
34
|
+
upsertButtonBlueprint: {
|
35
|
+
subscribe(fn: (blueprint: ITemplateRegistration<ButtonBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
40
36
|
};
|
41
|
-
|
42
|
-
subscribe(fn: (
|
37
|
+
deleteButtonBlueprint: {
|
38
|
+
subscribe(fn: (registrationId: Guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
43
39
|
};
|
44
40
|
addTabsBlueprint: {
|
45
|
-
subscribe(fn: (blueprint: TabsBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
41
|
+
subscribe(fn: (blueprint: ITemplateRegistration<TabsBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
46
42
|
};
|
47
43
|
addChromeBlueprint: {
|
48
|
-
subscribe(fn: (blueprint: ChromeBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
49
|
-
};
|
50
|
-
addChromeBlueprints: {
|
51
|
-
subscribe(fn: (blueprint: ChromeBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
44
|
+
subscribe(fn: (blueprint: ITemplateRegistration<ChromeBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
52
45
|
};
|
53
46
|
addComponentBlueprints: {
|
54
|
-
subscribe(fn: (blueprint: ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
47
|
+
subscribe(fn: (blueprint: ITemplateRegistration<ComponentBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
55
48
|
};
|
56
49
|
addTypographyBlueprints: {
|
57
|
-
subscribe(fn: (blueprints: TypographyBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
50
|
+
subscribe(fn: (blueprints: ITemplateRegistration<TypographyBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
58
51
|
};
|
59
52
|
};
|
60
53
|
onDispatched: {
|
61
|
-
addSpacingDefinition: {
|
62
|
-
subscribe(fn: (result: void, spacing: SpacingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
63
|
-
};
|
64
54
|
addSpacingBlueprints: {
|
65
|
-
subscribe(fn: (result: void, spacing: SpacingBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
66
|
-
};
|
67
|
-
addFillDefinition: {
|
68
|
-
subscribe(fn: (result: void, fill: FillDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
55
|
+
subscribe(fn: (result: void, spacing: ITemplateRegistration<SpacingBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
69
56
|
};
|
70
|
-
|
71
|
-
subscribe(fn: (result: void,
|
57
|
+
upsertButtonBlueprint: {
|
58
|
+
subscribe(fn: (result: void, blueprint: ITemplateRegistration<ButtonBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
72
59
|
};
|
73
|
-
|
74
|
-
subscribe(fn: (result: void,
|
60
|
+
deleteButtonBlueprint: {
|
61
|
+
subscribe(fn: (result: void, registrationId: Guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
75
62
|
};
|
76
63
|
addTabsBlueprint: {
|
77
|
-
subscribe(fn: (result: void, blueprint: TabsBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
64
|
+
subscribe(fn: (result: void, blueprint: ITemplateRegistration<TabsBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
78
65
|
};
|
79
66
|
addChromeBlueprint: {
|
80
|
-
subscribe(fn: (result: void, blueprint: ChromeBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
81
|
-
};
|
82
|
-
addChromeBlueprints: {
|
83
|
-
subscribe(fn: (result: void, blueprint: ChromeBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
67
|
+
subscribe(fn: (result: void, blueprint: ITemplateRegistration<ChromeBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
84
68
|
};
|
85
69
|
addComponentBlueprints: {
|
86
|
-
subscribe(fn: (result: void, blueprint: ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
70
|
+
subscribe(fn: (result: void, blueprint: ITemplateRegistration<ComponentBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
87
71
|
};
|
88
72
|
addTypographyBlueprints: {
|
89
|
-
subscribe(fn: (result: void, blueprints: TypographyBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
73
|
+
subscribe(fn: (result: void, blueprints: ITemplateRegistration<TypographyBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
90
74
|
};
|
91
75
|
};
|
92
76
|
onFailure: {
|
93
|
-
addSpacingDefinition: {
|
94
|
-
subscribe(fn: (failureReason: any, spacing: SpacingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
95
|
-
};
|
96
77
|
addSpacingBlueprints: {
|
97
|
-
subscribe(fn: (failureReason: any, spacing: SpacingBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
98
|
-
};
|
99
|
-
addFillDefinition: {
|
100
|
-
subscribe(fn: (failureReason: any, fill: FillDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
78
|
+
subscribe(fn: (failureReason: any, spacing: ITemplateRegistration<SpacingBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
101
79
|
};
|
102
|
-
|
103
|
-
subscribe(fn: (failureReason: any,
|
80
|
+
upsertButtonBlueprint: {
|
81
|
+
subscribe(fn: (failureReason: any, blueprint: ITemplateRegistration<ButtonBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
104
82
|
};
|
105
|
-
|
106
|
-
subscribe(fn: (failureReason: any,
|
83
|
+
deleteButtonBlueprint: {
|
84
|
+
subscribe(fn: (failureReason: any, registrationId: Guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
107
85
|
};
|
108
86
|
addTabsBlueprint: {
|
109
|
-
subscribe(fn: (failureReason: any, blueprint: TabsBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
87
|
+
subscribe(fn: (failureReason: any, blueprint: ITemplateRegistration<TabsBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
110
88
|
};
|
111
89
|
addChromeBlueprint: {
|
112
|
-
subscribe(fn: (failureReason: any, blueprint: ChromeBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
113
|
-
};
|
114
|
-
addChromeBlueprints: {
|
115
|
-
subscribe(fn: (failureReason: any, blueprint: ChromeBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
90
|
+
subscribe(fn: (failureReason: any, blueprint: ITemplateRegistration<ChromeBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
116
91
|
};
|
117
92
|
addComponentBlueprints: {
|
118
|
-
subscribe(fn: (failureReason: any, blueprint: ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
93
|
+
subscribe(fn: (failureReason: any, blueprint: ITemplateRegistration<ComponentBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
119
94
|
};
|
120
95
|
addTypographyBlueprints: {
|
121
|
-
subscribe(fn: (failureReason: any, blueprints: TypographyBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
96
|
+
subscribe(fn: (failureReason: any, blueprints: ITemplateRegistration<TypographyBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
122
97
|
};
|
123
98
|
};
|
124
99
|
} & {
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
100
|
+
addSpacingBlueprints(spacing: ITemplateRegistration<SpacingBlueprints>): void;
|
101
|
+
upsertButtonBlueprint(blueprint: ITemplateRegistration<ButtonBlueprint>): void;
|
102
|
+
deleteButtonBlueprint(registrationId: Guid): void;
|
103
|
+
addTabsBlueprint(blueprint: ITemplateRegistration<TabsBlueprint>): void;
|
104
|
+
addChromeBlueprint(blueprint: ITemplateRegistration<ChromeBlueprint>): void;
|
105
|
+
addComponentBlueprints(blueprint: ITemplateRegistration<ComponentBlueprints>): void;
|
106
|
+
addTypographyBlueprints(blueprints: ITemplateRegistration<TypographyBlueprints>): void;
|
107
|
+
};
|
108
|
+
get: {
|
109
|
+
byId: {
|
110
|
+
componentBlueprints(id: Guid): ComponentBlueprints;
|
111
|
+
spacingBlueprints(id: Guid): SpacingBlueprints;
|
112
|
+
typopgraphyBlueprints(id: Guid): TypographyBlueprints;
|
113
|
+
};
|
135
114
|
};
|
136
|
-
get: {};
|
137
115
|
};
|