Skip to content

Commit

Permalink
feat: Update for 3.43
Browse files Browse the repository at this point in the history
  • Loading branch information
odoe committed Mar 17, 2023
1 parent dd6f2aa commit 6921749
Show file tree
Hide file tree
Showing 4,657 changed files with 5,123 additions and 4,821 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion ArcadeExpression.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Color.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
//
// email: contracts@esri.com
//
// See http://js.arcgis.com/3.42/esri/copyright.txt for details.
// See http://js.arcgis.com/3.43/esri/copyright.txt for details.

define(["dojo/_base/declare","dojo/_base/Color","dojo/has","./kernel"],(function(o,r,e,n){var a=o([r],{declaredClass:"esri.Color"});a.toJsonColor=function(o){return o&&[o.r,o.g,o.b,o.a>1?o.a:Math.round(255*o.a)]},a.toDojoColor=function(o){return o&&new a([o[0],o[1],o[2],o[3]/255])};var l,t=["named","blendColors","fromRgb","fromHex","fromArray","fromString"];for(l=0;l<t.length;l++)a[t[l]]=r[t[l]];return e("extend-esri")&&(n.Color=a),a}));
2 changes: 1 addition & 1 deletion Credential.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
//
// email: contracts@esri.com
//
// See http://js.arcgis.com/3.42/esri/copyright.txt for details.
// See http://js.arcgis.com/3.43/esri/copyright.txt for details.

define(["dojo/_base/declare","dojo/has","./kernel","./IdentityManagerBase"],(function(e,n,a,r){var d=e(r.Credential,{});return n("extend-esri")&&(a.Credential=d),d}));
Binary file removed EULA.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion Evented.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion IdentityManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
//
// email: contracts@esri.com
//
// See http://js.arcgis.com/3.42/esri/copyright.txt for details.
// See http://js.arcgis.com/3.43/esri/copyright.txt for details.

define(["./IdentityManagerDialog","./kernel","./OAuthSignInHandler","dojo/_base/declare"],(function(e,n,i,a){var d=new e;return n.id=a.safeMixin(d,i),n.id}));
4 changes: 2 additions & 2 deletions IdentityManagerBase.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion IdentityManagerDialog.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ImageSpatialReference.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
//
// email: contracts@esri.com
//
// See http://js.arcgis.com/3.42/esri/copyright.txt for details.
// See http://js.arcgis.com/3.43/esri/copyright.txt for details.

define(["dojo/_base/declare","dojo/_base/lang","dojo/has","./kernel","./lang","./SpatialReference"],(function(i,s,n,e,c,t){var r=i(t,{declaredClass:"esri.ImageSpatialReference",constructor:function(i){i&&s.isObject(i)&&s.mixin(this,i)},icsid:null,icsns:null,ics:null,_isWebMercator:function(){return!1},_isWrappable:function(){return!1},equals:function(i){var s=!1;return i&&(this.icsid&&i.icsid?(s=this.icsid===i.icsid,(this.icsns||i.icsns)&&(s=s&&this.icsns===i.icsns)):this.ics&&i.ics&&(s=this.ics===i.ics)),s},toJson:function(i){var s=null,n=c.isDefined;return i=!n(i)||i,n(this.icsid)?(s={icsid:this.icsid},n(this.icsns)&&(s.icsns=this.icsns)):n(this.ics)&&(s={ics:this.ics}),n(this.url)&&n(s)&&i&&(s.url=this.url),s}});return n("extend-esri")&&(e.ImageSpatialReference=r),r}));
2 changes: 1 addition & 1 deletion InfoTemplate.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
//
// email: contracts@esri.com
//
// See http://js.arcgis.com/3.42/esri/copyright.txt for details.
// See http://js.arcgis.com/3.43/esri/copyright.txt for details.

define(["dojo/_base/declare","dojo/_base/lang","dojo/has","./kernel","./lang"],(function(t,n,e,i,o){var s=t(null,{declaredClass:"esri.InfoTemplate",constructor:function(t,e){t&&n.isObject(t)&&!n.isFunction(t)?n.mixin(this,t):(this.title=t||"${*}",this.content=e||"${*}")},setTitle:function(t){return this.title=t,this},setContent:function(t){return this.content=t,this},toJson:function(){return o.fixJson({title:this.title,content:this.content})}});return e("extend-esri")&&(i.InfoTemplate=s),s}));
2 changes: 1 addition & 1 deletion InfoWindowBase.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion MapNavigationManager.js

Large diffs are not rendered by default.

Loading

0 comments on commit 6921749

Please sign in to comment.