syncfusion library

This commit is contained in:
jojo aquino 2025-04-05 07:42:31 +01:00
parent 8f149a3968
commit 1d29b6ef4d
8 changed files with 5394 additions and 1 deletions

View File

@ -23,6 +23,7 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.3" />
<PackageReference Include="Syncfusion.DocIO.Net.Core" Version="28.2.12" />
<PackageReference Include="Syncfusion.EJ2.AspNet.Core" Version="28.2.12" />
<PackageReference Include="Syncfusion.EJ2.PdfViewer.AspNet.Core" Version="28.2.12" />
<PackageReference Include="Syncfusion.Licensing" Version="28.2.12" />
<PackageReference Include="System.Text.Json" Version="9.0.1" />

View File

@ -5,4 +5,5 @@
@using EnotaryoPH.Web.Pages.Shared.Components.TakeSelfieImage
@namespace EnotaryoPH.Web.Pages
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@addTagHelper *, EnotaryoPH
@addTagHelper *, EnotaryoPH
@addTagHelper *, Syncfusion.EJ2

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,100 @@
/**
* ej2 source
*/
import * as _treemap from '../treemap';
import * as _treegrid from '../treegrid';
import * as _svgbase from '../svg-base';
import * as _spreadsheet from '../spreadsheet';
import * as _splitbuttons from '../splitbuttons';
import * as _schedule from '../schedule';
import * as _richtexteditor from '../richtexteditor';
import * as _ribbon from '../ribbon';
import * as _querybuilder from '../querybuilder';
import * as _progressbar from '../progressbar';
import * as _popups from '../popups';
import * as _pivotview from '../pivotview';
import * as _pdfviewer from '../pdfviewer';
import * as _pdf from '../pdf';
import * as _pdfexport from '../pdf-export';
import * as _officechart from '../office-chart';
import * as _notifications from '../notifications';
import * as _navigations from '../navigations';
import * as _multicolumncombobox from '../multicolumn-combobox';
import * as _maps from '../maps';
import * as _lists from '../lists';
import * as _lineargauge from '../lineargauge';
import * as _layouts from '../layouts';
import * as _kanban from '../kanban';
import * as _interactivechat from '../interactive-chat';
import * as _inputs from '../inputs';
import * as _inplaceeditor from '../inplace-editor';
import * as _index from '../index';
import * as _imageeditor from '../image-editor';
import * as _heatmap from '../heatmap';
import * as _grids from '../grids';
import * as _gantt from '../gantt';
import * as _filemanager from '../filemanager';
import * as _fileutils from '../file-utils';
import * as _excelexport from '../excel-export';
import * as _dropdowns from '../dropdowns';
import * as _drawings from '../drawings';
import * as _documenteditor from '../documenteditor';
import * as _diagrams from '../diagrams';
import * as _data from '../data';
import * as _compression from '../compression';
import * as _circulargauge from '../circulargauge';
import * as _charts from '../charts';
import * as _calendars from '../calendars';
import * as _buttons from '../buttons';
import * as _base from '../base';
import * as _barcodegenerator from '../barcode-generator';
export declare namespace ej {
const treemap: typeof _treemap;
const treegrid: typeof _treegrid;
const svgbase: typeof _svgbase;
const spreadsheet: typeof _spreadsheet;
const splitbuttons: typeof _splitbuttons;
const schedule: typeof _schedule;
const richtexteditor: typeof _richtexteditor;
const ribbon: typeof _ribbon;
const querybuilder: typeof _querybuilder;
const progressbar: typeof _progressbar;
const popups: typeof _popups;
const pivotview: typeof _pivotview;
const pdfviewer: typeof _pdfviewer;
const pdf: typeof _pdf;
const pdfexport: typeof _pdfexport;
const officechart: typeof _officechart;
const notifications: typeof _notifications;
const navigations: typeof _navigations;
const multicolumncombobox: typeof _multicolumncombobox;
const maps: typeof _maps;
const lists: typeof _lists;
const lineargauge: typeof _lineargauge;
const layouts: typeof _layouts;
const kanban: typeof _kanban;
const interactivechat: typeof _interactivechat;
const inputs: typeof _inputs;
const inplaceeditor: typeof _inplaceeditor;
const index: typeof _index;
const imageeditor: typeof _imageeditor;
const heatmap: typeof _heatmap;
const grids: typeof _grids;
const gantt: typeof _gantt;
const filemanager: typeof _filemanager;
const fileutils: typeof _fileutils;
const excelexport: typeof _excelexport;
const dropdowns: typeof _dropdowns;
const drawings: typeof _drawings;
const documenteditor: typeof _documenteditor;
const diagrams: typeof _diagrams;
const data: typeof _data;
const compression: typeof _compression;
const circulargauge: typeof _circulargauge;
const charts: typeof _charts;
const calendars: typeof _calendars;
const buttons: typeof _buttons;
const base: typeof _base;
const barcodegenerator: typeof _barcodegenerator;
}

File diff suppressed because one or more lines are too long