- Added versionId parameter to API calls in Progress1Input and Progress2Input components to fetch widget data based on selected version.
- Updated Tools component to include versionId when emitting visualization socket events.
- Enhanced Dropped3dWidgets to handle versionId for 3D widget data retrieval and manipulation.
- Modified various chart components (BarGraph, DoughnutGraph, LineGraph, etc.) to include versionId in API requests for fetching widget data.
- Updated template handling functions to support versionId when saving and retrieving templates.
- Refactored get3dWidgetZoneData, getFloatingZoneData, getSelect2dZoneData, and getTemplateData services to accept and utilize versionId in their requests.
- Adjusted useDroppedObjectsStore to accommodate versionId in duplicateObject functionality.
- Ensured consistent versioning integration across all relevant components and services for improved data management.