File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
CS/AspNetCoreCustomItem/wwwroot/js Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- let FunnelD3CustomItem = ( function ( ) {
1
+ window . FunnelD3CustomItem = ( function ( ) {
2
2
const Dashboard = DevExpress . Dashboard ;
3
3
const Designer = DevExpress . Dashboard . Designer ;
4
4
const Model = DevExpress . Dashboard . Model ;
Original file line number Diff line number Diff line change 1
- let GanttCustomItem = ( function ( ) {
1
+ window . GanttCustomItem = ( function ( ) {
2
2
const Dashboard = DevExpress . Dashboard ;
3
3
4
4
const GANTT_EXTENSION_NAME = 'GanttItem' ;
Original file line number Diff line number Diff line change 1
- let TreeViewCustomItem = ( function ( ) {
1
+ window . TreeViewCustomItem = ( function ( ) {
2
2
const Dashboard = DevExpress . Dashboard ;
3
3
const dxTreeView = DevExpress . ui . dxTreeView ;
4
4
Original file line number Diff line number Diff line change 1
- let OnlineMapCustomItem = ( function ( ) {
1
+ window . OnlineMapCustomItem = ( function ( ) {
2
2
const Dashboard = DevExpress . Dashboard ;
3
3
const Model = DevExpress . Dashboard . Model ;
4
4
const Designer = DevExpress . Dashboard . Designer ;
Original file line number Diff line number Diff line change 1
- let ParameterCustomItem = ( function ( ) {
1
+ window . ParameterCustomItem = ( function ( ) {
2
2
const Model = DevExpress . Dashboard . Model ;
3
3
const Designer = DevExpress . Dashboard . Designer ;
4
4
Original file line number Diff line number Diff line change 1
- let PolarChartCustomItem = ( function ( ) {
1
+ window . PolarChartCustomItem = ( function ( ) {
2
2
const Model = DevExpress . Dashboard . Model ;
3
3
const CustomItemViewer = DevExpress . Dashboard . CustomItemViewer ;
4
4
const dxPolarChart = DevExpress . viz . dxPolarChart ;
Original file line number Diff line number Diff line change 1
- let SimpleTableCustomItem = ( function ( ) {
1
+ window . SimpleTableCustomItem = ( function ( ) {
2
2
const CustomItem = DevExpress . Dashboard . Model . CustomItem ;
3
3
const FormItemTemplates = DevExpress . Dashboard . Designer . FormItemTemplates ;
4
4
Original file line number Diff line number Diff line change 1
- let WebPageCustomItem = ( function ( ) {
1
+ window . WebPageCustomItem = ( function ( ) {
2
2
3
3
const WEBPAGE_EXTENSION_NAME = 'WebPage' ;
4
4
You can’t perform that action at this time.
0 commit comments