Skip to content

Commit

Permalink
Merge pull request #344 from Esri/3.27.5
Browse files Browse the repository at this point in the history
v3.27.5
  • Loading branch information
arowles authored Apr 9, 2024
2 parents 4d62bb7 + e67f368 commit 5f029b6
Show file tree
Hide file tree
Showing 44 changed files with 100 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/icons.json

Large diffs are not rendered by default.

41 changes: 41 additions & 0 deletions docs/keywords.json
Original file line number Diff line number Diff line change
Expand Up @@ -14460,5 +14460,46 @@
],
"category":"Geometry Editing",
"release":"3.27.3"
},
"file-xml":{
"alias":[
"3.27.5",
"files",
"xml",
"extensive markup language",
"file format",
"file type"
],
"category":"Files",
"release":"3.27.5"
},
"video-layer":{
"alias":[
"3.27.5",
"layers",
"video",
"media",
"images",
"picture",
"media",
"file",
"feature"
],
"category":"Layers",
"release":"3.27.5"
},
"livestream-video-layer":{
"alias":[
"3.27.5",
"layers",
"video",
"livestream",
"file",
"media",
"images",
"picture"
],
"category":"Layers",
"release":"3.27.5"
}
}
1 change: 1 addition & 0 deletions icons/file-xml-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/file-xml-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/file-xml-32.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/livestream-video-layer-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/livestream-video-layer-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/livestream-video-layer-32.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/video-layer-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/video-layer-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/video-layer-32.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1086,6 +1086,9 @@ export const fileVideo32: string;
export const fileWord16: string;
export const fileWord24: string;
export const fileWord32: string;
export const fileXml16: string;
export const fileXml24: string;
export const fileXml32: string;
export const fileZip16: string;
export const fileZip24: string;
export const fileZip32: string;
Expand Down Expand Up @@ -1782,6 +1785,9 @@ export const listRectangle32: string;
export const listShowAll16: string;
export const listShowAll24: string;
export const listShowAll32: string;
export const livestreamVideoLayer16: string;
export const livestreamVideoLayer24: string;
export const livestreamVideoLayer32: string;
export const locationSharing16F: string;
export const locationSharing16: string;
export const locationSharing24F: string;
Expand Down Expand Up @@ -3228,6 +3234,9 @@ export const verticalDistribute32: string;
export const video16: string;
export const video24: string;
export const video32: string;
export const videoLayer16: string;
export const videoLayer24: string;
export const videoLayer32: string;
export const videoPlus16: string;
export const videoPlus24: string;
export const videoPlus32: string;
Expand Down
9 changes: 9 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1079,6 +1079,9 @@ export {fileVideo32} from "./js/fileVideo32.js";
export {fileWord16} from "./js/fileWord16.js";
export {fileWord24} from "./js/fileWord24.js";
export {fileWord32} from "./js/fileWord32.js";
export {fileXml16} from "./js/fileXml16.js";
export {fileXml24} from "./js/fileXml24.js";
export {fileXml32} from "./js/fileXml32.js";
export {fileZip16} from "./js/fileZip16.js";
export {fileZip24} from "./js/fileZip24.js";
export {fileZip32} from "./js/fileZip32.js";
Expand Down Expand Up @@ -1775,6 +1778,9 @@ export {listRectangle32} from "./js/listRectangle32.js";
export {listShowAll16} from "./js/listShowAll16.js";
export {listShowAll24} from "./js/listShowAll24.js";
export {listShowAll32} from "./js/listShowAll32.js";
export {livestreamVideoLayer16} from "./js/livestreamVideoLayer16.js";
export {livestreamVideoLayer24} from "./js/livestreamVideoLayer24.js";
export {livestreamVideoLayer32} from "./js/livestreamVideoLayer32.js";
export {locationSharing16F} from "./js/locationSharing16F.js";
export {locationSharing16} from "./js/locationSharing16.js";
export {locationSharing24F} from "./js/locationSharing24F.js";
Expand Down Expand Up @@ -3221,6 +3227,9 @@ export {verticalDistribute32} from "./js/verticalDistribute32.js";
export {video16} from "./js/video16.js";
export {video24} from "./js/video24.js";
export {video32} from "./js/video32.js";
export {videoLayer16} from "./js/videoLayer16.js";
export {videoLayer24} from "./js/videoLayer24.js";
export {videoLayer32} from "./js/videoLayer32.js";
export {videoPlus16} from "./js/videoPlus16.js";
export {videoPlus24} from "./js/videoPlus24.js";
export {videoPlus32} from "./js/videoPlus32.js";
Expand Down
1 change: 1 addition & 0 deletions js/fileXml16.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const fileXml16: string;
1 change: 1 addition & 0 deletions js/fileXml16.js

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

1 change: 1 addition & 0 deletions js/fileXml16.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M11.4 0H2v8h1V1h7v4h4v10H3v-1H2v2h13V3.6L11.4 0zM14 4h-3V1h.31L14 3.69V4zm-2 9h-1V7h1v6zm-2-2.5V13H9v-2.5a.501.501 0 0 0-1 0V13H7v-2.5a.501.501 0 0 0-1 0V13H5V9h1v.092c.157-.056.324-.092.5-.092.386 0 .734.15 1 .39.266-.24.614-.39 1-.39.827 0 1.5.673 1.5 1.5zm-8.102.4L.694 9h1.183l.613.966L3.102 9h1.183l-1.204 1.9L4.413 13H3.23l-.74-1.167L1.75 13H.567l1.331-2.1z"
1 change: 1 addition & 0 deletions js/fileXml24.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const fileXml24: string;
1 change: 1 addition & 0 deletions js/fileXml24.js

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

1 change: 1 addition & 0 deletions js/fileXml24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M17 11v7h-1v-7h1zM3.184 18L4.5 16.377 5.816 18h1.287l-1.96-2.417L7.238 13H5.951L4.5 14.79 3.049 13H1.762l2.094 2.583L1.896 18h1.288zM8 13v5h1v-3a1 1 0 0 1 2 0v3h1v-3a1 1 0 0 1 2 0v3h1v-3c0-1.103-.897-2-2-2-.6 0-1.133.271-1.5.691-.367-.42-.9-.691-1.5-.691-.366 0-.705.106-1 .278V13H8zm13-6.291V23H3v-4h1v3h16V8h-6V2H4v10H3V1h12.29L21 6.709zM20 6.8L15.2 2H15v5h5v-.2z"
1 change: 1 addition & 0 deletions js/fileXml32.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const fileXml32: string;
1 change: 1 addition & 0 deletions js/fileXml32.js

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

1 change: 1 addition & 0 deletions js/fileXml32.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M19.3 2H5v14h1V3h12v8h8v18H6v-3H5v4h22V9.699L19.3 2zm-.3 8V3l7 7h-7zM6.5 21.671L4.689 24H3.423l2.444-3.143L3.645 18H4.91l1.59 2.043L8.09 18h1.265l-2.222 2.857L9.577 24H8.311L6.5 21.671zM12 18v.512a2.476 2.476 0 0 1 3.5.49 2.496 2.496 0 0 1 2-1.002c1.379 0 2.5 1.121 2.5 2.5V24h-1v-3.5c0-.827-.673-1.5-1.5-1.5s-1.5.673-1.5 1.5V24h-1v-3.5c0-.827-.673-1.5-1.5-1.5s-1.5.673-1.5 1.5V24h-1v-6h1zm11-3v9h-1v-9h1z"
1 change: 1 addition & 0 deletions js/livestreamVideoLayer16.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const livestreamVideoLayer16: string;
1 change: 1 addition & 0 deletions js/livestreamVideoLayer16.js

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

1 change: 1 addition & 0 deletions js/livestreamVideoLayer16.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M8.063 4.006C5.825 4.006 4.011 5.794 4.011 8c0 2.206 1.814 3.994 4.052 3.994S12 10.206 12 8c0-2.206-1.698-3.994-3.937-3.994zM8 11c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM7 6l3 2-3 2V6zm3.008 7.421C7.902 13.86 6.606 14.8 3.793 14.8 1.423 14.8 0 14.089 0 14.089l2.133-12.6S3.556 2 5.293 2c2.688 0 2.722-.986 5.413-.986 1.738 0 3.161.674 3.161.674l1.5 8.863a3.471 3.471 0 0 0-1.091-.458l-1.3-7.68c-.496-.17-1.337-.399-2.27-.399-1.17 0-1.725.201-2.368.434C7.623 2.707 6.813 3 5.294 3c-.908 0-1.736-.126-2.359-.26l-1.81 10.697a9.538 9.538 0 0 0 2.668.363c1.669 0 2.747-.363 3.888-.748.772-.26 1.56-.525 2.525-.689a3.46 3.46 0 0 0-.198 1.058zm5.987.079a2.495 2.495 0 1 1-4.99 0 2.495 2.495 0 0 1 4.99 0z"
1 change: 1 addition & 0 deletions js/livestreamVideoLayer24.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const livestreamVideoLayer24: string;
1 change: 1 addition & 0 deletions js/livestreamVideoLayer24.js

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

1 change: 1 addition & 0 deletions js/livestreamVideoLayer24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M11 15l5-3.5L11 8v7zm1-5.08l2.256 1.58L12 13.08V9.92zm3.097 10.502c-2.89.46-4.745 1.378-8.673 1.378C3.034 21.8 1 20.783 1 20.783L4.05 3.078s2.035.722 4.52.722c3.849 0 3.893-1.6 7.74-1.6 2.487 0 4.52.878 4.52.878l2.329 13.818a4.53 4.53 0 0 0-1.21-1.16L19.941 3.815c-.703-.235-2.08-.615-3.63-.615-1.727 0-2.544.336-3.49.725-.998.41-2.129.875-4.25.875-1.496 0-2.833-.242-3.724-.457L2.124 20.15c.807.27 2.301.65 4.3.65 2.502 0 4.096-.383 5.783-.79.878-.21 1.774-.425 2.8-.585 0 .025-.007.05-.007.075 0 .316.034.624.097.922zM12.506 6.006c-3.03 0-5.495 2.464-5.495 5.494s2.465 5.494 5.495 5.494S18 14.53 18 11.5s-2.465-5.494-5.494-5.494zM12.5 16C10.019 16 8 13.981 8 11.5S10.019 7 12.5 7 17 9.019 17 11.5 14.981 16 12.5 16zm10.47 3.5a3.495 3.495 0 1 1-6.99 0 3.495 3.495 0 0 1 6.99 0z"
1 change: 1 addition & 0 deletions js/livestreamVideoLayer32.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const livestreamVideoLayer32: string;
1 change: 1 addition & 0 deletions js/livestreamVideoLayer32.js

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

1 change: 1 addition & 0 deletions js/livestreamVideoLayer32.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M22.8 16c0 3.76-3.04 6.8-6.8 6.8S9.2 19.76 9.2 16s3.04-6.8 6.8-6.8 6.8 3.04 6.8 6.8zm-1 0c0-3.2-2.6-5.8-5.8-5.8s-5.8 2.6-5.8 5.8 2.6 5.8 5.8 5.8 5.8-2.6 5.8-5.8zM14 12v8l6-4-6-4zm1 1.868L18.197 16 15 18.132v-4.264zm4.032 12.752c-1.25.255-2.304.594-3.34.928-1.992.644-3.874 1.252-7.154 1.252-3.003 0-5.37-.886-6.43-1.366L5.794 5.217a15.6 15.6 0 0 0 4.544.651c2.505 0 4-.43 5.445-.847 1.448-.417 2.816-.81 5.29-.81 2.188 0 4.104.325 5.05.518l2.775 16.72c.5.43.927.94 1.264 1.51L27 3.9s-2.667-.689-5.926-.689c-5.144 0-5.927 1.657-10.735 1.657C7.52 4.868 5.7 4.133 5 3.9L1 28s3.093 1.8 7.538 1.8c5.17 0 7.116-1.47 10.686-2.199a5.93 5.93 0 0 1-.192-.981zM25 21a5 5 0 1 0 0 10 5 5 0 0 0 0-10z"
1 change: 1 addition & 0 deletions js/videoLayer16.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const videoLayer16: string;
1 change: 1 addition & 0 deletions js/videoLayer16.js

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

1 change: 1 addition & 0 deletions js/videoLayer16.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M10.706 2.014c.933 0 1.774.23 2.27.399l1.72 10.163a8.317 8.317 0 0 0-2.489-.376c-1.996 0-3.282.433-4.526.852-1.141.385-2.22.748-3.888.748a9.538 9.538 0 0 1-2.669-.363L2.935 2.74c.623.134 1.451.26 2.359.26 1.519 0 2.33-.293 3.044-.552.643-.233 1.198-.434 2.368-.434m0-1c-2.69 0-2.725.986-5.412.986-1.738 0-3.161-.512-3.161-.512L0 14.09s1.422.711 3.793.711c3.665 0 4.749-1.6 8.414-1.6 2.37 0 3.793 1.09 3.793 1.09L13.867 1.687s-1.423-.674-3.16-.674zM8.063 4.006C5.825 4.006 4.011 5.794 4.011 8c0 2.206 1.814 3.994 4.052 3.994S12 10.206 12 8c0-2.206-1.698-3.994-3.937-3.994zM8 11c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM7 6v4l3-2-3-2z"
1 change: 1 addition & 0 deletions js/videoLayer24.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const videoLayer24: string;
1 change: 1 addition & 0 deletions js/videoLayer24.js

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

Loading

0 comments on commit 5f029b6

Please sign in to comment.