@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,3885 +0,0 @@
1
- const e = { background: { "background.frag": `uniform lowp vec4 u_color;
2
- void main() {
3
- gl_FragColor = u_color;
4
- }`, "background.vert": `attribute vec2 a_pos;
5
- uniform highp mat3 u_dvsMat3;
6
- uniform mediump vec2 u_coord_range;
7
- uniform mediump float u_depth;
8
- void main() {
9
- vec3 v_pos = u_dvsMat3 * vec3(u_coord_range * a_pos, 1.0);
10
- gl_Position = vec4(v_pos.xy, 0.0, 1.0);
11
- }` }, bitBlit: { "bitBlit.frag": `uniform lowp sampler2D u_tex;
12
- uniform lowp float u_opacity;
13
- varying mediump vec2 v_uv;
14
- void main() {
15
- lowp vec4 color = texture2D(u_tex, v_uv);
16
- gl_FragColor = color * u_opacity;
17
- }`, "bitBlit.vert": `attribute vec2 a_pos;
18
- attribute vec2 a_tex;
19
- varying mediump vec2 v_uv;
20
- void main(void) {
21
- gl_Position = vec4(a_pos , 0.0, 1.0);
22
- v_uv = a_tex;
23
- }` }, blend: { "blend.frag": `precision mediump float;
24
- uniform sampler2D u_layerTexture;
25
- uniform lowp float u_opacity;
26
- uniform lowp float u_inFadeOpacity;
27
- #ifndef NORMAL
28
- uniform sampler2D u_backbufferTexture;
29
- #endif
30
- varying mediump vec2 v_uv;
31
- float rgb2v(in vec3 c) {
32
- return max(c.x, max(c.y, c.z));
33
- }
34
- vec3 rgb2hsv(in vec3 c) {
35
- vec4 K = vec4(0.0, -1.0 / 3.0, 2.0 / 3.0, -1.0);
36
- vec4 p = c.g < c.b ? vec4(c.bg, K.wz) : vec4(c.gb, K.xy);
37
- vec4 q = c.r < p.x ? vec4(p.xyw, c.r) : vec4(c.r, p.yzx);
38
- float d = q.x - min(q.w, q.y);
39
- float e = 1.0e-10;
40
- return vec3(abs(q.z + (q.w - q.y) / (6.0 * d + e)), min(d / (q.x + e), 1.0), q.x);
41
- }
42
- vec3 hsv2rgb(in vec3 c) {
43
- vec4 K = vec4(1.0, 2.0 / 3.0, 1.0 / 3.0, 3.0);
44
- vec3 p = abs(fract(c.xxx + K.xyz) * 6.0 - K.www);
45
- return c.z * mix(K.xxx, clamp(p - K.xxx, 0.0, 1.0), c.y);
46
- }
47
- vec3 tint(in vec3 Cb, in vec3 Cs) {
48
- float vIn = rgb2v(Cb);
49
- vec3 hsvTint = rgb2hsv(Cs);
50
- vec3 hsvOut = vec3(hsvTint.x, hsvTint.y, vIn * hsvTint.z);
51
- return hsv2rgb(hsvOut);
52
- }
53
- float overlay(in float Cb, in float Cs) {
54
- return (1.0 - step(0.5, Cs)) * (1.0 - 2.0 * (1.0 - Cs ) * (1.0 - Cb)) + step(0.5, Cs) * (2.0 * Cs * Cb);
55
- }
56
- float colorDodge(in float Cb, in float Cs) {
57
- return (Cb == 0.0) ? 0.0 : (Cs == 1.0) ? 1.0 : min(1.0, Cb / (1.0 - Cs));
58
- }
59
- float colorBurn(in float Cb, in float Cs) {
60
- return (Cb == 1.0) ? 1.0 : (Cs == 0.0) ? 0.0 : 1.0 - min(1.0, (1.0 - Cb) / Cs);
61
- }
62
- float hardLight(in float Cb, in float Cs) {
63
- return (1.0 - step(0.5, Cs)) * (2.0 * Cs * Cb) + step(0.5, Cs) * (1.0 - 2.0 * (1.0 - Cs) * (1.0 - Cb));
64
- }
65
- float reflectBlend(in float Cb, in float Cs) {
66
- return (Cs == 1.0) ? Cs : min(Cb * Cb / (1.0 - Cs), 1.0);
67
- }
68
- float softLight(in float Cb, in float Cs) {
69
- if (Cs <= 0.5) {
70
- return Cb - (1.0 - 2.0 * Cs) * Cb * (1.0 - Cb);
71
- }
72
- if (Cb <= 0.25) {
73
- return Cb + (2.0 * Cs - 1.0) * Cb * ((16.0 * Cb - 12.0) * Cb + 3.0);
74
- }
75
- return Cb + (2.0 * Cs - 1.0) * (sqrt(Cb) - Cb);
76
- }
77
- float vividLight(in float Cb, in float Cs) {
78
- return (1.0 - step(0.5, Cs)) * colorBurn(Cb, 2.0 * Cs) + step(0.5, Cs) * colorDodge(Cb, (2.0 * (Cs - 0.5)));
79
- }
80
- float minv3(in vec3 c) {
81
- return min(min(c.r, c.g), c.b);
82
- }
83
- float maxv3(in vec3 c) {
84
- return max(max(c.r, c.g), c.b);
85
- }
86
- float lumv3(in vec3 c) {
87
- return dot(c, vec3(0.3, 0.59, 0.11));
88
- }
89
- float satv3(vec3 c) {
90
- return maxv3(c) - minv3(c);
91
- }
92
- vec3 clipColor(vec3 color) {
93
- float lum = lumv3(color);
94
- float mincol = minv3(color);
95
- float maxcol = maxv3(color);
96
- if (mincol < 0.0) {
97
- color = lum + ((color - lum) * lum) / (lum - mincol);
98
- }
99
- if (maxcol > 1.0) {
100
- color = lum + ((color - lum) * (1.0 - lum)) / (maxcol - lum);
101
- }
102
- return color;
103
- }
104
- vec3 setLum(vec3 cbase, vec3 clum) {
105
- float lbase = lumv3(cbase);
106
- float llum = lumv3(clum);
107
- float ldiff = llum - lbase;
108
- vec3 color = cbase + vec3(ldiff);
109
- return clipColor(color);
110
- }
111
- vec3 setLumSat(vec3 cbase, vec3 csat, vec3 clum)
112
- {
113
- float minbase = minv3(cbase);
114
- float sbase = satv3(cbase);
115
- float ssat = satv3(csat);
116
- vec3 color;
117
- if (sbase > 0.0) {
118
- color = (cbase - minbase) * ssat / sbase;
119
- } else {
120
- color = vec3(0.0);
121
- }
122
- return setLum(color, clum);
123
- }
124
- void main() {
125
- vec4 src = texture2D(u_layerTexture, v_uv);
126
- #ifdef NORMAL
127
- gl_FragColor = src * u_opacity;
128
- #else
129
- vec4 dst = texture2D(u_backbufferTexture, v_uv);
130
- vec3 Cs = src.a == 0.0 ? src.rgb : vec3(src.rgb / src.a);
131
- vec3 Cb = dst.a == 0.0 ? dst.rgb : vec3(dst.rgb / dst.a);
132
- float as = u_opacity * src.a;
133
- float ab = dst.a;
134
- #ifdef DESTINATION_OVER
135
- gl_FragColor = vec4(as * Cs * (1.0 - ab) + ab * Cb, as + ab - as * ab);
136
- #endif
137
- #ifdef SOURCE_IN
138
- vec4 color = vec4(as * Cs * ab, as * ab);
139
- vec4 fadeColor = (1.0 - u_opacity) * u_inFadeOpacity * vec4(ab * Cb, ab);
140
- gl_FragColor = color + fadeColor;
141
- #endif
142
- #ifdef DESTINATION_IN
143
- vec4 color = vec4(ab * Cb * as, ab * as);
144
- vec4 fadeColor = (1.0 - u_opacity) * u_inFadeOpacity * vec4(ab * Cb, ab);
145
- gl_FragColor = color + fadeColor;
146
- #endif
147
- #ifdef SOURCE_OUT
148
- gl_FragColor = vec4(as * Cs * (1.0 - ab), as * (1.0 - ab));
149
- #endif
150
- #ifdef DESTINATION_OUT
151
- gl_FragColor = vec4(ab * Cb * (1.0 - as), ab * (1.0 - as));
152
- #endif
153
- #ifdef SOURCE_ATOP
154
- gl_FragColor = vec4(as * Cs * ab + ab * Cb * (1.0 - as), ab);
155
- #endif
156
- #ifdef DESTINATION_ATOP
157
- gl_FragColor = vec4(as * Cs * (1.0 - ab) + ab * Cb * as, as);
158
- #endif
159
- #ifdef XOR
160
- gl_FragColor = vec4(as * Cs * (1.0 - ab) + ab * Cb * (1.0 - as),
161
- as * (1.0 - ab) + ab * (1.0 - as));
162
- #endif
163
- #ifdef MULTIPLY
164
- gl_FragColor = vec4(as * Cs * ab * Cb + (1.0 - ab) * as * Cs + (1.0 - as) * ab * Cb,
165
- as + ab * (1.0 - as));
166
- #endif
167
- #ifdef SCREEN
168
- gl_FragColor = vec4((Cs + Cb - Cs * Cb) * as * ab + Cs * as * (1.0 - ab) + Cb * ab *(1.0 - as),
169
- as + ab * (1.0 - as));
170
- #endif
171
- #ifdef OVERLAY
172
- vec3 f = vec3(overlay(Cb.r, Cs.r), overlay(Cb.g, Cs.g), overlay(Cb.b, Cs.b));
173
- gl_FragColor = vec4(f * as * ab + Cs * as * (1.0 - ab) + Cb * ab *(1.0 - as),
174
- as + ab * (1.0 - as));
175
- #endif
176
- #ifdef DARKEN
177
- gl_FragColor = vec4(min(Cs, Cb) * as * ab + Cs * as * (1.0 - ab) + Cb * ab *(1.0 - as),
178
- as + ab * (1.0 - as));
179
- #endif
180
- #ifdef LIGHTER
181
- gl_FragColor = vec4(as * Cs + ab * Cb, as + ab);
182
- #endif
183
- #ifdef LIGHTEN
184
- gl_FragColor = vec4(max(Cs, Cb) * as * ab + Cs * as * (1.0 - ab) + Cb * ab *(1.0 - as),
185
- as + ab * (1.0 - as));
186
- #endif
187
- #ifdef COLOR_DODGE
188
- vec3 f = clamp(vec3(colorDodge(Cb.r, Cs.r), colorDodge(Cb.g, Cs.g), colorDodge(Cb.b, Cs.b)), vec3(0.0), vec3(1.0));
189
- gl_FragColor = vec4(f * as * ab + Cs * as * (1.0 - ab) + Cb * ab *(1.0 - as),
190
- as + ab * (1.0 - as));
191
- #endif
192
- #ifdef COLOR_BURN
193
- vec3 f = vec3(colorBurn(Cb.r, Cs.r), colorBurn(Cb.g, Cs.g), colorBurn(Cb.b, Cs.b));
194
- gl_FragColor = vec4(f * as * ab + Cs * as * (1.0 - ab) + Cb * ab *(1.0 - as),
195
- as + ab * (1.0 - as));
196
- #endif
197
- #ifdef HARD_LIGHT
198
- vec3 f = vec3(hardLight(Cb.r, Cs.r), hardLight(Cb.g, Cs.g), hardLight(Cb.b, Cs.b));
199
- gl_FragColor = vec4(f * as * ab + Cs * as * (1.0 - ab) + Cb * ab *(1.0 - as),
200
- as + ab * (1.0 - as));
201
- #endif
202
- #ifdef SOFT_LIGHT
203
- vec3 f = vec3(softLight(Cb.r, Cs.r), softLight(Cb.g, Cs.g), softLight(Cb.b, Cs.b));
204
- gl_FragColor = vec4(f * as * ab + Cs * as * (1.0 - ab) + Cb * ab *(1.0 - as),
205
- as + ab * (1.0 - as));
206
- #endif
207
- #ifdef DIFFERENCE
208
- gl_FragColor = vec4(abs(Cb - Cs) * as * ab + Cs * as * (1.0 - ab) + Cb * ab *(1.0 - as),
209
- as + ab * (1.0 - as));
210
- #endif
211
- #ifdef EXCLUSION
212
- vec3 f = Cs + Cb - 2.0 * Cs * Cb;
213
- gl_FragColor = vec4(f * as * ab + Cs * as * (1.0 - ab) + Cb * ab *(1.0 - as),
214
- as + ab * (1.0 - as));
215
- #endif
216
- #ifdef INVERT
217
- gl_FragColor = vec4((1.0 - Cb) * as * ab + Cb * ab * (1.0 - as), ab);
218
- #endif
219
- #ifdef VIVID_LIGHT
220
- vec3 f = vec3(clamp(vividLight(Cb.r, Cs.r), 0.0, 1.0),
221
- clamp(vividLight(Cb.g, Cs.g), 0.0, 1.0),
222
- clamp(vividLight(Cb.b, Cs.b), 0.0, 1.0));
223
- gl_FragColor = vec4(f * as * ab + Cs * as * (1.0 - ab) + Cb * ab *(1.0 - as),
224
- as + ab * (1.0 - as));
225
- #endif
226
- #ifdef HUE
227
- vec3 f = setLumSat(Cs,Cb,Cb);
228
- gl_FragColor = vec4(f * as * ab + Cs * as * (1.0 - ab) + Cb * ab *(1.0 - as),
229
- as + ab * (1.0 - as));
230
- #endif
231
- #ifdef SATURATION
232
- vec3 f = setLumSat(Cb,Cs,Cb);
233
- gl_FragColor = vec4(f * as * ab + Cs * as * (1.0 - ab) + Cb * ab *(1.0 - as),
234
- as + ab * (1.0 - as));
235
- #endif
236
- #ifdef COLOR
237
- vec3 f = setLum(Cs,Cb);
238
- gl_FragColor = vec4(f * as * ab + Cs * as * (1.0 - ab) + Cb * ab *(1.0 - as),
239
- as + ab * (1.0 - as));
240
- #endif
241
- #ifdef LUMINOSITY
242
- vec3 f = setLum(Cb,Cs);
243
- gl_FragColor = vec4(f * as * ab + Cs * as * (1.0 - ab) + Cb * ab *(1.0 - as),
244
- as + ab * (1.0 - as));
245
- #endif
246
- #ifdef PLUS
247
- gl_FragColor = clamp(vec4(src.r + Cb.r, src.g + Cb.g, src.b + Cb.b, as + ab), 0.0, 1.0);
248
- #endif
249
- #ifdef MINUS
250
- gl_FragColor = vec4(clamp(vec3(Cb.r - src.r, Cb.g - src.g, Cb.b - src.b), 0.0, 1.0), ab * as);
251
- #endif
252
- #ifdef AVERAGE
253
- vec3 f = (Cb + Cs) / 2.0;
254
- gl_FragColor = vec4(f * as * ab + Cs * as * (1.0 - ab) + Cb * ab *(1.0 - as),
255
- as + ab * (1.0 - as));
256
- #endif
257
- #ifdef REFLECT
258
- vec3 f = clamp(vec3(reflectBlend(Cb.r, Cs.r),
259
- reflectBlend(Cb.g, Cs.g),
260
- reflectBlend(Cb.b, Cs.b)), vec3(0.0), vec3(1.0));
261
- gl_FragColor = vec4(f * as * ab + Cs * as * (1.0 - ab) + Cb * ab *(1.0 - as),
262
- as + ab * (1.0 - as));
263
- #endif
264
- #endif
265
- }`, "blend.vert": `attribute vec2 a_position;
266
- varying mediump vec2 v_uv;
267
- void main(void) {
268
- gl_Position = vec4(a_position , 0.0, 1.0);
269
- v_uv = (a_position + 1.0) / 2.0;
270
- }` }, debug: { overlay: { "overlay.frag": `precision mediump float;
271
- varying vec4 v_color;
272
- void main(void) {
273
- gl_FragColor = v_color;
274
- }`, "overlay.vert": `attribute vec3 a_PositionAndFlags;
275
- uniform mat3 u_dvsMat3;
276
- uniform vec4 u_colors[4];
277
- uniform float u_opacities[4];
278
- varying vec4 v_color;
279
- void main(void) {
280
- vec2 position = a_PositionAndFlags.xy;
281
- float flags = a_PositionAndFlags.z;
282
- int colorIndex = int(mod(flags, 4.0));
283
- vec4 color;
284
- for (int i = 0; i < 4; i++) {
285
- color = u_colors[i];
286
- if (i == colorIndex) {
287
- break;
288
- }
289
- }
290
- int opacityIndex = int(mod(floor(flags / 4.0), 4.0));
291
- float opacity;
292
- for (int i = 0; i < 4; i++) {
293
- opacity = u_opacities[i];
294
- if (i == opacityIndex) {
295
- break;
296
- }
297
- }
298
- v_color = color * opacity;
299
- gl_Position = vec4((u_dvsMat3 * vec3(position, 1.0)).xy, 0.0, 1.0);
300
- }` } }, dot: { dot: { "dot.frag": `precision mediump float;
301
- varying vec4 v_color;
302
- varying float v_dotRatio;
303
- varying float v_invEdgeRatio;
304
- uniform highp float u_tileZoomFactor;
305
- void main()
306
- {
307
- float dist = length(gl_PointCoord - vec2(.5, .5)) * 2.;
308
- float alpha = smoothstep(0., 1., v_invEdgeRatio * (dist - v_dotRatio) + 1.);
309
- gl_FragColor = v_color * alpha;
310
- }`, "dot.vert": `precision highp float;
311
- attribute vec2 a_pos;
312
- uniform sampler2D u_texture;
313
- uniform highp mat3 u_dvsMat3;
314
- uniform highp float u_tileZoomFactor;
315
- uniform highp float u_dotSize;
316
- uniform highp float u_pixelRatio;
317
- varying vec2 v_pos;
318
- varying vec4 v_color;
319
- varying float v_dotRatio;
320
- varying float v_invEdgeRatio;
321
- const float EPSILON = 0.000001;
322
- void main()
323
- {
324
- mat3 tileToTileTexture = mat3( 1., 0., 0.,
325
- 0., -1., 0.,
326
- 0., 1., 1. );
327
- vec3 texCoords = tileToTileTexture * vec3(a_pos.xy / 512., 1.);
328
- v_color = texture2D(u_texture, texCoords.xy);
329
- float smoothEdgeWidth = max(u_dotSize / 2., 1.) ;
330
- float z = 0.;
331
- z += 2.0 * step(v_color.a, EPSILON);
332
- gl_PointSize = (smoothEdgeWidth + u_dotSize);
333
- gl_Position = vec4((u_dvsMat3 * vec3(a_pos + .5, 1.)).xy, z, 1.);
334
- v_dotRatio = u_dotSize / gl_PointSize;
335
- v_invEdgeRatio = -1. / ( smoothEdgeWidth / gl_PointSize );
336
- gl_PointSize *= (u_pixelRatio * u_tileZoomFactor);
337
- }` } }, filtering: { "bicubic.glsl": `vec4 computeWeights(float v) {
338
- float b = 1.0 / 6.0;
339
- float v2 = v * v;
340
- float v3 = v2 * v;
341
- float w0 = b * (-v3 + 3.0 * v2 - 3.0 * v + 1.0);
342
- float w1 = b * (3.0 * v3 - 6.0 * v2 + 4.0);
343
- float w2 = b * (-3.0 * v3 + 3.0 * v2 + 3.0 * v + 1.0);
344
- float w3 = b * v3;
345
- return vec4(w0, w1, w2, w3);
346
- }
347
- vec4 bicubicOffsetsAndWeights(float v) {
348
- vec4 w = computeWeights(v);
349
- float g0 = w.x + w.y;
350
- float g1 = w.z + w.w;
351
- float h0 = 1.0 - (w.y / g0) + v;
352
- float h1 = 1.0 + (w.w / g1) - v;
353
- return vec4(h0, h1, g0, g1);
354
- }
355
- vec4 sampleBicubicBSpline(sampler2D sampler, vec2 coords, vec2 texSize) {
356
- vec2 eX = vec2(1.0 / texSize.x, 0.0);
357
- vec2 eY = vec2(0.0, 1.0 / texSize.y);
358
- vec2 texel = coords * texSize - 0.5;
359
- vec3 hgX = bicubicOffsetsAndWeights(fract(texel).x).xyz;
360
- vec3 hgY = bicubicOffsetsAndWeights(fract(texel).y).xyz;
361
- vec2 coords10 = coords + hgX.x * eX;
362
- vec2 coords00 = coords - hgX.y * eX;
363
- vec2 coords11 = coords10 + hgY.x * eY;
364
- vec2 coords01 = coords00 + hgY.x * eY;
365
- coords10 = coords10 - hgY.y * eY;
366
- coords00 = coords00 - hgY.y * eY;
367
- vec4 color00 = texture2D(sampler, coords00);
368
- vec4 color10 = texture2D(sampler, coords10);
369
- vec4 color01 = texture2D(sampler, coords01);
370
- vec4 color11 = texture2D(sampler, coords11);
371
- color00 = mix(color00, color01, hgY.z);
372
- color10 = mix(color10, color11, hgY.z);
373
- color00 = mix(color00, color10, hgX.z);
374
- return color00;
375
- }`, "bilinear.glsl": `vec4 sampleBilinear(sampler2D sampler, vec2 coords, vec2 texSize) {
376
- vec2 texelStart = floor(coords * texSize);
377
- vec2 coord0 = texelStart / texSize;
378
- vec2 coord1 = (texelStart + vec2(1.0, 0.0)) / texSize;
379
- vec2 coord2 = (texelStart + vec2(0.0, 1.0)) / texSize;
380
- vec2 coord3 = (texelStart + vec2(1.0, 1.0)) / texSize;
381
- vec4 color0 = texture2D(sampler, coord0);
382
- vec4 color1 = texture2D(sampler, coord1);
383
- vec4 color2 = texture2D(sampler, coord2);
384
- vec4 color3 = texture2D(sampler, coord3);
385
- vec2 blend = fract(coords * texSize);
386
- vec4 color01 = mix(color0, color1, blend.x);
387
- vec4 color23 = mix(color2, color3, blend.x);
388
- vec4 color = mix(color01, color23, blend.y);
389
- #ifdef NNEDGE
390
- float alpha = floor(color0.a * color1.a * color2.a * color3.a + 0.5);
391
- color = color * alpha + (1.0 - alpha) * texture2D(sampler, coords);
392
- #endif
393
- return color;
394
- }`, "epx.glsl": `vec4 sampleEPX(sampler2D sampler, float size, vec2 coords, vec2 texSize) {
395
- vec2 invSize = 1.0 / texSize;
396
- vec2 texel = coords * texSize;
397
- vec2 texel_i = floor(texel);
398
- vec2 texel_frac = fract(texel);
399
- vec4 colorP = texture2D(sampler, texel_i * invSize);
400
- vec4 colorP1 = vec4(colorP);
401
- vec4 colorP2 = vec4(colorP);
402
- vec4 colorP3 = vec4(colorP);
403
- vec4 colorP4 = vec4(colorP);
404
- vec4 colorA = texture2D(sampler, (texel_i - vec2(0.0, 1.0)) * invSize);
405
- vec4 colorB = texture2D(sampler, (texel_i + vec2(1.0, 0.0)) * invSize);
406
- vec4 colorC = texture2D(sampler, (texel_i - vec2(1.0, 0.0)) * invSize);
407
- vec4 colorD = texture2D(sampler, (texel_i + vec2(0.0, 1.0)) * invSize);
408
- if (colorC == colorA && colorC != colorD && colorA != colorB) {
409
- colorP1 = colorA;
410
- }
411
- if (colorA == colorB && colorA != colorC && colorB != colorD) {
412
- colorP2 = colorB;
413
- }
414
- if (colorD == colorC && colorD != colorB && colorC != colorA) {
415
- colorP3 = colorC;
416
- }
417
- if (colorB == colorD && colorB != colorA && colorD != colorC) {
418
- colorP4 = colorD;
419
- }
420
- vec4 colorP12 = mix(colorP1, colorP2, texel_frac.x);
421
- vec4 colorP34 = mix(colorP1, colorP2, texel_frac.x);
422
- return mix(colorP12, colorP34, texel_frac.y);
423
- }` }, fx: { integrate: { "integrate.frag": `precision mediump float;
424
- uniform lowp sampler2D u_sourceTexture;
425
- uniform lowp sampler2D u_maskTexture;
426
- uniform mediump float u_zoomLevel;
427
- uniform highp float u_timeDelta;
428
- uniform highp float u_animationTime;
429
- varying highp vec2 v_texcoord;
430
- #include <materials/utils.glsl>
431
- void main()
432
- {
433
- #ifdef DELTA
434
- vec4 texel = texture2D(u_sourceTexture, v_texcoord);
435
- vec4 data0 = texture2D(u_maskTexture, v_texcoord);
436
- float flags = data0.r * 255.0;
437
- float groupMinZoom = data0.g * 255.0;
438
- float wouldClip = float(groupMinZoom == 0.);
439
- float direction = wouldClip * 1.0 + (1.0 - wouldClip) * -1.0;
440
- float dt = u_timeDelta / max(u_animationTime, 0.0001);
441
- vec4 nextState = vec4(texel + direction * dt);
442
- gl_FragColor = vec4(nextState);
443
- #elif defined(UPDATE)
444
- vec4 texel = texture2D(u_sourceTexture, v_texcoord);
445
- gl_FragColor = texel;
446
- #endif
447
- }`, "integrate.vert": `precision mediump float;
448
- attribute vec2 a_pos;
449
- varying highp vec2 v_texcoord;
450
- void main()
451
- {
452
- v_texcoord = a_pos;
453
- gl_Position = vec4(a_pos * 2.0 - 1.0, 0.0, 1.0);
454
- }` } }, heatmap: { heatmapResolve: { "heatmapResolve.frag": `precision highp float;
455
- #ifdef HEATMAP_PRECISION_HALF_FLOAT
456
- #define COMPRESSION_FACTOR 4.0
457
- #else
458
- #define COMPRESSION_FACTOR 1.0
459
- #endif
460
- uniform sampler2D u_texture;
461
- uniform sampler2D u_gradient;
462
- uniform vec2 u_densityMinAndInvRange;
463
- uniform float u_densityNormalization;
464
- varying vec2 v_uv;
465
- void main() {
466
- vec4 data = texture2D(u_texture, v_uv);
467
- float density = data.r * COMPRESSION_FACTOR;
468
- density *= u_densityNormalization;
469
- density = (density - u_densityMinAndInvRange.x) * u_densityMinAndInvRange.y;
470
- vec4 color = texture2D(u_gradient, vec2(density, 0.5));
471
- gl_FragColor = vec4(color.rgb * color.a, color.a);
472
- }`, "heatmapResolve.vert": `precision highp float;
473
- attribute vec2 a_pos;
474
- varying vec2 v_uv;
475
- void main() {
476
- v_uv = a_pos;
477
- gl_Position = vec4(a_pos * 2.0 - 1.0, 1., 1.);
478
- }` } }, highlight: { "blur.frag": `varying mediump vec2 v_texcoord;
479
- uniform mediump vec4 u_direction;
480
- uniform mediump mat4 u_channelSelector;
481
- uniform mediump float u_sigma;
482
- uniform sampler2D u_texture;
483
- mediump float gauss1(mediump vec2 dir) {
484
- return exp(-dot(dir, dir) / (2.0 * u_sigma * u_sigma));
485
- }
486
- mediump vec4 selectChannel(mediump vec4 sample) {
487
- return u_channelSelector * sample;
488
- }
489
- void accumGauss1(mediump float i, inout mediump float tot, inout mediump float weight) {
490
- mediump float w = gauss1(i * u_direction.xy);
491
- tot += selectChannel(texture2D(u_texture, v_texcoord + i * u_direction.zw))[3] * w;
492
- weight += w;
493
- }
494
- void main(void) {
495
- mediump float tot = 0.0;
496
- mediump float weight = 0.0;
497
- accumGauss1(-5.0, tot, weight);
498
- accumGauss1(-4.0, tot, weight);
499
- accumGauss1(-3.0, tot, weight);
500
- accumGauss1(-2.0, tot, weight);
501
- accumGauss1(-1.0, tot, weight);
502
- accumGauss1(0.0, tot, weight);
503
- accumGauss1(1.0, tot, weight);
504
- accumGauss1(2.0, tot, weight);
505
- accumGauss1(3.0, tot, weight);
506
- accumGauss1(4.0, tot, weight);
507
- accumGauss1(5.0, tot, weight);
508
- gl_FragColor = vec4(0.0, 0.0, 0.0, tot / weight);
509
- }`, "highlight.frag": `varying mediump vec2 v_texcoord;
510
- uniform sampler2D u_texture;
511
- uniform mediump float u_sigma;
512
- uniform sampler2D u_shade;
513
- uniform mediump vec2 u_minMaxDistance;
514
- mediump float estimateDistance() {
515
- mediump float y = texture2D(u_texture, v_texcoord)[3];
516
- const mediump float y0 = 0.5;
517
- mediump float m0 = 1.0 / (sqrt(2.0 * 3.1415) * u_sigma);
518
- mediump float d = (y - y0) / m0;
519
- return d;
520
- }
521
- mediump vec4 shade(mediump float d) {
522
- mediump float mappedDistance = (d - u_minMaxDistance.x) / (u_minMaxDistance.y - u_minMaxDistance.x);
523
- mappedDistance = clamp(mappedDistance, 0.0, 1.0);
524
- return texture2D(u_shade, vec2(mappedDistance, 0.5));
525
- }
526
- void main(void) {
527
- mediump float d = estimateDistance();
528
- gl_FragColor = shade(d);
529
- }`, "textured.vert": `attribute mediump vec2 a_position;
530
- attribute mediump vec2 a_texcoord;
531
- varying mediump vec2 v_texcoord;
532
- void main(void) {
533
- gl_Position = vec4(a_position, 0.0, 1.0);
534
- v_texcoord = a_texcoord;
535
- }` }, magnifier: { "magnifier.frag": `uniform lowp vec4 u_background;
536
- uniform mediump sampler2D u_readbackTexture;
537
- uniform mediump sampler2D u_maskTexture;
538
- uniform mediump sampler2D u_overlayTexture;
539
- uniform bool u_maskEnabled;
540
- uniform bool u_overlayEnabled;
541
- varying mediump vec2 v_texCoord;
542
- const lowp float barrelFactor = 1.1;
543
- lowp vec2 barrel(lowp vec2 uv) {
544
- lowp vec2 uvn = uv * 2.0 - 1.0;
545
- if (uvn.x == 0.0 && uvn.y == 0.0) {
546
- return vec2(0.5, 0.5);
547
- }
548
- lowp float theta = atan(uvn.y, uvn.x);
549
- lowp float r = pow(length(uvn), barrelFactor);
550
- return r * vec2(cos(theta), sin(theta)) * 0.5 + 0.5;
551
- }
552
- void main(void)
553
- {
554
- lowp vec4 color = texture2D(u_readbackTexture, barrel(v_texCoord));
555
- color = (color + (1.0 - color.a) * u_background);
556
- lowp float mask = u_maskEnabled ? texture2D(u_maskTexture, v_texCoord).a : 1.0;
557
- color *= mask;
558
- lowp vec4 overlayColor = u_overlayEnabled ? texture2D(u_overlayTexture, v_texCoord) : vec4(0);
559
- gl_FragColor = overlayColor + (1.0 - overlayColor.a) * color;
560
- }`, "magnifier.vert": `precision mediump float;
561
- attribute mediump vec2 a_pos;
562
- uniform mediump vec4 u_drawPos;
563
- varying mediump vec2 v_texCoord;
564
- void main(void)
565
- {
566
- v_texCoord = a_pos;
567
- gl_Position = vec4(u_drawPos.xy + vec2(a_pos - 0.5) * u_drawPos.zw, 0.0, 1.0);
568
- }` }, materials: { "attributeData.glsl": `uniform highp sampler2D filterFlags;
569
- uniform highp sampler2D animation;
570
- uniform highp sampler2D gpgpu;
571
- uniform highp sampler2D visualVariableData;
572
- uniform highp sampler2D dataDriven0;
573
- uniform highp sampler2D dataDriven1;
574
- uniform highp sampler2D dataDriven2;
575
- uniform float size;
576
- highp vec2 getAttributeDataCoords(in highp vec3 id) {
577
- highp vec3 texel = unpackDisplayIdTexel(id);
578
- highp float u32 = float(int(texel.r) + int(texel.g) * 256 + int(texel.b) * 256 * 256);
579
- highp float col = mod(u32, size);
580
- highp float row = (u32 - col) / size;
581
- highp float u = col / size;
582
- highp float v = row / size;
583
- return vec2(u, v);
584
- }
585
- highp vec2 getAttributeDataTextureCoords(in highp vec3 id) {
586
- return (getAttributeDataCoords(id) * 2.0) - 1.0 + (.5 / vec2(size));
587
- }
588
- highp vec4 getFilterData(in highp vec3 id) {
589
- vec2 coords = getAttributeDataCoords(id);
590
- return texture2D(filterFlags, coords);
591
- }
592
- highp vec4 getAnimation(in highp vec3 id) {
593
- highp vec2 coords = getAttributeDataCoords(id);
594
- return texture2D(animation, coords);
595
- }
596
- highp vec4 getVisualVariableData(in highp vec3 id) {
597
- highp vec2 coords = getAttributeDataCoords(id);
598
- return texture2D(visualVariableData, coords);
599
- }
600
- highp vec4 getDataDriven0(in highp vec3 id) {
601
- highp vec2 coords = getAttributeDataCoords(id);
602
- return texture2D(dataDriven0, coords);
603
- }
604
- highp vec4 getDataDriven1(in highp vec3 id) {
605
- highp vec2 coords = getAttributeDataCoords(id);
606
- return texture2D(dataDriven1, coords);
607
- }
608
- highp vec4 getGPGPU(in highp vec3 id) {
609
- highp vec2 coords = getAttributeDataCoords(id);
610
- return texture2D(gpgpu, coords);
611
- }
612
- highp vec4 getDataDriven2(in highp vec3 id) {
613
- highp vec2 coords = getAttributeDataCoords(id);
614
- return texture2D(dataDriven2, coords);
615
- }
616
- float u88VVToFloat(in vec2 v) {
617
- bool isMagic = v.x == 255.0 && v.y == 255.0;
618
- if (isMagic) {
619
- return NAN_MAGIC_NUMBER;
620
- }
621
- return (v.x + v.y * float(0x100)) - 32768.0;
622
- }`, "barycentric.glsl": `float inTriangle(vec3 bary) {
623
- vec3 absBary = abs(bary);
624
- return step((absBary.x + absBary.y + absBary.z), 1.05);
625
- }
626
- vec3 xyToBarycentric(in vec2 pos, in vec2 v0, in vec2 v1, in vec2 v2) {
627
- mat3 xyToBarycentricMat3 = mat3(
628
- v1.x * v2.y - v2.x * v1.y, v2.x * v0.y - v0.x * v2.y, v0.x * v1.y - v1.x * v0.y,
629
- v1.y - v2.y, v2.y - v0.y, v0.y - v1.y,
630
- v2.x - v1.x, v0.x - v2.x, v1.x - v0.x
631
- );
632
- float A2 = v0.x * (v1.y - v2.y) + v1.x * (v2.y - v0.y) + v2.x * (v0.y - v1.y);
633
- return (1. / A2) * xyToBarycentricMat3 * vec3(1., pos);
634
- }`, "constants.glsl": `const float C_DEG_TO_RAD = 3.14159265359 / 180.0;
635
- const float C_256_TO_RAD = 3.14159265359 / 128.0;
636
- const float C_RAD_TO_DEG = 180.0 / 3.141592654;
637
- const float POSITION_PRECISION = 1.0 / 8.0;
638
- const float FILL_POSITION_PRECISION = 1.0 / 1.0;
639
- const float SOFT_EDGE_RATIO = 1.0;
640
- const float THIN_LINE_WIDTH_FACTOR = 1.1;
641
- const float THIN_LINE_HALF_WIDTH = 1.0;
642
- const float EXTRUDE_SCALE_PLACEMENT_PADDING = 1.0 / 4.0;
643
- const float OFFSET_PRECISION = 1.0 / 8.0;
644
- const float OUTLINE_SCALE = 1.0 / 5.0;
645
- const float SDF_FONT_SIZE = 24.0;
646
- const float MAX_SDF_DISTANCE = 8.0;
647
- const float PLACEMENT_PADDING = 8.0;
648
- const float EPSILON = 0.00001;
649
- const float EPSILON_HITTEST = 0.05;
650
- const int MAX_FILTER_COUNT = 2;
651
- const int ATTR_VV_SIZE = 0;
652
- const int ATTR_VV_COLOR = 1;
653
- const int ATTR_VV_OPACITY = 2;
654
- const int ATTR_VV_ROTATION = 3;
655
- const highp float NAN_MAGIC_NUMBER = 1e-30;
656
- const int BITSET_GENERIC_LOCK_COLOR = 1;
657
- const int BITSET_GENERIC_CONSIDER_ALPHA_ONLY = 4;
658
- const int BITSET_MARKER_ALIGNMENT_MAP = 0;
659
- const int BITSET_MARKER_OUTLINE_ALLOW_COLOR_OVERRIDE = 2;
660
- const int BITSET_MARKER_SCALE_SYMBOLS_PROPORTIONALLY = 3;
661
- const int BITSET_TYPE_FILL_OUTLINE = 0;
662
- const int BITSET_FILL_RANDOM_PATTERN_OFFSET = 2;
663
- const int BITSET_FILL_HAS_UNRESOLVED_REPLACEMENT_COLOR = 3;
664
- const int BITSET_FILL_HAS_PATTERN_HEIGHT_PRECISION_FACTOR = 5;
665
- const int BITSET_FILL_HAS_PATTERN_WIDTH_PRECISION_FACTOR = 6;
666
- const int BITSET_LINE_SCALE_DASH = 2;`, fill: { "common.glsl": `#include <materials/symbologyTypeUtils.glsl>
667
- #ifdef PATTERN
668
- uniform mediump vec2 u_mosaicSize;
669
- varying mediump float v_sampleAlphaOnly;
670
- #endif
671
- #if SYMBOLOGY_TYPE == SYMBOLOGY_TYPE_DOT_DENSITY
672
- uniform lowp vec4 u_isActive[ 2 ];
673
- uniform highp float u_dotValue;
674
- uniform highp float u_tileDotsOverArea;
675
- uniform highp float u_dotTextureDotCount;
676
- uniform mediump float u_tileZoomFactor;
677
- #endif
678
- varying highp vec3 v_id;
679
- varying lowp vec4 v_color;
680
- varying lowp float v_opacity;
681
- varying mediump vec4 v_aux1;
682
- #ifdef PATTERN
683
- varying mediump vec2 v_tileTextureCoord;
684
- #endif
685
- #ifdef SYMBOLOGY_TYPE_IS_OUTLINE_FILL_LIKE
686
- varying lowp float v_isOutline;
687
- #endif
688
- #if SYMBOLOGY_TYPE == SYMBOLOGY_TYPE_DOT_DENSITY
689
- varying highp vec2 v_dotTextureCoords;
690
- varying highp vec4 v_dotThresholds[ 2 ];
691
- #endif`, "fill.frag": `precision highp float;
692
- #include <materials/constants.glsl>
693
- #include <materials/utils.glsl>
694
- #include <materials/fill/common.glsl>
695
- #ifdef PATTERN
696
- uniform lowp sampler2D u_texture;
697
- #endif
698
- #if SYMBOLOGY_TYPE == SYMBOLOGY_TYPE_DOT_DENSITY
699
- uniform mediump mat4 u_dotColors[ 2 ];
700
- uniform sampler2D u_dotTextures[ 2 ];
701
- uniform vec4 u_dotBackgroundColor;
702
- #endif
703
- #ifdef SYMBOLOGY_TYPE_IS_OUTLINE_FILL_LIKE
704
- #include <materials/shared/line/common.glsl>
705
- #include <materials/shared/line/line.frag>
706
- lowp vec4 drawLine() {
707
- float v_lineWidth = v_aux1.x;
708
- vec2 v_normal = v_aux1.yz;
709
- LineData inputs = LineData(
710
- v_color,
711
- v_normal,
712
- v_lineWidth,
713
- v_opacity,
714
- v_id
715
- );
716
- return shadeLine(inputs);
717
- }
718
- #endif
719
- lowp vec4 drawFill() {
720
- lowp vec4 out_color = vec4(0.);
721
- #ifdef HITTEST
722
- out_color = v_color;
723
- #elif defined(PATTERN)
724
- mediump vec4 v_tlbr = v_aux1;
725
- mediump vec2 normalizedTextureCoord = mod(v_tileTextureCoord, 1.0);
726
- mediump vec2 samplePos = mix(v_tlbr.xy, v_tlbr.zw, normalizedTextureCoord);
727
- lowp vec4 color = texture2D(u_texture, samplePos);
728
- if (v_sampleAlphaOnly > 0.5) {
729
- color.rgb = vec3(color.a);
730
- }
731
- out_color = v_opacity * v_color * color;
732
- #elif SYMBOLOGY_TYPE == SYMBOLOGY_TYPE_DOT_DENSITY && !defined(HIGHLIGHT)
733
- vec4 textureThresholds0 = texture2D(u_dotTextures[0], v_dotTextureCoords);
734
- vec4 textureThresholds1 = texture2D(u_dotTextures[1], v_dotTextureCoords);
735
- vec4 difference0 = v_dotThresholds[0] - textureThresholds0;
736
- vec4 difference1 = v_dotThresholds[1] - textureThresholds1;
737
- #ifdef DD_DOT_BLENDING
738
- vec4 isPositive0 = step(0.0, difference0);
739
- vec4 isPositive1 = step(0.0, difference1);
740
- float weightSum = dot(isPositive0, difference0) + dot(isPositive1, difference1);
741
- float lessThanEqZero = step(weightSum, 0.0);
742
- float greaterThanZero = 1.0 - lessThanEqZero ;
743
- float divisor = (weightSum + lessThanEqZero);
744
- vec4 weights0 = difference0 * isPositive0 / divisor;
745
- vec4 weights1 = difference1 * isPositive1 / divisor;
746
- vec4 dotColor = u_dotColors[0] * weights0 + u_dotColors[1] * weights1;
747
- vec4 preEffectColor = greaterThanZero * dotColor + lessThanEqZero * u_dotBackgroundColor;
748
- #else
749
- float diffMax = max(max4(difference0), max4(difference1));
750
- float lessThanZero = step(diffMax, 0.0);
751
- float greaterOrEqZero = 1.0 - lessThanZero;
752
- vec4 isMax0 = step(diffMax, difference0);
753
- vec4 isMax1 = step(diffMax, difference1);
754
- vec4 dotColor = u_dotColors[0] * isMax0 + u_dotColors[1] * isMax1;
755
- vec4 preEffectColor = greaterOrEqZero * dotColor + lessThanZero * u_dotBackgroundColor;
756
- #endif
757
- out_color = preEffectColor;
758
- #else
759
- out_color = v_opacity * v_color;
760
- #endif
761
- #ifdef HIGHLIGHT
762
- out_color.a = 1.0;
763
- #endif
764
- return out_color;
765
- }
766
- void main() {
767
- #ifdef SYMBOLOGY_TYPE_IS_OUTLINE_FILL_LIKE
768
- if (v_isOutline > 0.5) {
769
- gl_FragColor = drawLine();
770
- } else {
771
- gl_FragColor = drawFill();
772
- }
773
- #else
774
- gl_FragColor = drawFill();
775
- #endif
776
- }`, "fill.vert": `#include <materials/symbologyTypeUtils.glsl>
777
- #define PACKED_LINE
778
- precision highp float;
779
- attribute float a_bitset;
780
- #if SYMBOLOGY_TYPE == SYMBOLOGY_TYPE_DOT_DENSITY
781
- attribute float a_inverseArea;
782
- vec4 a_color = vec4(0.0, 0.0, 0.0, 1.0);
783
- vec2 a_zoomRange = vec2(0.0, 10000.0);
784
- #else
785
- attribute vec4 a_color;
786
- attribute vec4 a_aux2;
787
- attribute vec4 a_aux3;
788
- #ifndef SYMBOLOGY_TYPE_IS_SIMPLE_LIKE
789
- attribute vec4 a_aux1;
790
- attribute vec2 a_zoomRange;
791
- #else
792
- vec2 a_zoomRange = vec2(0.0, 10000.0);
793
- #endif
794
- #endif
795
- uniform vec2 u_tileOffset;
796
- uniform vec2 u_maxIntNumOfCrossing;
797
- #include <util/encoding.glsl>
798
- #include <materials/vcommon.glsl>
799
- #include <materials/fill/common.glsl>
800
- #include <materials/fill/hittest.glsl>
801
- const float INV_SCALE_COMPRESSION_FACTOR = 1.0 / 128.0;
802
- const float MAX_REPRESENTABLE_INT = 16777216.0;
803
- #if SYMBOLOGY_TYPE == SYMBOLOGY_TYPE_DOT_DENSITY
804
- vec4 dotThreshold(vec4 featureAttrOverFeatureArea, float dotValue, float tileDotsOverArea) {
805
- return featureAttrOverFeatureArea * (1.0 / dotValue) * (1.0 / tileDotsOverArea);
806
- }
807
- #endif
808
- #ifdef SYMBOLOGY_TYPE_IS_OUTLINE_FILL_LIKE
809
- #include <materials/shared/line/common.glsl>
810
- #include <materials/shared/line/line.vert>
811
- void drawLine(out lowp vec4 out_color, out highp vec3 out_pos) {
812
- LineData outputs = buildLine(
813
- out_pos,
814
- a_id,
815
- a_pos,
816
- a_color,
817
- (a_aux3.xy - 128.) / 16.,
818
- (a_aux3.zw - 128.) / 16.,
819
- 0.,
820
- a_aux2.z / 16.,
821
- a_bitset,
822
- vec4(0.),
823
- vec2(0.),
824
- a_aux2.w / 16.
825
- );
826
- v_id = outputs.id;
827
- v_opacity = outputs.opacity;
828
- v_aux1 = vec4(outputs.lineHalfWidth, outputs.normal, 0.);
829
- out_color = outputs.color;
830
- }
831
- #endif
832
- void drawFill(out lowp vec4 out_color, out highp vec3 out_pos) {
833
- float a_bitSet = a_bitset;
834
- out_color = getColor(a_color, a_bitSet, BITSET_GENERIC_LOCK_COLOR);
835
- v_opacity = getOpacity();
836
- v_id = norm(a_id);
837
- #if SYMBOLOGY_TYPE == SYMBOLOGY_TYPE_DOT_DENSITY
838
- mat3 tileToTileNormalized = mat3( 2. / 512., 0., 0.,
839
- 0., -2. / 512., 0.,
840
- -1., 1., 1. );
841
- out_pos = tileToTileNormalized * vec3((a_pos * FILL_POSITION_PRECISION), 1.);
842
- #else
843
- out_pos = u_dvsMat3 * vec3(a_pos * FILL_POSITION_PRECISION, 1.);
844
- #endif
845
- #ifdef PATTERN
846
- vec4 a_tlbr = a_aux1;
847
- float a_width = a_aux2.x;
848
- float a_height = a_aux2.y;
849
- vec2 a_offset = a_aux2.zw;
850
- vec2 a_scale = a_aux3.xy;
851
- float a_angle = a_aux3.z;
852
- if (getBit(a_bitset, BITSET_FILL_HAS_PATTERN_WIDTH_PRECISION_FACTOR) > 0.5) {
853
- a_width *= INV_SCALE_COMPRESSION_FACTOR;
854
- }
855
- if (getBit(a_bitset, BITSET_FILL_HAS_PATTERN_HEIGHT_PRECISION_FACTOR) > 0.5) {
856
- a_height *= INV_SCALE_COMPRESSION_FACTOR;
857
- }
858
- vec2 scale = INV_SCALE_COMPRESSION_FACTOR * a_scale;
859
- float width = u_zoomFactor * a_width * scale.x;
860
- float height = u_zoomFactor * a_height * scale.y;
861
- float angle = C_256_TO_RAD * a_angle;
862
- float sinA = sin(angle);
863
- float cosA = cos(angle);
864
- float dx = 0.0;
865
- float dy = 0.0;
866
- if (getBit(a_bitset, BITSET_FILL_RANDOM_PATTERN_OFFSET) > 0.5) {
867
- float id = rgba2float(vec4(a_id, 0.0));
868
- dx = rand(vec2(id, 0.0));
869
- dy = rand(vec2(0.0, id));
870
- }
871
- mat3 patternMatrix = mat3(cosA / width, sinA / height, 0,
872
- -sinA / width, cosA / height, 0,
873
- dx, dy, 1);
874
- vec2 patternSize = vec2(a_width, a_height);
875
- vec2 numPatternsPerMaxInt = vec2(MAX_REPRESENTABLE_INT) / patternSize;
876
- vec2 maxIntCrossingOffsetCorrection = patternSize * fract(u_maxIntNumOfCrossing * numPatternsPerMaxInt);
877
- vec2 tileOffset = u_tileOffset + maxIntCrossingOffsetCorrection - 0.5 * patternSize;
878
- tileOffset = vec2(tileOffset.x * cosA - tileOffset.y * sinA, tileOffset.x * sinA + tileOffset.y * cosA);
879
- tileOffset = mod(tileOffset, patternSize);
880
- vec2 symbolOffset = u_zoomFactor * scale * vec2(a_offset - tileOffset) / vec2(width, height);
881
- v_tileTextureCoord = (patternMatrix * vec3(a_pos * FILL_POSITION_PRECISION, 1.0)).xy - symbolOffset;
882
- v_aux1 = a_tlbr / u_mosaicSize.xyxy;
883
- v_sampleAlphaOnly = getBit(a_bitset, BITSET_GENERIC_CONSIDER_ALPHA_ONLY);
884
- if (getBit(a_bitSet, BITSET_FILL_HAS_UNRESOLVED_REPLACEMENT_COLOR) > 0.5) {
885
- #ifdef VV_COLOR
886
- v_sampleAlphaOnly *= (1.0 - float(isNan(VV_ADATA[ATTR_VV_COLOR]))) * (1.0 - getBit(a_bitSet, BITSET_GENERIC_LOCK_COLOR));
887
- #else
888
- v_sampleAlphaOnly = 0.0;
889
- #endif
890
- }
891
- #elif SYMBOLOGY_TYPE == SYMBOLOGY_TYPE_DOT_DENSITY
892
- vec4 ddAttributeData0 = getAttributeData2(a_id) * u_isActive[0] * a_inverseArea;
893
- vec4 ddAttributeData1 = getAttributeData3(a_id) * u_isActive[1] * a_inverseArea;
894
- float size = u_tileZoomFactor * 512.0 * 1.0 / u_pixelRatio;
895
- v_dotThresholds[0] = dotThreshold(ddAttributeData0, u_dotValue, u_tileDotsOverArea);
896
- v_dotThresholds[1] = dotThreshold(ddAttributeData1, u_dotValue, u_tileDotsOverArea);
897
- v_dotTextureCoords = (a_pos * FILL_POSITION_PRECISION + 0.5) / size;
898
- #endif
899
- }
900
- #ifdef HITTEST
901
- void draw(out lowp vec4 out_color, out highp vec3 out_pos) {
902
- #ifdef SYMBOLOGY_TYPE_IS_OUTLINE_FILL_LIKE
903
- if (getBit(a_bitset, BITSET_TYPE_FILL_OUTLINE) > 0.5) {
904
- out_pos = vec3(0., 0., 2.);
905
- return;
906
- }
907
- #endif
908
- hittestFill(out_color, out_pos);
909
- gl_PointSize = 1.0;
910
- }
911
- #elif defined(SYMBOLOGY_TYPE_IS_OUTLINE_FILL_LIKE)
912
- void draw(out lowp vec4 out_color, out highp vec3 out_pos) {
913
- v_isOutline = getBit(a_bitset, BITSET_TYPE_FILL_OUTLINE);
914
- if (v_isOutline > 0.5) {
915
- drawLine(out_color, out_pos);
916
- } else {
917
- drawFill(out_color, out_pos);
918
- }
919
- }
920
- #else
921
- #define draw drawFill
922
- #endif
923
- void main()
924
- {
925
- INIT;
926
- highp vec3 pos = vec3(0.);
927
- highp vec4 color = vec4(0.);
928
- draw(color, pos);
929
- v_color = color;
930
- gl_Position = vec4(clip(v_color, pos, getFilterFlags(), a_zoomRange), 1.0);
931
- }`, "hittest.glsl": `#ifdef HITTEST
932
- #include <materials/hittest/common.glsl>
933
- attribute vec2 a_pos1;
934
- attribute vec2 a_pos2;
935
- void hittestFill(
936
- out lowp vec4 out_color,
937
- out highp vec3 out_pos
938
- ) {
939
- vec3 pos = u_viewMat3 * u_tileMat3 * vec3(a_pos * FILL_POSITION_PRECISION, 1.);
940
- vec3 pos1 = u_viewMat3 * u_tileMat3 * vec3(a_pos1 * FILL_POSITION_PRECISION, 1.);
941
- vec3 pos2 = u_viewMat3 * u_tileMat3 * vec3(a_pos2 * FILL_POSITION_PRECISION, 1.);
942
- float hittestDist = u_hittestDist;
943
- float dist = distPointTriangle(u_hittestPos, pos.xy, pos1.xy, pos2.xy);
944
- out_pos = vec3(getAttributeDataTextureCoords(a_id), 0.0);
945
- if (dist < 0. || dist >= hittestDist) {
946
- out_pos.z += 2.0;
947
- }
948
- out_color = vec4(1. / 255., 0, 0, dist == 0. ? (1. / 255.) : 0.);
949
- }
950
- #endif` }, hittest: { "common.glsl": `#ifdef HITTEST
951
- uniform float hittestDist;
952
- uniform highp vec2 hittestPos;
953
- float projectScalar(vec2 a, vec2 b) {
954
- return dot(a, normalize(b));
955
- }
956
- float distPointSegment(vec2 p0, vec2 p1, vec2 p2) {
957
- vec2 L = p2 - p1;
958
- vec2 A = p0 - p1;
959
- float projAL = projectScalar(A, L);
960
- float t = clamp(projAL / length(L), 0., 1.);
961
- return distance(p0, p1 + t * (p2 - p1));
962
- }
963
- void hittestMarker(out lowp vec4 out_color, out highp vec3 out_pos, in highp vec3 pos, float size) {
964
- float dist = distance(pos, vec3(hittestPos, 1.));
965
- out_pos = vec3(getAttributeDataTextureCoords(a_id), 0.0);
966
- if ((dist - size) > hittestDist) {
967
- out_pos.z += 2.0;
968
- }
969
- out_color = vec4(1. / 255., 0, 0, (dist - size) < 0. ? (1. / 255.) : 0.);
970
- }
971
- float intersectPointTriangleBary(vec2 p, vec2 a, vec2 b, vec2 c) {
972
- return inTriangle(xyToBarycentric(p, a, b, c));
973
- }
974
- float distPointTriangle(vec2 p, vec2 a, vec2 b, vec2 c) {
975
- vec2 ba = b - a;
976
- vec2 ca = c - a;
977
- float crossProduct = ba.x * ca.y - ca.x * ba.y;
978
- bool isParallel = crossProduct < EPSILON_HITTEST && crossProduct > -EPSILON_HITTEST;
979
- if (isParallel) {
980
- return -1.;
981
- }
982
- if (intersectPointTriangleBary(p.xy, a, b, c) == 1.) {
983
- return 0.;
984
- }
985
- float distAB = distPointSegment(p, a, b);
986
- float distBC = distPointSegment(p, b, c);
987
- float distCA = distPointSegment(p, c, a);
988
- return min(min(distAB, distBC), distCA);
989
- }
990
- #endif` }, icon: { "common.glsl": `#include <util/encoding.glsl>
991
- uniform lowp vec2 u_mosaicSize;
992
- varying lowp vec4 v_color;
993
- varying highp vec3 v_id;
994
- varying highp vec4 v_sizeTex;
995
- varying mediump vec3 v_pos;
996
- varying lowp float v_opacity;
997
- uniform lowp sampler2D u_texture;
998
- #ifdef SDF
999
- varying lowp vec4 v_outlineColor;
1000
- varying mediump float v_outlineWidth;
1001
- varying mediump float v_distRatio;
1002
- varying mediump float v_overridingOutlineColor;
1003
- varying mediump float v_isThin;
1004
- #endif
1005
- #ifdef SDF
1006
- vec4 getColor(vec2 v_size, vec2 v_tex) {
1007
- #ifdef HITTEST
1008
- lowp vec4 fillPixelColor = vec4(1.0);
1009
- #else
1010
- lowp vec4 fillPixelColor = v_color;
1011
- #endif
1012
- float d = 0.5 - rgba2float(texture2D(u_texture, v_tex));
1013
- float size = max(v_size.x, v_size.y);
1014
- float dist = d * size * SOFT_EDGE_RATIO * v_distRatio;
1015
- fillPixelColor *= clamp(0.5 - dist, 0.0, 1.0);
1016
- float outlineWidth = v_outlineWidth;
1017
- #ifdef HIGHLIGHT
1018
- outlineWidth = max(outlineWidth, 4.0 * v_isThin);
1019
- #endif
1020
- if (outlineWidth > 0.25) {
1021
- lowp vec4 outlinePixelColor = v_overridingOutlineColor * v_color + (1.0 - v_overridingOutlineColor) * v_outlineColor;
1022
- float clampedOutlineSize = min(outlineWidth, size);
1023
- outlinePixelColor *= clamp(0.5 - abs(dist) + clampedOutlineSize * 0.5, 0.0, 1.0);
1024
- return v_opacity * ((1.0 - outlinePixelColor.a) * fillPixelColor + outlinePixelColor);
1025
- }
1026
- return v_opacity * fillPixelColor;
1027
- }
1028
- #else
1029
- vec4 getColor(vec2 _v_size, vec2 v_tex) {
1030
- lowp vec4 texColor = texture2D(u_texture, v_tex);
1031
- return v_opacity * texColor * v_color;
1032
- }
1033
- #endif`, heatmapAccumulate: { "common.glsl": `varying lowp vec4 v_hittestResult;
1034
- varying mediump vec2 v_offsetFromCenter;
1035
- varying highp float v_fieldValue;`, "heatmapAccumulate.frag": `precision mediump float;
1036
- #include <materials/icon/heatmapAccumulate/common.glsl>
1037
- #ifdef HEATMAP_PRECISION_HALF_FLOAT
1038
- #define COMPRESSION_FACTOR 0.25
1039
- #else
1040
- #define COMPRESSION_FACTOR 1.0
1041
- #endif
1042
- uniform lowp sampler2D u_texture;
1043
- void main() {
1044
- #ifdef HITTEST
1045
- gl_FragColor = v_hittestResult;
1046
- #else
1047
- float radius = length(v_offsetFromCenter);
1048
- float shapeWeight = step(radius, 1.0);
1049
- float oneMinusRadiusSquared = 1.0 - radius * radius;
1050
- float kernelWeight = oneMinusRadiusSquared * oneMinusRadiusSquared;
1051
- gl_FragColor = vec4(shapeWeight * kernelWeight * v_fieldValue * COMPRESSION_FACTOR);
1052
- #endif
1053
- }`, "heatmapAccumulate.vert": `precision highp float;
1054
- attribute vec2 a_vertexOffset;
1055
- vec4 a_color = vec4(0.0);
1056
- vec2 a_zoomRange = vec2(0.0, 10000.0);
1057
- uniform float u_radius;
1058
- uniform float u_isFieldActive;
1059
- #include <materials/vcommon.glsl>
1060
- #include <materials/hittest/common.glsl>
1061
- #include <materials/icon/heatmapAccumulate/common.glsl>
1062
- void main() {
1063
- float filterFlags = getFilterFlags();
1064
- #ifdef HITTEST
1065
- highp vec4 out_hittestResult = vec4(0.);
1066
- highp vec3 out_pos = vec3(0.);
1067
- vec3 pos = u_viewMat3 * u_tileMat3 * vec3(a_pos * POSITION_PRECISION, 1.0);
1068
- hittestMarker(out_hittestResult, out_pos, pos, u_radius);
1069
- v_hittestResult = out_hittestResult;
1070
- gl_PointSize = 1.;
1071
- gl_Position = vec4(clip(a_color, out_pos, filterFlags, a_zoomRange), 1.0);
1072
- #else
1073
- v_offsetFromCenter = sign(a_vertexOffset);
1074
- v_fieldValue = getAttributeData2(a_id).x * u_isFieldActive + 1.0 - u_isFieldActive;
1075
- vec3 centerPos = u_dvsMat3 * vec3(a_pos * POSITION_PRECISION, 1.0);
1076
- vec3 vertexPos = centerPos + u_displayViewMat3 * vec3(v_offsetFromCenter, 0.0) * u_radius;
1077
- gl_Position = vec4(clip(a_color, vertexPos, filterFlags, a_zoomRange), 1.0);
1078
- #endif
1079
- }` }, "hittest.glsl": `#ifdef HITTEST
1080
- #include <materials/hittest/common.glsl>
1081
- attribute vec2 a_vertexOffset1;
1082
- attribute vec2 a_vertexOffset2;
1083
- attribute vec2 a_texCoords1;
1084
- attribute vec2 a_texCoords2;
1085
- vec2 getTextureCoords(in vec3 bary, in vec2 texCoords0, in vec2 texCoords1, in vec2 texCoords2) {
1086
- return texCoords0 * bary.x + texCoords1 * bary.y + texCoords2 * bary.z;
1087
- }
1088
- void hittestIcon(
1089
- inout lowp vec4 out_color,
1090
- out highp vec3 out_pos,
1091
- in vec3 pos,
1092
- in vec3 offset,
1093
- in vec2 size,
1094
- in float scaleFactor,
1095
- in float isMapAligned
1096
- ) {
1097
- out_pos = vec3(getAttributeDataTextureCoords(a_id), 0.0);
1098
- vec3 posBase = u_viewMat3 * u_tileMat3 * pos;
1099
- vec3 offset1 = scaleFactor * vec3(a_vertexOffset1 / 16.0, 0.);
1100
- vec3 offset2 = scaleFactor * vec3(a_vertexOffset2 / 16.0, 0.);
1101
- vec2 pos0 = (posBase + getMatrixNoDisplay(isMapAligned) * offset).xy;
1102
- vec2 pos1 = (posBase + getMatrixNoDisplay(isMapAligned) * offset1).xy;
1103
- vec2 pos2 = (posBase + getMatrixNoDisplay(isMapAligned) * offset2).xy;
1104
- vec3 bary0 = xyToBarycentric(u_hittestPos + vec2(-u_hittestDist, -u_hittestDist), pos0, pos1, pos2);
1105
- vec3 bary1 = xyToBarycentric(u_hittestPos + vec2(0., -u_hittestDist), pos0, pos1, pos2);
1106
- vec3 bary2 = xyToBarycentric(u_hittestPos + vec2(u_hittestDist, -u_hittestDist), pos0, pos1, pos2);
1107
- vec3 bary3 = xyToBarycentric(u_hittestPos + vec2(-u_hittestDist, 0.), pos0, pos1, pos2);
1108
- vec3 bary4 = xyToBarycentric(u_hittestPos, pos0, pos1, pos2);
1109
- vec3 bary5 = xyToBarycentric(u_hittestPos + vec2(u_hittestDist, 0.), pos0, pos1, pos2);
1110
- vec3 bary6 = xyToBarycentric(u_hittestPos + vec2(-u_hittestDist, u_hittestDist), pos0, pos1, pos2);
1111
- vec3 bary7 = xyToBarycentric(u_hittestPos + vec2(0., u_hittestDist), pos0, pos1, pos2);
1112
- vec3 bary8 = xyToBarycentric(u_hittestPos + vec2(u_hittestDist, u_hittestDist), pos0, pos1, pos2);
1113
- vec2 tex0 = a_texCoords / u_mosaicSize;
1114
- vec2 tex1 = a_texCoords1 / u_mosaicSize;
1115
- vec2 tex2 = a_texCoords2 / u_mosaicSize;
1116
- float alphaSum = 0.;
1117
- alphaSum += inTriangle(bary0) * getColor(size, getTextureCoords(bary0, tex0, tex1, tex2)).a;
1118
- alphaSum += inTriangle(bary1) * getColor(size, getTextureCoords(bary1, tex0, tex1, tex2)).a;
1119
- alphaSum += inTriangle(bary2) * getColor(size, getTextureCoords(bary2, tex0, tex1, tex2)).a;
1120
- alphaSum += inTriangle(bary3) * getColor(size, getTextureCoords(bary3, tex0, tex1, tex2)).a;
1121
- alphaSum += inTriangle(bary4) * getColor(size, getTextureCoords(bary4, tex0, tex1, tex2)).a;
1122
- alphaSum += inTriangle(bary5) * getColor(size, getTextureCoords(bary5, tex0, tex1, tex2)).a;
1123
- alphaSum += inTriangle(bary6) * getColor(size, getTextureCoords(bary6, tex0, tex1, tex2)).a;
1124
- alphaSum += inTriangle(bary7) * getColor(size, getTextureCoords(bary7, tex0, tex1, tex2)).a;
1125
- out_pos.z += step(alphaSum, .05) * 2.0;
1126
- out_color = vec4(1. / 255., 0., 0., alphaSum / 255.);
1127
- }
1128
- #endif`, "icon.frag": `precision mediump float;
1129
- #include <materials/constants.glsl>
1130
- #include <materials/utils.glsl>
1131
- #include <materials/icon/common.glsl>
1132
- void main()
1133
- {
1134
- #ifdef HITTEST
1135
- vec4 color = v_color;
1136
- #else
1137
- vec4 color = getColor(v_sizeTex.xy, v_sizeTex.zw);
1138
- #endif
1139
- #ifdef HIGHLIGHT
1140
- color.a = step(1.0 / 255.0, color.a);
1141
- #endif
1142
- gl_FragColor = color;
1143
- }`, "icon.vert": `precision highp float;
1144
- attribute vec4 a_color;
1145
- attribute vec4 a_outlineColor;
1146
- attribute vec4 a_sizeAndOutlineWidth;
1147
- attribute vec2 a_vertexOffset;
1148
- attribute vec2 a_texCoords;
1149
- attribute vec2 a_bitSetAndDistRatio;
1150
- attribute vec2 a_zoomRange;
1151
- #include <materials/vcommon.glsl>
1152
- #include <materials/icon/common.glsl>
1153
- #include <materials/icon/hittest.glsl>
1154
- float getMarkerScaleFactor(inout vec2 size, in float referenceSize) {
1155
- #ifdef VV_SIZE
1156
- float f = getSize(size.y) / size.y;
1157
- float sizeFactor = size.y / referenceSize;
1158
- return getSize(referenceSize) / referenceSize;
1159
- #else
1160
- return 1.;
1161
- #endif
1162
- }
1163
- void main()
1164
- {
1165
- INIT;
1166
- float a_bitSet = a_bitSetAndDistRatio.x;
1167
- vec3 pos = vec3(a_pos * POSITION_PRECISION, 1.0);
1168
- vec2 size = a_sizeAndOutlineWidth.xy * a_sizeAndOutlineWidth.xy / 128.0;
1169
- vec3 offset = vec3(a_vertexOffset / 16.0, 0.);
1170
- float outlineSize = a_sizeAndOutlineWidth.z * a_sizeAndOutlineWidth.z / 128.0;
1171
- float isMapAligned = getBit(a_bitSet, BITSET_MARKER_ALIGNMENT_MAP);
1172
- float referenceSize = a_sizeAndOutlineWidth.w * a_sizeAndOutlineWidth.w / 128.0;
1173
- float scaleSymbolProportionally = getBit(a_bitSet, BITSET_MARKER_SCALE_SYMBOLS_PROPORTIONALLY);
1174
- float scaleFactor = getMarkerScaleFactor(size, referenceSize);
1175
- size.xy *= scaleFactor;
1176
- offset.xy *= scaleFactor;
1177
- outlineSize *= scaleSymbolProportionally * (scaleFactor - 1.0) + 1.0;
1178
- vec2 v_tex = a_texCoords / u_mosaicSize;
1179
- float filterFlags = getFilterFlags();
1180
- v_color = getColor(a_color, a_bitSet, BITSET_GENERIC_LOCK_COLOR);
1181
- v_opacity = getOpacity();
1182
- v_id = norm(a_id);
1183
- v_pos = u_dvsMat3 * pos + getMatrix(isMapAligned) * getRotation() * offset;
1184
- v_sizeTex = vec4(size.xy, v_tex.xy);
1185
- #ifdef SDF
1186
- v_isThin = getBit(a_bitSet, BITSET_MARKER_OUTLINE_ALLOW_COLOR_OVERRIDE);
1187
- #ifdef VV_COLOR
1188
- v_overridingOutlineColor = v_isThin;
1189
- #else
1190
- v_overridingOutlineColor = 0.0;
1191
- #endif
1192
- v_outlineWidth = min(outlineSize, max(max(size.x, size.y) - 0.99, 0.0));
1193
- v_outlineColor = a_outlineColor;
1194
- v_distRatio = a_bitSetAndDistRatio.y / 128.0;
1195
- #endif
1196
- #ifdef HITTEST
1197
- highp vec4 out_color = vec4(0.);
1198
- highp vec3 out_pos = vec3(0.);
1199
- hittestIcon(out_color, out_pos, pos, offset, size, scaleFactor, isMapAligned);
1200
- v_color = out_color;
1201
- gl_PointSize = 1.;
1202
- gl_Position = vec4(clip(v_color, out_pos, filterFlags, a_zoomRange), 1.0);
1203
- #else
1204
- gl_Position = vec4(clip(v_color, v_pos, filterFlags, a_zoomRange), 1.0);
1205
- #endif
1206
- }` }, label: { "common.glsl": `uniform mediump float u_zoomLevel;
1207
- uniform mediump float u_mapRotation;
1208
- uniform mediump float u_mapAligned;
1209
- uniform mediump vec2 u_mosaicSize;
1210
- varying mediump float v_antialiasingWidth;
1211
- varying mediump float v_edgeDistanceOffset;
1212
- varying mediump vec2 v_tex;
1213
- varying mediump vec4 v_color;
1214
- varying lowp vec4 v_animation;`, "label.frag": "#include <materials/text/text.frag>", "label.vert": `precision highp float;
1215
- #include <materials/vcommon.glsl>
1216
- #include <materials/text/common.glsl>
1217
- attribute vec4 a_color;
1218
- attribute vec4 a_haloColor;
1219
- attribute vec4 a_texAndSize;
1220
- attribute vec4 a_refSymbolAndPlacementOffset;
1221
- attribute vec4 a_glyphData;
1222
- attribute vec2 a_vertexOffset;
1223
- attribute vec2 a_texCoords;
1224
- uniform float u_isHaloPass;
1225
- uniform float u_isBackgroundPass;
1226
- uniform float u_mapRotation;
1227
- uniform float u_mapAligned;
1228
- float getZ(in float minZoom, in float maxZoom, in float angle) {
1229
- float glyphAngle = angle * 360.0 / 254.0;
1230
- float mapAngle = u_mapRotation * 360.0 / 254.0;
1231
- float diffAngle = min(360.0 - abs(mapAngle - glyphAngle), abs(mapAngle - glyphAngle));
1232
- float z = 0.0;
1233
- z += u_mapAligned * (2.0 * (1.0 - step(minZoom, u_currentZoom)));
1234
- z += u_mapAligned * 2.0 * step(90.0, diffAngle);
1235
- z += 2.0 * (1.0 - step(u_currentZoom, maxZoom));
1236
- return z;
1237
- }
1238
- void main()
1239
- {
1240
- INIT;
1241
- float groupMinZoom = getMinZoom();
1242
- float glyphMinZoom = a_glyphData.x;
1243
- float glyphMaxZoom = a_glyphData.y;
1244
- float glyphAngle = a_glyphData.z;
1245
- float a_isBackground = a_glyphData.w;
1246
- float a_minZoom = max(groupMinZoom, glyphMinZoom);
1247
- float a_placementPadding = a_refSymbolAndPlacementOffset.x * EXTRUDE_SCALE_PLACEMENT_PADDING;
1248
- vec2 a_placementDir = unpack_u8_nf32(a_refSymbolAndPlacementOffset.zw);
1249
- float a_refSymbolSize = a_refSymbolAndPlacementOffset.y;
1250
- float fontSize = a_texAndSize.z;
1251
- float haloSize = a_texAndSize.w * OUTLINE_SCALE;
1252
- vec2 vertexOffset = a_vertexOffset * OFFSET_PRECISION;
1253
- vec3 pos = vec3(a_pos * POSITION_PRECISION, 1.0);
1254
- float z = getZ(a_minZoom, glyphMaxZoom, glyphAngle);
1255
- float fontScale = fontSize / SDF_FONT_SIZE;
1256
- float halfSize = getSize(a_refSymbolSize) / 2.0;
1257
- float animation = pow(getAnimationState(), vec4(2.0)).r;
1258
- float isText = 1.0 - a_isBackground;
1259
- float isBackground = u_isBackgroundPass * a_isBackground;
1260
- vec4 nonHaloColor = (isBackground + isText) * a_color;
1261
- v_color = animation * ((1.0 - u_isHaloPass) * nonHaloColor + (u_isHaloPass * a_haloColor));
1262
- v_opacity = 1.0;
1263
- v_tex = a_texCoords / u_mosaicSize;
1264
- v_edgeDistanceOffset = u_isHaloPass * haloSize / fontScale / MAX_SDF_DISTANCE;
1265
- v_antialiasingWidth = 0.105 * SDF_FONT_SIZE / fontSize / u_pixelRatio;
1266
- vec2 placementOffset = a_placementDir * (halfSize + a_placementPadding);
1267
- vec3 glyphOffset = u_displayMat3 * vec3(vertexOffset + placementOffset, 0.0);
1268
- vec3 v_pos = vec3((u_dvsMat3 * pos + glyphOffset).xy, z);
1269
- float isHidden = u_isBackgroundPass * isText + (1.0 - u_isBackgroundPass) * a_isBackground;
1270
- v_pos.z += 2.0 * isHidden;
1271
- gl_Position = vec4(v_pos, 1.0);
1272
- #ifdef DEBUG
1273
- v_color = vec4(a_color.rgb, z == 0.0 ? 1.0 : 0.645);
1274
- #endif
1275
- }` }, line: { "common.glsl": `varying lowp vec4 v_color;
1276
- varying highp vec3 v_id;
1277
- varying mediump vec2 v_normal;
1278
- varying mediump float v_lineHalfWidth;
1279
- varying lowp float v_opacity;
1280
- #ifdef PATTERN
1281
- varying mediump vec4 v_tlbr;
1282
- varying mediump vec2 v_patternSize;
1283
- #endif
1284
- #if defined(PATTERN) || defined(SDF)
1285
- varying highp float v_accumulatedDistance;
1286
- #endif
1287
- #ifdef SDF
1288
- varying mediump float v_lineWidthRatio;
1289
- #endif`, "hittest.glsl": `#include <materials/hittest/common.glsl>
1290
- #ifdef HITTEST
1291
- attribute vec2 a_pos1;
1292
- attribute vec2 a_pos2;
1293
- void hittestLine(out lowp vec4 out_color, out highp vec3 out_pos, float halfWidth) {
1294
- vec3 pos = u_viewMat3 * u_tileMat3 * vec3(a_pos * POSITION_PRECISION, 1.);
1295
- vec3 pos1 = u_viewMat3 * u_tileMat3 * vec3(a_pos1 * POSITION_PRECISION, 1.);
1296
- vec3 pos2 = u_viewMat3 * u_tileMat3 * vec3(a_pos2 * POSITION_PRECISION, 1.);
1297
- vec3 outTextureCoords = vec3(getAttributeDataTextureCoords(a_id), 0.0);
1298
- float dist = min(distPointSegment(u_hittestPos, pos.xy, pos1.xy),
1299
- distPointSegment(u_hittestPos, pos.xy, pos2.xy)) - halfWidth;
1300
- out_pos = vec3(getAttributeDataTextureCoords(a_id), 0.0);
1301
- if (dist >= u_hittestDist) {
1302
- out_pos.z += 2.0;
1303
- }
1304
- out_color = vec4(1. / 255., 0, 0, dist <= 0. ? (1. / 255.) : 0.);
1305
- }
1306
- #endif`, "line.frag": `precision lowp float;
1307
- #include <util/encoding.glsl>
1308
- #include <materials/constants.glsl>
1309
- #include <materials/symbologyTypeUtils.glsl>
1310
- #include <materials/line/common.glsl>
1311
- #include <materials/shared/line/common.glsl>
1312
- #include <materials/shared/line/line.frag>
1313
- #ifdef HITTEST
1314
- void main() {
1315
- gl_FragColor = v_color;
1316
- }
1317
- #else
1318
- void main() {
1319
- LineData inputs = LineData(
1320
- v_color,
1321
- v_normal,
1322
- v_lineHalfWidth,
1323
- v_opacity,
1324
- #ifndef SYMBOLOGY_TYPE_IS_OUTLINE_FILL_LIKE
1325
- #ifdef PATTERN
1326
- v_tlbr,
1327
- v_patternSize,
1328
- #endif
1329
- #ifdef SDF
1330
- v_lineWidthRatio,
1331
- #endif
1332
- #if defined(PATTERN) || defined(SDF)
1333
- v_accumulatedDistance,
1334
- #endif
1335
- #endif
1336
- v_id
1337
- );
1338
- gl_FragColor = shadeLine(inputs);
1339
- }
1340
- #endif`, "line.vert": `precision highp float;
1341
- attribute vec4 a_color;
1342
- attribute vec4 a_offsetAndNormal;
1343
- attribute vec2 a_accumulatedDistanceAndHalfWidth;
1344
- attribute vec4 a_tlbr;
1345
- attribute vec4 a_segmentDirection;
1346
- attribute vec2 a_aux;
1347
- attribute vec2 a_zoomRange;
1348
- #include <materials/vcommon.glsl>
1349
- #include <materials/symbologyTypeUtils.glsl>
1350
- #include <materials/line/common.glsl>
1351
- #include <materials/line/hittest.glsl>
1352
- #include <materials/shared/line/common.glsl>
1353
- #include <materials/shared/line/line.vert>
1354
- #ifdef HITTEST
1355
- void draw() {
1356
- float aa = 0.5 * u_antialiasing;
1357
- float a_halfWidth = a_accumulatedDistanceAndHalfWidth.y / 16.;
1358
- float a_cimHalfWidth = a_aux.x / 16. ;
1359
- vec2 a_offset = a_offsetAndNormal.xy / 16.;
1360
- float baseWidth = getBaseLineHalfWidth(a_halfWidth, a_cimHalfWidth);
1361
- float halfWidth = getLineHalfWidth(baseWidth, aa);
1362
- highp vec3 pos = vec3(0.);
1363
- v_color = vec4(0.);
1364
- hittestLine(v_color, pos, halfWidth);
1365
- gl_PointSize = 1.;
1366
- gl_Position = vec4(clip(v_color, pos, getFilterFlags(), a_zoomRange), 1.0);
1367
- }
1368
- #else
1369
- void draw()
1370
- {
1371
- highp vec3 pos = vec3(0.);
1372
- LineData outputs = buildLine(
1373
- pos,
1374
- a_id,
1375
- a_pos,
1376
- a_color,
1377
- a_offsetAndNormal.xy / 16.,
1378
- a_offsetAndNormal.zw / 16.,
1379
- a_accumulatedDistanceAndHalfWidth.x,
1380
- a_accumulatedDistanceAndHalfWidth.y / 16.,
1381
- a_segmentDirection.w,
1382
- a_tlbr,
1383
- a_segmentDirection.xy / 16.,
1384
- a_aux.x / 16.
1385
- );
1386
- v_id = outputs.id;
1387
- v_color = outputs.color;
1388
- v_normal = outputs.normal;
1389
- v_lineHalfWidth = outputs.lineHalfWidth;
1390
- v_opacity = outputs.opacity;
1391
- #ifndef SYMBOLOGY_TYPE_IS_OUTLINE_FILL_LIKE
1392
- #ifdef PATTERN
1393
- v_tlbr = outputs.tlbr;
1394
- v_patternSize = outputs.patternSize;
1395
- #endif
1396
- #ifdef SDF
1397
- v_lineWidthRatio = outputs.lineWidthRatio;
1398
- #endif
1399
- #if defined(PATTERN) || defined(SDF)
1400
- v_accumulatedDistance = outputs.accumulatedDistance;
1401
- #endif
1402
- #endif
1403
- gl_Position = vec4(clip(outputs.color, pos, getFilterFlags(), a_zoomRange), 1.0);
1404
- }
1405
- #endif
1406
- void main() {
1407
- INIT;
1408
- draw();
1409
- }` }, pie: { "pie.common.glsl": `uniform float outlineWidth;
1410
- uniform mediump float sectorThreshold;
1411
- varying vec3 v_id;
1412
- varying vec3 v_pos;
1413
- varying vec2 v_offset;
1414
- varying vec4 v_color;
1415
- varying float v_size;
1416
- varying float v_numOfEntries;
1417
- varying float v_maxSectorAngle;
1418
- varying vec2 v_filteredSectorToColorId[numberOfFields];
1419
- varying vec2 v_texCoords;
1420
- varying float v_outlineWidth;
1421
- varying float v_opacity;
1422
- struct FilteredChartInfo {
1423
- float endSectorAngle;
1424
- int colorId;
1425
- };`, "pie.frag": `precision highp float;
1426
- #include <util/atan2.glsl>
1427
- #include <materials/constants.glsl>
1428
- #include <materials/utils.glsl>
1429
- #include <materials/pie/pie.common.glsl>
1430
- uniform lowp vec4 colors[numberOfFields];
1431
- uniform lowp vec4 defaultColor;
1432
- uniform lowp vec4 othersColor;
1433
- uniform lowp vec4 outlineColor;
1434
- uniform float donutRatio;
1435
- lowp vec4 getSectorColor(in int index, in vec2 filteredSectorToColorId[numberOfFields]) {
1436
- mediump int colorIndex = int(filteredSectorToColorId[index].y);
1437
- return colors[colorIndex];
1438
- }
1439
- const int OTHER_SECTOR_ID = 255;
1440
- #ifdef HITTEST
1441
- vec4 getColor() {
1442
- float distanceSize = length(v_offset) * v_size;
1443
- float donutSize = donutRatio * v_size;
1444
- float alpha = step(donutSize, distanceSize) * (1.0 - step(v_size, distanceSize));
1445
- return v_color;
1446
- }
1447
- #else
1448
- vec4 getColor() {
1449
- float angle = 90.0 - C_RAD_TO_DEG * atan2(v_offset.y, v_offset.x);
1450
- if (angle < 0.0) {
1451
- angle += 360.0;
1452
- } else if (angle > 360.0) {
1453
- angle = mod(angle, 360.0);
1454
- }
1455
- int numOfEntries = int(v_numOfEntries);
1456
- float maxSectorAngle = v_maxSectorAngle;
1457
- lowp vec4 fillColor = (maxSectorAngle > 0.0 || sectorThreshold > 0.0) ? othersColor : defaultColor;
1458
- lowp vec4 prevColor = vec4(0.0);
1459
- lowp vec4 nextColor = vec4(0.0);
1460
- float startSectorAngle = 0.0;
1461
- float endSectorAngle = 0.0;
1462
- if (angle < maxSectorAngle) {
1463
- for (int index = 0; index < numberOfFields; ++index) {
1464
- startSectorAngle = endSectorAngle;
1465
- endSectorAngle = v_filteredSectorToColorId[index].x;
1466
- if (endSectorAngle > angle) {
1467
- fillColor = getSectorColor(index, v_filteredSectorToColorId);
1468
- prevColor = sectorThreshold != 0.0 && index == 0 && abs(360.0 - maxSectorAngle) < EPSILON ? othersColor :
1469
- getSectorColor(index > 0 ? index - 1 : numOfEntries - 1, v_filteredSectorToColorId);
1470
- nextColor = sectorThreshold != 0.0 && abs(endSectorAngle - maxSectorAngle) < EPSILON ? othersColor :
1471
- getSectorColor(index < numOfEntries - 1 ? index + 1 : 0, v_filteredSectorToColorId);
1472
- break;
1473
- }
1474
- if (index == numOfEntries - 1) {
1475
- break;
1476
- }
1477
- }
1478
- } else {
1479
- prevColor = getSectorColor(numOfEntries - 1, v_filteredSectorToColorId);
1480
- nextColor = getSectorColor(0, v_filteredSectorToColorId);
1481
- startSectorAngle = maxSectorAngle;
1482
- endSectorAngle = 360.0;
1483
- }
1484
- lowp vec4 outlineColor = outlineColor;
1485
- float offset = length(v_offset);
1486
- float distanceSize = offset * v_size;
1487
- if (startSectorAngle != 0.0 || endSectorAngle != 360.0) {
1488
- float distanceToStartSector = (angle - startSectorAngle);
1489
- float distanceToEndSector = (endSectorAngle - angle);
1490
- float sectorThreshold = 0.6;
1491
- float beginSectorAlpha = smoothstep(0.0, sectorThreshold, distanceToStartSector * offset);
1492
- float endSectorAlpha = smoothstep(0.0, sectorThreshold, distanceToEndSector * offset);
1493
- if (endSectorAlpha > 0.0) {
1494
- fillColor = mix(nextColor, fillColor, endSectorAlpha);
1495
- } else if (beginSectorAlpha > 0.0) {
1496
- fillColor = mix(prevColor, fillColor, beginSectorAlpha);
1497
- }
1498
- }
1499
- float donutSize = donutRatio * (v_size - v_outlineWidth);
1500
- float endOfDonut = donutSize - v_outlineWidth;
1501
- float aaThreshold = 0.75;
1502
- float innerCircleAlpha = endOfDonut - aaThreshold > 0.0 ? smoothstep(endOfDonut - aaThreshold, endOfDonut + aaThreshold, distanceSize) : 1.0;
1503
- float outerCircleAlpha = 1.0 - smoothstep(v_size - aaThreshold, v_size + aaThreshold , distanceSize);
1504
- float circleAlpha = innerCircleAlpha * outerCircleAlpha;
1505
- float startOfOutline = v_size - v_outlineWidth;
1506
- if (startOfOutline > 0.0 && v_outlineWidth > 0.25) {
1507
- float outlineFactor = smoothstep(startOfOutline - aaThreshold, startOfOutline + aaThreshold, distanceSize);
1508
- float innerLineFactor = donutSize - aaThreshold > 0.0 ? 1.0 - smoothstep(donutSize - aaThreshold, donutSize + aaThreshold , distanceSize) : 0.0;
1509
- fillColor = mix(fillColor, outlineColor, innerLineFactor + outlineFactor);
1510
- }
1511
- return v_opacity * circleAlpha * fillColor;
1512
- }
1513
- #endif
1514
- void main()
1515
- {
1516
- vec4 color = getColor();
1517
- #ifdef highlight
1518
- color.a = step(1.0 / 255.0, color.a);
1519
- #endif
1520
- gl_FragColor = color;
1521
- }`, "pie.vert": `#include <materials/constants.glsl>
1522
- #include <materials/utils.glsl>
1523
- #include <materials/barycentric.glsl>
1524
- #include <materials/vcommon.glsl>
1525
- #include <materials/vv.glsl>
1526
- #include <materials/attributeData.glsl>
1527
- #include <materials/pie/pie.common.glsl>
1528
- #include <materials/hittest/common.glsl>
1529
- attribute float a_bitSet;
1530
- attribute vec2 a_offset;
1531
- attribute vec2 a_texCoords;
1532
- attribute vec2 a_size;
1533
- attribute float a_referenceSize;
1534
- attribute vec2 a_zoomRange;
1535
- int filterValue(in float sectorAngle,
1536
- in int currentIndex,
1537
- inout FilteredChartInfo filteredInfo,
1538
- inout vec2 filteredSectorToColorId[numberOfFields]) {
1539
- if (sectorAngle > sectorThreshold * 360.0) {
1540
- filteredInfo.endSectorAngle += sectorAngle;
1541
- filteredSectorToColorId[filteredInfo.colorId] = vec2(filteredInfo.endSectorAngle, currentIndex);
1542
- ++filteredInfo.colorId;
1543
- }
1544
- return 0;
1545
- }
1546
- int filterValues(inout vec2 filteredSectorToColorId[numberOfFields],
1547
- inout FilteredChartInfo filteredInfo,
1548
- in float sectorAngles[numberOfFields]) {
1549
- for (int index = 0; index < numberOfFields; ++index) {
1550
- float sectorValue = sectorAngles[index];
1551
- filterValue(sectorValue, index, filteredInfo, filteredSectorToColorId);
1552
- }
1553
- return filteredInfo.colorId;
1554
- }
1555
- vec2 getMarkerSize(inout vec2 offset, inout vec2 baseSize, inout float outlineSize, in float a_referenceSize, in float bitSet) {
1556
- vec2 outSize = baseSize;
1557
- #ifdef VV_SIZE
1558
- float r = getSize(a_referenceSize, currentScale) / a_referenceSize;
1559
- outSize.xy *= r;
1560
- offset.xy *= r;
1561
- float scaleSymbolProportionally = getBit(bitSet, BITSET_MARKER_SCALE_SYMBOLS_PROPORTIONALLY);
1562
- outlineSize *= scaleSymbolProportionally * (r - 1.0) + 1.0;
1563
- #endif
1564
- return outSize;
1565
- }
1566
- vec3 getOffset(in vec2 in_offset, float a_bitSet) {
1567
- float isMapAligned = getBit(a_bitSet, BITSET_MARKER_ALIGNMENT_MAP);
1568
- vec3 offset = vec3(in_offset, 0.0);
1569
- return getMatrix(isMapAligned) * offset;
1570
- }
1571
- float filterNaNValues(in float value) {
1572
- return value != NAN_MAGIC_NUMBER && value > 0.0 ? value : 0.0;
1573
- }
1574
- void main()
1575
- {
1576
- INIT;
1577
- vec2 a_size = a_size;
1578
- vec2 a_offset = a_offset / 16.0;
1579
- float outlineSize = outlineWidth;
1580
- float a_bitSet = a_bitSet;
1581
- float a_referenceSize = a_referenceSize;
1582
- vec2 a_texCoords = a_texCoords / 4.0;
1583
- vec2 markerSize = getMarkerSize(a_offset, a_size, outlineSize, a_referenceSize, a_bitSet);
1584
- float filterFlags = getFilterFlags();
1585
- vec3 pos = vec3(a_pos / 10.0, 1.0);
1586
- v_opacity = getOpacity();
1587
- v_id = norm(a_id);
1588
- v_pos = displayViewScreenMat3 * pos + getOffset(a_offset, a_bitSet);
1589
- v_offset = sign(a_texCoords - 0.5);
1590
- v_size = max(markerSize.x, markerSize.y);
1591
- v_outlineWidth = outlineSize;
1592
- float attributeData[10];
1593
- vec4 attributeData3 = getDataDriven0(a_id);
1594
- attributeData[0] = filterNaNValues(attributeData3.x);
1595
- attributeData[1] = filterNaNValues(attributeData3.y);
1596
- attributeData[2] = filterNaNValues(attributeData3.z);
1597
- attributeData[3] = filterNaNValues(attributeData3.w);
1598
- #if (numberOfFields > 4)
1599
- vec4 attributeData4 = getDataDriven1(a_id);
1600
- attributeData[4] = filterNaNValues(attributeData4.x);
1601
- attributeData[5] = filterNaNValues(attributeData4.y);
1602
- attributeData[6] = filterNaNValues(attributeData4.z);
1603
- attributeData[7] = filterNaNValues(attributeData4.w);
1604
- #endif
1605
- #if (numberOfFields > 8)
1606
- vec4 attributeData5 = getDataDriven2(a_id);
1607
- attributeData[8] = filterNaNValues(attributeData5.x);
1608
- attributeData[9] = filterNaNValues(attributeData5.y);
1609
- #endif
1610
- float sum = 0.0;
1611
- for (int i = 0; i < numberOfFields; ++i) {
1612
- sum += attributeData[i];
1613
- }
1614
- float sectorAngles[numberOfFields];
1615
- for (int i = 0; i < numberOfFields; ++i) {
1616
- sectorAngles[i] = 360.0 * attributeData[i] / sum;
1617
- }
1618
- vec2 filteredSectorToColorId[numberOfFields];
1619
- FilteredChartInfo filteredInfo = FilteredChartInfo(0.0, 0);
1620
- int numOfEntries = filterValues(filteredSectorToColorId, filteredInfo, sectorAngles);
1621
- v_numOfEntries = float(numOfEntries);
1622
- v_maxSectorAngle = filteredInfo.endSectorAngle;
1623
- v_filteredSectorToColorId = filteredSectorToColorId;
1624
- #ifdef HITTEST
1625
- highp vec3 out_pos = vec3(0.0);
1626
- v_color = vec4(0.0);
1627
- hittestMarker(v_color, out_pos, viewMat3 * tileMat3 * pos, v_size);
1628
- gl_PointSize = 1.0;
1629
- gl_Position = vec4(clip(v_color, out_pos, filterFlags, a_zoomRange), 1.0);
1630
- #else
1631
- gl_Position = vec4(clip(v_color, v_pos, filterFlags, a_zoomRange), 1.0);
1632
- #endif
1633
- }` }, shared: { line: { "common.glsl": `#if !defined(SYMBOLOGY_TYPE_IS_OUTLINE_FILL_LIKE) && defined(PATTERN)
1634
- uniform mediump vec2 u_mosaicSize;
1635
- varying mediump float v_sampleAlphaOnly;
1636
- #endif
1637
- struct LineData {
1638
- lowp vec4 color;
1639
- mediump vec2 normal;
1640
- mediump float lineHalfWidth;
1641
- lowp float opacity;
1642
- #ifndef SYMBOLOGY_TYPE_IS_OUTLINE_FILL_LIKE
1643
- #ifdef PATTERN
1644
- mediump vec4 tlbr;
1645
- mediump vec2 patternSize;
1646
- #endif
1647
- #ifdef SDF
1648
- mediump float lineWidthRatio;
1649
- #endif
1650
- #if defined(PATTERN) || defined(SDF)
1651
- highp float accumulatedDistance;
1652
- #endif
1653
- #endif
1654
- highp vec3 id;
1655
- };`, "line.frag": `uniform lowp float u_blur;
1656
- #if !defined(SYMBOLOGY_TYPE_IS_OUTLINE_FILL_LIKE) && !defined(HIGHLIGHT)
1657
- #if defined(PATTERN) || defined(SDF)
1658
- uniform sampler2D u_texture;
1659
- uniform highp float u_pixelRatio;
1660
- #endif
1661
- #endif
1662
- #if defined(SDF) && !defined(HIGHLIGHT) && !defined(SYMBOLOGY_TYPE_IS_OUTLINE_FILL_LIKE)
1663
- lowp vec4 getLineColor(LineData line) {
1664
- mediump float adjustedPatternWidth = line.patternSize.x * 2.0 * line.lineWidthRatio;
1665
- mediump float relativeTexX = fract(line.accumulatedDistance / adjustedPatternWidth);
1666
- mediump float relativeTexY = 0.5 + 0.25 * line.normal.y;
1667
- mediump vec2 texCoord = mix(line.tlbr.xy, line.tlbr.zw, vec2(relativeTexX, relativeTexY));
1668
- mediump float d = rgba2float(texture2D(u_texture, texCoord)) - 0.5;
1669
- float dist = d * line.lineHalfWidth;
1670
- return line.opacity * clamp(0.5 - dist, 0.0, 1.0) * line.color;
1671
- }
1672
- #elif defined(PATTERN) && !defined(HIGHLIGHT) && !defined(SYMBOLOGY_TYPE_IS_OUTLINE_FILL_LIKE)
1673
- lowp vec4 getLineColor(LineData line) {
1674
- mediump float lineHalfWidth = line.lineHalfWidth;
1675
- mediump float adjustedPatternHeight = line.patternSize.y * 2.0 * lineHalfWidth / line.patternSize.x;
1676
- mediump float relativeTexY = fract(line.accumulatedDistance / adjustedPatternHeight);
1677
- mediump float relativeTexX = 0.5 + 0.5 * line.normal.y;
1678
- mediump vec2 texCoord = mix(line.tlbr.xy, line.tlbr.zw, vec2(relativeTexX, relativeTexY));
1679
- lowp vec4 color = texture2D(u_texture, texCoord);
1680
- #ifdef VV_COLOR
1681
- if (v_sampleAlphaOnly > 0.5) {
1682
- color.rgb = vec3(color.a);
1683
- }
1684
- #endif
1685
- return line.opacity * line.color * color;
1686
- }
1687
- #else
1688
- lowp vec4 getLineColor(LineData line) {
1689
- return line.opacity * line.color;
1690
- }
1691
- #endif
1692
- vec4 shadeLine(LineData line)
1693
- {
1694
- mediump float thinLineFactor = max(THIN_LINE_WIDTH_FACTOR * step(line.lineHalfWidth, THIN_LINE_HALF_WIDTH), 1.0);
1695
- mediump float fragDist = length(line.normal) * line.lineHalfWidth;
1696
- lowp float alpha = clamp(thinLineFactor * (line.lineHalfWidth - fragDist) / (u_blur + thinLineFactor - 1.0), 0.0, 1.0);
1697
- lowp vec4 out_color = getLineColor(line) * alpha;
1698
- #ifdef HIGHLIGHT
1699
- out_color.a = step(1.0 / 255.0, out_color.a);
1700
- #endif
1701
- #ifdef ID
1702
- if (out_color.a < 1.0 / 255.0) {
1703
- discard;
1704
- }
1705
- out_color = vec4(line.id, 0.0);
1706
- #endif
1707
- return out_color;
1708
- }`, "line.vert": `float getBaseLineHalfWidth(in float lineHalfWidth, in float referenceHalfWidth) {
1709
- #ifdef VV_SIZE
1710
- float refLineWidth = 2.0 * referenceHalfWidth;
1711
- return 0.5 * (lineHalfWidth / max(referenceHalfWidth, EPSILON)) * getSize(refLineWidth);
1712
- #else
1713
- return lineHalfWidth;
1714
- #endif
1715
- }
1716
- float getLineHalfWidth(in float baseWidth, in float aa) {
1717
- float halfWidth = max(baseWidth + aa, 0.45) + 0.1 * aa;
1718
- #ifdef HIGHLIGHT
1719
- halfWidth = max(halfWidth, 2.0);
1720
- #endif
1721
- return halfWidth;
1722
- }
1723
- vec2 getDist(in vec2 offset, in float halfWidth) {
1724
- float thinLineFactor = max(THIN_LINE_WIDTH_FACTOR * step(halfWidth, THIN_LINE_HALF_WIDTH), 1.0);
1725
- return thinLineFactor * halfWidth * offset;
1726
- }
1727
- LineData buildLine(
1728
- out vec3 out_pos,
1729
- in vec3 in_id,
1730
- in vec2 in_pos,
1731
- in vec4 in_color,
1732
- in vec2 in_offset,
1733
- in vec2 in_normal,
1734
- in float in_accumulatedDist,
1735
- in float in_lineHalfWidth,
1736
- in float in_bitSet,
1737
- in vec4 in_tlbr,
1738
- in vec2 in_segmentDirection,
1739
- in float in_referenceHalfWidth
1740
- )
1741
- {
1742
- float aa = 0.5 * u_antialiasing;
1743
- float baseWidth = getBaseLineHalfWidth(in_lineHalfWidth, in_referenceHalfWidth);
1744
- float halfWidth = getLineHalfWidth(baseWidth, aa);
1745
- float z = 2.0 * step(baseWidth, 0.0);
1746
- vec2 dist = getDist(in_offset, halfWidth);
1747
- vec3 offset = u_displayViewMat3 * vec3(dist, 0.0);
1748
- vec3 pos = u_dvsMat3 * vec3(in_pos * POSITION_PRECISION, 1.0) + offset;
1749
- #ifdef SYMBOLOGY_TYPE_IS_OUTLINE_FILL_LIKE
1750
- vec4 color = in_color;
1751
- float opacity = 1.0;
1752
- #else
1753
- vec4 color = getColor(in_color, in_bitSet, BITSET_GENERIC_LOCK_COLOR);
1754
- float opacity = getOpacity();
1755
- #ifdef SDF
1756
- const float SDF_PATTERN_HALF_WIDTH = 15.5;
1757
- float scaleDash = getBit(in_bitSet, BITSET_LINE_SCALE_DASH);
1758
- float lineWidthRatio = (scaleDash * max(halfWidth - 0.55 * u_antialiasing, 0.25) + (1.0 - scaleDash)) / SDF_PATTERN_HALF_WIDTH;
1759
- #endif
1760
- #endif
1761
- #if !defined(SYMBOLOGY_TYPE_IS_OUTLINE_FILL_LIKE) && defined(PATTERN)
1762
- v_sampleAlphaOnly = getBit(in_bitSet, BITSET_GENERIC_CONSIDER_ALPHA_ONLY);
1763
- #endif
1764
- out_pos = vec3(pos.xy, z);
1765
- return LineData(
1766
- color,
1767
- in_normal,
1768
- halfWidth,
1769
- opacity,
1770
- #ifndef SYMBOLOGY_TYPE_IS_OUTLINE_FILL_LIKE
1771
- #ifdef PATTERN
1772
- in_tlbr / u_mosaicSize.xyxy,
1773
- vec2(in_tlbr.z - in_tlbr.x, in_tlbr.w - in_tlbr.y),
1774
- #endif
1775
- #ifdef SDF
1776
- lineWidthRatio,
1777
- #endif
1778
- #if defined(PATTERN) || defined(SDF)
1779
- in_accumulatedDist * u_zoomFactor + dot(in_segmentDirection, dist),
1780
- #endif
1781
- #endif
1782
- norm(in_id)
1783
- );
1784
- }` } }, "symbologyTypeUtils.glsl": `#if SYMBOLOGY_TYPE == SYMBOLOGY_TYPE_OUTLINE_FILL || SYMBOLOGY_TYPE == SYMBOLOGY_TYPE_OUTLINE_FILL_SIMPLE
1785
- #define SYMBOLOGY_TYPE_IS_OUTLINE_FILL_LIKE
1786
- #endif
1787
- #if SYMBOLOGY_TYPE == SYMBOLOGY_TYPE_SIMPLE || SYMBOLOGY_TYPE == SYMBOLOGY_TYPE_OUTLINE_FILL_SIMPLE
1788
- #define SYMBOLOGY_TYPE_IS_SIMPLE_LIKE
1789
- #endif`, text: { "common.glsl": `uniform highp vec2 u_mosaicSize;
1790
- varying highp vec3 v_id;
1791
- varying mediump vec3 v_pos;
1792
- varying lowp float v_opacity;
1793
- varying lowp vec4 v_color;
1794
- varying highp vec2 v_tex;
1795
- varying mediump float v_antialiasingWidth;
1796
- varying mediump float v_edgeDistanceOffset;
1797
- varying lowp float v_transparency;`, "hittest.glsl": "#include <materials/hittest/common.glsl>", "text.frag": `precision mediump float;
1798
- #include <materials/text/common.glsl>
1799
- uniform lowp sampler2D u_texture;
1800
- #ifdef HITTEST
1801
- vec4 getColor() {
1802
- return v_color;
1803
- }
1804
- #else
1805
- vec4 getColor()
1806
- {
1807
- float SDF_CUTOFF = (2.0 / 8.0);
1808
- float SDF_BASE_EDGE_DIST = 1.0 - SDF_CUTOFF;
1809
- lowp float dist = texture2D(u_texture, v_tex).a;
1810
- mediump float edge = SDF_BASE_EDGE_DIST - v_edgeDistanceOffset;
1811
- #ifdef HIGHLIGHT
1812
- edge /= 2.0;
1813
- #endif
1814
- lowp float aa = v_antialiasingWidth;
1815
- lowp float alpha = smoothstep(edge - aa, edge + aa, dist);
1816
- return alpha * v_color * v_opacity;
1817
- }
1818
- #endif
1819
- void main()
1820
- {
1821
- gl_FragColor = getColor();
1822
- }`, "text.vert": `precision highp float;
1823
- #include <materials/utils.glsl>
1824
- #include <materials/vcommon.glsl>
1825
- #include <materials/text/common.glsl>
1826
- #include <materials/text/hittest.glsl>
1827
- attribute vec4 a_color;
1828
- attribute vec4 a_haloColor;
1829
- attribute vec4 a_texFontSize;
1830
- attribute vec4 a_aux;
1831
- attribute vec2 a_zoomRange;
1832
- attribute vec2 a_vertexOffset;
1833
- attribute vec2 a_texCoords;
1834
- uniform float u_isHaloPass;
1835
- uniform float u_isBackgroundPass;
1836
- float getTextSize(inout vec2 offset, inout float baseSize, in float referenceSize) {
1837
- #ifdef VV_SIZE
1838
- float r = getSize(referenceSize) / referenceSize;
1839
- baseSize *= r;
1840
- offset.xy *= r;
1841
- return baseSize;
1842
- #endif
1843
- return baseSize;
1844
- }
1845
- void main()
1846
- {
1847
- INIT;
1848
- float a_isBackground = a_aux.y;
1849
- float a_referenceSize = a_aux.z * a_aux.z / 256.0;
1850
- float a_bitSet = a_aux.w;
1851
- float a_fontSize = a_texFontSize.z;
1852
- vec2 a_offset = a_vertexOffset * OFFSET_PRECISION;
1853
- vec3 in_pos = vec3(a_pos * POSITION_PRECISION, 1.0);
1854
- float fontSize = getTextSize(a_offset, a_fontSize, a_referenceSize);
1855
- float fontScale = fontSize / SDF_FONT_SIZE;
1856
- vec3 offset = getRotation() * vec3(a_offset, 0.0);
1857
- mat3 extrudeMatrix = getBit(a_bitSet, 0) == 1.0 ? u_displayViewMat3 : u_displayMat3;
1858
- float isText = 1.0 - a_isBackground;
1859
- float isBackground = u_isBackgroundPass * a_isBackground;
1860
- vec4 nonHaloColor = (isBackground * a_color) + (isText * getColor(a_color, a_bitSet, 1));
1861
- v_color = u_isHaloPass * a_haloColor + (1.0 - u_isHaloPass) * nonHaloColor;
1862
- v_opacity = getOpacity();
1863
- v_id = norm(a_id);
1864
- v_tex = a_texCoords / u_mosaicSize;
1865
- v_pos = u_dvsMat3 * in_pos + extrudeMatrix * offset;
1866
- float isHidden = u_isBackgroundPass * isText + (1.0 - u_isBackgroundPass) * a_isBackground;
1867
- v_pos.z += 2.0 * isHidden;
1868
- v_edgeDistanceOffset = u_isHaloPass * OUTLINE_SCALE * a_texFontSize.w / fontScale / MAX_SDF_DISTANCE;
1869
- v_antialiasingWidth = 0.105 * SDF_FONT_SIZE / fontSize / u_pixelRatio;
1870
- #ifdef HITTEST
1871
- highp vec3 out_pos = vec3(0.);
1872
- v_color = vec4(0.);
1873
- hittestMarker(v_color, out_pos, u_viewMat3 * u_tileMat3 * vec3(a_pos * POSITION_PRECISION, 1.0)
1874
- + u_tileMat3 * offset, fontSize / 2.);
1875
- gl_PointSize = 1.;
1876
- gl_Position = vec4(clip(v_color, out_pos, getFilterFlags(), a_zoomRange), 1.0);
1877
- #else
1878
- gl_Position = vec4(clip(v_color, v_pos, getFilterFlags(), a_zoomRange), 1.0);
1879
- #endif
1880
- }` }, "utils.glsl": `float rshift(in float u32, in int amount) {
1881
- return floor(u32 / pow(2.0, float(amount)));
1882
- }
1883
- float getBit(in float bitset, in int bitIndex) {
1884
- float offset = pow(2.0, float(bitIndex));
1885
- return mod(floor(bitset / offset), 2.0);
1886
- }
1887
- const int highlightReasonsLength = 3;
1888
- float getFilterBit(in float bitset, in int bitIndex) {
1889
- return getBit(bitset, bitIndex + highlightReasonsLength);
1890
- }
1891
- float getHighlightBit(in float bitset, in int bitIndex) {
1892
- return getBit(bitset, bitIndex);
1893
- }
1894
- highp vec3 unpackDisplayIdTexel(in highp vec3 bitset) {
1895
- float isAggregate = getBit(bitset.b, 7);
1896
- return (1.0 - isAggregate) * bitset + isAggregate * (vec3(bitset.rgb) - vec3(0.0, 0.0, float(0x80)));
1897
- }
1898
- vec4 unpack(in float u32) {
1899
- float r = mod(rshift(u32, 0), 255.0);
1900
- float g = mod(rshift(u32, 8), 255.0);
1901
- float b = mod(rshift(u32, 16), 255.0);
1902
- float a = mod(rshift(u32, 24), 255.0);
1903
- return vec4(r, g, b, a);
1904
- }
1905
- vec3 norm(in vec3 v) {
1906
- return v /= 255.0;
1907
- }
1908
- vec4 norm(in vec4 v) {
1909
- return v /= 255.0;
1910
- }
1911
- float max4(vec4 target) {
1912
- return max(max(max(target.x, target.y), target.z), target.w);
1913
- }
1914
- vec2 unpack_u8_nf32(vec2 bytes) {
1915
- return (bytes - 127.0) / 127.0;
1916
- }
1917
- highp float rand(in vec2 co) {
1918
- highp float a = 12.9898;
1919
- highp float b = 78.233;
1920
- highp float c = 43758.5453;
1921
- highp float dt = dot(co, vec2(a,b));
1922
- highp float sn = mod(dt, 3.14);
1923
- return fract(sin(sn) * c);
1924
- }`, "vcommon.glsl": `#include <materials/constants.glsl>
1925
- #include <materials/utils.glsl>
1926
- #include <materials/attributeData.glsl>
1927
- #include <materials/vv.glsl>
1928
- #include <materials/barycentric.glsl>
1929
- attribute vec2 a_pos;
1930
- attribute highp vec3 a_id;
1931
- uniform highp mat3 displayViewScreenMat3;
1932
- uniform highp mat3 displayViewMat3;
1933
- uniform highp mat3 displayMat3;
1934
- uniform highp mat3 tileMat3;
1935
- uniform highp mat3 viewMat3;
1936
- uniform highp float pixelRatio;
1937
- uniform mediump float zoomFactor;
1938
- uniform mediump float antialiasing;
1939
- uniform mediump float currentScale;
1940
- uniform mediump float currentZoom;
1941
- uniform mediump float metersPerSRUnit;
1942
- vec4 VV_ADATA = vec4(0.0);
1943
- void loadVisualVariableData(inout vec4 target) {
1944
- target.rgba = getVisualVariableData(a_id);
1945
- }
1946
- #ifdef VV
1947
- #define INIT loadVisualVariableData(VV_ADATA)
1948
- #else
1949
- #define INIT
1950
- #endif
1951
- vec4 getColor(in vec4 a_color, in float a_bitSet, int index) {
1952
- #ifdef VV_COLOR
1953
- float isColorLocked = getBit(a_bitSet, index);
1954
- return getVVColor(VV_ADATA[ATTR_VV_COLOR], a_color, isColorLocked);
1955
- #else
1956
- return a_color;
1957
- #endif
1958
- }
1959
- float getOpacity() {
1960
- #ifdef VV_OPACITY
1961
- return getVVOpacity(VV_ADATA[ATTR_VV_OPACITY]);
1962
- #else
1963
- return 1.0;
1964
- #endif
1965
- }
1966
- float getSize(in float in_size, in float currentScale) {
1967
- #ifdef VV_SIZE
1968
- return getVVSize(in_size, VV_ADATA[ATTR_VV_SIZE], currentScale);
1969
- #else
1970
- return in_size;
1971
- #endif
1972
- }
1973
- mat3 getRotation() {
1974
- #ifdef VV_ROTATION
1975
- return getVVRotationMat3(mod(VV_ADATA[ATTR_VV_ROTATION], 360.0));
1976
- #else
1977
- return mat3(1.0);
1978
- #endif
1979
- }
1980
- float getFilterFlags() {
1981
- #ifdef IGNORES_SAMPLER_PRECISION
1982
- return ceil(getFilterData(a_id).x * 255.0);
1983
- #else
1984
- return getFilterData(a_id).x * 255.0;
1985
- #endif
1986
- }
1987
- vec4 getAnimationState() {
1988
- return getAnimation(a_id);
1989
- }
1990
- float getMinZoom() {
1991
- vec4 data0 = getFilterData(a_id) * 255.0;
1992
- return data0.g;
1993
- }
1994
- mat3 getMatrixNoDisplay(float isMapAligned) {
1995
- return isMapAligned * viewMat3 * tileMat3 + (1.0 - isMapAligned) * tileMat3;
1996
- }
1997
- mat3 getMatrix(float isMapAligned) {
1998
- return isMapAligned * displayViewMat3 + (1.0 - isMapAligned) * displayMat3;
1999
- }
2000
- float checkHighlightBit(float filterFlags, int index) {
2001
- return getHighlightBit(filterFlags, index);
2002
- }
2003
- float checkHighlight(float filterFlags) {
2004
- float result = checkHighlightBit(filterFlags, 0);
2005
- for (int i = 1; i < highlightReasonsLength; i++) {
2006
- result = result + checkHighlightBit(filterFlags, i);
2007
- }
2008
- return step(0.1, result);
2009
- }
2010
- vec3 clip(inout vec4 color, inout vec3 pos, in float filterFlags, in vec2 minMaxZoom) {
2011
- pos.z += 2.0 * (1.0 - getFilterBit(filterFlags, 0));
2012
- #ifdef inside
2013
- pos.z += 2.0 * (1.0 - getFilterBit(filterFlags, 1));
2014
- #elif defined(outside)
2015
- pos.z += 2.0 * getFilterBit(filterFlags, 1);
2016
- #elif defined(highlight)
2017
- #if !defined(highlight_all)
2018
- pos.z += 2.0 * (1.0 - checkHighlight(filterFlags));
2019
- #endif
2020
- #endif
2021
- pos.z += 2.0 * (step(minMaxZoom.y, currentZoom) + (1.0 - step(minMaxZoom.x, currentZoom)));
2022
- return pos;
2023
- }`, "vv.glsl": `#if defined(VV_SIZE_MIN_MAX_VALUE) || defined(VV_SIZE_SCALE_STOPS) || defined(VV_SIZE_FIELD_STOPS) || defined(VV_SIZE_UNIT_VALUE)
2024
- #define VV_SIZE
2025
- #endif
2026
- #if defined(VV_COLOR) || defined(VV_SIZE) || defined(VV_OPACITY) || defined(VV_ROTATION)
2027
- #define VV
2028
- #endif
2029
- #ifdef VV_COLOR
2030
- uniform highp float colorValues[8];
2031
- uniform vec4 colors[8];
2032
- #endif
2033
- #ifdef VV_SIZE_MIN_MAX_VALUE
2034
- uniform highp vec4 minMaxValueAndSize;
2035
- #endif
2036
- #ifdef VV_SIZE_SCALE_STOPS
2037
- uniform highp float values[8];
2038
- uniform float sizes[8];
2039
- #endif
2040
- #ifdef VV_SIZE_FIELD_STOPS
2041
- uniform highp float values[8];
2042
- uniform float sizes[8];
2043
- #endif
2044
- #ifdef VV_SIZE_UNIT_VALUE
2045
- uniform highp float unitMeterRatio;
2046
- #endif
2047
- #ifdef VV_OPACITY
2048
- uniform highp float opacityValues[8];
2049
- uniform float opacities[8];
2050
- #endif
2051
- #ifdef VV_ROTATION
2052
- uniform lowp float rotationType;
2053
- #endif
2054
- bool isNan(float val) {
2055
- return (val == NAN_MAGIC_NUMBER);
2056
- }
2057
- #ifdef VV_SIZE_MIN_MAX_VALUE
2058
- float getVVMinMaxSize(float sizeValue, float fallback) {
2059
- if (isNan(sizeValue)) {
2060
- return fallback;
2061
- }
2062
- float interpolationRatio = (sizeValue - minMaxValueAndSize.x) / (minMaxValueAndSize.y - minMaxValueAndSize.x);
2063
- interpolationRatio = clamp(interpolationRatio, 0.0, 1.0);
2064
- return minMaxValueAndSize.z + interpolationRatio * (minMaxValueAndSize.w - minMaxValueAndSize.z);
2065
- }
2066
- #endif
2067
- #ifdef VV_SIZE_SCALE_STOPS
2068
- float getVVScaleStopsSize(float currentScale) {
2069
- float outSize;
2070
- if (currentScale <= values[0]) {
2071
- outSize = sizes[0];
2072
- } else {
2073
- if (currentScale >= values[7]) {
2074
- outSize = sizes[7];
2075
- } else {
2076
- int index;
2077
- index = -1;
2078
- for (int i = 0; i < 8; i++) {
2079
- if (values[i] > currentScale) {
2080
- index = i;
2081
- break;
2082
- }
2083
- }
2084
- int prevIndex = index - 1;
2085
- float a = currentScale - values[prevIndex];
2086
- float b = values[index] - values[prevIndex];
2087
- outSize = mix(sizes[prevIndex], sizes[index], a / b);
2088
- }
2089
- }
2090
- return outSize;
2091
- }
2092
- #endif
2093
- #ifdef VV_SIZE_FIELD_STOPS
2094
- const int VV_SIZE_N = 8;
2095
- float getVVStopsSize(float sizeValue, float fallback) {
2096
- if (isNan(sizeValue)) {
2097
- return fallback;
2098
- }
2099
- if (sizeValue <= values[0]) {
2100
- return sizes[0];
2101
- }
2102
- for (int i = 1; i < VV_SIZE_N; ++i) {
2103
- if (values[i] >= sizeValue) {
2104
- float f = (sizeValue - values[i-1]) / (values[i] - values[i-1]);
2105
- return mix(sizes[i-1], sizes[i], f);
2106
- }
2107
- }
2108
- return sizes[VV_SIZE_N - 1];
2109
- }
2110
- #endif
2111
- #ifdef VV_SIZE_UNIT_VALUE
2112
- float getVVUnitValue(float sizeValue, float fallback) {
2113
- if (isNan(sizeValue)) {
2114
- return fallback;
2115
- }
2116
- return sizeValue * (metersPerSRUnit / unitMeterRatio);
2117
- }
2118
- #endif
2119
- #ifdef VV_OPACITY
2120
- const int VV_OPACITY_N = 8;
2121
- float getVVOpacity(float opacityValue) {
2122
- if (isNan(opacityValue)) {
2123
- return 1.0;
2124
- }
2125
- if (opacityValue <= opacityValues[0]) {
2126
- return opacities[0];
2127
- }
2128
- for (int i = 1; i < VV_OPACITY_N; ++i) {
2129
- if (opacityValues[i] >= opacityValue) {
2130
- float f = (opacityValue - opacityValues[i-1]) / (opacityValues[i] - opacityValues[i-1]);
2131
- return mix(opacities[i-1], opacities[i], f);
2132
- }
2133
- }
2134
- return opacities[VV_OPACITY_N - 1];
2135
- }
2136
- #endif
2137
- #ifdef VV_ROTATION
2138
- mat4 getVVRotation(float rotationValue) {
2139
- if (isNan(rotationValue)) {
2140
- return mat4(1, 0, 0, 0,
2141
- 0, 1, 0, 0,
2142
- 0, 0, 1, 0,
2143
- 0, 0, 0, 1);
2144
- }
2145
- float rotation = rotationValue;
2146
- if (rotationType == 1.0) {
2147
- rotation = 90.0 - rotation;
2148
- }
2149
- float angle = C_DEG_TO_RAD * rotation;
2150
- float sinA = sin(angle);
2151
- float cosA = cos(angle);
2152
- return mat4(cosA, sinA, 0, 0,
2153
- -sinA, cosA, 0, 0,
2154
- 0, 0, 1, 0,
2155
- 0, 0, 0, 1);
2156
- }
2157
- mat3 getVVRotationMat3(float rotationValue) {
2158
- if (isNan(rotationValue)) {
2159
- return mat3(1, 0, 0,
2160
- 0, 1, 0,
2161
- 0, 0, 1);
2162
- }
2163
- float rotation = rotationValue;
2164
- if (rotationType == 1.0) {
2165
- rotation = 90.0 - rotation;
2166
- }
2167
- float angle = C_DEG_TO_RAD * -rotation;
2168
- float sinA = sin(angle);
2169
- float cosA = cos(angle);
2170
- return mat3(cosA, -sinA, 0,
2171
- sinA, cosA, 0,
2172
- 0, 0, 1);
2173
- }
2174
- #endif
2175
- #ifdef VV_COLOR
2176
- const int VV_COLOR_N = 8;
2177
- vec4 getVVColor(float colorValue, vec4 fallback, float isColorLocked) {
2178
- if (isNan(colorValue) || isColorLocked == 1.0) {
2179
- return fallback;
2180
- }
2181
- if (colorValue <= colorValues[0]) {
2182
- return colors[0];
2183
- }
2184
- for (int i = 1; i < VV_COLOR_N; ++i) {
2185
- if (colorValues[i] >= colorValue) {
2186
- float f = (colorValue - colorValues[i-1]) / (colorValues[i] - colorValues[i-1]);
2187
- return mix(colors[i-1], colors[i], f);
2188
- }
2189
- }
2190
- return colors[VV_COLOR_N - 1];
2191
- }
2192
- #endif
2193
- float getVVSize(in float size, in float vvSize, in float currentScale) {
2194
- #ifdef VV_SIZE_MIN_MAX_VALUE
2195
- return getVVMinMaxSize(vvSize, size);
2196
- #elif defined(VV_SIZE_SCALE_STOPS)
2197
- float outSize = getVVScaleStopsSize(currentScale);
2198
- return isNan(outSize) ? size : outSize;
2199
- #elif defined(VV_SIZE_FIELD_STOPS)
2200
- float outSize = getVVStopsSize(vvSize, size);
2201
- return isNan(outSize) ? size : outSize;
2202
- #elif defined(VV_SIZE_UNIT_VALUE)
2203
- return getVVUnitValue(vvSize, size);
2204
- #else
2205
- return size;
2206
- #endif
2207
- }` }, overlay: { overlay: { "overlay.frag": `precision lowp float;
2208
- uniform lowp sampler2D u_texture;
2209
- uniform lowp float u_opacity;
2210
- varying mediump vec2 v_uv;
2211
- void main() {
2212
- vec4 color = texture2D(u_texture, v_uv);
2213
- gl_FragColor = color * u_opacity;
2214
- }`, "overlay.vert": `precision mediump float;
2215
- attribute vec2 a_pos;
2216
- attribute vec2 a_uv;
2217
- uniform highp mat3 u_dvsMat3;
2218
- uniform mediump vec2 u_perspective;
2219
- varying mediump vec2 v_uv;
2220
- void main(void) {
2221
- v_uv = a_uv;
2222
- float w = 1.0 + dot(a_uv, u_perspective);
2223
- vec3 pos = u_dvsMat3 * vec3(a_pos, 1.0);
2224
- gl_Position = vec4(w * pos.xy, 0.0, w);
2225
- }` } }, "post-processing": { blit: { "blit.frag": `precision mediump float;
2226
- uniform sampler2D u_texture;
2227
- varying vec2 v_uv;
2228
- void main() {
2229
- gl_FragColor = texture2D(u_texture, v_uv);
2230
- }` }, bloom: { composite: { "composite.frag": `precision mediump float;
2231
- varying vec2 v_uv;
2232
- uniform sampler2D u_blurTexture1;
2233
- uniform sampler2D u_blurTexture2;
2234
- uniform sampler2D u_blurTexture3;
2235
- uniform sampler2D u_blurTexture4;
2236
- uniform sampler2D u_blurTexture5;
2237
- uniform float u_bloomStrength;
2238
- uniform float u_bloomRadius;
2239
- uniform float u_bloomFactors[NUMMIPS];
2240
- uniform vec3 u_bloomTintColors[NUMMIPS];
2241
- float lerpBloomFactor(const in float factor) {
2242
- float mirrorFactor = 1.2 - factor;
2243
- return mix(factor, mirrorFactor, u_bloomRadius);
2244
- }
2245
- void main() {
2246
- vec4 color = u_bloomStrength * (
2247
- lerpBloomFactor(u_bloomFactors[0]) * vec4(u_bloomTintColors[0], 1.0) * texture2D(u_blurTexture1, v_uv) +
2248
- lerpBloomFactor(u_bloomFactors[1]) * vec4(u_bloomTintColors[1], 1.0) * texture2D(u_blurTexture2, v_uv) +
2249
- lerpBloomFactor(u_bloomFactors[2]) * vec4(u_bloomTintColors[2], 1.0) * texture2D(u_blurTexture3, v_uv) +
2250
- lerpBloomFactor(u_bloomFactors[3]) * vec4(u_bloomTintColors[3], 1.0) * texture2D(u_blurTexture4, v_uv) +
2251
- lerpBloomFactor(u_bloomFactors[4]) * vec4(u_bloomTintColors[4], 1.0) * texture2D(u_blurTexture5, v_uv)
2252
- );
2253
- gl_FragColor = clamp(color, 0.0, 1.0);
2254
- }` }, gaussianBlur: { "gaussianBlur.frag": `precision mediump float;
2255
- uniform sampler2D u_colorTexture;
2256
- uniform vec2 u_texSize;
2257
- uniform vec2 u_direction;
2258
- varying vec2 v_uv;
2259
- #define KERNEL_RADIUS RADIUS
2260
- #define SIGMA RADIUS
2261
- float gaussianPdf(in float x, in float sigma) {
2262
- return 0.39894 * exp(-0.5 * x * x / ( sigma * sigma)) / sigma;
2263
- }
2264
- void main() {
2265
- vec2 invSize = 1.0 / u_texSize;
2266
- float fSigma = float(SIGMA);
2267
- float weightSum = gaussianPdf(0.0, fSigma);
2268
- vec4 pixelColorSum = texture2D(u_colorTexture, v_uv) * weightSum;
2269
- for (int i = 1; i < KERNEL_RADIUS; i ++) {
2270
- float x = float(i);
2271
- float w = gaussianPdf(x, fSigma);
2272
- vec2 uvOffset = u_direction * invSize * x;
2273
- vec4 sample1 = texture2D(u_colorTexture, v_uv + uvOffset);
2274
- vec4 sample2 = texture2D(u_colorTexture, v_uv - uvOffset);
2275
- pixelColorSum += (sample1 + sample2) * w;
2276
- weightSum += 2.0 * w;
2277
- }
2278
- gl_FragColor = pixelColorSum /weightSum;
2279
- }` }, luminosityHighPass: { "luminosityHighPass.frag": `precision mediump float;
2280
- uniform sampler2D u_texture;
2281
- uniform vec3 u_defaultColor;
2282
- uniform float u_defaultOpacity;
2283
- uniform float u_luminosityThreshold;
2284
- uniform float u_smoothWidth;
2285
- varying vec2 v_uv;
2286
- void main() {
2287
- vec4 texel = texture2D(u_texture, v_uv);
2288
- vec3 luma = vec3(0.299, 0.587, 0.114);
2289
- float v = dot(texel.xyz, luma);
2290
- vec4 outputColor = vec4(u_defaultColor.rgb, u_defaultOpacity);
2291
- float alpha = smoothstep(u_luminosityThreshold, u_luminosityThreshold + u_smoothWidth, v);
2292
- gl_FragColor = mix(outputColor, texel, alpha);
2293
- }` } }, blur: { gaussianBlur: { "gaussianBlur.frag": `precision mediump float;
2294
- uniform sampler2D u_colorTexture;
2295
- uniform vec2 u_texSize;
2296
- uniform vec2 u_direction;
2297
- uniform float u_sigma;
2298
- varying vec2 v_uv;
2299
- #define KERNEL_RADIUS RADIUS
2300
- float gaussianPdf(in float x, in float sigma) {
2301
- return 0.39894 * exp(-0.5 * x * x / ( sigma * sigma)) / sigma;
2302
- }
2303
- void main() {
2304
- vec2 invSize = 1.0 / u_texSize;
2305
- float fSigma = u_sigma;
2306
- float weightSum = gaussianPdf(0.0, fSigma);
2307
- vec4 pixelColorSum = texture2D(u_colorTexture, v_uv) * weightSum;
2308
- for (int i = 1; i < KERNEL_RADIUS; i ++) {
2309
- float x = float(i);
2310
- float w = gaussianPdf(x, fSigma);
2311
- vec2 uvOffset = u_direction * invSize * x;
2312
- vec4 sample1 = texture2D(u_colorTexture, v_uv + uvOffset);
2313
- vec4 sample2 = texture2D(u_colorTexture, v_uv - uvOffset);
2314
- pixelColorSum += (sample1 + sample2) * w;
2315
- weightSum += 2.0 * w;
2316
- }
2317
- gl_FragColor = pixelColorSum /weightSum;
2318
- }` }, "radial-blur": { "radial-blur.frag": `precision mediump float;
2319
- uniform sampler2D u_colorTexture;
2320
- varying vec2 v_uv;
2321
- const float sampleDist = 1.0;
2322
- const float sampleStrength = 2.2;
2323
- void main(void) {
2324
- float samples[10];
2325
- samples[0] = -0.08;
2326
- samples[1] = -0.05;
2327
- samples[2] = -0.03;
2328
- samples[3] = -0.02;
2329
- samples[4] = -0.01;
2330
- samples[5] = 0.01;
2331
- samples[6] = 0.02;
2332
- samples[7] = 0.03;
2333
- samples[8] = 0.05;
2334
- samples[9] = 0.08;
2335
- vec2 dir = 0.5 - v_uv;
2336
- float dist = sqrt(dir.x * dir.x + dir.y * dir.y);
2337
- dir = dir / dist;
2338
- vec4 color = texture2D(u_colorTexture,v_uv);
2339
- vec4 sum = color;
2340
- for (int i = 0; i < 10; i++) {
2341
- sum += texture2D(u_colorTexture, v_uv + dir * samples[i] * sampleDist);
2342
- }
2343
- sum *= 1.0 / 11.0;
2344
- float t = dist * sampleStrength;
2345
- t = clamp(t, 0.0, 1.0);
2346
- gl_FragColor = mix(color, sum, t);
2347
- }` } }, dra: { "dra.frag": `precision mediump float;
2348
- uniform sampler2D u_minColor;
2349
- uniform sampler2D u_maxColor;
2350
- uniform sampler2D u_texture;
2351
- varying vec2 v_uv;
2352
- void main() {
2353
- vec4 minColor = texture2D(u_minColor, vec2(0.5));
2354
- vec4 maxColor = texture2D(u_maxColor, vec2(0.5));
2355
- vec4 color = texture2D(u_texture, v_uv);
2356
- vec3 minColorUnpremultiply = minColor.rgb / minColor.a;
2357
- vec3 maxColorUnpremultiply = maxColor.rgb / maxColor.a;
2358
- vec3 colorUnpremultiply = color.rgb / color.a;
2359
- vec3 range = maxColorUnpremultiply - minColorUnpremultiply;
2360
- gl_FragColor = vec4(color.a * (colorUnpremultiply - minColorUnpremultiply) / range, color.a);
2361
- }`, "min-max": { "min-max.frag": `#extension GL_EXT_draw_buffers : require
2362
- precision mediump float;
2363
- #define CELL_SIZE 2
2364
- uniform sampler2D u_minTexture;
2365
- uniform sampler2D u_maxTexture;
2366
- uniform vec2 u_srcResolution;
2367
- uniform vec2 u_dstResolution;
2368
- varying vec2 v_uv;
2369
- void main() {
2370
- vec2 srcPixel = floor(gl_FragCoord.xy) * float(CELL_SIZE);
2371
- vec2 onePixel = vec2(1.0) / u_srcResolution;
2372
- vec2 uv = (srcPixel + 0.5) / u_srcResolution;
2373
- vec4 minColor = vec4(1.0);
2374
- vec4 maxColor = vec4(0.0);
2375
- for (int y = 0; y < CELL_SIZE; ++y) {
2376
- for (int x = 0; x < CELL_SIZE; ++x) {
2377
- vec2 offset = uv + vec2(x, y) * onePixel;
2378
- minColor = min(minColor, texture2D(u_minTexture, offset));
2379
- maxColor = max(maxColor, texture2D(u_maxTexture, offset));
2380
- }
2381
- }
2382
- gl_FragData[0] = minColor;
2383
- gl_FragData[1] = maxColor;
2384
- }` } }, "drop-shadow": { composite: { "composite.frag": `precision mediump float;
2385
- uniform sampler2D u_layerFBOTexture;
2386
- uniform sampler2D u_blurTexture;
2387
- uniform vec4 u_shadowColor;
2388
- uniform vec2 u_shadowOffset;
2389
- uniform highp mat3 u_displayViewMat3;
2390
- varying vec2 v_uv;
2391
- void main() {
2392
- vec3 offset = u_displayViewMat3 * vec3(u_shadowOffset, 0.0);
2393
- vec4 layerColor = texture2D(u_layerFBOTexture, v_uv);
2394
- vec4 blurColor = texture2D(u_blurTexture, v_uv - offset.xy / 2.0);
2395
- gl_FragColor = ((1.0 - layerColor.a) * blurColor.a * u_shadowColor + layerColor);
2396
- }` } }, "edge-detect": { "frei-chen": { "frei-chen.frag": `precision mediump float;
2397
- uniform sampler2D u_colorTexture;
2398
- uniform vec2 u_texSize;
2399
- varying vec2 v_uv;
2400
- vec2 texel = vec2(1.0 / u_texSize.x, 1.0 / u_texSize.y);
2401
- mat3 G[9];
2402
- const mat3 g0 = mat3( 0.3535533845424652, 0, -0.3535533845424652, 0.5, 0, -0.5, 0.3535533845424652, 0, -0.3535533845424652 );
2403
- const mat3 g1 = mat3( 0.3535533845424652, 0.5, 0.3535533845424652, 0, 0, 0, -0.3535533845424652, -0.5, -0.3535533845424652 );
2404
- const mat3 g2 = mat3( 0, 0.3535533845424652, -0.5, -0.3535533845424652, 0, 0.3535533845424652, 0.5, -0.3535533845424652, 0 );
2405
- const mat3 g3 = mat3( 0.5, -0.3535533845424652, 0, -0.3535533845424652, 0, 0.3535533845424652, 0, 0.3535533845424652, -0.5 );
2406
- const mat3 g4 = mat3( 0, -0.5, 0, 0.5, 0, 0.5, 0, -0.5, 0 );
2407
- const mat3 g5 = mat3( -0.5, 0, 0.5, 0, 0, 0, 0.5, 0, -0.5 );
2408
- const mat3 g6 = mat3( 0.1666666716337204, -0.3333333432674408, 0.1666666716337204, -0.3333333432674408, 0.6666666865348816, -0.3333333432674408, 0.1666666716337204, -0.3333333432674408, 0.1666666716337204 );
2409
- const mat3 g7 = mat3( -0.3333333432674408, 0.1666666716337204, -0.3333333432674408, 0.1666666716337204, 0.6666666865348816, 0.1666666716337204, -0.3333333432674408, 0.1666666716337204, -0.3333333432674408 );
2410
- const mat3 g8 = mat3( 0.3333333432674408, 0.3333333432674408, 0.3333333432674408, 0.3333333432674408, 0.3333333432674408, 0.3333333432674408, 0.3333333432674408, 0.3333333432674408, 0.3333333432674408 );
2411
- void main() {
2412
- G[0] = g0,
2413
- G[1] = g1,
2414
- G[2] = g2,
2415
- G[3] = g3,
2416
- G[4] = g4,
2417
- G[5] = g5,
2418
- G[6] = g6,
2419
- G[7] = g7,
2420
- G[8] = g8;
2421
- mat3 I;
2422
- float cnv[9];
2423
- vec3 sample;
2424
- for (float i = 0.0; i < 3.0; i++) {
2425
- for (float j = 0.0; j < 3.0; j++) {
2426
- sample = texture2D(u_colorTexture, v_uv + texel * vec2(i - 1.0,j - 1.0)).rgb;
2427
- I[int(i)][int(j)] = length(sample);
2428
- }
2429
- }
2430
- for (int i = 0; i < 9; i++) {
2431
- float dp3 = dot(G[i][0], I[0]) + dot(G[i][1], I[1]) + dot(G[i][2], I[2]);
2432
- cnv[i] = dp3 * dp3;
2433
- }
2434
- float M = (cnv[0] + cnv[1]) + (cnv[2] + cnv[3]);
2435
- float S = (cnv[4] + cnv[5]) + (cnv[6] + cnv[7]) + (cnv[8] + M);
2436
- gl_FragColor = vec4(vec3(sqrt(M / S)), texture2D(u_colorTexture, v_uv).a);
2437
- }` }, sobel: { "sobel.frag": `precision mediump float;
2438
- uniform sampler2D u_colorTexture;
2439
- varying vec2 v_uv;
2440
- uniform vec2 u_texSize;
2441
- vec2 texel = vec2(1.0 / u_texSize.x, 1.0 / u_texSize.y);
2442
- mat3 G[2];
2443
- const mat3 g0 = mat3( 1.0, 2.0, 1.0, 0.0, 0.0, 0.0, -1.0, -2.0, -1.0 );
2444
- const mat3 g1 = mat3( 1.0, 0.0, -1.0, 2.0, 0.0, -2.0, 1.0, 0.0, -1.0 );
2445
- void main() {
2446
- mat3 I;
2447
- float cnv[2];
2448
- vec3 sample;
2449
- G[0] = g0;
2450
- G[1] = g1;
2451
- for (float i = 0.0; i < 3.0; i++) {
2452
- for (float j = 0.0; j < 3.0; j++) {
2453
- sample = texture2D( u_colorTexture, v_uv + texel * vec2(i-1.0,j-1.0) ).rgb;
2454
- I[int(i)][int(j)] = length(sample);
2455
- }
2456
- }
2457
- for (int i = 0; i < 2; i++) {
2458
- float dp3 = dot(G[i][0], I[0]) + dot(G[i][1], I[1]) + dot(G[i][2], I[2]);
2459
- cnv[i] = dp3 * dp3;
2460
- }
2461
- gl_FragColor = vec4(vec3(0.5 * sqrt(cnv[0] * cnv[0] + cnv[1] * cnv[1])), texture2D(u_colorTexture, v_uv).a);
2462
- }` } }, "edge-enhance": { "edge-enhance.frag": `precision mediump float;
2463
- uniform sampler2D u_colorTexture;
2464
- varying vec2 v_uv;
2465
- uniform vec2 u_texSize;
2466
- vec2 texel = vec2(1.0 / u_texSize.x, 1.0 / u_texSize.y);
2467
- mat3 G[2];
2468
- const mat3 g0 = mat3( 1.0, 0.0, -1.0, 1.0, 0.0, -1.0, 1.0, 0.0, -1.0 );
2469
- const mat3 g1 = mat3( 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, -1.0, -1.0, -1.0 );
2470
- void main() {
2471
- mat3 I;
2472
- float cnv[2];
2473
- vec3 sample;
2474
- G[0] = g0;
2475
- G[1] = g1;
2476
- for (float i = 0.0; i < 3.0; i++) {
2477
- for (float j = 0.0; j < 3.0; j++) {
2478
- sample = texture2D( u_colorTexture, v_uv + texel * vec2(i-1.0,j-1.0) ).rgb;
2479
- I[int(i)][int(j)] = length(sample);
2480
- }
2481
- }
2482
- for (int i = 0; i < 2; i++) {
2483
- float dp3 = dot(G[i][0], I[0]) + dot(G[i][1], I[1]) + dot(G[i][2], I[2]);
2484
- cnv[i] = dp3 * dp3;
2485
- }
2486
- vec4 color = texture2D(u_colorTexture, v_uv);
2487
- gl_FragColor = vec4(0.5 * sqrt(cnv[0] * cnv[0] + cnv[1] * cnv[1]) * color);
2488
- }` }, filterEffect: { "filterEffect.frag": `precision mediump float;
2489
- uniform sampler2D u_colorTexture;
2490
- uniform mat4 u_coefficients;
2491
- varying vec2 v_uv;
2492
- void main() {
2493
- vec4 color = texture2D(u_colorTexture, v_uv);
2494
- vec4 rgbw = u_coefficients * vec4(color.a > 0.0 ? color.rgb / color.a : vec3(0.0), 1.0);
2495
- float a = color.a;
2496
- gl_FragColor = vec4(a * rgbw.rgb, a);
2497
- }` }, pp: { "pp.vert": `precision mediump float;
2498
- attribute vec2 a_position;
2499
- varying vec2 v_uv;
2500
- void main() {
2501
- gl_Position = vec4(a_position, 0.0, 1.0);
2502
- v_uv = (a_position + 1.0) / 2.0;
2503
- }` } }, raster: { bitmap: { "bitmap.frag": `precision mediump float;
2504
- varying highp vec2 v_texcoord;
2505
- uniform sampler2D u_texture;
2506
- uniform highp vec2 u_coordScale;
2507
- uniform lowp float u_opacity;
2508
- #include <filtering/bicubic.glsl>
2509
- void main() {
2510
- #ifdef BICUBIC
2511
- vec4 color = sampleBicubicBSpline(u_texture, v_texcoord, u_coordScale);
2512
- #else
2513
- vec4 color = texture2D(u_texture, v_texcoord);
2514
- #endif
2515
- gl_FragColor = vec4(color.rgb * u_opacity, color.a * u_opacity);
2516
- }`, "bitmap.vert": `precision mediump float;
2517
- attribute vec2 a_pos;
2518
- uniform highp mat3 u_dvsMat3;
2519
- uniform highp vec2 u_coordScale;
2520
- varying highp vec2 v_texcoord;
2521
- void main()
2522
- {
2523
- v_texcoord = a_pos;
2524
- gl_Position = vec4(u_dvsMat3 * vec3(a_pos * u_coordScale, 1.0), 1.0);
2525
- }` }, common: { "common.glsl": `uniform sampler2D u_image;
2526
- uniform int u_bandCount;
2527
- uniform bool u_flipY;
2528
- uniform float u_opacity;
2529
- uniform int u_resampling;
2530
- uniform vec2 u_srcImageSize;
2531
- #ifdef APPLY_PROJECTION
2532
- #include <raster/common/projection.glsl>
2533
- #endif
2534
- #ifdef BICUBIC
2535
- #include <filtering/bicubic.glsl>
2536
- #endif
2537
- #ifdef BILINEAR
2538
- #include <filtering/bilinear.glsl>
2539
- #endif
2540
- vec2 getPixelLocation(vec2 coords) {
2541
- vec2 targetLocation = u_flipY ? vec2(coords.s, 1.0 - coords.t) : coords;
2542
- #ifdef APPLY_PROJECTION
2543
- targetLocation = projectPixelLocation(targetLocation);
2544
- #endif
2545
- return targetLocation;
2546
- }
2547
- bool isOutside(vec2 coords){
2548
- if (coords.t>1.00001 ||coords.t<-0.00001 || coords.s>1.00001 ||coords.s<-0.00001) {
2549
- return true;
2550
- } else {
2551
- return false;
2552
- }
2553
- }
2554
- vec4 getPixel(vec2 pixelLocation) {
2555
- #ifdef BICUBIC
2556
- vec4 color = sampleBicubicBSpline(u_image, pixelLocation, u_srcImageSize);
2557
- #elif defined(BILINEAR)
2558
- vec4 color = sampleBilinear(u_image, pixelLocation, u_srcImageSize);
2559
- #else
2560
- vec4 color = texture2D(u_image, pixelLocation);
2561
- #endif
2562
- return color;
2563
- }`, "common.vert": `precision mediump float;
2564
- attribute vec2 a_pos;
2565
- uniform highp mat3 u_dvsMat3;
2566
- uniform highp vec2 u_coordScale;
2567
- uniform highp float u_scale;
2568
- uniform highp vec2 u_offset;
2569
- varying highp vec2 v_texcoord;
2570
- void main()
2571
- {
2572
- v_texcoord = a_pos * u_scale + u_offset;
2573
- gl_Position = vec4(u_dvsMat3 * vec3(a_pos * u_coordScale, 1.0), 1.0);
2574
- }`, "contrastBrightness.glsl": `uniform float u_contrastOffset;
2575
- uniform float u_brightnessOffset;
2576
- vec4 adjustContrastBrightness(vec4 currentPixel, bool isFloat) {
2577
- vec4 pixelValue = isFloat ? currentPixel * 255.0 : currentPixel;
2578
- float maxI = 255.0;
2579
- float mid = 128.0;
2580
- float c = u_contrastOffset;
2581
- float b = u_brightnessOffset;
2582
- vec4 v;
2583
- if (c > 0.0 && c < 100.0) {
2584
- v = (200.0 * pixelValue - 100.0 * maxI + 2.0 * maxI * b) / (2.0 * (100.0 - c)) + mid;
2585
- } else if (c <= 0.0 && c > -100.0) {
2586
- v = (200.0 * pixelValue - 100.0 * maxI + 2.0 * maxI * b) * (100.0 + c) / 20000.0 + mid;
2587
- } else if (c == 100.0) {
2588
- v = (200.0 * pixelValue - 100.0 * maxI + (maxI + 1.0) * (100.0 - c) + 2.0 * maxI * b);
2589
- v = (sign(v) + 1.0) / 2.0;
2590
- } else if (c == -100.0) {
2591
- v = vec4(mid, mid, mid, currentPixel.a);
2592
- }
2593
- vec3 rgb = clamp(v.rgb / 255.0, 0.0, 1.0);
2594
- return vec4(rgb, currentPixel.a);
2595
- }`, "getSurfaceValues.glsl": `#include <raster/common/mirror.glsl>
2596
- void getSurfaceValues(sampler2D imageTexture, vec2 texCoord, vec2 srcImageSize, inout float values[10]) {
2597
- vec2 onePixel = 1.0 / srcImageSize;
2598
- vec4 va = texture2D(imageTexture, mirror(texCoord + onePixel * vec2(-1.0, -1.0)));
2599
- vec4 vb = texture2D(imageTexture, mirror(texCoord + onePixel * vec2(0.0, -1.0)));
2600
- vec4 vc = texture2D(imageTexture, mirror(texCoord + onePixel * vec2(1.0, -1.0)));
2601
- vec4 vd = texture2D(imageTexture, mirror(texCoord + onePixel * vec2(-1.0, 0.0)));
2602
- vec4 ve = texture2D(imageTexture, mirror(texCoord));
2603
- vec4 vf = texture2D(imageTexture, mirror(texCoord + onePixel * vec2(1.0, 0.0)));
2604
- vec4 vg = texture2D(imageTexture, mirror(texCoord + onePixel * vec2(-1.0, 1.0)));
2605
- vec4 vh = texture2D(imageTexture, mirror(texCoord + onePixel * vec2(0.0, 1.0)));
2606
- vec4 vi = texture2D(imageTexture, mirror(texCoord + onePixel * vec2(1.0, 1.0)));
2607
- float alpha = va.a * vb.a * vc.a * vd.a * ve.a * vf.a * vg.a * vh.a * vi.a;
2608
- values[0] = va.r;
2609
- values[1] = vb.r;
2610
- values[2] = vc.r;
2611
- values[3] = vd.r;
2612
- values[4] = ve.r;
2613
- values[5] = vf.r;
2614
- values[6] = vg.r;
2615
- values[7] = vh.r;
2616
- values[8] = vi.r;
2617
- values[9] = alpha;
2618
- }`, "inverse.glsl": `float invertValue(float value) {
2619
- float s = sign(value);
2620
- return (s * s) / (value + abs(s) - 1.0);
2621
- }`, "mirror.glsl": `vec2 mirror(vec2 pos) {
2622
- vec2 pos1 = abs(pos);
2623
- return step(pos1, vec2(1.0, 1.0)) * pos1 + step(1.0, pos1) * (2.0 - pos1);
2624
- }`, "projection.glsl": `uniform sampler2D u_transformGrid;
2625
- uniform vec2 u_transformSpacing;
2626
- uniform vec2 u_transformGridSize;
2627
- uniform vec2 u_targetImageSize;
2628
- vec2 projectPixelLocation(vec2 coords) {
2629
- #ifdef LOOKUP_PROJECTION
2630
- vec4 pv = texture2D(u_transformGrid, coords);
2631
- return vec2(pv.r, pv.g);
2632
- #endif
2633
- vec2 index_image = floor(coords * u_targetImageSize);
2634
- vec2 oneTransformPixel = vec2(0.25 / u_transformGridSize.s, 1.0 / u_transformGridSize.t);
2635
- vec2 index_transform = floor(index_image / u_transformSpacing) / u_transformGridSize;
2636
- vec2 pos = fract((index_image + vec2(0.5, 0.5)) / u_transformSpacing);
2637
- vec2 srcLocation;
2638
- vec2 transform_location = index_transform + oneTransformPixel * 0.5;
2639
- if (pos.s <= pos.t) {
2640
- vec4 ll_abc = texture2D(u_transformGrid, vec2(transform_location.s, transform_location.t));
2641
- vec4 ll_def = texture2D(u_transformGrid, vec2(transform_location.s + oneTransformPixel.s, transform_location.t));
2642
- srcLocation.s = dot(ll_abc.rgb, vec3(pos, 1.0));
2643
- srcLocation.t = dot(ll_def.rgb, vec3(pos, 1.0));
2644
- } else {
2645
- vec4 ur_abc = texture2D(u_transformGrid, vec2(transform_location.s + 2.0 * oneTransformPixel.s, transform_location.t));
2646
- vec4 ur_def = texture2D(u_transformGrid, vec2(transform_location.s + 3.0 * oneTransformPixel.s, transform_location.t));
2647
- srcLocation.s = dot(ur_abc.rgb, vec3(pos, 1.0));
2648
- srcLocation.t = dot(ur_def.rgb, vec3(pos, 1.0));
2649
- }
2650
- return srcLocation;
2651
- }` }, flow: { "getFadeOpacity.glsl": `uniform float u_decayRate;
2652
- uniform float u_fadeToZero;
2653
- float getFadeOpacity(float x) {
2654
- float cutOff = mix(0.0, exp(-u_decayRate), u_fadeToZero);
2655
- return (exp(-u_decayRate * x) - cutOff) / (1.0 - cutOff);
2656
- }`, "getFragmentColor.glsl": `vec4 getFragmentColor(vec4 color, float dist, float size, float featheringSize) {
2657
- float featheringStart = clamp(0.5 - featheringSize / size, 0.0, 0.5);
2658
- if (dist > featheringStart) {
2659
- color *= 1.0 - (dist - featheringStart) / (0.5 - featheringStart);
2660
- }
2661
- return color;
2662
- }`, imagery: { "imagery.frag": `precision highp float;
2663
- varying vec2 v_texcoord;
2664
- uniform sampler2D u_texture;
2665
- uniform float u_Min;
2666
- uniform float u_Max;
2667
- uniform float u_featheringSize;
2668
- #include <raster/flow/vv.glsl>
2669
- float getIntensity(float v) {
2670
- return u_Min + v * (u_Max - u_Min);
2671
- }
2672
- void main(void) {
2673
- vec4 sampled = texture2D(u_texture, v_texcoord);
2674
- float intensity = getIntensity(sampled.r);
2675
- gl_FragColor = getColor(intensity);
2676
- gl_FragColor.a *= getOpacity(sampled.r);
2677
- gl_FragColor.a *= sampled.a;
2678
- gl_FragColor.rgb *= gl_FragColor.a;
2679
- }`, "imagery.vert": `attribute vec2 a_position;
2680
- attribute vec2 a_texcoord;
2681
- uniform mat3 u_dvsMat3;
2682
- varying vec2 v_texcoord;
2683
- void main(void) {
2684
- vec2 xy = (u_dvsMat3 * vec3(a_position, 1.0)).xy;
2685
- gl_Position = vec4(xy, 0.0, 1.0);
2686
- v_texcoord = a_texcoord;
2687
- }` }, particles: { "particles.frag": `precision highp float;
2688
- varying vec4 v_color;
2689
- varying vec2 v_texcoord;
2690
- varying float v_size;
2691
- uniform float u_featheringSize;
2692
- #include <raster/flow/getFragmentColor.glsl>
2693
- void main(void) {
2694
- gl_FragColor = getFragmentColor(v_color, length(v_texcoord - 0.5), v_size, u_featheringSize);
2695
- }`, "particles.vert": `attribute vec4 a_xyts0;
2696
- attribute vec4 a_xyts1;
2697
- attribute vec4 a_typeIdDurationSeed;
2698
- attribute vec4 a_extrudeInfo;
2699
- uniform mat3 u_dvsMat3;
2700
- uniform mat3 u_displayViewMat3;
2701
- uniform float u_time;
2702
- uniform float u_trailLength;
2703
- uniform float u_flowSpeed;
2704
- varying vec4 v_color;
2705
- varying vec2 v_texcoord;
2706
- varying float v_size;
2707
- uniform float u_featheringSize;
2708
- uniform float u_introFade;
2709
- #include <raster/flow/vv.glsl>
2710
- #include <raster/flow/getFadeOpacity.glsl>
2711
- void main(void) {
2712
- vec2 position0 = a_xyts0.xy;
2713
- float t0 = a_xyts0.z;
2714
- float speed0 = a_xyts0.w;
2715
- vec2 position1 = a_xyts1.xy;
2716
- float t1 = a_xyts1.z;
2717
- float speed1 = a_xyts1.w;
2718
- float type = a_typeIdDurationSeed.x;
2719
- float id = a_typeIdDurationSeed.y;
2720
- float duration = a_typeIdDurationSeed.z;
2721
- float seed = a_typeIdDurationSeed.w;
2722
- vec2 e0 = a_extrudeInfo.xy;
2723
- vec2 e1 = a_extrudeInfo.zw;
2724
- float animationPeriod = duration + u_trailLength;
2725
- float scaledTime = u_time * u_flowSpeed;
2726
- float randomizedTime = scaledTime + seed * animationPeriod;
2727
- float t = mod(randomizedTime, animationPeriod);
2728
- float fUnclamped = (t - t0) / (t1 - t0);
2729
- float f = clamp(fUnclamped, 0.0, 1.0);
2730
- float clampedTime = mix(t0, t1, f);
2731
- float speed = mix(speed0, speed1, f);
2732
- vec2 extrude;
2733
- vec2 position;
2734
- float fadeOpacity;
2735
- float introOpacity;
2736
- if (type == 2.0) {
2737
- if (fUnclamped < 0.0 || (fUnclamped > 1.0 && t1 != duration)) {
2738
- gl_Position = vec4(0.0, 0.0, -2.0, 1.0);
2739
- return;
2740
- }
2741
- vec2 ortho = mix(e0, e1, f);
2742
- vec2 parallel;
2743
- parallel = normalize(position1 - position0) * 0.5;
2744
- if (id == 1.0) {
2745
- extrude = ortho;
2746
- v_texcoord = vec2(0.5, 0.0);
2747
- } else if (id == 2.0) {
2748
- extrude = -ortho;
2749
- v_texcoord = vec2(0.5, 1.0);
2750
- } else if (id == 3.0) {
2751
- extrude = ortho + parallel;
2752
- v_texcoord = vec2(1.0, 0.0);
2753
- } else if (id == 4.0) {
2754
- extrude = -ortho + parallel;
2755
- v_texcoord = vec2(1.0, 1.0);
2756
- }
2757
- fadeOpacity = getFadeOpacity((t - clampedTime) / u_trailLength);
2758
- introOpacity = 1.0 - exp(-clampedTime);
2759
- v_size = getSize(speed);
2760
- v_color = getColor(speed);
2761
- v_color.a *= getOpacity(speed);
2762
- position = mix(position0, position1, f);
2763
- } else {
2764
- if (fUnclamped < 0.0) {
2765
- gl_Position = vec4(0.0, 0.0, -2.0, 1.0);
2766
- return;
2767
- }
2768
- if (id == 1.0) {
2769
- extrude = e0;
2770
- v_texcoord = vec2(0.5, 0.0);
2771
- fadeOpacity = getFadeOpacity((t - t0) / u_trailLength);
2772
- introOpacity = 1.0 - exp(-t0);
2773
- v_size = getSize(speed0);
2774
- v_color = getColor(speed0);
2775
- v_color.a *= getOpacity(speed0);
2776
- position = position0;
2777
- } else if (id == 2.0) {
2778
- extrude = -e0;
2779
- v_texcoord = vec2(0.5, 1.0);
2780
- fadeOpacity = getFadeOpacity((t - t0) / u_trailLength);
2781
- introOpacity = 1.0 - exp(-t0);
2782
- v_size = getSize(speed0);
2783
- v_color = getColor(speed0);
2784
- v_color.a *= getOpacity(speed0);
2785
- position = position0;
2786
- } else if (id == 3.0) {
2787
- extrude = mix(e0, e1, f);
2788
- v_texcoord = vec2(0.5, 0.0);
2789
- fadeOpacity = getFadeOpacity((t - clampedTime) / u_trailLength);
2790
- introOpacity = 1.0 - exp(-clampedTime);
2791
- v_size = getSize(speed);
2792
- v_color = getColor(speed);
2793
- v_color.a *= getOpacity(speed);
2794
- position = mix(position0, position1, f);
2795
- } else if (id == 4.0) {
2796
- extrude = -mix(e0, e1, f);
2797
- v_texcoord = vec2(0.5, 1.0);
2798
- fadeOpacity = getFadeOpacity((t - clampedTime) / u_trailLength);
2799
- introOpacity = 1.0 - exp(-clampedTime);
2800
- v_size = getSize(speed);
2801
- v_color = getColor(speed);
2802
- v_color.a *= getOpacity(speed);
2803
- position = mix(position0, position1, f);
2804
- }
2805
- }
2806
- vec2 xy = (u_dvsMat3 * vec3(position, 1.0) + u_displayViewMat3 * vec3(extrude * v_size, 0.0)).xy;
2807
- gl_Position = vec4(xy, 0.0, 1.0);
2808
- v_color.a *= fadeOpacity;
2809
- v_color.a *= mix(1.0, introOpacity, u_introFade);
2810
- v_color.rgb *= v_color.a;
2811
- }` }, streamlines: { "streamlines.frag": `precision highp float;
2812
- varying float v_side;
2813
- varying float v_time;
2814
- varying float v_totalTime;
2815
- varying float v_timeSeed;
2816
- varying vec4 v_color;
2817
- varying float v_size;
2818
- uniform float u_time;
2819
- uniform float u_trailLength;
2820
- uniform float u_flowSpeed;
2821
- uniform float u_featheringSize;
2822
- uniform float u_introFade;
2823
- #include <raster/flow/getFragmentColor.glsl>
2824
- #include <raster/flow/getFadeOpacity.glsl>
2825
- void main(void) {
2826
- float t = mod(v_timeSeed * (v_totalTime + u_trailLength) + u_time * u_flowSpeed, v_totalTime + u_trailLength) - v_time;
2827
- vec4 color = v_color * step(0.0, t) * getFadeOpacity(t / u_trailLength);
2828
- color *= mix(1.0, 1.0 - exp(-v_time), u_introFade);
2829
- gl_FragColor = getFragmentColor(color, length((v_side + 1.0) / 2.0 - 0.5), v_size, u_featheringSize);
2830
- }`, "streamlines.vert": `attribute vec3 a_positionAndSide;
2831
- attribute vec3 a_timeInfo;
2832
- attribute vec2 a_extrude;
2833
- attribute float a_speed;
2834
- uniform mat3 u_dvsMat3;
2835
- uniform mat3 u_displayViewMat3;
2836
- varying float v_time;
2837
- varying float v_totalTime;
2838
- varying float v_timeSeed;
2839
- varying vec4 v_color;
2840
- varying float v_side;
2841
- varying float v_size;
2842
- uniform float u_featheringSize;
2843
- #include <raster/flow/vv.glsl>
2844
- void main(void) {
2845
- vec4 lineColor = getColor(a_speed);
2846
- float lineOpacity = getOpacity(a_speed);
2847
- float lineSize = getSize(a_speed);
2848
- vec2 position = a_positionAndSide.xy;
2849
- v_side = a_positionAndSide.z;
2850
- vec2 xy = (u_dvsMat3 * vec3(position, 1.0) + u_displayViewMat3 * vec3(a_extrude * lineSize, 0.0)).xy;
2851
- gl_Position = vec4(xy, 0.0, 1.0);
2852
- v_time = a_timeInfo.x;
2853
- v_totalTime = a_timeInfo.y;
2854
- v_timeSeed = a_timeInfo.z;
2855
- v_color = lineColor;
2856
- v_color.a *= lineOpacity;
2857
- v_color.rgb *= v_color.a;
2858
- v_size = lineSize;
2859
- }` }, "vv.glsl": `#define MAX_STOPS 8
2860
- #ifdef VV_COLOR
2861
- uniform float u_color_stops[MAX_STOPS];
2862
- uniform vec4 u_color_values[MAX_STOPS];
2863
- uniform int u_color_count;
2864
- #else
2865
- uniform vec4 u_color;
2866
- #endif
2867
- #ifdef VV_OPACITY
2868
- uniform float u_opacity_stops[MAX_STOPS];
2869
- uniform float u_opacity_values[MAX_STOPS];
2870
- uniform int u_opacity_count;
2871
- #else
2872
- uniform float u_opacity;
2873
- #endif
2874
- #ifdef VV_SIZE
2875
- uniform float u_size_stops[MAX_STOPS];
2876
- uniform float u_size_values[MAX_STOPS];
2877
- uniform int u_size_count;
2878
- #else
2879
- uniform float u_size;
2880
- #endif
2881
- uniform float u_featheringOffset;
2882
- vec4 getColor(float x) {
2883
- #ifdef VV_COLOR
2884
- vec4 color = u_color_values[0];
2885
- {
2886
- for (int i = 1; i < MAX_STOPS; i++) {
2887
- if (i >= u_color_count) {
2888
- break;
2889
- }
2890
- float x1 = u_color_stops[i - 1];
2891
- if (x < x1) {
2892
- break;
2893
- }
2894
- float x2 = u_color_stops[i];
2895
- vec4 y2 = u_color_values[i];
2896
- if (x < x2) {
2897
- vec4 y1 = u_color_values[i - 1];
2898
- color = y1 + (y2 - y1) * (x - x1) / (x2 - x1);
2899
- } else {
2900
- color = y2;
2901
- }
2902
- }
2903
- }
2904
- #else
2905
- vec4 color = u_color;
2906
- #endif
2907
- return color;
2908
- }
2909
- float getOpacity(float x) {
2910
- #ifdef VV_OPACITY
2911
- float opacity = u_opacity_values[0];
2912
- {
2913
- for (int i = 1; i < MAX_STOPS; i++) {
2914
- if (i >= u_opacity_count) {
2915
- break;
2916
- }
2917
- float x1 = u_opacity_stops[i - 1];
2918
- if (x < x1) {
2919
- break;
2920
- }
2921
- float x2 = u_opacity_stops[i];
2922
- float y2 = u_opacity_values[i];
2923
- if (x < x2) {
2924
- float y1 = u_opacity_values[i - 1];
2925
- opacity = y1 + (y2 - y1) * (x - x1) / (x2 - x1);
2926
- } else {
2927
- opacity = y2;
2928
- }
2929
- }
2930
- }
2931
- #else
2932
- float opacity = u_opacity;
2933
- #endif
2934
- return opacity;
2935
- }
2936
- float getSize(float x) {
2937
- #ifdef VV_SIZE
2938
- float size = u_size_values[0];
2939
- {
2940
- for (int i = 1; i < MAX_STOPS; i++) {
2941
- if (i >= u_size_count) {
2942
- break;
2943
- }
2944
- float x1 = u_size_stops[i - 1];
2945
- if (x < x1) {
2946
- break;
2947
- }
2948
- float x2 = u_size_stops[i];
2949
- float y2 = u_size_values[i];
2950
- if (x < x2) {
2951
- float y1 = u_size_values[i - 1];
2952
- size = y1 + (y2 - y1) * (x - x1) / (x2 - x1);
2953
- } else {
2954
- size = y2;
2955
- }
2956
- }
2957
- }
2958
- #else
2959
- float size = u_size;
2960
- #endif
2961
- return size + 2.0 * u_featheringSize * u_featheringOffset;
2962
- }` }, hillshade: { "hillshade.frag": `precision mediump float;
2963
- varying highp vec2 v_texcoord;
2964
- #include <raster/common/common.glsl>
2965
- uniform int u_hillshadeType;
2966
- uniform float u_sinZcosAs[6];
2967
- uniform float u_sinZsinAs[6];
2968
- uniform float u_cosZs[6];
2969
- uniform float u_weights[6];
2970
- uniform vec2 u_factor;
2971
- uniform float u_minValue;
2972
- uniform float u_maxValue;
2973
- #include <raster/lut/colorize.glsl>
2974
- #include <raster/common/getSurfaceValues.glsl>
2975
- vec3 rgb2hsv(vec3 c) {
2976
- vec4 K = vec4(0.0, -1.0 / 3.0, 2.0 / 3.0, -1.0);
2977
- vec4 p = c.g < c.b ? vec4(c.bg, K.wz) : vec4(c.gb, K.xy);
2978
- vec4 q = c.r < p.x ? vec4(p.xyw, c.r) : vec4(c.r, p.yzx);
2979
- float d = q.x - min(q.w, q.y);
2980
- float e = 1.0e-10;
2981
- return vec3(abs(q.z + (q.w - q.y) / (6.0 * d + e)), min(d / (q.x + e), 1.0), q.x);
2982
- }
2983
- vec3 hsv2rgb(vec3 c) {
2984
- vec4 K = vec4(1.0, 2.0 / 3.0, 1.0 / 3.0, 3.0);
2985
- vec3 p = abs(fract(c.xxx + K.xyz) * 6.0 - K.www);
2986
- return c.z * mix(K.xxx, clamp(p - K.xxx, 0.0, 1.0), c.y);
2987
- }
2988
- vec4 overlay(float val, float minValue, float maxValue, float hillshade) {
2989
- val = clamp((val - minValue) / (maxValue - minValue), 0.0, 1.0);
2990
- vec4 rgb = colorize(vec4(val, val, val, 1.0), 255.0);
2991
- vec3 hsv = rgb2hsv(rgb.xyz);
2992
- hsv.z = hillshade;
2993
- return vec4(hsv2rgb(hsv), 1.0) * rgb.a;
2994
- }
2995
- void main() {
2996
- vec2 pixelLocation = getPixelLocation(v_texcoord);
2997
- if (isOutside(pixelLocation)) {
2998
- gl_FragColor = vec4(0.0, 0.0, 0.0, 0.0);
2999
- return;
3000
- }
3001
- vec4 currentPixel = getPixel(pixelLocation);
3002
- if (currentPixel.a == 0.0) {
3003
- gl_FragColor = vec4(0.0, 0.0, 0.0, 0.0);
3004
- return;
3005
- }
3006
- float pv[10];
3007
- getSurfaceValues(u_image, pixelLocation, u_srcImageSize, pv);
3008
- float alpha = pv[9];
3009
- float dzx = (pv[2] + 2.0 * pv[5] + pv[8] - pv[0] - 2.0 * pv[3] - pv[6]) * u_factor.s;
3010
- float dzy = (pv[6] + 2.0 * pv[7] + pv[8] - pv[0] - 2.0 * pv[1] - pv[2]) * u_factor.t;
3011
- float dzd = sqrt(1.0 + dzx * dzx + dzy * dzy);
3012
- float hillshade = 0.0;
3013
- if (u_hillshadeType == 0){
3014
- float cosDelta = u_sinZsinAs[0] * dzy - u_sinZcosAs[0] * dzx;
3015
- float z = (u_cosZs[0] + cosDelta) / dzd;
3016
- if (z < 0.0) z = 0.0;
3017
- hillshade = z;
3018
- } else {
3019
- for (int k = 0; k < 6; k++) {
3020
- float cosDelta = u_sinZsinAs[k] * dzy - u_sinZcosAs[k] * dzx;
3021
- float z = (u_cosZs[k] + cosDelta) / dzd;
3022
- if (z < 0.0) z = 0.0;
3023
- hillshade = hillshade + z * u_weights[k];
3024
- if (k == 5) break;
3025
- }
3026
- }
3027
- #ifdef APPLY_COLORMAP
3028
- gl_FragColor = overlay(pv[4], u_minValue, u_maxValue, hillshade) * alpha * u_opacity;
3029
- #else
3030
- gl_FragColor = vec4(hillshade, hillshade, hillshade, 1.0) * alpha * u_opacity;
3031
- #endif
3032
- }` }, lut: { "colorize.glsl": `uniform sampler2D u_colormap;
3033
- uniform float u_colormapOffset;
3034
- uniform float u_colormapMaxIndex;
3035
- vec4 colorize(vec4 currentPixel, float scaleFactor) {
3036
- float clrIndex = clamp(currentPixel.r * scaleFactor - u_colormapOffset, 0.0, u_colormapMaxIndex);
3037
- vec2 clrPosition = vec2((clrIndex + 0.5) / (u_colormapMaxIndex + 1.0), 0.0);
3038
- vec4 color = texture2D(u_colormap, clrPosition);
3039
- vec4 result = vec4(color.rgb, color.a * currentPixel.a);
3040
- return result;
3041
- }`, "lut.frag": `precision mediump float;
3042
- varying highp vec2 v_texcoord;
3043
- #include <raster/common/common.glsl>
3044
- #include <raster/lut/colorize.glsl>
3045
- void main() {
3046
- vec2 pixelLocation = getPixelLocation(v_texcoord);
3047
- if (isOutside(pixelLocation)) {
3048
- gl_FragColor = vec4(0.0, 0.0, 0.0, 0.0);
3049
- return;
3050
- }
3051
- vec4 currentPixel = getPixel(pixelLocation);
3052
- vec4 result = colorize(currentPixel, 1.0);
3053
- gl_FragColor = vec4(result.xyz, 1.0) * result.a * u_opacity;
3054
- }` }, magdir: { "magdir.frag": `precision mediump float;
3055
- varying vec4 v_color;
3056
- uniform lowp float u_opacity;
3057
- void main() {
3058
- gl_FragColor = v_color * u_opacity;
3059
- }`, "magdir.vert": `precision mediump float;
3060
- attribute vec2 a_pos;
3061
- attribute vec2 a_offset;
3062
- attribute vec2 a_vv;
3063
- uniform highp mat3 u_dvsMat3;
3064
- uniform highp vec2 u_coordScale;
3065
- uniform vec2 u_symbolSize;
3066
- uniform vec2 u_symbolPercentRange;
3067
- uniform vec2 u_dataRange;
3068
- uniform float u_rotation;
3069
- uniform vec4 u_colors[12];
3070
- varying vec4 v_color;
3071
- void main()
3072
- {
3073
- float angle = a_offset.y + u_rotation;
3074
- #ifndef ROTATION_GEOGRAPHIC
3075
- angle = 3.14159265359 * 2.0 - angle - 3.14159265359 / 2.0;
3076
- #endif
3077
- vec2 offset = vec2(cos(angle), sin(angle)) * a_offset.x;
3078
- #ifdef DATA_RANGE
3079
- float valuePercentage = clamp((a_vv.y - u_dataRange.x) / (u_dataRange.y - u_dataRange.x), 0.0, 1.0);
3080
- float sizeRatio = u_symbolPercentRange.x + valuePercentage * (u_symbolPercentRange.y - u_symbolPercentRange.x);
3081
- float sizePercentage = clamp(sizeRatio, u_symbolPercentRange.x, u_symbolPercentRange.y);
3082
- #else
3083
- float sizePercentage = (u_symbolPercentRange.x + u_symbolPercentRange.y) / 2.0;
3084
- #endif
3085
- vec2 pos = a_pos + offset * sizePercentage * u_symbolSize;
3086
- v_color = u_colors[int(a_vv.x)];
3087
- gl_Position = vec4(u_dvsMat3 * vec3(pos * u_coordScale, 1.0), 1.0);
3088
- }` }, reproject: { "reproject.frag": `precision mediump float;
3089
- varying vec2 v_texcoord;
3090
- #include <raster/common/common.glsl>
3091
- void main() {
3092
- vec2 pixelLocation = getPixelLocation(v_texcoord);
3093
- if (isOutside(pixelLocation)) {
3094
- gl_FragColor = vec4(0.0, 0.0, 0.0, 1.0);
3095
- return;
3096
- }
3097
- vec4 currentPixel = getPixel(pixelLocation);
3098
- gl_FragColor = vec4(currentPixel.rgb, 1.0) * currentPixel.a * u_opacity;
3099
- }`, "reproject.vert": `precision mediump float;
3100
- attribute vec2 a_position;
3101
- varying highp vec2 v_texcoord;
3102
- void main()
3103
- {
3104
- v_texcoord = a_position;
3105
- gl_Position = vec4(2.0 * (a_position - 0.5), 0.0, 1.0);
3106
- }` }, rfx: { aspect: { "aspect.frag": `precision mediump float;
3107
- uniform sampler2D u_image;
3108
- varying vec2 v_texcoord;
3109
- uniform vec2 u_cellSize;
3110
- uniform vec2 u_srcImageSize;
3111
- #include <raster/common/getSurfaceValues.glsl>
3112
- const float pi = 3.14159265359;
3113
- void main() {
3114
- float pv[10];
3115
- getSurfaceValues(u_image, v_texcoord, u_srcImageSize, pv);
3116
- float alpha = pv[9];
3117
- float dzx = (pv[2] + 2.0 * pv[5] + pv[8] - pv[0] - 2.0 * pv[3] - pv[6]) / (8.0 * u_cellSize[0]);
3118
- float dzy = -(pv[6] + 2.0 * pv[7] + pv[8] - pv[0] - 2.0 * pv[1] - pv[2]) / (8.0 * u_cellSize[1]);
3119
- alpha *= sign(abs(dzx) + abs(dzy));
3120
- float aspect_rad = (dzx == 0.0) ? (step(0.0, dzy) * 0.5 * pi + step(dzy, 0.0) * 1.5 * pi) : mod((2.5 * pi + atan(dzy, -dzx)), 2.0 * pi);
3121
- float aspect = aspect_rad * 180.0 / pi;
3122
- gl_FragColor = vec4(aspect, aspect, aspect, 1.0) * alpha;
3123
- }` }, bandarithmetic: { "bandarithmetic.frag": `precision mediump float;
3124
- uniform sampler2D u_image;
3125
- varying vec2 v_texcoord;
3126
- uniform mediump mat3 u_bandIndexMat3;
3127
- uniform float u_adjustments[3];
3128
- #include <raster/common/inverse.glsl>
3129
- void main() {
3130
- vec4 pv = texture2D(u_image, v_texcoord);
3131
- vec3 pv2 = u_bandIndexMat3 * pv.rgb;
3132
- float nir = pv2.r;
3133
- float red = pv2.g;
3134
- float index;
3135
- #ifdef NDXI
3136
- index = (nir - red) * invertValue(nir + red);
3137
- #elif defined(SR)
3138
- index = nir * invertValue(red);
3139
- #elif defined(CI)
3140
- index = nir * invertValue(red) - 1.0;
3141
- #elif defined(SAVI)
3142
- index = (nir - red) * invertValue(nir + red + u_adjustments[0]) * (1.0 + u_adjustments[0]);
3143
- #elif defined(TSAVI)
3144
- float s = u_adjustments[0];
3145
- float a = u_adjustments[1];
3146
- float x = u_adjustments[2];
3147
- float y = -a * s + x * (1.0 + s * s);
3148
- index = (s * (nir - s * red - a)) * invertValue(a * nir + red + y);
3149
- #elif defined(MSAVI)
3150
- float nir2 = 2.0 * nir + 1.0;
3151
- index = 0.5 * (nir2 - sqrt(nir2 * nir2 - 8.0 * (nir - red)));
3152
- #elif defined(GEMI)
3153
- float eta = (2.0 * (nir * nir - red * red) + 1.5 * nir + 0.5 * red) * invertValue(nir + red + 0.5);
3154
- index = eta * (1.0 - 0.25 * eta) - (red - 0.125) * invertValue(1.0 - red);
3155
- #elif defined(PVI)
3156
- float a = u_adjustments[0];
3157
- float b = u_adjustments[1];
3158
- float y = sqrt(1.0 + a * a);
3159
- index = (nir - a * red - b) * invertValue(y);
3160
- #elif defined(VARI)
3161
- index = (pv2.g - pv2.r) * invertValue(pv2.g + pv2.r - pv2.b);
3162
- #elif defined(MTVI)
3163
- float green = pv2.b;
3164
- float v = sqrt(pow((2.0 * nir + 1.0), 2.0) - (6.0 * nir - 5.0 * sqrt(red)) - 0.5);
3165
- index = 1.5 * (1.2 * (nir - green) - 2.5 * (red - green)) * invertValue(v);
3166
- #elif defined(RTVICORE)
3167
- float green = pv2.b;
3168
- index = 100.0 * (nir - red) - 10.0 * (nir - green);
3169
- #elif defined(EVI)
3170
- float blue = pv2.b;
3171
- float denom = nir + 6.0 * red - 7.5 * blue + 1.0;
3172
- index = (2.5 * (nir - red)) * invertValue(denom);
3173
- #elif defined(WNDWI)
3174
- float g = pv2.r;
3175
- float n = pv2.g;
3176
- float s = pv2.s;
3177
- float a = u_adjustments[0];
3178
- float denom = g + a * n + (1.0 - a) * s;
3179
- index = (g - a * n - (1 - a) * s) * invertValue(denom);
3180
- #elif defined(BAI)
3181
- index = invertValue(pow((0.1 - red), 2.0) + pow((0.06 - nir), 2.0));
3182
- #else
3183
- gl_FragColor = pv;
3184
- return;
3185
- #endif
3186
- gl_FragColor = vec4(index, index, index, pv.a);
3187
- }` }, compositeband: { "compositeband.frag": `precision mediump float;
3188
- uniform sampler2D u_image;
3189
- uniform sampler2D u_image1;
3190
- uniform sampler2D u_image2;
3191
- #ifdef ONE_CONSTANT
3192
- uniform float u_image1Const;
3193
- #ifdef TWO_CONSTANT
3194
- uniform float u_image2Const;
3195
- #endif
3196
- uniform mat3 u_imageSwap;
3197
- #endif
3198
- varying vec2 v_texcoord;
3199
- void main() {
3200
- vec4 pv0 = texture2D(u_image, v_texcoord);
3201
- float a = pv0.r;
3202
- float alpha = pv0.a;
3203
- #ifdef TWO_CONSTANT
3204
- float b = u_image1Const;
3205
- float c = u_image2Const;
3206
- vec3 abc = u_imageSwap * vec3(a, b, c);
3207
- a = abc.s;
3208
- b = abc.t;
3209
- c = abc.p;
3210
- #elif defined(ONE_CONSTANT)
3211
- vec4 pv1 = texture2D(u_image1, v_texcoord);
3212
- float b = pv1.r;
3213
- float c = u_image1Const;
3214
- vec3 abc = u_imageSwap * vec3(a, b, c);
3215
- a = abc.s;
3216
- b = abc.t;
3217
- c = abc.p;
3218
- alpha *= pv1.a;
3219
- #else
3220
- vec4 pv1 = texture2D(u_image1, v_texcoord);
3221
- vec4 pv2 = texture2D(u_image2, v_texcoord);
3222
- float b = pv1.r;
3223
- float c = pv2.r;
3224
- alpha = alpha * pv1.a * pv2.a;
3225
- #endif
3226
- gl_FragColor = vec4(a, b, c, alpha);
3227
- }` }, contrast: { "contrast.frag": `precision mediump float;
3228
- uniform sampler2D u_image;
3229
- varying vec2 v_texcoord;
3230
- #include <raster/common/contrastBrightness.glsl>
3231
- void main() {
3232
- vec4 pv = texture2D(u_image, v_texcoord);
3233
- vec4 result = adjustContrastBrightness(pv, false) ;
3234
- gl_FragColor = vec4(result.rgb * 255.0, result.a);
3235
- }` }, convolution: { "convolution.frag": `precision mediump float;
3236
- uniform sampler2D u_image;
3237
- varying vec2 v_texcoord;
3238
- uniform vec2 u_srcImageSize;
3239
- #define KERNEL_SIZE_ROWS ROWS
3240
- #define KERNEL_SIZE_COLS COLS
3241
- uniform vec2 u_clampRange;
3242
- uniform float u_kernel[25];
3243
- #include <raster/common/mirror.glsl>
3244
- void main() {
3245
- vec3 rgb = vec3(0.0, 0.0, 0.0);
3246
- vec2 resolution = 1.0 / u_srcImageSize;
3247
- float rowOffset = -float(floor(float(KERNEL_SIZE_ROWS) / 2.0));
3248
- float colOffset = -float(floor(float(KERNEL_SIZE_COLS) / 2.0));
3249
- float alpha = 1.0;
3250
- for (int row = 0; row < KERNEL_SIZE_ROWS; row++) {
3251
- float pos_row = rowOffset + float(row);
3252
- for (int col = 0; col < KERNEL_SIZE_COLS; col++) {
3253
- vec2 pos = v_texcoord + vec2(colOffset + float(col), pos_row) * resolution;
3254
- vec4 pv = texture2D(u_image, mirror(pos));
3255
- rgb += pv.rgb * u_kernel[row * KERNEL_SIZE_COLS + col];
3256
- alpha *= pv.a;
3257
- }
3258
- }
3259
- rgb = clamp(rgb, u_clampRange.s, u_clampRange.t);
3260
- gl_FragColor = vec4(rgb * alpha, alpha);
3261
- }` }, curvature: { "curvature.frag": `precision mediump float;
3262
- uniform sampler2D u_image;
3263
- varying vec2 v_texcoord;
3264
- uniform float u_zlFactor;
3265
- uniform vec2 u_srcImageSize;
3266
- #include <raster/common/getSurfaceValues.glsl>
3267
- void main() {
3268
- float pv[10];
3269
- getSurfaceValues(u_image, v_texcoord, u_srcImageSize, pv);
3270
- float alpha = pv[9];
3271
- float d = ((pv[3] + pv[5]) * 0.5 - pv[4]);
3272
- float e = ((pv[1] + pv[7]) * 0.5 - pv[4]);
3273
- float curvature = 0.0;
3274
- #ifdef STANDARD
3275
- curvature = -u_zlFactor * (d + e);
3276
- gl_FragColor = vec4(curvature, curvature, curvature, alpha);
3277
- #else
3278
- float f = (-pv[0] + pv[2] + pv[6] - pv[8]) / 4.0;
3279
- float g = (-pv[3] + pv[5]) / 2.0;
3280
- float h = (pv[1] - pv[7]) / 2.0;
3281
- float g2 = g * g;
3282
- float h2 = h * h;
3283
- #ifdef PROFILE
3284
- curvature = (u_zlFactor * (d * g2 + e * h2 + f * g * h)) / (g2 + h2);
3285
- #else
3286
- curvature = (-u_zlFactor * (d * h2 + e * g2 - f * g * h)) / (g2 + h2);
3287
- #endif
3288
- #endif
3289
- gl_FragColor = vec4(curvature, curvature, curvature, alpha);
3290
- }` }, extractband: { "extractband.frag": `precision mediump float;
3291
- uniform sampler2D u_image;
3292
- varying vec2 v_texcoord;
3293
- uniform mediump mat3 u_bandIndexMat3;
3294
- void main() {
3295
- vec4 pv = texture2D(u_image, v_texcoord);
3296
- vec3 pv2 = u_bandIndexMat3 * pv.rgb;
3297
- gl_FragColor = vec4(pv2, pv.a);
3298
- }` }, focalstatistics: { "focalstatistics.frag": `precision mediump float;
3299
- uniform sampler2D u_image;
3300
- varying vec2 v_texcoord;
3301
- uniform vec2 u_srcImageSize;
3302
- #define KERNEL_SIZE_ROWS ROWS
3303
- #define KERNEL_SIZE_COLS COLS
3304
- uniform vec2 u_clampRange;
3305
- #include <raster/common/mirror.glsl>
3306
- #include <raster/common/inverse.glsl>
3307
- void main() {
3308
- vec2 resolution = 1.0 / u_srcImageSize;
3309
- float rowOffset = -float(floor(float(KERNEL_SIZE_ROWS) / 2.0));
3310
- float colOffset = -float(floor(float(KERNEL_SIZE_COLS) / 2.0));
3311
- float count = 0.0;
3312
- #ifdef STDDEV
3313
- vec3 sum = vec3(0.0, 0.0, 0.0);
3314
- vec3 sum2 = vec3(0.0, 0.0, 0.0);
3315
- #endif
3316
- vec4 currentPixel = texture2D(u_image, v_texcoord);
3317
- vec3 rgb = currentPixel.rgb;
3318
- for (int row = 0; row < KERNEL_SIZE_ROWS; row++) {
3319
- float pos_row = rowOffset + float(row);
3320
- for (int col = 0; col < KERNEL_SIZE_COLS; col++) {
3321
- vec2 pos = v_texcoord + vec2(colOffset + float(col), pos_row) * resolution;
3322
- vec4 pv = texture2D(u_image, mirror(pos));
3323
- count += pv.a;
3324
- #ifdef MIN
3325
- rgb = min(rgb, pv.rgb);
3326
- #elif defined(MAX)
3327
- rgb = max(rgb, pv.rgb);
3328
- #elif defined(MEAN)
3329
- rgb += pv.rgb;
3330
- #elif defined(STDDEV)
3331
- sum += pv.rgb;
3332
- sum2 += (pv.rgb * pv.rgb);
3333
- #endif
3334
- }
3335
- }
3336
- #ifdef MEAN
3337
- rgb *= invertValue(count);
3338
- #elif defined(STDDEV)
3339
- rgb = sqrt((sum2 - sum * sum * invertValue(count)) * invertValue(count));
3340
- #endif
3341
- float alpha = step(0.9999, count);
3342
- rgb = clamp(rgb, u_clampRange.s, u_clampRange.t);
3343
- #ifdef FILL
3344
- rgb = (1.0 - currentPixel.a) * rgb + currentPixel.a * currentPixel.rgb;
3345
- #endif
3346
- gl_FragColor = vec4(rgb * alpha, alpha);
3347
- }` }, grayscale: { "grayscale.frag": `precision mediump float;
3348
- uniform sampler2D u_image;
3349
- varying vec2 v_texcoord;
3350
- uniform vec3 u_weights;
3351
- void main() {
3352
- vec4 pv = texture2D(u_image, v_texcoord);
3353
- float value = dot(u_weights, pv.rgb);
3354
- gl_FragColor = vec4(value, value, value, pv.a);
3355
- }` }, local: { "local.frag": `precision mediump float;
3356
- uniform sampler2D u_image;
3357
- uniform sampler2D u_image1;
3358
- #ifdef ONE_CONSTANT
3359
- uniform float u_image1Const;
3360
- #ifdef TWO_CONSTANT
3361
- uniform float u_image2Const;
3362
- #endif
3363
- uniform mat3 u_imageSwap;
3364
- #endif
3365
- varying vec2 v_texcoord;
3366
- uniform vec2 u_domainRange;
3367
- #include <raster/common/inverse.glsl>
3368
- void main() {
3369
- vec4 pv0 = texture2D(u_image, v_texcoord);
3370
- float a = pv0.r;
3371
- #ifdef TWO_IMAGES
3372
- #ifdef ONE_CONSTANT
3373
- float b = u_image1Const;
3374
- vec3 abc = u_imageSwap * vec3(a, b, 0);
3375
- a = abc.s;
3376
- b = abc.t;
3377
- #else
3378
- vec4 pv1 = texture2D(u_image1, v_texcoord);
3379
- float b = pv1.r;
3380
- #endif
3381
- #elif defined(CONDITIONAL)
3382
- #ifdef TWO_CONSTANT
3383
- float b = u_image1Const;
3384
- float c = u_image2Const;
3385
- vec3 abc = u_imageSwap * vec3(a, b, c);
3386
- a = abc.s;
3387
- b = abc.t;
3388
- c = abc.p;
3389
- #elif defined(ONE_CONSTANT)
3390
- vec4 pv1 = texture2D(u_image1, v_texcoord);
3391
- float b = pv1.r;
3392
- float c = u_image1Const;
3393
- vec3 abc = u_imageSwap * vec3(a, b, c);
3394
- a = abc.s;
3395
- b = abc.t;
3396
- c = abc.p;
3397
- #else
3398
- vec4 pv1 = texture2D(u_image1, v_texcoord);
3399
- vec4 pv2 = texture2D(u_image2, v_texcoord);
3400
- float b = pv1.r;
3401
- float c = pv2.r;
3402
- #endif
3403
- #endif
3404
- float result = a;
3405
- float alpha = pv0.a;
3406
- #ifdef PLUS
3407
- result = a + b;
3408
- #elif defined(MINUS)
3409
- result = a - b;
3410
- #elif defined(TIMES)
3411
- result = a * b;
3412
- #elif defined(DIVIDE)
3413
- result = a * invertValue(b);
3414
- alpha *= float(abs(sign(b)));
3415
- #elif defined(FLOATDIVIDE)
3416
- result = a * invertValue(b);
3417
- alpha *= float(abs(sign(b)));
3418
- #elif defined(FLOORDIVIDE)
3419
- result = floor(a * invertValue(b));
3420
- alpha *= float(abs(sign(b)));
3421
- #elif defined(SQUARE)
3422
- result = a * a;
3423
- #elif defined(SQRT)
3424
- result = sqrt(a);
3425
- #elif defined(POWER)
3426
- result = pow(a, b);
3427
- #elif defined(LN)
3428
- result = a <= 0.0 ? 0.0: log(a);
3429
- alpha *= float(a > 0.0);
3430
- #elif defined(LOG_1_0)
3431
- result = a <= 0.0 ? 0.0: log2(a) * invertValue(log2(10.0));
3432
- alpha *= float(a > 0.0);
3433
- #elif defined(LOG_2)
3434
- result = a <= 0.0 ? 0.0: log2(a);
3435
- alpha *= float(a > 0.0);
3436
- #elif defined(EXP)
3437
- result = exp(a);
3438
- #elif defined(EXP_1_0)
3439
- result = pow(10.0, a);
3440
- #elif defined(EXP_2)
3441
- result = pow(2.0, a);
3442
- #elif defined(ROUNDDOWN)
3443
- result = floor(a);
3444
- #elif defined(ROUNDUP)
3445
- result = ceil(a);
3446
- #elif defined(INT)
3447
- result = float(sign(a)) * floor(abs(a));
3448
- #elif defined(MOD)
3449
- result = mod(a, b);
3450
- #elif defined(NEGATE)
3451
- result = -a;
3452
- #elif defined(ABS)
3453
- result = abs(a);
3454
- #elif defined(ACOS)
3455
- result = abs(a) > 1.0 ? 0.0: acos(a);
3456
- alpha *= step(abs(a), 1.00001);
3457
- #elif defined(ACOSH)
3458
- result = acosh(a);
3459
- #elif defined(ASIN)
3460
- result = abs(a) > 1.0 ? 0.0: asin(a);
3461
- alpha *= step(abs(a), 1.00001);
3462
- #elif defined(ASINH)
3463
- result = asinh(a);
3464
- #elif defined(ATAN)
3465
- result = atan(a);
3466
- #elif defined(ATANH)
3467
- result = abs(a) > 1.0 ? 0.0: atanh(a);
3468
- alpha *= step(abs(a), 1.0);
3469
- #elif defined(ATAN_2)
3470
- result = atan(a, b);
3471
- #elif defined(COS)
3472
- result = cos(a);
3473
- #elif defined(COSH)
3474
- result = cosh(a);
3475
- #elif defined(SIN)
3476
- result = sin(a);
3477
- #elif defined(SINH)
3478
- result = sinh(a);
3479
- #elif defined(TAN)
3480
- result = tan(a);
3481
- #elif defined(TANH)
3482
- result = tanh(a);
3483
- #elif defined(BITWISEAND)
3484
- result = a & b;
3485
- #elif defined(BITWISEOR)
3486
- result = a | b;
3487
- #elif defined(BITWISELEFTSHIFT)
3488
- result = a << b;
3489
- #elif defined(BITWISERIGHTSHIFT)
3490
- result = a >> b;
3491
- #elif defined(BITWISENOT)
3492
- result = ~a;
3493
- #elif defined(BITWISEXOR)
3494
- result = a ^ b;
3495
- #elif defined(BOOLEANAND)
3496
- result = float((a != 0.0) && (b != 0.0));
3497
- #elif defined(BOOLEANNOT)
3498
- result = float(a == 0.0);
3499
- #elif defined(BOOLEANOR)
3500
- result = float((a != 0.0) || (b != 0.0));
3501
- #elif defined(BOOLEANXOR)
3502
- result = float((a != 0.0) ^^ (b != 0.0));
3503
- #elif defined(GREATERTHAN)
3504
- result = float(a > b);
3505
- #elif defined(GREATERTHANEQUAL)
3506
- result = float(a >= b);
3507
- #elif defined(LESSTHAN)
3508
- result = float(a < b);
3509
- #elif defined(LESSTHANEQUAL)
3510
- result = float(a <= b);
3511
- #elif defined(EQUALTO)
3512
- result = float(a == b);
3513
- #elif defined(NOTEQUAL)
3514
- result = float(a != b);
3515
- #elif defined(ISNULL)
3516
- result = float(alpha == 0.0);
3517
- alpha = 1.0;
3518
- #elif defined(SETNULL)
3519
- float maskValue = float(a == 0.0);
3520
- result = maskValue * b;
3521
- alpha *= maskValue;
3522
- #elif defined(CONDITIONAL)
3523
- float weight = float(abs(sign(a)));
3524
- result = weight * b + (1.0 - weight) * c;
3525
- #endif
3526
- bool isInvalid = result < u_domainRange.s || result > u_domainRange.t;
3527
- result = isInvalid ? 0.0 : result;
3528
- alpha *= float(!isInvalid);
3529
- #ifdef ROUND_OUTPUT
3530
- result = floor(result + 0.5);
3531
- #endif
3532
- gl_FragColor = vec4(result, result, result, alpha);
3533
- }` }, mask: { "mask.frag": `precision mediump float;
3534
- uniform sampler2D u_image;
3535
- varying vec2 v_texcoord;
3536
- #define LEN_INCLUDED_RANGES 6
3537
- #define LEN_NODATA_VALUES 6
3538
- uniform highp float u_includedRanges[6];
3539
- uniform highp float u_noDataValues[6];
3540
- float maskFactor(float bandValue, float fromValue, float to) {
3541
- float factor = 1.0;
3542
- for (int i = 0; i < LEN_NODATA_VALUES; i++) {
3543
- factor *= float(u_noDataValues[i] != bandValue);
3544
- }
3545
- factor *= step(fromValue, bandValue) * step(bandValue, to);
3546
- return factor;
3547
- }
3548
- void main() {
3549
- vec4 pv = texture2D(u_image, v_texcoord);
3550
- float redFactor = maskFactor(pv.r, u_includedRanges[0], u_includedRanges[1]);
3551
- #ifdef MULTI_BAND
3552
- float greenFactor = maskFactor(pv.g, u_includedRanges[2], u_includedRanges[3]);
3553
- float blueFactor = maskFactor(pv.b, u_includedRanges[4], u_includedRanges[5]);
3554
- float maskFactor = redFactor * greenFactor * blueFactor;
3555
- gl_FragColor = pv * maskFactor;
3556
- #else
3557
- gl_FragColor = pv * redFactor;
3558
- #endif
3559
- }` }, ndvi: { "ndvi.frag": `precision mediump float;
3560
- uniform sampler2D u_image;
3561
- varying vec2 v_texcoord;
3562
- uniform mediump mat3 u_bandIndexMat3;
3563
- #include <raster/common/inverse.glsl>
3564
- void main() {
3565
- vec4 pv = texture2D(u_image, v_texcoord);
3566
- vec3 pv2 = u_bandIndexMat3 * pv.rgb;
3567
- float nir = pv2.r;
3568
- float red = pv2.g;
3569
- float index = (nir - red) * invertValue(nir + red);
3570
- #ifdef SCALED
3571
- index = floor((index + 1.0) * 100.0 + 0.5);
3572
- #endif
3573
- gl_FragColor = vec4(index, index, index, pv.a);
3574
- }` }, remap: { "remap.frag": `precision mediump float;
3575
- uniform sampler2D u_image;
3576
- varying vec2 v_texcoord;
3577
- #define LEN_REMAP_RANGES 18
3578
- #define LEN_NODATA_RANGES 12
3579
- uniform highp float u_rangeMaps[18];
3580
- uniform highp float u_noDataRanges[12];
3581
- uniform highp float u_unmatchMask;
3582
- uniform vec2 u_clampRange;
3583
- void main() {
3584
- vec4 pv = texture2D(u_image, v_texcoord);
3585
- float factor = 1.0;
3586
- float bandValue = pv.r;
3587
- for (int i = 0; i < LEN_NODATA_RANGES; i+=2) {
3588
- float inside = 1.0 - step(u_noDataRanges[i], bandValue) * step(bandValue, u_noDataRanges[i+1]);
3589
- factor *= inside;
3590
- }
3591
- float mapValue = 0.0;
3592
- float includeMask = 0.0;
3593
- for (int i = 0; i < LEN_REMAP_RANGES; i+=3) {
3594
- float stepMask = step(u_rangeMaps[i], bandValue) * step(bandValue, u_rangeMaps[i+1]);
3595
- includeMask = (1.0 - stepMask) * includeMask + stepMask;
3596
- mapValue = (1.0 - stepMask) * mapValue + stepMask * u_rangeMaps[i+2];
3597
- }
3598
- bandValue = factor * (mapValue + (1.0 - includeMask) * u_unmatchMask * pv.r);
3599
- float bandMask = factor * max(u_unmatchMask, includeMask);
3600
- bandValue = clamp(bandValue, u_clampRange.s, u_clampRange.t);
3601
- gl_FragColor = vec4(bandValue, bandValue, bandValue, bandMask * pv.a);
3602
- }` }, slope: { "slope.frag": `precision mediump float;
3603
- uniform sampler2D u_image;
3604
- varying vec2 v_texcoord;
3605
- uniform vec2 u_cellSize;
3606
- uniform float u_zFactor;
3607
- uniform vec2 u_srcImageSize;
3608
- uniform float u_pixelSizePower;
3609
- uniform float u_pixelSizeFactor;
3610
- #include <raster/common/getSurfaceValues.glsl>
3611
- void main() {
3612
- float pv[10];
3613
- getSurfaceValues(u_image, v_texcoord, u_srcImageSize, pv);
3614
- float alpha = pv[9];
3615
- float xf = (u_zFactor + pow(u_cellSize[0], u_pixelSizePower) * u_pixelSizeFactor) / (8.0 * u_cellSize[0]);
3616
- float yf = (u_zFactor + pow(u_cellSize[1], u_pixelSizePower) * u_pixelSizeFactor) / (8.0 * u_cellSize[1]);
3617
- float dzx = (pv[2] + 2.0 * pv[5] + pv[8] - pv[0] - 2.0 * pv[3] - pv[6]) * xf;
3618
- float dzy = -(pv[6] + 2.0 * pv[7] + pv[8] - pv[0] - 2.0 * pv[1] - pv[2]) * yf;
3619
- float rise2run = sqrt(dzx * dzx + dzy * dzy);
3620
- #ifdef PERCENT_RISE
3621
- float percentRise = rise2run * 100.0;
3622
- gl_FragColor = vec4(percentRise, percentRise, percentRise, alpha);
3623
- #else
3624
- float degree = atan(rise2run) * 57.2957795;
3625
- gl_FragColor = vec4(degree, degree, degree, alpha);
3626
- #endif
3627
- }` }, stretch: { "stretch.frag": `precision mediump float;
3628
- uniform sampler2D u_image;
3629
- varying highp vec2 v_texcoord;
3630
- uniform float u_minCutOff[3];
3631
- uniform float u_maxCutOff[3];
3632
- uniform float u_minOutput;
3633
- uniform float u_maxOutput;
3634
- uniform float u_factor[3];
3635
- uniform float u_gamma[3];
3636
- uniform float u_gammaCorrection[3];
3637
- float stretchOneValue(float val, float minCutOff, float maxCutOff, float minOutput, float maxOutput, float factor, float gamma, float gammaCorrection) {
3638
- val = clamp(val, minCutOff, maxCutOff);
3639
- float stretchedVal;
3640
- #ifdef USE_GAMMA
3641
- float tempf = 1.0;
3642
- float outRange = maxOutput - minOutput;
3643
- float relativeVal = (val - minCutOff) / (maxCutOff - minCutOff);
3644
- tempf -= step(1.0, gamma) * sign(gamma - 1.0) * pow(1.0 / outRange, relativeVal * gammaCorrection);
3645
- stretchedVal = tempf * outRange * pow(relativeVal, 1.0 / gamma) + minOutput;
3646
- stretchedVal = clamp(stretchedVal, minOutput, maxOutput);
3647
- #else
3648
- stretchedVal = minOutput + (val - minCutOff) * factor;
3649
- #endif
3650
- #ifdef ROUND_OUTPUT
3651
- stretchedVal = floor(stretchedVal + 0.5);
3652
- #endif
3653
- return stretchedVal;
3654
- }
3655
- void main() {
3656
- vec4 currentPixel = texture2D(u_image, v_texcoord);
3657
- float redVal = stretchOneValue(currentPixel.r, u_minCutOff[0], u_maxCutOff[0], u_minOutput, u_maxOutput, u_factor[0], u_gamma[0], u_gammaCorrection[0]);
3658
- #ifdef MULTI_BAND
3659
- float greenVal = stretchOneValue(currentPixel.g, u_minCutOff[1], u_maxCutOff[1], u_minOutput, u_maxOutput, u_factor[1], u_gamma[1], u_gammaCorrection[1]);
3660
- float blueVal = stretchOneValue(currentPixel.b, u_minCutOff[2], u_maxCutOff[2], u_minOutput, u_maxOutput, u_factor[2], u_gamma[2], u_gammaCorrection[2]);
3661
- gl_FragColor = vec4(redVal, greenVal, blueVal, currentPixel.a);
3662
- #else
3663
- gl_FragColor = vec4(redVal, redVal, redVal, currentPixel.a);
3664
- #endif
3665
- }` }, vs: { "vs.vert": `precision mediump float;
3666
- attribute vec2 a_pos;
3667
- uniform highp mat3 u_dvsMat3;
3668
- uniform highp vec2 u_coordScale;
3669
- varying highp vec2 v_texcoord;
3670
- void main()
3671
- {
3672
- v_texcoord = a_pos;
3673
- gl_Position = vec4(u_dvsMat3 * vec3(a_pos * u_coordScale, 1.0), 1.0);
3674
- }` } }, scalar: { "scalar.frag": `precision mediump float;
3675
- uniform lowp float u_opacity;
3676
- varying vec2 v_pos;
3677
- const vec4 outlineColor = vec4(0.2, 0.2, 0.2, 1.0);
3678
- const float outlineSize = 0.02;
3679
- const float innerRadius = 0.25;
3680
- const float outerRadius = 0.42;
3681
- const float innerSquareLength = 0.15;
3682
- void main() {
3683
- mediump float dist = length(v_pos);
3684
- mediump float fillalpha1 = smoothstep(outerRadius, outerRadius + outlineSize, dist);
3685
- fillalpha1 *= (1.0-smoothstep(outerRadius + outlineSize, outerRadius + 0.1 + outlineSize, dist));
3686
- #ifdef INNER_CIRCLE
3687
- mediump float fillalpha2 = smoothstep(innerRadius, innerRadius + outlineSize, dist);
3688
- fillalpha2 *= (1.0-smoothstep(innerRadius + outlineSize, innerRadius + 0.1 + outlineSize, dist));
3689
- #else
3690
- mediump float fillalpha2 = (abs(v_pos.x) < innerSquareLength ? 1.0 : 0.0) * (abs(v_pos.y) < innerSquareLength ? 1.0 : 0.0);
3691
- #endif
3692
- gl_FragColor = (fillalpha2 + fillalpha1) * outlineColor * u_opacity;
3693
- }`, "scalar.vert": `precision mediump float;
3694
- attribute vec2 a_pos;
3695
- attribute vec2 a_offset;
3696
- attribute vec2 a_vv;
3697
- uniform highp mat3 u_dvsMat3;
3698
- uniform highp vec2 u_coordScale;
3699
- uniform vec2 u_symbolSize;
3700
- uniform vec2 u_symbolPercentRange;
3701
- uniform vec2 u_dataRange;
3702
- varying vec2 v_pos;
3703
- void main()
3704
- {
3705
- #ifdef DATA_RANGE
3706
- float valuePercentage = clamp((a_vv.y - u_dataRange.x) / (u_dataRange.y - u_dataRange.x), 0.0, 1.0);
3707
- float sizeRatio = u_symbolPercentRange.x + valuePercentage * (u_symbolPercentRange.y - u_symbolPercentRange.x);
3708
- float sizePercentage = clamp(sizeRatio, u_symbolPercentRange.x, u_symbolPercentRange.y);
3709
- #else
3710
- float sizePercentage = (u_symbolPercentRange.x + u_symbolPercentRange.y) / 2.0;
3711
- #endif
3712
- vec2 size = u_symbolSize * sizePercentage;
3713
- vec2 pos = a_pos + a_offset * size;
3714
- v_pos = a_offset;
3715
- gl_Position = vec4(u_dvsMat3 * vec3(pos * u_coordScale, 1.0), 1.0);
3716
- }` }, stretch: { "stretch.frag": `precision mediump float;
3717
- varying highp vec2 v_texcoord;
3718
- #include <raster/common/common.glsl>
3719
- uniform float u_minCutOff[3];
3720
- uniform float u_maxCutOff[3];
3721
- uniform float u_minOutput;
3722
- uniform float u_maxOutput;
3723
- uniform float u_factor[3];
3724
- uniform bool u_useGamma;
3725
- uniform float u_gamma[3];
3726
- uniform float u_gammaCorrection[3];
3727
- #include <raster/lut/colorize.glsl>
3728
- float stretchOneValue(float val, float minCutOff, float maxCutOff, float minOutput, float maxOutput, float factor, bool useGamma, float gamma, float gammaCorrection) {
3729
- if (val >= maxCutOff) {
3730
- return maxOutput;
3731
- } else if (val <= minCutOff) {
3732
- return minOutput;
3733
- }
3734
- float stretchedVal;
3735
- if (useGamma) {
3736
- float tempf = 1.0;
3737
- float outRange = maxOutput - minOutput;
3738
- float relativeVal = (val - minCutOff) / (maxCutOff - minCutOff);
3739
- if (gamma > 1.0) {
3740
- tempf -= pow(1.0 / outRange, relativeVal * gammaCorrection);
3741
- }
3742
- stretchedVal = (tempf * outRange * pow(relativeVal, 1.0 / gamma) + minOutput) / 255.0;
3743
- } else {
3744
- stretchedVal = minOutput + (val - minCutOff) * factor;
3745
- }
3746
- return stretchedVal;
3747
- }
3748
- void main() {
3749
- vec2 pixelLocation = getPixelLocation(v_texcoord);
3750
- if (isOutside(pixelLocation)) {
3751
- gl_FragColor = vec4(0.0, 0.0, 0.0, 0.0);
3752
- return;
3753
- }
3754
- vec4 currentPixel = getPixel(pixelLocation);
3755
- #ifdef NOOP
3756
- gl_FragColor = vec4(currentPixel.rgb, 1.0) * currentPixel.a * u_opacity;
3757
- return;
3758
- #endif
3759
- if (u_bandCount == 1) {
3760
- float grayVal = stretchOneValue(currentPixel.r, u_minCutOff[0], u_maxCutOff[0], u_minOutput, u_maxOutput, u_factor[0], u_useGamma, u_gamma[0], u_gammaCorrection[0]);
3761
- #ifdef APPLY_COLORMAP
3762
- vec4 result = colorize(vec4(grayVal, grayVal, grayVal, 1.0), u_useGamma ? 255.0 : 1.0);
3763
- gl_FragColor = vec4(result.xyz, 1.0) * result.a * currentPixel.a * u_opacity;
3764
- #else
3765
- gl_FragColor = vec4(grayVal, grayVal, grayVal, 1.0) * currentPixel.a * u_opacity;
3766
- #endif
3767
- } else {
3768
- float redVal = stretchOneValue(currentPixel.r, u_minCutOff[0], u_maxCutOff[0], u_minOutput, u_maxOutput, u_factor[0], u_useGamma, u_gamma[0], u_gammaCorrection[0]);
3769
- float greenVal = stretchOneValue(currentPixel.g, u_minCutOff[1], u_maxCutOff[1], u_minOutput, u_maxOutput, u_factor[1], u_useGamma, u_gamma[1], u_gammaCorrection[1]);
3770
- float blueVal = stretchOneValue(currentPixel.b, u_minCutOff[2], u_maxCutOff[2], u_minOutput, u_maxOutput, u_factor[2], u_useGamma, u_gamma[2], u_gammaCorrection[2]);
3771
- gl_FragColor = vec4(redVal, greenVal, blueVal, 1.0) * currentPixel.a * u_opacity;
3772
- }
3773
- }` } }, stencil: { "stencil.frag": `void main() {
3774
- gl_FragColor = vec4(1.0, 1.0, 1.0, 1.0);
3775
- }`, "stencil.vert": `attribute vec2 a_pos;
3776
- uniform mat3 u_worldExtent;
3777
- void main() {
3778
- gl_Position = vec4(u_worldExtent * vec3(a_pos, 1.0), 1.0);
3779
- }` }, test: { "TestShader.common.glsl": `#ifndef RETURN_RED
3780
- varying vec4 v_color;
3781
- #endif
3782
- varying vec2 v_offset;`, "TestShader.frag": `precision highp float;
3783
- #include <test/TestShader.common.glsl>
3784
- void main() {
3785
- if (v_offset.x > -.5 && v_offset.y > -.5 && v_offset.x < .5 && v_offset.y < .5) {
3786
- discard;
3787
- }
3788
- #ifdef RETURN_RED
3789
- gl_FragColor = vec4(1., 0., 0., 1.);
3790
- #else
3791
- gl_FragColor = v_color;
3792
- #endif
3793
- }`, "TestShader.vert": `const float POS_PRECISION_FACTOR = 10.;
3794
- const float OFFSET_PRECISION_FACTOR = 10.;
3795
- const float SIZE_PRECISION_FACTOR = 10.;
3796
- attribute vec2 a_pos_packed;
3797
- attribute vec2 a_offset_packed;
3798
- attribute float a_size_packed;
3799
- #ifdef DATA_DRIVEN_COLOR
3800
- const float u_dataDrivenColor_validValues[4] = float[4](0., 0., 1., 0.);
3801
- uniform vec4 u_dataDrivenColor_colorFallback;
3802
- uniform vec4 u_dataDrivenColor_color;
3803
- #endif
3804
- uniform float u_view_zoomLevel;
3805
- #include <test/TestShader.common.glsl>
3806
- #ifdef DATA_DRIVEN_COLOR
3807
- vec4 getColor(float value) {
3808
- int index = -1;
3809
- for (int i = 0; i < 4; i++) {
3810
- if (u_dataDrivenColor_validValues[i] == value) {
3811
- index = i;
3812
- break;
3813
- }
3814
- }
3815
- if (index == -1) {
3816
- return u_dataDrivenColor_colorFallback;
3817
- }
3818
- return u_dataDrivenColor_color;
3819
- }
3820
- #endif
3821
- void main() {
3822
- vec2 a_pos = a_pos_packed / POS_PRECISION_FACTOR;
3823
- vec2 a_offset = a_offset_packed / OFFSET_PRECISION_FACTOR;
3824
- float a_size = a_size_packed / SIZE_PRECISION_FACTOR;
3825
- vec4 color = vec4(1., 0., 0., 1.);
3826
- #ifdef DATA_DRIVEN_COLOR
3827
- color = getColor(1.);
3828
- #endif
3829
- vec2 offsetScaled = a_offset * a_size;
3830
- vec4 pos = vec4(a_pos.xy + offsetScaled, 0., 1.);
3831
- gl_Position = pos;
3832
- #ifndef RETURN_RED
3833
- v_color = color;
3834
- #endif
3835
- v_offset = a_offset;
3836
- }` }, tileInfo: { "tileInfo.frag": `uniform mediump sampler2D u_texture;
3837
- varying mediump vec2 v_tex;
3838
- void main(void) {
3839
- lowp vec4 color = texture2D(u_texture, v_tex);
3840
- color.rgb *= color.a;
3841
- gl_FragColor = color;
3842
- }`, "tileInfo.vert": `attribute vec2 a_pos;
3843
- uniform highp mat3 u_dvsMat3;
3844
- uniform mediump float u_depth;
3845
- uniform mediump vec2 u_coord_ratio;
3846
- uniform mediump vec2 u_delta;
3847
- uniform mediump vec2 u_dimensions;
3848
- varying mediump vec2 v_tex;
3849
- void main() {
3850
- mediump vec2 offset = u_coord_ratio * vec2(u_delta + a_pos * u_dimensions);
3851
- vec3 v_pos = u_dvsMat3 * vec3(offset, 1.0);
3852
- gl_Position = vec4(v_pos.xy, 0.0, 1.0);
3853
- v_tex = a_pos;
3854
- }` }, util: { "atan2.glsl": `float atan2(in float y, in float x) {
3855
- float t0, t1, t2, t3, t4;
3856
- t3 = abs(x);
3857
- t1 = abs(y);
3858
- t0 = max(t3, t1);
3859
- t1 = min(t3, t1);
3860
- t3 = 1.0 / t0;
3861
- t3 = t1 * t3;
3862
- t4 = t3 * t3;
3863
- t0 = - 0.013480470;
3864
- t0 = t0 * t4 + 0.057477314;
3865
- t0 = t0 * t4 - 0.121239071;
3866
- t0 = t0 * t4 + 0.195635925;
3867
- t0 = t0 * t4 - 0.332994597;
3868
- t0 = t0 * t4 + 0.999995630;
3869
- t3 = t0 * t3;
3870
- t3 = (abs(y) > abs(x)) ? 1.570796327 - t3 : t3;
3871
- t3 = x < 0.0 ? 3.141592654 - t3 : t3;
3872
- t3 = y < 0.0 ? -t3 : t3;
3873
- return t3;
3874
- }`, "encoding.glsl": `const vec4 rgba2float_factors = vec4(
3875
- 255.0 / (256.0),
3876
- 255.0 / (256.0 * 256.0),
3877
- 255.0 / (256.0 * 256.0 * 256.0),
3878
- 255.0 / (256.0 * 256.0 * 256.0 * 256.0)
3879
- );
3880
- float rgba2float(vec4 rgba) {
3881
- return dot(rgba, rgba2float_factors);
3882
- }` } };
3883
- export {
3884
- e as default
3885
- };