@agrotools1/at-components 0.6.0 → 0.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3357) hide show
  1. package/README.md +7 -7
  2. package/dist/Accordion/Accordion.d.ts +15 -4
  3. package/dist/Accordion/Accordion.vue.js +1 -1
  4. package/dist/Accordion/Accordion.vue2.js +19 -14
  5. package/dist/Accordion/index.d.ts +1 -1
  6. package/dist/Avatar/Avatar.d.ts +4 -4
  7. package/dist/Avatar/Avatar.vue.js +1 -1
  8. package/dist/Avatar/Avatar.vue3.js +2 -2
  9. package/dist/Avatar/index.d.ts +1 -1
  10. package/dist/Button/Button.d.ts +4 -4
  11. package/dist/Button/Button.vue.js +1 -1
  12. package/dist/Button/Button.vue3.js +2 -2
  13. package/dist/Button/index.d.ts +1 -1
  14. package/dist/CardWithInsights/CardWithInsights.vue.js +6 -6
  15. package/dist/CardWithInsights/CardWithInsights.vue4.js +2 -2
  16. package/dist/CardWithInsights/index.d.ts +1 -1
  17. package/dist/Checkbox/Checkbox.d.ts +9 -8
  18. package/dist/Checkbox/Checkbox.vue.js +1 -1
  19. package/dist/Checkbox/img/checkmarck.svg.js +1 -1
  20. package/dist/Checkbox/index.d.ts +1 -1
  21. package/dist/Chips/index.d.ts +1 -1
  22. package/dist/ColorPicker/ColorPicker.Saturation.d.ts +8 -8
  23. package/dist/ColorPicker/ColorPicker.Saturation.vue.js +10 -10
  24. package/dist/ColorPicker/ColorPicker.Saturation.vue3.js +2 -2
  25. package/dist/ColorPicker/ColorPicker.vue.js +4 -4
  26. package/dist/ColorPicker/index.d.ts +1 -1
  27. package/dist/DataTable/Column/Column.d.ts +4 -3
  28. package/dist/DataTable/Column/Column.vue.js +6 -6
  29. package/dist/DataTable/Column/Column.vue3.js +2 -2
  30. package/dist/DataTable/Column/imgs/filter.svg.js +1 -1
  31. package/dist/DataTable/Counters/Counters.d.ts +6 -6
  32. package/dist/DataTable/Counters/Counters.vue.js +1 -1
  33. package/dist/DataTable/Counters/imgs/close.svg.js +1 -1
  34. package/dist/DataTable/DataTable.d.ts +18 -8
  35. package/dist/DataTable/DataTable.vue.js +71 -59
  36. package/dist/DataTable/DataTable.vue2.js +19 -15
  37. package/dist/DataTable/index.d.ts +46 -37
  38. package/dist/DatePicker/DatePicker.d.ts +22 -21
  39. package/dist/DatePicker/DatePicker.scss.js +2 -2
  40. package/dist/DatePicker/DatePicker.vue.js +5 -5
  41. package/dist/DatePicker/DatePicker.vue2.js +89 -85
  42. package/dist/DatePicker/DatePickerCalendar/DatePickerCalendar.d.ts +7 -7
  43. package/dist/DatePicker/DatePickerCalendar/DatePickerCalendar.helper.d.ts +2 -1
  44. package/dist/DatePicker/DatePickerCalendar/DatePickerCalendar.vue.js +3 -3
  45. package/dist/DatePicker/DatePickerHeader/DatePickerHeader.d.ts +2 -2
  46. package/dist/DatePicker/DatePickerHeader/DatePickerHeader.scss.js +2 -2
  47. package/dist/DatePicker/DatePickerHeader/DatePickerHeader.vue.js +4 -4
  48. package/dist/DatePicker/DatePickerHeader/DatePickerHeader.vue2.js +5 -3
  49. package/dist/DatePicker/DatePickerListSelector/DatePickerListSelector.d.ts +6 -5
  50. package/dist/DatePicker/DatePickerListSelector/DatePickerListSelector.vue.js +7 -7
  51. package/dist/DatePicker/DatePickerListSelector/DatePickerListSelector.vue2.js +11 -7
  52. package/dist/DatePicker/DatePickerTime/DatePickerTime.d.ts +7 -6
  53. package/dist/DatePicker/DatePickerTime/DatePickerTime.scss.js +2 -2
  54. package/dist/DatePicker/DatePickerTime/DatePickerTime.vue.js +8 -8
  55. package/dist/DatePicker/index.d.ts +2 -2
  56. package/dist/Dropdown/Checklist/Dropdown.Checklist.d.ts +13 -12
  57. package/dist/Dropdown/Checklist/Dropdown.Checklist.vue.js +20 -20
  58. package/dist/Dropdown/Checklist/draggable.d.ts +2 -1
  59. package/dist/Dropdown/Dropdown.core.d.ts +9 -8
  60. package/dist/Dropdown/Dropdown.core.vue.js +2 -2
  61. package/dist/Dropdown/Dropdown.core.vue2.js +59 -48
  62. package/dist/Dropdown/Dropdown.types.d.ts +1 -1
  63. package/dist/Dropdown/DropdownContent/DropdownContent.d.ts +1 -1
  64. package/dist/Faq/Faq.d.ts +1 -0
  65. package/dist/Faq/Faq.vue.js +21 -42
  66. package/dist/Faq/Faq.vue2.js +11 -12
  67. package/dist/Faq/FaqItem/FaqItem.d.ts +36 -0
  68. package/dist/Faq/FaqItem/FaqItem.vue.js +56 -0
  69. package/dist/Faq/FaqItem/FaqItem.vue2.js +32 -0
  70. package/dist/Faq/FaqItem/index.d.ts +1 -0
  71. package/dist/Faq/index.d.ts +1 -1
  72. package/dist/Filter/components/Filter.types.d.ts +2 -1
  73. package/dist/Filter/components/Filter.vue.js +2 -2
  74. package/dist/Filter/index.d.ts +4 -3
  75. package/dist/Filter/tests/mocks.d.ts +3 -2
  76. package/dist/Icons/icons.d.ts +3570 -1860
  77. package/dist/Icons/icons.js +372 -336
  78. package/dist/Illustration/Illustration.vue.js +5 -5
  79. package/dist/Illustration/images/renovabio-illustrations/biomass.svg.js +1 -1
  80. package/dist/Illustration/images/renovabio-illustrations/volume.svg.js +1 -1
  81. package/dist/Illustration/images/system-images/add-file.svg.js +1 -1
  82. package/dist/Illustration/images/system-images/cloud-connection.svg.js +1 -1
  83. package/dist/Illustration/images/system-images/cloud-download.svg.js +1 -1
  84. package/dist/Illustration/images/system-images/cloud-upload.svg.js +1 -1
  85. package/dist/Illustration/images/system-images/corrupted-file.svg.js +1 -1
  86. package/dist/Illustration/images/system-images/empty-box.svg.js +1 -1
  87. package/dist/Illustration/images/system-images/empty-folder-2.svg.js +1 -1
  88. package/dist/Illustration/images/system-images/empty-folder.svg.js +1 -1
  89. package/dist/Illustration/images/system-images/empty.svg.js +1 -1
  90. package/dist/Illustration/images/system-images/error-illustration.svg.js +1 -1
  91. package/dist/Illustration/images/system-images/file-backup-2.svg.js +1 -1
  92. package/dist/Illustration/images/system-images/file-backup.svg.js +1 -1
  93. package/dist/Illustration/images/system-images/filtering-upload.svg.js +1 -1
  94. package/dist/Illustration/images/system-images/flight.svg.js +1 -1
  95. package/dist/Illustration/images/system-images/fly.svg.js +1 -1
  96. package/dist/Illustration/images/system-images/movies.svg.js +1 -1
  97. package/dist/Illustration/images/system-images/multimedia.svg.js +1 -1
  98. package/dist/Illustration/images/system-images/notification-bell.svg.js +1 -1
  99. package/dist/Illustration/images/system-images/page-2.svg.js +1 -1
  100. package/dist/Illustration/images/system-images/page.svg.js +1 -1
  101. package/dist/Illustration/images/system-images/photos.svg.js +1 -1
  102. package/dist/Illustration/images/system-images/recycle-bin.svg.js +1 -1
  103. package/dist/Illustration/images/system-images/rocket-launch.svg.js +1 -1
  104. package/dist/Illustration/images/system-images/signal.svg.js +1 -1
  105. package/dist/Illustration/images/system-images/wrong.svg.js +1 -1
  106. package/dist/Illustration/images/tools-images/advanced-analysis.svg.js +1 -1
  107. package/dist/Illustration/images/tools-images/agriculture.svg.js +1 -1
  108. package/dist/Illustration/images/tools-images/alert-center.svg.js +1 -1
  109. package/dist/Illustration/images/tools-images/area.svg.js +1 -1
  110. package/dist/Illustration/images/tools-images/at-insights.svg.js +1 -1
  111. package/dist/Illustration/images/tools-images/conservation-unit.svg.js +1 -1
  112. package/dist/Illustration/images/tools-images/credit.svg.js +2 -2
  113. package/dist/Illustration/images/tools-images/deforestation.svg.js +1 -1
  114. package/dist/Illustration/images/tools-images/distance-proximity-rivers.svg.js +1 -1
  115. package/dist/Illustration/images/tools-images/estimated-productivity-penalty.svg.js +1 -1
  116. package/dist/Illustration/images/tools-images/extract.svg.js +1 -1
  117. package/dist/Illustration/images/tools-images/farm.svg.js +1 -1
  118. package/dist/Illustration/images/tools-images/geographical-consultation-municipalities.svg.js +1 -1
  119. package/dist/Illustration/images/tools-images/gix.svg.js +1 -1
  120. package/dist/Illustration/images/tools-images/insurance.svg.js +1 -1
  121. package/dist/Illustration/images/tools-images/land-appreciation.svg.js +1 -1
  122. package/dist/Illustration/images/tools-images/lockdown.svg.js +1 -1
  123. package/dist/Illustration/images/tools-images/map.svg.js +1 -1
  124. package/dist/Illustration/images/tools-images/pasture.svg.js +1 -1
  125. package/dist/Illustration/images/tools-images/rating-2.svg.js +1 -1
  126. package/dist/Illustration/images/tools-images/rating.svg.js +1 -1
  127. package/dist/Illustration/images/tools-images/recurrence.svg.js +1 -1
  128. package/dist/Illustration/images/tools-images/refrigerators.svg.js +1 -1
  129. package/dist/Illustration/images/tools-images/settings.svg.js +1 -1
  130. package/dist/Illustration/images/tools-images/socio-environmental-analysis.svg.js +1 -1
  131. package/dist/Illustration/images/tools-images/soil-use.svg.js +1 -1
  132. package/dist/Illustration/images/tools-images/storm.svg.js +1 -1
  133. package/dist/Illustration/images/tools-images/territory-details.svg.js +1 -1
  134. package/dist/Illustration/images/tools-images/timeline.svg.js +1 -1
  135. package/dist/Illustration/index.d.ts +1 -1
  136. package/dist/Input/Input.core.d.ts +2286 -689
  137. package/dist/Input/Input.core.vue.js +14 -13
  138. package/dist/Input/Input.core.vue2.js +44 -44
  139. package/dist/Input/imgs/error.svg.js +2 -2
  140. package/dist/Input/index.d.ts +3291 -1694
  141. package/dist/Legend/Legend.d.ts +3 -3
  142. package/dist/Legend/Legend.vue.js +1 -1
  143. package/dist/Legend/index.d.ts +1 -1
  144. package/dist/List/components/List.d.ts +18 -9
  145. package/dist/List/components/List.types.d.ts +2 -1
  146. package/dist/List/components/List.vue.js +31 -31
  147. package/dist/List/components/List.vue2.js +29 -25
  148. package/dist/List/index.d.ts +4 -3
  149. package/dist/List/tests/mocks.d.ts +2 -1
  150. package/dist/Loading/Loading.d.ts +13 -7
  151. package/dist/Loading/Loading.vue.js +13 -10
  152. package/dist/Loading/Loading.vue2.js +8 -3
  153. package/dist/Loading/index.d.ts +1 -1
  154. package/dist/Menu/Menu.d.ts +51 -0
  155. package/dist/Menu/Menu.vue.js +158 -0
  156. package/dist/Menu/Menu.vue2.js +77 -0
  157. package/dist/Menu/Menu.vue3.js +4 -0
  158. package/dist/Menu/assets/agrotools.svg.js +4 -0
  159. package/dist/Menu/assets/at.svg.js +4 -0
  160. package/dist/Menu/index.d.ts +1 -0
  161. package/dist/Modal/Modal.d.ts +9 -8
  162. package/dist/Modal/Modal.vue.js +102 -100
  163. package/dist/Modal/Modal.vue2.js +8 -4
  164. package/dist/Modal/Modal.vue3.js +2 -2
  165. package/dist/Modal/images/cross.svg.js +1 -1
  166. package/dist/Modal/index.d.ts +1 -1
  167. package/dist/Notifications/Notification/Notification.d.ts +50 -50
  168. package/dist/Notifications/Notification/Notification.vue.js +4 -4
  169. package/dist/Notifications/Notifications.d.ts +10 -10
  170. package/dist/Notifications/Notifications.vue.js +6 -6
  171. package/dist/Notifications/Notifications.vue2.js +24 -20
  172. package/dist/Notifications/Notifications.vue3.js +2 -2
  173. package/dist/Notifications/index.d.ts +1 -1
  174. package/dist/Paginator/Paginator.d.ts +7 -7
  175. package/dist/Paginator/Paginator.vue.js +2 -2
  176. package/dist/Paginator/imgs/double-left-arrow.svg.js +1 -1
  177. package/dist/Paginator/imgs/double-right-arrow.svg.js +1 -1
  178. package/dist/Paginator/imgs/left-arrow.svg.js +1 -1
  179. package/dist/Paginator/imgs/right-arrow.svg.js +1 -1
  180. package/dist/Paginator/index.d.ts +1 -1
  181. package/dist/ProgressBar/ProgressBar.d.ts +4 -3
  182. package/dist/ProgressBar/ProgressBar.vue.js +2 -2
  183. package/dist/ProgressBar/index.d.ts +1 -1
  184. package/dist/RadioButton/RadioButton.d.ts +3 -3
  185. package/dist/RadioButton/RadioButton.vue.js +1 -1
  186. package/dist/RadioButton/RadioButton.vue3.js +2 -2
  187. package/dist/RadioButton/index.d.ts +1 -1
  188. package/dist/Search/Search.d.ts +49 -6
  189. package/dist/Search/Search.vue.js +18 -15
  190. package/dist/Search/Search.vue2.js +78 -48
  191. package/dist/Search/index.d.ts +1 -1
  192. package/dist/Search/test.mocks.d.ts +2 -1
  193. package/dist/Search/utils.d.ts +2 -1
  194. package/dist/Select/Item/Item.d.ts +3 -3
  195. package/dist/Select/Item/Item.vue.js +16 -16
  196. package/dist/Select/Multiple/Select.multiple.d.ts +14 -13
  197. package/dist/Select/Multiple/Select.multiple.vue.js +14 -14
  198. package/dist/Select/Multiple/Select.multiple.vue2.js +14 -14
  199. package/dist/Select/Select.core.d.ts +8 -7
  200. package/dist/Select/Single/Select.single.d.ts +12 -11
  201. package/dist/Select/Single/Select.single.vue.js +7 -7
  202. package/dist/Select/imgs/indicator.svg.js +1 -1
  203. package/dist/Select/index.d.ts +25 -24
  204. package/dist/Skeleton/Skeleton.d.ts +2 -2
  205. package/dist/Skeleton/index.d.ts +1 -1
  206. package/dist/Stepper/Stepper.vue.js +43 -30
  207. package/dist/Stepper/Stepper.vue2.js +55 -50
  208. package/dist/Stepper/index.d.ts +1 -1
  209. package/dist/TableConfig/TableConfig.d.ts +11 -10
  210. package/dist/TableConfig/TableConfig.vue.js +4 -4
  211. package/dist/TableConfig/TableConfig.vue2.js +18 -18
  212. package/dist/TableConfig/index.d.ts +1 -1
  213. package/dist/TableConfig/test/mocks.d.ts +2 -1
  214. package/dist/Tabs/Tab/Tab.d.ts +4 -4
  215. package/dist/Tabs/Tab/Tab.vue.js +1 -1
  216. package/dist/Tabs/Tab/Tab.vue3.js +2 -2
  217. package/dist/Tabs/Tabs.d.ts +9 -8
  218. package/dist/Tabs/Tabs.vue.js +7 -7
  219. package/dist/Tabs/Tabs.vue2.js +22 -17
  220. package/dist/Tabs/Tabs.vue3.js +2 -2
  221. package/dist/Tabs/index.d.ts +1 -1
  222. package/dist/Tag/Tag.d.ts +7 -6
  223. package/dist/Tag/Tag.vue.js +1 -1
  224. package/dist/Tag/index.d.ts +1 -1
  225. package/dist/Tipograph/Paragraph/Paragraph.d.ts +2 -2
  226. package/dist/Tipograph/Paragraph/Paragraph.vue.js +2 -2
  227. package/dist/Tipograph/Paragraph/Paragraph.vue3.js +2 -2
  228. package/dist/Tipograph/Title/Title.d.ts +2 -2
  229. package/dist/Tipograph/Title/Title.vue.js +2 -2
  230. package/dist/Tipograph/index.d.ts +4 -4
  231. package/dist/Toggle/Toggle.d.ts +5 -5
  232. package/dist/Toggle/Toggle.vue.js +2 -2
  233. package/dist/Toggle/index.d.ts +1 -1
  234. package/dist/Tooltip/Tooltip.d.ts +42 -10
  235. package/dist/Tooltip/Tooltip.vue.js +44 -23
  236. package/dist/Tooltip/Tooltip.vue2.js +146 -100
  237. package/dist/Tooltip/Tooltip.vue3.js +2 -2
  238. package/dist/Tooltip/index.d.ts +1 -1
  239. package/dist/Upload/MultipleUpload/MultipleUpload.d.ts +8 -7
  240. package/dist/Upload/MultipleUpload/MultipleUpload.vue.js +2 -2
  241. package/dist/Upload/MultipleUpload/MultipleUpload.vue2.js +78 -59
  242. package/dist/Upload/SingleUpload/SingleUpload.d.ts +6 -5
  243. package/dist/Upload/SingleUpload/SingleUpload.vue.js +4 -4
  244. package/dist/Upload/SingleUpload/SingleUpload.vue2.js +45 -34
  245. package/dist/Upload/Upload.d.ts +4 -3
  246. package/dist/Upload/Upload.vue.js +1 -1
  247. package/dist/Upload/UploaderHeader/UploaderHeader.d.ts +2 -2
  248. package/dist/Upload/UploaderHeader/UploaderHeader.vue.js +1 -1
  249. package/dist/Upload/UploaderInfoProgress/UploaderInfoProgress.d.ts +2 -2
  250. package/dist/Upload/UploaderInfoProgress/UploaderInfoProgress.vue.js +1 -1
  251. package/dist/Upload/UploaderInput/UploaderInput.d.ts +8 -5
  252. package/dist/Upload/UploaderInput/UploaderInput.vue.js +22 -19
  253. package/dist/Upload/UploaderInput/UploaderInput.vue2.js +12 -8
  254. package/dist/Upload/index.d.ts +1 -1
  255. package/dist/agrotools-theme.css +1 -1
  256. package/dist/agrotools-theme.css.map +1 -1
  257. package/dist/index.d.ts +33 -31
  258. package/dist/index.js +48 -44
  259. package/dist/packages/at-icons/dist/AtAdminRegularIcon/AtAdminRegularIcon.vue.js +45 -0
  260. package/dist/packages/at-icons/dist/AtAdminRegularIcon/index.js +5 -0
  261. package/dist/packages/at-icons/dist/AtAdminSolidIcon/AtAdminSolidIcon.vue.js +45 -0
  262. package/dist/packages/at-icons/dist/AtAdminSolidIcon/index.js +5 -0
  263. package/dist/packages/at-icons/dist/AtAnalisesRegularIcon/AtAnalisesRegularIcon.vue.js +46 -0
  264. package/dist/packages/at-icons/dist/AtAnalisesRegularIcon/index.js +5 -0
  265. package/dist/packages/at-icons/dist/AtAnalisesSolidIcon/AtAnalisesSolidIcon.vue.js +46 -0
  266. package/dist/packages/at-icons/dist/AtAnalisesSolidIcon/index.js +5 -0
  267. package/dist/packages/at-icons/dist/AtAngleDownSolidIcon/AtAngleDownSolidIcon.vue.js +34 -0
  268. package/dist/packages/at-icons/dist/AtAngleDownSolidIcon/index.js +5 -0
  269. package/dist/packages/at-icons/dist/AtAngleLeftSolidIcon/AtAngleLeftSolidIcon.vue.js +34 -0
  270. package/dist/packages/at-icons/dist/AtAngleLeftSolidIcon/index.js +5 -0
  271. package/dist/packages/at-icons/dist/AtAngleRightSolidIcon/AtAngleRightSolidIcon.vue.js +34 -0
  272. package/dist/packages/at-icons/dist/AtAngleRightSolidIcon/index.js +5 -0
  273. package/dist/packages/at-icons/dist/AtAngleUpSolidIcon/AtAngleUpSolidIcon.vue.js +34 -0
  274. package/dist/packages/at-icons/dist/AtAngleUpSolidIcon/index.js +5 -0
  275. package/dist/packages/at-icons/dist/AtArrowDownSolidIcon/AtArrowDownSolidIcon.vue.js +34 -0
  276. package/dist/packages/at-icons/dist/AtArrowDownSolidIcon/index.js +5 -0
  277. package/dist/packages/at-icons/dist/AtArrowLeftSolidIcon/AtArrowLeftSolidIcon.vue.js +34 -0
  278. package/dist/packages/at-icons/dist/AtArrowLeftSolidIcon/index.js +5 -0
  279. package/dist/packages/at-icons/dist/AtArrowRightSolidIcon/AtArrowRightSolidIcon.vue.js +34 -0
  280. package/dist/packages/at-icons/dist/AtArrowRightSolidIcon/index.js +5 -0
  281. package/dist/packages/at-icons/dist/AtArrowUpSolidIcon/AtArrowUpSolidIcon.vue.js +34 -0
  282. package/dist/packages/at-icons/dist/AtArrowUpSolidIcon/index.js +5 -0
  283. package/dist/packages/at-icons/dist/AtArvoreRegularIcon/AtArvoreRegularIcon.vue.js +46 -0
  284. package/dist/packages/at-icons/dist/AtArvoreRegularIcon/index.js +5 -0
  285. package/dist/packages/at-icons/dist/AtArvoreSolidIcon/AtArvoreSolidIcon.vue.js +46 -0
  286. package/dist/packages/at-icons/dist/AtArvoreSolidIcon/index.js +5 -0
  287. package/dist/packages/at-icons/dist/AtBeforeAfterRegularIcon/AtBeforeAfterRegularIcon.vue.js +204 -0
  288. package/dist/packages/at-icons/dist/AtBeforeAfterRegularIcon/index.js +5 -0
  289. package/dist/packages/at-icons/dist/AtBeforeAfterSolidIcon/AtBeforeAfterSolidIcon.vue.js +92 -0
  290. package/dist/packages/at-icons/dist/AtBeforeAfterSolidIcon/index.js +5 -0
  291. package/dist/packages/at-icons/dist/AtBellRegularIcon/AtBellRegularIcon.vue.js +46 -0
  292. package/dist/packages/at-icons/dist/AtBellRegularIcon/index.js +5 -0
  293. package/dist/packages/at-icons/dist/AtBellSolidIcon/AtBellSolidIcon.vue.js +47 -0
  294. package/dist/packages/at-icons/dist/AtBellSolidIcon/index.js +5 -0
  295. package/dist/packages/at-icons/dist/AtBoldRegularIcon/AtBoldRegularIcon.vue.js +46 -0
  296. package/dist/packages/at-icons/dist/AtBoldRegularIcon/index.js +5 -0
  297. package/dist/packages/at-icons/dist/AtBookmarkRegularIcon/AtBookmarkRegularIcon.vue.js +45 -0
  298. package/dist/packages/at-icons/dist/AtBookmarkRegularIcon/index.js +5 -0
  299. package/dist/packages/at-icons/dist/AtBookmarkSolidIcon/AtBookmarkSolidIcon.vue.js +45 -0
  300. package/dist/packages/at-icons/dist/AtBookmarkSolidIcon/index.js +5 -0
  301. package/dist/packages/at-icons/dist/AtCalendarRegularIcon/AtCalendarRegularIcon.vue.js +49 -0
  302. package/dist/packages/at-icons/dist/AtCalendarRegularIcon/index.js +5 -0
  303. package/dist/packages/at-icons/dist/AtCalendarSolidIcon/AtCalendarSolidIcon.vue.js +47 -0
  304. package/dist/packages/at-icons/dist/AtCalendarSolidIcon/index.js +5 -0
  305. package/dist/packages/at-icons/dist/AtCheckCircleRegularIcon/AtCheckCircleRegularIcon.vue.js +46 -0
  306. package/dist/packages/at-icons/dist/AtCheckCircleRegularIcon/index.js +5 -0
  307. package/dist/packages/at-icons/dist/AtCheckCircleSolidIcon/AtCheckCircleSolidIcon.vue.js +46 -0
  308. package/dist/packages/at-icons/dist/AtCheckCircleSolidIcon/index.js +5 -0
  309. package/dist/packages/at-icons/dist/AtCheckSolidIcon/AtCheckSolidIcon.vue.js +46 -0
  310. package/dist/packages/at-icons/dist/AtCheckSolidIcon/index.js +5 -0
  311. package/dist/packages/at-icons/dist/AtChuvaRegularIcon/AtChuvaRegularIcon.vue.js +46 -0
  312. package/dist/packages/at-icons/dist/AtChuvaRegularIcon/index.js +5 -0
  313. package/dist/packages/at-icons/dist/AtChuvaSolidIcon/AtChuvaSolidIcon.vue.js +46 -0
  314. package/dist/packages/at-icons/dist/AtChuvaSolidIcon/index.js +5 -0
  315. package/dist/packages/at-icons/dist/AtCircleExclamationRegularIcon/AtCircleExclamationRegularIcon.vue.js +48 -0
  316. package/dist/packages/at-icons/dist/AtCircleExclamationRegularIcon/index.js +5 -0
  317. package/dist/packages/at-icons/dist/AtCircleExclamationSolidIcon/AtCircleExclamationSolidIcon.vue.js +46 -0
  318. package/dist/packages/at-icons/dist/AtCircleExclamationSolidIcon/index.js +5 -0
  319. package/dist/packages/at-icons/dist/AtCircleMinusRegularIcon/AtCircleMinusRegularIcon.vue.js +46 -0
  320. package/dist/packages/at-icons/dist/AtCircleMinusRegularIcon/index.js +5 -0
  321. package/dist/packages/at-icons/dist/AtCircleMinusSolidIcon/AtCircleMinusSolidIcon.vue.js +46 -0
  322. package/dist/packages/at-icons/dist/AtCircleMinusSolidIcon/index.js +5 -0
  323. package/dist/packages/at-icons/dist/AtCirclePlusRegularIcon/AtCirclePlusRegularIcon.vue.js +46 -0
  324. package/dist/packages/at-icons/dist/AtCirclePlusRegularIcon/index.js +5 -0
  325. package/dist/packages/at-icons/dist/AtCirclePlusSolidIcon/AtCirclePlusSolidIcon.vue.js +46 -0
  326. package/dist/packages/at-icons/dist/AtCirclePlusSolidIcon/index.js +5 -0
  327. package/dist/packages/at-icons/dist/AtCircleQuestionRegularIcon/AtCircleQuestionRegularIcon.vue.js +48 -0
  328. package/dist/packages/at-icons/dist/AtCircleQuestionRegularIcon/index.js +5 -0
  329. package/dist/packages/at-icons/dist/AtCircleQuestionSolidIcon/AtCircleQuestionSolidIcon.vue.js +46 -0
  330. package/dist/packages/at-icons/dist/AtCircleQuestionSolidIcon/index.js +5 -0
  331. package/dist/packages/at-icons/dist/AtCircleXMarkRegularIcon/AtCircleXMarkRegularIcon.vue.js +46 -0
  332. package/dist/packages/at-icons/dist/AtCircleXMarkRegularIcon/index.js +5 -0
  333. package/dist/packages/at-icons/dist/AtCircleXMarkSolidIcon/AtCircleXMarkSolidIcon.vue.js +46 -0
  334. package/dist/packages/at-icons/dist/AtCircleXMarkSolidIcon/index.js +5 -0
  335. package/dist/packages/at-icons/dist/AtClipeRegularIcon/AtClipeRegularIcon.vue.js +46 -0
  336. package/dist/packages/at-icons/dist/AtClipeRegularIcon/index.js +5 -0
  337. package/dist/packages/at-icons/dist/AtCloseSolidIcon/AtCloseSolidIcon.vue.js +34 -0
  338. package/dist/packages/at-icons/dist/AtCloseSolidIcon/index.js +5 -0
  339. package/dist/packages/at-icons/dist/AtCloudDownloadRegularIcon/AtCloudDownloadRegularIcon.vue.js +45 -0
  340. package/dist/packages/at-icons/dist/AtCloudDownloadRegularIcon/index.js +5 -0
  341. package/dist/packages/at-icons/dist/AtCloundDownloadSolidIcon/AtCloundDownloadSolidIcon.vue.js +45 -0
  342. package/dist/packages/at-icons/dist/AtCloundDownloadSolidIcon/index.js +5 -0
  343. package/dist/packages/at-icons/dist/AtCofreDigitalRegularIcon/AtCofreDigitalRegularIcon.vue.js +46 -0
  344. package/dist/packages/at-icons/dist/AtCofreDigitalRegularIcon/index.js +5 -0
  345. package/dist/packages/at-icons/dist/AtCofreDigitalSolidIcon/AtCofreDigitalSolidIcon.vue.js +46 -0
  346. package/dist/packages/at-icons/dist/AtCofreDigitalSolidIcon/index.js +5 -0
  347. package/dist/packages/at-icons/dist/AtCopilotoRegularIcon/AtCopilotoRegularIcon.vue.js +46 -0
  348. package/dist/packages/at-icons/dist/AtCopilotoRegularIcon/index.js +5 -0
  349. package/dist/packages/at-icons/dist/AtCopilotoSolidIcon/AtCopilotoSolidIcon.vue.js +46 -0
  350. package/dist/packages/at-icons/dist/AtCopilotoSolidIcon/index.js +5 -0
  351. package/dist/packages/at-icons/dist/AtCopyRegularIcon/AtCopyRegularIcon.vue.js +45 -0
  352. package/dist/packages/at-icons/dist/AtCopyRegularIcon/index.js +5 -0
  353. package/dist/packages/at-icons/dist/AtCopySolidIcon/AtCopySolidIcon.vue.js +45 -0
  354. package/dist/packages/at-icons/dist/AtCopySolidIcon/index.js +5 -0
  355. package/dist/packages/at-icons/dist/AtCreditRegularIcon/AtCreditRegularIcon.vue.js +45 -0
  356. package/dist/packages/at-icons/dist/AtCreditRegularIcon/index.js +5 -0
  357. package/dist/packages/at-icons/dist/AtCreditSolidIcon/AtCreditSolidIcon.vue.js +45 -0
  358. package/dist/packages/at-icons/dist/AtCreditSolidIcon/index.js +5 -0
  359. package/dist/packages/at-icons/dist/AtDesmatamentoSolidIcon/AtDesmatamentoSolidIcon.vue.js +47 -0
  360. package/dist/packages/at-icons/dist/AtDesmatamentoSolidIcon/index.js +5 -0
  361. package/dist/packages/at-icons/dist/AtDocumentGavelRegularIcon/AtDocumentGavelRegularIcon.vue.js +45 -0
  362. package/dist/packages/at-icons/dist/AtDocumentGavelRegularIcon/index.js +5 -0
  363. package/dist/packages/at-icons/dist/AtDocumentGavelSolidIcon/AtDocumentGavelSolidIcon.vue.js +45 -0
  364. package/dist/packages/at-icons/dist/AtDocumentGavelSolidIcon/index.js +5 -0
  365. package/dist/packages/at-icons/dist/AtDoubleArrowLeftSolidIcon/AtDoubleArrowLeftSolidIcon.vue.js +47 -0
  366. package/dist/packages/at-icons/dist/AtDoubleArrowLeftSolidIcon/index.js +5 -0
  367. package/dist/packages/at-icons/dist/AtDoubleArrowRightSolidIcon/AtDoubleArrowRightSolidIcon.vue.js +47 -0
  368. package/dist/packages/at-icons/dist/AtDoubleArrowRightSolidIcon/index.js +5 -0
  369. package/dist/packages/at-icons/dist/AtDownloadSolidIcon/AtDownloadSolidIcon.vue.js +47 -0
  370. package/dist/packages/at-icons/dist/AtDownloadSolidIcon/index.js +5 -0
  371. package/dist/packages/at-icons/dist/AtDragOrderRegularIcon/AtDragOrderRegularIcon.vue.js +38 -0
  372. package/dist/packages/at-icons/dist/AtDragOrderRegularIcon/index.js +5 -0
  373. package/dist/packages/at-icons/dist/AtDrawGeometryRegularIcon/AtDrawGeometryRegularIcon.vue.js +45 -0
  374. package/dist/packages/at-icons/dist/AtDrawGeometryRegularIcon/index.js +5 -0
  375. package/dist/packages/at-icons/dist/AtDrawGeometrySolidIcon/AtDrawGeometrySolidIcon.vue.js +45 -0
  376. package/dist/packages/at-icons/dist/AtDrawGeometrySolidIcon/index.js +5 -0
  377. package/dist/packages/at-icons/dist/AtDrawPolygonRegularIcon/AtDrawPolygonRegularIcon.vue.js +45 -0
  378. package/dist/packages/at-icons/dist/AtDrawPolygonRegularIcon/index.js +5 -0
  379. package/dist/packages/at-icons/dist/AtEdicaoGeometriaRegularIcon/AtEdicaoGeometriaRegularIcon.vue.js +46 -0
  380. package/dist/packages/at-icons/dist/AtEdicaoGeometriaRegularIcon/index.js +5 -0
  381. package/dist/packages/at-icons/dist/AtEdicaoGeometriaSolidIcon/AtEdicaoGeometriaSolidIcon.vue.js +46 -0
  382. package/dist/packages/at-icons/dist/AtEdicaoGeometriaSolidIcon/index.js +5 -0
  383. package/dist/packages/at-icons/dist/AtEditRegularIcon/AtEditRegularIcon.vue.js +47 -0
  384. package/dist/packages/at-icons/dist/AtEditRegularIcon/index.js +5 -0
  385. package/dist/packages/at-icons/dist/AtEditSolidIcon/AtEditSolidIcon.vue.js +48 -0
  386. package/dist/packages/at-icons/dist/AtEditSolidIcon/index.js +5 -0
  387. package/dist/packages/at-icons/dist/AtEllipsesHorizontalSolidIcon/AtEllipsesHorizontalSolidIcon.vue.js +48 -0
  388. package/dist/packages/at-icons/dist/AtEllipsesHorizontalSolidIcon/index.js +5 -0
  389. package/dist/packages/at-icons/dist/AtEllipsesVerticalSolidIcon/AtEllipsesVerticalSolidIcon.vue.js +48 -0
  390. package/dist/packages/at-icons/dist/AtEllipsesVerticalSolidIcon/index.js +5 -0
  391. package/dist/packages/at-icons/dist/AtEnergyRegularIcon/AtEnergyRegularIcon.vue.js +45 -0
  392. package/dist/packages/at-icons/dist/AtEnergyRegularIcon/index.js +5 -0
  393. package/dist/packages/at-icons/dist/AtEnergySolidIcon/AtEnergySolidIcon.vue.js +34 -0
  394. package/dist/packages/at-icons/dist/AtEnergySolidIcon/index.js +5 -0
  395. package/dist/packages/at-icons/dist/AtEudrSolidIcon/AtEudrSolidIcon.vue.js +45 -0
  396. package/dist/packages/at-icons/dist/AtEudrSolidIcon/index.js +5 -0
  397. package/dist/packages/at-icons/dist/AtExcelRegularIcon/AtExcelRegularIcon.vue.js +46 -0
  398. package/dist/packages/at-icons/dist/AtExcelRegularIcon/index.js +5 -0
  399. package/dist/packages/at-icons/dist/AtExcelSolidIcon/AtExcelSolidIcon.vue.js +46 -0
  400. package/dist/packages/at-icons/dist/AtExcelSolidIcon/index.js +5 -0
  401. package/dist/packages/at-icons/dist/AtExitRegularIcon/AtExitRegularIcon.vue.js +47 -0
  402. package/dist/packages/at-icons/dist/AtExitRegularIcon/index.js +5 -0
  403. package/dist/packages/at-icons/dist/AtExportRegularIcon/AtExportRegularIcon.vue.js +45 -0
  404. package/dist/packages/at-icons/dist/AtExportRegularIcon/index.js +5 -0
  405. package/dist/packages/at-icons/dist/AtExportSolidIcon/AtExportSolidIcon.vue.js +45 -0
  406. package/dist/packages/at-icons/dist/AtExportSolidIcon/index.js +5 -0
  407. package/dist/packages/at-icons/dist/AtEyeAtivoRegularIcon/AtEyeAtivoRegularIcon.vue.js +47 -0
  408. package/dist/packages/at-icons/dist/AtEyeAtivoRegularIcon/index.js +5 -0
  409. package/dist/packages/at-icons/dist/AtEyeAtivoSolidIcon/AtEyeAtivoSolidIcon.vue.js +35 -0
  410. package/dist/packages/at-icons/dist/AtEyeAtivoSolidIcon/index.js +5 -0
  411. package/dist/packages/at-icons/dist/AtEyeInativoRegularIcon/AtEyeInativoRegularIcon.vue.js +34 -0
  412. package/dist/packages/at-icons/dist/AtEyeInativoRegularIcon/index.js +5 -0
  413. package/dist/packages/at-icons/dist/AtEyeInativoSolidIcon/AtEyeInativoSolidIcon.vue.js +34 -0
  414. package/dist/packages/at-icons/dist/AtEyeInativoSolidIcon/index.js +5 -0
  415. package/dist/packages/at-icons/dist/AtFenceRegularIcon/AtFenceRegularIcon.vue.js +46 -0
  416. package/dist/packages/at-icons/dist/AtFenceRegularIcon/index.js +5 -0
  417. package/dist/packages/at-icons/dist/AtFenceSolidIcon/AtFenceSolidIcon.vue.js +34 -0
  418. package/dist/packages/at-icons/dist/AtFenceSolidIcon/index.js +5 -0
  419. package/dist/packages/at-icons/dist/AtFilterRegularIcon/AtFilterRegularIcon.vue.js +46 -0
  420. package/dist/packages/at-icons/dist/AtFilterRegularIcon/index.js +5 -0
  421. package/dist/packages/at-icons/dist/AtFilterSolidIcon/AtFilterSolidIcon.vue.js +46 -0
  422. package/dist/packages/at-icons/dist/AtFilterSolidIcon/index.js +5 -0
  423. package/dist/packages/at-icons/dist/AtFinanceiroRegularIcon/AtFinanceiroRegularIcon.vue.js +46 -0
  424. package/dist/packages/at-icons/dist/AtFinanceiroRegularIcon/index.js +5 -0
  425. package/dist/packages/at-icons/dist/AtFinanceiroSolidIcon/AtFinanceiroSolidIcon.vue.js +46 -0
  426. package/dist/packages/at-icons/dist/AtFinanceiroSolidIcon/index.js +5 -0
  427. package/dist/packages/at-icons/dist/AtFireRegularIcon/AtFireRegularIcon.vue.js +46 -0
  428. package/dist/packages/at-icons/dist/AtFireRegularIcon/index.js +5 -0
  429. package/dist/packages/at-icons/dist/AtFireSolidIcon/AtFireSolidIcon.vue.js +46 -0
  430. package/dist/packages/at-icons/dist/AtFireSolidIcon/index.js +5 -0
  431. package/dist/packages/at-icons/dist/AtFolderRegularIcon/AtFolderRegularIcon.vue.js +46 -0
  432. package/dist/packages/at-icons/dist/AtFolderRegularIcon/index.js +5 -0
  433. package/dist/packages/at-icons/dist/AtFolderSolidIcon/AtFolderSolidIcon.vue.js +46 -0
  434. package/dist/packages/at-icons/dist/AtFolderSolidIcon/index.js +5 -0
  435. package/dist/packages/at-icons/dist/AtGasRegularIcon/AtGasRegularIcon.vue.js +46 -0
  436. package/dist/packages/at-icons/dist/AtGasRegularIcon/index.js +5 -0
  437. package/dist/packages/at-icons/dist/AtGasSolidIcon/AtGasSolidIcon.vue.js +46 -0
  438. package/dist/packages/at-icons/dist/AtGasSolidIcon/index.js +5 -0
  439. package/dist/packages/at-icons/dist/AtGeadaRegularIcon/AtGeadaRegularIcon.vue.js +46 -0
  440. package/dist/packages/at-icons/dist/AtGeadaRegularIcon/index.js +5 -0
  441. package/dist/packages/at-icons/dist/AtGeadaSolidIcon/AtGeadaSolidIcon.vue.js +46 -0
  442. package/dist/packages/at-icons/dist/AtGeadaSolidIcon/index.js +5 -0
  443. package/dist/packages/at-icons/dist/AtGraficoRegularIcon/AtGraficoRegularIcon.vue.js +50 -0
  444. package/dist/packages/at-icons/dist/AtGraficoRegularIcon/index.js +5 -0
  445. package/dist/packages/at-icons/dist/AtGroupRegularIcon/AtGroupRegularIcon.vue.js +46 -0
  446. package/dist/packages/at-icons/dist/AtGroupRegularIcon/index.js +5 -0
  447. package/dist/packages/at-icons/dist/AtGroupSolidIcon/AtGroupSolidIcon.vue.js +46 -0
  448. package/dist/packages/at-icons/dist/AtGroupSolidIcon/index.js +5 -0
  449. package/dist/packages/at-icons/dist/AtGrupoDeTerritorioRegularIcon/AtGrupoDeTerritorioRegularIcon.vue.js +45 -0
  450. package/dist/packages/at-icons/dist/AtGrupoDeTerritorioRegularIcon/index.js +5 -0
  451. package/dist/packages/at-icons/dist/AtGrupoDeTerritorioSolidIcon/AtGrupoDeTerritorioSolidIcon.vue.js +45 -0
  452. package/dist/packages/at-icons/dist/AtGrupoDeTerritorioSolidIcon/index.js +5 -0
  453. package/dist/packages/at-icons/dist/AtHeadsetRegularIcon/AtHeadsetRegularIcon.vue.js +34 -0
  454. package/dist/packages/at-icons/dist/AtHeadsetRegularIcon/index.js +5 -0
  455. package/dist/packages/at-icons/dist/AtHeadsetSolidIcon/AtHeadsetSolidIcon.vue.js +34 -0
  456. package/dist/packages/at-icons/dist/AtHeadsetSolidIcon/index.js +5 -0
  457. package/dist/packages/at-icons/dist/AtHelpRegularIcon/AtHelpRegularIcon.vue.js +47 -0
  458. package/dist/packages/at-icons/dist/AtHelpRegularIcon/index.js +5 -0
  459. package/dist/packages/at-icons/dist/AtHelpSolidIcon/AtHelpSolidIcon.vue.js +45 -0
  460. package/dist/packages/at-icons/dist/AtHelpSolidIcon/index.js +5 -0
  461. package/dist/packages/at-icons/dist/AtIdentificarRegularIcon/AtIdentificarRegularIcon.vue.js +45 -0
  462. package/dist/packages/at-icons/dist/AtIdentificarRegularIcon/index.js +5 -0
  463. package/dist/packages/at-icons/dist/AtIdentificarSolidIcon/AtIdentificarSolidIcon.vue.js +45 -0
  464. package/dist/packages/at-icons/dist/AtIdentificarSolidIcon/index.js +5 -0
  465. package/dist/packages/at-icons/dist/AtImagensRegularIcon/AtImagensRegularIcon.vue.js +47 -0
  466. package/dist/packages/at-icons/dist/AtImagensRegularIcon/index.js +5 -0
  467. package/dist/packages/at-icons/dist/AtImagensSolidIcon/AtImagensSolidIcon.vue.js +48 -0
  468. package/dist/packages/at-icons/dist/AtImagensSolidIcon/index.js +5 -0
  469. package/dist/packages/at-icons/dist/AtInfoRegularIcon/AtInfoRegularIcon.vue.js +48 -0
  470. package/dist/packages/at-icons/dist/AtInfoRegularIcon/index.js +5 -0
  471. package/dist/packages/at-icons/dist/AtInfoSolidIcon/AtInfoSolidIcon.vue.js +46 -0
  472. package/dist/packages/at-icons/dist/AtInfoSolidIcon/index.js +5 -0
  473. package/dist/packages/at-icons/dist/AtItalicoRegularIcon/AtItalicoRegularIcon.vue.js +46 -0
  474. package/dist/packages/at-icons/dist/AtItalicoRegularIcon/index.js +5 -0
  475. package/dist/packages/at-icons/dist/AtKeyboardRegularIcon/AtKeyboardRegularIcon.vue.js +52 -0
  476. package/dist/packages/at-icons/dist/AtKeyboardRegularIcon/index.js +5 -0
  477. package/dist/packages/at-icons/dist/AtKeyboardSolidIcon/AtKeyboardSolidIcon.vue.js +46 -0
  478. package/dist/packages/at-icons/dist/AtKeyboardSolidIcon/index.js +5 -0
  479. package/dist/packages/at-icons/dist/AtLayersRegularIcon/AtLayersRegularIcon.vue.js +47 -0
  480. package/dist/packages/at-icons/dist/AtLayersRegularIcon/index.js +5 -0
  481. package/dist/packages/at-icons/dist/AtLayersSolidIcon/AtLayersSolidIcon.vue.js +47 -0
  482. package/dist/packages/at-icons/dist/AtLayersSolidIcon/index.js +5 -0
  483. package/dist/packages/at-icons/dist/AtLegendaMapaRegularIcon/AtLegendaMapaRegularIcon.vue.js +46 -0
  484. package/dist/packages/at-icons/dist/AtLegendaMapaRegularIcon/index.js +5 -0
  485. package/dist/packages/at-icons/dist/AtLegendaMapaSolidIcon/AtLegendaMapaSolidIcon.vue.js +46 -0
  486. package/dist/packages/at-icons/dist/AtLegendaMapaSolidIcon/index.js +5 -0
  487. package/dist/packages/at-icons/dist/AtListRegularIcon/AtListRegularIcon.vue.js +40 -0
  488. package/dist/packages/at-icons/dist/AtListRegularIcon/index.js +5 -0
  489. package/dist/packages/at-icons/dist/AtLocationCrosshairsRegularIcon/AtLocationCrosshairsRegularIcon.vue.js +45 -0
  490. package/dist/packages/at-icons/dist/AtLocationCrosshairsRegularIcon/index.js +5 -0
  491. package/dist/packages/at-icons/dist/AtLocationCrosshairsSolidIcon/AtLocationCrosshairsSolidIcon.vue.js +45 -0
  492. package/dist/packages/at-icons/dist/AtLocationCrosshairsSolidIcon/index.js +5 -0
  493. package/dist/packages/at-icons/dist/AtLockRegularIcon/AtLockRegularIcon.vue.js +47 -0
  494. package/dist/packages/at-icons/dist/AtLockRegularIcon/index.js +5 -0
  495. package/dist/packages/at-icons/dist/AtLockSolidIcon/AtLockSolidIcon.vue.js +34 -0
  496. package/dist/packages/at-icons/dist/AtLockSolidIcon/index.js +5 -0
  497. package/dist/packages/at-icons/dist/AtMailIcon/AtMailIcon.vue.js +38 -0
  498. package/dist/packages/at-icons/dist/AtMailIcon/index.js +5 -0
  499. package/dist/packages/at-icons/dist/AtMapRegularIcon/AtMapRegularIcon.vue.js +46 -0
  500. package/dist/packages/at-icons/dist/AtMapRegularIcon/index.js +5 -0
  501. package/dist/packages/at-icons/dist/AtMapSolidIcon/AtMapSolidIcon.vue.js +46 -0
  502. package/dist/packages/at-icons/dist/AtMapSolidIcon/index.js +5 -0
  503. package/dist/packages/at-icons/dist/AtMarkerRegularIcon/AtMarkerRegularIcon.vue.js +47 -0
  504. package/dist/packages/at-icons/dist/AtMarkerRegularIcon/index.js +5 -0
  505. package/dist/packages/at-icons/dist/AtMarkerSolidIcon/AtMarkerSolidIcon.vue.js +46 -0
  506. package/dist/packages/at-icons/dist/AtMarkerSolidIcon/index.js +5 -0
  507. package/dist/packages/at-icons/dist/AtMirrorRegularIcon/AtMirrorRegularIcon.vue.js +45 -0
  508. package/dist/packages/at-icons/dist/AtMirrorRegularIcon/index.js +5 -0
  509. package/dist/packages/at-icons/dist/AtMonitoramentoRegularIcon/AtMonitoramentoRegularIcon.vue.js +34 -0
  510. package/dist/packages/at-icons/dist/AtMonitoramentoRegularIcon/index.js +5 -0
  511. package/dist/packages/at-icons/dist/AtMonitoramentoSolidIcon/AtMonitoramentoSolidIcon.vue.js +34 -0
  512. package/dist/packages/at-icons/dist/AtMonitoramentoSolidIcon/index.js +5 -0
  513. package/dist/packages/at-icons/dist/AtMoveRegularIcon/AtMoveRegularIcon.vue.js +45 -0
  514. package/dist/packages/at-icons/dist/AtMoveRegularIcon/index.js +5 -0
  515. package/dist/packages/at-icons/dist/AtOpacityRegularIcon/AtOpacityRegularIcon.vue.js +48 -0
  516. package/dist/packages/at-icons/dist/AtOpacityRegularIcon/index.js +5 -0
  517. package/dist/packages/at-icons/dist/AtOrdenacaoRegularIcon/AtOrdenacaoRegularIcon.vue.js +46 -0
  518. package/dist/packages/at-icons/dist/AtOrdenacaoRegularIcon/index.js +5 -0
  519. package/dist/packages/at-icons/dist/AtOrdenarRegularIcon/AtOrdenarRegularIcon.vue.js +34 -0
  520. package/dist/packages/at-icons/dist/AtOrdenarRegularIcon/index.js +5 -0
  521. package/dist/packages/at-icons/dist/AtPdfRegularIcon/AtPdfRegularIcon.vue.js +46 -0
  522. package/dist/packages/at-icons/dist/AtPdfRegularIcon/index.js +5 -0
  523. package/dist/packages/at-icons/dist/AtPdfSolidIcon/AtPdfSolidIcon.vue.js +46 -0
  524. package/dist/packages/at-icons/dist/AtPdfSolidIcon/index.js +5 -0
  525. package/dist/packages/at-icons/dist/AtPinRegularIcon/AtPinRegularIcon.vue.js +34 -0
  526. package/dist/packages/at-icons/dist/AtPinRegularIcon/index.js +5 -0
  527. package/dist/packages/at-icons/dist/AtPinSolidIcon/AtPinSolidIcon.vue.js +34 -0
  528. package/dist/packages/at-icons/dist/AtPinSolidIcon/index.js +5 -0
  529. package/dist/packages/at-icons/dist/AtPlantRegularIcon/AtPlantRegularIcon.vue.js +36 -0
  530. package/dist/packages/at-icons/dist/AtPlantRegularIcon/index.js +5 -0
  531. package/dist/packages/at-icons/dist/AtPlantSolidIcon/AtPlantSolidIcon.vue.js +34 -0
  532. package/dist/packages/at-icons/dist/AtPlantSolidIcon/index.js +5 -0
  533. package/dist/packages/at-icons/dist/AtPrintSolidIcon/AtPrintSolidIcon.vue.js +45 -0
  534. package/dist/packages/at-icons/dist/AtPrintSolidIcon/index.js +5 -0
  535. package/dist/packages/at-icons/dist/AtRatingRegularIcon/AtRatingRegularIcon.vue.js +46 -0
  536. package/dist/packages/at-icons/dist/AtRatingRegularIcon/index.js +5 -0
  537. package/dist/packages/at-icons/dist/AtRatingSolidIcon/AtRatingSolidIcon.vue.js +46 -0
  538. package/dist/packages/at-icons/dist/AtRatingSolidIcon/index.js +5 -0
  539. package/dist/packages/at-icons/dist/AtRefreshSolidIcon/AtRefreshSolidIcon.vue.js +47 -0
  540. package/dist/packages/at-icons/dist/AtRefreshSolidIcon/index.js +5 -0
  541. package/dist/packages/at-icons/dist/AtRulerRegularIcon/AtRulerRegularIcon.vue.js +45 -0
  542. package/dist/packages/at-icons/dist/AtRulerRegularIcon/index.js +5 -0
  543. package/dist/packages/at-icons/dist/AtRulerSolidIcon/AtRulerSolidIcon.vue.js +34 -0
  544. package/dist/packages/at-icons/dist/AtRulerSolidIcon/index.js +5 -0
  545. package/dist/packages/at-icons/dist/AtSateliteRegularIcon/AtSateliteRegularIcon.vue.js +46 -0
  546. package/dist/packages/at-icons/dist/AtSateliteRegularIcon/index.js +5 -0
  547. package/dist/packages/at-icons/dist/AtSateliteSolidIcon/AtSateliteSolidIcon.vue.js +46 -0
  548. package/dist/packages/at-icons/dist/AtSateliteSolidIcon/index.js +5 -0
  549. package/dist/packages/at-icons/dist/AtSaveRegularIcon/AtSaveRegularIcon.vue.js +47 -0
  550. package/dist/packages/at-icons/dist/AtSaveRegularIcon/index.js +5 -0
  551. package/dist/packages/at-icons/dist/AtSaveSolidIcon/AtSaveSolidIcon.vue.js +48 -0
  552. package/dist/packages/at-icons/dist/AtSaveSolidIcon/index.js +5 -0
  553. package/dist/packages/at-icons/dist/AtSearchIcon/AtSearchIcon.vue.js +46 -0
  554. package/dist/packages/at-icons/dist/AtSearchIcon/index.js +5 -0
  555. package/dist/packages/at-icons/dist/AtSecaRegularIcon/AtSecaRegularIcon.vue.js +46 -0
  556. package/dist/packages/at-icons/dist/AtSecaRegularIcon/index.js +5 -0
  557. package/dist/packages/at-icons/dist/AtSecaSolidIcon/AtSecaSolidIcon.vue.js +46 -0
  558. package/dist/packages/at-icons/dist/AtSecaSolidIcon/index.js +5 -0
  559. package/dist/packages/at-icons/dist/AtSettingsRegularIcon/AtSettingsRegularIcon.vue.js +47 -0
  560. package/dist/packages/at-icons/dist/AtSettingsRegularIcon/index.js +5 -0
  561. package/dist/packages/at-icons/dist/AtSettingsSolidIcon/AtSettingsSolidIcon.vue.js +34 -0
  562. package/dist/packages/at-icons/dist/AtSettingsSolidIcon/index.js +5 -0
  563. package/dist/packages/at-icons/dist/AtShoppingCartRegularIcon/AtShoppingCartRegularIcon.vue.js +53 -0
  564. package/dist/packages/at-icons/dist/AtShoppingCartRegularIcon/index.js +5 -0
  565. package/dist/packages/at-icons/dist/AtShoppingCartSolidIcon/AtShoppingCartSolidIcon.vue.js +53 -0
  566. package/dist/packages/at-icons/dist/AtShoppingCartSolidIcon/index.js +5 -0
  567. package/dist/packages/at-icons/dist/AtSobreposicaoRegularIcon/AtSobreposicaoRegularIcon.vue.js +46 -0
  568. package/dist/packages/at-icons/dist/AtSobreposicaoRegularIcon/index.js +5 -0
  569. package/dist/packages/at-icons/dist/AtSobreposicaoSolidIcon/AtSobreposicaoSolidIcon.vue.js +47 -0
  570. package/dist/packages/at-icons/dist/AtSobreposicaoSolidIcon/index.js +5 -0
  571. package/dist/packages/at-icons/dist/AtSublinhadoRegularIcon/AtSublinhadoRegularIcon.vue.js +47 -0
  572. package/dist/packages/at-icons/dist/AtSublinhadoRegularIcon/index.js +5 -0
  573. package/dist/packages/at-icons/dist/AtSubterritorioRegularIcon/AtSubterritorioRegularIcon.vue.js +46 -0
  574. package/dist/packages/at-icons/dist/AtSubterritorioRegularIcon/index.js +5 -0
  575. package/dist/packages/at-icons/dist/AtSubterritorioSolidIcon/AtSubterritorioSolidIcon.vue.js +46 -0
  576. package/dist/packages/at-icons/dist/AtSubterritorioSolidIcon/index.js +5 -0
  577. package/dist/packages/at-icons/dist/AtTalhaoRegularIcon/AtTalhaoRegularIcon.vue.js +45 -0
  578. package/dist/packages/at-icons/dist/AtTalhaoRegularIcon/index.js +5 -0
  579. package/dist/packages/at-icons/dist/AtTalhaoSolidIcon/AtTalhaoSolidIcon.vue.js +45 -0
  580. package/dist/packages/at-icons/dist/AtTalhaoSolidIcon/index.js +5 -0
  581. package/dist/packages/at-icons/dist/AtTelephoneIcon/AtTelephoneIcon.vue.js +47 -0
  582. package/dist/packages/at-icons/dist/AtTelephoneIcon/index.js +5 -0
  583. package/dist/packages/at-icons/dist/AtTemperatureRegularIcon/AtTemperatureRegularIcon.vue.js +45 -0
  584. package/dist/packages/at-icons/dist/AtTemperatureRegularIcon/index.js +5 -0
  585. package/dist/packages/at-icons/dist/AtTemperatureSolidIcon/AtTemperatureSolidIcon.vue.js +45 -0
  586. package/dist/packages/at-icons/dist/AtTemperatureSolidIcon/index.js +5 -0
  587. package/dist/packages/at-icons/dist/AtTempestadeRegularIcon/AtTempestadeRegularIcon.vue.js +46 -0
  588. package/dist/packages/at-icons/dist/AtTempestadeRegularIcon/index.js +5 -0
  589. package/dist/packages/at-icons/dist/AtTempestadeSolidIcon/AtTempestadeSolidIcon.vue.js +46 -0
  590. package/dist/packages/at-icons/dist/AtTempestadeSolidIcon/index.js +5 -0
  591. package/dist/packages/at-icons/dist/AtTimelineRegularIcon/AtTimelineRegularIcon.vue.js +36 -0
  592. package/dist/packages/at-icons/dist/AtTimelineRegularIcon/index.js +5 -0
  593. package/dist/packages/at-icons/dist/AtTimelineSolidIcon/AtTimelineSolidIcon.vue.js +47 -0
  594. package/dist/packages/at-icons/dist/AtTimelineSolidIcon/index.js +5 -0
  595. package/dist/packages/at-icons/dist/AtToolRegularIcon/AtToolRegularIcon.vue.js +45 -0
  596. package/dist/packages/at-icons/dist/AtToolRegularIcon/index.js +5 -0
  597. package/dist/packages/at-icons/dist/AtToolSolidIcon/AtToolSolidIcon.vue.js +45 -0
  598. package/dist/packages/at-icons/dist/AtToolSolidIcon/index.js +5 -0
  599. package/dist/packages/at-icons/dist/AtTrashRegularIcon/AtTrashRegularIcon.vue.js +48 -0
  600. package/dist/packages/at-icons/dist/AtTrashRegularIcon/index.js +5 -0
  601. package/dist/packages/at-icons/dist/AtTrashSolidIcon/AtTrashSolidIcon.vue.js +34 -0
  602. package/dist/packages/at-icons/dist/AtTrashSolidIcon/index.js +5 -0
  603. package/dist/packages/at-icons/dist/AtUnlockRegularIcon/AtUnlockRegularIcon.vue.js +47 -0
  604. package/dist/packages/at-icons/dist/AtUnlockRegularIcon/index.js +5 -0
  605. package/dist/packages/at-icons/dist/AtUnlockSolidIcon/AtUnlockSolidIcon.vue.js +46 -0
  606. package/dist/packages/at-icons/dist/AtUnlockSolidIcon/index.js +5 -0
  607. package/dist/packages/at-icons/dist/AtUploadSolidIcon/AtUploadSolidIcon.vue.js +47 -0
  608. package/dist/packages/at-icons/dist/AtUploadSolidIcon/index.js +5 -0
  609. package/dist/packages/at-icons/dist/AtUserMinusRegularIcon/AtUserMinusRegularIcon.vue.js +46 -0
  610. package/dist/packages/at-icons/dist/AtUserMinusRegularIcon/index.js +5 -0
  611. package/dist/packages/at-icons/dist/AtUserMinusSolidIcon/AtUserMinusSolidIcon.vue.js +46 -0
  612. package/dist/packages/at-icons/dist/AtUserMinusSolidIcon/index.js +5 -0
  613. package/dist/packages/at-icons/dist/AtUserPlusRegularIcon/AtUserPlusRegularIcon.vue.js +48 -0
  614. package/dist/packages/at-icons/dist/AtUserPlusRegularIcon/index.js +5 -0
  615. package/dist/packages/at-icons/dist/AtUserPlusSolidIcon/AtUserPlusSolidIcon.vue.js +48 -0
  616. package/dist/packages/at-icons/dist/AtUserPlusSolidIcon/index.js +5 -0
  617. package/dist/packages/at-icons/dist/AtUserSolidIcon/AtUserSolidIcon.vue.js +35 -0
  618. package/dist/packages/at-icons/dist/AtUserSolidIcon/index.js +5 -0
  619. package/dist/packages/at-icons/dist/AtVentosRegularIcon/AtVentosRegularIcon.vue.js +46 -0
  620. package/dist/packages/at-icons/dist/AtVentosRegularIcon/index.js +5 -0
  621. package/dist/packages/at-icons/dist/AtWarningRegularIcon/AtWarningRegularIcon.vue.js +34 -0
  622. package/dist/packages/at-icons/dist/AtWarningRegularIcon/index.js +5 -0
  623. package/dist/packages/at-icons/dist/AtWarningSolidIcon/AtWarningSolidIcon.vue.js +34 -0
  624. package/dist/packages/at-icons/dist/AtWarningSolidIcon/index.js +5 -0
  625. package/dist/packages/at-icons/dist/AtWorldSolidIcon/AtWorldSolidIcon.vue.js +46 -0
  626. package/dist/packages/at-icons/dist/AtWorldSolidIcon/index.js +5 -0
  627. package/dist/packages/at-icons/dist/AtZoomInAreaSolidIcon/AtZoomInAreaSolidIcon.vue.js +45 -0
  628. package/dist/packages/at-icons/dist/AtZoomInAreaSolidIcon/index.js +5 -0
  629. package/dist/packages/at-icons/dist/_virtual/_plugin-vue_export-helper.js +9 -0
  630. package/dist/packages/at-icons/dist/components/IconWrapper/IconWrapper.vue.js +6 -0
  631. package/dist/packages/at-icons/dist/components/IconWrapper/IconWrapper.vue2.js +30 -0
  632. package/dist/style.css +1 -1
  633. package/package.json +4 -6
  634. package/dist/Map/Map.d.ts +0 -30
  635. package/dist/Map/Map.vue.js +0 -22
  636. package/dist/Map/Map.vue2.js +0 -169
  637. package/dist/Map/index.d.ts +0 -1
  638. package/dist/Map/types/index.d.ts +0 -38
  639. package/dist/Map/utils/index.d.ts +0 -24
  640. package/dist/Map/utils/index.js +0 -24
  641. package/dist/_virtual/_commonjsHelpers.js +0 -8
  642. package/dist/_virtual/terraformer-wkt-parser.js +0 -4
  643. package/dist/_virtual/terraformer.js +0 -4
  644. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/AggregateGraphic.js +0 -27
  645. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/Basemap.js +0 -142
  646. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/Camera.js +0 -43
  647. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/CameraLayout.js +0 -20
  648. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/Color.js +0 -125
  649. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/Graphic.js +0 -119
  650. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/Ground.js +0 -116
  651. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/Map.js +0 -46
  652. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/PopupTemplate.js +0 -186
  653. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/TimeExtent.js +0 -102
  654. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/TimeInterval.js +0 -24
  655. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/Viewpoint.js +0 -30
  656. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/analysis/Analysis.js +0 -40
  657. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/analysis/AreaMeasurementAnalysis.js +0 -33
  658. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/analysis/DimensionAnalysis.js +0 -68
  659. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/analysis/DimensionSimpleStyle.js +0 -20
  660. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/analysis/DirectLineMeasurementAnalysis.js +0 -25
  661. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/analysis/LengthDimension.js +0 -23
  662. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/analysis/LineOfSightAnalysis.js +0 -71
  663. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/analysis/LineOfSightAnalysisObserver.js +0 -27
  664. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/analysis/LineOfSightAnalysisTarget.js +0 -26
  665. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/analysis/dimensionUtils.js +0 -9
  666. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/analysis/featureReferenceUtils.js +0 -24
  667. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/ArcadeDate.js +0 -226
  668. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/ArcadeModule.js +0 -8
  669. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/ArcadeModuleLoader.js +0 -14
  670. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/ArcadeModuleResolver.js +0 -90
  671. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/ArcadePortal.js +0 -9
  672. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/Attachment.js +0 -13
  673. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/Dictionary.js +0 -129
  674. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/Feature.js +0 -284
  675. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/FunctionWrapper.js +0 -50
  676. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/ImmutableArray.js +0 -20
  677. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/ImmutablePathArray.js +0 -25
  678. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/ImmutablePointArray.js +0 -27
  679. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/arcadeAsyncRuntime.js +0 -946
  680. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/arcadeCompiler.js +0 -1181
  681. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/arcadeRuntime.js +0 -849
  682. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/deepClone.js +0 -13
  683. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/executionError.js +0 -61
  684. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureSetCollection.js +0 -20
  685. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureSetUtils.js +0 -394
  686. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/actions/Adapted.js +0 -373
  687. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/actions/AttributeFilter.js +0 -104
  688. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/actions/GroupBy.js +0 -364
  689. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/actions/OrderBy.js +0 -84
  690. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/actions/SpatialFilter.js +0 -112
  691. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/actions/Top.js +0 -97
  692. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/sources/Empty.js +0 -44
  693. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/sources/FeatureLayerDynamic.js +0 -531
  694. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/sources/FeatureLayerMemory.js +0 -278
  695. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/sources/FeatureLayerRelated.js +0 -218
  696. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/support/FeatureSet.js +0 -631
  697. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/support/FeatureSetIterator.js +0 -92
  698. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/support/FeatureSetQueryInterceptor.js +0 -10
  699. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/support/IdSet.js +0 -8
  700. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/support/OrderbyClause.js +0 -62
  701. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/support/RecentlyUsedCache.js +0 -118
  702. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/support/StatsField.js +0 -81
  703. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/support/cache.js +0 -27
  704. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/support/errorsupport.js +0 -29
  705. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/support/shared.js +0 -161
  706. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/support/sqlUtils.js +0 -662
  707. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/support/stats.js +0 -177
  708. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/centroid.js +0 -192
  709. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/convertdirection.js +0 -604
  710. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/date.js +0 -378
  711. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/featuresetbase.js +0 -637
  712. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/featuresetgeom.js +0 -92
  713. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/featuresetstats.js +0 -75
  714. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/featuresetstring.js +0 -88
  715. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/fieldStats.js +0 -66
  716. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/geomasync.js +0 -551
  717. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/geometry.js +0 -494
  718. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/geomsync.js +0 -484
  719. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/hash.js +0 -70
  720. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/knowledgegraph.js +0 -155
  721. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/maths.js +0 -118
  722. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/measures.js +0 -177
  723. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/stats.js +0 -42
  724. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/string.js +0 -493
  725. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/kernel.js +0 -130
  726. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/lib/arcade-parser.js +0 -27
  727. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/lib/assert.js +0 -7
  728. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/lib/character.js +0 -4
  729. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/lib/comment-handler.js +0 -77
  730. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/lib/error-handler.js +0 -35
  731. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/lib/parser.js +0 -565
  732. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/lib/scanner.js +0 -410
  733. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/lib/types.js +0 -58
  734. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/parser.js +0 -12
  735. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/portalUtils.js +0 -7
  736. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/treeAnalysis.js +0 -171
  737. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade.js +0 -164
  738. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/assets.js +0 -13
  739. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/Button.js +0 -36
  740. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/ColorMaterial.glsl.js +0 -62
  741. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/ColorSet.js +0 -45
  742. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/DefaultMaterial.glsl.js +0 -150
  743. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/DefaultTheme.js +0 -130
  744. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/HUDMaterial.glsl.js +0 -211
  745. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/Jpg.js +0 -382
  746. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/LaserlinePath.glsl.js +0 -70
  747. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/Laserlines.glsl.js +0 -130
  748. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/LineSeries.js +0 -2871
  749. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/OverlayCompositing.glsl.js +0 -25
  750. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/RealisticTree.glsl.js +0 -121
  751. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/ResponsiveTheme.js +0 -143
  752. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/RibbonLine.glsl.js +0 -283
  753. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/SSAO.glsl.js +0 -105
  754. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/SSAOBlur.glsl.js +0 -52
  755. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/ShadedColorMaterial.glsl.js +0 -53
  756. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/TextureOnly.glsl.js +0 -24
  757. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/Theme.js +0 -3426
  758. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/Tick.js +0 -723
  759. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/Tooltip.js +0 -138
  760. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/Zlib.js +0 -154
  761. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/_commonjsHelpers.js +0 -8
  762. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/ar.js +0 -18
  763. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/arcade.js +0 -198
  764. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/arcgis-knowledge-client-core-simd.js +0 -1217
  765. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/arcgis-knowledge-client-core.js +0 -1217
  766. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/array.js +0 -397
  767. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/basis_transcoder.js +0 -1247
  768. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/bg_BG.js +0 -18
  769. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/boundedPlane.js +0 -206
  770. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/bs_BA.js +0 -18
  771. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/builtins.js +0 -25
  772. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/ca_ES.js +0 -18
  773. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/chartUtilsAm5.js +0 -2955
  774. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/cs_CZ.js +0 -18
  775. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/da_DK.js +0 -18
  776. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/de_CH.js +0 -6
  777. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/de_DE.js +0 -6
  778. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/earcut.js +0 -292
  779. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/el_GR.js +0 -18
  780. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/en_CA.js +0 -18
  781. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/en_US.js +0 -18
  782. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/es_ES.js +0 -6
  783. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/et_EE.js +0 -18
  784. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/fi_FI.js +0 -18
  785. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/fr_FR.js +0 -7
  786. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/geometryEngineBase.js +0 -18462
  787. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/geometryEngineJSON.js +0 -171
  788. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/he_IL.js +0 -18
  789. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/hr_HR.js +0 -18
  790. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/hu_HU.js +0 -18
  791. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/i3s.js +0 -808
  792. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/id_ID.js +0 -18
  793. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/it_IT.js +0 -6
  794. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/ja_JP.js +0 -18
  795. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/ko_KR.js +0 -14
  796. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/languageUtils.js +0 -864
  797. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/lclayout.js +0 -772
  798. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/lerc-wasm.js +0 -324
  799. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/libtess-asm.js +0 -3672
  800. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/libtess.js +0 -268
  801. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/lt_LT.js +0 -6
  802. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/lv_LV.js +0 -18
  803. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/lyr3DWorker.js +0 -2107
  804. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/mat3.js +0 -13
  805. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/mat4.js +0 -13
  806. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/nb_NO.js +0 -18
  807. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/nl_NL.js +0 -7
  808. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/pe-wasm.js +0 -886
  809. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/pe.js +0 -446
  810. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/persistableUrlUtils.js +0 -91
  811. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/pl_PL.js +0 -18
  812. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/pt_BR.js +0 -6
  813. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/pt_PT.js +0 -6
  814. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/quickselect.js +0 -35
  815. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/rbush.js +0 -187
  816. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/ro_RO.js +0 -18
  817. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/ru_RU.js +0 -6
  818. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/scalar.js +0 -11
  819. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/sk_SK.js +0 -6
  820. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/sl_SL.js +0 -6
  821. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/sphere.js +0 -183
  822. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/sr_RS.js +0 -18
  823. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/sv_SE.js +0 -6
  824. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/th_TH.js +0 -18
  825. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/tr_TR.js +0 -18
  826. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/tslib.es6.js +0 -46
  827. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/uk_UA.js +0 -6
  828. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/vec2.js +0 -32
  829. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/vec3.js +0 -81
  830. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/vec32.js +0 -195
  831. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/vec33.js +0 -21
  832. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/vec4.js +0 -51
  833. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/vec42.js +0 -148
  834. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/vec43.js +0 -21
  835. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/vi_VN.js +0 -18
  836. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/zh_Hans.js +0 -14
  837. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/zh_Hant.js +0 -14
  838. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/colorUtils.js +0 -35
  839. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/config.js +0 -14
  840. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Accessor.js +0 -171
  841. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/ArrayPool.js +0 -31
  842. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/AsyncSequence.js +0 -26
  843. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/BidiEngine.js +0 -338
  844. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/BidiText.js +0 -13
  845. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/ByteSizeUnit.js +0 -7
  846. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/CircularArray.js +0 -40
  847. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Clonable.js +0 -43
  848. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Collection.js +0 -431
  849. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/CollectionFlattener.js +0 -58
  850. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Cyclical.js +0 -52
  851. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Error.js +0 -32
  852. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Evented.js +0 -124
  853. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Handles.js +0 -68
  854. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/HeapSort.js +0 -40
  855. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Identifiable.js +0 -27
  856. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/JSONSupport.js +0 -49
  857. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/LRUCache.js +0 -32
  858. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Loadable.js +0 -64
  859. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Logger.js +0 -105
  860. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/MD5.js +0 -76
  861. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/MapUtils.js +0 -22
  862. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/MemCache.js +0 -228
  863. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/MemCachePool.js +0 -53
  864. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Message.js +0 -15
  865. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/MultiOriginJSONSupport.js +0 -57
  866. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/NestedMap.js +0 -29
  867. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/ObjectPool.js +0 -50
  868. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/ObjectStack.js +0 -21
  869. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/ObservableChangesType.js +0 -7
  870. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/PerformanceSampler.js +0 -20
  871. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/PooledArray.js +0 -173
  872. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Promise.js +0 -84
  873. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Queue.js +0 -58
  874. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/RandomLCG.js +0 -25
  875. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/ReactiveMap.js +0 -47
  876. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/ReactiveSet.js +0 -45
  877. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/ReadOnlyMultiOriginJSONSupport.js +0 -53
  878. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/ReentrantObjectPool.js +0 -22
  879. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/SetUtils.js +0 -62
  880. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/VectorStack.js +0 -43
  881. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Version.js +0 -33
  882. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Warning.js +0 -10
  883. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/a11yUtils.js +0 -4
  884. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/DefaultsStore.js +0 -61
  885. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/MultiOriginStore.js +0 -72
  886. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/ObservableBase.js +0 -57
  887. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/Properties.js +0 -175
  888. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/Property.js +0 -80
  889. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/PropertyOrigin.js +0 -53
  890. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/Store.js +0 -37
  891. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/beforeDestroy.js +0 -4
  892. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/decorators/cast.js +0 -26
  893. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/decorators/enumeration.js +0 -9
  894. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/decorators/persistable.js +0 -95
  895. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/decorators/property.js +0 -66
  896. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/decorators/reader.js +0 -14
  897. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/decorators/shared.js +0 -8
  898. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/decorators/subclass.js +0 -81
  899. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/decorators/writer.js +0 -14
  900. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/defaultsStoreUtils.js +0 -13
  901. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/diffUtils.js +0 -92
  902. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/ensureType.js +0 -239
  903. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/extensions/serializableProperty/originAliases.js +0 -15
  904. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/extensions/serializableProperty/reader.js +0 -140
  905. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/extensions/serializableProperty/shorthands.js +0 -18
  906. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/extensions/serializableProperty/type.js +0 -7
  907. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/extensions/serializableProperty/writer.js +0 -63
  908. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/extensions/serializableProperty.js +0 -62
  909. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/get.js +0 -31
  910. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/interfaces.js +0 -7
  911. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/layerContainerType.js +0 -4
  912. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/metadata.js +0 -33
  913. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/originUtils.js +0 -9
  914. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/read.js +0 -63
  915. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/set.js +0 -31
  916. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/testSupport.js +0 -12
  917. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/tracking/Flags.js +0 -7
  918. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/tracking/ObservationHandle.js +0 -12
  919. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/tracking/SimpleObservable.js +0 -14
  920. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/tracking/SimpleTrackingTarget.js +0 -53
  921. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/tracking.js +0 -88
  922. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/trackingUtils.js +0 -55
  923. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/utils.js +0 -69
  924. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/watch.js +0 -131
  925. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/write.js +0 -65
  926. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/arrayUtils.js +0 -128
  927. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/asyncUtils.js +0 -86
  928. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/bidiEngineTables.js +0 -41
  929. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/byteSizeEstimations.js +0 -70
  930. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/clock.js +0 -12
  931. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/collectionUtils.js +0 -14
  932. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/colorUtils.js +0 -165
  933. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/compilerUtils.js +0 -10
  934. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/date.js +0 -52
  935. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/deprecate.js +0 -36
  936. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/devEnvironmentUtils.js +0 -12
  937. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/domUtils.js +0 -25
  938. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/events.js +0 -43
  939. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/floatRGBA.js +0 -20
  940. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/fontUtils.js +0 -66
  941. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/handleUtils.js +0 -22
  942. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/has.js +0 -53
  943. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/image/apng.js +0 -393
  944. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/image/gif.js +0 -322
  945. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/imageUtils.js +0 -73
  946. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/iteratorUtils.js +0 -21
  947. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/jsonMap.js +0 -42
  948. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/lang.js +0 -140
  949. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/factories/mat2df32.js +0 -33
  950. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/factories/mat2df64.js +0 -21
  951. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/factories/mat3f32.js +0 -22
  952. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/factories/mat3f64.js +0 -21
  953. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/factories/mat4f32.js +0 -24
  954. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/factories/mat4f64.js +0 -21
  955. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/factories/quatf64.js +0 -21
  956. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/factories/vec2f32.js +0 -42
  957. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/factories/vec2f64.js +0 -47
  958. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/factories/vec3f32.js +0 -47
  959. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/factories/vec3f64.js +0 -52
  960. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/factories/vec4f32.js +0 -52
  961. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/factories/vec4f64.js +0 -57
  962. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/math/common.js +0 -26
  963. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/math/mat2d.js +0 -95
  964. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/math/mat3.js +0 -151
  965. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/math/mat4.js +0 -250
  966. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/math/quat.js +0 -129
  967. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/math/vec2.js +0 -172
  968. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/types/mat4.js +0 -14
  969. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/types/vec2.js +0 -14
  970. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/rbush/PooledRBush.js +0 -275
  971. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/loadAll.js +0 -27
  972. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/mathUtils.js +0 -79
  973. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/maybe.js +0 -36
  974. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/memoize.js +0 -18
  975. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/multiOriginJSONSupportUtils.js +0 -6
  976. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/nextTick.js +0 -12
  977. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/number.js +0 -130
  978. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/object.js +0 -39
  979. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/pbf.js +0 -216
  980. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/perspectiveUtils.js +0 -21
  981. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/promiseUtils.js +0 -167
  982. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/quantityUtils.js +0 -34
  983. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/reactiveUtils.js +0 -124
  984. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/scheduling.js +0 -99
  985. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/screenUtils.js +0 -51
  986. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/signal.js +0 -23
  987. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql/AggregateFunctions.js +0 -84
  988. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql/DateOnly.js +0 -212
  989. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql/SqlInterval.js +0 -112
  990. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql/SqlTimestampOffset.js +0 -81
  991. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql/StandardizedFunctions.js +0 -248
  992. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql/TimeOnly.js +0 -165
  993. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql/UnknownTimeZone.js +0 -18
  994. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql/WhereClause.js +0 -482
  995. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql/WhereClauseCache.js +0 -27
  996. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql/WhereGrammar.js +0 -1050
  997. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql/sqlArithmeticUtils.js +0 -459
  998. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql/sqlCompareUtils.js +0 -230
  999. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql/sqlDateParsingUtils.js +0 -129
  1000. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql.js +0 -11
  1001. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/string.js +0 -30
  1002. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/support/OwningCollection.js +0 -43
  1003. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/support/UpdatingHandles.js +0 -62
  1004. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/throttle.js +0 -18
  1005. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/time.js +0 -14
  1006. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/timeUtils.js +0 -52
  1007. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/typedArrayUtil.js +0 -76
  1008. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/uid.js +0 -7
  1009. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/unitFormatUtils.js +0 -45
  1010. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/unitUtils.js +0 -196
  1011. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/urlUtils.js +0 -446
  1012. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/uuid.js +0 -20
  1013. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/Connection.js +0 -81
  1014. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/InvokeHandler.js +0 -16
  1015. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/RemoteClient.js +0 -182
  1016. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/WorkerFallback.js +0 -72
  1017. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/WorkerHandle.js +0 -51
  1018. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/WorkerOwner.js +0 -82
  1019. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/connectionRegistry.js +0 -13
  1020. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/loaderConfig.js +0 -15
  1021. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/registry.js +0 -4
  1022. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/request.js +0 -45
  1023. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/staticWorkerMessages.js +0 -24
  1024. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/utils.js +0 -78
  1025. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/workerFactory.js +0 -63
  1026. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/workers.js +0 -68
  1027. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/ExpressionInfo.js +0 -21
  1028. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/FormTemplate.js +0 -35
  1029. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/AttachmentElement.js +0 -22
  1030. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/Element.js +0 -14
  1031. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/FieldElement.js +0 -29
  1032. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/GroupElement.js +0 -32
  1033. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/RelationshipElement.js +0 -22
  1034. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/TextElement.js +0 -21
  1035. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/inputs/AttachmentInput.js +0 -21
  1036. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/inputs/BarcodeScannerInput.js +0 -21
  1037. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/inputs/ComboBoxInput.js +0 -21
  1038. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/inputs/DatePickerInput.js +0 -41
  1039. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/inputs/DateTimeOffsetPickerInput.js +0 -47
  1040. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/inputs/DateTimePickerInput.js +0 -41
  1041. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/inputs/Input.js +0 -17
  1042. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/inputs/RadioButtonsInput.js +0 -21
  1043. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/inputs/SwitchInput.js +0 -21
  1044. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/inputs/TextAreaInput.js +0 -21
  1045. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/inputs/TextBoxInput.js +0 -21
  1046. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/inputs/TextInput.js +0 -17
  1047. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/inputs/TimePickerInput.js +0 -47
  1048. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/support/inputs.js +0 -15
  1049. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/support/elements.js +0 -30
  1050. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geohash/GeohashTree.js +0 -101
  1051. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geohash/geohashUtils.js +0 -92
  1052. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/Extent.js +0 -215
  1053. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/Geometry.js +0 -46
  1054. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/GeometryCursor.js +0 -369
  1055. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/HeightModelInfo.js +0 -66
  1056. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/Mesh.js +0 -226
  1057. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/Multipoint.js +0 -91
  1058. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/Point.js +0 -154
  1059. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/Polygon.js +0 -162
  1060. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/Polyline.js +0 -99
  1061. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/SpatialReference.js +0 -82
  1062. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/ellipsoidUtils.js +0 -60
  1063. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/geometryAdapters/hydrated.js +0 -43
  1064. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/geometryAdapters/json.js +0 -57
  1065. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/geometryCursorCollectUtils.js +0 -20
  1066. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/geometryEngine.js +0 -190
  1067. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/geometryEngineAsync.js +0 -219
  1068. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/geometryEngineJSON.js +0 -43
  1069. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/geometryEngineWorker.js +0 -7
  1070. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/libtess.js +0 -18
  1071. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/projection/computeTranslationToOriginAndRotation.js +0 -29
  1072. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/projection/localRotationUtils.js +0 -12
  1073. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/projection/projectBuffer.js +0 -21
  1074. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/projection/projectPointToVector.js +0 -16
  1075. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/projection/projectVectorToVector.js +0 -26
  1076. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/projection/projectVectorToWGS84ComparableLonLat.js +0 -12
  1077. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/projection/projectXYZToVector.js +0 -9
  1078. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/projection/projectors.js +0 -143
  1079. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/projection.js +0 -240
  1080. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/spatialReferenceEllipsoidUtils.js +0 -36
  1081. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/Axis.js +0 -7
  1082. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/DoubleArray.js +0 -25
  1083. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/Ellipsoid.js +0 -17
  1084. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/FloatArray.js +0 -7
  1085. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/GeographicTransformation.js +0 -50
  1086. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/GeographicTransformationStep.js +0 -35
  1087. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/Indices.js +0 -67
  1088. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/MeshComponent.js +0 -42
  1089. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/MeshGeoreferencedVertexSpace.js +0 -19
  1090. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/MeshLocalVertexSpace.js +0 -20
  1091. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/MeshMaterial.js +0 -42
  1092. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/MeshMaterialMetallicRoughness.js +0 -39
  1093. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/MeshTexture.js +0 -137
  1094. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/MeshTextureTransform.js +0 -18
  1095. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/MeshTransform.js +0 -51
  1096. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/MeshVertexAttributes.js +0 -73
  1097. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/SupportedGCSWkids.js +0 -7
  1098. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/TileClipper.js +0 -314
  1099. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/UintArray.js +0 -7
  1100. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/WKIDUnitConversion.js +0 -819
  1101. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/aaBoundingBox.js +0 -106
  1102. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/aaBoundingRect.js +0 -92
  1103. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/axisAngleDegrees.js +0 -54
  1104. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/boundsUtils.js +0 -96
  1105. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/buffer/BufferView.js +0 -473
  1106. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/buffer/internals/Mat3.js +0 -43
  1107. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/buffer/internals/Mat4.js +0 -43
  1108. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/buffer/internals/Scalar.js +0 -26
  1109. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/buffer/internals/Vec2.js +0 -41
  1110. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/buffer/internals/Vec3.js +0 -41
  1111. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/buffer/internals/Vec4.js +0 -41
  1112. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/buffer/math/common.js +0 -5
  1113. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/buffer/types.js +0 -19
  1114. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/buffer/utils.js +0 -13
  1115. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/centroid.js +0 -155
  1116. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/clipRay.js +0 -26
  1117. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/contains.js +0 -65
  1118. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/coordsUtils.js +0 -107
  1119. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/extentUtils.js +0 -58
  1120. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/frustum.js +0 -71
  1121. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/geodesicConstants.js +0 -8
  1122. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/geodesicUtils.js +0 -170
  1123. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/geometryUtils.js +0 -23
  1124. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/heightModelInfoUtils.js +0 -102
  1125. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/intersects.js +0 -16
  1126. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/intersectsBase.js +0 -145
  1127. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/jsonUtils.js +0 -41
  1128. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/labelPoint.js +0 -176
  1129. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/lineSegment.js +0 -79
  1130. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshErrors.js +0 -14
  1131. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/ElevationSamplerWorker.js +0 -49
  1132. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/External.js +0 -116
  1133. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/Metadata.js +0 -38
  1134. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/bounds.js +0 -24
  1135. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/centerAt.js +0 -54
  1136. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/deduplicate.js +0 -89
  1137. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/exporters/gltf/asset.js +0 -20
  1138. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/exporters/gltf/buffer.js +0 -60
  1139. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/exporters/gltf/bufferview.js +0 -138
  1140. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/exporters/gltf/geometry.js +0 -21
  1141. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/exporters/gltf/glb.js +0 -39
  1142. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/exporters/gltf/gltf.js +0 -285
  1143. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/exporters/gltf/gltfexport.js +0 -23
  1144. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/exporters/gltf/imageutils.js +0 -55
  1145. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/exporters/gltf/index.js +0 -69
  1146. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/exporters/gltf/node.js +0 -22
  1147. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/exporters/gltf/scene.js +0 -16
  1148. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/exporters/gltf/types.js +0 -25
  1149. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/geographicUtils.js +0 -29
  1150. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/georeference.js +0 -155
  1151. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/loadExternal.js +0 -75
  1152. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/loadGLTFMesh.js +0 -149
  1153. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/primitives.js +0 -150
  1154. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/projection.js +0 -91
  1155. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/rotate.js +0 -70
  1156. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/scale.js +0 -61
  1157. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/vertexSpaceConversion.js +0 -27
  1158. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshVertexSpaceUtils.js +0 -62
  1159. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/near.js +0 -19
  1160. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/normalizeUtils.js +0 -255
  1161. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/normalizeUtilsCommon.js +0 -23
  1162. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/normalizeUtilsSync.js +0 -188
  1163. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/plane.js +0 -120
  1164. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/pointUtils.js +0 -7
  1165. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/quantizationUtils.js +0 -82
  1166. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/ray.js +0 -42
  1167. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/scaleUtils.js +0 -24
  1168. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/spatialReferenceUtils.js +0 -108
  1169. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/triangle.js +0 -18
  1170. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/triangulationUtils.js +0 -89
  1171. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/typeUtils.js +0 -6
  1172. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/vector.js +0 -14
  1173. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/vectorStacks.js +0 -11
  1174. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/webMercatorUtils.js +0 -76
  1175. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/zmUtils.js +0 -7
  1176. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/zscale.js +0 -55
  1177. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry.js +0 -23
  1178. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/ground/NavigationConstraint.js +0 -21
  1179. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/identity/IdentityManager.js +0 -10
  1180. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/identity/IdentityManagerBase.js +0 -782
  1181. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/identity/IdentityModal.js +0 -52
  1182. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/identity/OAuthCredential.js +0 -82
  1183. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/identity/OAuthInfo.js +0 -21
  1184. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/identity/ServerInfo.js +0 -17
  1185. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/intl/date.js +0 -57
  1186. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/intl/locale.js +0 -40
  1187. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/intl/messages.js +0 -73
  1188. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/intl/number.js +0 -26
  1189. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/intl/substitute.js +0 -56
  1190. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/intl/t9n.js +0 -46
  1191. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/intl.js +0 -26
  1192. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/kernel.js +0 -21
  1193. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/BaseTileLayer.js +0 -50
  1194. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/BingMapsLayer.js +0 -88
  1195. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/BuildingSceneLayer.js +0 -133
  1196. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/CSVLayer.js +0 -101
  1197. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/CatalogLayer.js +0 -112
  1198. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/DimensionLayer.js +0 -66
  1199. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/ElevationLayer.js +0 -88
  1200. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/FeatureLayer.js +0 -480
  1201. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/GeoJSONLayer.js +0 -142
  1202. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/GeoRSSLayer.js +0 -85
  1203. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/GraphicsLayer.js +0 -46
  1204. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/GroupLayer.js +0 -158
  1205. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/ILyr3DWasmPerSceneView.js +0 -49
  1206. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/ImageryLayer.js +0 -124
  1207. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/ImageryTileLayer.js +0 -183
  1208. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/IntegratedMesh3DTilesLayer.js +0 -123
  1209. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/IntegratedMeshLayer.js +0 -91
  1210. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/KMLLayer.js +0 -100
  1211. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/Layer.js +0 -58
  1212. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/LayerConstants.js +0 -4
  1213. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/LineOfSightLayer.js +0 -58
  1214. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/LinkChartLayer.js +0 -391
  1215. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/MapImageLayer.js +0 -134
  1216. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/MapNotesLayer.js +0 -242
  1217. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/MediaLayer.js +0 -112
  1218. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/OGCFeatureLayer.js +0 -119
  1219. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/OpenStreetMapLayer.js +0 -27
  1220. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/OrientedImageryLayer.js +0 -35
  1221. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/PointCloudLayer.js +0 -142
  1222. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/RouteLayer.js +0 -398
  1223. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/SceneLayer.js +0 -432
  1224. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/StreamLayer.js +0 -172
  1225. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/SubtypeGroupLayer.js +0 -226
  1226. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/TileLayer.js +0 -155
  1227. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/UnknownLayer.js +0 -36
  1228. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/UnsupportedLayer.js +0 -37
  1229. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/VectorTileLayer.js +0 -220
  1230. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/VoxelLayer.js +0 -227
  1231. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/WFSLayer.js +0 -141
  1232. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/WMSLayer.js +0 -237
  1233. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/WMTSLayer.js +0 -241
  1234. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/WebTileLayer.js +0 -114
  1235. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/buildingSublayers/BuildingComponentSublayer.js +0 -194
  1236. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/buildingSublayers/BuildingGroupSublayer.js +0 -49
  1237. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/buildingSublayers/BuildingSublayer.js +0 -26
  1238. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/catalog/CatalogDynamicGroupLayer.js +0 -83
  1239. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/catalog/CatalogFootprintLayer.js +0 -67
  1240. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/effects/EffectView.js +0 -114
  1241. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/effects/FeatureEffectView.js +0 -50
  1242. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/effects/colorMatrixFunctions.js +0 -32
  1243. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/effects/effects.js +0 -158
  1244. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/effects/jsonUtils.js +0 -91
  1245. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/effects/parser.js +0 -491
  1246. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/effects/utils.js +0 -23
  1247. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/OptimizedFeature.js +0 -22
  1248. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/OptimizedFeatureSet.js +0 -12
  1249. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/OptimizedGeometry.js +0 -47
  1250. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/applyEditsUtils.js +0 -87
  1251. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/centroid.js +0 -75
  1252. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/contains.js +0 -38
  1253. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/AttributesBuilder.js +0 -91
  1254. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/BoundsStore.js +0 -64
  1255. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/FeatureStore.js +0 -136
  1256. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/QueryEngine.js +0 -370
  1257. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/QueryEngineCapabilities.js +0 -4
  1258. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/QueryEngineResult.js +0 -307
  1259. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/SnappingCandidate.js +0 -10
  1260. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/StreamFeatureManager.js +0 -120
  1261. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/attributeSupport.js +0 -85
  1262. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/geometryUtils.js +0 -37
  1263. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/optimizedFeatureQueryEngineAdapter.js +0 -7
  1264. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/projectionSupport.js +0 -78
  1265. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/queryUtils.js +0 -75
  1266. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/queryValidationUtils.js +0 -72
  1267. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/spatialQuerySupport.js +0 -78
  1268. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/timeSupport.js +0 -65
  1269. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/dehydratedFeatureComparison.js +0 -13
  1270. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/dehydratedFeatureUtils.js +0 -6
  1271. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/dehydratedFeatures.js +0 -37
  1272. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/dehydratedPoint.js +0 -6
  1273. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/editingSupport.js +0 -213
  1274. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/featureConversionUtils.js +0 -494
  1275. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/hydratedFeatures.js +0 -82
  1276. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/objectIdUtils.js +0 -14
  1277. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/CSVSource.js +0 -63
  1278. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/FeatureLayerSource.js +0 -356
  1279. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/GeoJSONSource.js +0 -98
  1280. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/MemorySource.js +0 -194
  1281. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/OGCFeatureSource.js +0 -82
  1282. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/WFSSource.js +0 -82
  1283. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/WFSSourceWorker.js +0 -139
  1284. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/connections/GeoEventConnection.js +0 -146
  1285. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/connections/WebSocketConnection.js +0 -123
  1286. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/connections/createConnection.js +0 -16
  1287. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/csv/csv.js +0 -170
  1288. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/geojson/GeoJSONSourceWorker.js +0 -232
  1289. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/geojson/geojson.js +0 -211
  1290. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/interfaces.js +0 -7
  1291. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/support/CSVSourceWorker.js +0 -203
  1292. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/support/MemorySourceWorker.js +0 -203
  1293. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/support/QueryTask.js +0 -128
  1294. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/support/clientSideDefaults.js +0 -40
  1295. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/support/sourceUtils.js +0 -72
  1296. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/support/uploadAssetErrors.js +0 -70
  1297. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/support/uploadAssets.js +0 -224
  1298. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/support/uploadProgressWeights.js +0 -4
  1299. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/support/uploads.js +0 -56
  1300. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/knowledgeGraph/KnowledgeGraphLayerDataManager.js +0 -354
  1301. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/knowledgeGraph/KnowledgeGraphSublayer.js +0 -143
  1302. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/knowledgeGraph/KnowledgeGraphSublayerBase.js +0 -18
  1303. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/knowledgeGraph/SessionMemoryStorage.js +0 -49
  1304. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/knowledgeGraph/supportUtils.js +0 -54
  1305. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/APIKeyMixin.js +0 -24
  1306. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/ArcGISCachedService.js +0 -56
  1307. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/ArcGISImageService.js +0 -864
  1308. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/ArcGISMapService.js +0 -91
  1309. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/ArcGISService.js +0 -31
  1310. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/BlendLayer.js +0 -18
  1311. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/CustomParametersMixin.js +0 -17
  1312. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/EditBusLayer.js +0 -71
  1313. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/FeatureEffectLayer.js +0 -18
  1314. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/FeatureLayerBase.js +0 -117
  1315. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/FeatureReductionLayer.js +0 -70
  1316. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/ImageryTileMixin.js +0 -298
  1317. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/OperationalLayer.js +0 -57
  1318. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/OrderedLayer.js +0 -32
  1319. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/PortalLayer.js +0 -145
  1320. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/PublishableLayer.js +0 -44
  1321. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/RefreshableLayer.js +0 -49
  1322. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/ScaleRangeLayer.js +0 -26
  1323. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/SceneService.js +0 -211
  1324. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/SublayersOwner.js +0 -103
  1325. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/TemporalLayer.js +0 -33
  1326. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/TemporalSceneLayer.js +0 -57
  1327. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/operationalLayers.js +0 -4
  1328. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/refresh.js +0 -49
  1329. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/ogc/crsUtils.js +0 -7
  1330. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/ogc/ogcFeatureUtils.js +0 -215
  1331. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/ogc/wfsUtils.js +0 -359
  1332. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/ogc/xmlUtils.js +0 -24
  1333. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/orientedImagery/constants/utils.js +0 -15
  1334. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/orientedImagery/constants/wkid.js +0 -6
  1335. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/orientedImagery/core/CameraOrientation.js +0 -32
  1336. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/orientedImagery/core/CameraOrientationHPR.js +0 -23
  1337. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/orientedImagery/core/CameraOrientationOPK.js +0 -23
  1338. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/orientedImagery/core/CameraOrientationYPR.js +0 -27
  1339. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/orientedImagery/core/ElevationSourceDefinitions.js +0 -27
  1340. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/orientedImagery/core/utils.js +0 -46
  1341. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/orientedImagery/enums/CameraOrientationType.js +0 -7
  1342. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/pointCloudFilters/PointCloudBitfieldFilter.js +0 -25
  1343. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/pointCloudFilters/PointCloudFilter.js +0 -20
  1344. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/pointCloudFilters/PointCloudReturnFilter.js +0 -22
  1345. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/pointCloudFilters/PointCloudValueFilter.js +0 -22
  1346. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/pointCloudFilters/typeUtils.js +0 -8
  1347. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/save/featureLayerUtils.js +0 -139
  1348. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/save/groupLayerUtils.js +0 -32
  1349. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/save/imageryUtils.js +0 -36
  1350. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/save/mediaLayerUtils.js +0 -28
  1351. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/save/streamLayerUtils.js +0 -24
  1352. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/save/utils.js +0 -89
  1353. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/AggregateField.js +0 -22
  1354. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/BuildingFilter.js +0 -27
  1355. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/BuildingFilterAuthoringInfo.js +0 -17
  1356. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/BuildingFilterAuthoringInfoBlock.js +0 -21
  1357. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/BuildingFilterAuthoringInfoCheckbox.js +0 -24
  1358. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/BuildingFilterAuthoringInfoType.js +0 -21
  1359. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/BuildingFilterBlock.js +0 -37
  1360. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/BuildingFilterMode.js +0 -14
  1361. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/BuildingFilterModeSolid.js +0 -21
  1362. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/BuildingFilterModeWireFrame.js +0 -23
  1363. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/BuildingFilterModeXRay.js +0 -21
  1364. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/BuildingSummaryStatistics.js +0 -37
  1365. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/ClientSideConnection.js +0 -36
  1366. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/CodedValue.js +0 -20
  1367. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/CodedValueDomain.js +0 -31
  1368. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/ControlPointsGeoreference.js +0 -142
  1369. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/CornersGeoreference.js +0 -56
  1370. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/DimensionalDefinition.js +0 -20
  1371. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/Domain.js +0 -20
  1372. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/EditFieldsInfo.js +0 -19
  1373. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/ElevationQuery.js +0 -459
  1374. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/ElevationSampler.js +0 -129
  1375. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/ElevationSamplerData.js +0 -8
  1376. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/ElevationTile.js +0 -34
  1377. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/ElevationTileData.js +0 -30
  1378. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/ExportImageParameters.js +0 -73
  1379. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/ExportImageServiceParameters.js +0 -96
  1380. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/ExportWMSImageParameters.js +0 -39
  1381. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/ExpressionInfo.js +0 -18
  1382. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/ExtentAndRotationGeoreference.js +0 -60
  1383. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/FeatureEffect.js +0 -47
  1384. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/FeatureFilter.js +0 -37
  1385. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/FeatureIndex.js +0 -17
  1386. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/FeatureReduction.js +0 -16
  1387. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/FeatureReductionBinning.js +0 -50
  1388. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/FeatureReductionCluster.js +0 -77
  1389. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/FeatureReductionSelection.js +0 -21
  1390. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/FeatureTemplate.js +0 -20
  1391. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/FeatureType.js +0 -35
  1392. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/Field.js +0 -44
  1393. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/FieldsIndex.js +0 -118
  1394. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/GeometryFieldsInfo.js +0 -19
  1395. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/GeoreferenceBase.js +0 -21
  1396. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/I3SIndexInfo.js +0 -24
  1397. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/I3SLayerDefinitions.js +0 -68
  1398. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/ImageElement.js +0 -93
  1399. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/InheritedDomain.js +0 -22
  1400. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/KMLSublayer.js +0 -70
  1401. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/LOD.js +0 -21
  1402. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/LabelClass.js +0 -131
  1403. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/LabelExpressionInfo.js +0 -30
  1404. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/LayerFloorInfo.js +0 -22
  1405. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/LayerLoadContext.js +0 -30
  1406. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/LercDecoder.js +0 -22
  1407. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/LercWorker.js +0 -156
  1408. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/LocalMediaElementSource.js +0 -92
  1409. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/MediaElementBase.js +0 -41
  1410. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/MediaElementView.js +0 -36
  1411. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/MosaicRule.js +0 -89
  1412. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/MultidimensionalSubset.js +0 -66
  1413. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/OrderByInfo.js +0 -23
  1414. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/PixelBlock.js +0 -252
  1415. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/PolygonCollection.js +0 -46
  1416. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/PromiseQueue.js +0 -65
  1417. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/PublishingInfo.js +0 -17
  1418. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/PurgeOptions.js +0 -21
  1419. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RangeDomain.js +0 -34
  1420. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RangeInfo.js +0 -16
  1421. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RasterBandInfo.js +0 -24
  1422. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RasterFunction.js +0 -68
  1423. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RasterFunctionInfo.js +0 -18
  1424. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RasterFunctionProperties.js +0 -16
  1425. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RasterFunctionTemplate.js +0 -21
  1426. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RasterFunctionVariable.js +0 -17
  1427. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RasterInfo.js +0 -65
  1428. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RasterJobHandler.js +0 -116
  1429. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RasterSensorInfo.js +0 -32
  1430. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RasterStorageInfo.js +0 -22
  1431. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RasterWorker.js +0 -82
  1432. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/Relationship.js +0 -20
  1433. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RouteStopSymbols.js +0 -19
  1434. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RouteSymbols.js +0 -22
  1435. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/SceneFilter.js +0 -40
  1436. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/SceneModification.js +0 -38
  1437. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/SceneModifications.js +0 -40
  1438. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/SimpleBandStatistics.js +0 -8
  1439. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/SpriteSource.js +0 -73
  1440. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/StreamConnection.js +0 -27
  1441. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/Sublayer.js +0 -420
  1442. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/Subtype.js +0 -38
  1443. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/SubtypeSublayer.js +0 -308
  1444. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/TelemetryDisplay.js +0 -18
  1445. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/TileInfo.js +0 -183
  1446. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/TileInfoTilemapCache.js +0 -39
  1447. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/TileKey.js +0 -8
  1448. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/TileMatrixSet.js +0 -24
  1449. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/Tilemap.js +0 -73
  1450. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/TilemapCache.js +0 -139
  1451. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/TimeInfo.js +0 -41
  1452. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/VideoElement.js +0 -52
  1453. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/WMSSublayer.js +0 -67
  1454. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/WMTSLayerInfo.js +0 -20
  1455. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/WMTSStyle.js +0 -22
  1456. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/WMTSSublayer.js +0 -54
  1457. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/arcgisLayerUrl.js +0 -86
  1458. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/arcgisLayers.js +0 -155
  1459. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/associatedFeatureServiceUtils.js +0 -98
  1460. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/capabilities.js +0 -4
  1461. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/commonProperties.js +0 -52
  1462. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/domainUtils.js +0 -53
  1463. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/domains.js +0 -27
  1464. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/editableLayers.js +0 -8
  1465. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/exifUtils.js +0 -17
  1466. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/featureLayerUtils.js +0 -237
  1467. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/featureQueryAll.js +0 -29
  1468. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/featureReductionUtils.js +0 -9
  1469. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/fetchService.js +0 -33
  1470. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/fieldProperties.js +0 -36
  1471. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/fieldType.js +0 -5
  1472. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/fieldUtils.js +0 -418
  1473. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/floorFilterUtils.js +0 -19
  1474. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/fromPortalItem.js +0 -14
  1475. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/imageBitmapUtils.js +0 -24
  1476. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/imageUtils.js +0 -17
  1477. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/imageryRendererUtils.js +0 -201
  1478. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/infoFor3D.js +0 -61
  1479. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/kmlUtils.js +0 -120
  1480. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/labelFormatUtils.js +0 -32
  1481. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/labelUtils.js +0 -62
  1482. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/labelingInfo.js +0 -48
  1483. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/layerUtils.js +0 -90
  1484. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/layersCreator.js +0 -140
  1485. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/lazyLayerLoader.js +0 -4
  1486. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/mediaUtils.js +0 -16
  1487. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/BaseRaster.js +0 -442
  1488. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/CloudRaster.js +0 -171
  1489. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/CovJSONRaster.js +0 -51
  1490. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/DBFParser.js +0 -50
  1491. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/EphemeralBlockCache.js +0 -68
  1492. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/FunctionRaster.js +0 -90
  1493. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/ImageAuxRaster.js +0 -67
  1494. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/ImageServerRaster.js +0 -176
  1495. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/InMemoryRaster.js +0 -67
  1496. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/MRFRaster.js +0 -173
  1497. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/RasterFactory.js +0 -48
  1498. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/RawBlockCache.js +0 -122
  1499. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/TIFFRaster.js +0 -214
  1500. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/byteStreamUtils.js +0 -10
  1501. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/covJSONParser.js +0 -127
  1502. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/multidimensionalUtils.js +0 -279
  1503. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/pamParser.js +0 -113
  1504. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/xmlUtilities.js +0 -60
  1505. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterEnums.js +0 -7
  1506. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFormats/ImageCanvasDecoder.js +0 -68
  1507. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFormats/JpgPlus.js +0 -34
  1508. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFormats/Lerc.js +0 -121
  1509. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFormats/Lzw.js +0 -63
  1510. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFormats/RasterCodec.js +0 -380
  1511. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFormats/Raw.js +0 -54
  1512. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFormats/TiffDecoder.js +0 -599
  1513. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFormats/TiffTags.js +0 -18
  1514. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFormats/pixelRangeUtils.js +0 -42
  1515. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFormats/utils.js +0 -7
  1516. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctionConstants.js +0 -10
  1517. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/ArithmeticFunction.js +0 -37
  1518. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/ArithmeticFunctionArguments.js +0 -24
  1519. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/AspectFunction.js +0 -34
  1520. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/AspectFunctionArguments.js +0 -18
  1521. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/BandArithmeticFunction.js +0 -111
  1522. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/BandArithmeticFunctionArguments.js +0 -23
  1523. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/BaseFunctionArguments.js +0 -17
  1524. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/BaseRasterFunction.js +0 -192
  1525. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/ClipFunction.js +0 -30
  1526. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/ClipFunctionArguments.js +0 -25
  1527. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/ColormapFunction.js +0 -46
  1528. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/ColormapFunctionArguments.js +0 -36
  1529. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/CompositeBandFunction.js +0 -45
  1530. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/CompositeBandFunctionArguments.js +0 -25
  1531. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/ContrastBrightnessFunction.js +0 -39
  1532. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/ContrastBrightnessFunctionArguments.js +0 -21
  1533. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/ConvolutionFunction.js +0 -51
  1534. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/ConvolutionFunctionArguments.js +0 -31
  1535. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/CurvatureFunction.js +0 -37
  1536. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/CurvatureFunctionArguments.js +0 -28
  1537. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/ExtractBandFunction.js +0 -93
  1538. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/ExtractBandFunctionArguments.js +0 -24
  1539. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/GrayscaleFunction.js +0 -40
  1540. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/GrayscaleFunctionArguments.js +0 -18
  1541. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/LocalFunction.js +0 -66
  1542. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/LocalFunctionArguments.js +0 -25
  1543. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/MaskFunction.js +0 -59
  1544. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/MaskFunctionArguments.js +0 -39
  1545. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/NDVIFunction.js +0 -46
  1546. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/NDVIFunctionArguments.js +0 -22
  1547. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/RemapFunction.js +0 -57
  1548. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/RemapFunctionArguments.js +0 -21
  1549. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/SlopeFunction.js +0 -37
  1550. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/SlopeFunctionArguments.js +0 -24
  1551. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/StatisticsFunction.js +0 -43
  1552. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/StatisticsFunctionArguments.js +0 -23
  1553. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/StatisticsHistogramFunction.js +0 -28
  1554. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/StatisticsHistogramFunctionArguments.js +0 -41
  1555. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/StretchFunction.js +0 -54
  1556. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/StretchFunctionArguments.js +0 -28
  1557. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/TableFunction.js +0 -33
  1558. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/TableFunctionArguments.js +0 -21
  1559. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/bandIndexUtils.js +0 -255
  1560. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/clipUtils.js +0 -103
  1561. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/colormaps.js +0 -63
  1562. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/conversionUtils.js +0 -20
  1563. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/convolutionUtils.js +0 -83
  1564. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/customBandIndexUtils.js +0 -113
  1565. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/focalStatUtils.js +0 -181
  1566. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/localUtils.js +0 -480
  1567. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/mirror.js +0 -15
  1568. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/pixelUtils.js +0 -659
  1569. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/rasterFunctionHelper.js +0 -246
  1570. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/rasterFunctionSchema.js +0 -4
  1571. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/rasterProjectionHelper.js +0 -592
  1572. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/stretchUtils.js +0 -356
  1573. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/surfaceUtils.js +0 -184
  1574. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/vectorFieldUtils.js +0 -230
  1575. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterTransforms/BaseRasterTransform.js +0 -23
  1576. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterTransforms/GCSShiftTransform.js +0 -28
  1577. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterTransforms/IdentityTransform.js +0 -22
  1578. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterTransforms/PolynomialTransform.js +0 -114
  1579. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterTransforms/utils.js +0 -22
  1580. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/schemaValidatorLoader.js +0 -7
  1581. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/serviceCapabilitiesUtils.js +0 -57
  1582. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/source/DataLayerSource.js +0 -62
  1583. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/source/MapLayerSource.js +0 -22
  1584. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/source/QueryTableDataSource.js +0 -25
  1585. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/source/RasterDataSource.js +0 -22
  1586. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/source/TableDataSource.js +0 -22
  1587. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/sublayerUtils.js +0 -37
  1588. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/vectorTileLayerLoader.js +0 -89
  1589. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/versionUtils.js +0 -161
  1590. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/wmsUtils.js +0 -280
  1591. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/wmtsUtils.js +0 -257
  1592. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelColorStop.js +0 -19
  1593. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelDimension.js +0 -26
  1594. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelDynamicSection.js +0 -41
  1595. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelFormat.js +0 -17
  1596. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelIrregularSpacing.js +0 -17
  1597. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelIsosurface.js +0 -19
  1598. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelOpacityStop.js +0 -18
  1599. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelRangeFilter.js +0 -18
  1600. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelRegularSpacing.js +0 -17
  1601. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelSection.js +0 -35
  1602. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelSimpleShading.js +0 -17
  1603. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelSlice.js +0 -41
  1604. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelTransferFunctionStyle.js +0 -129
  1605. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelUniqueValue.js +0 -19
  1606. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelVariable.js +0 -18
  1607. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelVariableStyle.js +0 -31
  1608. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelVolume.js +0 -95
  1609. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelVolumeIndex.js +0 -22
  1610. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelVolumeStyle.js +0 -34
  1611. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/voxelPlaneUtils.js +0 -20
  1612. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/libs/basisu/BasisU.js +0 -12
  1613. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/libs/basisu/TextureFormat.js +0 -7
  1614. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/libs/i3s/I3SModule.js +0 -16
  1615. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/libs/i3s/enums.js +0 -10
  1616. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/libs/linkchartlayout/LinkChartLayout.js +0 -89
  1617. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/libs/lyr3d/Lyr3DModule.js +0 -14
  1618. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/libs/maquette/dom.js +0 -10
  1619. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/libs/maquette/projection.js +0 -199
  1620. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/libs/maquette/projector.js +0 -60
  1621. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/libs/maquette-advanced-projector/advanced-projector-options.js +0 -4
  1622. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/libs/maquette-advanced-projector/projector.js +0 -75
  1623. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/libs/maquette-advanced-projector/utils.js +0 -7
  1624. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/ElementExpressionInfo.js +0 -21
  1625. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/ExpressionInfo.js +0 -21
  1626. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/FieldInfo.js +0 -24
  1627. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/LayerOptions.js +0 -21
  1628. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/RelatedRecordsInfo.js +0 -22
  1629. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/AttachmentsContent.js +0 -21
  1630. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/BarChartMediaInfo.js +0 -22
  1631. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/ColumnChartMediaInfo.js +0 -22
  1632. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/Content.js +0 -17
  1633. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/CustomContent.js +0 -21
  1634. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/ExpressionContent.js +0 -23
  1635. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/FieldsContent.js +0 -26
  1636. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/ImageMediaInfo.js +0 -22
  1637. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/LineChartMediaInfo.js +0 -22
  1638. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/MediaContent.js +0 -35
  1639. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/PieChartMediaInfo.js +0 -22
  1640. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/RelationshipContent.js +0 -19
  1641. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/TextContent.js +0 -21
  1642. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/mixins/ChartMediaInfo.js +0 -18
  1643. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/mixins/MediaInfo.js +0 -17
  1644. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/support/ChartMediaInfoValue.js +0 -22
  1645. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/support/ChartMediaInfoValueSeries.js +0 -21
  1646. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/support/ImageMediaInfoValue.js +0 -21
  1647. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/support/chartMediaInfoUtils.js +0 -5
  1648. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/support/mediaInfoTypes.js +0 -10
  1649. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content.js +0 -20
  1650. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/support/FieldInfoFormat.js +0 -20
  1651. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/support/RelatedRecordsInfoFieldOrder.js +0 -21
  1652. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/Portal.js +0 -255
  1653. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/PortalFolder.js +0 -26
  1654. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/PortalGroup.js +0 -79
  1655. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/PortalItem.js +0 -197
  1656. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/PortalItemResource.js +0 -54
  1657. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/PortalQueryParams.js +0 -45
  1658. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/PortalQueryResult.js +0 -17
  1659. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/PortalRating.js +0 -17
  1660. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/PortalUser.js +0 -114
  1661. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/portalDefault.js +0 -7
  1662. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/support/featureCollectionUtils.js +0 -17
  1663. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/support/geometryServiceUtils.js +0 -30
  1664. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/support/jsonContext.js +0 -16
  1665. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/support/layersLoader.js +0 -199
  1666. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/support/loadUtils.js +0 -78
  1667. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/support/portalItemUtils.js +0 -59
  1668. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/support/portalLayers.js +0 -209
  1669. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/support/resourceExtension.js +0 -17
  1670. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/support/resourceUtils.js +0 -70
  1671. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/support/urlUtils.js +0 -47
  1672. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/support/utils.js +0 -28
  1673. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/timeUnitKebabDictionary.js +0 -5
  1674. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/properties/defaultUnit.js +0 -7
  1675. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rasterRenderers.js +0 -41
  1676. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/ClassBreaksRenderer.js +0 -173
  1677. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/DictionaryRenderer.js +0 -64
  1678. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/DotDensityRenderer.js +0 -60
  1679. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/FlowRenderer.js +0 -38
  1680. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/HeatmapRenderer.js +0 -96
  1681. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/PieChartRenderer.js +0 -51
  1682. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/PointCloudClassBreaksRenderer.js +0 -24
  1683. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/PointCloudRGBRenderer.js +0 -22
  1684. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/PointCloudRenderer.js +0 -29
  1685. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/PointCloudStretchRenderer.js +0 -24
  1686. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/PointCloudUniqueValueRenderer.js +0 -24
  1687. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/RasterColormapRenderer.js +0 -37
  1688. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/RasterShadedReliefRenderer.js +0 -27
  1689. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/RasterStretchRenderer.js +0 -37
  1690. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/Renderer.js +0 -39
  1691. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/SimpleRenderer.js +0 -48
  1692. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/UniqueValueRenderer.js +0 -318
  1693. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/VectorFieldRenderer.js +0 -232
  1694. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/mixins/VisualVariablesMixin.js +0 -61
  1695. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/AttributeColorInfo.js +0 -31
  1696. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/AuthoringInfo.js +0 -105
  1697. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/AuthoringInfoClassBreakInfo.js +0 -20
  1698. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/AuthoringInfoFieldInfo.js +0 -21
  1699. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/AuthoringInfoVisualVariable.js +0 -41
  1700. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/ClassBreakInfo.js +0 -26
  1701. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/ColormapInfo.js +0 -18
  1702. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/DictionaryLoader.js +0 -160
  1703. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/DotDensityLegendOptions.js +0 -21
  1704. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/HeatmapColorStop.js +0 -22
  1705. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/HeatmapLegendOptions.js +0 -17
  1706. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/LegendOptions.js +0 -20
  1707. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/OthersCategory.js +0 -18
  1708. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/PieChartLegendOptions.js +0 -17
  1709. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/RasterSymbolizer.js +0 -356
  1710. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/UniqueValue.js +0 -19
  1711. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/UniqueValueClass.js +0 -33
  1712. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/UniqueValueGroup.js +0 -19
  1713. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/UniqueValueInfo.js +0 -27
  1714. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/clickToleranceUtils.js +0 -56
  1715. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/colorRampUtils.js +0 -205
  1716. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/commonProperties.js +0 -15
  1717. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/heatmapUtils.js +0 -46
  1718. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/jsonUtils.js +0 -14
  1719. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/lengthUtils.js +0 -6
  1720. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/numberUtils.js +0 -9
  1721. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/pointCloud/ColorClassBreakInfo.js +0 -21
  1722. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/pointCloud/ColorModulation.js +0 -21
  1723. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/pointCloud/ColorUniqueValueInfo.js +0 -21
  1724. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/pointCloud/PointSizeAlgorithm.js +0 -16
  1725. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/pointCloud/PointSizeFixedSizeAlgorithm.js +0 -22
  1726. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/pointCloud/PointSizeSplatAlgorithm.js +0 -22
  1727. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/pointCloud/pointSizeAlgorithmTypeUtils.js +0 -7
  1728. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/pointCloud/typeUtils.js +0 -9
  1729. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/randomRotationExpression.js +0 -8
  1730. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/rasterRendererChecks.js +0 -37
  1731. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/rasterRendererHelper.js +0 -234
  1732. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/stretchRendererUtils.js +0 -6
  1733. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/styleUtils.js +0 -16
  1734. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/types.js +0 -39
  1735. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/utils.js +0 -71
  1736. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/visualVariables/ColorVariable.js +0 -35
  1737. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/visualVariables/OpacityVariable.js +0 -35
  1738. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/visualVariables/RotationVariable.js +0 -33
  1739. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/visualVariables/SizeVariable.js +0 -124
  1740. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/visualVariables/VisualVariable.js +0 -31
  1741. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/visualVariables/VisualVariableFactory.js +0 -71
  1742. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/visualVariables/support/ColorStop.js +0 -26
  1743. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/visualVariables/support/OpacityStop.js +0 -30
  1744. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/visualVariables/support/SizeStop.js +0 -22
  1745. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/visualVariables/support/SizeVariableLegendOptions.js +0 -22
  1746. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/visualVariables/support/VisualVariableLegendOptions.js +0 -21
  1747. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/visualVariables/support/sizeVariableUtils.js +0 -27
  1748. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/visualVariables/support/visualVariableUtils.js +0 -269
  1749. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/request.js +0 -287
  1750. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/geometryService/cut.js +0 -15
  1751. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/geometryService/project.js +0 -15
  1752. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/geometryService/simplify.js +0 -12
  1753. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/geometryService/utils.js +0 -15
  1754. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/identify.js +0 -35
  1755. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/imageService/fetchRasterInfo.js +0 -44
  1756. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/imageService/getCatalogItemRasterInfo.js +0 -17
  1757. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/imageService.js +0 -209
  1758. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/DataModel.js +0 -22
  1759. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/Entity.js +0 -19
  1760. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/EntityType.js +0 -17
  1761. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/FieldIndex.js +0 -17
  1762. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/GraphApplyEditsResult.js +0 -17
  1763. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/GraphNamedObject.js +0 -17
  1764. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/GraphObject.js +0 -17
  1765. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/GraphObjectType.js +0 -19
  1766. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/GraphProperty.js +0 -19
  1767. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/GraphQuery.js +0 -17
  1768. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/GraphQueryResult.js +0 -17
  1769. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/GraphQueryStreaming.js +0 -17
  1770. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/GraphQueryStreamingResult.js +0 -17
  1771. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/KnowledgeGraph.js +0 -19
  1772. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/ObjectValue.js +0 -17
  1773. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/Path.js +0 -18
  1774. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/ProtoFeatureCollection.js +0 -18
  1775. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/Relationship.js +0 -19
  1776. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/RelationshipType.js +0 -17
  1777. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/SearchIndex.js +0 -17
  1778. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/ServiceDefinition.js +0 -17
  1779. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/wasmInterface/KnowledgeWasmInterface.js +0 -7
  1780. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/wasmInterface/WasmDataModelWrapperInterfaces.js +0 -25
  1781. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/wasmInterface/WasmQueryWrapperInterfaces.js +0 -10
  1782. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/wasmInterface/WasmSerializedLayerData.js +0 -16
  1783. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/wasmInterface/knowledgeWasmAccess.js +0 -23
  1784. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/wasmInterface/queryToWasmEncodedFactories.js +0 -99
  1785. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/wasmInterface/updateToWasmEncodedFactories.js +0 -35
  1786. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/wasmInterface/wasmToDataModelFactories.js +0 -90
  1787. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/wasmInterface/wasmToGeometryFactories.js +0 -64
  1788. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/wasmInterface/wasmToQueryResponseObjFactories.js +0 -96
  1789. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/wasmInterface/wasmToUpdateResponseFactories.js +0 -26
  1790. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraphService.js +0 -280
  1791. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/networkService.js +0 -80
  1792. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/operations/identify.js +0 -66
  1793. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/operations/urlUtils.js +0 -19
  1794. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/executeForCount.js +0 -10
  1795. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/executeForExtent.js +0 -12
  1796. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/executeForIds.js +0 -10
  1797. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/executeForTopCount.js +0 -10
  1798. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/executeForTopExtents.js +0 -12
  1799. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/executeForTopIds.js +0 -10
  1800. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/executeQuery.js +0 -73
  1801. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/executeQueryJSON.js +0 -16
  1802. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/executeQueryPBF.js +0 -12
  1803. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/executeRelationshipQuery.js +0 -21
  1804. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/executeTopFeaturesQuery.js +0 -11
  1805. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/operations/editsZScale.js +0 -38
  1806. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/operations/pbfDehydratedFeatureSet.js +0 -184
  1807. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/operations/pbfFeatureServiceParser.js +0 -355
  1808. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/operations/pbfJSONFeatureSet.js +0 -147
  1809. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/operations/pbfOptimizedFeatureSet.js +0 -67
  1810. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/operations/pbfQueryUtils.js +0 -13
  1811. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/operations/query.js +0 -80
  1812. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/operations/queryAttachments.js +0 -35
  1813. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/operations/queryRelatedRecords.js +0 -34
  1814. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/operations/queryTopFeatures.js +0 -55
  1815. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/operations/queryZScale.js +0 -12
  1816. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/support/AttachmentInfo.js +0 -27
  1817. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/route/utils.js +0 -53
  1818. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/route.js +0 -82
  1819. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/AggregateFeatureSet.js +0 -37
  1820. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/AlgorithmicColorRamp.js +0 -22
  1821. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/AttachmentQuery.js +0 -24
  1822. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/BaseImageMeasureParameters.js +0 -22
  1823. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/BaseImageMeasureResult.js +0 -44
  1824. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/CameraInfo.js +0 -18
  1825. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/CameraInfoMixin.js +0 -17
  1826. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ClassBreaksDefinition.js +0 -26
  1827. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ColorRamp.js +0 -17
  1828. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/DataLayer.js +0 -22
  1829. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/DirectionLine.js +0 -31
  1830. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/DirectionPoint.js +0 -35
  1831. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/DirectionsEvent.js +0 -28
  1832. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/DirectionsFeature.js +0 -45
  1833. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/DirectionsFeatureSet.js +0 -55
  1834. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/DirectionsString.js +0 -19
  1835. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/FeatureSet.js +0 -202
  1836. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/FindImagesParameters.js +0 -19
  1837. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/FindImagesResult.js +0 -18
  1838. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/FullTextSearch.js +0 -20
  1839. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/GPMessage.js +0 -19
  1840. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/IdentifyParameters.js +0 -30
  1841. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/IdentifyResult.js +0 -31
  1842. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageAngleParameters.js +0 -23
  1843. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageAngleResult.js +0 -19
  1844. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageAreaParameters.js +0 -31
  1845. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageAreaResult.js +0 -17
  1846. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageBoundaryParameters.js +0 -19
  1847. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageBoundaryResult.js +0 -23
  1848. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageDistanceParameters.js +0 -32
  1849. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageDistanceResult.js +0 -17
  1850. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageGPSInfo.js +0 -22
  1851. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageGPSInfoParameters.js +0 -27
  1852. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageGPSInfoResult.js +0 -19
  1853. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageHeightParameters.js +0 -32
  1854. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageHeightResult.js +0 -17
  1855. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageHistogramParameters.js +0 -38
  1856. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageIdentifyParameters.js +0 -69
  1857. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageIdentifyResult.js +0 -19
  1858. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageInspectionInfo.js +0 -23
  1859. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImagePixelLocationParameters.js +0 -28
  1860. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImagePixelLocationResult.js +0 -17
  1861. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImagePointParameters.js +0 -31
  1862. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImagePointResult.js +0 -19
  1863. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageSample.js +0 -18
  1864. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageSampleParameters.js +0 -38
  1865. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageSampleResult.js +0 -18
  1866. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageToMapMultirayParameters.js +0 -25
  1867. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageToMapParameters.js +0 -25
  1868. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageUrlParameters.js +0 -18
  1869. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageUrlResult.js +0 -17
  1870. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/MapToImageParameters.js +0 -24
  1871. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/MeasureAreaFromImageResult.js +0 -24
  1872. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/MeasureFromImageParameters.js +0 -28
  1873. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/MeasureLengthFromImageResult.js +0 -19
  1874. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/MultipartColorRamp.js +0 -22
  1875. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/NAMessage.js +0 -19
  1876. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/NetworkAttribute.js +0 -19
  1877. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/NetworkDataset.js +0 -18
  1878. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/NetworkFeatureSet.js +0 -21
  1879. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/NetworkServiceDescription.js +0 -37
  1880. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/NetworkUrl.js +0 -18
  1881. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/PointBarrier.js +0 -40
  1882. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/PolygonBarrier.js +0 -40
  1883. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/PolylineBarrier.js +0 -36
  1884. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ProjectParameters.js +0 -23
  1885. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/QuantizationParameters.js +0 -29
  1886. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/Query.js +0 -70
  1887. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/RelationshipQuery.js +0 -30
  1888. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/RouteInfo.js +0 -54
  1889. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/RouteParameters.js +0 -87
  1890. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/RouteResult.js +0 -20
  1891. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/RouteSettings.js +0 -27
  1892. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/RouteSolveResult.js +0 -34
  1893. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/StatisticDefinition.js +0 -27
  1894. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/Stop.js +0 -61
  1895. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/TopFeaturesQuery.js +0 -33
  1896. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/TopFilter.js +0 -21
  1897. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/TravelMode.js +0 -32
  1898. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/colorRamps.js +0 -11
  1899. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/commonProperties.js +0 -4
  1900. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/generateRendererUtils.js +0 -203
  1901. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/jsonUtils.js +0 -14
  1902. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/meshFeatureSet.js +0 -105
  1903. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/networkEnums.js +0 -35
  1904. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/spatialRelationships.js +0 -5
  1905. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/utils.js +0 -35
  1906. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/versionManagement/gdbVersion/deleteForwardEdits.js +0 -14
  1907. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/versionManagement/gdbVersion/support/DeleteForwardEditsParameters.js +0 -23
  1908. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/smartMapping/statistics/support/statsWorker.js +0 -29
  1909. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/smartMapping/statistics/support/utils.js +0 -81
  1910. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/smartMapping/support/utils.js +0 -49
  1911. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/statistics/utils.js +0 -237
  1912. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/AnalysesCollection.js +0 -24
  1913. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/BasemapStyle.js +0 -38
  1914. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/GraphicsCollection.js +0 -22
  1915. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/LayersMixin.js +0 -87
  1916. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/TablesMixin.js +0 -52
  1917. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/actions/ActionBase.js +0 -22
  1918. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/actions/ActionButton.js +0 -21
  1919. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/actions/ActionToggle.js +0 -21
  1920. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/actions/actionUtils.js +0 -13
  1921. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/apiKeyUtils.js +0 -9
  1922. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/arcadeOnDemand.js +0 -59
  1923. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/arcadeUtils.js +0 -210
  1924. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/base64Utils.js +0 -17
  1925. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/basemapDefinitions.js +0 -75
  1926. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/basemapUtils.js +0 -154
  1927. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/collectionUtils.js +0 -19
  1928. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/elevationInfoUtils.js +0 -128
  1929. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/featureFlags.js +0 -20
  1930. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/getDefaultUnitForView.js +0 -19
  1931. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/groundUtils.js +0 -20
  1932. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/popupUtils.js +0 -62
  1933. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/progressUtils.js +0 -77
  1934. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/requestImageUtils.js +0 -8
  1935. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/requestPresets.js +0 -8
  1936. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/requestUtils.js +0 -70
  1937. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/revision.js +0 -5
  1938. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/tagSymbols.js +0 -4
  1939. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/themeUtils.js +0 -23
  1940. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/timeUtils.js +0 -20
  1941. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/zipUtils.js +0 -20
  1942. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/zipjs-wrapper.js +0 -8
  1943. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/CIMSymbol.js +0 -48
  1944. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/ExtrudeSymbol3DLayer.js +0 -24
  1945. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/FillSymbol.js +0 -21
  1946. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/FillSymbol3DLayer.js +0 -35
  1947. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/Font.js +0 -29
  1948. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/IconSymbol3DLayer.js +0 -56
  1949. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/LabelSymbol3D.js +0 -39
  1950. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/LineStyleMarker3D.js +0 -23
  1951. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/LineSymbol.js +0 -22
  1952. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/LineSymbol3D.js +0 -29
  1953. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/LineSymbol3DLayer.js +0 -36
  1954. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/LineSymbolMarker.js +0 -42
  1955. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/MarkerSymbol.js +0 -21
  1956. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/MeshSymbol3D.js +0 -28
  1957. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/ObjectSymbol3DLayer.js +0 -33
  1958. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/PathSymbol3DLayer.js +0 -31
  1959. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/PictureFillSymbol.js +0 -35
  1960. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/PictureMarkerSymbol.js +0 -41
  1961. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/PointSymbol3D.js +0 -67
  1962. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/PolygonSymbol3D.js +0 -53
  1963. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/SimpleFillSymbol.js +0 -35
  1964. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/SimpleLineSymbol.js +0 -37
  1965. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/SimpleMarkerSymbol.js +0 -44
  1966. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/Symbol.js +0 -31
  1967. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/Symbol3D.js +0 -68
  1968. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/Symbol3DLayer.js +0 -21
  1969. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/TextSymbol.js +0 -45
  1970. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/TextSymbol3DLayer.js +0 -53
  1971. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/WaterSymbol3DLayer.js +0 -22
  1972. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/WebStyleSymbol.js +0 -55
  1973. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/callouts/Callout3D.js +0 -19
  1974. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/callouts/LineCallout3D.js +0 -29
  1975. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/callouts/LineCallout3DBorder.js +0 -23
  1976. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/callouts/calloutUtils.js +0 -20
  1977. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/CIMCursor.js +0 -48
  1978. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/CIMEffects.js +0 -39
  1979. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/CIMImageColorSubstitutionHelper.js +0 -37
  1980. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/CIMOperators.js +0 -81
  1981. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/CIMPlacements.js +0 -35
  1982. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/CIMResourceManager.js +0 -29
  1983. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/CIMSymbolDrawHelper.js +0 -836
  1984. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/CIMSymbolHelper.js +0 -742
  1985. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/CurveHelper.js +0 -198
  1986. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/GeometryWalker.js +0 -208
  1987. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/OverrideHelper.js +0 -212
  1988. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/Rasterizer.js +0 -97
  1989. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/Rect.js +0 -17
  1990. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/SDFHelper.js +0 -140
  1991. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/TextRasterizer.js +0 -160
  1992. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/cimAnalyzer.js +0 -487
  1993. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/constants.js +0 -5
  1994. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/defaultCIMValues.js +0 -5
  1995. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/CIMEffectHelper.js +0 -35
  1996. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectAddControlPoints.js +0 -53
  1997. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectArrow.js +0 -110
  1998. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectBuffer.js +0 -51
  1999. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectControlMeasureLine.js +0 -548
  2000. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectCut.js +0 -36
  2001. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectDashes.js +0 -103
  2002. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectDonut.js +0 -59
  2003. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectJog.js +0 -35
  2004. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectMove.js +0 -32
  2005. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectOffset.js +0 -55
  2006. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectReverse.js +0 -39
  2007. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectRotate.js +0 -40
  2008. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectScale.js +0 -36
  2009. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectWave.js +0 -121
  2010. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/enums.js +0 -187
  2011. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/imageUtils.js +0 -12
  2012. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/placements/CIMMarkerPlacementHelper.js +0 -10
  2013. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/placements/PlacementAlongLineSameSize.js +0 -61
  2014. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/placements/PlacementAtExtremities.js +0 -51
  2015. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/placements/PlacementAtRatioPositions.js +0 -43
  2016. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/placements/PlacementInsidePolygon.js +0 -160
  2017. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/placements/PlacementOnLine.js +0 -71
  2018. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/placements/PlacementOnVertices.js +0 -51
  2019. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/placements/PlacementPolygonCenter.js +0 -49
  2020. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/rasterizingUtils.js +0 -46
  2021. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/utils.js +0 -419
  2022. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/edges/Edges3D.js +0 -25
  2023. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/edges/SketchEdges3D.js +0 -22
  2024. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/edges/SolidEdges3D.js +0 -22
  2025. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/edges/utils.js +0 -7
  2026. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/patterns/LinePattern3D.js +0 -19
  2027. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/patterns/LineStylePattern3D.js +0 -26
  2028. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/patterns/Pattern3D.js +0 -19
  2029. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/patterns/StylePattern3D.js +0 -23
  2030. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/patterns/lineStyles.js +0 -4
  2031. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/patterns/styles.js +0 -4
  2032. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/patterns/utils.js +0 -9
  2033. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/ElevationInfo.js +0 -50
  2034. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/FeatureExpressionInfo.js +0 -28
  2035. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/IconSymbol3DLayerResource.js +0 -33
  2036. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/ObjectSymbol3DLayerResource.js +0 -21
  2037. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/StyleOrigin.js +0 -22
  2038. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/Symbol3DAnchorPosition2D.js +0 -20
  2039. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/Symbol3DAnchorPosition3D.js +0 -20
  2040. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/Symbol3DFillMaterial.js +0 -22
  2041. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/Symbol3DHalo.js +0 -23
  2042. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/Symbol3DIconOutline.js +0 -24
  2043. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/Symbol3DMaterial.js +0 -22
  2044. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/Symbol3DOutline.js +0 -28
  2045. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/Symbol3DTextBackground.js +0 -18
  2046. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/Symbol3DVerticalOffset.js +0 -22
  2047. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/Thumbnail.js +0 -20
  2048. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/cimSymbolUtils.js +0 -45
  2049. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/colors.js +0 -12
  2050. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/defaults.js +0 -35
  2051. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/defaultsJSON.js +0 -11
  2052. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/gfxUtils.js +0 -9
  2053. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/jsonUtils.js +0 -35
  2054. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/lineMarkers.js +0 -5
  2055. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/materialUtils.js +0 -18
  2056. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/previewSymbol3D.js +0 -38
  2057. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/previewUtils.js +0 -8
  2058. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/renderUtils.js +0 -10
  2059. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/styleUtils.js +0 -71
  2060. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/svgUtils.js +0 -8
  2061. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/symbolConversion.js +0 -46
  2062. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/symbolLayerUtils.js +0 -33
  2063. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/symbolLayerUtils3D.js +0 -30
  2064. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/symbolUtils.js +0 -64
  2065. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/textUtils.js +0 -17
  2066. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/unitConversionUtils.js +0 -17
  2067. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/urlUtils.js +0 -45
  2068. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/utils.js +0 -200
  2069. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/webStyleSymbolUtils.js +0 -53
  2070. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols.js +0 -103
  2071. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/time/legacyTimeZoneMap.js +0 -4
  2072. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/time/timeZoneUtils.js +0 -50
  2073. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/versionManagement/support/versionManagementUtils.js +0 -54
  2074. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/AnimationManager.js +0 -79
  2075. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/FrameTask.js +0 -46
  2076. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/GoToManager.js +0 -59
  2077. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/LabelManager.js +0 -46
  2078. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/MapViewConstraints.js +0 -99
  2079. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/PaddedViewState.js +0 -57
  2080. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/ViewState.js +0 -85
  2081. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/ViewStateManager.js +0 -238
  2082. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/arcade/callExpressionWithCursor.js +0 -31
  2083. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/arcade/callExpressionWithFeature.js +0 -38
  2084. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/constraints/GeometryConstraint.js +0 -45
  2085. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/constraints/RotationConstraint.js +0 -25
  2086. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/constraints/ZoomConstraint.js +0 -103
  2087. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/AFeatureContainer.js +0 -20
  2088. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/Bitmap.js +0 -106
  2089. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/BitmapContainer.js +0 -24
  2090. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/BitmapTile.js +0 -38
  2091. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/BitmapTileContainer.js +0 -24
  2092. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/Container.js +0 -132
  2093. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/DisplayObject.js +0 -112
  2094. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/ImageryBitmapSource.js +0 -29
  2095. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/ManagedCanvas.js +0 -44
  2096. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/Stage.js +0 -155
  2097. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/brushes.js +0 -14
  2098. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/flow/BrushFlow.js +0 -24
  2099. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/flow/FlowContainer.js +0 -18
  2100. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/flow/FlowDisplayData.js +0 -29
  2101. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/flow/FlowDisplayObject.js +0 -33
  2102. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/flow/FlowStrategy.js +0 -59
  2103. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/flow/FlowView2D.js +0 -55
  2104. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/flow/createFlowStyle.js +0 -24
  2105. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/flow/dataUtils.js +0 -270
  2106. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/flow/styles/Imagery.js +0 -71
  2107. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/flow/styles/Particles.js +0 -51
  2108. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/flow/styles/Stack.js +0 -45
  2109. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/flow/styles/Streamlines.js +0 -50
  2110. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/flow/utils.js +0 -91
  2111. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/highlightReasons.js +0 -20
  2112. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/BrushRasterBitmap.js +0 -83
  2113. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/BrushVectorField.js +0 -61
  2114. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/RasterBitmap.js +0 -152
  2115. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/RasterTile.js +0 -32
  2116. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/RasterTileContainer.js +0 -55
  2117. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/RasterVFContainer.js +0 -20
  2118. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/RasterVFDisplayObject.js +0 -89
  2119. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/RasterVFTile.js +0 -35
  2120. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/RasterVFTileContainer.js +0 -26
  2121. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/colorizer/lut.js +0 -17
  2122. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/colorizer/rasterColorizer.js +0 -11
  2123. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/colorizer/shadedrelief.js +0 -22
  2124. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/colorizer/stretch.js +0 -22
  2125. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/colorizer/utils.js +0 -13
  2126. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/aspectProcessor.js +0 -16
  2127. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/bandArithmeticProcessor.js +0 -15
  2128. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/compositeBandProcessor.js +0 -13
  2129. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/contrastProcessor.js +0 -14
  2130. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/convolutionProcessor.js +0 -15
  2131. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/curvatureProcessor.js +0 -17
  2132. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/extractBandProcessor.js +0 -14
  2133. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/focalStatisticsProcessor.js +0 -15
  2134. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/grayscaleProcessor.js +0 -14
  2135. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/localProcessor.js +0 -17
  2136. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/maskProcessor.js +0 -15
  2137. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/ndviProcessor.js +0 -15
  2138. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/rasterProcessor.js +0 -54
  2139. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/remapProcessor.js +0 -14
  2140. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/reprojectProcessor.js +0 -18
  2141. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/slopeProcessor.js +0 -19
  2142. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/stretchProcessor.js +0 -15
  2143. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/utils.js +0 -43
  2144. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/Feature.js +0 -67
  2145. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/GeometryUtils.js +0 -94
  2146. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/GlyphMosaic.js +0 -100
  2147. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/GlyphSource.js +0 -136
  2148. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/IndexMemoryBuffer.js +0 -13
  2149. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/MemoryBuffer.js +0 -35
  2150. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/Placement.js +0 -221
  2151. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/RectangleBinPack.js +0 -43
  2152. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/RenderBucket.js +0 -213
  2153. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/ScriptUtils.js +0 -44
  2154. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/SourceLayerData.js +0 -51
  2155. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/SpriteMosaic.js +0 -115
  2156. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/TextShaping.js +0 -132
  2157. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/TileHandler.js +0 -134
  2158. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/TileManager.js +0 -141
  2159. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/TileParser.js +0 -192
  2160. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/TilemapIndex.js +0 -45
  2161. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/TilemapRequest.js +0 -26
  2162. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/VectorTile.js +0 -138
  2163. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/VectorTileContainer.js +0 -187
  2164. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/VectorTileFeatureIndex.js +0 -138
  2165. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/VertexMemoryBuffer.js +0 -61
  2166. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/WorkerTile.js +0 -57
  2167. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/WorkerTileHandler.js +0 -90
  2168. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/buckets/BaseBucket.js +0 -16
  2169. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/buckets/CircleBucket.js +0 -50
  2170. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/buckets/FillBucket.js +0 -197
  2171. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/buckets/LineBucket.js +0 -131
  2172. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/buckets/SymbolBucket.js +0 -424
  2173. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/decluttering/SymbolDeclutterer.js +0 -123
  2174. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/decluttering/SymbolFader.js +0 -79
  2175. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/decluttering/SymbolRepository.js +0 -163
  2176. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/decluttering/config.js +0 -7
  2177. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/decluttering/core.js +0 -14
  2178. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/decluttering/jobs.js +0 -84
  2179. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/decluttering/util.js +0 -105
  2180. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/enums.js +0 -13
  2181. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/expression/expression.js +0 -1038
  2182. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/expression/types.js +0 -70
  2183. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/shaders/Programs.js +0 -12
  2184. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/shaders/VTLBackgroundMaterial.js +0 -24
  2185. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/shaders/VTLCircleMaterial.js +0 -25
  2186. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/shaders/VTLFillMaterial.js +0 -44
  2187. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/shaders/VTLLineMaterial.js +0 -25
  2188. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/shaders/VTLMaterial.js +0 -318
  2189. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/shaders/VTLMaterialManager.js +0 -60
  2190. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/shaders/VTLSymbolMaterial.js +0 -45
  2191. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/shaders/enums.js +0 -10
  2192. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/shaders/sources/resolver.js +0 -15
  2193. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/shaders/sources/shaderRepository.js +0 -440
  2194. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/style/Filter.js +0 -127
  2195. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/style/StyleDefinition.js +0 -36
  2196. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/style/StyleLayer.js +0 -265
  2197. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/style/StyleProperty.js +0 -152
  2198. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/style/StyleRepository.js +0 -185
  2199. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/style/VectorTileSource.js +0 -51
  2200. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/style/VectorTilesRequestManager.js +0 -47
  2201. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/tileInfoUtils.js +0 -38
  2202. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/AFeatureTile.js +0 -26
  2203. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/AttributeStoreView.js +0 -203
  2204. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/BitBlitRenderer.js +0 -32
  2205. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/ClippingInfo.js +0 -55
  2206. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/DefaultVertexAttributeLayouts.js +0 -8
  2207. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/DisplayEntity.js +0 -18
  2208. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/DisplayId.js +0 -10
  2209. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/DisplayRecord.js +0 -25
  2210. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/FeatureDisplayList.js +0 -120
  2211. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/FeatureTile.js +0 -202
  2212. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/GeometryUtils.js +0 -15
  2213. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/GlyphMosaic.js +0 -129
  2214. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/GlyphSource.js +0 -103
  2215. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/MaterialManager.js +0 -21
  2216. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/Mesh2D.js +0 -98
  2217. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/Overlay.js +0 -96
  2218. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/OverlayContainer.js +0 -63
  2219. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/Painter.js +0 -245
  2220. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/PooledUint32Array.js +0 -84
  2221. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/Profiler.js +0 -84
  2222. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/Rect.js +0 -14
  2223. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/RectangleBinPack.js +0 -43
  2224. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/RenderableTile.js +0 -10
  2225. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/ReshufflePlan.js +0 -18
  2226. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/SDFConverter.js +0 -93
  2227. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/SpriteMosaic.js +0 -148
  2228. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/TextureManager.js +0 -249
  2229. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/TextureUploadManager.js +0 -51
  2230. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/TileContainer.js +0 -33
  2231. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/TileReshuffleManager.js +0 -17
  2232. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/TiledDisplayObject.js +0 -30
  2233. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/TurboLine.js +0 -214
  2234. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/Utils.js +0 -95
  2235. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/VertexStream.js +0 -25
  2236. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/WGLContainer.js +0 -27
  2237. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/WorldExtentClipRenderer.js +0 -52
  2238. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/alignmentUtils.js +0 -125
  2239. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/animatedFormats/AnimatableTextureResource.js +0 -24
  2240. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/animatedFormats/utils.js +0 -102
  2241. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/brushes/BrushBitmap.js +0 -36
  2242. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/brushes/BrushClip.js +0 -25
  2243. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/brushes/BrushOverlay.js +0 -34
  2244. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/brushes/WGLBrush.js +0 -16
  2245. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/brushes/WGLBrushStencil.js +0 -35
  2246. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/brushes/WGLBrushTileDebugInfo.js +0 -87
  2247. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/brushes/WGLBrushVTLBackground.js +0 -58
  2248. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/brushes/WGLBrushVTLCircle.js +0 -37
  2249. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/brushes/WGLBrushVTLFill.js +0 -109
  2250. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/brushes/WGLBrushVTLLine.js +0 -71
  2251. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/brushes/WGLBrushVTLSymbol.js +0 -107
  2252. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/collisions/BoundingBox.js +0 -63
  2253. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/collisions/CollisionEngine.js +0 -171
  2254. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/collisions/CollisionGrid.js +0 -76
  2255. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/collisions/LabelMetric.js +0 -17
  2256. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/color.js +0 -10
  2257. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/cpuMapped/Buffer.js +0 -140
  2258. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/cpuMapped/FreeList.js +0 -106
  2259. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/cpuMapped/MappedMesh.js +0 -127
  2260. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/definitions.js +0 -53
  2261. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/AnimationEffect.js +0 -44
  2262. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/BlendEffect.js +0 -60
  2263. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/Effect.js +0 -11
  2264. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/FeatureEffect.js +0 -25
  2265. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/HighlightEffect.js +0 -36
  2266. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/HittestEffect.js +0 -55
  2267. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/HittestEffectVTL.js +0 -44
  2268. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/highlight/HighlightGradient.js +0 -49
  2269. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/highlight/HighlightRenderer.js +0 -36
  2270. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/highlight/HighlightSurfaces.js +0 -39
  2271. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/highlight/MultiHighlightGradient.js +0 -36
  2272. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/highlight/parameters.js +0 -8
  2273. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/post-processing/Bloom.js +0 -71
  2274. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/post-processing/Blur.js +0 -46
  2275. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/post-processing/Colorize.js +0 -38
  2276. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/post-processing/DropShadow.js +0 -56
  2277. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/post-processing/EffectManager.js +0 -39
  2278. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/post-processing/Opacity.js +0 -31
  2279. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/enums.js +0 -31
  2280. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/grouping.js +0 -22
  2281. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/mesh/MeshData.js +0 -124
  2282. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/mesh/MultiTileMeshData.js +0 -138
  2283. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/mesh/VertexDataWriter.js +0 -56
  2284. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/mesh/bufcut.js +0 -274
  2285. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/mesh/factories/FeatureMeshFactory.js +0 -51
  2286. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/mesh/factories/MeshFactory.js +0 -5
  2287. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/mesh/factories/ResourceProxy.js +0 -45
  2288. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/mesh/meshDebugUtils.js +0 -29
  2289. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/mesh/templates/segmentUtils.js +0 -216
  2290. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/mesh/templates/shapingUtils.js +0 -192
  2291. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/mesh/templates/templateUtils.js +0 -149
  2292. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/meshing/Mesh.js +0 -62
  2293. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/meshing/SimpleMesh.js +0 -39
  2294. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/meshing/definitions.js +0 -5
  2295. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/number.js +0 -8
  2296. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/painter/RenderPass.js +0 -51
  2297. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/GLSLShaderModule.js +0 -74
  2298. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/GraphShaderModule.js +0 -256
  2299. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/ShaderBuilder2D.js +0 -235
  2300. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/graph/GlslGraphWriter.js +0 -124
  2301. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/graph/ShaderGraphContext.js +0 -142
  2302. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/graph/ShaderGraphNode.js +0 -118
  2303. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/graph/glsl.js +0 -678
  2304. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/GraphicInstanceStore.js +0 -19
  2305. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/InstanceStore.js +0 -61
  2306. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/Technique.js +0 -15
  2307. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/TechniqueInstance.js +0 -21
  2308. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/TechniqueProgramCache.js +0 -18
  2309. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/TechniqueRegistry.js +0 -28
  2310. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/createGraphicSymbolMeshSchemas.js +0 -23
  2311. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/dotDensity/DotDensityMeshWriter.js +0 -15
  2312. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/dotDensity/DotDensityPointShader.js +0 -40
  2313. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/dotDensity/DotDensityPolygonShader.js +0 -48
  2314. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/dotDensity/DotDensityResources.js +0 -62
  2315. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/dotDensity/DotDensityTechnique.js +0 -42
  2316. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/featureTechniqueUtils.js +0 -60
  2317. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/fill/AFillMeshWriter.js +0 -47
  2318. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/fill/ComplexFillMeshWriter.js +0 -37
  2319. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/fill/ComplexFillTechnique.js +0 -16
  2320. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/fill/ComplexOutlineFillMeshWriter.js +0 -42
  2321. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/fill/ComplexOutlineFillTechnique.js +0 -17
  2322. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/fill/FillMeshWriter.js +0 -17
  2323. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/fill/FillTechnique.js +0 -16
  2324. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/fill/OutlineFillMeshWriter.js +0 -44
  2325. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/fill/OutlineFillTechnique.js +0 -17
  2326. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/fill/PatternFillMeshWriter.js +0 -24
  2327. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/fill/PatternFillTechnique.js +0 -16
  2328. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/fill/PatternOutlineFillMeshWriter.js +0 -37
  2329. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/fill/PatternOutlineFillTechnique.js +0 -17
  2330. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/fill/meshWriterUtils.js +0 -77
  2331. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/heatmap/HeatmapMeshWriter.js +0 -30
  2332. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/heatmap/HeatmapResources.js +0 -53
  2333. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/heatmap/HeatmapTechnique.js +0 -65
  2334. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/labels/LabelMeshWriter.js +0 -146
  2335. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/labels/LabelTechnique.js +0 -17
  2336. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/line/LineMeshWriter.js +0 -64
  2337. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/line/LineTechnique.js +0 -18
  2338. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/line/TexturedLineMeshWriter.js +0 -26
  2339. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/line/TexturedLineTechnique.js +0 -18
  2340. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/line/utils.js +0 -7
  2341. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/markers/ComputedMarkerParams.js +0 -47
  2342. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/markers/MarkerMeshWriter.js +0 -101
  2343. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/markers/MarkerShader.js +0 -86
  2344. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/markers/MarkerTechnique.js +0 -17
  2345. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/markers/markerConstants.js +0 -4
  2346. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/mesh/AResourceProxy.js +0 -5
  2347. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/mesh/AlignedVertexSpec.js +0 -67
  2348. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/mesh/MeshWriter.js +0 -85
  2349. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/mesh/MeshWriterInputEvaluator.js +0 -182
  2350. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/mesh/MeshWriterRegistry.js +0 -26
  2351. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/mesh/MeshWriterVertexPack.js +0 -73
  2352. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/mesh/createMeshWriter.js +0 -14
  2353. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/mesh/dataViewUtils.js +0 -146
  2354. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/mesh/instanceIdUtils.js +0 -10
  2355. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/mesh/loadGeometryEngine.js +0 -11
  2356. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/mesh/utils.js +0 -42
  2357. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/pieChart/PieChartMeshWriter.js +0 -31
  2358. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/pieChart/PieChartShader.js +0 -15
  2359. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/pieChart/PieChartTechnique.js +0 -18
  2360. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/AFeatureShader.js +0 -64
  2361. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/ComplexFillShader.js +0 -46
  2362. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/ComplexOutlineFillShader.js +0 -37
  2363. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/EntityStorage.js +0 -70
  2364. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/FillShader.js +0 -31
  2365. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/HeatmapAccumulateShader.js +0 -38
  2366. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/HeatmapResolveShader.js +0 -38
  2367. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/LineShader.js +0 -71
  2368. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/LocalTileOffset.js +0 -15
  2369. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/MosaicInfo.js +0 -9
  2370. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/OutlineFillShader.js +0 -50
  2371. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/PatternFillShader.js +0 -41
  2372. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/PatternOutlineFillShader.js +0 -29
  2373. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/ShaderHighlight.js +0 -9
  2374. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/ShaderHittest.js +0 -9
  2375. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/TexturedLineShader.js +0 -40
  2376. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/ViewInfo.js +0 -9
  2377. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/VisualVariableColor.js +0 -16
  2378. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/VisualVariableOpacity.js +0 -16
  2379. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/VisualVariableRotation.js +0 -27
  2380. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/VisualVariableSizeMinMaxValue.js +0 -17
  2381. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/VisualVariableSizeScaleStops.js +0 -15
  2382. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/VisualVariableSizeStops.js +0 -17
  2383. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/VisualVariableSizeUnitValue.js +0 -13
  2384. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/constants.js +0 -28
  2385. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/heatmapUtils.js +0 -6
  2386. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/hittestUtils.js +0 -48
  2387. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/utils.js +0 -53
  2388. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/vvUtils.js +0 -37
  2389. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/text/TextMeshWriter.js +0 -104
  2390. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/text/TextParams.js +0 -15
  2391. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/text/TextShader.js +0 -93
  2392. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/text/TextTechnique.js +0 -17
  2393. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/typed/TypedShaderProgram.js +0 -124
  2394. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaders/BackgroundPrograms.js +0 -5
  2395. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaders/BitBlitPrograms.js +0 -5
  2396. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaders/BlendPrograms.js +0 -9
  2397. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaders/HighlightPrograms.js +0 -6
  2398. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaders/MagnifierPrograms.js +0 -10
  2399. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaders/MaterialPrograms.js +0 -22
  2400. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaders/StencilPrograms.js +0 -5
  2401. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaders/TileInfoPrograms.js +0 -5
  2402. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaders/sources/resolver.js +0 -17
  2403. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaders/sources/shaderRepository.js +0 -3885
  2404. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/util/DictionaryMatcher.js +0 -37
  2405. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/util/IntervalMatcher.js +0 -39
  2406. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/util/LabelMatcher.js +0 -32
  2407. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/util/MapMatcher.js +0 -53
  2408. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/util/Matcher.js +0 -45
  2409. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/util/Reader.js +0 -14
  2410. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/util/Writer.js +0 -82
  2411. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/util/createMatcher.js +0 -62
  2412. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/util/debug.js +0 -5
  2413. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/util/serializationUtils.js +0 -19
  2414. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/input/MapViewInputManager.js +0 -76
  2415. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/input/handlers/DoubleClickZoom.js +0 -13
  2416. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/input/handlers/DoubleTapDragZoom.js +0 -40
  2417. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/input/handlers/DragPan.js +0 -27
  2418. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/input/handlers/DragRotate.js +0 -19
  2419. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/input/handlers/GamepadNavigation.js +0 -41
  2420. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/input/handlers/KeyPan.js +0 -65
  2421. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/input/handlers/KeyRotate.js +0 -45
  2422. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/input/handlers/KeyZoom.js +0 -38
  2423. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/input/handlers/MouseWheelZoom.js +0 -19
  2424. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/input/handlers/PinchAction.js +0 -24
  2425. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/interactive/SnappingVisualizer2D.js +0 -72
  2426. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/interactive/snapping/featureSources/featureServiceSource/FeatureServiceTiles2D.js +0 -53
  2427. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layerViewModuleImportUtils.js +0 -18
  2428. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/BaseDynamicLayerView2D.js +0 -46
  2429. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/BitmapTileLayerView2D.js +0 -22
  2430. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/CatalogDynamicGroupLayerView2D.js +0 -68
  2431. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/CatalogFootprintLayerView2D.js +0 -19
  2432. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/CatalogLayerView2D.js +0 -51
  2433. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/FeatureLayerView2D.js +0 -415
  2434. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/GeoRSSLayerView2D.js +0 -86
  2435. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/GraphicsLayerView2D.js +0 -72
  2436. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/GroupLayerView2D.js +0 -32
  2437. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/ImageryLayerView2D.js +0 -97
  2438. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/ImageryTileLayerView2D.js +0 -114
  2439. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/KMLLayerView2D.js +0 -137
  2440. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/KnowledgeGraphLayerView2D.js +0 -43
  2441. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/LayerView2D.js +0 -112
  2442. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/MapImageLayerView2D.js +0 -72
  2443. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/MapNotesLayerView2D.js +0 -119
  2444. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/MediaLayerView2D.js +0 -255
  2445. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/OGCFeatureLayerView2D.js +0 -18
  2446. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/RouteLayerView2D.js +0 -159
  2447. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/StreamLayerView2D.js +0 -84
  2448. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/SubtypeGroupLayerView2D.js +0 -28
  2449. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/TileLayerView2D.js +0 -229
  2450. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/VectorTileLayerView2D.js +0 -276
  2451. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/VideoLayerView2D.js +0 -71
  2452. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/WMSLayerView2D.js +0 -68
  2453. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/WMTSLayerView2D.js +0 -130
  2454. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/FeatureContainer.js +0 -241
  2455. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/FeaturePipelineWorker.js +0 -234
  2456. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/FeaturePipelineWorkerProxy.js +0 -20
  2457. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/FeatureSourceEventLog.js +0 -92
  2458. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/FeatureSpatialIndex.js +0 -21
  2459. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/FeatureStoreQueryAdapter.js +0 -27
  2460. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/FeatureStoreStatistics.js +0 -18
  2461. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/PipelineConnectionHandlers.js +0 -8
  2462. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/Processor.js +0 -165
  2463. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/ProcessorTileMessageQueue.js +0 -15
  2464. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/RenderState.js +0 -105
  2465. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/aggregation/AccumulatedStatistics.js +0 -166
  2466. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/aggregation/ComputedAggregateField.js +0 -18
  2467. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/aggregation/GeohashSpatialIndex.js +0 -43
  2468. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/aggregation/GridCell.js +0 -80
  2469. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/aggregation/GridSpatialIndex.js +0 -71
  2470. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/layerAdapters/CatalogFootprintLayerAdapter.js +0 -48
  2471. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/layerAdapters/FeatureLayerAdapter.js +0 -58
  2472. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/layerAdapters/InMemoryLayerAdapter.js +0 -45
  2473. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/layerAdapters/KnowledgeGraphSublayerAdapter.js +0 -39
  2474. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/layerAdapters/OGCFeatureLayerAdapter.js +0 -41
  2475. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/layerAdapters/OrientedImageryLayerAdapter.js +0 -57
  2476. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/layerAdapters/StreamLayerAdapter.js +0 -38
  2477. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/layerAdapters/SubtypeGroupLayerAdapter.js +0 -68
  2478. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/layerAdapters/featureReductionUtils.js +0 -7
  2479. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/layerAdapters/featureServiceUtils.js +0 -8
  2480. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/layerAdapters/floorFilterUtils.js +0 -28
  2481. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/layerAdapters/geometryUtils.js +0 -18
  2482. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/layerAdapters/labelingUtils.js +0 -30
  2483. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/processor/AAggregateStrategy.js +0 -31
  2484. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/processor/AProcessorStrategy.js +0 -48
  2485. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/processor/BinningStrategy.js +0 -133
  2486. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/processor/ClusterStrategy.js +0 -238
  2487. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/processor/FeatureUpdateStrategy.js +0 -134
  2488. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/processor/support/WithDisplayId.js +0 -8
  2489. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/schema/SourceSchema.js +0 -9
  2490. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/schema/processor/LabelMatcherSchema.js +0 -15
  2491. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/schema/processor/MatcherSchema.js +0 -55
  2492. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/schema/processor/SimpleProcessorSchema.js +0 -66
  2493. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/schema/processor/StorageSchema.js +0 -89
  2494. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/schema/processor/SubtypeProcessorSchema.js +0 -26
  2495. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/schema/processor/VisualVariablesSchema.js +0 -143
  2496. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/schema/processor/schemaUtils.js +0 -18
  2497. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/schema/processor/symbols/ComplexSymbolSchema.js +0 -99
  2498. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/schema/processor/symbols/SymbolSchema.js +0 -203
  2499. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/schema/processor/symbols/utils.js +0 -10
  2500. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/FeatureSource.js +0 -159
  2501. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/FeatureSourceMessage.js +0 -26
  2502. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/FeatureSourceQueryInfo.js +0 -69
  2503. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/FeatureTileSubscription.js +0 -46
  2504. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/StreamConnectionState.js +0 -21
  2505. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/StreamFeatureStore.js +0 -31
  2506. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/StreamMessenger.js +0 -83
  2507. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/strategies/AFetchLoadStrategy.js +0 -72
  2508. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/strategies/ALoadStrategy.js +0 -17
  2509. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/strategies/ATileLoadStrategy.js +0 -25
  2510. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/strategies/DrillDownTileLoadStrategy.js +0 -62
  2511. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/strategies/PagedTileLoadStrategy.js +0 -71
  2512. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/strategies/SnapshotLoadStrategy.js +0 -37
  2513. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/strategies/StreamLoadStrategy.js +0 -91
  2514. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/strategies/chunks/ASourceChunk.js +0 -33
  2515. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/strategies/chunks/DrillDownTileSourceChunk.js +0 -32
  2516. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/strategies/chunks/FeatureSnapshotSourceChunk.js +0 -28
  2517. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/strategies/chunks/OverrideChunk.js +0 -48
  2518. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/strategies/chunks/PagedTileSourceChunk.js +0 -33
  2519. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/strategies/chunks/SourceChunkStore.js +0 -75
  2520. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/strategies/chunks/StreamSourceChunk.js +0 -28
  2521. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/strategies/support/queryAdapters.js +0 -85
  2522. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/AComputedField.js +0 -7
  2523. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/AttributeStore.js +0 -254
  2524. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/CachedField.js +0 -24
  2525. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/ComputedAttributeStorage.js +0 -125
  2526. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/ComputedExpression.js +0 -44
  2527. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/ComputedLegacyLabelExpression.js +0 -37
  2528. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/DictionaryValue.js +0 -23
  2529. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/DisplayIdGenerator.js +0 -42
  2530. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/FeatureFilter.js +0 -106
  2531. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/FeatureMetadata.js +0 -40
  2532. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/FeatureSetCache.js +0 -18
  2533. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/FeatureSetReader.js +0 -332
  2534. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/FeatureSetReaderIndirect.js +0 -184
  2535. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/FeatureSetReaderJSON.js +0 -140
  2536. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/FeatureSetReaderPBF.js +0 -300
  2537. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/FeatureSetReaderPBFHeader.js +0 -108
  2538. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/GraphicsReader.js +0 -169
  2539. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/NormalizedField.js +0 -38
  2540. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/StaticBitSet.js +0 -126
  2541. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/Tile.js +0 -39
  2542. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/TileStore.js +0 -79
  2543. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/rendererUtils.js +0 -74
  2544. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/tileUtils.js +0 -7
  2545. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/whereUtils.js +0 -26
  2546. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/graphics/AGraphicContainer.js +0 -37
  2547. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/graphics/GraphicBoundsRenderer.js +0 -68
  2548. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/graphics/GraphicContainer.js +0 -27
  2549. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/graphics/GraphicStore.js +0 -121
  2550. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/graphics/GraphicStoreItem.js +0 -35
  2551. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/graphics/GraphicUpdateMessage.js +0 -11
  2552. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/graphics/GraphicsView2D.js +0 -314
  2553. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/graphics/HighlightGraphicContainer.js +0 -24
  2554. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/graphics/graphicsUtils.js +0 -22
  2555. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/imagery/BaseImageryTileSubView2D.js +0 -203
  2556. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/imagery/ImageryTileView2D.js +0 -87
  2557. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/imagery/ImageryVFStrategy.js +0 -45
  2558. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/imagery/ImageryView2D.js +0 -84
  2559. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/imagery/VectorFieldTileView2D.js +0 -68
  2560. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/imagery/VectorFieldView2D.js +0 -89
  2561. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/support/ExportStrategy.js +0 -94
  2562. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/support/FeatureCommandQueue.js +0 -63
  2563. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/support/HighlightCounter.js +0 -41
  2564. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/support/UpdateTracking2D.js +0 -37
  2565. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/support/clusterUtils.js +0 -105
  2566. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/support/handleNoEngineError.js +0 -12
  2567. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/support/imageUtils.js +0 -24
  2568. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/support/util.js +0 -35
  2569. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/support/visualVariableSimpleUtils.js +0 -67
  2570. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/magnifier/MagnifierView2D.js +0 -95
  2571. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/mapViewDeps.js +0 -14
  2572. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/navigation/MapViewNavigation.js +0 -120
  2573. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/navigation/ZoomBox.js +0 -82
  2574. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/navigation/actions/Pan.js +0 -58
  2575. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/navigation/actions/Pinch.js +0 -76
  2576. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/navigation/actions/Rotate.js +0 -34
  2577. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/support/HighlightOptions.js +0 -21
  2578. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/support/StationaryManager.js +0 -28
  2579. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/support/Timeline.js +0 -18
  2580. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/support/hitTestUtils.js +0 -75
  2581. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/support/screenshotUtils.js +0 -50
  2582. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/tiling/FeatureTileSubscriptionManager.js +0 -80
  2583. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/tiling/LODInfo.js +0 -67
  2584. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/tiling/TileCache.js +0 -68
  2585. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/tiling/TileCoverage.js +0 -32
  2586. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/tiling/TileInfoView.js +0 -170
  2587. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/tiling/TileInfoViewPOT.js +0 -48
  2588. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/tiling/TileKey.js +0 -77
  2589. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/tiling/TileQueue.js +0 -101
  2590. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/tiling/TileSpan.js +0 -8
  2591. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/tiling/TileStrategy.js +0 -108
  2592. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/tiling/enums.js +0 -7
  2593. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/unitBezier.js +0 -53
  2594. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/viewStateUtils.js +0 -16
  2595. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/viewpointUtils.js +0 -357
  2596. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/webglDeps.js +0 -24
  2597. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/analysis/DirectLineMeasurement/interfaces.js +0 -10
  2598. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/analysis/interfaces.js +0 -7
  2599. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/analysis/support/measurementUtils.js +0 -31
  2600. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/environment/CloudsData.js +0 -14
  2601. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/environment/CloudsParameters.js +0 -93
  2602. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/environment/CloudyWeather.js +0 -18
  2603. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/environment/FoggyWeather.js +0 -18
  2604. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/environment/RainyWeather.js +0 -18
  2605. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/environment/SnowyWeather.js +0 -18
  2606. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/environment/SunnyWeather.js +0 -18
  2607. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/environment/weather.js +0 -9
  2608. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/glTF/DefaultLoadingContext.js +0 -31
  2609. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/glTF/LoaderResult.js +0 -11
  2610. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/glTF/internal/BinaryStreamReader.js +0 -19
  2611. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/glTF/internal/Resource.js +0 -349
  2612. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/glTF/internal/TextureTransformUtils.js +0 -12
  2613. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/glTF/internal/enums.js +0 -10
  2614. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/glTF/internal/fillDefaults.js +0 -23
  2615. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/glTF/internal/indexUtils.js +0 -54
  2616. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/glTF/internal/pathUtils.js +0 -7
  2617. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/glTF/internal/resourceUtils.js +0 -42
  2618. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/glTF/loader.js +0 -76
  2619. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/Manipulator3D.js +0 -404
  2620. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/RenderObject.js +0 -9
  2621. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/SnappingVisualizer3D.js +0 -86
  2622. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/editingTools/dragEventPipeline3D.js +0 -88
  2623. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/manipulatorUtils.js +0 -41
  2624. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/measurementTools/areaMeasurement3D/AreaMeasurement3DTool.js +0 -199
  2625. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/measurementTools/areaMeasurement3D/AreaMeasurement3DView.js +0 -130
  2626. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/measurementTools/directLineMeasurement3D/DirectLineMeasurement3DTool.js +0 -181
  2627. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/measurementTools/directLineMeasurement3D/DirectLineMeasurement3DView.js +0 -125
  2628. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/measurementTools/support/PickRequest.js +0 -14
  2629. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/snapping/featureSources/featureServiceSource/FeatureServiceTiles3D.js +0 -66
  2630. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/visualElements/DrapedVisualElementResources.js +0 -86
  2631. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/visualElements/EngineVisualElement.js +0 -41
  2632. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/visualElements/ExtendedLineVisualElement.js +0 -260
  2633. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/visualElements/LaserlineVisualElement.js +0 -117
  2634. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/visualElements/Object3DVisualElement.js +0 -49
  2635. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/visualElements/ParallelLineVisualElement.js +0 -157
  2636. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/visualElements/PointVisualElement.js +0 -130
  2637. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/visualElements/RightAngleQuadVisualElement.js +0 -145
  2638. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/visualElements/VisualElement.js +0 -46
  2639. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/visualElements/VisualElementResources.js +0 -77
  2640. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/Lyr3DWasm.js +0 -7
  2641. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/Lyr3DWorker.js +0 -40
  2642. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/PointCloudWorker.js +0 -66
  2643. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/SceneLayerWorker.js +0 -119
  2644. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/graphics/ElevationContext.js +0 -59
  2645. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/graphics/ProcessedObjectResource.js +0 -14
  2646. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/graphics/elevationAlignmentUtils.js +0 -51
  2647. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/graphics/featureExpressionInfoUtils.js +0 -39
  2648. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/graphics/objectResourceUtils.js +0 -150
  2649. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/graphics/polygonUtils.js +0 -34
  2650. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/graphics/wosrLoader.js +0 -165
  2651. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/i3s/I3SBinaryReader.js +0 -175
  2652. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/i3s/I3SNode.js +0 -23
  2653. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/i3s/I3SUtil.js +0 -76
  2654. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/i3s/LEPCC.js +0 -152
  2655. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/i3s/PointCloudWorkerUtil.js +0 -153
  2656. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/interfaces.js +0 -13
  2657. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/support/FastSymbolUpdates.js +0 -37
  2658. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/support/FeatureTileDescriptor3D.js +0 -10
  2659. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/support/edgeUtils.js +0 -12
  2660. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/support/symbolColorUtils.js +0 -8
  2661. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/ElevationProvider.js +0 -17
  2662. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/LaserLineRenderer.js +0 -168
  2663. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/LaserlinePathData.js +0 -87
  2664. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/PBFDecoderWorker.js +0 -15
  2665. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/PropertiesPool.js +0 -41
  2666. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/buffer/InterleavedLayout.js +0 -164
  2667. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/buffer/glUtil.js +0 -19
  2668. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/buffer/workerHelper.js +0 -11
  2669. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/debugFlags.js +0 -17
  2670. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/dito.js +0 -184
  2671. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/engineContent/marker.js +0 -13
  2672. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/engineContent/sdfPrimitives.js +0 -113
  2673. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/geometryUtils/ray.js +0 -21
  2674. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/mathUtils.js +0 -14
  2675. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/meshProcessing.js +0 -66
  2676. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/orientedBoundingBox.js +0 -274
  2677. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/terrain/Intersector.js +0 -13
  2678. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/terrain/Overlay.js +0 -41
  2679. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/terrain/OverlayContent.js +0 -7
  2680. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/terrain/OverlayFramebufferObject.js +0 -28
  2681. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/terrain/OverlayRenderTargets.js +0 -33
  2682. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/terrain/OverlayRenderer.js +0 -294
  2683. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/terrain/interfaces.js +0 -16
  2684. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl/formats.js +0 -10
  2685. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/collections/Component/Material/shader/DecodeSymbolColor.glsl.js +0 -32
  2686. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/renderPasses/AllRenderPasses.js +0 -17
  2687. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/ForwardLinearDepth.glsl.js +0 -38
  2688. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/Laserline.glsl.js +0 -54
  2689. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/Offset.glsl.js +0 -14
  2690. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/ScreenSizeScaling.glsl.js +0 -19
  2691. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/ScreenSpacePass.glsl.js +0 -13
  2692. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/ShaderOutput.js +0 -43
  2693. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/Slice.glsl.js +0 -110
  2694. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/Transform.glsl.js +0 -14
  2695. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/attributes/InstancedDoublePrecision.glsl.js +0 -58
  2696. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/attributes/NormalAttribute.glsl.js +0 -38
  2697. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/attributes/ObjectAndLayerIdColor.glsl.js +0 -14
  2698. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/attributes/PositionAttribute.glsl.js +0 -8
  2699. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/attributes/RibbonVertexPosition.glsl.js +0 -38
  2700. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/attributes/SymbolColor.glsl.js +0 -18
  2701. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/attributes/TextureCoordinateAttribute.glsl.js +0 -37
  2702. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/attributes/VertexColor.glsl.js +0 -9
  2703. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/attributes/VertexNormal.glsl.js +0 -47
  2704. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/attributes/VertexPosition.glsl.js +0 -54
  2705. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/attributes/VertexTextureCoordinates.glsl.js +0 -25
  2706. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/attributes/VerticalOffset.glsl.js +0 -37
  2707. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/default/DefaultMaterialAuxiliaryPasses.glsl.js +0 -95
  2708. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/hud/AlignPixel.glsl.js +0 -24
  2709. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/hud/HUD.glsl.js +0 -128
  2710. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/hud/HUDOcclusionPass.glsl.js +0 -49
  2711. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/hud/HUDRenderStyle.js +0 -7
  2712. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/hud/HUDVisibility.glsl.js +0 -22
  2713. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/output/OutputDepth.glsl.js +0 -28
  2714. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/output/OutputHighlight.glsl.js +0 -19
  2715. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/output/ReadDepth.glsl.js +0 -29
  2716. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/shading/AnalyticalSkyModel.glsl.js +0 -21
  2717. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/shading/ComputeNormalTexture.glsl.js +0 -45
  2718. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/shading/EvaluateAmbientLighting.glsl.js +0 -62
  2719. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/shading/EvaluateAmbientOcclusion.glsl.js +0 -20
  2720. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/shading/EvaluateSceneLighting.glsl.js +0 -134
  2721. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/shading/LineStipple.glsl.js +0 -75
  2722. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/shading/MainLighting.glsl.js +0 -19
  2723. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/shading/MarkerSizing.glsl.js +0 -29
  2724. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/shading/MultipassGeometryTest.glsl.js +0 -19
  2725. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/shading/MultipassTerrainTest.glsl.js +0 -31
  2726. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/shading/Normals.glsl.js +0 -36
  2727. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/shading/PhysicallyBasedRendering.glsl.js +0 -63
  2728. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/shading/PhysicallyBasedRenderingParameters.glsl.js +0 -61
  2729. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/shading/PiUtils.glsl.js +0 -10
  2730. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/shading/ReadShadowMap.glsl.js +0 -62
  2731. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/shading/ScreenSpaceConstants.js +0 -5
  2732. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/shading/TextureTransformUV.glsl.js +0 -36
  2733. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/shading/VisualVariables.glsl.js +0 -58
  2734. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/terrain/Overlay.glsl.js +0 -26
  2735. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/util/AlphaCutoff.js +0 -5
  2736. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/util/AlphaDiscard.glsl.js +0 -28
  2737. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/util/CameraSpace.glsl.js +0 -26
  2738. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/util/ColorConversion.glsl.js +0 -25
  2739. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/util/DiscardOrAdjustAlphaBlend.glsl.js +0 -10
  2740. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/util/DoublePrecision.glsl.js +0 -23
  2741. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/util/MixExternalColor.glsl.js +0 -49
  2742. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/util/RgbaFloat16Encoding.glsl.js +0 -27
  2743. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/util/RgbaFloatEncoding.glsl.js +0 -27
  2744. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/util/ScreenSizePerspective.glsl.js +0 -41
  2745. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/util/TextureAtlasLookup.glsl.js +0 -14
  2746. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/util/TextureOnly.glsl.js +0 -10
  2747. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/util/View.glsl.js +0 -31
  2748. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/BooleanPassUniform.js +0 -10
  2749. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Float2DrawUniform.js +0 -10
  2750. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Float2PassUniform.js +0 -10
  2751. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Float3DrawUniform.js +0 -10
  2752. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Float3PassUniform.js +0 -10
  2753. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Float4PassUniform.js +0 -10
  2754. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Float4sPassUniform.js +0 -10
  2755. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/FloatPassUniform.js +0 -10
  2756. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/FloatsPassUniform.js +0 -10
  2757. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/IntegerPassUniform.js +0 -10
  2758. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Matrix3DrawUniform.js +0 -10
  2759. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Matrix3PassUniform.js +0 -10
  2760. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Matrix4DrawUniform.js +0 -10
  2761. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Matrix4PassUniform.js +0 -10
  2762. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Matrix4sDrawUniform.js +0 -10
  2763. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Matrix4sPassUniform.js +0 -10
  2764. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/ShaderBuilder.js +0 -256
  2765. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Texture2DDrawUniform.js +0 -10
  2766. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Texture2DPassUniform.js +0 -10
  2767. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Uniform.js +0 -19
  2768. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/interfaces.js +0 -22
  2769. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderTechnique/BindType.js +0 -7
  2770. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderTechnique/ReloadableShaderModule.js +0 -14
  2771. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderTechnique/ShaderTechnique.js +0 -39
  2772. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderTechnique/ShaderTechniqueConfiguration.js +0 -39
  2773. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderTechnique/ShaderTechniqueRepository.js +0 -65
  2774. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/effects/RenderPlugin.js +0 -48
  2775. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/effects/ssao/SSAO.js +0 -84
  2776. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/effects/ssao/SSAOBlurTechnique.js +0 -18
  2777. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/effects/ssao/SSAONoiseData.js +0 -4
  2778. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/effects/ssao/SSAOParameters.js +0 -25
  2779. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/effects/ssao/SSAOTechnique.js +0 -18
  2780. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/Attribute.js +0 -14
  2781. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/AttributeArray.js +0 -22
  2782. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/BasisUtil.js +0 -62
  2783. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/BindParameters.js +0 -43
  2784. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/BoundingInfo.js +0 -82
  2785. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/BufferVectorMath.js +0 -24
  2786. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/Camera.js +0 -339
  2787. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/CascadeCamera.js +0 -20
  2788. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/ChangeSet.js +0 -27
  2789. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/ContentObject.js +0 -9
  2790. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/ContentObjectType.js +0 -7
  2791. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/DDSUtil.js +0 -54
  2792. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/DefaultVertexAttributeLocations.js +0 -5
  2793. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/DirtyEvents.js +0 -4
  2794. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/GLMaterial.js +0 -27
  2795. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/GLMaterialRepository.js +0 -48
  2796. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/GLMaterials.js +0 -27
  2797. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/GLTextureMaterial.js +0 -43
  2798. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/Geometry.js +0 -93
  2799. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/GeometryUtil.js +0 -80
  2800. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/GridLocalOriginFactory.js +0 -61
  2801. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/Intersector.js +0 -141
  2802. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/IntersectorInterfaces.js +0 -17
  2803. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/IntersectorTarget.js +0 -27
  2804. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/LocalOriginFactory.js +0 -13
  2805. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/LongVectorMath.js +0 -23
  2806. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/Material.js +0 -71
  2807. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/ModelDirtyTypes.js +0 -10
  2808. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/Normals.js +0 -15
  2809. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/Object3D.js +0 -175
  2810. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/Object3DStateID.js +0 -9
  2811. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/Octree.js +0 -422
  2812. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/OrderIndependentTransparency.js +0 -28
  2813. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/Program.js +0 -91
  2814. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/RenderContext.js +0 -14
  2815. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/RenderFeature.js +0 -9
  2816. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/RenderGeometry.js +0 -53
  2817. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/RenderSlot.js +0 -7
  2818. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/ShadowMap.js +0 -245
  2819. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/SortedRenderGeometryRenderer.js +0 -213
  2820. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/StencilUtils.js +0 -13
  2821. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/Texture.js +0 -159
  2822. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/TextureTechnique.js +0 -19
  2823. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/TextureTechniqueConfiguration.js +0 -11
  2824. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/TransparencyPassType.js +0 -7
  2825. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/UpdatePolicy.js +0 -7
  2826. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/Util.js +0 -57
  2827. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/VertexArrayObject.js +0 -6
  2828. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/VertexAttribute.js +0 -11
  2829. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/WebGLLayer.js +0 -61
  2830. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/basicInterfaces.js +0 -31
  2831. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/edgeRendering/EdgeProcessingWorker.js +0 -51
  2832. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/edgeRendering/EdgeWorkerHandle.js +0 -35
  2833. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/edgeRendering/bufferLayouts.js +0 -13
  2834. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/edgeRendering/edgeBufferWriters.js +0 -95
  2835. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/edgeRendering/edgePreprocessing.js +0 -71
  2836. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/edgeRendering/edgeProcessing.js +0 -31
  2837. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/edgeRendering/interfaces.js +0 -7
  2838. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/fov.js +0 -18
  2839. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/geometryDataUtils.js +0 -49
  2840. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/intersectorUtils.js +0 -10
  2841. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/rendererUtils.js +0 -25
  2842. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/screenSizePerspectiveUtils.js +0 -33
  2843. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/textureUtils.js +0 -45
  2844. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/verticalOffsetUtils.js +0 -133
  2845. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lighting/Lightsources.js +0 -27
  2846. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lighting/SceneLighting.js +0 -52
  2847. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lighting/SphericalHarmonics.js +0 -55
  2848. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/ColorMaterial.js +0 -49
  2849. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/DefaultBufferWriter.js +0 -16
  2850. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/DefaultMaterial.js +0 -101
  2851. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/DefaultMaterial_COLOR_GAMMA.js +0 -4
  2852. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/DefaultTechniqueConfiguration.js +0 -10
  2853. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/DrawParameters.js +0 -10
  2854. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/HUDMaterial.js +0 -235
  2855. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/RibbonLineMaterial.js +0 -230
  2856. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/ScaleInfo.js +0 -14
  2857. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/ShadedColorMaterial.js +0 -85
  2858. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/TriangleMaterial.js +0 -10
  2859. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/VisualVariablePassParameters.js +0 -12
  2860. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/internal/MaterialUtil.js +0 -157
  2861. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/internal/bufferWriterUtils.js +0 -276
  2862. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/pbrUtils.js +0 -12
  2863. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/renderers/BufferRange.js +0 -26
  2864. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/renderers/DrawCommand.js +0 -8
  2865. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/renderers/Instance.js +0 -18
  2866. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/renderers/MergedRenderer.js +0 -299
  2867. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/renderers/PerBufferData.js +0 -71
  2868. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/renderers/PerOriginData.js +0 -14
  2869. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/renderers/VaoCache.js +0 -26
  2870. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/renderers/utils.js +0 -14
  2871. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/stippleTextureRepository.js +0 -21
  2872. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/ColorMaterial.glsl.js +0 -18
  2873. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/ColorMaterialTechnique.js +0 -33
  2874. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/ColorMaterialTechniqueConfiguration.js +0 -15
  2875. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/DefaultMaterial.glsl.js +0 -31
  2876. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/DefaultMaterialTechnique.js +0 -58
  2877. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/DefaultMaterialTechniqueConfiguration.js +0 -19
  2878. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/HUDMaterial.glsl.js +0 -22
  2879. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/HUDMaterialTechnique.js +0 -31
  2880. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/HUDMaterialTechniqueConfiguration.js +0 -14
  2881. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/LaserlinePath.glsl.js +0 -14
  2882. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/LaserlinePathTechnique.js +0 -21
  2883. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/LaserlinePathTechniqueConfiguration.js +0 -11
  2884. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/LaserlineTechnique.js +0 -29
  2885. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/LaserlineTechniqueConfiguration.js +0 -12
  2886. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/Laserlines.glsl.js +0 -19
  2887. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/LineMarkerTechniqueConfiguration.js +0 -25
  2888. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/OverlayCompositing.glsl.js +0 -10
  2889. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/OverlayCompositingTechnique.js +0 -19
  2890. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/RealisticTree.glsl.js +0 -29
  2891. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/RealisticTreeTechnique.js +0 -17
  2892. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/RibbonLine.glsl.js +0 -27
  2893. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/RibbonLineTechnique.js +0 -41
  2894. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/RibbonLineTechniqueConfiguration.js +0 -19
  2895. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/SSAO.glsl.js +0 -13
  2896. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/SSAOBlur.glsl.js +0 -9
  2897. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/ShadedColorMaterial.glsl.js +0 -16
  2898. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/ShadedColorMaterialTechnique.js +0 -39
  2899. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/ensureColor4.js +0 -9
  2900. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/BasemapView.js +0 -43
  2901. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/BreakpointsOwner.js +0 -75
  2902. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/DOMContainer.js +0 -138
  2903. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/LayerViewManager.js +0 -208
  2904. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/Magnifier.js +0 -21
  2905. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/MapView.js +0 -353
  2906. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/PopupView.js +0 -135
  2907. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/SelectionManager.js +0 -214
  2908. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/Theme.js +0 -19
  2909. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/ToolViewManager.js +0 -137
  2910. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/View.js +0 -261
  2911. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/ViewAnimation.js +0 -38
  2912. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/ViewingMode.js +0 -7
  2913. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/Draw.js +0 -55
  2914. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/DrawAction.js +0 -132
  2915. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/DrawManipulator.js +0 -22
  2916. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/DrawOperation.js +0 -348
  2917. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/DrawTool.js +0 -76
  2918. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/DrawingMode.js +0 -5
  2919. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/MultipointDrawAction.js +0 -106
  2920. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/PointDrawAction.js +0 -84
  2921. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/PolygonDrawAction.js +0 -155
  2922. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/PolylineDrawAction.js +0 -152
  2923. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/SegmentDrawAction.js +0 -117
  2924. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/drawSurfaces.js +0 -45
  2925. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/input/DrawEvents.js +0 -38
  2926. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/support/drawUtils.js +0 -33
  2927. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/support/surfaceCoordinateSystems.js +0 -85
  2928. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/BrowserEventSource.js +0 -119
  2929. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/DragEventSeparator.js +0 -40
  2930. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/EventMatch.js +0 -19
  2931. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/IViewEvents.js +0 -7
  2932. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/Input.js +0 -18
  2933. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/InputHandler.js +0 -121
  2934. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/InputManager.js +0 -279
  2935. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/ViewEvents.js +0 -205
  2936. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/VisibilityChange.js +0 -7
  2937. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/gamepad/GamepadInputDevice.js +0 -27
  2938. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/gamepad/GamepadSettings.js +0 -19
  2939. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/gamepad/GamepadSource.js +0 -75
  2940. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/gamepad/GamepadState.js +0 -33
  2941. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/handlers/LatestPointer.js +0 -15
  2942. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/handlers/MultiTouch.js +0 -20
  2943. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/handlers/PreventContextMenu.js +0 -11
  2944. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/handlers/support.js +0 -13
  2945. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/keys.js +0 -6
  2946. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/recognizers/DoubleTapDrag.js +0 -67
  2947. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/recognizers/Drag.js +0 -89
  2948. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/recognizers/ImmediateDoubleClick.js +0 -38
  2949. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/recognizers/PointerClickHoldAndDrag.js +0 -66
  2950. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/recognizers/SingleAndDoubleClick.js +0 -46
  2951. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/recognizers/support.js +0 -42
  2952. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/AnalysisToolBase.js +0 -26
  2953. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/GraphicManipulator.js +0 -127
  2954. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/InteractiveToolBase.js +0 -106
  2955. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/ManipulatorCollection.js +0 -95
  2956. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/ToolIntersector.js +0 -9
  2957. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/ToolViewManagerManipulatorState.js +0 -188
  2958. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/coordinateHelper.js +0 -239
  2959. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/dragEventPipeline.js +0 -130
  2960. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/EditGeometry.js +0 -183
  2961. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/EditGeometryOperations.js +0 -106
  2962. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/interfaces.js +0 -7
  2963. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/operations/AppendVertex.js +0 -27
  2964. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/operations/CloseComponent.js +0 -27
  2965. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/operations/MoveVertex.js +0 -26
  2966. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/operations/OffsetEdgeVertex.js +0 -143
  2967. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/operations/RemoveVertices.js +0 -43
  2968. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/operations/RotateVertex.js +0 -31
  2969. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/operations/ScaleVertex.js +0 -31
  2970. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/operations/SetVertexPosition.js +0 -21
  2971. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/operations/SplitEdge.js +0 -23
  2972. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/operations/UndoGroup.js +0 -25
  2973. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/operations/UpdateVertices.js +0 -30
  2974. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/unnormalizationHelper.js +0 -28
  2975. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/interactiveToolUtils.js +0 -20
  2976. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/interfaces.js +0 -13
  2977. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/keybindings.js +0 -5
  2978. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/sketch/SketchLabelOptions.js +0 -17
  2979. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/sketch/constraints.js +0 -542
  2980. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/sketch/normalizedPoint.js +0 -53
  2981. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/FeatureSnappingEngine.js +0 -194
  2982. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/FeatureSnappingLayerSource.js +0 -18
  2983. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/FeatureSnappingSourceInfo.js +0 -110
  2984. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/LineSnapper.js +0 -76
  2985. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/ParallelLineSnapper.js +0 -66
  2986. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/RightAngleSnapper.js +0 -79
  2987. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/RightAngleTriangleSnapper.js +0 -40
  2988. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/SceneSnappingManagerPool.js +0 -29
  2989. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/SelfSnappingEngine.js +0 -40
  2990. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/Settings.js +0 -21
  2991. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/SnappingAlgorithm.js +0 -38
  2992. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/SnappingContext.js +0 -14
  2993. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/SnappingDomain.js +0 -7
  2994. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/SnappingDragPipelineStep.js +0 -90
  2995. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/SnappingManager.js +0 -217
  2996. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/SnappingOperation.js +0 -56
  2997. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/SnappingOptions.js +0 -60
  2998. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/SnappingVisualizer.js +0 -33
  2999. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/allLayerSnapping.js +0 -17
  3000. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/candidates/DrapedEdgeSnappingCandidate.js +0 -15
  3001. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/candidates/EdgeSnappingCandidate.js +0 -15
  3002. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/candidates/FeatureSnappingCandidate.js +0 -10
  3003. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/candidates/IntersectionSnappingCandidate.js +0 -15
  3004. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/candidates/LineSnappingCandidate.js +0 -19
  3005. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/candidates/ParallelLineSnappingCandidate.js +0 -27
  3006. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/candidates/RightAngleSnappingCandidate.js +0 -22
  3007. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/candidates/RightAngleTriangleSnappingCandidate.js +0 -21
  3008. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/candidates/SnappingCandidate.js +0 -8
  3009. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/candidates/VertexSnappingCandidate.js +0 -14
  3010. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/FeatureCollectionSnappingSource.js +0 -81
  3011. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/FeatureServiceSnappingSource.js +0 -152
  3012. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/GraphicsSnappingSource.js +0 -213
  3013. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/I3SSnappingSource.js +0 -55
  3014. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/SceneLayerSnappingSource.js +0 -44
  3015. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/WorkerTileTreeDebugger.js +0 -49
  3016. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/featureServiceSource/FeatureServiceSnappingSourceWorker.js +0 -120
  3017. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/featureServiceSource/FeatureServiceSnappingSourceWorkerHandle.js +0 -97
  3018. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/featureServiceSource/FeatureServiceTileCache.js +0 -41
  3019. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/featureServiceSource/FeatureServiceTileStore.js +0 -251
  3020. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/featureServiceSource/FeatureServiceTiledFetcher.js +0 -254
  3021. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/featureServiceSource/FeatureServiceTilesSimple.js +0 -30
  3022. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/featureServiceSource/PendingFeatureTile.js +0 -103
  3023. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/featureServiceSource/tileUtils.js +0 -10
  3024. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/queryEngineUtils.js +0 -22
  3025. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/sceneLayerSource/SceneLayerSnappingSourceWorker.js +0 -98
  3026. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/sceneLayerSource/SceneLayerSnappingSourceWorkerHandle.js +0 -67
  3027. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/sceneLayerSource/sceneLayerSnappingUtils.js +0 -11
  3028. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/snappingCandidateElevationAlignment.js +0 -111
  3029. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/snappingCandidateElevationFilter.js +0 -58
  3030. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/symbologySnappingCandidates.js +0 -65
  3031. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/hints/IntersectionSnappingHint.js +0 -14
  3032. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/hints/LineSnappingHint.js +0 -19
  3033. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/hints/ParallelSnappingHint.js +0 -16
  3034. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/hints/PointSnappingHint.js +0 -13
  3035. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/hints/RightAngleSnappingHint.js +0 -16
  3036. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/hints/SnappingHint.js +0 -8
  3037. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/snappingFactory.js +0 -8
  3038. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/snappingUtils.js +0 -70
  3039. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/support/utils.js +0 -10
  3040. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/support/viewUtils.js +0 -18
  3041. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/tooltip/constraintUtils.js +0 -140
  3042. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/FeatureLayerView.js +0 -206
  3043. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/GroupLayerView.js +0 -77
  3044. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/ImageryLayerView.js +0 -41
  3045. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/ImageryTileLayerView.js +0 -64
  3046. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/LayerView.js +0 -74
  3047. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/MapImageLayerView.js +0 -34
  3048. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/OGCFeatureLayerView.js +0 -17
  3049. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/RefreshableLayerView.js +0 -23
  3050. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/StreamLayerView.js +0 -39
  3051. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/WMSLayerView.js +0 -45
  3052. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/support/ClipArea.js +0 -17
  3053. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/support/ClipRect.js +0 -24
  3054. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/support/Geometry.js +0 -31
  3055. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/support/MapServiceLayerViewHelper.js +0 -196
  3056. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/support/Path.js +0 -20
  3057. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/support/popupUtils.js +0 -22
  3058. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/magnifier/mask-svg.js +0 -4
  3059. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/magnifier/overlay-svg.js +0 -4
  3060. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/magnifier/resources.js +0 -9
  3061. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/navigation/FilteredFiniteDifference.js +0 -30
  3062. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/navigation/Momentum.js +0 -29
  3063. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/navigation/MomentumEstimator.js +0 -36
  3064. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/navigation/Navigation.js +0 -18
  3065. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/navigation/PanPlanarMomentumEstimator.js +0 -44
  3066. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/navigation/RotationMomentumEstimator.js +0 -21
  3067. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/navigation/ZoomMomentumEstimator.js +0 -30
  3068. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/navigation/gamepad/GamepadSettings.js +0 -18
  3069. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/navigation/gamepadAndKeyboardUtils.js +0 -20
  3070. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/overlay/ViewOverlay.js +0 -90
  3071. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/DefaultsFromMap.js +0 -223
  3072. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/QueueProcessor.js +0 -149
  3073. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/RenderState.js +0 -7
  3074. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/Scheduler.js +0 -320
  3075. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/TileTreeDebugger.js +0 -80
  3076. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/WebGLRequirements.js +0 -9
  3077. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/Yield.js +0 -4
  3078. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/angularMeasurementUtils.js +0 -62
  3079. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/debugFlags.js +0 -17
  3080. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/drapedUtils.js +0 -24
  3081. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/geodesicLengthMeasurementUtils.js +0 -30
  3082. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/geodesicMeasurementUtils.js +0 -8
  3083. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/geometry2dUtils.js +0 -57
  3084. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/geometry3dUtils.js +0 -168
  3085. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/imageReprojection.js +0 -74
  3086. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/layerViewUtils.js +0 -10
  3087. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/projectionUtils.js +0 -15
  3088. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/screenUtils.js +0 -43
  3089. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/screenshotUtils.js +0 -92
  3090. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/ui/2d/DefaultUI2D.js +0 -17
  3091. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/ui/Component.js +0 -44
  3092. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/ui/DefaultUI.js +0 -77
  3093. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/ui/UI.js +0 -211
  3094. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/AppleAmdDriverHelper.js +0 -42
  3095. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/BufferObject.js +0 -102
  3096. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/ContextState.js +0 -9
  3097. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/FramebufferObject.js +0 -234
  3098. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/GLObjectType.js +0 -7
  3099. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/InstanceCounter.js +0 -38
  3100. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/Parameters.js +0 -9
  3101. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/Program.js +0 -148
  3102. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/ProgramCache.js +0 -24
  3103. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/ProgramTemplate.js +0 -7
  3104. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/Renderbuffer.js +0 -36
  3105. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/RenderbufferDescriptor.js +0 -13
  3106. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/RenderingContext.js +0 -450
  3107. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/ShaderCompiler.js +0 -30
  3108. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/ShaderTranspiler.js +0 -272
  3109. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/Texture.js +0 -267
  3110. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/TextureDescriptor.js +0 -14
  3111. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/Util.js +0 -158
  3112. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/ValidatedTextureDescriptor.js +0 -25
  3113. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/VertexArrayObject.js +0 -75
  3114. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/VertexElementDescriptor.js +0 -8
  3115. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/WebGLDriverTest.js +0 -16
  3116. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/WebGLDriverTestModule.js +0 -15
  3117. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/capabilities/Capabilities.js +0 -48
  3118. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/capabilities/DisjointTimerQuery.js +0 -29
  3119. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/capabilities/LoseContext.js +0 -7
  3120. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/capabilities/load.js +0 -46
  3121. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/capabilities.js +0 -30
  3122. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/checkWebGLError.js +0 -44
  3123. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/contextUtils.js +0 -6
  3124. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/doublePrecisionUtils.js +0 -22
  3125. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/enums.js +0 -102
  3126. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/getDataTypeBytes.js +0 -18
  3127. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/heatmapTextureUtils.js +0 -24
  3128. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/programUtils.js +0 -37
  3129. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/rasterUtils.js +0 -123
  3130. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/renderState.js +0 -178
  3131. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/reservedWordsGLSL3.js +0 -4
  3132. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/testAppleAmdDrawArrays.js +0 -64
  3133. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/testDoublePrecisionArithmetic.js +0 -132
  3134. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/testFloatBufferBlend.js +0 -46
  3135. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/testSVGPremultipliedAlpha.js +0 -58
  3136. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/testSamplerPrecision.js +0 -58
  3137. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/webdoc/interfaces.js +0 -7
  3138. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/webdoc/support/opacityUtils.js +0 -13
  3139. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/webdoc/support/resourceUtils.js +0 -64
  3140. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/webdoc/support/saveAPIKeyUtils.js +0 -10
  3141. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/webdoc/support/saveUtils.js +0 -24
  3142. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/webdoc/support/writeUtils.js +0 -52
  3143. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/webmap/background/ColorBackground.js +0 -22
  3144. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/webmap/utils.js +0 -6
  3145. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/AreaMeasurement2D/AreaMeasurement2DTool.js +0 -287
  3146. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/AreaMeasurement2D/AreaMeasurement2DViewModel.js +0 -81
  3147. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/AreaMeasurement2D.js +0 -68
  3148. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/AreaMeasurement3D/AreaMeasurement3DViewModel.js +0 -67
  3149. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/AreaMeasurement3D.js +0 -77
  3150. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Attachments/AttachmentsViewModel.js +0 -132
  3151. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Attachments/support/attachmentUtils.js +0 -13
  3152. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Attachments.js +0 -199
  3153. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Attribution/AttributionViewModel.js +0 -139
  3154. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Attribution.js +0 -81
  3155. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/BasemapToggle/BasemapToggleViewModel.js +0 -68
  3156. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/BasemapToggle/css.js +0 -4
  3157. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/BasemapToggle.js +0 -66
  3158. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Compass/CompassViewModel.js +0 -53
  3159. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Compass/css.js +0 -5
  3160. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Compass/utils.js +0 -7
  3161. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Compass.js +0 -55
  3162. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/DirectLineMeasurement3D/DirectLineMeasurement3DViewModel.js +0 -66
  3163. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/DirectLineMeasurement3D.js +0 -77
  3164. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/DistanceMeasurement2D/DistanceMeasurement2DTool.js +0 -183
  3165. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/DistanceMeasurement2D/DistanceMeasurement2DViewModel.js +0 -81
  3166. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/DistanceMeasurement2D.js +0 -68
  3167. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureAttachments/FeatureAttachmentsViewModel.js +0 -17
  3168. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureAttachments.js +0 -68
  3169. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureContent/FeatureContentViewModel.js +0 -41
  3170. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureContent.js +0 -57
  3171. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureExpression/FeatureExpressionViewModel.js +0 -86
  3172. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureExpression.js +0 -54
  3173. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureFields/FeatureFieldsViewModel.js +0 -29
  3174. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureFields.js +0 -86
  3175. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureMedia/FeatureMediaViewModel.js +0 -122
  3176. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureMedia/chartCommon.js +0 -117
  3177. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureMedia/pieChart.js +0 -554
  3178. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureMedia/xyChart.js +0 -478
  3179. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureMedia.js +0 -290
  3180. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureRelationship/FeatureRelationshipViewModel.js +0 -154
  3181. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureRelationship.js +0 -144
  3182. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureViewModel.js +0 -308
  3183. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/resources.js +0 -4
  3184. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/support/FeatureContentMixin.js +0 -24
  3185. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/support/FeatureElementInfo.js +0 -32
  3186. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/support/arcadeFeatureUtils.js +0 -67
  3187. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/support/featureUtils.js +0 -306
  3188. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/support/relatedFeatureUtils.js +0 -168
  3189. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature.js +0 -244
  3190. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/FeatureForm/featureFormUtils.js +0 -42
  3191. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Features/FeaturesRelatedRecords.js +0 -51
  3192. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Features/FeaturesViewModel.js +0 -370
  3193. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Features/FeaturesVisibleElements.js +0 -17
  3194. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Features/css.js +0 -4
  3195. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Features.js +0 -458
  3196. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Legend/support/colorRampUtils.js +0 -26
  3197. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Legend/support/heatmapRampUtils.js +0 -22
  3198. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Legend/support/utils.js +0 -17
  3199. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Measurement/MeasurementViewModel.js +0 -35
  3200. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Measurement.js +0 -140
  3201. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/NavigationToggle/NavigationToggleViewModel.js +0 -39
  3202. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/NavigationToggle/css.js +0 -5
  3203. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/NavigationToggle.js +0 -56
  3204. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Popup/PopupViewModel.js +0 -17
  3205. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Popup/PopupVisibleElements.js +0 -17
  3206. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Popup/actionUtils.js +0 -119
  3207. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Popup/actions.js +0 -13
  3208. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Popup/css.js +0 -4
  3209. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Popup.js +0 -420
  3210. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Spinner/SpinnerViewModel.js +0 -18
  3211. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Spinner.js +0 -77
  3212. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Widget.js +0 -226
  3213. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Zoom/ZoomConditions2D.js +0 -34
  3214. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Zoom/ZoomConditions3D.js +0 -20
  3215. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Zoom/ZoomViewModel.js +0 -49
  3216. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Zoom.js +0 -48
  3217. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/AnchorElementViewModel.js +0 -31
  3218. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/GoTo.js +0 -22
  3219. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/Heading.js +0 -14
  3220. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/InteractiveAnalysisViewModel.js +0 -115
  3221. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/InteractiveToolViewModel.js +0 -68
  3222. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/MeasurementWidgetContent.js +0 -58
  3223. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/UnitSelect.js +0 -34
  3224. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/chartUtilsAm5.js +0 -7
  3225. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/componentsUtils.js +0 -25
  3226. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/dataUtils.js +0 -10
  3227. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/dateUtils.js +0 -44
  3228. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/decorators/accessibleHandler.js +0 -20
  3229. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/decorators/messageBundle.js +0 -8
  3230. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/decorators/vmEvent.js +0 -13
  3231. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/globalCss.js +0 -4
  3232. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/jsxFactory.js +0 -26
  3233. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/jsxWidgetSupport.js +0 -41
  3234. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/legacyIcon.js +0 -4
  3235. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/symbols.js +0 -5
  3236. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/tests.js +0 -7
  3237. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/uriUtils.js +0 -14
  3238. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/vnodeCache.js +0 -19
  3239. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/widget.js +0 -19
  3240. package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/widgetUtils.js +0 -69
  3241. package/dist/node_modules/.pnpm/@esri_arcgis-html-sanitizer@3.0.1/node_modules/@esri/arcgis-html-sanitizer/dist/esm/index.js +0 -788
  3242. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/ExpandToggle.js +0 -62
  3243. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/FloatingArrow.js +0 -34
  3244. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/Heading.js +0 -13
  3245. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/Validation.js +0 -16
  3246. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/action-group.js +0 -147
  3247. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/action-menu.js +0 -218
  3248. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/action.js +0 -199
  3249. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/array.js +0 -11
  3250. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/button.js +0 -221
  3251. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-action-bar.js +0 -251
  3252. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-action-group.js +0 -11
  3253. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-action.js +0 -11
  3254. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-button.js +0 -11
  3255. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-flow-item.js +0 -229
  3256. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-flow.js +0 -127
  3257. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-icon.js +0 -11
  3258. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-input.js +0 -11
  3259. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-label.js +0 -11
  3260. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-list-item-group.js +0 -70
  3261. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-list-item.js +0 -391
  3262. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-list.js +0 -416
  3263. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-loader.js +0 -11
  3264. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-modal.js +0 -332
  3265. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-notice.js +0 -171
  3266. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-option.js +0 -93
  3267. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-scrim.js +0 -11
  3268. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-select.js +0 -230
  3269. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/component.js +0 -18
  3270. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/conditionalSlot.js +0 -27
  3271. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/debounce.js +0 -121
  3272. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/dom.js +0 -358
  3273. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/filter.js +0 -154
  3274. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/filter2.js +0 -182
  3275. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/floating-ui.js +0 -1197
  3276. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/focusTrapComponent.js +0 -475
  3277. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/form.js +0 -138
  3278. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/guid.js +0 -17
  3279. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/handle.js +0 -194
  3280. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/icon.js +0 -127
  3281. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/index.js +0 -26
  3282. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/input-message.js +0 -80
  3283. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/input.js +0 -22
  3284. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/input2.js +0 -518
  3285. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/interactive.js +0 -81
  3286. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/key.js +0 -13
  3287. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/label.js +0 -69
  3288. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/label2.js +0 -90
  3289. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/loadable.js +0 -25
  3290. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/loader.js +0 -79
  3291. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/locale.js +0 -299
  3292. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/observers.js +0 -30
  3293. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/openCloseComponent.js +0 -37
  3294. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/panel.js +0 -285
  3295. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/popover.js +0 -325
  3296. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/progress.js +0 -50
  3297. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/resources.js +0 -23
  3298. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/resources2.js +0 -12
  3299. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/scrim.js +0 -115
  3300. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/sortableComponent.js +0 -1329
  3301. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/stack.js +0 -85
  3302. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/t9n.js +0 -46
  3303. package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/utils3.js +0 -75
  3304. package/dist/node_modules/.pnpm/@stencil_core@4.9.0/node_modules/@stencil/core/internal/app-data/index.js +0 -92
  3305. package/dist/node_modules/.pnpm/@stencil_core@4.9.0/node_modules/@stencil/core/internal/client/index.js +0 -560
  3306. package/dist/node_modules/.pnpm/@terraformer_arcgis@2.1.2/node_modules/@terraformer/arcgis/dist/t-arcgis.esm.js +0 -80
  3307. package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/index.js +0 -11
  3308. package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/codec-pool.js +0 -48
  3309. package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/codec-worker.js +0 -191
  3310. package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/configuration.js +0 -60
  3311. package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/constants.js +0 -34
  3312. package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/io.js +0 -159
  3313. package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/streams/aes-crypto-stream.js +0 -189
  3314. package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/streams/codec-stream.js +0 -68
  3315. package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/streams/codecs/crc32.js +0 -24
  3316. package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/streams/codecs/deflate.js +0 -866
  3317. package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/streams/codecs/inflate.js +0 -2362
  3318. package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/streams/codecs/sjcl.js +0 -371
  3319. package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/streams/common-crypto.js +0 -12
  3320. package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/streams/crc32-stream.js +0 -19
  3321. package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/streams/stream-adapter.js +0 -21
  3322. package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/streams/zip-crypto-stream.js +0 -89
  3323. package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/streams/zip-entry-stream.js +0 -71
  3324. package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/util/cp437-decode.js +0 -13
  3325. package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/util/decode-text.js +0 -7
  3326. package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/util/encode-text.js +0 -14
  3327. package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/util/mime-type.js +0 -1594
  3328. package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/zip-entry.js +0 -62
  3329. package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/zip-reader.js +0 -402
  3330. package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/z-worker-inline.js +0 -8
  3331. package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/zip-fs.js +0 -16
  3332. package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/datetime.js +0 -1728
  3333. package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/duration.js +0 -736
  3334. package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/errors.js +0 -40
  3335. package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/impl/conversions.js +0 -92
  3336. package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/impl/diff.js +0 -36
  3337. package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/impl/digits.js +0 -68
  3338. package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/impl/english.js +0 -138
  3339. package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/impl/formats.js +0 -150
  3340. package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/impl/formatter.js +0 -245
  3341. package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/impl/invalid.js +0 -11
  3342. package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/impl/locale.js +0 -280
  3343. package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/impl/regexParser.js +0 -202
  3344. package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/impl/tokenParser.js +0 -304
  3345. package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/impl/util.js +0 -207
  3346. package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/impl/zoneUtil.js +0 -20
  3347. package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/info.js +0 -180
  3348. package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/interval.js +0 -470
  3349. package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/settings.js +0 -147
  3350. package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/zone.js +0 -82
  3351. package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/zones/IANAZone.js +0 -137
  3352. package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/zones/fixedOffsetZone.js +0 -77
  3353. package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/zones/invalidZone.js +0 -41
  3354. package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/zones/systemZone.js +0 -47
  3355. package/dist/node_modules/.pnpm/terraformer-wkt-parser@1.2.1/node_modules/terraformer-wkt-parser/terraformer-wkt-parser.js +0 -469
  3356. package/dist/node_modules/.pnpm/terraformer@1.0.12/node_modules/terraformer/terraformer.js +0 -637
  3357. /package/dist/{Map/Map.vue3.js → Faq/FaqItem/FaqItem.vue3.js} +0 -0
@@ -1,864 +0,0 @@
1
- import { _ as o } from "../../chunks/tslib.es6.js";
2
- import "../../geometry.js";
3
- import he from "../../Graphic.js";
4
- import { rasterRendererTypes as fe, websceneRasterRendererTypes as ge, read as ye } from "../../rasterRenderers.js";
5
- import P from "../../request.js";
6
- import { deprecatedProperty as ne } from "../../core/deprecate.js";
7
- import g from "../../core/Error.js";
8
- import { clone as ae } from "../../core/lang.js";
9
- import z from "../../core/Logger.js";
10
- import { watch as Re } from "../../core/reactiveUtils.js";
11
- import { urlToObject as be } from "../../core/urlUtils.js";
12
- import { property as m, ensureRange as we } from "../../core/accessorSupport/decorators/property.js";
13
- import { Integer as oe, ensureClass as _, ensureNumber as Ie } from "../../core/accessorSupport/ensureType.js";
14
- import { reader as D } from "../../core/accessorSupport/decorators/reader.js";
15
- import { subclass as ve } from "../../core/accessorSupport/decorators/subclass.js";
16
- import { writer as Q } from "../../core/accessorSupport/decorators/writer.js";
17
- import { srToRESTValue as le } from "../../geometry/support/spatialReferenceUtils.js";
18
- import { opacity as Se, url as xe } from "../support/commonProperties.js";
19
- import _e from "../support/DimensionalDefinition.js";
20
- import { ExportImageServiceParameters as Fe } from "../support/ExportImageServiceParameters.js";
21
- import j from "../support/Field.js";
22
- import Te from "../support/FieldsIndex.js";
23
- import { createBitmap as ue } from "../support/imageBitmapUtils.js";
24
- import { isSupportedRendererType as De } from "../support/imageryRendererUtils.js";
25
- import H from "../support/MosaicRule.js";
26
- import Oe from "../support/MultidimensionalSubset.js";
27
- import G from "../support/PixelBlock.js";
28
- import { interpolationKebab as k, noDataInterpretationKebab as W, pixelTypeKebabDict as K } from "../support/rasterEnums.js";
29
- import E from "../support/RasterFunction.js";
30
- import Pe from "../support/RasterInfo.js";
31
- import Me from "../support/RasterJobHandler.js";
32
- import { intersectMultimensionalSubset as X, getSubsetVariablesFromMdInfo as Ce, getDefaultMultidimensionalDefinition as Ne } from "../support/rasterDatasets/multidimensionalUtils.js";
33
- import { decode as pe, getFormat as qe } from "../support/rasterFormats/RasterCodec.js";
34
- import { uvComponentToVector as Ae } from "../support/rasterFunctions/vectorFieldUtils.js";
35
- import { getSupportedRendererTypes as Je, getDefaultBandCombination as Ee, createDefaultRenderer as Ve, normalizeRendererJSON as $e } from "../../renderers/support/rasterRendererHelper.js";
36
- import je from "../../renderers/support/RasterSymbolizer.js";
37
- import { computeAngles as He, computePixelSpaceLocations as Qe, computeHistograms as Le, computeStatisticsHistograms as Ue, measureHeight as Be, measureAreaAndPerimeter as ze, measureDistanceAndAngle as Ge, measurePointOrCentroid as ke, measureLengthFromImage as We, measureAreaFromImage as Ke, getImageSpatialReferenceQueryParameter as Xe, getSamples as Ze, identify as me, imageToMap as Ye, imageToMapMultiray as et, mapToImage as tt, findImages as it, getImageUrl as rt, queryBoundary as st, queryGPSInfo as nt } from "../../rest/imageService.js";
38
- import "../../core/has.js";
39
- import "../support/source/DataLayerSource.js";
40
- import { executeQueryJSON as at } from "../../rest/query/executeQueryJSON.js";
41
- import "../../config.js";
42
- import "../../kernel.js";
43
- import "../../core/unitUtils.js";
44
- import "../../geometry/ellipsoidUtils.js";
45
- import "../../geometry/support/aaBoundingBox.js";
46
- import "../../core/mathUtils.js";
47
- import Z from "../../geometry/Extent.js";
48
- import "../../geometry/Geometry.js";
49
- import "../../geometry/Multipoint.js";
50
- import "../../geometry/Point.js";
51
- import Y from "../../geometry/Polygon.js";
52
- import "../../geometry/Polyline.js";
53
- import "../../geometry/support/normalizeUtilsCommon.js";
54
- import ee from "../../geometry/SpatialReference.js";
55
- import "../../geometry/support/Ellipsoid.js";
56
- import "../../core/pbf.js";
57
- import ot from "../../rest/support/FeatureSet.js";
58
- import te from "../../rest/support/Query.js";
59
- import "../../rest/query/support/AttachmentInfo.js";
60
- import "../../rest/support/AttachmentQuery.js";
61
- import { executeForCount as lt } from "../../rest/query/executeForCount.js";
62
- import { executeForIds as ut } from "../../rest/query/executeForIds.js";
63
- import "../../rest/support/RelationshipQuery.js";
64
- import "../../rest/support/TopFeaturesQuery.js";
65
- import { generateRasterInfo as pt, fetchServiceRasterInfo as mt, patchServiceInfo as ct } from "../../rest/imageService/fetchRasterInfo.js";
66
- import { getCatalogItemRasterInfo as dt } from "../../rest/imageService/getCatalogItemRasterInfo.js";
67
- import ht from "../../rest/support/FindImagesParameters.js";
68
- import ft from "../../rest/support/ImageAngleParameters.js";
69
- import gt from "../../rest/support/ImageAreaParameters.js";
70
- import yt from "../../rest/support/ImageBoundaryParameters.js";
71
- import Rt from "../../rest/support/ImageDistanceParameters.js";
72
- import bt from "../../rest/support/ImageGPSInfoParameters.js";
73
- import wt from "../../rest/support/ImageHeightParameters.js";
74
- import ie from "../../rest/support/ImageHistogramParameters.js";
75
- import ce from "../../rest/support/ImageIdentifyParameters.js";
76
- import It from "../../rest/support/ImagePixelLocationParameters.js";
77
- import vt from "../../rest/support/ImagePointParameters.js";
78
- import St from "../../rest/support/ImageSampleParameters.js";
79
- import xt from "../../rest/support/ImageToMapMultirayParameters.js";
80
- import _t from "../../rest/support/ImageToMapParameters.js";
81
- import Ft from "../../rest/support/ImageUrlParameters.js";
82
- import Tt from "../../rest/support/MapToImageParameters.js";
83
- import de from "../../rest/support/MeasureFromImageParameters.js";
84
- import { createFlowMesh as Dt } from "../../views/2d/engine/flow/dataUtils.js";
85
- const Ot = /* @__PURE__ */ new Set(["png", "png8", "png24", "png32", "jpg", "bmp", "gif", "jpgpng", "lerc", "tiff"]), Pt = we(Ie, { min: 0, max: 255 });
86
- function Mt(L) {
87
- if (!L)
88
- return null;
89
- const a = JSON.stringify(L).match(/"rasterFunction":"(.*?")/gi), y = a == null ? void 0 : a.map((e) => e.replace('"rasterFunction":"', "").replace('"', ""));
90
- return y ? y.join("/") : null;
91
- }
92
- const lr = (L) => {
93
- let a = class extends L {
94
- constructor() {
95
- super(...arguments), this._functionRasterInfos = {}, this._rasterJobHandler = { instance: null, refCount: 0, connectionPromise: null }, this._cachedRendererJson = null, this._serviceSupportsMosaicRule = null, this._rasterAttributeTableFieldPrefix = "Raster.", this.adjustAspectRatio = null, this.bandIds = void 0, this.capabilities = null, this.compressionQuality = void 0, this.compressionTolerance = 0.01, this.copyright = null, this.defaultMosaicRule = null, this.definitionExpression = null, this.exportImageServiceParameters = null, this.rasterInfo = null, this.fields = null, this.fullExtent = null, this.hasMultidimensions = !1, this.imageMaxHeight = 4100, this.imageMaxWidth = 4100, this.interpolation = void 0, this.minScale = 0, this.maxScale = 0, this.multidimensionalInfo = null, this.multidimensionalSubset = null, this.noData = null, this.noDataInterpretation = void 0, this.objectIdField = null, this.geometryType = "polygon", this.typeIdField = null, this.types = [], this.pixelFilter = null, this.raster = void 0, this.sourceType = null, this.viewId = void 0, this.symbolizer = null, this.rasterFunctionInfos = null, this.serviceDataType = null, this.spatialReference = null, this.pixelType = null, this.serviceRasterInfo = null, this.sourceJSON = null, this.url = null, this.version = void 0;
96
- }
97
- initialize() {
98
- this._set("exportImageServiceParameters", new Fe({ layer: this }));
99
- }
100
- readServiceSupportsMosaicRule(e, t) {
101
- return this._isMosaicRuleSupported(t);
102
- }
103
- get _rasterFunctionNamesIndex() {
104
- const e = /* @__PURE__ */ new Map();
105
- return !this.rasterFunctionInfos || this.rasterFunctionInfos != null && this.rasterFunctionInfos.length < 1 || this.rasterFunctionInfos != null && this.rasterFunctionInfos.forEach((t) => {
106
- e.set(t.name.toLowerCase().replaceAll(/ /gi, "_"), t.name);
107
- }), e;
108
- }
109
- readBandIds(e, t) {
110
- if (Array.isArray(e) && e.length > 0 && e.every((i) => typeof i == "number"))
111
- return e;
112
- }
113
- readCapabilities(e, t) {
114
- return this._readCapabilities(t);
115
- }
116
- writeCompressionQuality(e, t, i) {
117
- e != null && this.format !== "lerc" && (t[i] = e);
118
- }
119
- writeCompressionTolerance(e, t, i) {
120
- this.format === "lerc" && e != null && (t[i] = e);
121
- }
122
- readDefaultMosaicRule(e, t) {
123
- return this._serviceSupportsMosaicRule ? H.fromJSON(t) : null;
124
- }
125
- get fieldsIndex() {
126
- return this.fields ? new Te(this.fields) : null;
127
- }
128
- set format(e) {
129
- e && Ot.has(e.toLowerCase()) && this._set("format", e.toLowerCase());
130
- }
131
- readFormat(e, t) {
132
- return t.serviceDataType === "esriImageServiceDataTypeVector-UV" || t.serviceDataType === "esriImageServiceDataTypeVector-MagDir" || this.pixelFilter != null ? "lerc" : "jpgpng";
133
- }
134
- readMinScale(e, t) {
135
- return t.minLOD != null && t.maxLOD != null ? e : 0;
136
- }
137
- readMaxScale(e, t) {
138
- return t.minLOD != null && t.maxLOD != null ? e : 0;
139
- }
140
- set mosaicRule(e) {
141
- let t = e;
142
- t != null && t.mosaicMethod && (t = H.fromJSON({ ...t.toJSON(), mosaicMethod: t.mosaicMethod, mosaicOperation: t.mosaicOperation })), this._set("mosaicRule", t);
143
- }
144
- readMosaicRule(e, t) {
145
- const i = e || t.mosaicRule;
146
- return i ? H.fromJSON(i) : this._isMosaicRuleSupported(t) ? H.fromJSON(t) : null;
147
- }
148
- writeMosaicRule(e, t, i) {
149
- let r = this.mosaicRule;
150
- const s = this.definitionExpression;
151
- r ? s && s !== r.where && (r = r.clone(), r.where = s) : s && (r = new H({ where: s })), this._isValidCustomizedMosaicRule(r) && (t[i] = r.toJSON());
152
- }
153
- writeNoData(e, t, i) {
154
- e != null && typeof e == "number" && (t[i] = Pt(e));
155
- }
156
- readObjectIdField(e, t) {
157
- if (!e) {
158
- const i = t.fields.find((r) => r.type === "esriFieldTypeOID" || r.type === "oid");
159
- e = i == null ? void 0 : i.name;
160
- }
161
- return e;
162
- }
163
- get parsedUrl() {
164
- return be(this.url);
165
- }
166
- readSourceType(e, t) {
167
- return this._isMosaicDataset(t) ? "mosaic-dataset" : "raster-dataset";
168
- }
169
- set renderer(e) {
170
- this.loaded && (e = this._configRenderer(e)), this._set("renderer", e);
171
- }
172
- readRenderer(e, t, i) {
173
- var n, u;
174
- const r = (u = (n = t == null ? void 0 : t.layerDefinition) == null ? void 0 : n.drawingInfo) == null ? void 0 : u.renderer, s = ye(r, i);
175
- return s == null ? null : (s.type === "vector-field" && t.symbolTileSize && !r.symbolTileSize && (s.symbolTileSize = t.symbolTileSize), De(s) || z.getLogger(this).warn("ArcGISImageService", "Imagery layer doesn't support given renderer type."), s);
176
- }
177
- writeRenderer(e, t, i) {
178
- t.layerDefinition = t.layerDefinition || {}, t.layerDefinition.drawingInfo = t.layerDefinition.drawingInfo || {}, t.layerDefinition.drawingInfo.renderer = e.toJSON(), e.type === "vector-field" && (t.symbolTileSize = e.symbolTileSize);
179
- }
180
- get rasterFields() {
181
- var u;
182
- const e = this._rasterAttributeTableFieldPrefix, t = new j({ name: "Raster.ItemPixelValue", alias: "Item Pixel Value", domain: null, editable: !1, length: 50, type: "string" }), i = new j({ name: "Raster.ServicePixelValue", alias: "Service Pixel Value", domain: null, editable: !1, length: 50, type: "string" }), r = new j({ name: "Raster.ServicePixelValue.Raw", alias: "Raw Service Pixel Value", domain: null, editable: !1, length: 50, type: "string" });
183
- let s = this.fields ? ae(this.fields) : [];
184
- s.push(i), (u = this.capabilities) != null && u.operations.supportsQuery && this.fields && this.fields.length > 0 && s.push(t), this.version >= 10.4 && this.rasterFunctionInfos != null && this.rasterFunctionInfos.some((p) => p.name.toLowerCase() === "none") && s.push(r), this.rasterFunctionInfos != null && this.rasterFunctionInfos.filter((p) => p.name.toLowerCase() !== "none").forEach((p) => {
185
- s.push(new j({ name: "Raster.ServicePixelValue." + p.name, alias: p.name, domain: null, editable: !1, length: 50, type: "string" }));
186
- }), this._isVectorDataSet() && (s.push(new j({ name: "Raster.Magnitude", alias: "Magnitude", domain: null, editable: !1, type: "double" })), s.push(new j({ name: "Raster.Direction", alias: "Direction", domain: null, editable: !1, type: "double" })));
187
- const { attributeTable: n } = this.rasterInfo ?? {};
188
- if (n != null) {
189
- const p = n.fields.filter((l) => l.type !== "esriFieldTypeOID" && l.name.toLowerCase() !== "value").map((l) => {
190
- const h = ae(l);
191
- return h.name = e + l.name, h;
192
- });
193
- s = s.concat(p);
194
- }
195
- return s;
196
- }
197
- get renderingRule() {
198
- return ne(z.getLogger(this), "renderingRule", { replacement: "rasterFunction", version: "4.27", warnOnce: !0 }), this.rasterFunction;
199
- }
200
- set renderingRule(e) {
201
- ne(z.getLogger(this), "renderingRule", { replacement: "rasterFunction", version: "4.27", warnOnce: !0 }), this._set("rasterFunction", e);
202
- }
203
- set rasterFunction(e) {
204
- let t = e;
205
- t != null && t.rasterFunction && (t = E.fromJSON({ ...t.toJSON(), rasterFunction: t.rasterFunction, rasterFunctionArguments: t.rasterFunctionArguments })), this._set("rasterFunction", t);
206
- }
207
- readRasterFunction(e, t) {
208
- const i = t.rasterFunctionInfos;
209
- return t.renderingRule || i != null && i.length && i[0].name !== "None" ? this._isRFTJson(t.renderingRule) ? E.fromJSON({ rasterFunctionDefinition: t.renderingRule }) : E.fromJSON(t.renderingRule || { rasterFunctionInfos: t.rasterFunctionInfos }) : null;
210
- }
211
- readSpatialReference(e, t) {
212
- const i = e || t.extent.spatialReference;
213
- return i ? ee.fromJSON(i) : null;
214
- }
215
- readPixelType(e) {
216
- return K.fromJSON(e) || e;
217
- }
218
- writePixelType(e, t, i) {
219
- this.serviceRasterInfo != null && this.pixelType === this.serviceRasterInfo.pixelType || (t[i] = K.toJSON(e));
220
- }
221
- readVersion(e, t) {
222
- let i = t.currentVersion;
223
- return i || (i = t.hasOwnProperty("fields") || t.hasOwnProperty("timeInfo") ? 10 : 9.3), i;
224
- }
225
- applyFilter(e) {
226
- let t = e;
227
- return this.pixelFilter && (t = this._clonePixelData(e), this.pixelFilter(t)), t;
228
- }
229
- async applyRenderer(e, t) {
230
- let i = e;
231
- const { renderer: r, symbolizer: s, pixelFilter: n, bandIds: u } = this;
232
- if (!this._isPicture() && r && s && !n) {
233
- const p = JSON.stringify(this._cachedRendererJson) !== JSON.stringify(r.toJSON()), l = this._rasterJobHandler.instance;
234
- if (l) {
235
- p && (s.bind(), await l.updateSymbolizer(s, t), this._cachedRendererJson = r.toJSON());
236
- const h = await l.symbolize({ bandIds: u, ...e }, t);
237
- i = { extent: e.extent, pixelBlock: h };
238
- } else
239
- i = { extent: e.extent, pixelBlock: s.symbolize({ bandIds: u, ...e }) };
240
- }
241
- return i;
242
- }
243
- destroy() {
244
- this._shutdownJobHandler();
245
- }
246
- increaseRasterJobHandlerUsage() {
247
- this._rasterJobHandler.refCount++;
248
- }
249
- decreaseRasterJobHandlerUsage() {
250
- this._rasterJobHandler.refCount--, this._rasterJobHandler.refCount <= 0 && this._shutdownJobHandler();
251
- }
252
- async computeAngles(e, t) {
253
- if (!(await this._fetchCapabilities(t == null ? void 0 : t.signal)).operations.supportsComputeAngles)
254
- throw new g("imagery-layer:compute-angles", "this operation is not supported on the input image service");
255
- return e = _(ft, e).clone(), He(this.url, e, this._getRequestOptions(t));
256
- }
257
- async computePixelSpaceLocations(e, t) {
258
- if (!(await this._fetchCapabilities(t == null ? void 0 : t.signal)).operations.supportsComputePixelLocation)
259
- throw new g("imagery-layer:compute-pixel-space-locations", "this operation is not supported on the input image service");
260
- return e = _(It, e).clone(), Qe(this.url, e, this._getRequestOptions(t));
261
- }
262
- async computeHistograms(e, t) {
263
- if (!(await this._fetchCapabilities(t == null ? void 0 : t.signal)).operations.supportsComputeHistograms)
264
- throw new g("imagery-layer:compute-histograms", "this operation is not supported on the input image service");
265
- return e = _(ie, e).clone(), this._applyMosaicAndRenderingRules(e), Le(this.url, e, this._getRequestOptions(t));
266
- }
267
- async computeStatisticsHistograms(e, t) {
268
- if (!(await this._fetchCapabilities(t == null ? void 0 : t.signal)).operations.supportsComputeStatisticsHistograms)
269
- throw new g("imagery-layer:compute-statistics-histograms", "this operation is not supported on the input image service");
270
- return e = _(ie, e).clone(), this._applyMosaicAndRenderingRules(e), Ue(this.url, e, this._getRequestOptions(t));
271
- }
272
- async measureHeight(e, t) {
273
- const i = await this._fetchCapabilities(t == null ? void 0 : t.signal);
274
- if (!(e.operationType === "base-and-top" ? i.mensuration.supportsHeightFromBaseAndTop : e.operationType === "base-and-top-shadow" ? i.mensuration.supportsHeightFromBaseAndTopShadow : i.mensuration.supportsHeightFromTopAndTopShadow))
275
- throw new g("imagery-layer:measure-height", "this operation is not supported on the input image service");
276
- return e = _(wt, e).clone(), this._applyMosaicAndRenderingRules(e), Be(this.url, e, this._getRequestOptions(t));
277
- }
278
- async measureAreaAndPerimeter(e, t) {
279
- const i = await this._fetchCapabilities(t == null ? void 0 : t.signal);
280
- if (!(i.mensuration.supportsAreaAndPerimeter && (!e.is3D || i.mensuration.supports3D)))
281
- throw new g("imagery-layer:measure-area-and-perimeter", "this operation is not supported on the input image service");
282
- return e = _(gt, e).clone(), this._applyMosaicAndRenderingRules(e), ze(this.url, e, this._getRequestOptions(t));
283
- }
284
- async measureDistanceAndAngle(e, t) {
285
- const i = await this._fetchCapabilities(t == null ? void 0 : t.signal);
286
- if (!(i.mensuration.supportsDistanceAndAngle && (!e.is3D || i.mensuration.supports3D)))
287
- throw new g("imagery-layer:measure-distance-and-angle", "this operation is not supported on the input image service");
288
- return e = _(Rt, e).clone(), this._applyMosaicAndRenderingRules(e), Ge(this.url, e, this._getRequestOptions(t));
289
- }
290
- async measurePointOrCentroid(e, t) {
291
- const i = await this._fetchCapabilities(t == null ? void 0 : t.signal);
292
- if (!(i.mensuration.supportsPointOrCentroid && (!e.is3D || i.mensuration.supports3D)))
293
- throw new g("imagery-layer:measure-point-or-centroid", "this operation is not supported on the input image service");
294
- return e = _(vt, e).clone(), this._applyMosaicAndRenderingRules(e), ke(this.url, e, this._getRequestOptions(t));
295
- }
296
- async measureLengthFromImage(e, t) {
297
- if (!(await this._fetchCapabilities(t == null ? void 0 : t.signal)).operations.supportsMeasureFromImage)
298
- throw new g("imagery-layer:measure-length-from-image", "this operation is not supported on the input image service");
299
- if (e.geometry.type !== "polyline")
300
- throw new g("imagery-layer:measure-length-from-image", "this input geometry must be a polyline");
301
- return e = _(de, e).clone(), We(this.url, e, this._getRequestOptions(t));
302
- }
303
- async measureAreaFromImage(e, t) {
304
- if (!(await this._fetchCapabilities(t == null ? void 0 : t.signal)).operations.supportsMeasureFromImage)
305
- throw new g("imagery-layer:measure-area-from-image", "this operation is not supported on the input image service");
306
- if (e.geometry.type !== "polygon")
307
- throw new g("imagery-layer:measure-area-from-image", "this input geometry must be a polygon");
308
- return e = _(de, e).clone(), Ke(this.url, e, this._getRequestOptions(t));
309
- }
310
- getField(e) {
311
- const { fieldsIndex: t } = this;
312
- return t != null ? t.get(e) : void 0;
313
- }
314
- getFieldDomain(e, t) {
315
- const i = this.getField(e);
316
- return i ? i.domain : null;
317
- }
318
- async fetchImage(e, t, i, r = {}) {
319
- if (e == null || t == null || i == null)
320
- throw new g("imagery-layer:fetch-image", "Insufficient parameters for requesting an image. A valid extent, width and height values are required.");
321
- if (this.renderer || this.symbolizer) {
322
- const l = await this._generateRasterInfo(this.rasterFunction, { signal: r.signal });
323
- l && (this.rasterInfo = l);
324
- }
325
- const s = this.getExportImageServiceParameters(e, t, i, r.timeExtent);
326
- if (s == null) {
327
- if (r.requestAsImageElement && this._canRequestImageElement(this.format)) {
328
- const d = document.createElement("canvas");
329
- return d.width = t, d.height = i, r.returnImageBitmap ? { imageBitmap: await ue(d, `${y(this.parsedUrl)}/exportImage`, r.signal) } : { imageOrCanvasElement: d };
330
- }
331
- const { bandIds: l, rasterInfo: h } = this, S = ((l == null ? void 0 : l.length) || h.bandCount) ?? 0, v = t * i, R = h.pixelType, c = [];
332
- for (let d = 0; d < S; d++)
333
- c.push(G.createEmptyBand(R, v));
334
- return { pixelData: { pixelBlock: new G({ width: t, height: i, pixels: c, mask: new Uint8Array(v), pixelType: R }), extent: e } };
335
- }
336
- const n = !!r.requestAsImageElement && !this.pixelFilter, u = n && !!r.returnImageBitmap, p = { imageServiceParameters: s, imageProps: { extent: e, width: t, height: i, format: this.format }, requestAsImageElement: n, returnImageBitmap: u, signal: r.signal };
337
- return this._requestArrayBuffer(p);
338
- }
339
- fetchKeyProperties(e) {
340
- return P(y(this.parsedUrl) + "/keyProperties", { query: this._getQueryParams({ renderingRule: this.version >= 10.3 ? e == null ? void 0 : e.rasterFunction : null }) }).then((t) => t.data);
341
- }
342
- fetchRasterAttributeTable(e) {
343
- return this.version < 10.1 ? Promise.reject(new g("#fetchRasterAttributeTable()", "Failed to get rasterAttributeTable")) : P(y(this.parsedUrl) + "/rasterAttributeTable", { query: this._getQueryParams({ renderingRule: this.version >= 10.3 ? e == null ? void 0 : e.rasterFunction : null }) }).then((t) => ot.fromJSON(t.data));
344
- }
345
- getCatalogItemRasterInfo(e, t) {
346
- const i = { ...t, query: this._getQueryParams() };
347
- return dt(y(this.parsedUrl), e, i);
348
- }
349
- async getCatalogItemICSInfo(e, t) {
350
- var V, $, A, re, se;
351
- const { data: i } = await P(y(this.parsedUrl) + "/" + e + "/info/ics", { query: this._getQueryParams(), ...t }), r = i == null ? void 0 : i.ics;
352
- if (!r)
353
- return;
354
- let s = null;
355
- try {
356
- s = (await P(y(this.parsedUrl) + "/" + e + "/info", { query: this._getQueryParams(), ...t })).data.extent;
357
- } catch {
358
- }
359
- if (!s || !s.spatialReference)
360
- return { ics: r, icsToPixelTransform: null, icsExtent: null, northDirection: null };
361
- const n = this.version >= 10.7 ? P(y(this.parsedUrl) + "/" + e + "/info/icstopixel", { query: this._getQueryParams(), ...t }).then((f) => f.data).catch(() => ({})) : {}, u = s.spatialReference, p = { geometries: JSON.stringify({ geometryType: "esriGeometryEnvelope", geometries: [s] }), inSR: le(u), outSR: "0:" + e }, l = P(y(this.parsedUrl) + "/project", { query: this._getQueryParams(p), ...t }).then((f) => f.data).catch(() => ({})), h = 5, S = (s.xmin + s.xmax) / 2, v = (s.ymax - s.ymin) / (h + 1), R = s.ymin + v, c = [];
362
- for (let f = 0; f < h; f++)
363
- c.push({ x: S, y: R + v * f });
364
- const d = { geometries: JSON.stringify({ geometryType: "esriGeometryPoint", geometries: c }), inSR: le(u), outSR: "0:" + e }, b = P(y(this.parsedUrl) + "/project", { query: this._getQueryParams(d), ...t }).then((f) => f.data).catch(() => ({})), C = await Promise.all([n, l, b]);
365
- let q = C[0].ipxf;
366
- if (q == null) {
367
- const f = (V = r.geodataXform) == null ? void 0 : V.xf_0;
368
- (($ = f == null ? void 0 : f.name) == null ? void 0 : $.toLowerCase()) === "topup" && ((A = f == null ? void 0 : f.coefficients) == null ? void 0 : A.length) === 6 && (q = { affine: { name: "ics [sensor: Frame] to pixel (column, row) transformation", coefficients: f.coefficients, cellsizeRatio: 0, type: "GeometricXform" } });
369
- }
370
- const N = Z.fromJSON((se = (re = C[1]) == null ? void 0 : re.geometries) == null ? void 0 : se[0]);
371
- N && (N.spatialReference = new ee({ wkid: 0, imageCoordinateSystem: r }));
372
- const w = C[2].geometries ? C[2].geometries.filter((f) => (f == null ? void 0 : f.x) != null && f.y != null && f.x !== "NaN" && f.y !== "NaN") : [], O = w.length;
373
- if (O < 3)
374
- return { ics: r, icsToPixelTransform: q, icsExtent: N, northDirection: null };
375
- let M = 0, x = 0, I = 0, T = 0;
376
- for (let f = 0; f < O; f++)
377
- M += w[f].x, x += w[f].y, I += w[f].x * w[f].x, T += w[f].x * w[f].y;
378
- const F = (O * T - M * x) / (O * I - M * M);
379
- let J = 0;
380
- const U = w[h - 1].x > w[0].x, B = w[h - 1].y > w[0].y;
381
- return F === 1 / 0 ? J = B ? 90 : 270 : F === 0 ? J = U ? 0 : 180 : F > 0 ? J = U ? 180 * Math.atan(F) / Math.PI : 180 * Math.atan(F) / Math.PI + 180 : F < 0 && (J = B ? 180 + 180 * Math.atan(F) / Math.PI : 360 + 180 * Math.atan(F) / Math.PI), { ics: r, icsToPixelTransform: q, icsExtent: N, northDirection: J };
382
- }
383
- async generateRasterInfo(e, t) {
384
- var n;
385
- if (e = _(E, e), this.serviceRasterInfo && (!e || ((n = e.functionName) == null ? void 0 : n.toLowerCase()) === "none" || this._isVectorFieldResampleFunction(e)))
386
- return this.serviceRasterInfo;
387
- const i = Mt(e);
388
- if (!i)
389
- throw new g("imagery-layer:generate-raster-info", "the rendering rule is not supported");
390
- if (this._functionRasterInfos[i])
391
- return this._functionRasterInfos[i];
392
- const r = { ...t, query: this._getQueryParams() }, s = pt(y(this.parsedUrl), e, r);
393
- this._functionRasterInfos[i] = s;
394
- try {
395
- return await s;
396
- } catch (u) {
397
- throw this._functionRasterInfos[i] = null, u;
398
- }
399
- }
400
- getExportImageServiceParameters(e, t, i, r) {
401
- var c;
402
- e = e.clone().shiftCentralMeridian();
403
- const s = Xe(e.spatialReference, y(this.parsedUrl));
404
- this.pixelType !== this.serviceRasterInfo.pixelType && (this.exportImageServiceParameters.pixelType = this.pixelType);
405
- const n = this.exportImageServiceParameters.toJSON(), { bandIds: u, noData: p } = n;
406
- let { renderingRule: l } = n;
407
- const h = (c = this.rasterFunction) == null ? void 0 : c.rasterFunctionDefinition, S = !this.renderer || this.renderer.type === "raster-stretch";
408
- if (u != null && u.length && this._hasRasterFunction(this.rasterFunction) && !h && S) {
409
- const d = { rasterFunction: "ExtractBand", rasterFunctionArguments: { BandIds: u } };
410
- if (l.rasterFunction === "Stretch")
411
- d.rasterFunctionArguments.Raster = l.rasterFunctionArguments.Raster, l.rasterFunctionArguments.Raster = d;
412
- else if (l.rasterFunction === "Colormap") {
413
- const b = l.rasterFunctionArguments.Raster;
414
- (b == null ? void 0 : b.rasterFunction) === "Stretch" ? (d.rasterFunctionArguments.Raster = b.rasterFunctionArguments.Raster, b.rasterFunctionArguments.Raster = d) : (d.rasterFunctionArguments.Raster = b, l.rasterFunctionArguments.Raster = d);
415
- } else
416
- d.rasterFunctionArguments.Raster = l, l = d;
417
- n.bandIds = void 0;
418
- } else
419
- n.bandIds = u == null ? void 0 : u.join(",");
420
- p instanceof Array && p.length > 0 && (n.noData = p.join(","));
421
- const v = this._processMultidimensionalIntersection(null, r, this.exportImageServiceParameters.mosaicRule);
422
- if (v.isOutSide)
423
- return null;
424
- n.mosaicRule = v.mosaicRule != null ? JSON.stringify(v.mosaicRule) : null, r = v.timeExtent, n.renderingRule = this._getRenderingRuleString(E.fromJSON(l));
425
- const R = {};
426
- if (r != null) {
427
- const { start: d, end: b } = r.toJSON();
428
- d && b && d === b ? R.time = "" + d : d == null && b == null || (R.time = `${d ?? "null"},${b ?? "null"}`);
429
- }
430
- return { bbox: e.xmin + "," + e.ymin + "," + e.xmax + "," + e.ymax, bboxSR: s, imageSR: s, size: t + "," + i, ...n, ...R };
431
- }
432
- async getSamples(e, t) {
433
- const i = await this._fetchCapabilities(t == null ? void 0 : t.signal);
434
- if (!(i != null && i.operations.supportsGetSamples))
435
- throw new g("imagery-layer:get-samples", "getSamples operation is not supported on the input image service");
436
- e = _(St, e).clone();
437
- const { raster: r } = this;
438
- return r && e.raster == null && (e.raster = r), Ze(this.url, e, this._getRequestOptions(t));
439
- }
440
- async identify(e, t) {
441
- var n;
442
- if (!(await this._fetchCapabilities(t == null ? void 0 : t.signal)).operations.supportsIdentify)
443
- throw new g("imagery-layer:identify", "identify operation is not supported on the input image service");
444
- e = _(ce, e).clone(), this.version < 10.91 && ((n = e.geometry) == null ? void 0 : n.type) === "extent" && (e.geometry = Y.fromExtent(e.geometry));
445
- const i = this._processMultidimensionalIntersection(e.geometry, e.timeExtent, e.mosaicRule || this.mosaicRule);
446
- if (i.isOutSide)
447
- throw new g("imagery-layer:identify", "the request cannot be fulfilled when falling outside of the multidimensional subset");
448
- e.timeExtent = i.timeExtent, e.mosaicRule = i.mosaicRule;
449
- const { raster: r, rasterFunction: s } = this;
450
- return s && e.rasterFunction == null && (e.rasterFunction = s), r && e.raster == null && (e.raster = r), me(this.url, e, this._getRequestOptions(t));
451
- }
452
- async imageToMap(e, t) {
453
- if (!(await this._fetchCapabilities(t == null ? void 0 : t.signal)).operations.supportsImageToMap)
454
- throw new g("imagery-layer:image-to-map", "imageToMap operation is not supported on the input image service");
455
- return e = _(_t, e), Ye(y(this.parsedUrl), e, this._getRequestOptions(t));
456
- }
457
- async imageToMapMultiray(e, t) {
458
- if (!(await this._fetchCapabilities(t == null ? void 0 : t.signal)).operations.supportsImageToMapMultiray)
459
- throw new g("imagery-layer:image-to-map-multiray", "imageToMapMultiray operation is not supported on the input image service");
460
- return e = _(xt, e), et(y(this.parsedUrl), e, this._getRequestOptions(t));
461
- }
462
- async mapToImage(e, t) {
463
- if (!(await this._fetchCapabilities(t == null ? void 0 : t.signal)).operations.supportsMapToImage)
464
- throw new g("imagery-layer:map-to-image", "mapToImage operation is not supported on the input image service");
465
- return e = _(Tt, e), tt(y(this.parsedUrl), e, this._getRequestOptions(t));
466
- }
467
- async findImages(e, t) {
468
- if (!(await this._fetchCapabilities(t == null ? void 0 : t.signal)).operations.supportsFindImages)
469
- throw new g("imagery-layer:find-images", "findImages operation is not supported on the input image service");
470
- return e = _(ht, e), it(y(this.parsedUrl), e, this._getRequestOptions(t));
471
- }
472
- async getImageUrl(e, t) {
473
- if (!(await this._fetchCapabilities(t == null ? void 0 : t.signal)).operations.supportsGetImageUrl)
474
- throw new g("imagery-layer:get-image-url", "getImageUrl operation is not supported on the input image service");
475
- return e = _(Ft, e), rt(y(this.parsedUrl), e, this._getRequestOptions(t));
476
- }
477
- createQuery() {
478
- const e = new te();
479
- return e.outFields = ["*"], e.returnGeometry = !0, e.where = this.definitionExpression || "1=1", e;
480
- }
481
- async queryBoundary(e, t) {
482
- if (!(await this._fetchCapabilities(t == null ? void 0 : t.signal)).operations.supportsQueryBoundary)
483
- throw new g("imagery-layer:query-boundary", "queryBoundary operation is not supported on the input image service");
484
- return e = _(yt, e ?? { outSpatialReference: this.spatialReference }).clone(), st(y(this.parsedUrl), e, this._getRequestOptions(t));
485
- }
486
- async queryRasters(e, t) {
487
- return { query: e, requestOptions: t } = await this._prepareForQuery(e, t), at(this.url, e, t);
488
- }
489
- async queryObjectIds(e, t) {
490
- return { query: e, requestOptions: t } = await this._prepareForQuery(e, t), ut(this.url, e, t);
491
- }
492
- async queryGPSInfo(e, t) {
493
- if (!(await this._fetchCapabilities(t == null ? void 0 : t.signal)).operations.supportsQueryGPSInfo)
494
- throw new g("imagery-layer:query-gps-info", "queryGPSInfo operation is not supported on the input image service");
495
- return e = _(bt, e ?? { outSpatialReference: this.spatialReference }).clone(), nt(y(this.parsedUrl), e, this._getRequestOptions(t));
496
- }
497
- async queryRasterCount(e, t) {
498
- return { query: e, requestOptions: t } = await this._prepareForQuery(e, t), lt(this.url, e, t);
499
- }
500
- async queryVisibleRasters(e, t) {
501
- var N, w, O, M;
502
- if (!e)
503
- throw new g("imagery-layer: query-visible-rasters", "missing query parameter");
504
- await this.load();
505
- const { pixelSize: i, returnDomainValues: r, returnTopmostRaster: s, showNoDataRecords: n } = t || { pixelSize: null, returnDomainValues: !1, returnTopmostRaster: !1, showNoDataRecords: !1 };
506
- let u = !1, p = null, l = null;
507
- const h = "raster.servicepixelvalue", S = this._rasterFunctionNamesIndex;
508
- if (e.outFields != null && (u = e.outFields.some((x) => !x.toLowerCase().includes(h)), this.version >= 10.4)) {
509
- const x = e.outFields.filter((T) => T.toLowerCase().includes(h) && T.length > h.length).map((T) => {
510
- const F = T.slice(h.length + 1);
511
- return [this._updateRenderingRulesFunctionName(F, S), F];
512
- });
513
- p = x.map((T) => new E({ functionName: T[0] })), l = x.map((T) => T[1]);
514
- const { rasterFunction: I } = this;
515
- p.length === 0 ? I != null && I.functionName ? (p.push(I), l.push(I.functionName)) : p = null : I != null && I.functionName && !p.some((T) => T.functionName === I.functionName) && (p.push(I), l.push(I.functionName));
516
- }
517
- const v = e.outSpatialReference == null || e.outSpatialReference.equals(this.spatialReference), { multidimensionalSubset: R } = this;
518
- let c = e.timeExtent || this.timeExtent;
519
- if (R) {
520
- const { isOutside: x, intersection: I } = X(R, { geometry: e.geometry, timeExtent: e.timeExtent, multidimensionalDefinition: (N = this.exportImageServiceParameters.mosaicRule) == null ? void 0 : N.multidimensionalDefinition });
521
- if (x)
522
- throw new g("imagery-layer:query-visible-rasters", "the request cannot be fulfilled when falling outside of the multidimensional subset");
523
- (I == null ? void 0 : I.timeExtent) != null && (c = I.timeExtent);
524
- }
525
- const d = this._combineMosaicRuleWithTimeExtent(this.exportImageServiceParameters.mosaicRule, c);
526
- let b = e.geometry;
527
- this.version < 10.91 && (b == null ? void 0 : b.type) === "extent" && (b = Y.fromExtent(b));
528
- const C = this._getQueryParams({ geometry: b, timeExtent: c, mosaicRule: d, rasterFunction: this.version < 10.4 ? this.rasterFunction : null, rasterFunctions: p, pixelSize: i, returnCatalogItems: u, returnGeometry: v, raster: this.raster, maxItemCount: s ? 1 : null });
529
- delete C.f;
530
- const q = new ce(C);
531
- try {
532
- await this._generateRasterInfo(this.rasterFunction);
533
- const x = await me(this.url, q, { signal: t == null ? void 0 : t.signal, query: { ...this.customParameters } }), I = e.outFields, T = x.value != null && x.value.toLowerCase().includes("nodata");
534
- if (!(u && !v && ((w = x == null ? void 0 : x.catalogItems) != null && w.features.length) && (n || !T)))
535
- return this._processVisibleRastersResponse(x, { returnDomainValues: r, templateRRFunctionNames: l, showNoDataRecords: n, templateFields: I });
536
- const F = this.objectIdField || "ObjectId", J = ((O = x.catalogItems) == null ? void 0 : O.features) ?? [], U = J.map(($) => {
537
- var A;
538
- return (A = $.attributes) == null ? void 0 : A[F];
539
- }), B = new te({ objectIds: U, returnGeometry: !0, outSpatialReference: e.outSpatialReference, outFields: [F] }), V = await this.queryRasters(B);
540
- return (M = V == null ? void 0 : V.features) != null && M.length && V.features.forEach(($) => {
541
- J.forEach((A) => {
542
- A.attributes[F] === $.attributes[F] && (A.geometry = new Y($.geometry), e.outSpatialReference != null && (A.geometry.spatialReference = e.outSpatialReference));
543
- });
544
- }), this._processVisibleRastersResponse(x, { returnDomainValues: r, templateRRFunctionNames: l, showNoDataRecords: n, templateFields: I });
545
- } catch {
546
- throw new g("imagery-layer:query-visible-rasters", "encountered error when querying visible rasters");
547
- }
548
- }
549
- async fetchVariableStatisticsHistograms(e, t) {
550
- const i = P(y(this.parsedUrl) + "/statistics", { query: this._getQueryParams({ variable: e }), signal: t }).then((n) => {
551
- var u;
552
- return (u = n.data) == null ? void 0 : u.statistics;
553
- }), r = P(y(this.parsedUrl) + "/histograms", { query: this._getQueryParams({ variable: e }), signal: t }).then((n) => {
554
- var u;
555
- return (u = n.data) == null ? void 0 : u.histograms;
556
- }), s = await Promise.all([i, r]);
557
- return s[0] && s[0].forEach((n) => {
558
- n.avg = n.mean, n.stddev = n.standardDeviation;
559
- }), { statistics: s[0] || null, histograms: s[1] || null };
560
- }
561
- async createFlowMesh(e, t) {
562
- const i = this._rasterJobHandler.instance;
563
- return i ? i.createFlowMesh(e, t) : Dt(e.meshType, e.simulationSettings, e.flowData, t.signal != null ? t.signal : new AbortController().signal);
564
- }
565
- getMultidimensionalSubsetVariables(e) {
566
- const t = e ?? this.serviceRasterInfo.multidimensionalInfo;
567
- return Ce(this.multidimensionalSubset, t);
568
- }
569
- async _fetchService(e) {
570
- await this._fetchServiceInfo(e), this.rasterInfo || (this.rasterInfo = this.serviceRasterInfo);
571
- const t = this.sourceJSON, i = this.serviceRasterInfo != null ? Promise.resolve(this.serviceRasterInfo) : mt(y(this.parsedUrl), t, { signal: e, query: this._getQueryParams() }).then((n) => (this._set("serviceRasterInfo", n), this._set("multidimensionalInfo", n.multidimensionalInfo), ct(n, t), n)), r = this._hasRasterFunction(this.rasterFunction) ? this._generateRasterInfo(this.rasterFunction, { signal: e }) : null, s = this._getRasterFunctionInfos();
572
- return Promise.all([i, r, s]).then((n) => {
573
- n[1] ? this._set("rasterInfo", n[1]) : this._set("rasterInfo", n[0]), n[2] && this._set("rasterFunctionInfos", n[2]), this.renderer && !this._isSupportedRenderer(this.renderer) && (this._set("renderer", null), z.getLogger(this).warn("ArcGISImageService", "Switching to the default renderer. Renderer applied is not valid for this Imagery Layer")), this._set("renderer", this._configRenderer(this.renderer)), this.addHandles([Re(() => this.rasterFunction, (p) => {
574
- (this.renderer || this.symbolizer || this.popupEnabled && this.popupTemplate) && this._generateRasterInfo(p).then((l) => {
575
- l && (this.rasterInfo = l);
576
- });
577
- })]);
578
- const { serviceRasterInfo: u } = this;
579
- u.multidimensionalInfo != null && this._updateMultidimensionalDefinition(u);
580
- });
581
- }
582
- _combineMosaicRuleWithTimeExtent(e, t) {
583
- var R;
584
- const i = this.timeInfo, { multidimensionalInfo: r } = this.serviceRasterInfo;
585
- if (e == null || r == null || t == null || (i == null ? void 0 : i.startField) == null)
586
- return e;
587
- const { startField: s } = i, n = r.variables.some((c) => c.dimensions.some((d) => d.name === s)) ? s : "StdTime";
588
- if (e = e.clone(), this.sourceType === "mosaic-dataset")
589
- return e.multidimensionalDefinition = (R = e.multidimensionalDefinition) == null ? void 0 : R.filter((c) => c.dimensionName !== n), this._cleanupMultidimensionalDefinition(e);
590
- e.multidimensionalDefinition = e.multidimensionalDefinition || [];
591
- const u = e.multidimensionalDefinition.filter((c) => c.dimensionName === n), p = t.start != null ? t.start.getTime() : null, l = t.end != null ? t.end.getTime() : null, h = p == null || l == null || p === l, S = h ? [p || l] : [[p, l]], v = this.version >= 10.8;
592
- if (u.length)
593
- u.forEach((c) => {
594
- c.dimensionName === n && (v ? (c.dimensionName = null, c.isSlice = !1, c.values = []) : (c.isSlice = h, c.values = S));
595
- });
596
- else if (!v) {
597
- const c = e.multidimensionalDefinition.filter((d) => d.variableName != null && d.dimensionName == null);
598
- c.length ? c.forEach((d) => {
599
- d.dimensionName = n, d.isSlice = h, d.values = S;
600
- }) : e.multidimensionalDefinition.push(new _e({ variableName: "", dimensionName: n, isSlice: h, values: S }));
601
- }
602
- return this._cleanupMultidimensionalDefinition(e);
603
- }
604
- _cleanupMultidimensionalDefinition(e) {
605
- return e == null ? null : (e.multidimensionalDefinition && (e.multidimensionalDefinition = e.multidimensionalDefinition.filter((t) => !(!t.variableName && !t.dimensionName)), e.multidimensionalDefinition.length === 0 && (e.multidimensionalDefinition = null)), this.sourceType !== "mosaic-dataset" && e.multidimensionalDefinition == null ? null : e);
606
- }
607
- async _prepareForQuery(e, t) {
608
- if (!(await this._fetchCapabilities(t == null ? void 0 : t.signal)).operations.supportsQuery)
609
- throw new g("imagery-layer:query-rasters", "query operation is not supported on the input image service");
610
- return e = e != null ? _(te, e) : this.createQuery(), t = this._getRequestOptions(t), this.raster && (t.query = { ...t.query, raster: this.raster }), { query: e, requestOptions: t };
611
- }
612
- async _initJobHandler() {
613
- if (this._rasterJobHandler.connectionPromise != null)
614
- return this._rasterJobHandler.connectionPromise;
615
- const e = new Me();
616
- this._rasterJobHandler.connectionPromise = e.initialize().then(() => {
617
- this._rasterJobHandler.instance = e;
618
- }, () => {
619
- }), await this._rasterJobHandler.connectionPromise;
620
- }
621
- _shutdownJobHandler() {
622
- this._rasterJobHandler.instance && this._rasterJobHandler.instance.destroy(), this._rasterJobHandler.instance = null, this._rasterJobHandler.connectionPromise = null, this._rasterJobHandler.refCount = 0, this._cachedRendererJson = null;
623
- }
624
- _isSupportedRenderer(e) {
625
- const { rasterInfo: t, rasterFunction: i } = this;
626
- return e.type === "unique-value" && this._hasRasterFunction(i) && (t == null ? void 0 : t.bandCount) === 1 && ["u8", "s8"].includes(t.pixelType) || t != null && e != null && Je(t).includes(e.type);
627
- }
628
- async _fetchCapabilities(e) {
629
- return this.capabilities || await this._fetchServiceInfo(e), this.capabilities;
630
- }
631
- async _fetchServiceInfo(e) {
632
- var i;
633
- let t = this.sourceJSON;
634
- if (!t) {
635
- const { data: r, ssl: s } = await P(y(this.parsedUrl), { query: this._getQueryParams(), signal: e });
636
- t = r, this.sourceJSON = t, s && (this.url = this.url.replace(/^http:/i, "https:"));
637
- }
638
- if (((i = t.capabilities) == null ? void 0 : i.toLowerCase().split(",").map((r) => r.trim()).indexOf("tilesonly")) > -1)
639
- throw new g("imagery-layer:fetch-service-info", "use ImageryTileLayer to open tiles-only image services");
640
- this.read(t, { origin: "service", url: this.parsedUrl });
641
- }
642
- _isMosaicDataset(e) {
643
- var t;
644
- return e.serviceSourceType ? e.serviceSourceType === "esriImageServiceSourceTypeMosaicDataset" : ((t = e.fields) == null ? void 0 : t.length) > 0;
645
- }
646
- _isMosaicRuleSupported(e) {
647
- var r;
648
- if (!e)
649
- return !1;
650
- const t = this._isMosaicDataset(e), i = e.currentVersion >= 10.71 && e.hasMultidimensions && !(((r = e.fields) == null ? void 0 : r.length) > 1);
651
- return t || i;
652
- }
653
- _isVectorFieldResampleFunction(e) {
654
- if (e == null)
655
- return !1;
656
- const { functionName: t, functionArguments: i } = e, r = (t == null ? void 0 : t.toLowerCase()) === "resample", s = (i == null ? void 0 : i.ResampleType) || (i == null ? void 0 : i.resampleType);
657
- return r && (s === 7 || s === 10);
658
- }
659
- _isPicture() {
660
- return !this.format || this.format.includes("jpg") || this.format.includes("png");
661
- }
662
- _configRenderer(e) {
663
- var r, s;
664
- const t = this._isPicture(), { rasterInfo: i } = this;
665
- if (!t && !this.pixelFilter || this._isVectorDataSet()) {
666
- if (!this.bandIds && i.bandCount >= 3) {
667
- const u = Ee(i);
668
- !u || i.bandCount === 3 && u[0] === 0 && u[1] === 1 && u[2] === 2 || (this.bandIds = u);
669
- }
670
- e || (e = Ve(i, { bandIds: this.bandIds, variableName: this.rasterFunction ? null : (s = (r = this.mosaicRule) == null ? void 0 : r.multidimensionalDefinition) == null ? void 0 : s[0].variableName }));
671
- const n = $e(e.toJSON());
672
- this.symbolizer ? (this.symbolizer.rendererJSON = n, this.symbolizer.rasterInfo = i) : this.symbolizer = new je({ rendererJSON: n, rasterInfo: i }), this.symbolizer.bind().success || (this.symbolizer = null);
673
- }
674
- return e;
675
- }
676
- _clonePixelData(e) {
677
- return e == null ? e : { extent: e.extent && e.extent.clone(), pixelBlock: e.pixelBlock != null ? e.pixelBlock.clone() : null };
678
- }
679
- _getQueryParams(e) {
680
- (e == null ? void 0 : e.renderingRule) != null && typeof e.renderingRule != "string" && (e.renderingRule = this._getRenderingRuleString(e.renderingRule));
681
- const { raster: t, viewId: i } = this;
682
- return { raster: t, viewId: i, f: "json", ...e, ...this.customParameters };
683
- }
684
- _getRequestOptions(e) {
685
- return { ...e, query: { ...e == null ? void 0 : e.query, ...this.customParameters } };
686
- }
687
- _decodePixelBlock(e, t, i) {
688
- return this._rasterJobHandler.instance ? this._rasterJobHandler.instance.decode({ data: e, options: t }) : pe(e, t, i);
689
- }
690
- async _getRasterFunctionInfos(e) {
691
- var i;
692
- const t = this.sourceJSON.rasterFunctionInfos;
693
- return this.loaded ? t : t && this.version >= 10.3 ? t.length === 1 && t[0].name.toLowerCase() === "none" ? t : (i = (await P(y(this.parsedUrl) + "/rasterFunctionInfos", { query: this._getQueryParams(), signal: e })).data) == null ? void 0 : i.rasterFunctionInfos : null;
694
- }
695
- _canRequestImageElement(e) {
696
- return !this.pixelFilter && (!e || e.includes("png"));
697
- }
698
- async _requestArrayBuffer(e) {
699
- const { imageProps: t, requestAsImageElement: i, returnImageBitmap: r, signal: s } = e;
700
- if (i && this._canRequestImageElement(t.format)) {
701
- const R = `${y(this.parsedUrl)}/exportImage`, { data: c } = await P(R, { responseType: r ? "blob" : "image", query: this._getQueryParams({ f: "image", ...this.refreshParameters, ...e.imageServiceParameters }), signal: s });
702
- return c instanceof Blob ? { imageBitmap: await ue(c, R, s), params: t } : { imageOrCanvasElement: c, params: t };
703
- }
704
- const n = this._initJobHandler(), u = P(y(this.parsedUrl) + "/exportImage", { responseType: "array-buffer", query: this._getQueryParams({ f: "image", ...e.imageServiceParameters }), signal: s }), p = (await Promise.all([u, n]))[0].data, l = t.format || "jpgpng";
705
- let h = l;
706
- if (h !== "bsq" && h !== "bip" && (h = qe(p)), !h)
707
- throw new g("imagery-layer:fetch-image", "unsupported format signature " + String.fromCharCode.apply(null, new Uint8Array(p)));
708
- const S = { signal: s };
709
- return { pixelData: { pixelBlock: await (l === "gif" || l === "bmp" || l.includes("png") && (h === "png" || h === "jpg") ? pe(p, { useCanvas: !0, ...t }, S) : this._decodePixelBlock(p, { width: t.width, height: t.height, planes: null, pixelType: null, noDataValue: null, format: l }, S)), extent: t.extent }, params: t };
710
- }
711
- _generateRasterInfo(e, t) {
712
- return this.generateRasterInfo(e, t).catch(() => null);
713
- }
714
- _isValidCustomizedMosaicRule(e) {
715
- var t;
716
- return e && JSON.stringify(e.toJSON()) !== JSON.stringify((t = this.defaultMosaicRule) == null ? void 0 : t.toJSON());
717
- }
718
- _updateMultidimensionalDefinition(e) {
719
- var i;
720
- if (this._isValidCustomizedMosaicRule(this.mosaicRule))
721
- return;
722
- let t = Ne(e, { multidimensionalSubset: this.multidimensionalSubset });
723
- if (t != null && t.length > 0) {
724
- this.mosaicRule = this.mosaicRule || new H();
725
- const r = this.mosaicRule.multidimensionalDefinition;
726
- !this.sourceJSON.defaultVariableName && this.rasterFunction && ((i = this.rasterFunction.functionName) == null ? void 0 : i.toLowerCase()) !== "none" && t.forEach((s) => s.variableName = ""), t = t.filter(({ variableName: s, dimensionName: n }) => s && s !== "*" || n), !(r != null && r.length) && t.length && (this.mosaicRule.multidimensionalDefinition = t);
727
- }
728
- }
729
- _processVisibleRastersResponse(e, t) {
730
- var C, q, N;
731
- t = t || {};
732
- const i = e.value, { templateRRFunctionNames: r, showNoDataRecords: s, returnDomainValues: n, templateFields: u } = t, p = e.processedValues;
733
- let l = (C = e.catalogItems) == null ? void 0 : C.features, h = ((N = (q = e.properties) == null ? void 0 : q.Values) == null ? void 0 : N.map((w) => w.replaceAll(/ /gi, ", "))) || [];
734
- const S = this.objectIdField || "ObjectId", v = typeof i == "string" && i.toLowerCase().includes("nodata"), R = [];
735
- if (i && !l && !v) {
736
- const w = {};
737
- w[S] = 0, h = [i], l = [new he(this.fullExtent, null, w)];
738
- }
739
- if (!l)
740
- return [];
741
- let c, d, b;
742
- this._updateResponseFieldNames(l, u), v && !s && (l = []);
743
- for (let w = 0; w < l.length; w++) {
744
- if (c = l[w], i != null) {
745
- if (d = h[w], b = this.rasterFunction && p && p.length > 0 && r && r.length > 0 && r.includes(this.rasterFunction.functionName) ? p[r.indexOf(this.rasterFunction.functionName)] : i, d.toLowerCase() === "nodata" && !s)
746
- continue;
747
- const O = "Raster.ItemPixelValue", M = "Raster.ServicePixelValue";
748
- c.attributes[O] = d, c.attributes[M] = b, this._updateFeatureWithMagDirValues(c, d);
749
- const x = this.fields && this.fields.length > 0;
750
- let I = this.rasterFunction && this.serviceRasterInfo.attributeTable != null ? x ? d : i : b;
751
- this.rasterFunction || (I = x ? d : i), this._updateFeatureWithRasterAttributeTableValues(c, I);
752
- }
753
- if (c.sourceLayer = c.layer = this, n && this._updateFeatureWithDomainValues(c), r && p && r.length === p.length)
754
- for (let O = 0; O < r.length; O++) {
755
- const M = "Raster.ServicePixelValue." + r[O];
756
- c.attributes[M] = p[O];
757
- }
758
- R.push(l[w]);
759
- }
760
- return R;
761
- }
762
- _processMultidimensionalIntersection(e, t, i) {
763
- const { multidimensionalSubset: r } = this;
764
- if (!r)
765
- return { isOutSide: !1, timeExtent: t, mosaicRule: i = this._combineMosaicRuleWithTimeExtent(i, t) };
766
- if (r) {
767
- const { isOutside: s, intersection: n } = X(r, { geometry: e, timeExtent: t });
768
- if (s)
769
- return { isOutSide: !0, timeExtent: null, mosaicRule: null };
770
- (n == null ? void 0 : n.timeExtent) != null && (t = n.timeExtent);
771
- }
772
- if (i = this._combineMosaicRuleWithTimeExtent(i, t), i == null ? void 0 : i.multidimensionalDefinition) {
773
- const { isOutside: s } = X(r, { multidimensionalDefinition: i.multidimensionalDefinition });
774
- if (s)
775
- return { isOutSide: !0, timeExtent: null, mosaicRule: null };
776
- }
777
- return { isOutSide: !1, timeExtent: t, mosaicRule: i };
778
- }
779
- _updateFeatureWithRasterAttributeTableValues(e, t) {
780
- const i = this.rasterInfo.attributeTable || this.serviceRasterInfo.attributeTable;
781
- if (i == null)
782
- return;
783
- const { features: r, fields: s } = i, n = s.map((p) => p.name).find((p) => p.toLowerCase() === "value");
784
- if (!n)
785
- return;
786
- const u = r.filter((p) => p.attributes[n] === (t != null ? parseInt(t, 10) : null));
787
- u && u[0] && s.forEach((p) => {
788
- const l = this._rasterAttributeTableFieldPrefix + p.name;
789
- e.attributes[l] = u[0].attributes[p.name];
790
- });
791
- }
792
- _updateFeatureWithMagDirValues(e, t) {
793
- if (!this._isVectorDataSet())
794
- return;
795
- const i = t.split(/,\s*/).map((p) => parseFloat(p)), r = i.map((p) => [p]), s = i.map((p) => ({ minValue: p, maxValue: p, noDataValue: null })), n = new G({ height: 1, width: 1, pixelType: "f32", pixels: r, statistics: s });
796
- this.pixelFilter != null && this.pixelFilter({ pixelBlock: n, extent: new Z(0, 0, 0, 0, this.spatialReference) });
797
- const u = this.serviceDataType === "esriImageServiceDataTypeVector-MagDir" ? [n.pixels[0][0], n.pixels[1][0]] : Ae([n.pixels[0][0], n.pixels[1][0]]);
798
- e.attributes["Raster.Magnitude"] = u[0], e.attributes["Raster.Direction"] = u[1];
799
- }
800
- _updateFeatureWithDomainValues(e) {
801
- const t = this.fields && this.fields.filter((i) => i.domain && i.domain.type === "coded-value");
802
- t != null && t.forEach((i) => {
803
- const r = e.attributes[i.name];
804
- if (r != null) {
805
- const s = i.domain.codedValues.find((n) => n.code === r);
806
- s && (e.attributes[i.name] = s.name);
807
- }
808
- });
809
- }
810
- _updateResponseFieldNames(e, t) {
811
- if (!t || t.length < 1)
812
- return;
813
- const i = this.fieldsIndex;
814
- i != null && e.forEach((r) => {
815
- var s;
816
- if (r != null && r.attributes)
817
- for (const n of t) {
818
- const u = (s = i.get(n)) == null ? void 0 : s.name;
819
- u && u !== n && (r.attributes[n] = r.attributes[u], delete r.attributes[u]);
820
- }
821
- });
822
- }
823
- _getRenderingRuleString(e) {
824
- if (e) {
825
- let t = e.toJSON();
826
- return t = t.rasterFunctionDefinition ?? t, (t.thumbnail || t.thumbnailEx) && (t.thumbnail = t.thumbnailEx = null), JSON.stringify(t);
827
- }
828
- return null;
829
- }
830
- _hasRasterFunction(e) {
831
- return (e == null ? void 0 : e.functionName) != null && e.functionName.toLowerCase() !== "none";
832
- }
833
- _updateRenderingRulesFunctionName(e, t) {
834
- if (!e || e.length < 1)
835
- return;
836
- if (e === "Raw")
837
- return e.replace("Raw", "None");
838
- const i = e.toLowerCase().replaceAll(/ /gi, "_");
839
- return t.has(i) ? t.get(i) : e;
840
- }
841
- _isRFTJson(e) {
842
- return (e == null ? void 0 : e.name) && e.arguments && e.function && e.hasOwnProperty("functionType");
843
- }
844
- _isVectorDataSet() {
845
- return this.serviceDataType === "esriImageServiceDataTypeVector-UV" || this.serviceDataType === "esriImageServiceDataTypeVector-MagDir";
846
- }
847
- _applyMosaicAndRenderingRules(e) {
848
- const { raster: t, mosaicRule: i, rasterFunction: r } = this;
849
- r && e instanceof ie && e.rasterFunction == null && (e.rasterFunction = r), i && e.mosaicRule == null && (e.mosaicRule = i), t && e.raster == null && (e.raster = t);
850
- }
851
- _readCapabilities(e) {
852
- var d;
853
- const t = e.capabilities ? e.capabilities.toLowerCase().split(",").map((b) => b.trim()) : ["image", "catalog"], { currentVersion: i, advancedQueryCapabilities: r, maxRecordCount: s } = e, n = t.includes("image"), u = e.serviceDataType === "esriImageServiceDataTypeElevation", p = !(!e.spatialReference && !((d = e.extent) != null && d.spatialReference)), l = t.includes("edit"), h = t.includes("mensuration") && p, S = e.mensurationCapabilities == null ? [] : e.mensurationCapabilities.toLowerCase().split(",").map((b) => b.trim()), v = h && S.includes("basic"), R = this._isMosaicDataset(e) && t.includes("catalog"), c = t.includes("download");
854
- return { data: { supportsAttachment: !1 }, operations: { supportsComputeHistograms: n, supportsExportImage: n, supportsIdentify: n, supportsImageToMap: i >= 11.2 && R, supportsImageToMapMultiray: i >= 11.2 && R, supportsMapToImage: i >= 11.2 && R, supportsFindImages: i >= 11.2 && R, supportsGetImageUrl: i >= 11.2 && c, supportsMeasure: h, supportsMeasureFromImage: i >= 11.2, supportsDownload: c, supportsQuery: R && e.fields && e.fields.length > 0, supportsGetSamples: i >= 10.2 && n, supportsProject: i >= 10.3 && n, supportsComputeStatisticsHistograms: i >= 10.4 && n, supportsQueryBoundary: i >= 10.6 && n, supportsCalculateVolume: i >= 10.7 && u, supportsComputePixelLocation: i >= 10.7 && R, supportsComputeAngles: i >= 10.91, supportsQueryGPSInfo: i >= 11.2 && R, supportsAdd: l, supportsDelete: l, supportsEditing: l, supportsUpdate: l, supportsCalculate: !1, supportsTruncate: !1, supportsValidateSql: !1, supportsChangeTracking: !1, supportsQueryAttachments: !1, supportsResizeAttachments: !1, supportsSync: !1, supportsExceedsLimitStatistics: !1, supportsQueryAnalytics: !1, supportsQueryTopFeatures: !1, supportsAsyncConvert3D: !1 }, query: { maxRecordCount: s, maxRecordCountFactor: void 0, supportsStatistics: !!(r != null && r.supportsStatistics), supportsOrderBy: !!(r != null && r.supportsOrderBy), supportsDistinct: !!(r != null && r.supportsDistinct), supportsPagination: !!(r != null && r.supportsPagination), supportsStandardizedQueriesOnly: !!(r != null && r.useStandardizedQueries), supportsPercentileStatistics: !!(r != null && r.supportsPercentileStatistics), supportsCentroid: !!(r != null && r.supportsReturningGeometryCentroid), supportsDistance: !!(r != null && r.supportsQueryWithDistance), supportsExtent: !!(r != null && r.supportsReturningQueryExtent), supportsGeometryProperties: !!(r != null && r.supportsReturningGeometryProperties), supportsHavingClause: !!(r != null && r.supportsHavingClause), supportsQuantization: !1, supportsQuantizationEditMode: !1, supportsQueryGeometry: !1, supportsResultType: !1, supportsMaxRecordCountFactor: !1, supportsSqlExpression: !1, supportsTopFeaturesQuery: !1, supportsQueryByAnonymous: !1, supportsQueryByOthers: !1, supportsHistoricMoment: !1, supportsFormatPBF: !1, supportsDisjointSpatialRelationship: !1, supportsCacheHint: !1, supportsSpatialAggregationStatistics: !1, supportedSpatialAggregationStatistics: { envelope: !1, centroid: !1, convexHull: !1 }, supportsDefaultSpatialReference: !!(r != null && r.supportsDefaultSR), supportsFullTextSearch: !1, supportsCompactGeometry: !1, standardMaxRecordCount: void 0, tileMaxRecordCount: void 0 }, mensuration: { supportsDistanceAndAngle: v, supportsAreaAndPerimeter: v, supportsPointOrCentroid: v, supportsHeightFromBaseAndTop: h && S.includes("base-top height"), supportsHeightFromBaseAndTopShadow: h && S.includes("base-top shadow height"), supportsHeightFromTopAndTopShadow: h && S.includes("top-top shadow height"), supports3D: h && S.includes("3d") } };
855
- }
856
- };
857
- function y(e) {
858
- return (e == null ? void 0 : e.path) ?? "";
859
- }
860
- return o([m({ clonable: !1 })], a.prototype, "_functionRasterInfos", void 0), o([m({ clonable: !1 })], a.prototype, "_rasterJobHandler", void 0), o([m({ clonable: !1 })], a.prototype, "_cachedRendererJson", void 0), o([m({ readOnly: !0 })], a.prototype, "_serviceSupportsMosaicRule", void 0), o([D("_serviceSupportsMosaicRule", ["currentVersion", "fields"])], a.prototype, "readServiceSupportsMosaicRule", null), o([m({ readOnly: !0 })], a.prototype, "_rasterAttributeTableFieldPrefix", void 0), o([m({ readOnly: !0 })], a.prototype, "_rasterFunctionNamesIndex", null), o([m()], a.prototype, "adjustAspectRatio", void 0), o([m({ type: [oe], json: { write: !0 } })], a.prototype, "bandIds", void 0), o([D("bandIds")], a.prototype, "readBandIds", null), o([m({ readOnly: !0, json: { read: !1 } })], a.prototype, "capabilities", void 0), o([D("service", "capabilities", ["capabilities", "currentVersion", "serviceDataType"])], a.prototype, "readCapabilities", null), o([m({ type: Number })], a.prototype, "compressionQuality", void 0), o([Q("compressionQuality")], a.prototype, "writeCompressionQuality", null), o([m({ type: Number })], a.prototype, "compressionTolerance", void 0), o([Q("compressionTolerance")], a.prototype, "writeCompressionTolerance", null), o([m({ json: { read: { source: "copyrightText" } } })], a.prototype, "copyright", void 0), o([m({ readOnly: !0, dependsOn: ["_serviceSupportsMosaicRule"] })], a.prototype, "defaultMosaicRule", void 0), o([D("defaultMosaicRule", ["defaultMosaicMethod"])], a.prototype, "readDefaultMosaicRule", null), o([m({ type: String, json: { name: "layerDefinition.definitionExpression", write: { enabled: !0, allowNull: !0 } } })], a.prototype, "definitionExpression", void 0), o([m({ readOnly: !0, constructOnly: !0 })], a.prototype, "exportImageServiceParameters", void 0), o([m()], a.prototype, "rasterInfo", void 0), o([m({ readOnly: !0, type: [j] })], a.prototype, "fields", void 0), o([m({ readOnly: !0 })], a.prototype, "fieldsIndex", null), o([m({ type: ["png", "png8", "png24", "png32", "jpg", "bmp", "gif", "jpgpng", "lerc", "tiff"], json: { write: !0 } })], a.prototype, "format", null), o([D("service", "format", ["serviceDataType"])], a.prototype, "readFormat", null), o([m({ type: Z })], a.prototype, "fullExtent", void 0), o([m({ readOnly: !0 })], a.prototype, "hasMultidimensions", void 0), o([m({ json: { read: { source: "maxImageHeight" } } })], a.prototype, "imageMaxHeight", void 0), o([m({ json: { read: { source: "maxImageWidth" } } })], a.prototype, "imageMaxWidth", void 0), o([m({ type: String, json: { type: k.jsonValues, read: k.read, write: k.write } })], a.prototype, "interpolation", void 0), o([m()], a.prototype, "minScale", void 0), o([D("service", "minScale")], a.prototype, "readMinScale", null), o([m()], a.prototype, "maxScale", void 0), o([D("service", "maxScale")], a.prototype, "readMaxScale", null), o([m({ type: H })], a.prototype, "mosaicRule", null), o([D("mosaicRule", ["mosaicRule", "defaultMosaicMethod"])], a.prototype, "readMosaicRule", null), o([Q("mosaicRule")], a.prototype, "writeMosaicRule", null), o([m()], a.prototype, "multidimensionalInfo", void 0), o([m({ type: Oe, json: { write: !0 } })], a.prototype, "multidimensionalSubset", void 0), o([m({ json: { type: oe } })], a.prototype, "noData", void 0), o([Q("noData")], a.prototype, "writeNoData", null), o([m({ type: String, json: { type: W.jsonValues, read: W.read, write: W.write } })], a.prototype, "noDataInterpretation", void 0), o([m({ type: String, readOnly: !0, json: { read: { source: ["fields"] } } })], a.prototype, "objectIdField", void 0), o([D("objectIdField")], a.prototype, "readObjectIdField", null), o([m({ readOnly: !0 })], a.prototype, "geometryType", void 0), o([m({})], a.prototype, "typeIdField", void 0), o([m({})], a.prototype, "types", void 0), o([m({ readOnly: !0 })], a.prototype, "parsedUrl", null), o([m({ type: Function })], a.prototype, "pixelFilter", void 0), o([m()], a.prototype, "raster", void 0), o([m({ readOnly: !0 })], a.prototype, "sourceType", void 0), o([D("sourceType", ["serviceSourceType", "fields"])], a.prototype, "readSourceType", null), o([m()], a.prototype, "viewId", void 0), o([m({ types: fe, json: { name: "layerDefinition.drawingInfo.renderer", origins: { "web-scene": { types: ge, name: "layerDefinition.drawingInfo.renderer", write: { overridePolicy: (e) => ({ enabled: e && e.type !== "vector-field" && e.type !== "flow" }) } } } } })], a.prototype, "renderer", null), o([D("renderer")], a.prototype, "readRenderer", null), o([Q("renderer")], a.prototype, "writeRenderer", null), o([m({ clonable: !1 })], a.prototype, "symbolizer", void 0), o([m(Se)], a.prototype, "opacity", void 0), o([m({ readOnly: !0 })], a.prototype, "rasterFields", null), o([m({ constructOnly: !0 })], a.prototype, "rasterFunctionInfos", void 0), o([m({ type: E })], a.prototype, "renderingRule", null), o([m({ type: E, json: { name: "renderingRule" } })], a.prototype, "rasterFunction", null), o([D("rasterFunction", ["renderingRule", "rasterFunctionInfos"])], a.prototype, "readRasterFunction", null), o([m({ readOnly: !0 })], a.prototype, "serviceDataType", void 0), o([m({ readOnly: !0, type: ee })], a.prototype, "spatialReference", void 0), o([D("spatialReference", ["spatialReference", "extent"])], a.prototype, "readSpatialReference", null), o([m({ json: { type: K.jsonValues } })], a.prototype, "pixelType", void 0), o([D("pixelType")], a.prototype, "readPixelType", null), o([Q("pixelType")], a.prototype, "writePixelType", null), o([m({ constructOnly: !0, type: Pe })], a.prototype, "serviceRasterInfo", void 0), o([m()], a.prototype, "sourceJSON", void 0), o([m(xe)], a.prototype, "url", void 0), o([m({ readOnly: !0 })], a.prototype, "version", void 0), o([D("version", ["currentVersion", "fields", "timeInfo"])], a.prototype, "readVersion", null), a = o([ve("esri.layers.mixins.ArcGISImageService")], a), a;
861
- };
862
- export {
863
- lr as ArcGISImageService
864
- };