Upgraded DevExpress package references in `EnvelopeGenerator.ReceiverUI.csproj` from version 25.2.3 to 25.2.7, including: - `DevExpress.Drawing.Skia` - `DevExpress.Blazor.Reporting.JSBasedControls` - `DevExpress.Blazor.Reporting.Viewer` Added a new package reference for `DevExpress.Blazor.PdfViewer` (version 25.2.7) to enable PDF viewing functionality. Updated `_Imports.razor` to include `@using DevExpress.Blazor.PdfViewer` for PdfViewer component support.
10 lines
358 B
Plaintext
10 lines
358 B
Plaintext
@using System.Net.Http
|
|
@using Microsoft.AspNetCore.Components.Forms
|
|
@using Microsoft.AspNetCore.Components.Routing
|
|
@using Microsoft.AspNetCore.Components.Web
|
|
@using Microsoft.JSInterop
|
|
@using EnvelopeGenerator.ReceiverUI
|
|
@using EnvelopeGenerator.ReceiverUI.Shared
|
|
@using DevExpress.Blazor.Reporting
|
|
@using DevExpress.Blazor.PdfViewer
|
|
@using DevExpress.Blazor |