10000 changed files with 53048 additions and 0 deletions
File diff suppressed because one or more lines are too long
@ -0,0 +1,5 @@ |
|||||||
|
/* |
||||||
|
All material copyright ESRI, All Rights Reserved, unless otherwise specified. |
||||||
|
See https://js.arcgis.com/4.30/esri/copyright.txt for details.
|
||||||
|
*/ |
||||||
|
import{_ as o}from"./chunks/tslib.es6.js";import r from"./CameraLayout.js";import{ClonableMixin as t}from"./core/Clonable.js";import{c as s}from"./chunks/Cyclical.js";import{JSONSupport as e}from"./core/JSONSupport.js";import{c as i}from"./chunks/mathUtils.js";import{property as n}from"./core/accessorSupport/decorators/property.js";import{cast as p}from"./core/accessorSupport/decorators/cast.js";import"./core/lang.js";import{r as m}from"./chunks/reader.js";import{subclass as a}from"./core/accessorSupport/decorators/subclass.js";import{w as c}from"./chunks/writer.js";import{f as l}from"./chunks/ensureType.js";import u from"./geometry/Point.js";import"./chunks/Logger.js";import"./config.js";import"./core/Accessor.js";import"./core/Handles.js";import"./chunks/maybe.js";import"./chunks/metadata.js";import"./chunks/utils.js";import"./chunks/handleUtils.js";import"./chunks/ObservableBase.js";import"./chunks/tracking.js";import"./core/scheduling.js";import"./core/promiseUtils.js";import"./core/Error.js";import"./chunks/vec3.js";import"./chunks/vec3f64.js";import"./chunks/common.js";import"./geometry/Geometry.js";import"./geometry/SpatialReference.js";import"./chunks/unitUtils.js";import"./chunks/jsonMap.js";import"./chunks/assets.js";import"./request.js";import"./kernel.js";import"./core/urlUtils.js";import"./geometry/support/webMercatorUtils.js";let j=class extends(t(e)){constructor(...o){super(...o),this.position=new u([0,0,0]),this.heading=0,this.tilt=0,this.fov=55,this.layout=new r}normalizeCtorArgs(o,r,t,s){if(o&&"object"==typeof o&&("x"in o||Array.isArray(o))){const e={position:o};return null!=r&&(e.heading=r),null!=t&&(e.tilt=t),null!=s&&(e.fov=s),e}return o}writePosition(o,r,t,s){const e=o.clone();e.x=l(o.x||0),e.y=l(o.y||0),e.z=o.hasZ?l(o.z||0):o.z,r[t]=e.write({},s)}readPosition(o,r){const t=new u;return t.read(o,r),t.x=l(t.x||0),t.y=l(t.y||0),t.z=t.hasZ?l(t.z||0):t.z,t}equals(o){return null!=o&&this.tilt===o.tilt&&this.heading===o.heading&&this.fov===o.fov&&this.position.equals(o.position)&&this.layout.equals(o.layout)}};o([n({type:u,json:{write:{isRequired:!0}}})],j.prototype,"position",void 0),o([c("position")],j.prototype,"writePosition",null),o([m("position")],j.prototype,"readPosition",null),o([n({type:Number,nonNullable:!0,json:{write:{isRequired:!0}}}),p((o=>s.normalize(l(o))))],j.prototype,"heading",void 0),o([n({type:Number,nonNullable:!0,json:{write:{isRequired:!0}}}),p((o=>i(l(o),-180,180)))],j.prototype,"tilt",void 0),o([n({type:Number,nonNullable:!0,json:{read:!1,write:!1}})],j.prototype,"fov",void 0),o([n({type:r,nonNullable:!0,json:{read:!1,write:!1}})],j.prototype,"layout",void 0),j=o([a("esri.Camera")],j);const h=j;export{h as default}; |
||||||
@ -0,0 +1,5 @@ |
|||||||
|
/* |
||||||
|
All material copyright ESRI, All Rights Reserved, unless otherwise specified. |
||||||
|
See https://js.arcgis.com/4.30/esri/copyright.txt for details.
|
||||||
|
*/ |
||||||
|
import{_ as o}from"./chunks/tslib.es6.js";import{Clonable as r}from"./core/Clonable.js";import{property as s}from"./core/accessorSupport/decorators/property.js";import"./core/lang.js";import"./chunks/Logger.js";import{subclass as e}from"./core/accessorSupport/decorators/subclass.js";import"./core/Accessor.js";import"./core/Handles.js";import"./chunks/maybe.js";import"./chunks/metadata.js";import"./chunks/utils.js";import"./chunks/handleUtils.js";import"./chunks/ObservableBase.js";import"./chunks/tracking.js";import"./core/scheduling.js";import"./core/promiseUtils.js";import"./core/Error.js";import"./config.js";import"./chunks/ensureType.js";let t=class extends r{constructor(o){super(o),this.row=0,this.column=0,this.rows=1,this.columns=1}equals(o){return null!=o&&this.row===o.row&&this.rows===o.rows&&this.column===o.column&&this.columns===o.columns}};o([s({type:Number,nonNullable:!0,json:{read:!1,write:!1}})],t.prototype,"row",void 0),o([s({type:Number,nonNullable:!0,json:{read:!1,write:!1}})],t.prototype,"column",void 0),o([s({type:Number,nonNullable:!0,json:{read:!1,write:!1}})],t.prototype,"rows",void 0),o([s({type:Number,nonNullable:!0,json:{read:!1,write:!1}})],t.prototype,"columns",void 0),t=o([e("esri.CameraLayout")],t);const i=t;export{i as default}; |
||||||
@ -0,0 +1,5 @@ |
|||||||
|
/* |
||||||
|
All material copyright ESRI, All Rights Reserved, unless otherwise specified. |
||||||
|
See https://js.arcgis.com/4.30/esri/copyright.txt for details.
|
||||||
|
*/ |
||||||
|
import{h as t,i as r,g as s}from"./chunks/colorUtils.js";import{c as i}from"./chunks/mathUtils.js";import{c as n}from"./chunks/ensureType.js";import"./chunks/vec3.js";import"./chunks/vec3f64.js";import"./chunks/common.js";import"./core/lang.js";import"./chunks/Logger.js";import"./config.js";function a(t){return i(n(t),0,255)}function e(t,r,s){return t=Number(t),isNaN(t)?s:t<r?r:t>s?s:t}function o(t,r){const s=t.toString(16).padStart(2,"0");return r?s.substring(0,1):s}class h{static blendColors(t,r,s,i=new h){return i.r=Math.round(t.r+(r.r-t.r)*s),i.g=Math.round(t.g+(r.g-t.g)*s),i.b=Math.round(t.b+(r.b-t.b)*s),i.a=t.a+(r.a-t.a)*s,i._sanitize()}static fromRgb(r,s){const i=r.toLowerCase().match(/^(rgba?|hsla?)\(([\s.\-,%0-9]+)\)/);if(i){const r=i[2].split(/\s*,\s*/),n=i[1];if("rgb"===n&&3===r.length||"rgba"===n&&4===r.length){const t=r[0];if("%"===t.charAt(t.length-1)){const t=r.map((t=>2.56*parseFloat(t)));return 4===r.length&&(t[3]=parseFloat(r[3])),h.fromArray(t,s)}return h.fromArray(r.map((t=>parseFloat(t))),s)}if("hsl"===n&&3===r.length||"hsla"===n&&4===r.length)return h.fromArray(t(parseFloat(r[0]),parseFloat(r[1])/100,parseFloat(r[2])/100,parseFloat(r[3])),s)}return null}static fromHex(t,r=new h){if("#"!==t[0]||isNaN(Number(`0x${t.substring(1)}`)))return null;switch(t.length){case 4:case 5:{const s=parseInt(t.substring(1,2),16),i=parseInt(t.substring(2,3),16),n=parseInt(t.substring(3,4),16),a=5===t.length?15:parseInt(t.substring(4),16);return h.fromArray([s+16*s,i+16*i,n+16*n,(a+16*a)/255],r)}case 7:case 9:{const s=parseInt(t.substring(1,3),16),i=parseInt(t.substring(3,5),16),n=parseInt(t.substring(5,7),16),a=7===t.length?255:parseInt(t.substring(7),16);return h.fromArray([s,i,n,a/255],r)}default:return null}}static fromArray(t,r=new h){return r._set(Number(t[0]),Number(t[1]),Number(t[2]),Number(t[3])),isNaN(r.a)&&(r.a=1),r._sanitize()}static fromString(t,i){const n=r(t)?s(t):null;return n&&h.fromArray(n,i)||h.fromRgb(t,i)||h.fromHex(t,i)}static fromJSON(t){return null!=t?new h([t[0],t[1],t[2],(t[3]??255)/255]):void 0}static toUnitRGB(t){return null!=t?[t.r/255,t.g/255,t.b/255]:null}static toUnitRGBA(t){return null!=t?[t.r/255,t.g/255,t.b/255,null!=t.a?t.a:1]:null}constructor(t){this.r=255,this.g=255,this.b=255,this.a=1,t&&this.setColor(t)}get isBright(){return.299*this.r+.587*this.g+.114*this.b>=127}setColor(t){return"string"==typeof t?h.fromString(t,this):Array.isArray(t)?h.fromArray(t,this):(this._set(t.r??0,t.g??0,t.b??0,t.a??1),t instanceof h||this._sanitize()),this}toRgb(){return[this.r,this.g,this.b]}toRgba(){return[this.r,this.g,this.b,this.a]}toHex(t){const r=t?.capitalize??!1,s=t?.digits??6,i=3===s||4===s,n=4===s||8===s,a=`#${o(this.r,i)}${o(this.g,i)}${o(this.b,i)}${n?o(Math.round(255*this.a),i):""}`;return r?a.toUpperCase():a}toCss(t=!1){const r=this.r+", "+this.g+", "+this.b;return t?`rgba(${r}, ${this.a})`:`rgb(${r})`}toString(){return this.toCss(!0)}toJSON(){return this.toArray()}toArray(t=h.AlphaMode.ALWAYS){const r=a(this.r),s=a(this.g),i=a(this.b);return t===h.AlphaMode.ALWAYS||1!==this.a?[r,s,i,a(255*this.a)]:[r,s,i]}clone(){return new h(this.toRgba())}hash(){return this.r<<24|this.g<<16|this.b<<8|255*this.a}equals(t){return null!=t&&t.r===this.r&&t.g===this.g&&t.b===this.b&&t.a===this.a}_sanitize(){return this.r=Math.round(e(this.r,0,255)),this.g=Math.round(e(this.g,0,255)),this.b=Math.round(e(this.b,0,255)),this.a=e(this.a,0,1),this}_set(t,r,s,i){this.r=t,this.g=r,this.b=s,this.a=i}}h.prototype.declaredClass="esri.Color",function(t){var r;(r=t.AlphaMode||(t.AlphaMode={}))[r.ALWAYS=0]="ALWAYS",r[r.UNLESS_OPAQUE=1]="UNLESS_OPAQUE"}(h||(h={}));const u=h;export{u as default}; |
||||||
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 one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1,5 @@ |
|||||||
|
/* |
||||||
|
All material copyright ESRI, All Rights Reserved, unless otherwise specified. |
||||||
|
See https://js.arcgis.com/4.30/esri/copyright.txt for details.
|
||||||
|
*/ |
||||||
|
import{_ as t}from"./chunks/tslib.es6.js";import{JSONSupport as e}from"./core/JSONSupport.js";import{t as r,o as s}from"./chunks/timeUtils.js";import{property as n}from"./core/accessorSupport/decorators/property.js";import"./core/lang.js";import"./chunks/Logger.js";import{r as i}from"./chunks/reader.js";import{subclass as l}from"./core/accessorSupport/decorators/subclass.js";import{w as o}from"./chunks/writer.js";import{s as a}from"./chunks/timeZoneUtils.js";import"./core/Accessor.js";import"./core/Handles.js";import"./chunks/maybe.js";import"./chunks/metadata.js";import"./chunks/utils.js";import"./chunks/handleUtils.js";import"./chunks/ObservableBase.js";import"./chunks/tracking.js";import"./core/scheduling.js";import"./core/promiseUtils.js";import"./core/Error.js";import"./config.js";import"./chunks/date.js";import"./chunks/jsonMap.js";import"./chunks/locale.js";import"./chunks/datetime.js";import"./chunks/ensureType.js";var u;let m=u=class extends e{static get allTime(){return p}static get empty(){return c}static fromArray(t){return new u({start:null!=t[0]?new Date(t[0]):t[0],end:null!=t[1]?new Date(t[1]):t[1]})}constructor(t){super(t),this.end=null,this.start=null}readEnd(t,e){return null!=e.end?new Date(e.end):null}writeEnd(t,e){e.end=t?.getTime()??null}get isAllTime(){return this.equals(u.allTime)}get isEmpty(){return this.equals(u.empty)}readStart(t,e){return null!=e.start?new Date(e.start):null}writeStart(t,e){e.start=t?.getTime()??null}clone(){return new u({end:this.end,start:this.start})}equals(t){if(!t)return!1;const e=this.start?.getTime()??this.start,r=this.end?.getTime()??this.end,s=t.start?.getTime()??t.start,n=t.end?.getTime()??t.end;return e===s&&r===n}expandTo(t,e=a){if(this.isEmpty||this.isAllTime)return this.clone();let n=this.start;n&&(n=r(n,t,e));let i=this.end;if(i){const n=r(i,t,e);i=i.getTime()===n.getTime()?n:s(n,1,t,e)}return new u({start:n,end:i})}intersection(t){if(!t)return this.clone();if(this.isEmpty||t.isEmpty)return u.empty;if(this.isAllTime)return t.clone();if(t.isAllTime)return this.clone();const e=this.start?.getTime()??-1/0,r=this.end?.getTime()??1/0,s=t.start?.getTime()??-1/0,n=t.end?.getTime()??1/0;let i,l;return s>=e&&s<=r?i=s:e>=s&&e<=n&&(i=e),r>=s&&r<=n?l=r:n>=e&&n<=r&&(l=n),null==i||null==l||isNaN(i)||isNaN(l)?u.empty:new u({start:i===-1/0?null:new Date(i),end:l===1/0?null:new Date(l)})}offset(t,e,r=a){if(this.isEmpty||this.isAllTime)return this.clone();const n=new u,{start:i,end:l}=this;return null!=i&&(n.start=s(i,t,e,r)),null!=l&&(n.end=s(l,t,e,r)),n}toArray(){return this.isEmpty?[void 0,void 0]:[this.start?.getTime()??null,this.end?.getTime()??null]}union(t){if(!t||t.isEmpty)return this.clone();if(this.isEmpty)return t.clone();if(this.isAllTime||t.isAllTime)return p.clone();const e=null!=this.start&&null!=t.start?new Date(Math.min(this.start.getTime(),t.start.getTime())):null,r=null!=this.end&&null!=t.end?new Date(Math.max(this.end.getTime(),t.end.getTime())):null;return new u({start:e,end:r})}};t([n({type:Date,json:{write:{allowNull:!0}}})],m.prototype,"end",void 0),t([i("end")],m.prototype,"readEnd",null),t([o("end")],m.prototype,"writeEnd",null),t([n({readOnly:!0,json:{read:!1}})],m.prototype,"isAllTime",null),t([n({readOnly:!0,json:{read:!1}})],m.prototype,"isEmpty",null),t([n({type:Date,json:{write:{allowNull:!0}}})],m.prototype,"start",void 0),t([i("start")],m.prototype,"readStart",null),t([o("start")],m.prototype,"writeStart",null),m=u=t([l("esri.TimeExtent")],m);const p=new m,c=new m({start:void 0,end:void 0}),d=m;export{d as default}; |
||||||
@ -0,0 +1,5 @@ |
|||||||
|
/* |
||||||
|
All material copyright ESRI, All Rights Reserved, unless otherwise specified. |
||||||
|
See https://js.arcgis.com/4.30/esri/copyright.txt for details.
|
||||||
|
*/ |
||||||
|
import{_ as s}from"./chunks/tslib.es6.js";import{ClonableMixin as e}from"./core/Clonable.js";import{JSONSupport as i}from"./core/JSONSupport.js";import{c as r}from"./chunks/timeUtils.js";import{property as o}from"./core/accessorSupport/decorators/property.js";import"./core/lang.js";import"./chunks/Logger.js";import{e as t}from"./chunks/enumeration.js";import{subclass as n}from"./core/accessorSupport/decorators/subclass.js";import{s as m}from"./chunks/jsonMap.js";import"./core/Accessor.js";import"./core/Handles.js";import"./chunks/maybe.js";import"./chunks/metadata.js";import"./chunks/utils.js";import"./chunks/handleUtils.js";import"./chunks/ObservableBase.js";import"./chunks/tracking.js";import"./core/scheduling.js";import"./core/promiseUtils.js";import"./core/Error.js";import"./config.js";import"./chunks/ensureType.js";import"./chunks/date.js";import"./chunks/locale.js";import"./chunks/timeZoneUtils.js";import"./chunks/datetime.js";const c=m()({esriTimeUnitsMilliseconds:"milliseconds",esriTimeUnitsSeconds:"seconds",esriTimeUnitsMinutes:"minutes",esriTimeUnitsHours:"hours",esriTimeUnitsDays:"days",esriTimeUnitsWeeks:"weeks",esriTimeUnitsMonths:"months",esriTimeUnitsYears:"years",esriTimeUnitsDecades:"decades",esriTimeUnitsCenturies:"centuries",esriTimeUnitsUnknown:void 0});let p=class extends(e(i)){constructor(s){super(s),this.unit="milliseconds",this.value=0}toMilliseconds(){return r(this.value,this.unit,"milliseconds")}};s([t(c,{nonNullable:!0})],p.prototype,"unit",void 0),s([o({type:Number,json:{write:!0},nonNullable:!0})],p.prototype,"value",void 0),p=s([n("esri.TimeInterval")],p);const u=p;export{u as default,c as t}; |
||||||
@ -0,0 +1,5 @@ |
|||||||
|
/* |
||||||
|
All material copyright ESRI, All Rights Reserved, unless otherwise specified. |
||||||
|
See https://js.arcgis.com/4.30/esri/copyright.txt for details.
|
||||||
|
*/ |
||||||
|
import{_ as t}from"./chunks/tslib.es6.js";import r from"./Camera.js";import{geometryTypes as o}from"./geometry.js";import{JSONSupport as e}from"./core/JSONSupport.js";import{property as s}from"./core/accessorSupport/decorators/property.js";import{cast as i}from"./core/accessorSupport/decorators/cast.js";import"./core/lang.js";import{subclass as m}from"./core/accessorSupport/decorators/subclass.js";import{fromJSON as p}from"./geometry/support/jsonUtils.js";import"./CameraLayout.js";import"./core/Clonable.js";import"./core/Accessor.js";import"./core/Handles.js";import"./chunks/Logger.js";import"./config.js";import"./chunks/maybe.js";import"./chunks/metadata.js";import"./chunks/utils.js";import"./chunks/handleUtils.js";import"./chunks/ObservableBase.js";import"./chunks/tracking.js";import"./core/scheduling.js";import"./core/promiseUtils.js";import"./core/Error.js";import"./chunks/ensureType.js";import"./chunks/Cyclical.js";import"./chunks/mathUtils.js";import"./chunks/vec3.js";import"./chunks/vec3f64.js";import"./chunks/common.js";import"./chunks/reader.js";import"./chunks/writer.js";import"./geometry/Point.js";import"./geometry/Geometry.js";import"./geometry/SpatialReference.js";import"./chunks/unitUtils.js";import"./chunks/jsonMap.js";import"./chunks/assets.js";import"./request.js";import"./kernel.js";import"./core/urlUtils.js";import"./geometry/support/webMercatorUtils.js";import"./geometry/Extent.js";import"./geometry/Multipoint.js";import"./chunks/zmUtils.js";import"./geometry/Polygon.js";import"./chunks/coordsUtils.js";import"./chunks/Axis.js";import"./chunks/extentUtils.js";import"./chunks/aaBoundingRect.js";import"./geometry/Polyline.js";import"./chunks/typeUtils.js";var c;let n=c=class extends e{constructor(t){super(t),this.rotation=0,this.scale=0,this.targetGeometry=null,this.camera=null}castRotation(t){return(t%=360)<0&&(t+=360),t}clone(){return new c({rotation:this.rotation,scale:this.scale,targetGeometry:null!=this.targetGeometry?this.targetGeometry.clone():null,camera:null!=this.camera?this.camera.clone():null})}};t([s({type:Number,json:{write:!0,origins:{"web-map":{default:0,write:!0},"web-scene":{write:{overridePolicy:l}}}}})],n.prototype,"rotation",void 0),t([i("rotation")],n.prototype,"castRotation",null),t([s({type:Number,json:{write:!0,origins:{"web-map":{default:0,write:!0},"web-scene":{write:{overridePolicy:l}}}}})],n.prototype,"scale",void 0),t([s({types:o,json:{read:p,write:!0,origins:{"web-scene":{read:p,write:{overridePolicy:l}}}}})],n.prototype,"targetGeometry",void 0),t([s({type:r,json:{write:!0}})],n.prototype,"camera",void 0),n=c=t([m("esri.Viewpoint")],n);const a=n;function l(){return{enabled:!this.camera}}export{a as default}; |
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1,5 @@ |
|||||||
|
/* |
||||||
|
All material copyright ESRI, All Rights Reserved, unless otherwise specified. |
||||||
|
See https://js.arcgis.com/4.30/esri/copyright.txt for details.
|
||||||
|
*/ |
||||||
|
import{_ as r}from"../chunks/tslib.es6.js";import{A as s}from"../chunks/Analysis.js";import{e as t}from"../core/lang.js";import{L as e}from"../chunks/Logger.js";import{D as o}from"../chunks/unitUtils.js";import{property as i}from"../core/accessorSupport/decorators/property.js";import{subclass as n}from"../core/accessorSupport/decorators/subclass.js";import m from"../geometry/Polygon.js";import"../core/Accessor.js";import"../core/Handles.js";import"../chunks/maybe.js";import"../chunks/metadata.js";import"../chunks/utils.js";import"../chunks/handleUtils.js";import"../chunks/ObservableBase.js";import"../chunks/tracking.js";import"../core/scheduling.js";import"../core/promiseUtils.js";import"../core/Error.js";import"../config.js";import"../core/Clonable.js";import"../chunks/ensureType.js";import"../core/Identifiable.js";import"../core/JSONSupport.js";import"../chunks/jsonMap.js";import"../chunks/assets.js";import"../request.js";import"../kernel.js";import"../core/urlUtils.js";import"../chunks/writer.js";import"../geometry/Extent.js";import"../geometry/Geometry.js";import"../chunks/reader.js";import"../geometry/SpatialReference.js";import"../geometry/Point.js";import"../core/accessorSupport/decorators/cast.js";import"../geometry/support/webMercatorUtils.js";import"../chunks/coordsUtils.js";import"../chunks/Axis.js";import"../chunks/extentUtils.js";import"../chunks/aaBoundingRect.js";import"../chunks/mathUtils.js";import"../chunks/vec3.js";import"../chunks/vec3f64.js";import"../chunks/common.js";import"../chunks/zmUtils.js";let p=class extends s{constructor(r){super(r),this.type="area-measurement",this.unit=null}set geometry(r){null!=r?(r.rings.length>1&&e.getLogger(this).warn("Measuring polygons with multiple rings is not supported."),this._set("geometry",r.clone())):this._set("geometry",null)}get requiredPropertiesForEditing(){if(null!=this.geometry&&1===this.geometry.rings.length){const r=this.geometry.rings[0];if(r.length<=2||!t(r[0],r[r.length-1]))return[null]}return[this.geometry]}clear(){this.geometry=null}};r([i({type:["area-measurement"]})],p.prototype,"type",void 0),r([i({value:null,type:m})],p.prototype,"geometry",null),r([i({type:o,value:null})],p.prototype,"unit",void 0),r([i({readOnly:!0})],p.prototype,"requiredPropertiesForEditing",null),p=r([n("esri.analysis.AreaMeasurementAnalysis")],p);const c=p;export{c as default}; |
||||||
@ -0,0 +1,5 @@ |
|||||||
|
/* |
||||||
|
All material copyright ESRI, All Rights Reserved, unless otherwise specified. |
||||||
|
See https://js.arcgis.com/4.30/esri/copyright.txt for details.
|
||||||
|
*/ |
||||||
|
import{_ as t}from"../chunks/tslib.es6.js";import{A as s}from"../chunks/Analysis.js";import e from"./DimensionSimpleStyle.js";import o from"./LengthDimension.js";import r from"../core/Collection.js";import{r as n,c as i}from"../chunks/collectionUtils.js";import{watch as p,syncAndInitial as l}from"../core/reactiveUtils.js";import{property as m}from"../core/accessorSupport/decorators/property.js";import"../core/lang.js";import"../chunks/Logger.js";import{subclass as c}from"../core/accessorSupport/decorators/subclass.js";import u from"../geometry/Extent.js";import{projectOrLoadMany as a}from"../geometry/projection.js";import"../core/Accessor.js";import"../core/Handles.js";import"../chunks/maybe.js";import"../chunks/metadata.js";import"../chunks/utils.js";import"../chunks/handleUtils.js";import"../chunks/ObservableBase.js";import"../chunks/tracking.js";import"../core/scheduling.js";import"../core/promiseUtils.js";import"../core/Error.js";import"../config.js";import"../core/Clonable.js";import"../chunks/ensureType.js";import"../core/Identifiable.js";import"../core/JSONSupport.js";import"../Color.js";import"../chunks/colorUtils.js";import"../chunks/mathUtils.js";import"../chunks/vec3.js";import"../chunks/vec3f64.js";import"../chunks/common.js";import"../chunks/screenUtils.js";import"../geometry.js";import"../geometry/Geometry.js";import"../chunks/reader.js";import"../geometry/SpatialReference.js";import"../chunks/unitUtils.js";import"../chunks/jsonMap.js";import"../chunks/assets.js";import"../request.js";import"../kernel.js";import"../core/urlUtils.js";import"../chunks/writer.js";import"../geometry/Multipoint.js";import"../geometry/Point.js";import"../core/accessorSupport/decorators/cast.js";import"../geometry/support/webMercatorUtils.js";import"../chunks/zmUtils.js";import"../geometry/Polygon.js";import"../chunks/coordsUtils.js";import"../chunks/Axis.js";import"../chunks/extentUtils.js";import"../chunks/aaBoundingRect.js";import"../geometry/Polyline.js";import"../chunks/typeUtils.js";import"../geometry/support/jsonUtils.js";import"../chunks/Cyclical.js";import"../core/Evented.js";import"../chunks/shared.js";import"../chunks/SimpleObservable.js";import"../chunks/asyncUtils.js";import"../chunks/projectBuffer.js";import"../chunks/geodesicConstants.js";import"../geometry/support/GeographicTransformation.js";import"../geometry/support/GeographicTransformationStep.js";import"../chunks/zscale.js";const j=r.ofType(o);let h=class extends s{constructor(t){super(t),this.type="dimension",this.style=new e,this.extent=null}initialize(){this.addHandles(p((()=>this._computeExtent()),(t=>{null==t?.pending&&this._set("extent",null!=t?t.extent:null)}),l))}get dimensions(){return this._get("dimensions")||new j}set dimensions(t){this._set("dimensions",n(t,this.dimensions,j))}get spatialReference(){for(const t of this.dimensions){if(null!=t.startPoint)return t.startPoint.spatialReference;if(null!=t.endPoint)return t.endPoint.spatialReference}return null}get requiredPropertiesForEditing(){return this.dimensions.reduce(((t,s)=>(t.push(s.startPoint,s.endPoint),t)),[])}async waitComputeExtent(){const t=this._computeExtent();return null!=t?t.pending:Promise.resolve()}_computeExtent(){const t=this.spatialReference;if(null==t)return{pending:null,extent:null};const s=[];for(const t of this.dimensions)null!=t.startPoint&&s.push(t.startPoint),null!=t.endPoint&&s.push(t.endPoint);const e=a(s,t);if(null!=e.pending)return{pending:e.pending,extent:null};let o=null;return null!=e.geometries&&(o=e.geometries.reduce(((t,s)=>null==t?null!=s?u.fromPoint(s):null:null!=s?t.union(u.fromPoint(s)):t),null)),{pending:null,extent:o}}clear(){this.dimensions.removeAll()}};t([m({type:["dimension"]})],h.prototype,"type",void 0),t([m({cast:i,type:j,nonNullable:!0})],h.prototype,"dimensions",null),t([m({readOnly:!0})],h.prototype,"spatialReference",null),t([m({types:{key:"type",base:null,typeMap:{simple:e}},nonNullable:!0})],h.prototype,"style",void 0),t([m({value:null,readOnly:!0})],h.prototype,"extent",void 0),t([m({readOnly:!0})],h.prototype,"requiredPropertiesForEditing",null),h=t([c("esri.analysis.DimensionAnalysis")],h);const d=h;export{d as default}; |
||||||
@ -0,0 +1,5 @@ |
|||||||
|
/* |
||||||
|
All material copyright ESRI, All Rights Reserved, unless otherwise specified. |
||||||
|
See https://js.arcgis.com/4.30/esri/copyright.txt for details.
|
||||||
|
*/ |
||||||
|
import{_ as o}from"../chunks/tslib.es6.js";import s from"../Color.js";import{Clonable as e}from"../core/Clonable.js";import{JSONSupportMixin as r}from"../core/JSONSupport.js";import{t,p as i}from"../chunks/screenUtils.js";import{property as p}from"../core/accessorSupport/decorators/property.js";import{I as n}from"../chunks/ensureType.js";import"../core/lang.js";import{subclass as c}from"../core/accessorSupport/decorators/subclass.js";import"../chunks/colorUtils.js";import"../chunks/mathUtils.js";import"../chunks/vec3.js";import"../chunks/vec3f64.js";import"../chunks/common.js";import"../chunks/Logger.js";import"../config.js";import"../core/Accessor.js";import"../core/Handles.js";import"../chunks/maybe.js";import"../chunks/metadata.js";import"../chunks/utils.js";import"../chunks/handleUtils.js";import"../chunks/ObservableBase.js";import"../chunks/tracking.js";import"../core/scheduling.js";import"../core/promiseUtils.js";import"../core/Error.js";let l=class extends(r(e)){constructor(o){super(o),this.type="simple",this.color=new s("black"),this.lineSize=2,this.fontSize=10,this.textColor=new s("black"),this.textBackgroundColor=new s([255,255,255,.6])}};o([p({type:["simple"],readOnly:!0,json:{write:{isRequired:!0}}})],l.prototype,"type",void 0),o([p({type:s,nonNullable:!0,json:{type:[n],write:{isRequired:!0}}})],l.prototype,"color",void 0),o([p({type:Number,cast:t,nonNullable:!0,range:{min:i(1)},json:{write:{isRequired:!0}}})],l.prototype,"lineSize",void 0),o([p({type:Number,cast:t,nonNullable:!0,json:{write:{isRequired:!0}}})],l.prototype,"fontSize",void 0),o([p({type:s,nonNullable:!0,json:{type:[n],write:{isRequired:!0}}})],l.prototype,"textColor",void 0),o([p({type:s,nonNullable:!0,json:{type:[n],write:{isRequired:!0}}})],l.prototype,"textBackgroundColor",void 0),l=o([c("esri.analysis.DimensionSimpleStyle")],l);const m=l;export{m as default}; |
||||||
@ -0,0 +1,5 @@ |
|||||||
|
/* |
||||||
|
All material copyright ESRI, All Rights Reserved, unless otherwise specified. |
||||||
|
See https://js.arcgis.com/4.30/esri/copyright.txt for details.
|
||||||
|
*/ |
||||||
|
import{_ as t}from"../chunks/tslib.es6.js";import{A as r}from"../chunks/Analysis.js";import{E as s}from"../chunks/unitUtils.js";import{property as o}from"../core/accessorSupport/decorators/property.js";import"../core/lang.js";import"../chunks/Logger.js";import{subclass as e}from"../core/accessorSupport/decorators/subclass.js";import i from"../geometry/Point.js";import"../core/Accessor.js";import"../core/Handles.js";import"../chunks/maybe.js";import"../chunks/metadata.js";import"../chunks/utils.js";import"../chunks/handleUtils.js";import"../chunks/ObservableBase.js";import"../chunks/tracking.js";import"../core/scheduling.js";import"../core/promiseUtils.js";import"../core/Error.js";import"../config.js";import"../core/Clonable.js";import"../chunks/ensureType.js";import"../core/Identifiable.js";import"../core/JSONSupport.js";import"../chunks/jsonMap.js";import"../chunks/assets.js";import"../request.js";import"../kernel.js";import"../core/urlUtils.js";import"../core/accessorSupport/decorators/cast.js";import"../chunks/reader.js";import"../chunks/writer.js";import"../geometry/Geometry.js";import"../geometry/SpatialReference.js";import"../geometry/support/webMercatorUtils.js";let p=class extends r{constructor(t){super(t),this.type="direct-line-measurement",this.startPoint=null,this.endPoint=null,this.unit=null}get requiredPropertiesForEditing(){return[this.startPoint,this.endPoint]}clear(){this.startPoint=null,this.endPoint=null}};t([o({type:["direct-line-measurement"]})],p.prototype,"type",void 0),t([o({type:i})],p.prototype,"startPoint",void 0),t([o({type:i})],p.prototype,"endPoint",void 0),t([o({type:s,value:null})],p.prototype,"unit",void 0),t([o({readOnly:!0})],p.prototype,"requiredPropertiesForEditing",null),p=t([e("esri.analysis.DirectLineMeasurementAnalysis")],p);const n=p;export{n as default}; |
||||||
@ -0,0 +1,5 @@ |
|||||||
|
/* |
||||||
|
All material copyright ESRI, All Rights Reserved, unless otherwise specified. |
||||||
|
See https://js.arcgis.com/4.30/esri/copyright.txt for details.
|
||||||
|
*/ |
||||||
|
import{_ as t}from"../chunks/tslib.es6.js";import"../geometry.js";import{Clonable as o}from"../core/Clonable.js";import{c as r}from"../chunks/Cyclical.js";import{JSONSupportMixin as s}from"../core/JSONSupport.js";import{property as e}from"../core/accessorSupport/decorators/property.js";import{cast as i}from"../core/accessorSupport/decorators/cast.js";import"../core/lang.js";import{subclass as p}from"../core/accessorSupport/decorators/subclass.js";import{f as n}from"../chunks/ensureType.js";import m from"../geometry/Point.js";import"../geometry/Extent.js";import"../chunks/Logger.js";import"../config.js";import"../geometry/Geometry.js";import"../chunks/reader.js";import"../geometry/SpatialReference.js";import"../chunks/unitUtils.js";import"../chunks/jsonMap.js";import"../chunks/assets.js";import"../request.js";import"../kernel.js";import"../core/urlUtils.js";import"../core/Error.js";import"../core/Accessor.js";import"../core/Handles.js";import"../chunks/maybe.js";import"../chunks/metadata.js";import"../chunks/utils.js";import"../chunks/handleUtils.js";import"../chunks/ObservableBase.js";import"../chunks/tracking.js";import"../core/scheduling.js";import"../core/promiseUtils.js";import"../chunks/writer.js";import"../geometry/support/webMercatorUtils.js";import"../geometry/Multipoint.js";import"../chunks/zmUtils.js";import"../geometry/Polygon.js";import"../chunks/coordsUtils.js";import"../chunks/Axis.js";import"../chunks/extentUtils.js";import"../chunks/aaBoundingRect.js";import"../chunks/mathUtils.js";import"../chunks/vec3.js";import"../chunks/vec3f64.js";import"../chunks/common.js";import"../geometry/Polyline.js";import"../chunks/typeUtils.js";import"../geometry/support/jsonUtils.js";var c;!function(t){t.Horizontal="horizontal",t.Vertical="vertical",t.Direct="direct"}(c||(c={}));const j=[c.Horizontal,c.Vertical,c.Direct];let l=class extends(s(o)){constructor(t){super(t),this.type="length",this.startPoint=null,this.endPoint=null,this.measureType=c.Direct,this.offset=0,this.orientation=0}};t([e({type:["length"],json:{write:{isRequired:!0}}})],l.prototype,"type",void 0),t([e({type:m,json:{write:!0}})],l.prototype,"startPoint",void 0),t([e({type:m,json:{write:!0}})],l.prototype,"endPoint",void 0),t([e({type:j,nonNullable:!0,json:{write:{isRequired:!0}}})],l.prototype,"measureType",void 0),t([e({type:Number,nonNullable:!0,json:{write:{isRequired:!0}}})],l.prototype,"offset",void 0),t([e({type:Number,nonNullable:!0,json:{write:{isRequired:!0}}}),i((t=>r.normalize(n(t),0,!0)))],l.prototype,"orientation",void 0),l=t([p("esri.analysis.LengthDimension")],l);const u=l;export{c as L,u as default,j as l}; |
||||||
@ -0,0 +1,5 @@ |
|||||||
|
/* |
||||||
|
All material copyright ESRI, All Rights Reserved, unless otherwise specified. |
||||||
|
See https://js.arcgis.com/4.30/esri/copyright.txt for details.
|
||||||
|
*/ |
||||||
|
import{_ as t}from"../chunks/tslib.es6.js";import{A as s}from"../chunks/Analysis.js";import e from"./LineOfSightAnalysisObserver.js";import r from"./LineOfSightAnalysisTarget.js";import o from"../core/Collection.js";import{r as i,c as n}from"../chunks/collectionUtils.js";import{watch as p,syncAndInitial as m}from"../core/reactiveUtils.js";import{property as l}from"../core/accessorSupport/decorators/property.js";import"../core/lang.js";import"../chunks/Logger.js";import{subclass as c}from"../core/accessorSupport/decorators/subclass.js";import{projectOrLoad as u}from"../geometry/projection.js";import{f as a,e as j,t as h}from"../chunks/aaBoundingBox.js";import{d as g}from"../chunks/elevationInfoUtils.js";import"../core/Accessor.js";import"../core/Handles.js";import"../chunks/maybe.js";import"../chunks/metadata.js";import"../chunks/utils.js";import"../chunks/handleUtils.js";import"../chunks/ObservableBase.js";import"../chunks/tracking.js";import"../core/scheduling.js";import"../core/promiseUtils.js";import"../core/Error.js";import"../config.js";import"../core/Clonable.js";import"../chunks/ensureType.js";import"../core/Identifiable.js";import"../core/JSONSupport.js";import"../chunks/featureReferenceUtils.js";import"../chunks/persistable.js";import"../chunks/MD5.js";import"../chunks/multiOriginJSONSupportUtils.js";import"../core/urlUtils.js";import"../chunks/uuid.js";import"../chunks/resourceExtension.js";import"../chunks/persistableUrlUtils.js";import"../kernel.js";import"../geometry/Point.js";import"../core/accessorSupport/decorators/cast.js";import"../chunks/reader.js";import"../chunks/writer.js";import"../geometry/Geometry.js";import"../geometry/SpatialReference.js";import"../chunks/unitUtils.js";import"../chunks/jsonMap.js";import"../chunks/assets.js";import"../request.js";import"../geometry/support/webMercatorUtils.js";import"../chunks/ElevationInfo.js";import"../layers/support/fieldUtils.js";import"../core/sql.js";import"../intl.js";import"../chunks/date.js";import"../chunks/locale.js";import"../chunks/timeZoneUtils.js";import"../chunks/datetime.js";import"../chunks/number.js";import"../chunks/substitute.js";import"../chunks/messages.js";import"../chunks/mathUtils.js";import"../chunks/vec3.js";import"../chunks/vec3f64.js";import"../chunks/common.js";import"../geometry.js";import"../geometry/Extent.js";import"../geometry/Multipoint.js";import"../chunks/zmUtils.js";import"../geometry/Polygon.js";import"../chunks/coordsUtils.js";import"../chunks/Axis.js";import"../chunks/extentUtils.js";import"../chunks/aaBoundingRect.js";import"../geometry/Polyline.js";import"../chunks/typeUtils.js";import"../geometry/support/jsonUtils.js";import"../chunks/unitConversionUtils.js";import"../chunks/lengthUtils.js";import"../core/Evented.js";import"../chunks/shared.js";import"../chunks/SimpleObservable.js";import"../chunks/asyncUtils.js";import"../chunks/projectBuffer.js";import"../chunks/geodesicConstants.js";import"../geometry/support/GeographicTransformation.js";import"../geometry/support/GeographicTransformationStep.js";import"../chunks/zscale.js";const k=o.ofType(r);let y=class extends s{constructor(t){super(t),this.type="line-of-sight",this.observer=null,this.extent=null}initialize(){this.addHandles(p((()=>this._computeExtent()),(t=>{null==t?.pending&&this._set("extent",null!=t?t.extent:null)}),m))}get targets(){return this._get("targets")||new k}set targets(t){this._set("targets",i(t,this.targets,k))}get spatialReference(){return null!=this.observer?.position?this.observer.position.spatialReference:null}get requiredPropertiesForEditing(){return[this.observer?.position]}async waitComputeExtent(){const t=this._computeExtent();return null!=t?t.pending:Promise.resolve()}_computeExtent(){const t=this.spatialReference;if(null==this.observer?.position||null==t)return null;const s=t=>"absolute-height"===g(t.position,t.elevationInfo),e=this.observer.position,r=a(e.x,e.y,e.z,e.x,e.y,e.z);for(const s of this.targets)if(null!=s.position){const e=u(s.position,t);if(null!=e.pending)return{pending:e.pending,extent:null};if(null!=e.geometry){const{x:t,y:s,z:o}=e.geometry;j(r,[t,s,o])}}const o=h(r,t);return s(this.observer)&&this.targets.every(s)||(o.zmin=void 0,o.zmax=void 0),{pending:null,extent:o}}clear(){this.observer=null,this.targets.removeAll()}};t([l({type:["line-of-sight"]})],y.prototype,"type",void 0),t([l({type:e,json:{read:!0,write:!0}})],y.prototype,"observer",void 0),t([l({cast:n,type:k,nonNullable:!0,json:{read:!0,write:!0}})],y.prototype,"targets",null),t([l({value:null,readOnly:!0})],y.prototype,"extent",void 0),t([l({readOnly:!0})],y.prototype,"spatialReference",null),t([l({readOnly:!0})],y.prototype,"requiredPropertiesForEditing",null),y=t([c("esri.analysis.LineOfSightAnalysis")],y);const d=y;export{d as default}; |
||||||
@ -0,0 +1,5 @@ |
|||||||
|
/* |
||||||
|
All material copyright ESRI, All Rights Reserved, unless otherwise specified. |
||||||
|
See https://js.arcgis.com/4.30/esri/copyright.txt for details.
|
||||||
|
*/ |
||||||
|
import{_ as s}from"../chunks/tslib.es6.js";import{f as t,a as o}from"../chunks/featureReferenceUtils.js";import r from"../core/Accessor.js";import{ClonableMixin as i}from"../core/Clonable.js";import{JSONSupportMixin as e}from"../core/JSONSupport.js";import{e as p}from"../chunks/maybe.js";import{property as m}from"../core/accessorSupport/decorators/property.js";import"../core/lang.js";import"../chunks/Logger.js";import{subclass as n}from"../core/accessorSupport/decorators/subclass.js";import{p as c}from"../chunks/persistable.js";import u from"../geometry/Point.js";import{E as j}from"../chunks/ElevationInfo.js";import"../core/Handles.js";import"../chunks/metadata.js";import"../chunks/utils.js";import"../chunks/handleUtils.js";import"../chunks/ObservableBase.js";import"../chunks/tracking.js";import"../core/scheduling.js";import"../core/promiseUtils.js";import"../core/Error.js";import"../config.js";import"../chunks/ensureType.js";import"../chunks/MD5.js";import"../chunks/multiOriginJSONSupportUtils.js";import"../core/urlUtils.js";import"../chunks/uuid.js";import"../chunks/resourceExtension.js";import"../chunks/persistableUrlUtils.js";import"../kernel.js";import"../core/accessorSupport/decorators/cast.js";import"../chunks/reader.js";import"../chunks/writer.js";import"../geometry/Geometry.js";import"../geometry/SpatialReference.js";import"../chunks/unitUtils.js";import"../chunks/jsonMap.js";import"../chunks/assets.js";import"../request.js";import"../geometry/support/webMercatorUtils.js";import"../layers/support/fieldUtils.js";import"../core/sql.js";import"../intl.js";import"../chunks/date.js";import"../chunks/locale.js";import"../chunks/timeZoneUtils.js";import"../chunks/datetime.js";import"../chunks/number.js";import"../chunks/substitute.js";import"../chunks/messages.js";import"../chunks/mathUtils.js";import"../chunks/vec3.js";import"../chunks/vec3f64.js";import"../chunks/common.js";import"../geometry.js";import"../geometry/Extent.js";import"../geometry/Multipoint.js";import"../chunks/zmUtils.js";import"../geometry/Polygon.js";import"../chunks/coordsUtils.js";import"../chunks/Axis.js";import"../chunks/extentUtils.js";import"../chunks/aaBoundingRect.js";import"../geometry/Polyline.js";import"../chunks/typeUtils.js";import"../geometry/support/jsonUtils.js";import"../chunks/unitConversionUtils.js";import"../chunks/lengthUtils.js";let l=class extends(e(i(r))){constructor(s){super(s),this.position=null,this.elevationInfo=null,this.feature=null}equals(s){return p(this.position,s.position)&&p(this.elevationInfo,s.elevationInfo)&&t(this.feature,s.feature)}};s([m({type:u,json:{write:{isRequired:!0}}})],l.prototype,"position",void 0),s([m({type:j}),c()],l.prototype,"elevationInfo",void 0),s([m(o)],l.prototype,"feature",void 0),l=s([n("esri.analysis.LineOfSightAnalysisObserver")],l);const a=l;export{a as default}; |
||||||
@ -0,0 +1,5 @@ |
|||||||
|
/* |
||||||
|
All material copyright ESRI, All Rights Reserved, unless otherwise specified. |
||||||
|
See https://js.arcgis.com/4.30/esri/copyright.txt for details.
|
||||||
|
*/ |
||||||
|
import{_ as s}from"../chunks/tslib.es6.js";import{f as t,a as o}from"../chunks/featureReferenceUtils.js";import{Clonable as r}from"../core/Clonable.js";import{JSONSupportMixin as i}from"../core/JSONSupport.js";import{e}from"../chunks/maybe.js";import{property as p}from"../core/accessorSupport/decorators/property.js";import"../core/lang.js";import"../chunks/Logger.js";import{subclass as m}from"../core/accessorSupport/decorators/subclass.js";import{p as n}from"../chunks/persistable.js";import c from"../geometry/Point.js";import{E as u}from"../chunks/ElevationInfo.js";import"../core/Accessor.js";import"../core/Handles.js";import"../chunks/metadata.js";import"../chunks/utils.js";import"../chunks/handleUtils.js";import"../chunks/ObservableBase.js";import"../chunks/tracking.js";import"../core/scheduling.js";import"../core/promiseUtils.js";import"../core/Error.js";import"../config.js";import"../chunks/ensureType.js";import"../chunks/MD5.js";import"../chunks/multiOriginJSONSupportUtils.js";import"../core/urlUtils.js";import"../chunks/uuid.js";import"../chunks/resourceExtension.js";import"../chunks/persistableUrlUtils.js";import"../kernel.js";import"../core/accessorSupport/decorators/cast.js";import"../chunks/reader.js";import"../chunks/writer.js";import"../geometry/Geometry.js";import"../geometry/SpatialReference.js";import"../chunks/unitUtils.js";import"../chunks/jsonMap.js";import"../chunks/assets.js";import"../request.js";import"../geometry/support/webMercatorUtils.js";import"../layers/support/fieldUtils.js";import"../core/sql.js";import"../intl.js";import"../chunks/date.js";import"../chunks/locale.js";import"../chunks/timeZoneUtils.js";import"../chunks/datetime.js";import"../chunks/number.js";import"../chunks/substitute.js";import"../chunks/messages.js";import"../chunks/mathUtils.js";import"../chunks/vec3.js";import"../chunks/vec3f64.js";import"../chunks/common.js";import"../geometry.js";import"../geometry/Extent.js";import"../geometry/Multipoint.js";import"../chunks/zmUtils.js";import"../geometry/Polygon.js";import"../chunks/coordsUtils.js";import"../chunks/Axis.js";import"../chunks/extentUtils.js";import"../chunks/aaBoundingRect.js";import"../geometry/Polyline.js";import"../chunks/typeUtils.js";import"../geometry/support/jsonUtils.js";import"../chunks/unitConversionUtils.js";import"../chunks/lengthUtils.js";let j=class extends(i(r)){constructor(s){super(s),this.position=null,this.elevationInfo=null,this.feature=null}equals(s){return e(this.position,s.position)&&e(this.elevationInfo,s.elevationInfo)&&t(this.feature,s.feature)}};s([p({type:c}),n()],j.prototype,"position",void 0),s([p({type:u}),n()],j.prototype,"elevationInfo",void 0),s([p(o)],j.prototype,"feature",void 0),j=s([m("esri.analysis.LineOfSightAnalysisTarget")],j);const l=j;export{l as default}; |
||||||
@ -0,0 +1,5 @@ |
|||||||
|
/* |
||||||
|
All material copyright ESRI, All Rights Reserved, unless otherwise specified. |
||||||
|
See https://js.arcgis.com/4.30/esri/copyright.txt for details.
|
||||||
|
*/ |
||||||
|
import{_ as s}from"../chunks/tslib.es6.js";import{A as e}from"../chunks/Analysis.js";import t from"./SlicePlane.js";import r from"../core/Collection.js";import{r as o,c as i}from"../chunks/collectionUtils.js";import{property as p}from"../core/accessorSupport/decorators/property.js";import"../core/lang.js";import"../chunks/Logger.js";import{subclass as c}from"../core/accessorSupport/decorators/subclass.js";import"../core/Accessor.js";import"../core/Handles.js";import"../chunks/maybe.js";import"../chunks/metadata.js";import"../chunks/utils.js";import"../chunks/handleUtils.js";import"../chunks/ObservableBase.js";import"../chunks/tracking.js";import"../core/scheduling.js";import"../core/promiseUtils.js";import"../core/Error.js";import"../config.js";import"../core/Clonable.js";import"../chunks/ensureType.js";import"../core/Identifiable.js";import"../core/JSONSupport.js";import"../geometry.js";import"../geometry/Extent.js";import"../geometry/Geometry.js";import"../chunks/reader.js";import"../geometry/SpatialReference.js";import"../chunks/unitUtils.js";import"../chunks/jsonMap.js";import"../chunks/assets.js";import"../request.js";import"../kernel.js";import"../core/urlUtils.js";import"../chunks/writer.js";import"../geometry/Point.js";import"../core/accessorSupport/decorators/cast.js";import"../geometry/support/webMercatorUtils.js";import"../geometry/Multipoint.js";import"../chunks/zmUtils.js";import"../geometry/Polygon.js";import"../chunks/coordsUtils.js";import"../chunks/Axis.js";import"../chunks/extentUtils.js";import"../chunks/aaBoundingRect.js";import"../chunks/mathUtils.js";import"../chunks/vec3.js";import"../chunks/vec3f64.js";import"../chunks/common.js";import"../geometry/Polyline.js";import"../chunks/typeUtils.js";import"../geometry/support/jsonUtils.js";import"../chunks/Cyclical.js";import"../chunks/persistable.js";import"../chunks/MD5.js";import"../chunks/multiOriginJSONSupportUtils.js";import"../chunks/uuid.js";import"../chunks/resourceExtension.js";import"../chunks/persistableUrlUtils.js";import"../core/Evented.js";import"../chunks/shared.js";import"../chunks/SimpleObservable.js";let n=class extends e{constructor(s){super(s),this.type="slice",this.tiltEnabled=!1,this.shape=null,this.excludeGroundSurface=!1}get excludedLayers(){return this._get("excludedLayers")||new r}set excludedLayers(s){this._set("excludedLayers",o(s,this._get("excludedLayers")))}get requiredPropertiesForEditing(){return[this.shape?.position]}clear(){this.shape=null}};s([p({type:["slice"]})],n.prototype,"type",void 0),s([p()],n.prototype,"tiltEnabled",void 0),s([p({types:{key:"type",base:null,typeMap:{plane:t},defaultKeyValue:"plane"}})],n.prototype,"shape",void 0),s([p({cast:i,clonable:s=>s.slice()})],n.prototype,"excludedLayers",null),s([p({type:Boolean,nonNullable:!0})],n.prototype,"excludeGroundSurface",void 0),s([p({readOnly:!0})],n.prototype,"requiredPropertiesForEditing",null),n=s([c("esri.analysis.SliceAnalysis")],n);const m=n;export{m as default}; |
||||||
@ -0,0 +1,5 @@ |
|||||||
|
/* |
||||||
|
All material copyright ESRI, All Rights Reserved, unless otherwise specified. |
||||||
|
See https://js.arcgis.com/4.30/esri/copyright.txt for details.
|
||||||
|
*/ |
||||||
|
import{_ as t}from"../chunks/tslib.es6.js";import"../geometry.js";import{ClonableMixin as s}from"../core/Clonable.js";import{c as o}from"../chunks/Cyclical.js";import{JSONSupport as r}from"../core/JSONSupport.js";import{e as i}from"../chunks/maybe.js";import{property as e}from"../core/accessorSupport/decorators/property.js";import{cast as p}from"../core/accessorSupport/decorators/cast.js";import"../core/lang.js";import{subclass as m}from"../core/accessorSupport/decorators/subclass.js";import{f as n}from"../chunks/ensureType.js";import{p as c}from"../chunks/persistable.js";import l from"../geometry/Point.js";import"../geometry/Extent.js";import"../chunks/Logger.js";import"../config.js";import"../geometry/Geometry.js";import"../chunks/reader.js";import"../geometry/SpatialReference.js";import"../chunks/unitUtils.js";import"../chunks/jsonMap.js";import"../chunks/assets.js";import"../request.js";import"../kernel.js";import"../core/urlUtils.js";import"../core/Error.js";import"../core/promiseUtils.js";import"../chunks/handleUtils.js";import"../chunks/writer.js";import"../core/Accessor.js";import"../core/Handles.js";import"../chunks/metadata.js";import"../chunks/utils.js";import"../chunks/ObservableBase.js";import"../chunks/tracking.js";import"../core/scheduling.js";import"../geometry/support/webMercatorUtils.js";import"../geometry/Multipoint.js";import"../chunks/zmUtils.js";import"../geometry/Polygon.js";import"../chunks/coordsUtils.js";import"../chunks/Axis.js";import"../chunks/extentUtils.js";import"../chunks/aaBoundingRect.js";import"../chunks/mathUtils.js";import"../chunks/vec3.js";import"../chunks/vec3f64.js";import"../chunks/common.js";import"../geometry/Polyline.js";import"../chunks/typeUtils.js";import"../geometry/support/jsonUtils.js";import"../chunks/MD5.js";import"../chunks/multiOriginJSONSupportUtils.js";import"../chunks/uuid.js";import"../chunks/resourceExtension.js";import"../chunks/persistableUrlUtils.js";let u=class extends(s(r)){constructor(t){super(t),this.type="plane",this.position=null,this.heading=0,this.tilt=0,this.width=10,this.height=10}equals(t){return this.heading===t.heading&&this.tilt===t.tilt&&i(this.position,t.position)&&this.width===t.width&&this.height===t.height}};t([e({readOnly:!0,json:{read:!1,write:!0}})],u.prototype,"type",void 0),t([e({type:l}),c()],u.prototype,"position",void 0),t([e({type:Number,nonNullable:!0,range:{min:0,max:360}}),c(),p((t=>o.normalize(n(t),0,!0)))],u.prototype,"heading",void 0),t([e({type:Number,nonNullable:!0,range:{min:0,max:360}}),c(),p((t=>o.normalize(n(t),0,!0)))],u.prototype,"tilt",void 0),t([e({type:Number,nonNullable:!0}),c()],u.prototype,"width",void 0),t([e({type:Number,nonNullable:!0}),c()],u.prototype,"height",void 0),u=t([m("esri.analysis.SlicePlane")],u);const h=u;export{h as default}; |
||||||
@ -0,0 +1,5 @@ |
|||||||
|
/* |
||||||
|
All material copyright ESRI, All Rights Reserved, unless otherwise specified. |
||||||
|
See https://js.arcgis.com/4.30/esri/copyright.txt for details.
|
||||||
|
*/ |
||||||
|
import{_ as r}from"../chunks/tslib.es6.js";import"../geometry.js";import t from"../core/Accessor.js";import{ClonableMixin as s}from"../core/Clonable.js";import{c as o}from"../chunks/Cyclical.js";import{e}from"../chunks/maybe.js";import{property as i}from"../core/accessorSupport/decorators/property.js";import{cast as p}from"../core/accessorSupport/decorators/cast.js";import"../core/lang.js";import{subclass as m}from"../core/accessorSupport/decorators/subclass.js";import{f as n}from"../chunks/ensureType.js";import l from"../geometry/Point.js";import"../geometry/Extent.js";import"../chunks/Logger.js";import"../config.js";import"../geometry/Geometry.js";import"../core/JSONSupport.js";import"../chunks/utils.js";import"../chunks/handleUtils.js";import"../core/Error.js";import"../chunks/reader.js";import"../geometry/SpatialReference.js";import"../chunks/unitUtils.js";import"../chunks/jsonMap.js";import"../chunks/assets.js";import"../request.js";import"../kernel.js";import"../core/urlUtils.js";import"../core/promiseUtils.js";import"../chunks/writer.js";import"../core/Handles.js";import"../chunks/metadata.js";import"../chunks/ObservableBase.js";import"../chunks/tracking.js";import"../core/scheduling.js";import"../geometry/support/webMercatorUtils.js";import"../geometry/Multipoint.js";import"../chunks/zmUtils.js";import"../geometry/Polygon.js";import"../chunks/coordsUtils.js";import"../chunks/Axis.js";import"../chunks/extentUtils.js";import"../chunks/aaBoundingRect.js";import"../chunks/mathUtils.js";import"../chunks/vec3.js";import"../chunks/vec3f64.js";import"../chunks/common.js";import"../geometry/Polyline.js";import"../chunks/typeUtils.js";import"../geometry/support/jsonUtils.js";let a=class extends(s(t)){constructor(r){super(r),this.observer=null,this.farDistance=1e3,this.heading=0,this.tilt=90,this.horizontalFieldOfView=45,this.verticalFieldOfView=45}isValid(){return null!=this.observer&&this.farDistance>0}equals(r){return e(this.observer,r.observer)&&this.farDistance===r.farDistance&&this.heading===r.heading&&this.tilt===r.tilt&&this.horizontalFieldOfView===r.horizontalFieldOfView&&this.verticalFieldOfView===r.verticalFieldOfView}};r([i({type:l})],a.prototype,"observer",void 0),r([i({type:Number,nonNullable:!0,range:{min:0}})],a.prototype,"farDistance",void 0),r([i({type:Number,nonNullable:!0}),p((r=>o.normalize(n(r))))],a.prototype,"heading",void 0),r([i({type:Number,nonNullable:!0,range:{min:0,max:180}})],a.prototype,"tilt",void 0),r([i({type:Number,nonNullable:!0,range:{min:0,max:360}})],a.prototype,"horizontalFieldOfView",void 0),r([i({type:Number,nonNullable:!0,range:{min:0,max:180}})],a.prototype,"verticalFieldOfView",void 0),r([i()],a.prototype,"isValid",null),a=r([m("esri.analysis.Viewshed")],a);const c=a;export{c as default}; |
||||||
@ -0,0 +1,5 @@ |
|||||||
|
/* |
||||||
|
All material copyright ESRI, All Rights Reserved, unless otherwise specified. |
||||||
|
See https://js.arcgis.com/4.30/esri/copyright.txt for details.
|
||||||
|
*/ |
||||||
|
import{_ as s}from"../chunks/tslib.es6.js";import{A as r}from"../chunks/Analysis.js";import e from"./Viewshed.js";import t from"../core/Collection.js";import{r as o,c as i}from"../chunks/collectionUtils.js";import{property as p}from"../core/accessorSupport/decorators/property.js";import"../core/lang.js";import"../chunks/Logger.js";import{subclass as m}from"../core/accessorSupport/decorators/subclass.js";import"../core/Accessor.js";import"../core/Handles.js";import"../chunks/maybe.js";import"../chunks/metadata.js";import"../chunks/utils.js";import"../chunks/handleUtils.js";import"../chunks/ObservableBase.js";import"../chunks/tracking.js";import"../core/scheduling.js";import"../core/promiseUtils.js";import"../core/Error.js";import"../config.js";import"../core/Clonable.js";import"../core/Identifiable.js";import"../core/JSONSupport.js";import"../geometry.js";import"../chunks/ensureType.js";import"../geometry/Extent.js";import"../geometry/Geometry.js";import"../chunks/reader.js";import"../geometry/SpatialReference.js";import"../chunks/unitUtils.js";import"../chunks/jsonMap.js";import"../chunks/assets.js";import"../request.js";import"../kernel.js";import"../core/urlUtils.js";import"../chunks/writer.js";import"../geometry/Point.js";import"../core/accessorSupport/decorators/cast.js";import"../geometry/support/webMercatorUtils.js";import"../geometry/Multipoint.js";import"../chunks/zmUtils.js";import"../geometry/Polygon.js";import"../chunks/coordsUtils.js";import"../chunks/Axis.js";import"../chunks/extentUtils.js";import"../chunks/aaBoundingRect.js";import"../chunks/mathUtils.js";import"../chunks/vec3.js";import"../chunks/vec3f64.js";import"../chunks/common.js";import"../geometry/Polyline.js";import"../chunks/typeUtils.js";import"../geometry/support/jsonUtils.js";import"../chunks/Cyclical.js";import"../core/Evented.js";import"../chunks/shared.js";import"../chunks/SimpleObservable.js";const c=t.ofType(e);let n=class extends r{constructor(s){super(s),this.type="viewshed"}get viewsheds(){return this._get("viewsheds")||new c}set viewsheds(s){this._set("viewsheds",o(s,this.viewsheds,c))}get requiredPropertiesForEditing(){return this.viewsheds.items.map((({observer:s})=>s))}clear(){this.viewsheds.removeAll()}};s([p({type:["viewshed"]})],n.prototype,"type",void 0),s([p({cast:i,type:c,nonNullable:!0})],n.prototype,"viewsheds",null),s([p({readOnly:!0})],n.prototype,"requiredPropertiesForEditing",null),n=s([m("esri.analysis.ViewshedAnalysis")],n);const j=n;export{j as default}; |
||||||
@ -0,0 +1,5 @@ |
|||||||
|
/* |
||||||
|
All material copyright ESRI, All Rights Reserved, unless otherwise specified. |
||||||
|
See https://js.arcgis.com/4.30/esri/copyright.txt for details.
|
||||||
|
*/ |
||||||
|
import{c as o}from"../../chunks/asyncUtils.js";import{ignoreAbortErrors as e,isAborted as t,createResolver as s,onAbort as i,o as n}from"../../core/promiseUtils.js";import{m as r}from"../../chunks/handleUtils.js";import{whenOnce as c}from"../../core/reactiveUtils.js";import{waitAnimationFrame as a}from"../../core/scheduling.js";import{c as p}from"../../chunks/screenUtils.js";import{S as l}from"../../chunks/SketchTooltipVisibleElements.js";import"../../chunks/tslib.es6.js";import"../../core/Accessor.js";import"../../core/lang.js";import"../../core/Handles.js";import"../../chunks/Logger.js";import"../../config.js";import"../../chunks/maybe.js";import"../../core/accessorSupport/decorators/subclass.js";import"../../chunks/metadata.js";import"../../chunks/utils.js";import"../../chunks/tracking.js";import"../../chunks/ensureType.js";import"../../core/Error.js";import"../../core/accessorSupport/decorators/property.js";import"../../chunks/ObservableBase.js";import"../../core/Collection.js";import"../../core/Evented.js";import"../../chunks/shared.js";import"../../chunks/SimpleObservable.js";async function m(l,m,u={}){const f=d.get(l);f&&(f.abort(),await f.promise);const h=o((async function(o){const e=function(o){const{activeComponent:e}=o;return e&&"tooltip"in e&&"activeTooltipInfo"in e&&"destroyed"in e?e:null}(l);if("coordinates"===m?(m="x",l.tooltipOptions.xyMode="coordinates"):"direction"!==m&&"distance"!==m||(l.tooltipOptions.xyMode="direction-distance"),await a(),t(u)||t(o))return;const d=e?.tooltip;if(!d||!e.activeTooltipInfo?.editableFields?.find((o=>o.name===m)))return;const{handle:f,promise:h}=function(o,{hideOnBlur:e=!0}){const t=s();if(!e)return{promise:t.promise,handle:r()};const i=o.contentContainer,c=n(i,"focusout",(({relatedTarget:o})=>{o instanceof HTMLElement&&i.contains(o)||t.resolve()}));return{promise:t.promise,handle:c}}(d,u),j=s(),k=i(u.signal,j.resolve),v=i(o,j.resolve),b=d.position;try{if(l.tooltipOptions.forceEnabled=!0,u.position&&(d.position=p(u.position[0],u.position[1])),await d.enterInputMode(m),t(u)||t(o))return;u.onOpen?.(),await Promise.race([c((()=>e.destroyed||"feedback"===d.content?.mode),u),h,j.promise])}finally{k?.remove(),v?.remove(),f.remove();const o=d.contentContainer.contains(document.activeElement);l.tooltipOptions.enabled?await d.exitInputMode({focusOnView:o}):o&&l.view?.focus(),u.onClose?.(),d.position=b,l.tooltipOptions.forceEnabled=!1}}));return d.set(l,h),h.promise.catch(e).finally((()=>{d.get(l)===h&&d.delete(l)}))}const d=new Map,u={area:!1,distance:!1,direction:!1,elevation:!1,orientation:!1,radius:!1,rotation:!1,scale:!1,size:!1,totalLength:!1,coordinates:!1,helpMessage:!1,header:!1};function f(o){o.tooltipOptions.visibleElements=new l(u)}export{f as hideAllVisibleElements,m as showTooltipAndFocusField}; |
||||||
File diff suppressed because one or more lines are too long
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"expand": "Expand", |
||||||
|
"collapse": "Collapse" |
||||||
|
} |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"expand": "توسيع", |
||||||
|
"collapse": "طي" |
||||||
|
} |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"expand": "Разгъване", |
||||||
|
"collapse": "Сгъване" |
||||||
|
} |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"expand": "Proširi", |
||||||
|
"collapse": "Sažmi" |
||||||
|
} |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"expand": "Amplia", |
||||||
|
"collapse": "Redueix" |
||||||
|
} |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"expand": "Rozbalit", |
||||||
|
"collapse": "Sbalit" |
||||||
|
} |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"expand": "Udvid", |
||||||
|
"collapse": "Skjul" |
||||||
|
} |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"expand": "Einblenden", |
||||||
|
"collapse": "Ausblenden" |
||||||
|
} |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"expand": "Ανάπτυξη", |
||||||
|
"collapse": "Σύμπτυξη" |
||||||
|
} |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"expand": "Expand", |
||||||
|
"collapse": "Collapse" |
||||||
|
} |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"expand": "Expandir", |
||||||
|
"collapse": "Contraer" |
||||||
|
} |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"expand": "Laienda", |
||||||
|
"collapse": "Ahenda" |
||||||
|
} |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"expand": "Laajenna", |
||||||
|
"collapse": "Kutista" |
||||||
|
} |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"expand": "Développer", |
||||||
|
"collapse": "Réduire" |
||||||
|
} |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"expand": "הרחב", |
||||||
|
"collapse": "צמצם" |
||||||
|
} |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"expand": "Proširi", |
||||||
|
"collapse": "Sažmi" |
||||||
|
} |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"expand": "Kibontás", |
||||||
|
"collapse": "Összecsukás" |
||||||
|
} |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"expand": "Bentang", |
||||||
|
"collapse": "Tutup" |
||||||
|
} |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"expand": "Espandi", |
||||||
|
"collapse": "Comprimi" |
||||||
|
} |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"expand": "展開", |
||||||
|
"collapse": "折りたたむ" |
||||||
|
} |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"expand": "확장", |
||||||
|
"collapse": "축소" |
||||||
|
} |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"expand": "Išskleisti", |
||||||
|
"collapse": "Suskleisti" |
||||||
|
} |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"expand": "Izvērst", |
||||||
|
"collapse": "Sakļaut" |
||||||
|
} |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"expand": "Uitklappen", |
||||||
|
"collapse": "Inklappen" |
||||||
|
} |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"expand": "Utvid", |
||||||
|
"collapse": "Skjul" |
||||||
|
} |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"expand": "Rozwiń", |
||||||
|
"collapse": "Zwiń" |
||||||
|
} |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"expand": "Expandir", |
||||||
|
"collapse": "Recolher" |
||||||
|
} |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"expand": "Expandir", |
||||||
|
"collapse": "Recolher" |
||||||
|
} |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"expand": "Extindere", |
||||||
|
"collapse": "Restrângere" |
||||||
|
} |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"expand": "Развернуть", |
||||||
|
"collapse": "Свернуть" |
||||||
|
} |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"expand": "Rozbaliť", |
||||||
|
"collapse": "Zbaliť" |
||||||
|
} |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"expand": "Razširi", |
||||||
|
"collapse": "Strni" |
||||||
|
} |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"expand": "Proširi", |
||||||
|
"collapse": "Skupi" |
||||||
|
} |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"expand": "Expandera", |
||||||
|
"collapse": "Dölj" |
||||||
|
} |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"expand": "Genişlet", |
||||||
|
"collapse": "Daralt" |
||||||
|
} |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"expand": "Розширити", |
||||||
|
"collapse": "Згорнути" |
||||||
|
} |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"expand": "Mở rộng", |
||||||
|
"collapse": "Thu gọn" |
||||||
|
} |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"expand": "展开", |
||||||
|
"collapse": "折叠" |
||||||
|
} |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"expand": "展開", |
||||||
|
"collapse": "摺疊" |
||||||
|
} |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"expand": "展開", |
||||||
|
"collapse": "摺疊" |
||||||
|
} |
||||||
@ -0,0 +1,3 @@ |
|||||||
|
{ |
||||||
|
"more": "More" |
||||||
|
} |
||||||
@ -0,0 +1,3 @@ |
|||||||
|
{ |
||||||
|
"more": "المزيد" |
||||||
|
} |
||||||
@ -0,0 +1,3 @@ |
|||||||
|
{ |
||||||
|
"more": "Още" |
||||||
|
} |
||||||
@ -0,0 +1,3 @@ |
|||||||
|
{ |
||||||
|
"more": "Više" |
||||||
|
} |
||||||
@ -0,0 +1,3 @@ |
|||||||
|
{ |
||||||
|
"more": "Més" |
||||||
|
} |
||||||
@ -0,0 +1,3 @@ |
|||||||
|
{ |
||||||
|
"more": "Více" |
||||||
|
} |
||||||
@ -0,0 +1,3 @@ |
|||||||
|
{ |
||||||
|
"more": "Mere" |
||||||
|
} |
||||||
@ -0,0 +1,3 @@ |
|||||||
|
{ |
||||||
|
"more": "Mehr" |
||||||
|
} |
||||||
@ -0,0 +1,3 @@ |
|||||||
|
{ |
||||||
|
"more": "Περισσότερα" |
||||||
|
} |
||||||
@ -0,0 +1,3 @@ |
|||||||
|
{ |
||||||
|
"more": "More" |
||||||
|
} |
||||||
@ -0,0 +1,3 @@ |
|||||||
|
{ |
||||||
|
"more": "Más" |
||||||
|
} |
||||||
@ -0,0 +1,3 @@ |
|||||||
|
{ |
||||||
|
"more": "Rohkem" |
||||||
|
} |
||||||
@ -0,0 +1,3 @@ |
|||||||
|
{ |
||||||
|
"more": "Enemmän" |
||||||
|
} |
||||||
@ -0,0 +1,3 @@ |
|||||||
|
{ |
||||||
|
"more": "Plus" |
||||||
|
} |
||||||
@ -0,0 +1,3 @@ |
|||||||
|
{ |
||||||
|
"more": "עוד" |
||||||
|
} |
||||||
@ -0,0 +1,3 @@ |
|||||||
|
{ |
||||||
|
"more": "Više" |
||||||
|
} |
||||||
@ -0,0 +1,3 @@ |
|||||||
|
{ |
||||||
|
"more": "Továbbiak" |
||||||
|
} |
||||||
@ -0,0 +1,3 @@ |
|||||||
|
{ |
||||||
|
"more": "Lainnya" |
||||||
|
} |
||||||
@ -0,0 +1,3 @@ |
|||||||
|
{ |
||||||
|
"more": "Maggiori informazioni" |
||||||
|
} |
||||||
@ -0,0 +1,3 @@ |
|||||||
|
{ |
||||||
|
"more": "その他" |
||||||
|
} |
||||||
@ -0,0 +1,3 @@ |
|||||||
|
{ |
||||||
|
"more": "더 보기" |
||||||
|
} |
||||||
@ -0,0 +1,3 @@ |
|||||||
|
{ |
||||||
|
"more": "Daugiau" |
||||||
|
} |
||||||
@ -0,0 +1,3 @@ |
|||||||
|
{ |
||||||
|
"more": "Vairāk" |
||||||
|
} |
||||||
@ -0,0 +1,3 @@ |
|||||||
|
{ |
||||||
|
"more": "Meer" |
||||||
|
} |
||||||
@ -0,0 +1,3 @@ |
|||||||
|
{ |
||||||
|
"more": "Mer" |
||||||
|
} |
||||||
@ -0,0 +1,3 @@ |
|||||||
|
{ |
||||||
|
"more": "Więcej" |
||||||
|
} |
||||||
@ -0,0 +1,3 @@ |
|||||||
|
{ |
||||||
|
"more": "Mais" |
||||||
|
} |
||||||
@ -0,0 +1,3 @@ |
|||||||
|
{ |
||||||
|
"more": "Mais" |
||||||
|
} |
||||||
@ -0,0 +1,3 @@ |
|||||||
|
{ |
||||||
|
"more": "Mai mult" |
||||||
|
} |
||||||
@ -0,0 +1,3 @@ |
|||||||
|
{ |
||||||
|
"more": "Больше" |
||||||
|
} |
||||||
@ -0,0 +1,3 @@ |
|||||||
|
{ |
||||||
|
"more": "Viac" |
||||||
|
} |
||||||
@ -0,0 +1,3 @@ |
|||||||
|
{ |
||||||
|
"more": "Več" |
||||||
|
} |
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue