File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
builder-2d/widgets/MyWidget
builder-3d/widgets/MyWidget Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- // jIMU (WAB) imports:
1+ // JIMU (WAB) imports:
22
33/// <amd-dependency path="jimu/BaseWidget" name="BaseWidget" />
44declare var BaseWidget : any ; // there is no ts definition of BaseWidget (yet!)
55
66// declareDecorator - to enable us to export this module with Dojo's "declare()" syntax so WAB can load it:
77import declare from './support/declareDecorator' ;
88
9- // esri imports:
9+ // Esri imports:
1010import FeatureLayer from 'esri/layers/FeatureLayer' ;
1111import EsriMap from 'esri/map' ;
1212import FeatureSet from 'esri/tasks/FeatureSet' ;
Original file line number Diff line number Diff line change 55 "3D" : true ,
66 "platform" : " HTML3D" ,
77 "version" : " 1.0" ,
8- "wabVersion" : " 2.6 " ,
9- "author" : " " ,
10- "description" : " A custom Web AppBuilder widget ." ,
8+ "wabVersion" : " 2.9 " ,
9+ "author" : " Gavin Rehkemper " ,
10+ "description" : " Demo widget for TS ." ,
1111 "copyright" : " " ,
12- "license" : " ISC " ,
12+ "license" : " " ,
1313 "properties" : {
1414 "inPanel" : true ,
1515 "hasLocale" : true ,
You can’t perform that action at this time.
0 commit comments