Skip to content

Commit bdb1c89

Browse files
committed
feat: Update for 3.42
1 parent 6593988 commit bdb1c89

File tree

5,206 files changed

+8960
-8682
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,206 files changed

+8960
-8682
lines changed

ArcadeExpression.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Color.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
//
2121
// email: contracts@esri.com
2222
//
23-
// See http://js.arcgis.com/3.41/esri/copyright.txt for details.
23+
// See http://js.arcgis.com/3.42/esri/copyright.txt for details.
2424

2525
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}));

Credential.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
//
2121
// email: contracts@esri.com
2222
//
23-
// See http://js.arcgis.com/3.41/esri/copyright.txt for details.
23+
// See http://js.arcgis.com/3.42/esri/copyright.txt for details.
2424

2525
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}));

Evented.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

IdentityManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
//
2121
// email: contracts@esri.com
2222
//
23-
// See http://js.arcgis.com/3.41/esri/copyright.txt for details.
23+
// See http://js.arcgis.com/3.42/esri/copyright.txt for details.
2424

2525
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}));

IdentityManagerBase.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

IdentityManagerDialog.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ImageSpatialReference.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
//
2121
// email: contracts@esri.com
2222
//
23-
// See http://js.arcgis.com/3.41/esri/copyright.txt for details.
23+
// See http://js.arcgis.com/3.42/esri/copyright.txt for details.
2424

2525
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}));

InfoTemplate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
//
2121
// email: contracts@esri.com
2222
//
23-
// See http://js.arcgis.com/3.41/esri/copyright.txt for details.
23+
// See http://js.arcgis.com/3.42/esri/copyright.txt for details.
2424

2525
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}));

InfoWindowBase.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)