This pull request includes changes to the widget manager module and updates to the build configurations. The most important changes include modifying the TitleView and WidgetView components to use a new ElementIcon type for icons, and updating the build entry points and manifest files.
Additional info
This pull request includes changes to the widget manager module and updates to the build configurations. The most important changes include modifying the
TitleView
andWidgetView
components to use a newElementIcon
type for icons, and updating the build entry points and manifest files.Changes to widget manager module:
assets/js/src/core/modules/widget-manager/widget/title/title-view.tsx
: Changed theicon
prop type fromstring
toElementIcon
and updated theIcon
component to spread theicon
object properties.assets/js/src/core/modules/widget-manager/widget/widget-container.tsx
: Addedconfig
andicon
variables to handle the icon configuration and updated theWidgetView
component to use the newicon
object.assets/js/src/core/modules/widget-manager/widget/widget-view.tsx
: Changed theicon
prop type fromstring
toElementIcon
.Updates to build configurations:
public/build/311fdfd3-d98b-4eb5-9c2d-d4719596bf8d/entrypoints.json
: Removed old entry points.public/build/681e8d6c-76e8-4db0-a3b7-34a94b0dd3fb/entrypoints.json
: Added new entry points for thevendor
bundle.public/build/681e8d6c-76e8-4db0-a3b7-34a94b0dd3fb/manifest.json
: Added new manifest entries for thevendor
bundle.public/build/c1174585-8650-4d8e-9841-d89d39915bad/entrypoints.json
: Removed old entry points for thecore-dll
bundle.public/build/e4b503c2-7aef-478c-896a-7c8d79ab0ef8/entrypoints.json
: Added new entry points for themain
bundle.public/build/e4b503c2-7aef-478c-896a-7c8d79ab0ef8/manifest.json
: Added new manifest entries for themain
bundle.