Skip to content

Commit

Permalink
Merge pull request #342 from Esri/3.27.3
Browse files Browse the repository at this point in the history
v3.27.3
  • Loading branch information
arowles committed Apr 8, 2024
2 parents dd3d506 + fc74c3e commit 70c36c5
Show file tree
Hide file tree
Showing 56 changed files with 127 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/icons.json

Large diffs are not rendered by default.

50 changes: 50 additions & 0 deletions docs/keywords.json
Original file line number Diff line number Diff line change
Expand Up @@ -14411,5 +14411,55 @@
],
"category":"Text",
"release":"3.27.2"
},
"select-by-attributes":{
"alias":[
"3.27.3",
"gis",
"select",
"select text",
"attributes",
"tags"
],
"category":"GIS",
"release":"3.27.3"
},
"reshape-tool":{
"alias":[
"3.27.3",
"geometry editing",
"lines",
"points",
"reshape",
"movement"
],
"category":"Geometry Editing",
"release":"3.27.3"
},
"reshape-add-geometry":{
"alias":[
"3.27.3",
"geometry editing",
"lines",
"points",
"reshape",
"add",
"angles"
],
"category":"Geometry Editing",
"release":"3.27.3"
},
"reshape-subtract-geometry":{
"alias":[
"3.27.3",
"geometry editing",
"subtract",
"reshape",
"lines",
"points",
"angles"
],
"category":"Geometry Editing",
"release":"3.27.3"
}
}
1 change: 1 addition & 0 deletions icons/reshape-add-geometry-16.svg
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/reshape-add-geometry-24.svg
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/reshape-add-geometry-32.svg
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/reshape-subtract-geometry-16.svg
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/reshape-subtract-geometry-24.svg
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/reshape-subtract-geometry-32.svg
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/reshape-tool-16.svg
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/reshape-tool-24.svg
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/reshape-tool-32.svg
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/select-by-attributes-16.svg
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/select-by-attributes-24.svg
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/select-by-attributes-32.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2454,6 +2454,15 @@ export const replaceImage32: string;
export const reset16: string;
export const reset24: string;
export const reset32: string;
export const reshapeAddGeometry16: string;
export const reshapeAddGeometry24: string;
export const reshapeAddGeometry32: string;
export const reshapeSubtractGeometry16: CalciteMultiPathEntry[];
export const reshapeSubtractGeometry24: CalciteMultiPathEntry[];
export const reshapeSubtractGeometry32: CalciteMultiPathEntry[];
export const reshapeTool16: string;
export const reshapeTool24: string;
export const reshapeTool32: string;
export const resizeArea16: string;
export const resizeArea24: string;
export const resizeArea32: string;
Expand Down Expand Up @@ -2634,6 +2643,9 @@ export const security32: string;
export const select16: string;
export const select24: string;
export const select32: string;
export const selectByAttributes16: CalciteMultiPathEntry[];
export const selectByAttributes24: CalciteMultiPathEntry[];
export const selectByAttributes32: CalciteMultiPathEntry[];
export const selectCategory16: string;
export const selectCategory24: string;
export const selectCategory32: string;
Expand Down
12 changes: 12 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2447,6 +2447,15 @@ export {replaceImage32} from "./js/replaceImage32.js";
export {reset16} from "./js/reset16.js";
export {reset24} from "./js/reset24.js";
export {reset32} from "./js/reset32.js";
export {reshapeAddGeometry16} from "./js/reshapeAddGeometry16.js";
export {reshapeAddGeometry24} from "./js/reshapeAddGeometry24.js";
export {reshapeAddGeometry32} from "./js/reshapeAddGeometry32.js";
export {reshapeSubtractGeometry16} from "./js/reshapeSubtractGeometry16.js";
export {reshapeSubtractGeometry24} from "./js/reshapeSubtractGeometry24.js";
export {reshapeSubtractGeometry32} from "./js/reshapeSubtractGeometry32.js";
export {reshapeTool16} from "./js/reshapeTool16.js";
export {reshapeTool24} from "./js/reshapeTool24.js";
export {reshapeTool32} from "./js/reshapeTool32.js";
export {resizeArea16} from "./js/resizeArea16.js";
export {resizeArea24} from "./js/resizeArea24.js";
export {resizeArea32} from "./js/resizeArea32.js";
Expand Down Expand Up @@ -2627,6 +2636,9 @@ export {security32} from "./js/security32.js";
export {select16} from "./js/select16.js";
export {select24} from "./js/select24.js";
export {select32} from "./js/select32.js";
export {selectByAttributes16} from "./js/selectByAttributes16.js";
export {selectByAttributes24} from "./js/selectByAttributes24.js";
export {selectByAttributes32} from "./js/selectByAttributes32.js";
export {selectCategory16} from "./js/selectCategory16.js";
export {selectCategory24} from "./js/selectCategory24.js";
export {selectCategory32} from "./js/selectCategory32.js";
Expand Down
1 change: 1 addition & 0 deletions js/reshapeAddGeometry16.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const reshapeAddGeometry16: string;
1 change: 1 addition & 0 deletions js/reshapeAddGeometry16.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/reshapeAddGeometry16.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M13 11h1v1h-1v3h3v-3h-1v-1h1V8h-3v3zm2 3h-1v-1h1v1zm-1-5h1v1h-1V9zm-3-1h1v1h-1V8zm0 5h1v1h-1v-1zM9 7h1v1H9V7zm0 6h1v1H9v-1zm7-11v1h-2v2h-1V3h-2V2h2V0h1v2h2zM5 4.066L3 2.732V1H0v3h1v8H0v3h3v-1h2v1h3v-3H7V7h1V4H5v.066zM1 2h1v1H1V2zm1 12H1v-1h1v1zm5 0H6v-1h1v1zM6 5h1v1H6V5zm0 7H5v1H3v-1H2V4h1v-.066l2 1.334V7h1v5z"
1 change: 1 addition & 0 deletions js/reshapeAddGeometry24.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const reshapeAddGeometry24: string;
1 change: 1 addition & 0 deletions js/reshapeAddGeometry24.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/reshapeAddGeometry24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M23 4v1h-3v3h-1V5h-3V4h3V1h1v3h3zm-6 17h1v-1h-1v1zm-2 0h1v-1h-1v1zm0-10h1v-1h-1v1zm2 1h1v-1h-1v1zm3 6h1v-1h-1v1zm1-3h-1v1h1v-1zm-2 4h3v3h-3v-3zm1 2h1v-1h-1v1zm-1-10h3v3h-3v-3zm1 2h1v-1h-1v1zm-9-6h3v3h-1v9h1v3h-3v-1H5v1H2v-3h1V5H2V2h3v1.617l6 3.6V7zM3 4h1V3H3v1zm1 16H3v1h1v-1zm8 0v1h1v-1h-1zm0-11h1V8h-1v1zm0 1h-1V8.383l-6-3.6V5H4v14h1v1h6v-1h1v-9z"
1 change: 1 addition & 0 deletions js/reshapeAddGeometry32.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const reshapeAddGeometry32: string;
1 change: 1 addition & 0 deletions js/reshapeAddGeometry32.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/reshapeAddGeometry32.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M25 27h1v1h-1v-1zm-2 1h1v-1h-1v1zm-2 0h1v-1h-1v1zm-2 0h1v-1h-1v1zm0-14h1v-1h-1v1zm2 1h1v-1h-1v1zm2 1h1v-1h-1v1zm2 1h1v-1h-1v1zm4 3h-1v1h1v-1zm-1 3h1v-1h-1v1zm0 2h1v-1h-1v1zm-1-9h3v3h-3v-3zm1 2h1v-1h-1v1zm-1 8h3v3h-3v-3zm1 2h1v-1h-1v1zM27 5V1h-1v4h-4v1h4v4h1V6h4V5h-4zm-12 5h3v3h-1v13h1v3h-3v-1H6v1H3v-3h1V6H3V3h3v1.644l9 5.538V10zM4 5h1V4H4v1zm1 22H4v1h1v-1zm12 0h-1v1h1v-1zm-1-15h1v-1h-1v1zm0 1h-1v-1.644L6 5.818V6H5v20h1v1h9v-1h1V13z"
1 change: 1 addition & 0 deletions js/reshapeSubtractGeometry16.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const reshapeSubtractGeometry16: CalciteMultiPathEntry[];
1 change: 1 addition & 0 deletions js/reshapeSubtractGeometry16.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/reshapeSubtractGeometry16.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"opacity":".5","d":"M16 11V8h-3v.91l-3-1.874V8h-.343L13 10.089V11h1v1h-1v1h-3v1h3v1h3v-3h-1v-1h1zm-1 3h-1v-1h1v1zm-1-5h1v1h-1V9z"},{"d":"M16 2v1h-5V2h5zM7 5h3v3H9v4h1v3H7v-1H3v1H0v-3h1V4H0V1h3v1.66l4 2.5V5zM1 3h1V2H1v1zm1 10H1v1h1v-1zm7 0H8v1h1v-1zM8 7h1V6H8v1zm0 1H7V6.34l-4-2.5V4H2v8h1v1h4v-1h1V8z"}]
1 change: 1 addition & 0 deletions js/reshapeSubtractGeometry24.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const reshapeSubtractGeometry24: CalciteMultiPathEntry[];
1 change: 1 addition & 0 deletions js/reshapeSubtractGeometry24.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/reshapeSubtractGeometry24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"d":"M16 4h7v1h-7z"},{"d":"M23 4v1h-7V4h7zM11 7h3v3h-1.125v9H14v3h-3v-1H5v1H2v-3h1V5H2V2h3v1.617l6 3.6V7zM3 4h1V3H3v1zm1 16H3v1h1v-1zm8 0v1h1v-1h-1zm0-11h1V8h-1v1zm0 1h-1V8.383l-6-3.6V5H4v14h1v1h6v-1h1v-9z"},{"opacity":".5","d":"M22 14v-3h-3v1.017l-5-3V10h-.305L19 13.183V14h1v5h-1v1h-5v1h5v1h3v-3h-1v-5h1zm-1 7h-1v-1h1v1zm-1-8v-1h1v1h-1z"}]
1 change: 1 addition & 0 deletions js/reshapeSubtractGeometry32.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const reshapeSubtractGeometry32: CalciteMultiPathEntry[];
1 change: 1 addition & 0 deletions js/reshapeSubtractGeometry32.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/reshapeSubtractGeometry32.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"d":"M31 6v1h-9V6h9zm-16 4h3v3h-1v13h1v3h-3v-1H6v1H3v-3h1V6H3V3h3v1.644l9 5.538V10zM4 5h1V4H4v1zm1 22H4v1h1v-1zm12 0h-1v1h1v-1zm-1-15h1v-1h-1v1zm0 1h-1v-1.644L6 5.818V6H5v20h1v1h9v-1h1V13z"},{"opacity":".5","d":"M30 20v-3h-3v.567l-9-5.538V13h-.329L27 18.74V20h1v6h-1v1h-9v1h9v1h3v-3h-1v-6h1zm-1 8h-1v-1h1v1zm-1-9v-1h1v1h-1z"}]
1 change: 1 addition & 0 deletions js/reshapeTool16.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const reshapeTool16: string;
1 change: 1 addition & 0 deletions js/reshapeTool16.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/reshapeTool16.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M13 8v3h3V8h-3zm2 2h-1V9h1v1zm-2 5h3v-3h-3v3zm1-2h1v1h-1v-1zm-3 0h1v1h-1v-1zm-2 0h1v1H9v-1zm0-6h1v1H9V7zm2 1h1v1h-1V8zM7 2h1v14H7V2zM3 1H0v3h1v8H0v3h3v-1h3v-1H3v-1H2V4h1v-.066l3 2V4.732l-3-2V1zM2 14H1v-1h1v1zM2 3H1V2h1v1z"
1 change: 1 addition & 0 deletions js/reshapeTool24.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const reshapeTool24: string;
1 change: 1 addition & 0 deletions js/reshapeTool24.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/reshapeTool24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M15 10h1v1h-1v-1zm2 2h1v-1h-1v1zm5-1v3h-3v-3h3zm-1 1h-1v1h1v-1zm-4 9h1v-1h-1v1zm-2 0h1v-1h-1v1zM13 8.417V23h1V5h-1v3.417zm-8-4.8l7 4.2v1.166l-7-4.2V5H4v14h1v1h7v1H5v1H2v-3h1V5H2V2h3v1.617zM4 20H3v1h1v-1zM4 3H3v1h1V3zm15 16h3v3h-3v-3zm1 2h1v-1h-1v1z"
1 change: 1 addition & 0 deletions js/reshapeTool32.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const reshapeTool32: string;
1 change: 1 addition & 0 deletions js/reshapeTool32.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/reshapeTool32.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M25 27h1v1h-1v-1zm-2 1h1v-1h-1v1zm-2 0h1v-1h-1v1zm-2 0h1v-1h-1v1zm0-14h1v-1h-1v1zm2 1h1v-1h-1v1zm2 1h1v-1h-1v1zm2 1h1v-1h-1v1zm5-1v3h-3v-3h3zm-1 1h-1v1h1v-1zm-2 9h3v3h-3v-3zm1 2h1v-1h-1v1zM17 11.413V31h1V7h-1v4.413zM6 4.643l10 6.154v1.175L6 5.818V6H5v20h1v1h10v1H6v1H3v-3h1V6H3V3h3v1.644zM5 27H4v1h1v-1zM5 4H4v1h1V4z"
1 change: 1 addition & 0 deletions js/selectByAttributes16.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const selectByAttributes16: CalciteMultiPathEntry[];
1 change: 1 addition & 0 deletions js/selectByAttributes16.js

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

0 comments on commit 70c36c5

Please sign in to comment.