@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.
- package/README.md +7 -7
- package/dist/Accordion/Accordion.d.ts +15 -4
- package/dist/Accordion/Accordion.vue.js +1 -1
- package/dist/Accordion/Accordion.vue2.js +19 -14
- package/dist/Accordion/index.d.ts +1 -1
- package/dist/Avatar/Avatar.d.ts +4 -4
- package/dist/Avatar/Avatar.vue.js +1 -1
- package/dist/Avatar/Avatar.vue3.js +2 -2
- package/dist/Avatar/index.d.ts +1 -1
- package/dist/Button/Button.d.ts +4 -4
- package/dist/Button/Button.vue.js +1 -1
- package/dist/Button/Button.vue3.js +2 -2
- package/dist/Button/index.d.ts +1 -1
- package/dist/CardWithInsights/CardWithInsights.vue.js +6 -6
- package/dist/CardWithInsights/CardWithInsights.vue4.js +2 -2
- package/dist/CardWithInsights/index.d.ts +1 -1
- package/dist/Checkbox/Checkbox.d.ts +9 -8
- package/dist/Checkbox/Checkbox.vue.js +1 -1
- package/dist/Checkbox/img/checkmarck.svg.js +1 -1
- package/dist/Checkbox/index.d.ts +1 -1
- package/dist/Chips/index.d.ts +1 -1
- package/dist/ColorPicker/ColorPicker.Saturation.d.ts +8 -8
- package/dist/ColorPicker/ColorPicker.Saturation.vue.js +10 -10
- package/dist/ColorPicker/ColorPicker.Saturation.vue3.js +2 -2
- package/dist/ColorPicker/ColorPicker.vue.js +4 -4
- package/dist/ColorPicker/index.d.ts +1 -1
- package/dist/DataTable/Column/Column.d.ts +4 -3
- package/dist/DataTable/Column/Column.vue.js +6 -6
- package/dist/DataTable/Column/Column.vue3.js +2 -2
- package/dist/DataTable/Column/imgs/filter.svg.js +1 -1
- package/dist/DataTable/Counters/Counters.d.ts +6 -6
- package/dist/DataTable/Counters/Counters.vue.js +1 -1
- package/dist/DataTable/Counters/imgs/close.svg.js +1 -1
- package/dist/DataTable/DataTable.d.ts +18 -8
- package/dist/DataTable/DataTable.vue.js +71 -59
- package/dist/DataTable/DataTable.vue2.js +19 -15
- package/dist/DataTable/index.d.ts +46 -37
- package/dist/DatePicker/DatePicker.d.ts +22 -21
- package/dist/DatePicker/DatePicker.scss.js +2 -2
- package/dist/DatePicker/DatePicker.vue.js +5 -5
- package/dist/DatePicker/DatePicker.vue2.js +89 -85
- package/dist/DatePicker/DatePickerCalendar/DatePickerCalendar.d.ts +7 -7
- package/dist/DatePicker/DatePickerCalendar/DatePickerCalendar.helper.d.ts +2 -1
- package/dist/DatePicker/DatePickerCalendar/DatePickerCalendar.vue.js +3 -3
- package/dist/DatePicker/DatePickerHeader/DatePickerHeader.d.ts +2 -2
- package/dist/DatePicker/DatePickerHeader/DatePickerHeader.scss.js +2 -2
- package/dist/DatePicker/DatePickerHeader/DatePickerHeader.vue.js +4 -4
- package/dist/DatePicker/DatePickerHeader/DatePickerHeader.vue2.js +5 -3
- package/dist/DatePicker/DatePickerListSelector/DatePickerListSelector.d.ts +6 -5
- package/dist/DatePicker/DatePickerListSelector/DatePickerListSelector.vue.js +7 -7
- package/dist/DatePicker/DatePickerListSelector/DatePickerListSelector.vue2.js +11 -7
- package/dist/DatePicker/DatePickerTime/DatePickerTime.d.ts +7 -6
- package/dist/DatePicker/DatePickerTime/DatePickerTime.scss.js +2 -2
- package/dist/DatePicker/DatePickerTime/DatePickerTime.vue.js +8 -8
- package/dist/DatePicker/index.d.ts +2 -2
- package/dist/Dropdown/Checklist/Dropdown.Checklist.d.ts +13 -12
- package/dist/Dropdown/Checklist/Dropdown.Checklist.vue.js +20 -20
- package/dist/Dropdown/Checklist/draggable.d.ts +2 -1
- package/dist/Dropdown/Dropdown.core.d.ts +9 -8
- package/dist/Dropdown/Dropdown.core.vue.js +2 -2
- package/dist/Dropdown/Dropdown.core.vue2.js +59 -48
- package/dist/Dropdown/Dropdown.types.d.ts +1 -1
- package/dist/Dropdown/DropdownContent/DropdownContent.d.ts +1 -1
- package/dist/Faq/Faq.d.ts +1 -0
- package/dist/Faq/Faq.vue.js +21 -42
- package/dist/Faq/Faq.vue2.js +11 -12
- package/dist/Faq/FaqItem/FaqItem.d.ts +36 -0
- package/dist/Faq/FaqItem/FaqItem.vue.js +56 -0
- package/dist/Faq/FaqItem/FaqItem.vue2.js +32 -0
- package/dist/Faq/FaqItem/index.d.ts +1 -0
- package/dist/Faq/index.d.ts +1 -1
- package/dist/Filter/components/Filter.types.d.ts +2 -1
- package/dist/Filter/components/Filter.vue.js +2 -2
- package/dist/Filter/index.d.ts +4 -3
- package/dist/Filter/tests/mocks.d.ts +3 -2
- package/dist/Icons/icons.d.ts +3570 -1860
- package/dist/Icons/icons.js +372 -336
- package/dist/Illustration/Illustration.vue.js +5 -5
- package/dist/Illustration/images/renovabio-illustrations/biomass.svg.js +1 -1
- package/dist/Illustration/images/renovabio-illustrations/volume.svg.js +1 -1
- package/dist/Illustration/images/system-images/add-file.svg.js +1 -1
- package/dist/Illustration/images/system-images/cloud-connection.svg.js +1 -1
- package/dist/Illustration/images/system-images/cloud-download.svg.js +1 -1
- package/dist/Illustration/images/system-images/cloud-upload.svg.js +1 -1
- package/dist/Illustration/images/system-images/corrupted-file.svg.js +1 -1
- package/dist/Illustration/images/system-images/empty-box.svg.js +1 -1
- package/dist/Illustration/images/system-images/empty-folder-2.svg.js +1 -1
- package/dist/Illustration/images/system-images/empty-folder.svg.js +1 -1
- package/dist/Illustration/images/system-images/empty.svg.js +1 -1
- package/dist/Illustration/images/system-images/error-illustration.svg.js +1 -1
- package/dist/Illustration/images/system-images/file-backup-2.svg.js +1 -1
- package/dist/Illustration/images/system-images/file-backup.svg.js +1 -1
- package/dist/Illustration/images/system-images/filtering-upload.svg.js +1 -1
- package/dist/Illustration/images/system-images/flight.svg.js +1 -1
- package/dist/Illustration/images/system-images/fly.svg.js +1 -1
- package/dist/Illustration/images/system-images/movies.svg.js +1 -1
- package/dist/Illustration/images/system-images/multimedia.svg.js +1 -1
- package/dist/Illustration/images/system-images/notification-bell.svg.js +1 -1
- package/dist/Illustration/images/system-images/page-2.svg.js +1 -1
- package/dist/Illustration/images/system-images/page.svg.js +1 -1
- package/dist/Illustration/images/system-images/photos.svg.js +1 -1
- package/dist/Illustration/images/system-images/recycle-bin.svg.js +1 -1
- package/dist/Illustration/images/system-images/rocket-launch.svg.js +1 -1
- package/dist/Illustration/images/system-images/signal.svg.js +1 -1
- package/dist/Illustration/images/system-images/wrong.svg.js +1 -1
- package/dist/Illustration/images/tools-images/advanced-analysis.svg.js +1 -1
- package/dist/Illustration/images/tools-images/agriculture.svg.js +1 -1
- package/dist/Illustration/images/tools-images/alert-center.svg.js +1 -1
- package/dist/Illustration/images/tools-images/area.svg.js +1 -1
- package/dist/Illustration/images/tools-images/at-insights.svg.js +1 -1
- package/dist/Illustration/images/tools-images/conservation-unit.svg.js +1 -1
- package/dist/Illustration/images/tools-images/credit.svg.js +2 -2
- package/dist/Illustration/images/tools-images/deforestation.svg.js +1 -1
- package/dist/Illustration/images/tools-images/distance-proximity-rivers.svg.js +1 -1
- package/dist/Illustration/images/tools-images/estimated-productivity-penalty.svg.js +1 -1
- package/dist/Illustration/images/tools-images/extract.svg.js +1 -1
- package/dist/Illustration/images/tools-images/farm.svg.js +1 -1
- package/dist/Illustration/images/tools-images/geographical-consultation-municipalities.svg.js +1 -1
- package/dist/Illustration/images/tools-images/gix.svg.js +1 -1
- package/dist/Illustration/images/tools-images/insurance.svg.js +1 -1
- package/dist/Illustration/images/tools-images/land-appreciation.svg.js +1 -1
- package/dist/Illustration/images/tools-images/lockdown.svg.js +1 -1
- package/dist/Illustration/images/tools-images/map.svg.js +1 -1
- package/dist/Illustration/images/tools-images/pasture.svg.js +1 -1
- package/dist/Illustration/images/tools-images/rating-2.svg.js +1 -1
- package/dist/Illustration/images/tools-images/rating.svg.js +1 -1
- package/dist/Illustration/images/tools-images/recurrence.svg.js +1 -1
- package/dist/Illustration/images/tools-images/refrigerators.svg.js +1 -1
- package/dist/Illustration/images/tools-images/settings.svg.js +1 -1
- package/dist/Illustration/images/tools-images/socio-environmental-analysis.svg.js +1 -1
- package/dist/Illustration/images/tools-images/soil-use.svg.js +1 -1
- package/dist/Illustration/images/tools-images/storm.svg.js +1 -1
- package/dist/Illustration/images/tools-images/territory-details.svg.js +1 -1
- package/dist/Illustration/images/tools-images/timeline.svg.js +1 -1
- package/dist/Illustration/index.d.ts +1 -1
- package/dist/Input/Input.core.d.ts +2286 -689
- package/dist/Input/Input.core.vue.js +14 -13
- package/dist/Input/Input.core.vue2.js +44 -44
- package/dist/Input/imgs/error.svg.js +2 -2
- package/dist/Input/index.d.ts +3291 -1694
- package/dist/Legend/Legend.d.ts +3 -3
- package/dist/Legend/Legend.vue.js +1 -1
- package/dist/Legend/index.d.ts +1 -1
- package/dist/List/components/List.d.ts +18 -9
- package/dist/List/components/List.types.d.ts +2 -1
- package/dist/List/components/List.vue.js +31 -31
- package/dist/List/components/List.vue2.js +29 -25
- package/dist/List/index.d.ts +4 -3
- package/dist/List/tests/mocks.d.ts +2 -1
- package/dist/Loading/Loading.d.ts +13 -7
- package/dist/Loading/Loading.vue.js +13 -10
- package/dist/Loading/Loading.vue2.js +8 -3
- package/dist/Loading/index.d.ts +1 -1
- package/dist/Menu/Menu.d.ts +51 -0
- package/dist/Menu/Menu.vue.js +158 -0
- package/dist/Menu/Menu.vue2.js +77 -0
- package/dist/Menu/Menu.vue3.js +4 -0
- package/dist/Menu/assets/agrotools.svg.js +4 -0
- package/dist/Menu/assets/at.svg.js +4 -0
- package/dist/Menu/index.d.ts +1 -0
- package/dist/Modal/Modal.d.ts +9 -8
- package/dist/Modal/Modal.vue.js +102 -100
- package/dist/Modal/Modal.vue2.js +8 -4
- package/dist/Modal/Modal.vue3.js +2 -2
- package/dist/Modal/images/cross.svg.js +1 -1
- package/dist/Modal/index.d.ts +1 -1
- package/dist/Notifications/Notification/Notification.d.ts +50 -50
- package/dist/Notifications/Notification/Notification.vue.js +4 -4
- package/dist/Notifications/Notifications.d.ts +10 -10
- package/dist/Notifications/Notifications.vue.js +6 -6
- package/dist/Notifications/Notifications.vue2.js +24 -20
- package/dist/Notifications/Notifications.vue3.js +2 -2
- package/dist/Notifications/index.d.ts +1 -1
- package/dist/Paginator/Paginator.d.ts +7 -7
- package/dist/Paginator/Paginator.vue.js +2 -2
- package/dist/Paginator/imgs/double-left-arrow.svg.js +1 -1
- package/dist/Paginator/imgs/double-right-arrow.svg.js +1 -1
- package/dist/Paginator/imgs/left-arrow.svg.js +1 -1
- package/dist/Paginator/imgs/right-arrow.svg.js +1 -1
- package/dist/Paginator/index.d.ts +1 -1
- package/dist/ProgressBar/ProgressBar.d.ts +4 -3
- package/dist/ProgressBar/ProgressBar.vue.js +2 -2
- package/dist/ProgressBar/index.d.ts +1 -1
- package/dist/RadioButton/RadioButton.d.ts +3 -3
- package/dist/RadioButton/RadioButton.vue.js +1 -1
- package/dist/RadioButton/RadioButton.vue3.js +2 -2
- package/dist/RadioButton/index.d.ts +1 -1
- package/dist/Search/Search.d.ts +49 -6
- package/dist/Search/Search.vue.js +18 -15
- package/dist/Search/Search.vue2.js +78 -48
- package/dist/Search/index.d.ts +1 -1
- package/dist/Search/test.mocks.d.ts +2 -1
- package/dist/Search/utils.d.ts +2 -1
- package/dist/Select/Item/Item.d.ts +3 -3
- package/dist/Select/Item/Item.vue.js +16 -16
- package/dist/Select/Multiple/Select.multiple.d.ts +14 -13
- package/dist/Select/Multiple/Select.multiple.vue.js +14 -14
- package/dist/Select/Multiple/Select.multiple.vue2.js +14 -14
- package/dist/Select/Select.core.d.ts +8 -7
- package/dist/Select/Single/Select.single.d.ts +12 -11
- package/dist/Select/Single/Select.single.vue.js +7 -7
- package/dist/Select/imgs/indicator.svg.js +1 -1
- package/dist/Select/index.d.ts +25 -24
- package/dist/Skeleton/Skeleton.d.ts +2 -2
- package/dist/Skeleton/index.d.ts +1 -1
- package/dist/Stepper/Stepper.vue.js +43 -30
- package/dist/Stepper/Stepper.vue2.js +55 -50
- package/dist/Stepper/index.d.ts +1 -1
- package/dist/TableConfig/TableConfig.d.ts +11 -10
- package/dist/TableConfig/TableConfig.vue.js +4 -4
- package/dist/TableConfig/TableConfig.vue2.js +18 -18
- package/dist/TableConfig/index.d.ts +1 -1
- package/dist/TableConfig/test/mocks.d.ts +2 -1
- package/dist/Tabs/Tab/Tab.d.ts +4 -4
- package/dist/Tabs/Tab/Tab.vue.js +1 -1
- package/dist/Tabs/Tab/Tab.vue3.js +2 -2
- package/dist/Tabs/Tabs.d.ts +9 -8
- package/dist/Tabs/Tabs.vue.js +7 -7
- package/dist/Tabs/Tabs.vue2.js +22 -17
- package/dist/Tabs/Tabs.vue3.js +2 -2
- package/dist/Tabs/index.d.ts +1 -1
- package/dist/Tag/Tag.d.ts +7 -6
- package/dist/Tag/Tag.vue.js +1 -1
- package/dist/Tag/index.d.ts +1 -1
- package/dist/Tipograph/Paragraph/Paragraph.d.ts +2 -2
- package/dist/Tipograph/Paragraph/Paragraph.vue.js +2 -2
- package/dist/Tipograph/Paragraph/Paragraph.vue3.js +2 -2
- package/dist/Tipograph/Title/Title.d.ts +2 -2
- package/dist/Tipograph/Title/Title.vue.js +2 -2
- package/dist/Tipograph/index.d.ts +4 -4
- package/dist/Toggle/Toggle.d.ts +5 -5
- package/dist/Toggle/Toggle.vue.js +2 -2
- package/dist/Toggle/index.d.ts +1 -1
- package/dist/Tooltip/Tooltip.d.ts +42 -10
- package/dist/Tooltip/Tooltip.vue.js +44 -23
- package/dist/Tooltip/Tooltip.vue2.js +146 -100
- package/dist/Tooltip/Tooltip.vue3.js +2 -2
- package/dist/Tooltip/index.d.ts +1 -1
- package/dist/Upload/MultipleUpload/MultipleUpload.d.ts +8 -7
- package/dist/Upload/MultipleUpload/MultipleUpload.vue.js +2 -2
- package/dist/Upload/MultipleUpload/MultipleUpload.vue2.js +78 -59
- package/dist/Upload/SingleUpload/SingleUpload.d.ts +6 -5
- package/dist/Upload/SingleUpload/SingleUpload.vue.js +4 -4
- package/dist/Upload/SingleUpload/SingleUpload.vue2.js +45 -34
- package/dist/Upload/Upload.d.ts +4 -3
- package/dist/Upload/Upload.vue.js +1 -1
- package/dist/Upload/UploaderHeader/UploaderHeader.d.ts +2 -2
- package/dist/Upload/UploaderHeader/UploaderHeader.vue.js +1 -1
- package/dist/Upload/UploaderInfoProgress/UploaderInfoProgress.d.ts +2 -2
- package/dist/Upload/UploaderInfoProgress/UploaderInfoProgress.vue.js +1 -1
- package/dist/Upload/UploaderInput/UploaderInput.d.ts +8 -5
- package/dist/Upload/UploaderInput/UploaderInput.vue.js +22 -19
- package/dist/Upload/UploaderInput/UploaderInput.vue2.js +12 -8
- package/dist/Upload/index.d.ts +1 -1
- package/dist/agrotools-theme.css +1 -1
- package/dist/agrotools-theme.css.map +1 -1
- package/dist/index.d.ts +33 -31
- package/dist/index.js +48 -44
- package/dist/packages/at-icons/dist/AtAdminRegularIcon/AtAdminRegularIcon.vue.js +45 -0
- package/dist/packages/at-icons/dist/AtAdminRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtAdminSolidIcon/AtAdminSolidIcon.vue.js +45 -0
- package/dist/packages/at-icons/dist/AtAdminSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtAnalisesRegularIcon/AtAnalisesRegularIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtAnalisesRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtAnalisesSolidIcon/AtAnalisesSolidIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtAnalisesSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtAngleDownSolidIcon/AtAngleDownSolidIcon.vue.js +34 -0
- package/dist/packages/at-icons/dist/AtAngleDownSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtAngleLeftSolidIcon/AtAngleLeftSolidIcon.vue.js +34 -0
- package/dist/packages/at-icons/dist/AtAngleLeftSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtAngleRightSolidIcon/AtAngleRightSolidIcon.vue.js +34 -0
- package/dist/packages/at-icons/dist/AtAngleRightSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtAngleUpSolidIcon/AtAngleUpSolidIcon.vue.js +34 -0
- package/dist/packages/at-icons/dist/AtAngleUpSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtArrowDownSolidIcon/AtArrowDownSolidIcon.vue.js +34 -0
- package/dist/packages/at-icons/dist/AtArrowDownSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtArrowLeftSolidIcon/AtArrowLeftSolidIcon.vue.js +34 -0
- package/dist/packages/at-icons/dist/AtArrowLeftSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtArrowRightSolidIcon/AtArrowRightSolidIcon.vue.js +34 -0
- package/dist/packages/at-icons/dist/AtArrowRightSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtArrowUpSolidIcon/AtArrowUpSolidIcon.vue.js +34 -0
- package/dist/packages/at-icons/dist/AtArrowUpSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtArvoreRegularIcon/AtArvoreRegularIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtArvoreRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtArvoreSolidIcon/AtArvoreSolidIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtArvoreSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtBeforeAfterRegularIcon/AtBeforeAfterRegularIcon.vue.js +204 -0
- package/dist/packages/at-icons/dist/AtBeforeAfterRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtBeforeAfterSolidIcon/AtBeforeAfterSolidIcon.vue.js +92 -0
- package/dist/packages/at-icons/dist/AtBeforeAfterSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtBellRegularIcon/AtBellRegularIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtBellRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtBellSolidIcon/AtBellSolidIcon.vue.js +47 -0
- package/dist/packages/at-icons/dist/AtBellSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtBoldRegularIcon/AtBoldRegularIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtBoldRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtBookmarkRegularIcon/AtBookmarkRegularIcon.vue.js +45 -0
- package/dist/packages/at-icons/dist/AtBookmarkRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtBookmarkSolidIcon/AtBookmarkSolidIcon.vue.js +45 -0
- package/dist/packages/at-icons/dist/AtBookmarkSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtCalendarRegularIcon/AtCalendarRegularIcon.vue.js +49 -0
- package/dist/packages/at-icons/dist/AtCalendarRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtCalendarSolidIcon/AtCalendarSolidIcon.vue.js +47 -0
- package/dist/packages/at-icons/dist/AtCalendarSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtCheckCircleRegularIcon/AtCheckCircleRegularIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtCheckCircleRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtCheckCircleSolidIcon/AtCheckCircleSolidIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtCheckCircleSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtCheckSolidIcon/AtCheckSolidIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtCheckSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtChuvaRegularIcon/AtChuvaRegularIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtChuvaRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtChuvaSolidIcon/AtChuvaSolidIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtChuvaSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtCircleExclamationRegularIcon/AtCircleExclamationRegularIcon.vue.js +48 -0
- package/dist/packages/at-icons/dist/AtCircleExclamationRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtCircleExclamationSolidIcon/AtCircleExclamationSolidIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtCircleExclamationSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtCircleMinusRegularIcon/AtCircleMinusRegularIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtCircleMinusRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtCircleMinusSolidIcon/AtCircleMinusSolidIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtCircleMinusSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtCirclePlusRegularIcon/AtCirclePlusRegularIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtCirclePlusRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtCirclePlusSolidIcon/AtCirclePlusSolidIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtCirclePlusSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtCircleQuestionRegularIcon/AtCircleQuestionRegularIcon.vue.js +48 -0
- package/dist/packages/at-icons/dist/AtCircleQuestionRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtCircleQuestionSolidIcon/AtCircleQuestionSolidIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtCircleQuestionSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtCircleXMarkRegularIcon/AtCircleXMarkRegularIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtCircleXMarkRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtCircleXMarkSolidIcon/AtCircleXMarkSolidIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtCircleXMarkSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtClipeRegularIcon/AtClipeRegularIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtClipeRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtCloseSolidIcon/AtCloseSolidIcon.vue.js +34 -0
- package/dist/packages/at-icons/dist/AtCloseSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtCloudDownloadRegularIcon/AtCloudDownloadRegularIcon.vue.js +45 -0
- package/dist/packages/at-icons/dist/AtCloudDownloadRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtCloundDownloadSolidIcon/AtCloundDownloadSolidIcon.vue.js +45 -0
- package/dist/packages/at-icons/dist/AtCloundDownloadSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtCofreDigitalRegularIcon/AtCofreDigitalRegularIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtCofreDigitalRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtCofreDigitalSolidIcon/AtCofreDigitalSolidIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtCofreDigitalSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtCopilotoRegularIcon/AtCopilotoRegularIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtCopilotoRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtCopilotoSolidIcon/AtCopilotoSolidIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtCopilotoSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtCopyRegularIcon/AtCopyRegularIcon.vue.js +45 -0
- package/dist/packages/at-icons/dist/AtCopyRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtCopySolidIcon/AtCopySolidIcon.vue.js +45 -0
- package/dist/packages/at-icons/dist/AtCopySolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtCreditRegularIcon/AtCreditRegularIcon.vue.js +45 -0
- package/dist/packages/at-icons/dist/AtCreditRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtCreditSolidIcon/AtCreditSolidIcon.vue.js +45 -0
- package/dist/packages/at-icons/dist/AtCreditSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtDesmatamentoSolidIcon/AtDesmatamentoSolidIcon.vue.js +47 -0
- package/dist/packages/at-icons/dist/AtDesmatamentoSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtDocumentGavelRegularIcon/AtDocumentGavelRegularIcon.vue.js +45 -0
- package/dist/packages/at-icons/dist/AtDocumentGavelRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtDocumentGavelSolidIcon/AtDocumentGavelSolidIcon.vue.js +45 -0
- package/dist/packages/at-icons/dist/AtDocumentGavelSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtDoubleArrowLeftSolidIcon/AtDoubleArrowLeftSolidIcon.vue.js +47 -0
- package/dist/packages/at-icons/dist/AtDoubleArrowLeftSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtDoubleArrowRightSolidIcon/AtDoubleArrowRightSolidIcon.vue.js +47 -0
- package/dist/packages/at-icons/dist/AtDoubleArrowRightSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtDownloadSolidIcon/AtDownloadSolidIcon.vue.js +47 -0
- package/dist/packages/at-icons/dist/AtDownloadSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtDragOrderRegularIcon/AtDragOrderRegularIcon.vue.js +38 -0
- package/dist/packages/at-icons/dist/AtDragOrderRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtDrawGeometryRegularIcon/AtDrawGeometryRegularIcon.vue.js +45 -0
- package/dist/packages/at-icons/dist/AtDrawGeometryRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtDrawGeometrySolidIcon/AtDrawGeometrySolidIcon.vue.js +45 -0
- package/dist/packages/at-icons/dist/AtDrawGeometrySolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtDrawPolygonRegularIcon/AtDrawPolygonRegularIcon.vue.js +45 -0
- package/dist/packages/at-icons/dist/AtDrawPolygonRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtEdicaoGeometriaRegularIcon/AtEdicaoGeometriaRegularIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtEdicaoGeometriaRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtEdicaoGeometriaSolidIcon/AtEdicaoGeometriaSolidIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtEdicaoGeometriaSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtEditRegularIcon/AtEditRegularIcon.vue.js +47 -0
- package/dist/packages/at-icons/dist/AtEditRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtEditSolidIcon/AtEditSolidIcon.vue.js +48 -0
- package/dist/packages/at-icons/dist/AtEditSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtEllipsesHorizontalSolidIcon/AtEllipsesHorizontalSolidIcon.vue.js +48 -0
- package/dist/packages/at-icons/dist/AtEllipsesHorizontalSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtEllipsesVerticalSolidIcon/AtEllipsesVerticalSolidIcon.vue.js +48 -0
- package/dist/packages/at-icons/dist/AtEllipsesVerticalSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtEnergyRegularIcon/AtEnergyRegularIcon.vue.js +45 -0
- package/dist/packages/at-icons/dist/AtEnergyRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtEnergySolidIcon/AtEnergySolidIcon.vue.js +34 -0
- package/dist/packages/at-icons/dist/AtEnergySolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtEudrSolidIcon/AtEudrSolidIcon.vue.js +45 -0
- package/dist/packages/at-icons/dist/AtEudrSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtExcelRegularIcon/AtExcelRegularIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtExcelRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtExcelSolidIcon/AtExcelSolidIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtExcelSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtExitRegularIcon/AtExitRegularIcon.vue.js +47 -0
- package/dist/packages/at-icons/dist/AtExitRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtExportRegularIcon/AtExportRegularIcon.vue.js +45 -0
- package/dist/packages/at-icons/dist/AtExportRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtExportSolidIcon/AtExportSolidIcon.vue.js +45 -0
- package/dist/packages/at-icons/dist/AtExportSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtEyeAtivoRegularIcon/AtEyeAtivoRegularIcon.vue.js +47 -0
- package/dist/packages/at-icons/dist/AtEyeAtivoRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtEyeAtivoSolidIcon/AtEyeAtivoSolidIcon.vue.js +35 -0
- package/dist/packages/at-icons/dist/AtEyeAtivoSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtEyeInativoRegularIcon/AtEyeInativoRegularIcon.vue.js +34 -0
- package/dist/packages/at-icons/dist/AtEyeInativoRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtEyeInativoSolidIcon/AtEyeInativoSolidIcon.vue.js +34 -0
- package/dist/packages/at-icons/dist/AtEyeInativoSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtFenceRegularIcon/AtFenceRegularIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtFenceRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtFenceSolidIcon/AtFenceSolidIcon.vue.js +34 -0
- package/dist/packages/at-icons/dist/AtFenceSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtFilterRegularIcon/AtFilterRegularIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtFilterRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtFilterSolidIcon/AtFilterSolidIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtFilterSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtFinanceiroRegularIcon/AtFinanceiroRegularIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtFinanceiroRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtFinanceiroSolidIcon/AtFinanceiroSolidIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtFinanceiroSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtFireRegularIcon/AtFireRegularIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtFireRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtFireSolidIcon/AtFireSolidIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtFireSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtFolderRegularIcon/AtFolderRegularIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtFolderRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtFolderSolidIcon/AtFolderSolidIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtFolderSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtGasRegularIcon/AtGasRegularIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtGasRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtGasSolidIcon/AtGasSolidIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtGasSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtGeadaRegularIcon/AtGeadaRegularIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtGeadaRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtGeadaSolidIcon/AtGeadaSolidIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtGeadaSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtGraficoRegularIcon/AtGraficoRegularIcon.vue.js +50 -0
- package/dist/packages/at-icons/dist/AtGraficoRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtGroupRegularIcon/AtGroupRegularIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtGroupRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtGroupSolidIcon/AtGroupSolidIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtGroupSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtGrupoDeTerritorioRegularIcon/AtGrupoDeTerritorioRegularIcon.vue.js +45 -0
- package/dist/packages/at-icons/dist/AtGrupoDeTerritorioRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtGrupoDeTerritorioSolidIcon/AtGrupoDeTerritorioSolidIcon.vue.js +45 -0
- package/dist/packages/at-icons/dist/AtGrupoDeTerritorioSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtHeadsetRegularIcon/AtHeadsetRegularIcon.vue.js +34 -0
- package/dist/packages/at-icons/dist/AtHeadsetRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtHeadsetSolidIcon/AtHeadsetSolidIcon.vue.js +34 -0
- package/dist/packages/at-icons/dist/AtHeadsetSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtHelpRegularIcon/AtHelpRegularIcon.vue.js +47 -0
- package/dist/packages/at-icons/dist/AtHelpRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtHelpSolidIcon/AtHelpSolidIcon.vue.js +45 -0
- package/dist/packages/at-icons/dist/AtHelpSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtIdentificarRegularIcon/AtIdentificarRegularIcon.vue.js +45 -0
- package/dist/packages/at-icons/dist/AtIdentificarRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtIdentificarSolidIcon/AtIdentificarSolidIcon.vue.js +45 -0
- package/dist/packages/at-icons/dist/AtIdentificarSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtImagensRegularIcon/AtImagensRegularIcon.vue.js +47 -0
- package/dist/packages/at-icons/dist/AtImagensRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtImagensSolidIcon/AtImagensSolidIcon.vue.js +48 -0
- package/dist/packages/at-icons/dist/AtImagensSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtInfoRegularIcon/AtInfoRegularIcon.vue.js +48 -0
- package/dist/packages/at-icons/dist/AtInfoRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtInfoSolidIcon/AtInfoSolidIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtInfoSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtItalicoRegularIcon/AtItalicoRegularIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtItalicoRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtKeyboardRegularIcon/AtKeyboardRegularIcon.vue.js +52 -0
- package/dist/packages/at-icons/dist/AtKeyboardRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtKeyboardSolidIcon/AtKeyboardSolidIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtKeyboardSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtLayersRegularIcon/AtLayersRegularIcon.vue.js +47 -0
- package/dist/packages/at-icons/dist/AtLayersRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtLayersSolidIcon/AtLayersSolidIcon.vue.js +47 -0
- package/dist/packages/at-icons/dist/AtLayersSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtLegendaMapaRegularIcon/AtLegendaMapaRegularIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtLegendaMapaRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtLegendaMapaSolidIcon/AtLegendaMapaSolidIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtLegendaMapaSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtListRegularIcon/AtListRegularIcon.vue.js +40 -0
- package/dist/packages/at-icons/dist/AtListRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtLocationCrosshairsRegularIcon/AtLocationCrosshairsRegularIcon.vue.js +45 -0
- package/dist/packages/at-icons/dist/AtLocationCrosshairsRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtLocationCrosshairsSolidIcon/AtLocationCrosshairsSolidIcon.vue.js +45 -0
- package/dist/packages/at-icons/dist/AtLocationCrosshairsSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtLockRegularIcon/AtLockRegularIcon.vue.js +47 -0
- package/dist/packages/at-icons/dist/AtLockRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtLockSolidIcon/AtLockSolidIcon.vue.js +34 -0
- package/dist/packages/at-icons/dist/AtLockSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtMailIcon/AtMailIcon.vue.js +38 -0
- package/dist/packages/at-icons/dist/AtMailIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtMapRegularIcon/AtMapRegularIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtMapRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtMapSolidIcon/AtMapSolidIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtMapSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtMarkerRegularIcon/AtMarkerRegularIcon.vue.js +47 -0
- package/dist/packages/at-icons/dist/AtMarkerRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtMarkerSolidIcon/AtMarkerSolidIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtMarkerSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtMirrorRegularIcon/AtMirrorRegularIcon.vue.js +45 -0
- package/dist/packages/at-icons/dist/AtMirrorRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtMonitoramentoRegularIcon/AtMonitoramentoRegularIcon.vue.js +34 -0
- package/dist/packages/at-icons/dist/AtMonitoramentoRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtMonitoramentoSolidIcon/AtMonitoramentoSolidIcon.vue.js +34 -0
- package/dist/packages/at-icons/dist/AtMonitoramentoSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtMoveRegularIcon/AtMoveRegularIcon.vue.js +45 -0
- package/dist/packages/at-icons/dist/AtMoveRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtOpacityRegularIcon/AtOpacityRegularIcon.vue.js +48 -0
- package/dist/packages/at-icons/dist/AtOpacityRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtOrdenacaoRegularIcon/AtOrdenacaoRegularIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtOrdenacaoRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtOrdenarRegularIcon/AtOrdenarRegularIcon.vue.js +34 -0
- package/dist/packages/at-icons/dist/AtOrdenarRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtPdfRegularIcon/AtPdfRegularIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtPdfRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtPdfSolidIcon/AtPdfSolidIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtPdfSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtPinRegularIcon/AtPinRegularIcon.vue.js +34 -0
- package/dist/packages/at-icons/dist/AtPinRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtPinSolidIcon/AtPinSolidIcon.vue.js +34 -0
- package/dist/packages/at-icons/dist/AtPinSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtPlantRegularIcon/AtPlantRegularIcon.vue.js +36 -0
- package/dist/packages/at-icons/dist/AtPlantRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtPlantSolidIcon/AtPlantSolidIcon.vue.js +34 -0
- package/dist/packages/at-icons/dist/AtPlantSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtPrintSolidIcon/AtPrintSolidIcon.vue.js +45 -0
- package/dist/packages/at-icons/dist/AtPrintSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtRatingRegularIcon/AtRatingRegularIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtRatingRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtRatingSolidIcon/AtRatingSolidIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtRatingSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtRefreshSolidIcon/AtRefreshSolidIcon.vue.js +47 -0
- package/dist/packages/at-icons/dist/AtRefreshSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtRulerRegularIcon/AtRulerRegularIcon.vue.js +45 -0
- package/dist/packages/at-icons/dist/AtRulerRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtRulerSolidIcon/AtRulerSolidIcon.vue.js +34 -0
- package/dist/packages/at-icons/dist/AtRulerSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtSateliteRegularIcon/AtSateliteRegularIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtSateliteRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtSateliteSolidIcon/AtSateliteSolidIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtSateliteSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtSaveRegularIcon/AtSaveRegularIcon.vue.js +47 -0
- package/dist/packages/at-icons/dist/AtSaveRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtSaveSolidIcon/AtSaveSolidIcon.vue.js +48 -0
- package/dist/packages/at-icons/dist/AtSaveSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtSearchIcon/AtSearchIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtSearchIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtSecaRegularIcon/AtSecaRegularIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtSecaRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtSecaSolidIcon/AtSecaSolidIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtSecaSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtSettingsRegularIcon/AtSettingsRegularIcon.vue.js +47 -0
- package/dist/packages/at-icons/dist/AtSettingsRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtSettingsSolidIcon/AtSettingsSolidIcon.vue.js +34 -0
- package/dist/packages/at-icons/dist/AtSettingsSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtShoppingCartRegularIcon/AtShoppingCartRegularIcon.vue.js +53 -0
- package/dist/packages/at-icons/dist/AtShoppingCartRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtShoppingCartSolidIcon/AtShoppingCartSolidIcon.vue.js +53 -0
- package/dist/packages/at-icons/dist/AtShoppingCartSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtSobreposicaoRegularIcon/AtSobreposicaoRegularIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtSobreposicaoRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtSobreposicaoSolidIcon/AtSobreposicaoSolidIcon.vue.js +47 -0
- package/dist/packages/at-icons/dist/AtSobreposicaoSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtSublinhadoRegularIcon/AtSublinhadoRegularIcon.vue.js +47 -0
- package/dist/packages/at-icons/dist/AtSublinhadoRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtSubterritorioRegularIcon/AtSubterritorioRegularIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtSubterritorioRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtSubterritorioSolidIcon/AtSubterritorioSolidIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtSubterritorioSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtTalhaoRegularIcon/AtTalhaoRegularIcon.vue.js +45 -0
- package/dist/packages/at-icons/dist/AtTalhaoRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtTalhaoSolidIcon/AtTalhaoSolidIcon.vue.js +45 -0
- package/dist/packages/at-icons/dist/AtTalhaoSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtTelephoneIcon/AtTelephoneIcon.vue.js +47 -0
- package/dist/packages/at-icons/dist/AtTelephoneIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtTemperatureRegularIcon/AtTemperatureRegularIcon.vue.js +45 -0
- package/dist/packages/at-icons/dist/AtTemperatureRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtTemperatureSolidIcon/AtTemperatureSolidIcon.vue.js +45 -0
- package/dist/packages/at-icons/dist/AtTemperatureSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtTempestadeRegularIcon/AtTempestadeRegularIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtTempestadeRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtTempestadeSolidIcon/AtTempestadeSolidIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtTempestadeSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtTimelineRegularIcon/AtTimelineRegularIcon.vue.js +36 -0
- package/dist/packages/at-icons/dist/AtTimelineRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtTimelineSolidIcon/AtTimelineSolidIcon.vue.js +47 -0
- package/dist/packages/at-icons/dist/AtTimelineSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtToolRegularIcon/AtToolRegularIcon.vue.js +45 -0
- package/dist/packages/at-icons/dist/AtToolRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtToolSolidIcon/AtToolSolidIcon.vue.js +45 -0
- package/dist/packages/at-icons/dist/AtToolSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtTrashRegularIcon/AtTrashRegularIcon.vue.js +48 -0
- package/dist/packages/at-icons/dist/AtTrashRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtTrashSolidIcon/AtTrashSolidIcon.vue.js +34 -0
- package/dist/packages/at-icons/dist/AtTrashSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtUnlockRegularIcon/AtUnlockRegularIcon.vue.js +47 -0
- package/dist/packages/at-icons/dist/AtUnlockRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtUnlockSolidIcon/AtUnlockSolidIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtUnlockSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtUploadSolidIcon/AtUploadSolidIcon.vue.js +47 -0
- package/dist/packages/at-icons/dist/AtUploadSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtUserMinusRegularIcon/AtUserMinusRegularIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtUserMinusRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtUserMinusSolidIcon/AtUserMinusSolidIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtUserMinusSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtUserPlusRegularIcon/AtUserPlusRegularIcon.vue.js +48 -0
- package/dist/packages/at-icons/dist/AtUserPlusRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtUserPlusSolidIcon/AtUserPlusSolidIcon.vue.js +48 -0
- package/dist/packages/at-icons/dist/AtUserPlusSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtUserSolidIcon/AtUserSolidIcon.vue.js +35 -0
- package/dist/packages/at-icons/dist/AtUserSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtVentosRegularIcon/AtVentosRegularIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtVentosRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtWarningRegularIcon/AtWarningRegularIcon.vue.js +34 -0
- package/dist/packages/at-icons/dist/AtWarningRegularIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtWarningSolidIcon/AtWarningSolidIcon.vue.js +34 -0
- package/dist/packages/at-icons/dist/AtWarningSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtWorldSolidIcon/AtWorldSolidIcon.vue.js +46 -0
- package/dist/packages/at-icons/dist/AtWorldSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/AtZoomInAreaSolidIcon/AtZoomInAreaSolidIcon.vue.js +45 -0
- package/dist/packages/at-icons/dist/AtZoomInAreaSolidIcon/index.js +5 -0
- package/dist/packages/at-icons/dist/_virtual/_plugin-vue_export-helper.js +9 -0
- package/dist/packages/at-icons/dist/components/IconWrapper/IconWrapper.vue.js +6 -0
- package/dist/packages/at-icons/dist/components/IconWrapper/IconWrapper.vue2.js +30 -0
- package/dist/style.css +1 -1
- package/package.json +4 -6
- package/dist/Map/Map.d.ts +0 -30
- package/dist/Map/Map.vue.js +0 -22
- package/dist/Map/Map.vue2.js +0 -169
- package/dist/Map/index.d.ts +0 -1
- package/dist/Map/types/index.d.ts +0 -38
- package/dist/Map/utils/index.d.ts +0 -24
- package/dist/Map/utils/index.js +0 -24
- package/dist/_virtual/_commonjsHelpers.js +0 -8
- package/dist/_virtual/terraformer-wkt-parser.js +0 -4
- package/dist/_virtual/terraformer.js +0 -4
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/AggregateGraphic.js +0 -27
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/Basemap.js +0 -142
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/Camera.js +0 -43
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/CameraLayout.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/Color.js +0 -125
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/Graphic.js +0 -119
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/Ground.js +0 -116
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/Map.js +0 -46
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/PopupTemplate.js +0 -186
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/TimeExtent.js +0 -102
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/TimeInterval.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/Viewpoint.js +0 -30
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/analysis/Analysis.js +0 -40
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/analysis/AreaMeasurementAnalysis.js +0 -33
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/analysis/DimensionAnalysis.js +0 -68
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/analysis/DimensionSimpleStyle.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/analysis/DirectLineMeasurementAnalysis.js +0 -25
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/analysis/LengthDimension.js +0 -23
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/analysis/LineOfSightAnalysis.js +0 -71
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/analysis/LineOfSightAnalysisObserver.js +0 -27
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/analysis/LineOfSightAnalysisTarget.js +0 -26
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/analysis/dimensionUtils.js +0 -9
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/analysis/featureReferenceUtils.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/ArcadeDate.js +0 -226
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/ArcadeModule.js +0 -8
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/ArcadeModuleLoader.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/ArcadeModuleResolver.js +0 -90
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/ArcadePortal.js +0 -9
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/Attachment.js +0 -13
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/Dictionary.js +0 -129
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/Feature.js +0 -284
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/FunctionWrapper.js +0 -50
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/ImmutableArray.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/ImmutablePathArray.js +0 -25
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/ImmutablePointArray.js +0 -27
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/arcadeAsyncRuntime.js +0 -946
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/arcadeCompiler.js +0 -1181
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/arcadeRuntime.js +0 -849
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/deepClone.js +0 -13
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/executionError.js +0 -61
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureSetCollection.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureSetUtils.js +0 -394
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/actions/Adapted.js +0 -373
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/actions/AttributeFilter.js +0 -104
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/actions/GroupBy.js +0 -364
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/actions/OrderBy.js +0 -84
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/actions/SpatialFilter.js +0 -112
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/actions/Top.js +0 -97
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/sources/Empty.js +0 -44
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/sources/FeatureLayerDynamic.js +0 -531
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/sources/FeatureLayerMemory.js +0 -278
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/sources/FeatureLayerRelated.js +0 -218
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/support/FeatureSet.js +0 -631
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/support/FeatureSetIterator.js +0 -92
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/support/FeatureSetQueryInterceptor.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/support/IdSet.js +0 -8
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/support/OrderbyClause.js +0 -62
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/support/RecentlyUsedCache.js +0 -118
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/support/StatsField.js +0 -81
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/support/cache.js +0 -27
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/support/errorsupport.js +0 -29
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/support/shared.js +0 -161
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/support/sqlUtils.js +0 -662
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/support/stats.js +0 -177
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/centroid.js +0 -192
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/convertdirection.js +0 -604
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/date.js +0 -378
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/featuresetbase.js +0 -637
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/featuresetgeom.js +0 -92
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/featuresetstats.js +0 -75
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/featuresetstring.js +0 -88
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/fieldStats.js +0 -66
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/geomasync.js +0 -551
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/geometry.js +0 -494
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/geomsync.js +0 -484
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/hash.js +0 -70
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/knowledgegraph.js +0 -155
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/maths.js +0 -118
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/measures.js +0 -177
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/stats.js +0 -42
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/string.js +0 -493
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/kernel.js +0 -130
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/lib/arcade-parser.js +0 -27
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/lib/assert.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/lib/character.js +0 -4
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/lib/comment-handler.js +0 -77
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/lib/error-handler.js +0 -35
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/lib/parser.js +0 -565
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/lib/scanner.js +0 -410
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/lib/types.js +0 -58
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/parser.js +0 -12
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/portalUtils.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/treeAnalysis.js +0 -171
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade.js +0 -164
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/assets.js +0 -13
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/Button.js +0 -36
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/ColorMaterial.glsl.js +0 -62
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/ColorSet.js +0 -45
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/DefaultMaterial.glsl.js +0 -150
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/DefaultTheme.js +0 -130
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/HUDMaterial.glsl.js +0 -211
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/Jpg.js +0 -382
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/LaserlinePath.glsl.js +0 -70
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/Laserlines.glsl.js +0 -130
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/LineSeries.js +0 -2871
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/OverlayCompositing.glsl.js +0 -25
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/RealisticTree.glsl.js +0 -121
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/ResponsiveTheme.js +0 -143
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/RibbonLine.glsl.js +0 -283
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/SSAO.glsl.js +0 -105
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/SSAOBlur.glsl.js +0 -52
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/ShadedColorMaterial.glsl.js +0 -53
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/TextureOnly.glsl.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/Theme.js +0 -3426
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/Tick.js +0 -723
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/Tooltip.js +0 -138
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/Zlib.js +0 -154
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/_commonjsHelpers.js +0 -8
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/ar.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/arcade.js +0 -198
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/arcgis-knowledge-client-core-simd.js +0 -1217
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/arcgis-knowledge-client-core.js +0 -1217
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/array.js +0 -397
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/basis_transcoder.js +0 -1247
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/bg_BG.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/boundedPlane.js +0 -206
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/bs_BA.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/builtins.js +0 -25
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/ca_ES.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/chartUtilsAm5.js +0 -2955
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/cs_CZ.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/da_DK.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/de_CH.js +0 -6
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/de_DE.js +0 -6
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/earcut.js +0 -292
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/el_GR.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/en_CA.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/en_US.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/es_ES.js +0 -6
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/et_EE.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/fi_FI.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/fr_FR.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/geometryEngineBase.js +0 -18462
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/geometryEngineJSON.js +0 -171
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/he_IL.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/hr_HR.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/hu_HU.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/i3s.js +0 -808
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/id_ID.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/it_IT.js +0 -6
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/ja_JP.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/ko_KR.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/languageUtils.js +0 -864
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/lclayout.js +0 -772
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/lerc-wasm.js +0 -324
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/libtess-asm.js +0 -3672
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/libtess.js +0 -268
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/lt_LT.js +0 -6
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/lv_LV.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/lyr3DWorker.js +0 -2107
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/mat3.js +0 -13
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/mat4.js +0 -13
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/nb_NO.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/nl_NL.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/pe-wasm.js +0 -886
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/pe.js +0 -446
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/persistableUrlUtils.js +0 -91
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/pl_PL.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/pt_BR.js +0 -6
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/pt_PT.js +0 -6
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/quickselect.js +0 -35
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/rbush.js +0 -187
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/ro_RO.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/ru_RU.js +0 -6
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/scalar.js +0 -11
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/sk_SK.js +0 -6
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/sl_SL.js +0 -6
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/sphere.js +0 -183
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/sr_RS.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/sv_SE.js +0 -6
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/th_TH.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/tr_TR.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/tslib.es6.js +0 -46
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/uk_UA.js +0 -6
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/vec2.js +0 -32
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/vec3.js +0 -81
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/vec32.js +0 -195
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/vec33.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/vec4.js +0 -51
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/vec42.js +0 -148
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/vec43.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/vi_VN.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/zh_Hans.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/zh_Hant.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/colorUtils.js +0 -35
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/config.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Accessor.js +0 -171
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/ArrayPool.js +0 -31
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/AsyncSequence.js +0 -26
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/BidiEngine.js +0 -338
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/BidiText.js +0 -13
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/ByteSizeUnit.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/CircularArray.js +0 -40
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Clonable.js +0 -43
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Collection.js +0 -431
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/CollectionFlattener.js +0 -58
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Cyclical.js +0 -52
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Error.js +0 -32
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Evented.js +0 -124
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Handles.js +0 -68
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/HeapSort.js +0 -40
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Identifiable.js +0 -27
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/JSONSupport.js +0 -49
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/LRUCache.js +0 -32
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Loadable.js +0 -64
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Logger.js +0 -105
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/MD5.js +0 -76
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/MapUtils.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/MemCache.js +0 -228
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/MemCachePool.js +0 -53
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Message.js +0 -15
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/MultiOriginJSONSupport.js +0 -57
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/NestedMap.js +0 -29
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/ObjectPool.js +0 -50
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/ObjectStack.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/ObservableChangesType.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/PerformanceSampler.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/PooledArray.js +0 -173
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Promise.js +0 -84
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Queue.js +0 -58
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/RandomLCG.js +0 -25
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/ReactiveMap.js +0 -47
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/ReactiveSet.js +0 -45
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/ReadOnlyMultiOriginJSONSupport.js +0 -53
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/ReentrantObjectPool.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/SetUtils.js +0 -62
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/VectorStack.js +0 -43
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Version.js +0 -33
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Warning.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/a11yUtils.js +0 -4
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/DefaultsStore.js +0 -61
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/MultiOriginStore.js +0 -72
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/ObservableBase.js +0 -57
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/Properties.js +0 -175
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/Property.js +0 -80
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/PropertyOrigin.js +0 -53
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/Store.js +0 -37
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/beforeDestroy.js +0 -4
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/decorators/cast.js +0 -26
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/decorators/enumeration.js +0 -9
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/decorators/persistable.js +0 -95
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/decorators/property.js +0 -66
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/decorators/reader.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/decorators/shared.js +0 -8
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/decorators/subclass.js +0 -81
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/decorators/writer.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/defaultsStoreUtils.js +0 -13
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/diffUtils.js +0 -92
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/ensureType.js +0 -239
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/extensions/serializableProperty/originAliases.js +0 -15
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/extensions/serializableProperty/reader.js +0 -140
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/extensions/serializableProperty/shorthands.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/extensions/serializableProperty/type.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/extensions/serializableProperty/writer.js +0 -63
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/extensions/serializableProperty.js +0 -62
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/get.js +0 -31
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/interfaces.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/layerContainerType.js +0 -4
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/metadata.js +0 -33
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/originUtils.js +0 -9
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/read.js +0 -63
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/set.js +0 -31
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/testSupport.js +0 -12
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/tracking/Flags.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/tracking/ObservationHandle.js +0 -12
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/tracking/SimpleObservable.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/tracking/SimpleTrackingTarget.js +0 -53
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/tracking.js +0 -88
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/trackingUtils.js +0 -55
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/utils.js +0 -69
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/watch.js +0 -131
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/write.js +0 -65
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/arrayUtils.js +0 -128
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/asyncUtils.js +0 -86
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/bidiEngineTables.js +0 -41
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/byteSizeEstimations.js +0 -70
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/clock.js +0 -12
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/collectionUtils.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/colorUtils.js +0 -165
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/compilerUtils.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/date.js +0 -52
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/deprecate.js +0 -36
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/devEnvironmentUtils.js +0 -12
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/domUtils.js +0 -25
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/events.js +0 -43
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/floatRGBA.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/fontUtils.js +0 -66
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/handleUtils.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/has.js +0 -53
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/image/apng.js +0 -393
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/image/gif.js +0 -322
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/imageUtils.js +0 -73
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/iteratorUtils.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/jsonMap.js +0 -42
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/lang.js +0 -140
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/factories/mat2df32.js +0 -33
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/factories/mat2df64.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/factories/mat3f32.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/factories/mat3f64.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/factories/mat4f32.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/factories/mat4f64.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/factories/quatf64.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/factories/vec2f32.js +0 -42
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/factories/vec2f64.js +0 -47
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/factories/vec3f32.js +0 -47
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/factories/vec3f64.js +0 -52
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/factories/vec4f32.js +0 -52
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/factories/vec4f64.js +0 -57
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/math/common.js +0 -26
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/math/mat2d.js +0 -95
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/math/mat3.js +0 -151
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/math/mat4.js +0 -250
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/math/quat.js +0 -129
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/math/vec2.js +0 -172
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/types/mat4.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/types/vec2.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/rbush/PooledRBush.js +0 -275
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/loadAll.js +0 -27
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/mathUtils.js +0 -79
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/maybe.js +0 -36
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/memoize.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/multiOriginJSONSupportUtils.js +0 -6
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/nextTick.js +0 -12
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/number.js +0 -130
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/object.js +0 -39
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/pbf.js +0 -216
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/perspectiveUtils.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/promiseUtils.js +0 -167
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/quantityUtils.js +0 -34
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/reactiveUtils.js +0 -124
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/scheduling.js +0 -99
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/screenUtils.js +0 -51
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/signal.js +0 -23
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql/AggregateFunctions.js +0 -84
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql/DateOnly.js +0 -212
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql/SqlInterval.js +0 -112
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql/SqlTimestampOffset.js +0 -81
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql/StandardizedFunctions.js +0 -248
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql/TimeOnly.js +0 -165
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql/UnknownTimeZone.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql/WhereClause.js +0 -482
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql/WhereClauseCache.js +0 -27
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql/WhereGrammar.js +0 -1050
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql/sqlArithmeticUtils.js +0 -459
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql/sqlCompareUtils.js +0 -230
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql/sqlDateParsingUtils.js +0 -129
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql.js +0 -11
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/string.js +0 -30
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/support/OwningCollection.js +0 -43
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/support/UpdatingHandles.js +0 -62
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/throttle.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/time.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/timeUtils.js +0 -52
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/typedArrayUtil.js +0 -76
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/uid.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/unitFormatUtils.js +0 -45
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/unitUtils.js +0 -196
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/urlUtils.js +0 -446
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/uuid.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/Connection.js +0 -81
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/InvokeHandler.js +0 -16
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/RemoteClient.js +0 -182
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/WorkerFallback.js +0 -72
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/WorkerHandle.js +0 -51
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/WorkerOwner.js +0 -82
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/connectionRegistry.js +0 -13
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/loaderConfig.js +0 -15
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/registry.js +0 -4
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/request.js +0 -45
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/staticWorkerMessages.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/utils.js +0 -78
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/workerFactory.js +0 -63
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/workers.js +0 -68
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/ExpressionInfo.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/FormTemplate.js +0 -35
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/AttachmentElement.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/Element.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/FieldElement.js +0 -29
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/GroupElement.js +0 -32
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/RelationshipElement.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/TextElement.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/inputs/AttachmentInput.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/inputs/BarcodeScannerInput.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/inputs/ComboBoxInput.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/inputs/DatePickerInput.js +0 -41
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/inputs/DateTimeOffsetPickerInput.js +0 -47
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/inputs/DateTimePickerInput.js +0 -41
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/inputs/Input.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/inputs/RadioButtonsInput.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/inputs/SwitchInput.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/inputs/TextAreaInput.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/inputs/TextBoxInput.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/inputs/TextInput.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/inputs/TimePickerInput.js +0 -47
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/support/inputs.js +0 -15
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/support/elements.js +0 -30
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geohash/GeohashTree.js +0 -101
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geohash/geohashUtils.js +0 -92
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/Extent.js +0 -215
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/Geometry.js +0 -46
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/GeometryCursor.js +0 -369
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/HeightModelInfo.js +0 -66
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/Mesh.js +0 -226
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/Multipoint.js +0 -91
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/Point.js +0 -154
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/Polygon.js +0 -162
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/Polyline.js +0 -99
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/SpatialReference.js +0 -82
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/ellipsoidUtils.js +0 -60
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/geometryAdapters/hydrated.js +0 -43
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/geometryAdapters/json.js +0 -57
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/geometryCursorCollectUtils.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/geometryEngine.js +0 -190
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/geometryEngineAsync.js +0 -219
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/geometryEngineJSON.js +0 -43
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/geometryEngineWorker.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/libtess.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/projection/computeTranslationToOriginAndRotation.js +0 -29
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/projection/localRotationUtils.js +0 -12
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/projection/projectBuffer.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/projection/projectPointToVector.js +0 -16
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/projection/projectVectorToVector.js +0 -26
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/projection/projectVectorToWGS84ComparableLonLat.js +0 -12
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/projection/projectXYZToVector.js +0 -9
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/projection/projectors.js +0 -143
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/projection.js +0 -240
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/spatialReferenceEllipsoidUtils.js +0 -36
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/Axis.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/DoubleArray.js +0 -25
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/Ellipsoid.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/FloatArray.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/GeographicTransformation.js +0 -50
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/GeographicTransformationStep.js +0 -35
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/Indices.js +0 -67
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/MeshComponent.js +0 -42
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/MeshGeoreferencedVertexSpace.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/MeshLocalVertexSpace.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/MeshMaterial.js +0 -42
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/MeshMaterialMetallicRoughness.js +0 -39
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/MeshTexture.js +0 -137
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/MeshTextureTransform.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/MeshTransform.js +0 -51
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/MeshVertexAttributes.js +0 -73
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/SupportedGCSWkids.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/TileClipper.js +0 -314
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/UintArray.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/WKIDUnitConversion.js +0 -819
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/aaBoundingBox.js +0 -106
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/aaBoundingRect.js +0 -92
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/axisAngleDegrees.js +0 -54
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/boundsUtils.js +0 -96
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/buffer/BufferView.js +0 -473
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/buffer/internals/Mat3.js +0 -43
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/buffer/internals/Mat4.js +0 -43
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/buffer/internals/Scalar.js +0 -26
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/buffer/internals/Vec2.js +0 -41
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/buffer/internals/Vec3.js +0 -41
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/buffer/internals/Vec4.js +0 -41
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/buffer/math/common.js +0 -5
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/buffer/types.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/buffer/utils.js +0 -13
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/centroid.js +0 -155
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/clipRay.js +0 -26
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/contains.js +0 -65
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/coordsUtils.js +0 -107
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/extentUtils.js +0 -58
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/frustum.js +0 -71
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/geodesicConstants.js +0 -8
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/geodesicUtils.js +0 -170
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/geometryUtils.js +0 -23
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/heightModelInfoUtils.js +0 -102
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/intersects.js +0 -16
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/intersectsBase.js +0 -145
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/jsonUtils.js +0 -41
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/labelPoint.js +0 -176
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/lineSegment.js +0 -79
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshErrors.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/ElevationSamplerWorker.js +0 -49
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/External.js +0 -116
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/Metadata.js +0 -38
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/bounds.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/centerAt.js +0 -54
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/deduplicate.js +0 -89
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/exporters/gltf/asset.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/exporters/gltf/buffer.js +0 -60
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/exporters/gltf/bufferview.js +0 -138
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/exporters/gltf/geometry.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/exporters/gltf/glb.js +0 -39
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/exporters/gltf/gltf.js +0 -285
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/exporters/gltf/gltfexport.js +0 -23
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/exporters/gltf/imageutils.js +0 -55
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/exporters/gltf/index.js +0 -69
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/exporters/gltf/node.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/exporters/gltf/scene.js +0 -16
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/exporters/gltf/types.js +0 -25
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/geographicUtils.js +0 -29
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/georeference.js +0 -155
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/loadExternal.js +0 -75
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/loadGLTFMesh.js +0 -149
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/primitives.js +0 -150
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/projection.js +0 -91
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/rotate.js +0 -70
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/scale.js +0 -61
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/vertexSpaceConversion.js +0 -27
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshVertexSpaceUtils.js +0 -62
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/near.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/normalizeUtils.js +0 -255
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/normalizeUtilsCommon.js +0 -23
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/normalizeUtilsSync.js +0 -188
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/plane.js +0 -120
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/pointUtils.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/quantizationUtils.js +0 -82
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/ray.js +0 -42
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/scaleUtils.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/spatialReferenceUtils.js +0 -108
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/triangle.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/triangulationUtils.js +0 -89
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/typeUtils.js +0 -6
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/vector.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/vectorStacks.js +0 -11
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/webMercatorUtils.js +0 -76
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/zmUtils.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/zscale.js +0 -55
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry.js +0 -23
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/ground/NavigationConstraint.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/identity/IdentityManager.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/identity/IdentityManagerBase.js +0 -782
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/identity/IdentityModal.js +0 -52
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/identity/OAuthCredential.js +0 -82
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/identity/OAuthInfo.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/identity/ServerInfo.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/intl/date.js +0 -57
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/intl/locale.js +0 -40
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/intl/messages.js +0 -73
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/intl/number.js +0 -26
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/intl/substitute.js +0 -56
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/intl/t9n.js +0 -46
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/intl.js +0 -26
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/kernel.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/BaseTileLayer.js +0 -50
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/BingMapsLayer.js +0 -88
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/BuildingSceneLayer.js +0 -133
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/CSVLayer.js +0 -101
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/CatalogLayer.js +0 -112
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/DimensionLayer.js +0 -66
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/ElevationLayer.js +0 -88
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/FeatureLayer.js +0 -480
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/GeoJSONLayer.js +0 -142
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/GeoRSSLayer.js +0 -85
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/GraphicsLayer.js +0 -46
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/GroupLayer.js +0 -158
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/ILyr3DWasmPerSceneView.js +0 -49
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/ImageryLayer.js +0 -124
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/ImageryTileLayer.js +0 -183
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/IntegratedMesh3DTilesLayer.js +0 -123
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/IntegratedMeshLayer.js +0 -91
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/KMLLayer.js +0 -100
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/Layer.js +0 -58
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/LayerConstants.js +0 -4
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/LineOfSightLayer.js +0 -58
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/LinkChartLayer.js +0 -391
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/MapImageLayer.js +0 -134
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/MapNotesLayer.js +0 -242
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/MediaLayer.js +0 -112
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/OGCFeatureLayer.js +0 -119
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/OpenStreetMapLayer.js +0 -27
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/OrientedImageryLayer.js +0 -35
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/PointCloudLayer.js +0 -142
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/RouteLayer.js +0 -398
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/SceneLayer.js +0 -432
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/StreamLayer.js +0 -172
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/SubtypeGroupLayer.js +0 -226
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/TileLayer.js +0 -155
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/UnknownLayer.js +0 -36
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/UnsupportedLayer.js +0 -37
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/VectorTileLayer.js +0 -220
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/VoxelLayer.js +0 -227
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/WFSLayer.js +0 -141
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/WMSLayer.js +0 -237
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/WMTSLayer.js +0 -241
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/WebTileLayer.js +0 -114
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/buildingSublayers/BuildingComponentSublayer.js +0 -194
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/buildingSublayers/BuildingGroupSublayer.js +0 -49
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/buildingSublayers/BuildingSublayer.js +0 -26
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/catalog/CatalogDynamicGroupLayer.js +0 -83
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/catalog/CatalogFootprintLayer.js +0 -67
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/effects/EffectView.js +0 -114
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/effects/FeatureEffectView.js +0 -50
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/effects/colorMatrixFunctions.js +0 -32
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/effects/effects.js +0 -158
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/effects/jsonUtils.js +0 -91
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/effects/parser.js +0 -491
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/effects/utils.js +0 -23
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/OptimizedFeature.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/OptimizedFeatureSet.js +0 -12
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/OptimizedGeometry.js +0 -47
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/applyEditsUtils.js +0 -87
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/centroid.js +0 -75
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/contains.js +0 -38
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/AttributesBuilder.js +0 -91
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/BoundsStore.js +0 -64
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/FeatureStore.js +0 -136
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/QueryEngine.js +0 -370
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/QueryEngineCapabilities.js +0 -4
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/QueryEngineResult.js +0 -307
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/SnappingCandidate.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/StreamFeatureManager.js +0 -120
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/attributeSupport.js +0 -85
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/geometryUtils.js +0 -37
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/optimizedFeatureQueryEngineAdapter.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/projectionSupport.js +0 -78
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/queryUtils.js +0 -75
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/queryValidationUtils.js +0 -72
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/spatialQuerySupport.js +0 -78
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/timeSupport.js +0 -65
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/dehydratedFeatureComparison.js +0 -13
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/dehydratedFeatureUtils.js +0 -6
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/dehydratedFeatures.js +0 -37
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/dehydratedPoint.js +0 -6
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/editingSupport.js +0 -213
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/featureConversionUtils.js +0 -494
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/hydratedFeatures.js +0 -82
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/objectIdUtils.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/CSVSource.js +0 -63
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/FeatureLayerSource.js +0 -356
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/GeoJSONSource.js +0 -98
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/MemorySource.js +0 -194
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/OGCFeatureSource.js +0 -82
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/WFSSource.js +0 -82
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/WFSSourceWorker.js +0 -139
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/connections/GeoEventConnection.js +0 -146
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/connections/WebSocketConnection.js +0 -123
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/connections/createConnection.js +0 -16
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/csv/csv.js +0 -170
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/geojson/GeoJSONSourceWorker.js +0 -232
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/geojson/geojson.js +0 -211
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/interfaces.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/support/CSVSourceWorker.js +0 -203
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/support/MemorySourceWorker.js +0 -203
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/support/QueryTask.js +0 -128
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/support/clientSideDefaults.js +0 -40
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/support/sourceUtils.js +0 -72
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/support/uploadAssetErrors.js +0 -70
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/support/uploadAssets.js +0 -224
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/support/uploadProgressWeights.js +0 -4
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/support/uploads.js +0 -56
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/knowledgeGraph/KnowledgeGraphLayerDataManager.js +0 -354
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/knowledgeGraph/KnowledgeGraphSublayer.js +0 -143
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/knowledgeGraph/KnowledgeGraphSublayerBase.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/knowledgeGraph/SessionMemoryStorage.js +0 -49
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/knowledgeGraph/supportUtils.js +0 -54
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/APIKeyMixin.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/ArcGISCachedService.js +0 -56
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/ArcGISImageService.js +0 -864
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/ArcGISMapService.js +0 -91
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/ArcGISService.js +0 -31
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/BlendLayer.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/CustomParametersMixin.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/EditBusLayer.js +0 -71
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/FeatureEffectLayer.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/FeatureLayerBase.js +0 -117
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/FeatureReductionLayer.js +0 -70
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/ImageryTileMixin.js +0 -298
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/OperationalLayer.js +0 -57
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/OrderedLayer.js +0 -32
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/PortalLayer.js +0 -145
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/PublishableLayer.js +0 -44
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/RefreshableLayer.js +0 -49
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/ScaleRangeLayer.js +0 -26
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/SceneService.js +0 -211
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/SublayersOwner.js +0 -103
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/TemporalLayer.js +0 -33
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/TemporalSceneLayer.js +0 -57
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/operationalLayers.js +0 -4
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/refresh.js +0 -49
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/ogc/crsUtils.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/ogc/ogcFeatureUtils.js +0 -215
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/ogc/wfsUtils.js +0 -359
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/ogc/xmlUtils.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/orientedImagery/constants/utils.js +0 -15
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/orientedImagery/constants/wkid.js +0 -6
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/orientedImagery/core/CameraOrientation.js +0 -32
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/orientedImagery/core/CameraOrientationHPR.js +0 -23
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/orientedImagery/core/CameraOrientationOPK.js +0 -23
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/orientedImagery/core/CameraOrientationYPR.js +0 -27
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/orientedImagery/core/ElevationSourceDefinitions.js +0 -27
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/orientedImagery/core/utils.js +0 -46
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/orientedImagery/enums/CameraOrientationType.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/pointCloudFilters/PointCloudBitfieldFilter.js +0 -25
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/pointCloudFilters/PointCloudFilter.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/pointCloudFilters/PointCloudReturnFilter.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/pointCloudFilters/PointCloudValueFilter.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/pointCloudFilters/typeUtils.js +0 -8
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/save/featureLayerUtils.js +0 -139
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/save/groupLayerUtils.js +0 -32
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/save/imageryUtils.js +0 -36
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/save/mediaLayerUtils.js +0 -28
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/save/streamLayerUtils.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/save/utils.js +0 -89
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/AggregateField.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/BuildingFilter.js +0 -27
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/BuildingFilterAuthoringInfo.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/BuildingFilterAuthoringInfoBlock.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/BuildingFilterAuthoringInfoCheckbox.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/BuildingFilterAuthoringInfoType.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/BuildingFilterBlock.js +0 -37
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/BuildingFilterMode.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/BuildingFilterModeSolid.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/BuildingFilterModeWireFrame.js +0 -23
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/BuildingFilterModeXRay.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/BuildingSummaryStatistics.js +0 -37
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/ClientSideConnection.js +0 -36
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/CodedValue.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/CodedValueDomain.js +0 -31
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/ControlPointsGeoreference.js +0 -142
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/CornersGeoreference.js +0 -56
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/DimensionalDefinition.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/Domain.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/EditFieldsInfo.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/ElevationQuery.js +0 -459
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/ElevationSampler.js +0 -129
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/ElevationSamplerData.js +0 -8
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/ElevationTile.js +0 -34
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/ElevationTileData.js +0 -30
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/ExportImageParameters.js +0 -73
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/ExportImageServiceParameters.js +0 -96
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/ExportWMSImageParameters.js +0 -39
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/ExpressionInfo.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/ExtentAndRotationGeoreference.js +0 -60
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/FeatureEffect.js +0 -47
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/FeatureFilter.js +0 -37
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/FeatureIndex.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/FeatureReduction.js +0 -16
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/FeatureReductionBinning.js +0 -50
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/FeatureReductionCluster.js +0 -77
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/FeatureReductionSelection.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/FeatureTemplate.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/FeatureType.js +0 -35
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/Field.js +0 -44
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/FieldsIndex.js +0 -118
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/GeometryFieldsInfo.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/GeoreferenceBase.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/I3SIndexInfo.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/I3SLayerDefinitions.js +0 -68
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/ImageElement.js +0 -93
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/InheritedDomain.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/KMLSublayer.js +0 -70
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/LOD.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/LabelClass.js +0 -131
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/LabelExpressionInfo.js +0 -30
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/LayerFloorInfo.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/LayerLoadContext.js +0 -30
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/LercDecoder.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/LercWorker.js +0 -156
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/LocalMediaElementSource.js +0 -92
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/MediaElementBase.js +0 -41
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/MediaElementView.js +0 -36
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/MosaicRule.js +0 -89
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/MultidimensionalSubset.js +0 -66
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/OrderByInfo.js +0 -23
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/PixelBlock.js +0 -252
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/PolygonCollection.js +0 -46
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/PromiseQueue.js +0 -65
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/PublishingInfo.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/PurgeOptions.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RangeDomain.js +0 -34
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RangeInfo.js +0 -16
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RasterBandInfo.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RasterFunction.js +0 -68
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RasterFunctionInfo.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RasterFunctionProperties.js +0 -16
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RasterFunctionTemplate.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RasterFunctionVariable.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RasterInfo.js +0 -65
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RasterJobHandler.js +0 -116
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RasterSensorInfo.js +0 -32
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RasterStorageInfo.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RasterWorker.js +0 -82
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/Relationship.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RouteStopSymbols.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RouteSymbols.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/SceneFilter.js +0 -40
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/SceneModification.js +0 -38
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/SceneModifications.js +0 -40
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/SimpleBandStatistics.js +0 -8
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/SpriteSource.js +0 -73
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/StreamConnection.js +0 -27
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/Sublayer.js +0 -420
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/Subtype.js +0 -38
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/SubtypeSublayer.js +0 -308
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/TelemetryDisplay.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/TileInfo.js +0 -183
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/TileInfoTilemapCache.js +0 -39
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/TileKey.js +0 -8
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/TileMatrixSet.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/Tilemap.js +0 -73
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/TilemapCache.js +0 -139
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/TimeInfo.js +0 -41
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/VideoElement.js +0 -52
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/WMSSublayer.js +0 -67
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/WMTSLayerInfo.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/WMTSStyle.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/WMTSSublayer.js +0 -54
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/arcgisLayerUrl.js +0 -86
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/arcgisLayers.js +0 -155
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/associatedFeatureServiceUtils.js +0 -98
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/capabilities.js +0 -4
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/commonProperties.js +0 -52
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/domainUtils.js +0 -53
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/domains.js +0 -27
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/editableLayers.js +0 -8
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/exifUtils.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/featureLayerUtils.js +0 -237
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/featureQueryAll.js +0 -29
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/featureReductionUtils.js +0 -9
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/fetchService.js +0 -33
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/fieldProperties.js +0 -36
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/fieldType.js +0 -5
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/fieldUtils.js +0 -418
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/floorFilterUtils.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/fromPortalItem.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/imageBitmapUtils.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/imageUtils.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/imageryRendererUtils.js +0 -201
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/infoFor3D.js +0 -61
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/kmlUtils.js +0 -120
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/labelFormatUtils.js +0 -32
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/labelUtils.js +0 -62
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/labelingInfo.js +0 -48
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/layerUtils.js +0 -90
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/layersCreator.js +0 -140
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/lazyLayerLoader.js +0 -4
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/mediaUtils.js +0 -16
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/BaseRaster.js +0 -442
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/CloudRaster.js +0 -171
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/CovJSONRaster.js +0 -51
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/DBFParser.js +0 -50
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/EphemeralBlockCache.js +0 -68
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/FunctionRaster.js +0 -90
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/ImageAuxRaster.js +0 -67
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/ImageServerRaster.js +0 -176
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/InMemoryRaster.js +0 -67
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/MRFRaster.js +0 -173
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/RasterFactory.js +0 -48
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/RawBlockCache.js +0 -122
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/TIFFRaster.js +0 -214
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/byteStreamUtils.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/covJSONParser.js +0 -127
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/multidimensionalUtils.js +0 -279
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/pamParser.js +0 -113
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/xmlUtilities.js +0 -60
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterEnums.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFormats/ImageCanvasDecoder.js +0 -68
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFormats/JpgPlus.js +0 -34
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFormats/Lerc.js +0 -121
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFormats/Lzw.js +0 -63
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFormats/RasterCodec.js +0 -380
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFormats/Raw.js +0 -54
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFormats/TiffDecoder.js +0 -599
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFormats/TiffTags.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFormats/pixelRangeUtils.js +0 -42
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFormats/utils.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctionConstants.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/ArithmeticFunction.js +0 -37
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/ArithmeticFunctionArguments.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/AspectFunction.js +0 -34
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/AspectFunctionArguments.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/BandArithmeticFunction.js +0 -111
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/BandArithmeticFunctionArguments.js +0 -23
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/BaseFunctionArguments.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/BaseRasterFunction.js +0 -192
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/ClipFunction.js +0 -30
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/ClipFunctionArguments.js +0 -25
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/ColormapFunction.js +0 -46
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/ColormapFunctionArguments.js +0 -36
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/CompositeBandFunction.js +0 -45
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/CompositeBandFunctionArguments.js +0 -25
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/ContrastBrightnessFunction.js +0 -39
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/ContrastBrightnessFunctionArguments.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/ConvolutionFunction.js +0 -51
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/ConvolutionFunctionArguments.js +0 -31
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/CurvatureFunction.js +0 -37
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/CurvatureFunctionArguments.js +0 -28
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/ExtractBandFunction.js +0 -93
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/ExtractBandFunctionArguments.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/GrayscaleFunction.js +0 -40
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/GrayscaleFunctionArguments.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/LocalFunction.js +0 -66
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/LocalFunctionArguments.js +0 -25
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/MaskFunction.js +0 -59
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/MaskFunctionArguments.js +0 -39
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/NDVIFunction.js +0 -46
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/NDVIFunctionArguments.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/RemapFunction.js +0 -57
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/RemapFunctionArguments.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/SlopeFunction.js +0 -37
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/SlopeFunctionArguments.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/StatisticsFunction.js +0 -43
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/StatisticsFunctionArguments.js +0 -23
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/StatisticsHistogramFunction.js +0 -28
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/StatisticsHistogramFunctionArguments.js +0 -41
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/StretchFunction.js +0 -54
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/StretchFunctionArguments.js +0 -28
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/TableFunction.js +0 -33
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/TableFunctionArguments.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/bandIndexUtils.js +0 -255
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/clipUtils.js +0 -103
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/colormaps.js +0 -63
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/conversionUtils.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/convolutionUtils.js +0 -83
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/customBandIndexUtils.js +0 -113
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/focalStatUtils.js +0 -181
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/localUtils.js +0 -480
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/mirror.js +0 -15
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/pixelUtils.js +0 -659
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/rasterFunctionHelper.js +0 -246
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/rasterFunctionSchema.js +0 -4
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/rasterProjectionHelper.js +0 -592
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/stretchUtils.js +0 -356
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/surfaceUtils.js +0 -184
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/vectorFieldUtils.js +0 -230
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterTransforms/BaseRasterTransform.js +0 -23
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterTransforms/GCSShiftTransform.js +0 -28
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterTransforms/IdentityTransform.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterTransforms/PolynomialTransform.js +0 -114
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterTransforms/utils.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/schemaValidatorLoader.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/serviceCapabilitiesUtils.js +0 -57
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/source/DataLayerSource.js +0 -62
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/source/MapLayerSource.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/source/QueryTableDataSource.js +0 -25
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/source/RasterDataSource.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/source/TableDataSource.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/sublayerUtils.js +0 -37
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/vectorTileLayerLoader.js +0 -89
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/versionUtils.js +0 -161
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/wmsUtils.js +0 -280
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/wmtsUtils.js +0 -257
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelColorStop.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelDimension.js +0 -26
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelDynamicSection.js +0 -41
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelFormat.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelIrregularSpacing.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelIsosurface.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelOpacityStop.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelRangeFilter.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelRegularSpacing.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelSection.js +0 -35
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelSimpleShading.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelSlice.js +0 -41
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelTransferFunctionStyle.js +0 -129
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelUniqueValue.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelVariable.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelVariableStyle.js +0 -31
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelVolume.js +0 -95
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelVolumeIndex.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelVolumeStyle.js +0 -34
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/voxelPlaneUtils.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/libs/basisu/BasisU.js +0 -12
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/libs/basisu/TextureFormat.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/libs/i3s/I3SModule.js +0 -16
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/libs/i3s/enums.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/libs/linkchartlayout/LinkChartLayout.js +0 -89
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/libs/lyr3d/Lyr3DModule.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/libs/maquette/dom.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/libs/maquette/projection.js +0 -199
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/libs/maquette/projector.js +0 -60
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/libs/maquette-advanced-projector/advanced-projector-options.js +0 -4
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/libs/maquette-advanced-projector/projector.js +0 -75
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/libs/maquette-advanced-projector/utils.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/ElementExpressionInfo.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/ExpressionInfo.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/FieldInfo.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/LayerOptions.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/RelatedRecordsInfo.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/AttachmentsContent.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/BarChartMediaInfo.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/ColumnChartMediaInfo.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/Content.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/CustomContent.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/ExpressionContent.js +0 -23
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/FieldsContent.js +0 -26
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/ImageMediaInfo.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/LineChartMediaInfo.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/MediaContent.js +0 -35
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/PieChartMediaInfo.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/RelationshipContent.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/TextContent.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/mixins/ChartMediaInfo.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/mixins/MediaInfo.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/support/ChartMediaInfoValue.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/support/ChartMediaInfoValueSeries.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/support/ImageMediaInfoValue.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/support/chartMediaInfoUtils.js +0 -5
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/support/mediaInfoTypes.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/support/FieldInfoFormat.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/support/RelatedRecordsInfoFieldOrder.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/Portal.js +0 -255
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/PortalFolder.js +0 -26
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/PortalGroup.js +0 -79
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/PortalItem.js +0 -197
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/PortalItemResource.js +0 -54
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/PortalQueryParams.js +0 -45
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/PortalQueryResult.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/PortalRating.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/PortalUser.js +0 -114
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/portalDefault.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/support/featureCollectionUtils.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/support/geometryServiceUtils.js +0 -30
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/support/jsonContext.js +0 -16
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/support/layersLoader.js +0 -199
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/support/loadUtils.js +0 -78
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/support/portalItemUtils.js +0 -59
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/support/portalLayers.js +0 -209
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/support/resourceExtension.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/support/resourceUtils.js +0 -70
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/support/urlUtils.js +0 -47
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/support/utils.js +0 -28
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/timeUnitKebabDictionary.js +0 -5
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/properties/defaultUnit.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rasterRenderers.js +0 -41
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/ClassBreaksRenderer.js +0 -173
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/DictionaryRenderer.js +0 -64
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/DotDensityRenderer.js +0 -60
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/FlowRenderer.js +0 -38
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/HeatmapRenderer.js +0 -96
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/PieChartRenderer.js +0 -51
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/PointCloudClassBreaksRenderer.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/PointCloudRGBRenderer.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/PointCloudRenderer.js +0 -29
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/PointCloudStretchRenderer.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/PointCloudUniqueValueRenderer.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/RasterColormapRenderer.js +0 -37
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/RasterShadedReliefRenderer.js +0 -27
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/RasterStretchRenderer.js +0 -37
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/Renderer.js +0 -39
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/SimpleRenderer.js +0 -48
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/UniqueValueRenderer.js +0 -318
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/VectorFieldRenderer.js +0 -232
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/mixins/VisualVariablesMixin.js +0 -61
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/AttributeColorInfo.js +0 -31
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/AuthoringInfo.js +0 -105
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/AuthoringInfoClassBreakInfo.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/AuthoringInfoFieldInfo.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/AuthoringInfoVisualVariable.js +0 -41
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/ClassBreakInfo.js +0 -26
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/ColormapInfo.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/DictionaryLoader.js +0 -160
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/DotDensityLegendOptions.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/HeatmapColorStop.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/HeatmapLegendOptions.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/LegendOptions.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/OthersCategory.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/PieChartLegendOptions.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/RasterSymbolizer.js +0 -356
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/UniqueValue.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/UniqueValueClass.js +0 -33
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/UniqueValueGroup.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/UniqueValueInfo.js +0 -27
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/clickToleranceUtils.js +0 -56
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/colorRampUtils.js +0 -205
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/commonProperties.js +0 -15
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/heatmapUtils.js +0 -46
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/jsonUtils.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/lengthUtils.js +0 -6
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/numberUtils.js +0 -9
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/pointCloud/ColorClassBreakInfo.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/pointCloud/ColorModulation.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/pointCloud/ColorUniqueValueInfo.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/pointCloud/PointSizeAlgorithm.js +0 -16
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/pointCloud/PointSizeFixedSizeAlgorithm.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/pointCloud/PointSizeSplatAlgorithm.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/pointCloud/pointSizeAlgorithmTypeUtils.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/pointCloud/typeUtils.js +0 -9
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/randomRotationExpression.js +0 -8
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/rasterRendererChecks.js +0 -37
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/rasterRendererHelper.js +0 -234
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/stretchRendererUtils.js +0 -6
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/styleUtils.js +0 -16
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/types.js +0 -39
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/utils.js +0 -71
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/visualVariables/ColorVariable.js +0 -35
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/visualVariables/OpacityVariable.js +0 -35
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/visualVariables/RotationVariable.js +0 -33
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/visualVariables/SizeVariable.js +0 -124
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/visualVariables/VisualVariable.js +0 -31
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/visualVariables/VisualVariableFactory.js +0 -71
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/visualVariables/support/ColorStop.js +0 -26
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/visualVariables/support/OpacityStop.js +0 -30
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/visualVariables/support/SizeStop.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/visualVariables/support/SizeVariableLegendOptions.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/visualVariables/support/VisualVariableLegendOptions.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/visualVariables/support/sizeVariableUtils.js +0 -27
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/visualVariables/support/visualVariableUtils.js +0 -269
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/request.js +0 -287
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/geometryService/cut.js +0 -15
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/geometryService/project.js +0 -15
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/geometryService/simplify.js +0 -12
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/geometryService/utils.js +0 -15
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/identify.js +0 -35
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/imageService/fetchRasterInfo.js +0 -44
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/imageService/getCatalogItemRasterInfo.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/imageService.js +0 -209
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/DataModel.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/Entity.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/EntityType.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/FieldIndex.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/GraphApplyEditsResult.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/GraphNamedObject.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/GraphObject.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/GraphObjectType.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/GraphProperty.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/GraphQuery.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/GraphQueryResult.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/GraphQueryStreaming.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/GraphQueryStreamingResult.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/KnowledgeGraph.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/ObjectValue.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/Path.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/ProtoFeatureCollection.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/Relationship.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/RelationshipType.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/SearchIndex.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/ServiceDefinition.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/wasmInterface/KnowledgeWasmInterface.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/wasmInterface/WasmDataModelWrapperInterfaces.js +0 -25
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/wasmInterface/WasmQueryWrapperInterfaces.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/wasmInterface/WasmSerializedLayerData.js +0 -16
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/wasmInterface/knowledgeWasmAccess.js +0 -23
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/wasmInterface/queryToWasmEncodedFactories.js +0 -99
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/wasmInterface/updateToWasmEncodedFactories.js +0 -35
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/wasmInterface/wasmToDataModelFactories.js +0 -90
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/wasmInterface/wasmToGeometryFactories.js +0 -64
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/wasmInterface/wasmToQueryResponseObjFactories.js +0 -96
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/wasmInterface/wasmToUpdateResponseFactories.js +0 -26
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraphService.js +0 -280
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/networkService.js +0 -80
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/operations/identify.js +0 -66
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/operations/urlUtils.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/executeForCount.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/executeForExtent.js +0 -12
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/executeForIds.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/executeForTopCount.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/executeForTopExtents.js +0 -12
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/executeForTopIds.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/executeQuery.js +0 -73
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/executeQueryJSON.js +0 -16
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/executeQueryPBF.js +0 -12
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/executeRelationshipQuery.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/executeTopFeaturesQuery.js +0 -11
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/operations/editsZScale.js +0 -38
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/operations/pbfDehydratedFeatureSet.js +0 -184
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/operations/pbfFeatureServiceParser.js +0 -355
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/operations/pbfJSONFeatureSet.js +0 -147
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/operations/pbfOptimizedFeatureSet.js +0 -67
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/operations/pbfQueryUtils.js +0 -13
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/operations/query.js +0 -80
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/operations/queryAttachments.js +0 -35
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/operations/queryRelatedRecords.js +0 -34
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/operations/queryTopFeatures.js +0 -55
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/operations/queryZScale.js +0 -12
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/support/AttachmentInfo.js +0 -27
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/route/utils.js +0 -53
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/route.js +0 -82
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/AggregateFeatureSet.js +0 -37
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/AlgorithmicColorRamp.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/AttachmentQuery.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/BaseImageMeasureParameters.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/BaseImageMeasureResult.js +0 -44
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/CameraInfo.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/CameraInfoMixin.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ClassBreaksDefinition.js +0 -26
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ColorRamp.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/DataLayer.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/DirectionLine.js +0 -31
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/DirectionPoint.js +0 -35
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/DirectionsEvent.js +0 -28
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/DirectionsFeature.js +0 -45
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/DirectionsFeatureSet.js +0 -55
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/DirectionsString.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/FeatureSet.js +0 -202
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/FindImagesParameters.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/FindImagesResult.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/FullTextSearch.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/GPMessage.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/IdentifyParameters.js +0 -30
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/IdentifyResult.js +0 -31
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageAngleParameters.js +0 -23
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageAngleResult.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageAreaParameters.js +0 -31
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageAreaResult.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageBoundaryParameters.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageBoundaryResult.js +0 -23
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageDistanceParameters.js +0 -32
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageDistanceResult.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageGPSInfo.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageGPSInfoParameters.js +0 -27
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageGPSInfoResult.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageHeightParameters.js +0 -32
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageHeightResult.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageHistogramParameters.js +0 -38
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageIdentifyParameters.js +0 -69
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageIdentifyResult.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageInspectionInfo.js +0 -23
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImagePixelLocationParameters.js +0 -28
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImagePixelLocationResult.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImagePointParameters.js +0 -31
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImagePointResult.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageSample.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageSampleParameters.js +0 -38
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageSampleResult.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageToMapMultirayParameters.js +0 -25
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageToMapParameters.js +0 -25
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageUrlParameters.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageUrlResult.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/MapToImageParameters.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/MeasureAreaFromImageResult.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/MeasureFromImageParameters.js +0 -28
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/MeasureLengthFromImageResult.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/MultipartColorRamp.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/NAMessage.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/NetworkAttribute.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/NetworkDataset.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/NetworkFeatureSet.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/NetworkServiceDescription.js +0 -37
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/NetworkUrl.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/PointBarrier.js +0 -40
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/PolygonBarrier.js +0 -40
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/PolylineBarrier.js +0 -36
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ProjectParameters.js +0 -23
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/QuantizationParameters.js +0 -29
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/Query.js +0 -70
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/RelationshipQuery.js +0 -30
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/RouteInfo.js +0 -54
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/RouteParameters.js +0 -87
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/RouteResult.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/RouteSettings.js +0 -27
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/RouteSolveResult.js +0 -34
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/StatisticDefinition.js +0 -27
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/Stop.js +0 -61
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/TopFeaturesQuery.js +0 -33
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/TopFilter.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/TravelMode.js +0 -32
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/colorRamps.js +0 -11
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/commonProperties.js +0 -4
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/generateRendererUtils.js +0 -203
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/jsonUtils.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/meshFeatureSet.js +0 -105
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/networkEnums.js +0 -35
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/spatialRelationships.js +0 -5
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/utils.js +0 -35
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/versionManagement/gdbVersion/deleteForwardEdits.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/versionManagement/gdbVersion/support/DeleteForwardEditsParameters.js +0 -23
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/smartMapping/statistics/support/statsWorker.js +0 -29
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/smartMapping/statistics/support/utils.js +0 -81
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/smartMapping/support/utils.js +0 -49
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/statistics/utils.js +0 -237
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/AnalysesCollection.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/BasemapStyle.js +0 -38
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/GraphicsCollection.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/LayersMixin.js +0 -87
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/TablesMixin.js +0 -52
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/actions/ActionBase.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/actions/ActionButton.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/actions/ActionToggle.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/actions/actionUtils.js +0 -13
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/apiKeyUtils.js +0 -9
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/arcadeOnDemand.js +0 -59
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/arcadeUtils.js +0 -210
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/base64Utils.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/basemapDefinitions.js +0 -75
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/basemapUtils.js +0 -154
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/collectionUtils.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/elevationInfoUtils.js +0 -128
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/featureFlags.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/getDefaultUnitForView.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/groundUtils.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/popupUtils.js +0 -62
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/progressUtils.js +0 -77
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/requestImageUtils.js +0 -8
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/requestPresets.js +0 -8
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/requestUtils.js +0 -70
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/revision.js +0 -5
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/tagSymbols.js +0 -4
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/themeUtils.js +0 -23
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/timeUtils.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/zipUtils.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/zipjs-wrapper.js +0 -8
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/CIMSymbol.js +0 -48
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/ExtrudeSymbol3DLayer.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/FillSymbol.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/FillSymbol3DLayer.js +0 -35
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/Font.js +0 -29
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/IconSymbol3DLayer.js +0 -56
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/LabelSymbol3D.js +0 -39
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/LineStyleMarker3D.js +0 -23
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/LineSymbol.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/LineSymbol3D.js +0 -29
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/LineSymbol3DLayer.js +0 -36
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/LineSymbolMarker.js +0 -42
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/MarkerSymbol.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/MeshSymbol3D.js +0 -28
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/ObjectSymbol3DLayer.js +0 -33
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/PathSymbol3DLayer.js +0 -31
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/PictureFillSymbol.js +0 -35
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/PictureMarkerSymbol.js +0 -41
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/PointSymbol3D.js +0 -67
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/PolygonSymbol3D.js +0 -53
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/SimpleFillSymbol.js +0 -35
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/SimpleLineSymbol.js +0 -37
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/SimpleMarkerSymbol.js +0 -44
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/Symbol.js +0 -31
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/Symbol3D.js +0 -68
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/Symbol3DLayer.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/TextSymbol.js +0 -45
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/TextSymbol3DLayer.js +0 -53
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/WaterSymbol3DLayer.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/WebStyleSymbol.js +0 -55
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/callouts/Callout3D.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/callouts/LineCallout3D.js +0 -29
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/callouts/LineCallout3DBorder.js +0 -23
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/callouts/calloutUtils.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/CIMCursor.js +0 -48
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/CIMEffects.js +0 -39
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/CIMImageColorSubstitutionHelper.js +0 -37
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/CIMOperators.js +0 -81
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/CIMPlacements.js +0 -35
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/CIMResourceManager.js +0 -29
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/CIMSymbolDrawHelper.js +0 -836
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/CIMSymbolHelper.js +0 -742
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/CurveHelper.js +0 -198
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/GeometryWalker.js +0 -208
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/OverrideHelper.js +0 -212
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/Rasterizer.js +0 -97
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/Rect.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/SDFHelper.js +0 -140
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/TextRasterizer.js +0 -160
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/cimAnalyzer.js +0 -487
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/constants.js +0 -5
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/defaultCIMValues.js +0 -5
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/CIMEffectHelper.js +0 -35
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectAddControlPoints.js +0 -53
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectArrow.js +0 -110
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectBuffer.js +0 -51
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectControlMeasureLine.js +0 -548
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectCut.js +0 -36
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectDashes.js +0 -103
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectDonut.js +0 -59
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectJog.js +0 -35
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectMove.js +0 -32
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectOffset.js +0 -55
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectReverse.js +0 -39
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectRotate.js +0 -40
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectScale.js +0 -36
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectWave.js +0 -121
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/enums.js +0 -187
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/imageUtils.js +0 -12
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/placements/CIMMarkerPlacementHelper.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/placements/PlacementAlongLineSameSize.js +0 -61
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/placements/PlacementAtExtremities.js +0 -51
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/placements/PlacementAtRatioPositions.js +0 -43
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/placements/PlacementInsidePolygon.js +0 -160
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/placements/PlacementOnLine.js +0 -71
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/placements/PlacementOnVertices.js +0 -51
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/placements/PlacementPolygonCenter.js +0 -49
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/rasterizingUtils.js +0 -46
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/utils.js +0 -419
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/edges/Edges3D.js +0 -25
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/edges/SketchEdges3D.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/edges/SolidEdges3D.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/edges/utils.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/patterns/LinePattern3D.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/patterns/LineStylePattern3D.js +0 -26
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/patterns/Pattern3D.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/patterns/StylePattern3D.js +0 -23
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/patterns/lineStyles.js +0 -4
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/patterns/styles.js +0 -4
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/patterns/utils.js +0 -9
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/ElevationInfo.js +0 -50
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/FeatureExpressionInfo.js +0 -28
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/IconSymbol3DLayerResource.js +0 -33
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/ObjectSymbol3DLayerResource.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/StyleOrigin.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/Symbol3DAnchorPosition2D.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/Symbol3DAnchorPosition3D.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/Symbol3DFillMaterial.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/Symbol3DHalo.js +0 -23
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/Symbol3DIconOutline.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/Symbol3DMaterial.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/Symbol3DOutline.js +0 -28
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/Symbol3DTextBackground.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/Symbol3DVerticalOffset.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/Thumbnail.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/cimSymbolUtils.js +0 -45
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/colors.js +0 -12
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/defaults.js +0 -35
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/defaultsJSON.js +0 -11
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/gfxUtils.js +0 -9
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/jsonUtils.js +0 -35
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/lineMarkers.js +0 -5
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/materialUtils.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/previewSymbol3D.js +0 -38
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/previewUtils.js +0 -8
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/renderUtils.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/styleUtils.js +0 -71
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/svgUtils.js +0 -8
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/symbolConversion.js +0 -46
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/symbolLayerUtils.js +0 -33
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/symbolLayerUtils3D.js +0 -30
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/symbolUtils.js +0 -64
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/textUtils.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/unitConversionUtils.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/urlUtils.js +0 -45
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/utils.js +0 -200
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/webStyleSymbolUtils.js +0 -53
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols.js +0 -103
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/time/legacyTimeZoneMap.js +0 -4
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/time/timeZoneUtils.js +0 -50
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/versionManagement/support/versionManagementUtils.js +0 -54
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/AnimationManager.js +0 -79
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/FrameTask.js +0 -46
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/GoToManager.js +0 -59
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/LabelManager.js +0 -46
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/MapViewConstraints.js +0 -99
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/PaddedViewState.js +0 -57
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/ViewState.js +0 -85
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/ViewStateManager.js +0 -238
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/arcade/callExpressionWithCursor.js +0 -31
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/arcade/callExpressionWithFeature.js +0 -38
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/constraints/GeometryConstraint.js +0 -45
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/constraints/RotationConstraint.js +0 -25
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/constraints/ZoomConstraint.js +0 -103
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/AFeatureContainer.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/Bitmap.js +0 -106
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/BitmapContainer.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/BitmapTile.js +0 -38
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/BitmapTileContainer.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/Container.js +0 -132
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/DisplayObject.js +0 -112
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/ImageryBitmapSource.js +0 -29
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/ManagedCanvas.js +0 -44
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/Stage.js +0 -155
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/brushes.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/flow/BrushFlow.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/flow/FlowContainer.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/flow/FlowDisplayData.js +0 -29
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/flow/FlowDisplayObject.js +0 -33
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/flow/FlowStrategy.js +0 -59
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/flow/FlowView2D.js +0 -55
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/flow/createFlowStyle.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/flow/dataUtils.js +0 -270
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/flow/styles/Imagery.js +0 -71
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/flow/styles/Particles.js +0 -51
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/flow/styles/Stack.js +0 -45
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/flow/styles/Streamlines.js +0 -50
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/flow/utils.js +0 -91
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/highlightReasons.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/BrushRasterBitmap.js +0 -83
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/BrushVectorField.js +0 -61
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/RasterBitmap.js +0 -152
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/RasterTile.js +0 -32
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/RasterTileContainer.js +0 -55
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/RasterVFContainer.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/RasterVFDisplayObject.js +0 -89
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/RasterVFTile.js +0 -35
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/RasterVFTileContainer.js +0 -26
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/colorizer/lut.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/colorizer/rasterColorizer.js +0 -11
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/colorizer/shadedrelief.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/colorizer/stretch.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/colorizer/utils.js +0 -13
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/aspectProcessor.js +0 -16
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/bandArithmeticProcessor.js +0 -15
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/compositeBandProcessor.js +0 -13
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/contrastProcessor.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/convolutionProcessor.js +0 -15
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/curvatureProcessor.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/extractBandProcessor.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/focalStatisticsProcessor.js +0 -15
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/grayscaleProcessor.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/localProcessor.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/maskProcessor.js +0 -15
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/ndviProcessor.js +0 -15
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/rasterProcessor.js +0 -54
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/remapProcessor.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/reprojectProcessor.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/slopeProcessor.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/stretchProcessor.js +0 -15
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/utils.js +0 -43
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/Feature.js +0 -67
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/GeometryUtils.js +0 -94
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/GlyphMosaic.js +0 -100
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/GlyphSource.js +0 -136
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/IndexMemoryBuffer.js +0 -13
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/MemoryBuffer.js +0 -35
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/Placement.js +0 -221
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/RectangleBinPack.js +0 -43
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/RenderBucket.js +0 -213
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/ScriptUtils.js +0 -44
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/SourceLayerData.js +0 -51
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/SpriteMosaic.js +0 -115
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/TextShaping.js +0 -132
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/TileHandler.js +0 -134
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/TileManager.js +0 -141
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/TileParser.js +0 -192
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/TilemapIndex.js +0 -45
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/TilemapRequest.js +0 -26
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/VectorTile.js +0 -138
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/VectorTileContainer.js +0 -187
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/VectorTileFeatureIndex.js +0 -138
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/VertexMemoryBuffer.js +0 -61
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/WorkerTile.js +0 -57
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/WorkerTileHandler.js +0 -90
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/buckets/BaseBucket.js +0 -16
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/buckets/CircleBucket.js +0 -50
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/buckets/FillBucket.js +0 -197
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/buckets/LineBucket.js +0 -131
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/buckets/SymbolBucket.js +0 -424
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/decluttering/SymbolDeclutterer.js +0 -123
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/decluttering/SymbolFader.js +0 -79
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/decluttering/SymbolRepository.js +0 -163
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/decluttering/config.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/decluttering/core.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/decluttering/jobs.js +0 -84
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/decluttering/util.js +0 -105
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/enums.js +0 -13
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/expression/expression.js +0 -1038
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/expression/types.js +0 -70
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/shaders/Programs.js +0 -12
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/shaders/VTLBackgroundMaterial.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/shaders/VTLCircleMaterial.js +0 -25
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/shaders/VTLFillMaterial.js +0 -44
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/shaders/VTLLineMaterial.js +0 -25
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/shaders/VTLMaterial.js +0 -318
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/shaders/VTLMaterialManager.js +0 -60
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/shaders/VTLSymbolMaterial.js +0 -45
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/shaders/enums.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/shaders/sources/resolver.js +0 -15
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/shaders/sources/shaderRepository.js +0 -440
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/style/Filter.js +0 -127
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/style/StyleDefinition.js +0 -36
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/style/StyleLayer.js +0 -265
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/style/StyleProperty.js +0 -152
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/style/StyleRepository.js +0 -185
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/style/VectorTileSource.js +0 -51
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/style/VectorTilesRequestManager.js +0 -47
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/tileInfoUtils.js +0 -38
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/AFeatureTile.js +0 -26
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/AttributeStoreView.js +0 -203
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/BitBlitRenderer.js +0 -32
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/ClippingInfo.js +0 -55
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/DefaultVertexAttributeLayouts.js +0 -8
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/DisplayEntity.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/DisplayId.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/DisplayRecord.js +0 -25
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/FeatureDisplayList.js +0 -120
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/FeatureTile.js +0 -202
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/GeometryUtils.js +0 -15
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/GlyphMosaic.js +0 -129
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/GlyphSource.js +0 -103
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/MaterialManager.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/Mesh2D.js +0 -98
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/Overlay.js +0 -96
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/OverlayContainer.js +0 -63
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/Painter.js +0 -245
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/PooledUint32Array.js +0 -84
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/Profiler.js +0 -84
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/Rect.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/RectangleBinPack.js +0 -43
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/RenderableTile.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/ReshufflePlan.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/SDFConverter.js +0 -93
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/SpriteMosaic.js +0 -148
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/TextureManager.js +0 -249
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/TextureUploadManager.js +0 -51
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/TileContainer.js +0 -33
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/TileReshuffleManager.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/TiledDisplayObject.js +0 -30
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/TurboLine.js +0 -214
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/Utils.js +0 -95
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/VertexStream.js +0 -25
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/WGLContainer.js +0 -27
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/WorldExtentClipRenderer.js +0 -52
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/alignmentUtils.js +0 -125
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/animatedFormats/AnimatableTextureResource.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/animatedFormats/utils.js +0 -102
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/brushes/BrushBitmap.js +0 -36
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/brushes/BrushClip.js +0 -25
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/brushes/BrushOverlay.js +0 -34
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/brushes/WGLBrush.js +0 -16
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/brushes/WGLBrushStencil.js +0 -35
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/brushes/WGLBrushTileDebugInfo.js +0 -87
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/brushes/WGLBrushVTLBackground.js +0 -58
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/brushes/WGLBrushVTLCircle.js +0 -37
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/brushes/WGLBrushVTLFill.js +0 -109
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/brushes/WGLBrushVTLLine.js +0 -71
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/brushes/WGLBrushVTLSymbol.js +0 -107
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/collisions/BoundingBox.js +0 -63
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/collisions/CollisionEngine.js +0 -171
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/collisions/CollisionGrid.js +0 -76
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/collisions/LabelMetric.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/color.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/cpuMapped/Buffer.js +0 -140
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/cpuMapped/FreeList.js +0 -106
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/cpuMapped/MappedMesh.js +0 -127
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/definitions.js +0 -53
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/AnimationEffect.js +0 -44
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/BlendEffect.js +0 -60
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/Effect.js +0 -11
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/FeatureEffect.js +0 -25
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/HighlightEffect.js +0 -36
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/HittestEffect.js +0 -55
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/HittestEffectVTL.js +0 -44
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/highlight/HighlightGradient.js +0 -49
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/highlight/HighlightRenderer.js +0 -36
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/highlight/HighlightSurfaces.js +0 -39
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/highlight/MultiHighlightGradient.js +0 -36
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/highlight/parameters.js +0 -8
- 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
- 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
- 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
- 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
- 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
- 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
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/enums.js +0 -31
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/grouping.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/mesh/MeshData.js +0 -124
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/mesh/MultiTileMeshData.js +0 -138
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/mesh/VertexDataWriter.js +0 -56
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/mesh/bufcut.js +0 -274
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/mesh/factories/FeatureMeshFactory.js +0 -51
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/mesh/factories/MeshFactory.js +0 -5
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/mesh/factories/ResourceProxy.js +0 -45
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/mesh/meshDebugUtils.js +0 -29
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/mesh/templates/segmentUtils.js +0 -216
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/mesh/templates/shapingUtils.js +0 -192
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/mesh/templates/templateUtils.js +0 -149
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/meshing/Mesh.js +0 -62
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/meshing/SimpleMesh.js +0 -39
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/meshing/definitions.js +0 -5
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/number.js +0 -8
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/painter/RenderPass.js +0 -51
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/GLSLShaderModule.js +0 -74
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/GraphShaderModule.js +0 -256
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/ShaderBuilder2D.js +0 -235
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/graph/GlslGraphWriter.js +0 -124
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/graph/ShaderGraphContext.js +0 -142
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/graph/ShaderGraphNode.js +0 -118
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/graph/glsl.js +0 -678
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/GraphicInstanceStore.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/InstanceStore.js +0 -61
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/Technique.js +0 -15
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/TechniqueInstance.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/TechniqueProgramCache.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/TechniqueRegistry.js +0 -28
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/createGraphicSymbolMeshSchemas.js +0 -23
- 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
- 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
- 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
- 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
- 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
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/featureTechniqueUtils.js +0 -60
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/typed/TypedShaderProgram.js +0 -124
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaders/BackgroundPrograms.js +0 -5
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaders/BitBlitPrograms.js +0 -5
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaders/BlendPrograms.js +0 -9
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaders/HighlightPrograms.js +0 -6
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaders/MagnifierPrograms.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaders/MaterialPrograms.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaders/StencilPrograms.js +0 -5
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaders/TileInfoPrograms.js +0 -5
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaders/sources/resolver.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaders/sources/shaderRepository.js +0 -3885
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/util/DictionaryMatcher.js +0 -37
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/util/IntervalMatcher.js +0 -39
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/util/LabelMatcher.js +0 -32
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/util/MapMatcher.js +0 -53
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/util/Matcher.js +0 -45
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/util/Reader.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/util/Writer.js +0 -82
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/util/createMatcher.js +0 -62
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/util/debug.js +0 -5
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/util/serializationUtils.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/input/MapViewInputManager.js +0 -76
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/input/handlers/DoubleClickZoom.js +0 -13
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/input/handlers/DoubleTapDragZoom.js +0 -40
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/input/handlers/DragPan.js +0 -27
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/input/handlers/DragRotate.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/input/handlers/GamepadNavigation.js +0 -41
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/input/handlers/KeyPan.js +0 -65
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/input/handlers/KeyRotate.js +0 -45
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/input/handlers/KeyZoom.js +0 -38
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/input/handlers/MouseWheelZoom.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/input/handlers/PinchAction.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/interactive/SnappingVisualizer2D.js +0 -72
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/interactive/snapping/featureSources/featureServiceSource/FeatureServiceTiles2D.js +0 -53
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layerViewModuleImportUtils.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/BaseDynamicLayerView2D.js +0 -46
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/BitmapTileLayerView2D.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/CatalogDynamicGroupLayerView2D.js +0 -68
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/CatalogFootprintLayerView2D.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/CatalogLayerView2D.js +0 -51
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/FeatureLayerView2D.js +0 -415
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/GeoRSSLayerView2D.js +0 -86
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/GraphicsLayerView2D.js +0 -72
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/GroupLayerView2D.js +0 -32
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/ImageryLayerView2D.js +0 -97
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/ImageryTileLayerView2D.js +0 -114
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/KMLLayerView2D.js +0 -137
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/KnowledgeGraphLayerView2D.js +0 -43
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/LayerView2D.js +0 -112
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/MapImageLayerView2D.js +0 -72
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/MapNotesLayerView2D.js +0 -119
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/MediaLayerView2D.js +0 -255
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/OGCFeatureLayerView2D.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/RouteLayerView2D.js +0 -159
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/StreamLayerView2D.js +0 -84
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/SubtypeGroupLayerView2D.js +0 -28
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/TileLayerView2D.js +0 -229
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/VectorTileLayerView2D.js +0 -276
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/VideoLayerView2D.js +0 -71
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/WMSLayerView2D.js +0 -68
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/WMTSLayerView2D.js +0 -130
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/FeatureContainer.js +0 -241
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/FeaturePipelineWorker.js +0 -234
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/FeaturePipelineWorkerProxy.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/FeatureSourceEventLog.js +0 -92
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/FeatureSpatialIndex.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/FeatureStoreQueryAdapter.js +0 -27
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/FeatureStoreStatistics.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/PipelineConnectionHandlers.js +0 -8
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/Processor.js +0 -165
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/ProcessorTileMessageQueue.js +0 -15
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/RenderState.js +0 -105
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/aggregation/AccumulatedStatistics.js +0 -166
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/aggregation/ComputedAggregateField.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/aggregation/GeohashSpatialIndex.js +0 -43
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/aggregation/GridCell.js +0 -80
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/aggregation/GridSpatialIndex.js +0 -71
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/layerAdapters/CatalogFootprintLayerAdapter.js +0 -48
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/layerAdapters/FeatureLayerAdapter.js +0 -58
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/layerAdapters/InMemoryLayerAdapter.js +0 -45
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/layerAdapters/KnowledgeGraphSublayerAdapter.js +0 -39
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/layerAdapters/OGCFeatureLayerAdapter.js +0 -41
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/layerAdapters/OrientedImageryLayerAdapter.js +0 -57
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/layerAdapters/StreamLayerAdapter.js +0 -38
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/layerAdapters/SubtypeGroupLayerAdapter.js +0 -68
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/layerAdapters/featureReductionUtils.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/layerAdapters/featureServiceUtils.js +0 -8
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/layerAdapters/floorFilterUtils.js +0 -28
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/layerAdapters/geometryUtils.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/layerAdapters/labelingUtils.js +0 -30
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/processor/AAggregateStrategy.js +0 -31
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/processor/AProcessorStrategy.js +0 -48
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/processor/BinningStrategy.js +0 -133
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/processor/ClusterStrategy.js +0 -238
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/processor/FeatureUpdateStrategy.js +0 -134
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/processor/support/WithDisplayId.js +0 -8
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/schema/SourceSchema.js +0 -9
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/schema/processor/LabelMatcherSchema.js +0 -15
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/schema/processor/MatcherSchema.js +0 -55
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/schema/processor/SimpleProcessorSchema.js +0 -66
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/schema/processor/StorageSchema.js +0 -89
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/schema/processor/SubtypeProcessorSchema.js +0 -26
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/schema/processor/VisualVariablesSchema.js +0 -143
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/schema/processor/schemaUtils.js +0 -18
- 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
- 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
- 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
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/FeatureSource.js +0 -159
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/FeatureSourceMessage.js +0 -26
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/FeatureSourceQueryInfo.js +0 -69
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/FeatureTileSubscription.js +0 -46
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/StreamConnectionState.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/StreamFeatureStore.js +0 -31
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/StreamMessenger.js +0 -83
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/strategies/AFetchLoadStrategy.js +0 -72
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/strategies/ALoadStrategy.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/strategies/ATileLoadStrategy.js +0 -25
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/strategies/DrillDownTileLoadStrategy.js +0 -62
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/strategies/PagedTileLoadStrategy.js +0 -71
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/strategies/SnapshotLoadStrategy.js +0 -37
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/strategies/StreamLoadStrategy.js +0 -91
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/AComputedField.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/AttributeStore.js +0 -254
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/CachedField.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/ComputedAttributeStorage.js +0 -125
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/ComputedExpression.js +0 -44
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/ComputedLegacyLabelExpression.js +0 -37
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/DictionaryValue.js +0 -23
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/DisplayIdGenerator.js +0 -42
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/FeatureFilter.js +0 -106
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/FeatureMetadata.js +0 -40
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/FeatureSetCache.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/FeatureSetReader.js +0 -332
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/FeatureSetReaderIndirect.js +0 -184
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/FeatureSetReaderJSON.js +0 -140
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/FeatureSetReaderPBF.js +0 -300
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/FeatureSetReaderPBFHeader.js +0 -108
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/GraphicsReader.js +0 -169
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/NormalizedField.js +0 -38
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/StaticBitSet.js +0 -126
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/Tile.js +0 -39
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/TileStore.js +0 -79
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/rendererUtils.js +0 -74
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/tileUtils.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/whereUtils.js +0 -26
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/graphics/AGraphicContainer.js +0 -37
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/graphics/GraphicBoundsRenderer.js +0 -68
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/graphics/GraphicContainer.js +0 -27
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/graphics/GraphicStore.js +0 -121
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/graphics/GraphicStoreItem.js +0 -35
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/graphics/GraphicUpdateMessage.js +0 -11
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/graphics/GraphicsView2D.js +0 -314
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/graphics/HighlightGraphicContainer.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/graphics/graphicsUtils.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/imagery/BaseImageryTileSubView2D.js +0 -203
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/imagery/ImageryTileView2D.js +0 -87
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/imagery/ImageryVFStrategy.js +0 -45
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/imagery/ImageryView2D.js +0 -84
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/imagery/VectorFieldTileView2D.js +0 -68
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/imagery/VectorFieldView2D.js +0 -89
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/support/ExportStrategy.js +0 -94
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/support/FeatureCommandQueue.js +0 -63
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/support/HighlightCounter.js +0 -41
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/support/UpdateTracking2D.js +0 -37
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/support/clusterUtils.js +0 -105
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/support/handleNoEngineError.js +0 -12
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/support/imageUtils.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/support/util.js +0 -35
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/support/visualVariableSimpleUtils.js +0 -67
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/magnifier/MagnifierView2D.js +0 -95
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/mapViewDeps.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/navigation/MapViewNavigation.js +0 -120
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/navigation/ZoomBox.js +0 -82
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/navigation/actions/Pan.js +0 -58
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/navigation/actions/Pinch.js +0 -76
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/navigation/actions/Rotate.js +0 -34
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/support/HighlightOptions.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/support/StationaryManager.js +0 -28
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/support/Timeline.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/support/hitTestUtils.js +0 -75
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/support/screenshotUtils.js +0 -50
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/tiling/FeatureTileSubscriptionManager.js +0 -80
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/tiling/LODInfo.js +0 -67
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/tiling/TileCache.js +0 -68
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/tiling/TileCoverage.js +0 -32
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/tiling/TileInfoView.js +0 -170
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/tiling/TileInfoViewPOT.js +0 -48
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/tiling/TileKey.js +0 -77
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/tiling/TileQueue.js +0 -101
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/tiling/TileSpan.js +0 -8
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/tiling/TileStrategy.js +0 -108
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/tiling/enums.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/unitBezier.js +0 -53
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/viewStateUtils.js +0 -16
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/viewpointUtils.js +0 -357
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/webglDeps.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/analysis/DirectLineMeasurement/interfaces.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/analysis/interfaces.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/analysis/support/measurementUtils.js +0 -31
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/environment/CloudsData.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/environment/CloudsParameters.js +0 -93
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/environment/CloudyWeather.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/environment/FoggyWeather.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/environment/RainyWeather.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/environment/SnowyWeather.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/environment/SunnyWeather.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/environment/weather.js +0 -9
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/glTF/DefaultLoadingContext.js +0 -31
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/glTF/LoaderResult.js +0 -11
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/glTF/internal/BinaryStreamReader.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/glTF/internal/Resource.js +0 -349
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/glTF/internal/TextureTransformUtils.js +0 -12
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/glTF/internal/enums.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/glTF/internal/fillDefaults.js +0 -23
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/glTF/internal/indexUtils.js +0 -54
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/glTF/internal/pathUtils.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/glTF/internal/resourceUtils.js +0 -42
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/glTF/loader.js +0 -76
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/Manipulator3D.js +0 -404
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/RenderObject.js +0 -9
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/SnappingVisualizer3D.js +0 -86
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/editingTools/dragEventPipeline3D.js +0 -88
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/manipulatorUtils.js +0 -41
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/measurementTools/areaMeasurement3D/AreaMeasurement3DTool.js +0 -199
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/measurementTools/areaMeasurement3D/AreaMeasurement3DView.js +0 -130
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/measurementTools/directLineMeasurement3D/DirectLineMeasurement3DTool.js +0 -181
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/measurementTools/directLineMeasurement3D/DirectLineMeasurement3DView.js +0 -125
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/measurementTools/support/PickRequest.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/snapping/featureSources/featureServiceSource/FeatureServiceTiles3D.js +0 -66
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/visualElements/DrapedVisualElementResources.js +0 -86
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/visualElements/EngineVisualElement.js +0 -41
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/visualElements/ExtendedLineVisualElement.js +0 -260
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/visualElements/LaserlineVisualElement.js +0 -117
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/visualElements/Object3DVisualElement.js +0 -49
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/visualElements/ParallelLineVisualElement.js +0 -157
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/visualElements/PointVisualElement.js +0 -130
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/visualElements/RightAngleQuadVisualElement.js +0 -145
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/visualElements/VisualElement.js +0 -46
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/visualElements/VisualElementResources.js +0 -77
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/Lyr3DWasm.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/Lyr3DWorker.js +0 -40
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/PointCloudWorker.js +0 -66
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/SceneLayerWorker.js +0 -119
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/graphics/ElevationContext.js +0 -59
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/graphics/ProcessedObjectResource.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/graphics/elevationAlignmentUtils.js +0 -51
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/graphics/featureExpressionInfoUtils.js +0 -39
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/graphics/objectResourceUtils.js +0 -150
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/graphics/polygonUtils.js +0 -34
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/graphics/wosrLoader.js +0 -165
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/i3s/I3SBinaryReader.js +0 -175
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/i3s/I3SNode.js +0 -23
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/i3s/I3SUtil.js +0 -76
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/i3s/LEPCC.js +0 -152
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/i3s/PointCloudWorkerUtil.js +0 -153
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/interfaces.js +0 -13
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/support/FastSymbolUpdates.js +0 -37
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/support/FeatureTileDescriptor3D.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/support/edgeUtils.js +0 -12
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/support/symbolColorUtils.js +0 -8
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/ElevationProvider.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/LaserLineRenderer.js +0 -168
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/LaserlinePathData.js +0 -87
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/PBFDecoderWorker.js +0 -15
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/PropertiesPool.js +0 -41
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/buffer/InterleavedLayout.js +0 -164
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/buffer/glUtil.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/buffer/workerHelper.js +0 -11
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/debugFlags.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/dito.js +0 -184
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/engineContent/marker.js +0 -13
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/engineContent/sdfPrimitives.js +0 -113
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/geometryUtils/ray.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/mathUtils.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/meshProcessing.js +0 -66
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/orientedBoundingBox.js +0 -274
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/terrain/Intersector.js +0 -13
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/terrain/Overlay.js +0 -41
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/terrain/OverlayContent.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/terrain/OverlayFramebufferObject.js +0 -28
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/terrain/OverlayRenderTargets.js +0 -33
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/terrain/OverlayRenderer.js +0 -294
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/terrain/interfaces.js +0 -16
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl/formats.js +0 -10
- 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
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/renderPasses/AllRenderPasses.js +0 -17
- 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
- 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
- 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
- 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
- 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
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/ShaderOutput.js +0 -43
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/BooleanPassUniform.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Float2DrawUniform.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Float2PassUniform.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Float3DrawUniform.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Float3PassUniform.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Float4PassUniform.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Float4sPassUniform.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/FloatPassUniform.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/FloatsPassUniform.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/IntegerPassUniform.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Matrix3DrawUniform.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Matrix3PassUniform.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Matrix4DrawUniform.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Matrix4PassUniform.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Matrix4sDrawUniform.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Matrix4sPassUniform.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/ShaderBuilder.js +0 -256
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Texture2DDrawUniform.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Texture2DPassUniform.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Uniform.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/interfaces.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderTechnique/BindType.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderTechnique/ReloadableShaderModule.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderTechnique/ShaderTechnique.js +0 -39
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderTechnique/ShaderTechniqueConfiguration.js +0 -39
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderTechnique/ShaderTechniqueRepository.js +0 -65
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/effects/RenderPlugin.js +0 -48
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/effects/ssao/SSAO.js +0 -84
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/effects/ssao/SSAOBlurTechnique.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/effects/ssao/SSAONoiseData.js +0 -4
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/effects/ssao/SSAOParameters.js +0 -25
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/effects/ssao/SSAOTechnique.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/Attribute.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/AttributeArray.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/BasisUtil.js +0 -62
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/BindParameters.js +0 -43
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/BoundingInfo.js +0 -82
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/BufferVectorMath.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/Camera.js +0 -339
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/CascadeCamera.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/ChangeSet.js +0 -27
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/ContentObject.js +0 -9
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/ContentObjectType.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/DDSUtil.js +0 -54
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/DefaultVertexAttributeLocations.js +0 -5
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/DirtyEvents.js +0 -4
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/GLMaterial.js +0 -27
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/GLMaterialRepository.js +0 -48
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/GLMaterials.js +0 -27
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/GLTextureMaterial.js +0 -43
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/Geometry.js +0 -93
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/GeometryUtil.js +0 -80
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/GridLocalOriginFactory.js +0 -61
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/Intersector.js +0 -141
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/IntersectorInterfaces.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/IntersectorTarget.js +0 -27
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/LocalOriginFactory.js +0 -13
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/LongVectorMath.js +0 -23
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/Material.js +0 -71
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/ModelDirtyTypes.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/Normals.js +0 -15
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/Object3D.js +0 -175
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/Object3DStateID.js +0 -9
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/Octree.js +0 -422
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/OrderIndependentTransparency.js +0 -28
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/Program.js +0 -91
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/RenderContext.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/RenderFeature.js +0 -9
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/RenderGeometry.js +0 -53
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/RenderSlot.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/ShadowMap.js +0 -245
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/SortedRenderGeometryRenderer.js +0 -213
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/StencilUtils.js +0 -13
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/Texture.js +0 -159
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/TextureTechnique.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/TextureTechniqueConfiguration.js +0 -11
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/TransparencyPassType.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/UpdatePolicy.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/Util.js +0 -57
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/VertexArrayObject.js +0 -6
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/VertexAttribute.js +0 -11
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/WebGLLayer.js +0 -61
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/basicInterfaces.js +0 -31
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/edgeRendering/EdgeProcessingWorker.js +0 -51
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/edgeRendering/EdgeWorkerHandle.js +0 -35
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/edgeRendering/bufferLayouts.js +0 -13
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/edgeRendering/edgeBufferWriters.js +0 -95
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/edgeRendering/edgePreprocessing.js +0 -71
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/edgeRendering/edgeProcessing.js +0 -31
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/edgeRendering/interfaces.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/fov.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/geometryDataUtils.js +0 -49
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/intersectorUtils.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/rendererUtils.js +0 -25
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/screenSizePerspectiveUtils.js +0 -33
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/textureUtils.js +0 -45
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/verticalOffsetUtils.js +0 -133
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lighting/Lightsources.js +0 -27
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lighting/SceneLighting.js +0 -52
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lighting/SphericalHarmonics.js +0 -55
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/ColorMaterial.js +0 -49
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/DefaultBufferWriter.js +0 -16
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/DefaultMaterial.js +0 -101
- 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
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/DefaultTechniqueConfiguration.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/DrawParameters.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/HUDMaterial.js +0 -235
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/RibbonLineMaterial.js +0 -230
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/ScaleInfo.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/ShadedColorMaterial.js +0 -85
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/TriangleMaterial.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/VisualVariablePassParameters.js +0 -12
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/internal/MaterialUtil.js +0 -157
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/internal/bufferWriterUtils.js +0 -276
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/pbrUtils.js +0 -12
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/renderers/BufferRange.js +0 -26
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/renderers/DrawCommand.js +0 -8
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/renderers/Instance.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/renderers/MergedRenderer.js +0 -299
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/renderers/PerBufferData.js +0 -71
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/renderers/PerOriginData.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/renderers/VaoCache.js +0 -26
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/renderers/utils.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/stippleTextureRepository.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/ColorMaterial.glsl.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/ColorMaterialTechnique.js +0 -33
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/ColorMaterialTechniqueConfiguration.js +0 -15
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/DefaultMaterial.glsl.js +0 -31
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/DefaultMaterialTechnique.js +0 -58
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/DefaultMaterialTechniqueConfiguration.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/HUDMaterial.glsl.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/HUDMaterialTechnique.js +0 -31
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/HUDMaterialTechniqueConfiguration.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/LaserlinePath.glsl.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/LaserlinePathTechnique.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/LaserlinePathTechniqueConfiguration.js +0 -11
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/LaserlineTechnique.js +0 -29
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/LaserlineTechniqueConfiguration.js +0 -12
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/Laserlines.glsl.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/LineMarkerTechniqueConfiguration.js +0 -25
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/OverlayCompositing.glsl.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/OverlayCompositingTechnique.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/RealisticTree.glsl.js +0 -29
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/RealisticTreeTechnique.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/RibbonLine.glsl.js +0 -27
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/RibbonLineTechnique.js +0 -41
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/RibbonLineTechniqueConfiguration.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/SSAO.glsl.js +0 -13
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/SSAOBlur.glsl.js +0 -9
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/ShadedColorMaterial.glsl.js +0 -16
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/ShadedColorMaterialTechnique.js +0 -39
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/ensureColor4.js +0 -9
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/BasemapView.js +0 -43
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/BreakpointsOwner.js +0 -75
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/DOMContainer.js +0 -138
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/LayerViewManager.js +0 -208
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/Magnifier.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/MapView.js +0 -353
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/PopupView.js +0 -135
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/SelectionManager.js +0 -214
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/Theme.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/ToolViewManager.js +0 -137
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/View.js +0 -261
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/ViewAnimation.js +0 -38
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/ViewingMode.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/Draw.js +0 -55
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/DrawAction.js +0 -132
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/DrawManipulator.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/DrawOperation.js +0 -348
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/DrawTool.js +0 -76
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/DrawingMode.js +0 -5
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/MultipointDrawAction.js +0 -106
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/PointDrawAction.js +0 -84
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/PolygonDrawAction.js +0 -155
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/PolylineDrawAction.js +0 -152
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/SegmentDrawAction.js +0 -117
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/drawSurfaces.js +0 -45
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/input/DrawEvents.js +0 -38
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/support/drawUtils.js +0 -33
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/support/surfaceCoordinateSystems.js +0 -85
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/BrowserEventSource.js +0 -119
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/DragEventSeparator.js +0 -40
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/EventMatch.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/IViewEvents.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/Input.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/InputHandler.js +0 -121
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/InputManager.js +0 -279
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/ViewEvents.js +0 -205
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/VisibilityChange.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/gamepad/GamepadInputDevice.js +0 -27
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/gamepad/GamepadSettings.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/gamepad/GamepadSource.js +0 -75
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/gamepad/GamepadState.js +0 -33
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/handlers/LatestPointer.js +0 -15
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/handlers/MultiTouch.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/handlers/PreventContextMenu.js +0 -11
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/handlers/support.js +0 -13
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/keys.js +0 -6
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/recognizers/DoubleTapDrag.js +0 -67
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/recognizers/Drag.js +0 -89
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/recognizers/ImmediateDoubleClick.js +0 -38
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/recognizers/PointerClickHoldAndDrag.js +0 -66
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/recognizers/SingleAndDoubleClick.js +0 -46
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/recognizers/support.js +0 -42
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/AnalysisToolBase.js +0 -26
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/GraphicManipulator.js +0 -127
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/InteractiveToolBase.js +0 -106
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/ManipulatorCollection.js +0 -95
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/ToolIntersector.js +0 -9
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/ToolViewManagerManipulatorState.js +0 -188
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/coordinateHelper.js +0 -239
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/dragEventPipeline.js +0 -130
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/EditGeometry.js +0 -183
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/EditGeometryOperations.js +0 -106
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/interfaces.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/operations/AppendVertex.js +0 -27
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/operations/CloseComponent.js +0 -27
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/operations/MoveVertex.js +0 -26
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/operations/OffsetEdgeVertex.js +0 -143
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/operations/RemoveVertices.js +0 -43
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/operations/RotateVertex.js +0 -31
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/operations/ScaleVertex.js +0 -31
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/operations/SetVertexPosition.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/operations/SplitEdge.js +0 -23
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/operations/UndoGroup.js +0 -25
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/operations/UpdateVertices.js +0 -30
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/unnormalizationHelper.js +0 -28
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/interactiveToolUtils.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/interfaces.js +0 -13
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/keybindings.js +0 -5
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/sketch/SketchLabelOptions.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/sketch/constraints.js +0 -542
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/sketch/normalizedPoint.js +0 -53
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/FeatureSnappingEngine.js +0 -194
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/FeatureSnappingLayerSource.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/FeatureSnappingSourceInfo.js +0 -110
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/LineSnapper.js +0 -76
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/ParallelLineSnapper.js +0 -66
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/RightAngleSnapper.js +0 -79
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/RightAngleTriangleSnapper.js +0 -40
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/SceneSnappingManagerPool.js +0 -29
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/SelfSnappingEngine.js +0 -40
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/Settings.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/SnappingAlgorithm.js +0 -38
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/SnappingContext.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/SnappingDomain.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/SnappingDragPipelineStep.js +0 -90
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/SnappingManager.js +0 -217
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/SnappingOperation.js +0 -56
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/SnappingOptions.js +0 -60
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/SnappingVisualizer.js +0 -33
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/allLayerSnapping.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/candidates/DrapedEdgeSnappingCandidate.js +0 -15
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/candidates/EdgeSnappingCandidate.js +0 -15
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/candidates/FeatureSnappingCandidate.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/candidates/IntersectionSnappingCandidate.js +0 -15
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/candidates/LineSnappingCandidate.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/candidates/ParallelLineSnappingCandidate.js +0 -27
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/candidates/RightAngleSnappingCandidate.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/candidates/RightAngleTriangleSnappingCandidate.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/candidates/SnappingCandidate.js +0 -8
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/candidates/VertexSnappingCandidate.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/FeatureCollectionSnappingSource.js +0 -81
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/FeatureServiceSnappingSource.js +0 -152
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/GraphicsSnappingSource.js +0 -213
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/I3SSnappingSource.js +0 -55
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/SceneLayerSnappingSource.js +0 -44
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/WorkerTileTreeDebugger.js +0 -49
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/featureServiceSource/FeatureServiceSnappingSourceWorker.js +0 -120
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/featureServiceSource/FeatureServiceSnappingSourceWorkerHandle.js +0 -97
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/featureServiceSource/FeatureServiceTileCache.js +0 -41
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/featureServiceSource/FeatureServiceTileStore.js +0 -251
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/featureServiceSource/FeatureServiceTiledFetcher.js +0 -254
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/featureServiceSource/FeatureServiceTilesSimple.js +0 -30
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/featureServiceSource/PendingFeatureTile.js +0 -103
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/featureServiceSource/tileUtils.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/queryEngineUtils.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/sceneLayerSource/SceneLayerSnappingSourceWorker.js +0 -98
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/sceneLayerSource/SceneLayerSnappingSourceWorkerHandle.js +0 -67
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/sceneLayerSource/sceneLayerSnappingUtils.js +0 -11
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/snappingCandidateElevationAlignment.js +0 -111
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/snappingCandidateElevationFilter.js +0 -58
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/symbologySnappingCandidates.js +0 -65
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/hints/IntersectionSnappingHint.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/hints/LineSnappingHint.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/hints/ParallelSnappingHint.js +0 -16
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/hints/PointSnappingHint.js +0 -13
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/hints/RightAngleSnappingHint.js +0 -16
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/hints/SnappingHint.js +0 -8
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/snappingFactory.js +0 -8
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/snappingUtils.js +0 -70
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/support/utils.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/support/viewUtils.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/tooltip/constraintUtils.js +0 -140
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/FeatureLayerView.js +0 -206
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/GroupLayerView.js +0 -77
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/ImageryLayerView.js +0 -41
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/ImageryTileLayerView.js +0 -64
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/LayerView.js +0 -74
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/MapImageLayerView.js +0 -34
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/OGCFeatureLayerView.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/RefreshableLayerView.js +0 -23
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/StreamLayerView.js +0 -39
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/WMSLayerView.js +0 -45
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/support/ClipArea.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/support/ClipRect.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/support/Geometry.js +0 -31
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/support/MapServiceLayerViewHelper.js +0 -196
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/support/Path.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/support/popupUtils.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/magnifier/mask-svg.js +0 -4
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/magnifier/overlay-svg.js +0 -4
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/magnifier/resources.js +0 -9
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/navigation/FilteredFiniteDifference.js +0 -30
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/navigation/Momentum.js +0 -29
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/navigation/MomentumEstimator.js +0 -36
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/navigation/Navigation.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/navigation/PanPlanarMomentumEstimator.js +0 -44
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/navigation/RotationMomentumEstimator.js +0 -21
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/navigation/ZoomMomentumEstimator.js +0 -30
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/navigation/gamepad/GamepadSettings.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/navigation/gamepadAndKeyboardUtils.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/overlay/ViewOverlay.js +0 -90
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/DefaultsFromMap.js +0 -223
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/QueueProcessor.js +0 -149
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/RenderState.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/Scheduler.js +0 -320
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/TileTreeDebugger.js +0 -80
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/WebGLRequirements.js +0 -9
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/Yield.js +0 -4
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/angularMeasurementUtils.js +0 -62
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/debugFlags.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/drapedUtils.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/geodesicLengthMeasurementUtils.js +0 -30
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/geodesicMeasurementUtils.js +0 -8
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/geometry2dUtils.js +0 -57
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/geometry3dUtils.js +0 -168
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/imageReprojection.js +0 -74
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/layerViewUtils.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/projectionUtils.js +0 -15
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/screenUtils.js +0 -43
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/screenshotUtils.js +0 -92
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/ui/2d/DefaultUI2D.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/ui/Component.js +0 -44
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/ui/DefaultUI.js +0 -77
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/ui/UI.js +0 -211
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/AppleAmdDriverHelper.js +0 -42
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/BufferObject.js +0 -102
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/ContextState.js +0 -9
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/FramebufferObject.js +0 -234
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/GLObjectType.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/InstanceCounter.js +0 -38
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/Parameters.js +0 -9
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/Program.js +0 -148
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/ProgramCache.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/ProgramTemplate.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/Renderbuffer.js +0 -36
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/RenderbufferDescriptor.js +0 -13
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/RenderingContext.js +0 -450
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/ShaderCompiler.js +0 -30
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/ShaderTranspiler.js +0 -272
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/Texture.js +0 -267
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/TextureDescriptor.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/Util.js +0 -158
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/ValidatedTextureDescriptor.js +0 -25
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/VertexArrayObject.js +0 -75
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/VertexElementDescriptor.js +0 -8
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/WebGLDriverTest.js +0 -16
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/WebGLDriverTestModule.js +0 -15
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/capabilities/Capabilities.js +0 -48
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/capabilities/DisjointTimerQuery.js +0 -29
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/capabilities/LoseContext.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/capabilities/load.js +0 -46
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/capabilities.js +0 -30
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/checkWebGLError.js +0 -44
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/contextUtils.js +0 -6
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/doublePrecisionUtils.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/enums.js +0 -102
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/getDataTypeBytes.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/heatmapTextureUtils.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/programUtils.js +0 -37
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/rasterUtils.js +0 -123
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/renderState.js +0 -178
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/reservedWordsGLSL3.js +0 -4
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/testAppleAmdDrawArrays.js +0 -64
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/testDoublePrecisionArithmetic.js +0 -132
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/testFloatBufferBlend.js +0 -46
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/testSVGPremultipliedAlpha.js +0 -58
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/testSamplerPrecision.js +0 -58
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/webdoc/interfaces.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/webdoc/support/opacityUtils.js +0 -13
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/webdoc/support/resourceUtils.js +0 -64
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/webdoc/support/saveAPIKeyUtils.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/webdoc/support/saveUtils.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/webdoc/support/writeUtils.js +0 -52
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/webmap/background/ColorBackground.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/webmap/utils.js +0 -6
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/AreaMeasurement2D/AreaMeasurement2DTool.js +0 -287
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/AreaMeasurement2D/AreaMeasurement2DViewModel.js +0 -81
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/AreaMeasurement2D.js +0 -68
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/AreaMeasurement3D/AreaMeasurement3DViewModel.js +0 -67
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/AreaMeasurement3D.js +0 -77
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Attachments/AttachmentsViewModel.js +0 -132
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Attachments/support/attachmentUtils.js +0 -13
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Attachments.js +0 -199
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Attribution/AttributionViewModel.js +0 -139
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Attribution.js +0 -81
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/BasemapToggle/BasemapToggleViewModel.js +0 -68
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/BasemapToggle/css.js +0 -4
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/BasemapToggle.js +0 -66
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Compass/CompassViewModel.js +0 -53
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Compass/css.js +0 -5
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Compass/utils.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Compass.js +0 -55
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/DirectLineMeasurement3D/DirectLineMeasurement3DViewModel.js +0 -66
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/DirectLineMeasurement3D.js +0 -77
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/DistanceMeasurement2D/DistanceMeasurement2DTool.js +0 -183
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/DistanceMeasurement2D/DistanceMeasurement2DViewModel.js +0 -81
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/DistanceMeasurement2D.js +0 -68
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureAttachments/FeatureAttachmentsViewModel.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureAttachments.js +0 -68
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureContent/FeatureContentViewModel.js +0 -41
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureContent.js +0 -57
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureExpression/FeatureExpressionViewModel.js +0 -86
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureExpression.js +0 -54
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureFields/FeatureFieldsViewModel.js +0 -29
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureFields.js +0 -86
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureMedia/FeatureMediaViewModel.js +0 -122
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureMedia/chartCommon.js +0 -117
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureMedia/pieChart.js +0 -554
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureMedia/xyChart.js +0 -478
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureMedia.js +0 -290
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureRelationship/FeatureRelationshipViewModel.js +0 -154
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureRelationship.js +0 -144
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureViewModel.js +0 -308
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/resources.js +0 -4
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/support/FeatureContentMixin.js +0 -24
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/support/FeatureElementInfo.js +0 -32
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/support/arcadeFeatureUtils.js +0 -67
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/support/featureUtils.js +0 -306
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/support/relatedFeatureUtils.js +0 -168
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature.js +0 -244
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/FeatureForm/featureFormUtils.js +0 -42
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Features/FeaturesRelatedRecords.js +0 -51
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Features/FeaturesViewModel.js +0 -370
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Features/FeaturesVisibleElements.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Features/css.js +0 -4
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Features.js +0 -458
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Legend/support/colorRampUtils.js +0 -26
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Legend/support/heatmapRampUtils.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Legend/support/utils.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Measurement/MeasurementViewModel.js +0 -35
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Measurement.js +0 -140
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/NavigationToggle/NavigationToggleViewModel.js +0 -39
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/NavigationToggle/css.js +0 -5
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/NavigationToggle.js +0 -56
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Popup/PopupViewModel.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Popup/PopupVisibleElements.js +0 -17
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Popup/actionUtils.js +0 -119
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Popup/actions.js +0 -13
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Popup/css.js +0 -4
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Popup.js +0 -420
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Spinner/SpinnerViewModel.js +0 -18
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Spinner.js +0 -77
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Widget.js +0 -226
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Zoom/ZoomConditions2D.js +0 -34
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Zoom/ZoomConditions3D.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Zoom/ZoomViewModel.js +0 -49
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Zoom.js +0 -48
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/AnchorElementViewModel.js +0 -31
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/GoTo.js +0 -22
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/Heading.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/InteractiveAnalysisViewModel.js +0 -115
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/InteractiveToolViewModel.js +0 -68
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/MeasurementWidgetContent.js +0 -58
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/UnitSelect.js +0 -34
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/chartUtilsAm5.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/componentsUtils.js +0 -25
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/dataUtils.js +0 -10
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/dateUtils.js +0 -44
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/decorators/accessibleHandler.js +0 -20
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/decorators/messageBundle.js +0 -8
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/decorators/vmEvent.js +0 -13
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/globalCss.js +0 -4
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/jsxFactory.js +0 -26
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/jsxWidgetSupport.js +0 -41
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/legacyIcon.js +0 -4
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/symbols.js +0 -5
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/tests.js +0 -7
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/uriUtils.js +0 -14
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/vnodeCache.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/widget.js +0 -19
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/widgetUtils.js +0 -69
- package/dist/node_modules/.pnpm/@esri_arcgis-html-sanitizer@3.0.1/node_modules/@esri/arcgis-html-sanitizer/dist/esm/index.js +0 -788
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/ExpandToggle.js +0 -62
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/FloatingArrow.js +0 -34
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/Heading.js +0 -13
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/Validation.js +0 -16
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/action-group.js +0 -147
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/action-menu.js +0 -218
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/action.js +0 -199
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/array.js +0 -11
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/button.js +0 -221
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-action-bar.js +0 -251
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-action-group.js +0 -11
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-action.js +0 -11
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-button.js +0 -11
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-flow-item.js +0 -229
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-flow.js +0 -127
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-icon.js +0 -11
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-input.js +0 -11
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-label.js +0 -11
- 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
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-list-item.js +0 -391
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-list.js +0 -416
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-loader.js +0 -11
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-modal.js +0 -332
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-notice.js +0 -171
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-option.js +0 -93
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-scrim.js +0 -11
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-select.js +0 -230
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/component.js +0 -18
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/conditionalSlot.js +0 -27
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/debounce.js +0 -121
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/dom.js +0 -358
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/filter.js +0 -154
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/filter2.js +0 -182
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/floating-ui.js +0 -1197
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/focusTrapComponent.js +0 -475
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/form.js +0 -138
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/guid.js +0 -17
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/handle.js +0 -194
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/icon.js +0 -127
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/index.js +0 -26
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/input-message.js +0 -80
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/input.js +0 -22
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/input2.js +0 -518
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/interactive.js +0 -81
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/key.js +0 -13
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/label.js +0 -69
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/label2.js +0 -90
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/loadable.js +0 -25
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/loader.js +0 -79
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/locale.js +0 -299
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/observers.js +0 -30
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/openCloseComponent.js +0 -37
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/panel.js +0 -285
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/popover.js +0 -325
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/progress.js +0 -50
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/resources.js +0 -23
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/resources2.js +0 -12
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/scrim.js +0 -115
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/sortableComponent.js +0 -1329
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/stack.js +0 -85
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/t9n.js +0 -46
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/utils3.js +0 -75
- package/dist/node_modules/.pnpm/@stencil_core@4.9.0/node_modules/@stencil/core/internal/app-data/index.js +0 -92
- package/dist/node_modules/.pnpm/@stencil_core@4.9.0/node_modules/@stencil/core/internal/client/index.js +0 -560
- package/dist/node_modules/.pnpm/@terraformer_arcgis@2.1.2/node_modules/@terraformer/arcgis/dist/t-arcgis.esm.js +0 -80
- package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/index.js +0 -11
- 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
- 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
- package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/configuration.js +0 -60
- package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/constants.js +0 -34
- package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/io.js +0 -159
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/zip-fs.js +0 -16
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/datetime.js +0 -1728
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/duration.js +0 -736
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/errors.js +0 -40
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/impl/conversions.js +0 -92
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/impl/diff.js +0 -36
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/impl/digits.js +0 -68
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/impl/english.js +0 -138
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/impl/formats.js +0 -150
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/impl/formatter.js +0 -245
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/impl/invalid.js +0 -11
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/impl/locale.js +0 -280
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/impl/regexParser.js +0 -202
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/impl/tokenParser.js +0 -304
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/impl/util.js +0 -207
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/impl/zoneUtil.js +0 -20
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/info.js +0 -180
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/interval.js +0 -470
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/settings.js +0 -147
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/zone.js +0 -82
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/zones/IANAZone.js +0 -137
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/zones/fixedOffsetZone.js +0 -77
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/zones/invalidZone.js +0 -41
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/zones/systemZone.js +0 -47
- package/dist/node_modules/.pnpm/terraformer-wkt-parser@1.2.1/node_modules/terraformer-wkt-parser/terraformer-wkt-parser.js +0 -469
- package/dist/node_modules/.pnpm/terraformer@1.0.12/node_modules/terraformer/terraformer.js +0 -637
- /package/dist/{Map/Map.vue3.js → Faq/FaqItem/FaqItem.vue3.js} +0 -0
|
@@ -1,864 +0,0 @@
|
|
|
1
|
-
import { _ as o } from "../../chunks/tslib.es6.js";
|
|
2
|
-
import "../../geometry.js";
|
|
3
|
-
import he from "../../Graphic.js";
|
|
4
|
-
import { rasterRendererTypes as fe, websceneRasterRendererTypes as ge, read as ye } from "../../rasterRenderers.js";
|
|
5
|
-
import P from "../../request.js";
|
|
6
|
-
import { deprecatedProperty as ne } from "../../core/deprecate.js";
|
|
7
|
-
import g from "../../core/Error.js";
|
|
8
|
-
import { clone as ae } from "../../core/lang.js";
|
|
9
|
-
import z from "../../core/Logger.js";
|
|
10
|
-
import { watch as Re } from "../../core/reactiveUtils.js";
|
|
11
|
-
import { urlToObject as be } from "../../core/urlUtils.js";
|
|
12
|
-
import { property as m, ensureRange as we } from "../../core/accessorSupport/decorators/property.js";
|
|
13
|
-
import { Integer as oe, ensureClass as _, ensureNumber as Ie } from "../../core/accessorSupport/ensureType.js";
|
|
14
|
-
import { reader as D } from "../../core/accessorSupport/decorators/reader.js";
|
|
15
|
-
import { subclass as ve } from "../../core/accessorSupport/decorators/subclass.js";
|
|
16
|
-
import { writer as Q } from "../../core/accessorSupport/decorators/writer.js";
|
|
17
|
-
import { srToRESTValue as le } from "../../geometry/support/spatialReferenceUtils.js";
|
|
18
|
-
import { opacity as Se, url as xe } from "../support/commonProperties.js";
|
|
19
|
-
import _e from "../support/DimensionalDefinition.js";
|
|
20
|
-
import { ExportImageServiceParameters as Fe } from "../support/ExportImageServiceParameters.js";
|
|
21
|
-
import j from "../support/Field.js";
|
|
22
|
-
import Te from "../support/FieldsIndex.js";
|
|
23
|
-
import { createBitmap as ue } from "../support/imageBitmapUtils.js";
|
|
24
|
-
import { isSupportedRendererType as De } from "../support/imageryRendererUtils.js";
|
|
25
|
-
import H from "../support/MosaicRule.js";
|
|
26
|
-
import Oe from "../support/MultidimensionalSubset.js";
|
|
27
|
-
import G from "../support/PixelBlock.js";
|
|
28
|
-
import { interpolationKebab as k, noDataInterpretationKebab as W, pixelTypeKebabDict as K } from "../support/rasterEnums.js";
|
|
29
|
-
import E from "../support/RasterFunction.js";
|
|
30
|
-
import Pe from "../support/RasterInfo.js";
|
|
31
|
-
import Me from "../support/RasterJobHandler.js";
|
|
32
|
-
import { intersectMultimensionalSubset as X, getSubsetVariablesFromMdInfo as Ce, getDefaultMultidimensionalDefinition as Ne } from "../support/rasterDatasets/multidimensionalUtils.js";
|
|
33
|
-
import { decode as pe, getFormat as qe } from "../support/rasterFormats/RasterCodec.js";
|
|
34
|
-
import { uvComponentToVector as Ae } from "../support/rasterFunctions/vectorFieldUtils.js";
|
|
35
|
-
import { getSupportedRendererTypes as Je, getDefaultBandCombination as Ee, createDefaultRenderer as Ve, normalizeRendererJSON as $e } from "../../renderers/support/rasterRendererHelper.js";
|
|
36
|
-
import je from "../../renderers/support/RasterSymbolizer.js";
|
|
37
|
-
import { computeAngles as He, computePixelSpaceLocations as Qe, computeHistograms as Le, computeStatisticsHistograms as Ue, measureHeight as Be, measureAreaAndPerimeter as ze, measureDistanceAndAngle as Ge, measurePointOrCentroid as ke, measureLengthFromImage as We, measureAreaFromImage as Ke, getImageSpatialReferenceQueryParameter as Xe, getSamples as Ze, identify as me, imageToMap as Ye, imageToMapMultiray as et, mapToImage as tt, findImages as it, getImageUrl as rt, queryBoundary as st, queryGPSInfo as nt } from "../../rest/imageService.js";
|
|
38
|
-
import "../../core/has.js";
|
|
39
|
-
import "../support/source/DataLayerSource.js";
|
|
40
|
-
import { executeQueryJSON as at } from "../../rest/query/executeQueryJSON.js";
|
|
41
|
-
import "../../config.js";
|
|
42
|
-
import "../../kernel.js";
|
|
43
|
-
import "../../core/unitUtils.js";
|
|
44
|
-
import "../../geometry/ellipsoidUtils.js";
|
|
45
|
-
import "../../geometry/support/aaBoundingBox.js";
|
|
46
|
-
import "../../core/mathUtils.js";
|
|
47
|
-
import Z from "../../geometry/Extent.js";
|
|
48
|
-
import "../../geometry/Geometry.js";
|
|
49
|
-
import "../../geometry/Multipoint.js";
|
|
50
|
-
import "../../geometry/Point.js";
|
|
51
|
-
import Y from "../../geometry/Polygon.js";
|
|
52
|
-
import "../../geometry/Polyline.js";
|
|
53
|
-
import "../../geometry/support/normalizeUtilsCommon.js";
|
|
54
|
-
import ee from "../../geometry/SpatialReference.js";
|
|
55
|
-
import "../../geometry/support/Ellipsoid.js";
|
|
56
|
-
import "../../core/pbf.js";
|
|
57
|
-
import ot from "../../rest/support/FeatureSet.js";
|
|
58
|
-
import te from "../../rest/support/Query.js";
|
|
59
|
-
import "../../rest/query/support/AttachmentInfo.js";
|
|
60
|
-
import "../../rest/support/AttachmentQuery.js";
|
|
61
|
-
import { executeForCount as lt } from "../../rest/query/executeForCount.js";
|
|
62
|
-
import { executeForIds as ut } from "../../rest/query/executeForIds.js";
|
|
63
|
-
import "../../rest/support/RelationshipQuery.js";
|
|
64
|
-
import "../../rest/support/TopFeaturesQuery.js";
|
|
65
|
-
import { generateRasterInfo as pt, fetchServiceRasterInfo as mt, patchServiceInfo as ct } from "../../rest/imageService/fetchRasterInfo.js";
|
|
66
|
-
import { getCatalogItemRasterInfo as dt } from "../../rest/imageService/getCatalogItemRasterInfo.js";
|
|
67
|
-
import ht from "../../rest/support/FindImagesParameters.js";
|
|
68
|
-
import ft from "../../rest/support/ImageAngleParameters.js";
|
|
69
|
-
import gt from "../../rest/support/ImageAreaParameters.js";
|
|
70
|
-
import yt from "../../rest/support/ImageBoundaryParameters.js";
|
|
71
|
-
import Rt from "../../rest/support/ImageDistanceParameters.js";
|
|
72
|
-
import bt from "../../rest/support/ImageGPSInfoParameters.js";
|
|
73
|
-
import wt from "../../rest/support/ImageHeightParameters.js";
|
|
74
|
-
import ie from "../../rest/support/ImageHistogramParameters.js";
|
|
75
|
-
import ce from "../../rest/support/ImageIdentifyParameters.js";
|
|
76
|
-
import It from "../../rest/support/ImagePixelLocationParameters.js";
|
|
77
|
-
import vt from "../../rest/support/ImagePointParameters.js";
|
|
78
|
-
import St from "../../rest/support/ImageSampleParameters.js";
|
|
79
|
-
import xt from "../../rest/support/ImageToMapMultirayParameters.js";
|
|
80
|
-
import _t from "../../rest/support/ImageToMapParameters.js";
|
|
81
|
-
import Ft from "../../rest/support/ImageUrlParameters.js";
|
|
82
|
-
import Tt from "../../rest/support/MapToImageParameters.js";
|
|
83
|
-
import de from "../../rest/support/MeasureFromImageParameters.js";
|
|
84
|
-
import { createFlowMesh as Dt } from "../../views/2d/engine/flow/dataUtils.js";
|
|
85
|
-
const Ot = /* @__PURE__ */ new Set(["png", "png8", "png24", "png32", "jpg", "bmp", "gif", "jpgpng", "lerc", "tiff"]), Pt = we(Ie, { min: 0, max: 255 });
|
|
86
|
-
function Mt(L) {
|
|
87
|
-
if (!L)
|
|
88
|
-
return null;
|
|
89
|
-
const a = JSON.stringify(L).match(/"rasterFunction":"(.*?")/gi), y = a == null ? void 0 : a.map((e) => e.replace('"rasterFunction":"', "").replace('"', ""));
|
|
90
|
-
return y ? y.join("/") : null;
|
|
91
|
-
}
|
|
92
|
-
const lr = (L) => {
|
|
93
|
-
let a = class extends L {
|
|
94
|
-
constructor() {
|
|
95
|
-
super(...arguments), this._functionRasterInfos = {}, this._rasterJobHandler = { instance: null, refCount: 0, connectionPromise: null }, this._cachedRendererJson = null, this._serviceSupportsMosaicRule = null, this._rasterAttributeTableFieldPrefix = "Raster.", this.adjustAspectRatio = null, this.bandIds = void 0, this.capabilities = null, this.compressionQuality = void 0, this.compressionTolerance = 0.01, this.copyright = null, this.defaultMosaicRule = null, this.definitionExpression = null, this.exportImageServiceParameters = null, this.rasterInfo = null, this.fields = null, this.fullExtent = null, this.hasMultidimensions = !1, this.imageMaxHeight = 4100, this.imageMaxWidth = 4100, this.interpolation = void 0, this.minScale = 0, this.maxScale = 0, this.multidimensionalInfo = null, this.multidimensionalSubset = null, this.noData = null, this.noDataInterpretation = void 0, this.objectIdField = null, this.geometryType = "polygon", this.typeIdField = null, this.types = [], this.pixelFilter = null, this.raster = void 0, this.sourceType = null, this.viewId = void 0, this.symbolizer = null, this.rasterFunctionInfos = null, this.serviceDataType = null, this.spatialReference = null, this.pixelType = null, this.serviceRasterInfo = null, this.sourceJSON = null, this.url = null, this.version = void 0;
|
|
96
|
-
}
|
|
97
|
-
initialize() {
|
|
98
|
-
this._set("exportImageServiceParameters", new Fe({ layer: this }));
|
|
99
|
-
}
|
|
100
|
-
readServiceSupportsMosaicRule(e, t) {
|
|
101
|
-
return this._isMosaicRuleSupported(t);
|
|
102
|
-
}
|
|
103
|
-
get _rasterFunctionNamesIndex() {
|
|
104
|
-
const e = /* @__PURE__ */ new Map();
|
|
105
|
-
return !this.rasterFunctionInfos || this.rasterFunctionInfos != null && this.rasterFunctionInfos.length < 1 || this.rasterFunctionInfos != null && this.rasterFunctionInfos.forEach((t) => {
|
|
106
|
-
e.set(t.name.toLowerCase().replaceAll(/ /gi, "_"), t.name);
|
|
107
|
-
}), e;
|
|
108
|
-
}
|
|
109
|
-
readBandIds(e, t) {
|
|
110
|
-
if (Array.isArray(e) && e.length > 0 && e.every((i) => typeof i == "number"))
|
|
111
|
-
return e;
|
|
112
|
-
}
|
|
113
|
-
readCapabilities(e, t) {
|
|
114
|
-
return this._readCapabilities(t);
|
|
115
|
-
}
|
|
116
|
-
writeCompressionQuality(e, t, i) {
|
|
117
|
-
e != null && this.format !== "lerc" && (t[i] = e);
|
|
118
|
-
}
|
|
119
|
-
writeCompressionTolerance(e, t, i) {
|
|
120
|
-
this.format === "lerc" && e != null && (t[i] = e);
|
|
121
|
-
}
|
|
122
|
-
readDefaultMosaicRule(e, t) {
|
|
123
|
-
return this._serviceSupportsMosaicRule ? H.fromJSON(t) : null;
|
|
124
|
-
}
|
|
125
|
-
get fieldsIndex() {
|
|
126
|
-
return this.fields ? new Te(this.fields) : null;
|
|
127
|
-
}
|
|
128
|
-
set format(e) {
|
|
129
|
-
e && Ot.has(e.toLowerCase()) && this._set("format", e.toLowerCase());
|
|
130
|
-
}
|
|
131
|
-
readFormat(e, t) {
|
|
132
|
-
return t.serviceDataType === "esriImageServiceDataTypeVector-UV" || t.serviceDataType === "esriImageServiceDataTypeVector-MagDir" || this.pixelFilter != null ? "lerc" : "jpgpng";
|
|
133
|
-
}
|
|
134
|
-
readMinScale(e, t) {
|
|
135
|
-
return t.minLOD != null && t.maxLOD != null ? e : 0;
|
|
136
|
-
}
|
|
137
|
-
readMaxScale(e, t) {
|
|
138
|
-
return t.minLOD != null && t.maxLOD != null ? e : 0;
|
|
139
|
-
}
|
|
140
|
-
set mosaicRule(e) {
|
|
141
|
-
let t = e;
|
|
142
|
-
t != null && t.mosaicMethod && (t = H.fromJSON({ ...t.toJSON(), mosaicMethod: t.mosaicMethod, mosaicOperation: t.mosaicOperation })), this._set("mosaicRule", t);
|
|
143
|
-
}
|
|
144
|
-
readMosaicRule(e, t) {
|
|
145
|
-
const i = e || t.mosaicRule;
|
|
146
|
-
return i ? H.fromJSON(i) : this._isMosaicRuleSupported(t) ? H.fromJSON(t) : null;
|
|
147
|
-
}
|
|
148
|
-
writeMosaicRule(e, t, i) {
|
|
149
|
-
let r = this.mosaicRule;
|
|
150
|
-
const s = this.definitionExpression;
|
|
151
|
-
r ? s && s !== r.where && (r = r.clone(), r.where = s) : s && (r = new H({ where: s })), this._isValidCustomizedMosaicRule(r) && (t[i] = r.toJSON());
|
|
152
|
-
}
|
|
153
|
-
writeNoData(e, t, i) {
|
|
154
|
-
e != null && typeof e == "number" && (t[i] = Pt(e));
|
|
155
|
-
}
|
|
156
|
-
readObjectIdField(e, t) {
|
|
157
|
-
if (!e) {
|
|
158
|
-
const i = t.fields.find((r) => r.type === "esriFieldTypeOID" || r.type === "oid");
|
|
159
|
-
e = i == null ? void 0 : i.name;
|
|
160
|
-
}
|
|
161
|
-
return e;
|
|
162
|
-
}
|
|
163
|
-
get parsedUrl() {
|
|
164
|
-
return be(this.url);
|
|
165
|
-
}
|
|
166
|
-
readSourceType(e, t) {
|
|
167
|
-
return this._isMosaicDataset(t) ? "mosaic-dataset" : "raster-dataset";
|
|
168
|
-
}
|
|
169
|
-
set renderer(e) {
|
|
170
|
-
this.loaded && (e = this._configRenderer(e)), this._set("renderer", e);
|
|
171
|
-
}
|
|
172
|
-
readRenderer(e, t, i) {
|
|
173
|
-
var n, u;
|
|
174
|
-
const r = (u = (n = t == null ? void 0 : t.layerDefinition) == null ? void 0 : n.drawingInfo) == null ? void 0 : u.renderer, s = ye(r, i);
|
|
175
|
-
return s == null ? null : (s.type === "vector-field" && t.symbolTileSize && !r.symbolTileSize && (s.symbolTileSize = t.symbolTileSize), De(s) || z.getLogger(this).warn("ArcGISImageService", "Imagery layer doesn't support given renderer type."), s);
|
|
176
|
-
}
|
|
177
|
-
writeRenderer(e, t, i) {
|
|
178
|
-
t.layerDefinition = t.layerDefinition || {}, t.layerDefinition.drawingInfo = t.layerDefinition.drawingInfo || {}, t.layerDefinition.drawingInfo.renderer = e.toJSON(), e.type === "vector-field" && (t.symbolTileSize = e.symbolTileSize);
|
|
179
|
-
}
|
|
180
|
-
get rasterFields() {
|
|
181
|
-
var u;
|
|
182
|
-
const e = this._rasterAttributeTableFieldPrefix, t = new j({ name: "Raster.ItemPixelValue", alias: "Item Pixel Value", domain: null, editable: !1, length: 50, type: "string" }), i = new j({ name: "Raster.ServicePixelValue", alias: "Service Pixel Value", domain: null, editable: !1, length: 50, type: "string" }), r = new j({ name: "Raster.ServicePixelValue.Raw", alias: "Raw Service Pixel Value", domain: null, editable: !1, length: 50, type: "string" });
|
|
183
|
-
let s = this.fields ? ae(this.fields) : [];
|
|
184
|
-
s.push(i), (u = this.capabilities) != null && u.operations.supportsQuery && this.fields && this.fields.length > 0 && s.push(t), this.version >= 10.4 && this.rasterFunctionInfos != null && this.rasterFunctionInfos.some((p) => p.name.toLowerCase() === "none") && s.push(r), this.rasterFunctionInfos != null && this.rasterFunctionInfos.filter((p) => p.name.toLowerCase() !== "none").forEach((p) => {
|
|
185
|
-
s.push(new j({ name: "Raster.ServicePixelValue." + p.name, alias: p.name, domain: null, editable: !1, length: 50, type: "string" }));
|
|
186
|
-
}), this._isVectorDataSet() && (s.push(new j({ name: "Raster.Magnitude", alias: "Magnitude", domain: null, editable: !1, type: "double" })), s.push(new j({ name: "Raster.Direction", alias: "Direction", domain: null, editable: !1, type: "double" })));
|
|
187
|
-
const { attributeTable: n } = this.rasterInfo ?? {};
|
|
188
|
-
if (n != null) {
|
|
189
|
-
const p = n.fields.filter((l) => l.type !== "esriFieldTypeOID" && l.name.toLowerCase() !== "value").map((l) => {
|
|
190
|
-
const h = ae(l);
|
|
191
|
-
return h.name = e + l.name, h;
|
|
192
|
-
});
|
|
193
|
-
s = s.concat(p);
|
|
194
|
-
}
|
|
195
|
-
return s;
|
|
196
|
-
}
|
|
197
|
-
get renderingRule() {
|
|
198
|
-
return ne(z.getLogger(this), "renderingRule", { replacement: "rasterFunction", version: "4.27", warnOnce: !0 }), this.rasterFunction;
|
|
199
|
-
}
|
|
200
|
-
set renderingRule(e) {
|
|
201
|
-
ne(z.getLogger(this), "renderingRule", { replacement: "rasterFunction", version: "4.27", warnOnce: !0 }), this._set("rasterFunction", e);
|
|
202
|
-
}
|
|
203
|
-
set rasterFunction(e) {
|
|
204
|
-
let t = e;
|
|
205
|
-
t != null && t.rasterFunction && (t = E.fromJSON({ ...t.toJSON(), rasterFunction: t.rasterFunction, rasterFunctionArguments: t.rasterFunctionArguments })), this._set("rasterFunction", t);
|
|
206
|
-
}
|
|
207
|
-
readRasterFunction(e, t) {
|
|
208
|
-
const i = t.rasterFunctionInfos;
|
|
209
|
-
return t.renderingRule || i != null && i.length && i[0].name !== "None" ? this._isRFTJson(t.renderingRule) ? E.fromJSON({ rasterFunctionDefinition: t.renderingRule }) : E.fromJSON(t.renderingRule || { rasterFunctionInfos: t.rasterFunctionInfos }) : null;
|
|
210
|
-
}
|
|
211
|
-
readSpatialReference(e, t) {
|
|
212
|
-
const i = e || t.extent.spatialReference;
|
|
213
|
-
return i ? ee.fromJSON(i) : null;
|
|
214
|
-
}
|
|
215
|
-
readPixelType(e) {
|
|
216
|
-
return K.fromJSON(e) || e;
|
|
217
|
-
}
|
|
218
|
-
writePixelType(e, t, i) {
|
|
219
|
-
this.serviceRasterInfo != null && this.pixelType === this.serviceRasterInfo.pixelType || (t[i] = K.toJSON(e));
|
|
220
|
-
}
|
|
221
|
-
readVersion(e, t) {
|
|
222
|
-
let i = t.currentVersion;
|
|
223
|
-
return i || (i = t.hasOwnProperty("fields") || t.hasOwnProperty("timeInfo") ? 10 : 9.3), i;
|
|
224
|
-
}
|
|
225
|
-
applyFilter(e) {
|
|
226
|
-
let t = e;
|
|
227
|
-
return this.pixelFilter && (t = this._clonePixelData(e), this.pixelFilter(t)), t;
|
|
228
|
-
}
|
|
229
|
-
async applyRenderer(e, t) {
|
|
230
|
-
let i = e;
|
|
231
|
-
const { renderer: r, symbolizer: s, pixelFilter: n, bandIds: u } = this;
|
|
232
|
-
if (!this._isPicture() && r && s && !n) {
|
|
233
|
-
const p = JSON.stringify(this._cachedRendererJson) !== JSON.stringify(r.toJSON()), l = this._rasterJobHandler.instance;
|
|
234
|
-
if (l) {
|
|
235
|
-
p && (s.bind(), await l.updateSymbolizer(s, t), this._cachedRendererJson = r.toJSON());
|
|
236
|
-
const h = await l.symbolize({ bandIds: u, ...e }, t);
|
|
237
|
-
i = { extent: e.extent, pixelBlock: h };
|
|
238
|
-
} else
|
|
239
|
-
i = { extent: e.extent, pixelBlock: s.symbolize({ bandIds: u, ...e }) };
|
|
240
|
-
}
|
|
241
|
-
return i;
|
|
242
|
-
}
|
|
243
|
-
destroy() {
|
|
244
|
-
this._shutdownJobHandler();
|
|
245
|
-
}
|
|
246
|
-
increaseRasterJobHandlerUsage() {
|
|
247
|
-
this._rasterJobHandler.refCount++;
|
|
248
|
-
}
|
|
249
|
-
decreaseRasterJobHandlerUsage() {
|
|
250
|
-
this._rasterJobHandler.refCount--, this._rasterJobHandler.refCount <= 0 && this._shutdownJobHandler();
|
|
251
|
-
}
|
|
252
|
-
async computeAngles(e, t) {
|
|
253
|
-
if (!(await this._fetchCapabilities(t == null ? void 0 : t.signal)).operations.supportsComputeAngles)
|
|
254
|
-
throw new g("imagery-layer:compute-angles", "this operation is not supported on the input image service");
|
|
255
|
-
return e = _(ft, e).clone(), He(this.url, e, this._getRequestOptions(t));
|
|
256
|
-
}
|
|
257
|
-
async computePixelSpaceLocations(e, t) {
|
|
258
|
-
if (!(await this._fetchCapabilities(t == null ? void 0 : t.signal)).operations.supportsComputePixelLocation)
|
|
259
|
-
throw new g("imagery-layer:compute-pixel-space-locations", "this operation is not supported on the input image service");
|
|
260
|
-
return e = _(It, e).clone(), Qe(this.url, e, this._getRequestOptions(t));
|
|
261
|
-
}
|
|
262
|
-
async computeHistograms(e, t) {
|
|
263
|
-
if (!(await this._fetchCapabilities(t == null ? void 0 : t.signal)).operations.supportsComputeHistograms)
|
|
264
|
-
throw new g("imagery-layer:compute-histograms", "this operation is not supported on the input image service");
|
|
265
|
-
return e = _(ie, e).clone(), this._applyMosaicAndRenderingRules(e), Le(this.url, e, this._getRequestOptions(t));
|
|
266
|
-
}
|
|
267
|
-
async computeStatisticsHistograms(e, t) {
|
|
268
|
-
if (!(await this._fetchCapabilities(t == null ? void 0 : t.signal)).operations.supportsComputeStatisticsHistograms)
|
|
269
|
-
throw new g("imagery-layer:compute-statistics-histograms", "this operation is not supported on the input image service");
|
|
270
|
-
return e = _(ie, e).clone(), this._applyMosaicAndRenderingRules(e), Ue(this.url, e, this._getRequestOptions(t));
|
|
271
|
-
}
|
|
272
|
-
async measureHeight(e, t) {
|
|
273
|
-
const i = await this._fetchCapabilities(t == null ? void 0 : t.signal);
|
|
274
|
-
if (!(e.operationType === "base-and-top" ? i.mensuration.supportsHeightFromBaseAndTop : e.operationType === "base-and-top-shadow" ? i.mensuration.supportsHeightFromBaseAndTopShadow : i.mensuration.supportsHeightFromTopAndTopShadow))
|
|
275
|
-
throw new g("imagery-layer:measure-height", "this operation is not supported on the input image service");
|
|
276
|
-
return e = _(wt, e).clone(), this._applyMosaicAndRenderingRules(e), Be(this.url, e, this._getRequestOptions(t));
|
|
277
|
-
}
|
|
278
|
-
async measureAreaAndPerimeter(e, t) {
|
|
279
|
-
const i = await this._fetchCapabilities(t == null ? void 0 : t.signal);
|
|
280
|
-
if (!(i.mensuration.supportsAreaAndPerimeter && (!e.is3D || i.mensuration.supports3D)))
|
|
281
|
-
throw new g("imagery-layer:measure-area-and-perimeter", "this operation is not supported on the input image service");
|
|
282
|
-
return e = _(gt, e).clone(), this._applyMosaicAndRenderingRules(e), ze(this.url, e, this._getRequestOptions(t));
|
|
283
|
-
}
|
|
284
|
-
async measureDistanceAndAngle(e, t) {
|
|
285
|
-
const i = await this._fetchCapabilities(t == null ? void 0 : t.signal);
|
|
286
|
-
if (!(i.mensuration.supportsDistanceAndAngle && (!e.is3D || i.mensuration.supports3D)))
|
|
287
|
-
throw new g("imagery-layer:measure-distance-and-angle", "this operation is not supported on the input image service");
|
|
288
|
-
return e = _(Rt, e).clone(), this._applyMosaicAndRenderingRules(e), Ge(this.url, e, this._getRequestOptions(t));
|
|
289
|
-
}
|
|
290
|
-
async measurePointOrCentroid(e, t) {
|
|
291
|
-
const i = await this._fetchCapabilities(t == null ? void 0 : t.signal);
|
|
292
|
-
if (!(i.mensuration.supportsPointOrCentroid && (!e.is3D || i.mensuration.supports3D)))
|
|
293
|
-
throw new g("imagery-layer:measure-point-or-centroid", "this operation is not supported on the input image service");
|
|
294
|
-
return e = _(vt, e).clone(), this._applyMosaicAndRenderingRules(e), ke(this.url, e, this._getRequestOptions(t));
|
|
295
|
-
}
|
|
296
|
-
async measureLengthFromImage(e, t) {
|
|
297
|
-
if (!(await this._fetchCapabilities(t == null ? void 0 : t.signal)).operations.supportsMeasureFromImage)
|
|
298
|
-
throw new g("imagery-layer:measure-length-from-image", "this operation is not supported on the input image service");
|
|
299
|
-
if (e.geometry.type !== "polyline")
|
|
300
|
-
throw new g("imagery-layer:measure-length-from-image", "this input geometry must be a polyline");
|
|
301
|
-
return e = _(de, e).clone(), We(this.url, e, this._getRequestOptions(t));
|
|
302
|
-
}
|
|
303
|
-
async measureAreaFromImage(e, t) {
|
|
304
|
-
if (!(await this._fetchCapabilities(t == null ? void 0 : t.signal)).operations.supportsMeasureFromImage)
|
|
305
|
-
throw new g("imagery-layer:measure-area-from-image", "this operation is not supported on the input image service");
|
|
306
|
-
if (e.geometry.type !== "polygon")
|
|
307
|
-
throw new g("imagery-layer:measure-area-from-image", "this input geometry must be a polygon");
|
|
308
|
-
return e = _(de, e).clone(), Ke(this.url, e, this._getRequestOptions(t));
|
|
309
|
-
}
|
|
310
|
-
getField(e) {
|
|
311
|
-
const { fieldsIndex: t } = this;
|
|
312
|
-
return t != null ? t.get(e) : void 0;
|
|
313
|
-
}
|
|
314
|
-
getFieldDomain(e, t) {
|
|
315
|
-
const i = this.getField(e);
|
|
316
|
-
return i ? i.domain : null;
|
|
317
|
-
}
|
|
318
|
-
async fetchImage(e, t, i, r = {}) {
|
|
319
|
-
if (e == null || t == null || i == null)
|
|
320
|
-
throw new g("imagery-layer:fetch-image", "Insufficient parameters for requesting an image. A valid extent, width and height values are required.");
|
|
321
|
-
if (this.renderer || this.symbolizer) {
|
|
322
|
-
const l = await this._generateRasterInfo(this.rasterFunction, { signal: r.signal });
|
|
323
|
-
l && (this.rasterInfo = l);
|
|
324
|
-
}
|
|
325
|
-
const s = this.getExportImageServiceParameters(e, t, i, r.timeExtent);
|
|
326
|
-
if (s == null) {
|
|
327
|
-
if (r.requestAsImageElement && this._canRequestImageElement(this.format)) {
|
|
328
|
-
const d = document.createElement("canvas");
|
|
329
|
-
return d.width = t, d.height = i, r.returnImageBitmap ? { imageBitmap: await ue(d, `${y(this.parsedUrl)}/exportImage`, r.signal) } : { imageOrCanvasElement: d };
|
|
330
|
-
}
|
|
331
|
-
const { bandIds: l, rasterInfo: h } = this, S = ((l == null ? void 0 : l.length) || h.bandCount) ?? 0, v = t * i, R = h.pixelType, c = [];
|
|
332
|
-
for (let d = 0; d < S; d++)
|
|
333
|
-
c.push(G.createEmptyBand(R, v));
|
|
334
|
-
return { pixelData: { pixelBlock: new G({ width: t, height: i, pixels: c, mask: new Uint8Array(v), pixelType: R }), extent: e } };
|
|
335
|
-
}
|
|
336
|
-
const n = !!r.requestAsImageElement && !this.pixelFilter, u = n && !!r.returnImageBitmap, p = { imageServiceParameters: s, imageProps: { extent: e, width: t, height: i, format: this.format }, requestAsImageElement: n, returnImageBitmap: u, signal: r.signal };
|
|
337
|
-
return this._requestArrayBuffer(p);
|
|
338
|
-
}
|
|
339
|
-
fetchKeyProperties(e) {
|
|
340
|
-
return P(y(this.parsedUrl) + "/keyProperties", { query: this._getQueryParams({ renderingRule: this.version >= 10.3 ? e == null ? void 0 : e.rasterFunction : null }) }).then((t) => t.data);
|
|
341
|
-
}
|
|
342
|
-
fetchRasterAttributeTable(e) {
|
|
343
|
-
return this.version < 10.1 ? Promise.reject(new g("#fetchRasterAttributeTable()", "Failed to get rasterAttributeTable")) : P(y(this.parsedUrl) + "/rasterAttributeTable", { query: this._getQueryParams({ renderingRule: this.version >= 10.3 ? e == null ? void 0 : e.rasterFunction : null }) }).then((t) => ot.fromJSON(t.data));
|
|
344
|
-
}
|
|
345
|
-
getCatalogItemRasterInfo(e, t) {
|
|
346
|
-
const i = { ...t, query: this._getQueryParams() };
|
|
347
|
-
return dt(y(this.parsedUrl), e, i);
|
|
348
|
-
}
|
|
349
|
-
async getCatalogItemICSInfo(e, t) {
|
|
350
|
-
var V, $, A, re, se;
|
|
351
|
-
const { data: i } = await P(y(this.parsedUrl) + "/" + e + "/info/ics", { query: this._getQueryParams(), ...t }), r = i == null ? void 0 : i.ics;
|
|
352
|
-
if (!r)
|
|
353
|
-
return;
|
|
354
|
-
let s = null;
|
|
355
|
-
try {
|
|
356
|
-
s = (await P(y(this.parsedUrl) + "/" + e + "/info", { query: this._getQueryParams(), ...t })).data.extent;
|
|
357
|
-
} catch {
|
|
358
|
-
}
|
|
359
|
-
if (!s || !s.spatialReference)
|
|
360
|
-
return { ics: r, icsToPixelTransform: null, icsExtent: null, northDirection: null };
|
|
361
|
-
const n = this.version >= 10.7 ? P(y(this.parsedUrl) + "/" + e + "/info/icstopixel", { query: this._getQueryParams(), ...t }).then((f) => f.data).catch(() => ({})) : {}, u = s.spatialReference, p = { geometries: JSON.stringify({ geometryType: "esriGeometryEnvelope", geometries: [s] }), inSR: le(u), outSR: "0:" + e }, l = P(y(this.parsedUrl) + "/project", { query: this._getQueryParams(p), ...t }).then((f) => f.data).catch(() => ({})), h = 5, S = (s.xmin + s.xmax) / 2, v = (s.ymax - s.ymin) / (h + 1), R = s.ymin + v, c = [];
|
|
362
|
-
for (let f = 0; f < h; f++)
|
|
363
|
-
c.push({ x: S, y: R + v * f });
|
|
364
|
-
const d = { geometries: JSON.stringify({ geometryType: "esriGeometryPoint", geometries: c }), inSR: le(u), outSR: "0:" + e }, b = P(y(this.parsedUrl) + "/project", { query: this._getQueryParams(d), ...t }).then((f) => f.data).catch(() => ({})), C = await Promise.all([n, l, b]);
|
|
365
|
-
let q = C[0].ipxf;
|
|
366
|
-
if (q == null) {
|
|
367
|
-
const f = (V = r.geodataXform) == null ? void 0 : V.xf_0;
|
|
368
|
-
(($ = f == null ? void 0 : f.name) == null ? void 0 : $.toLowerCase()) === "topup" && ((A = f == null ? void 0 : f.coefficients) == null ? void 0 : A.length) === 6 && (q = { affine: { name: "ics [sensor: Frame] to pixel (column, row) transformation", coefficients: f.coefficients, cellsizeRatio: 0, type: "GeometricXform" } });
|
|
369
|
-
}
|
|
370
|
-
const N = Z.fromJSON((se = (re = C[1]) == null ? void 0 : re.geometries) == null ? void 0 : se[0]);
|
|
371
|
-
N && (N.spatialReference = new ee({ wkid: 0, imageCoordinateSystem: r }));
|
|
372
|
-
const w = C[2].geometries ? C[2].geometries.filter((f) => (f == null ? void 0 : f.x) != null && f.y != null && f.x !== "NaN" && f.y !== "NaN") : [], O = w.length;
|
|
373
|
-
if (O < 3)
|
|
374
|
-
return { ics: r, icsToPixelTransform: q, icsExtent: N, northDirection: null };
|
|
375
|
-
let M = 0, x = 0, I = 0, T = 0;
|
|
376
|
-
for (let f = 0; f < O; f++)
|
|
377
|
-
M += w[f].x, x += w[f].y, I += w[f].x * w[f].x, T += w[f].x * w[f].y;
|
|
378
|
-
const F = (O * T - M * x) / (O * I - M * M);
|
|
379
|
-
let J = 0;
|
|
380
|
-
const U = w[h - 1].x > w[0].x, B = w[h - 1].y > w[0].y;
|
|
381
|
-
return F === 1 / 0 ? J = B ? 90 : 270 : F === 0 ? J = U ? 0 : 180 : F > 0 ? J = U ? 180 * Math.atan(F) / Math.PI : 180 * Math.atan(F) / Math.PI + 180 : F < 0 && (J = B ? 180 + 180 * Math.atan(F) / Math.PI : 360 + 180 * Math.atan(F) / Math.PI), { ics: r, icsToPixelTransform: q, icsExtent: N, northDirection: J };
|
|
382
|
-
}
|
|
383
|
-
async generateRasterInfo(e, t) {
|
|
384
|
-
var n;
|
|
385
|
-
if (e = _(E, e), this.serviceRasterInfo && (!e || ((n = e.functionName) == null ? void 0 : n.toLowerCase()) === "none" || this._isVectorFieldResampleFunction(e)))
|
|
386
|
-
return this.serviceRasterInfo;
|
|
387
|
-
const i = Mt(e);
|
|
388
|
-
if (!i)
|
|
389
|
-
throw new g("imagery-layer:generate-raster-info", "the rendering rule is not supported");
|
|
390
|
-
if (this._functionRasterInfos[i])
|
|
391
|
-
return this._functionRasterInfos[i];
|
|
392
|
-
const r = { ...t, query: this._getQueryParams() }, s = pt(y(this.parsedUrl), e, r);
|
|
393
|
-
this._functionRasterInfos[i] = s;
|
|
394
|
-
try {
|
|
395
|
-
return await s;
|
|
396
|
-
} catch (u) {
|
|
397
|
-
throw this._functionRasterInfos[i] = null, u;
|
|
398
|
-
}
|
|
399
|
-
}
|
|
400
|
-
getExportImageServiceParameters(e, t, i, r) {
|
|
401
|
-
var c;
|
|
402
|
-
e = e.clone().shiftCentralMeridian();
|
|
403
|
-
const s = Xe(e.spatialReference, y(this.parsedUrl));
|
|
404
|
-
this.pixelType !== this.serviceRasterInfo.pixelType && (this.exportImageServiceParameters.pixelType = this.pixelType);
|
|
405
|
-
const n = this.exportImageServiceParameters.toJSON(), { bandIds: u, noData: p } = n;
|
|
406
|
-
let { renderingRule: l } = n;
|
|
407
|
-
const h = (c = this.rasterFunction) == null ? void 0 : c.rasterFunctionDefinition, S = !this.renderer || this.renderer.type === "raster-stretch";
|
|
408
|
-
if (u != null && u.length && this._hasRasterFunction(this.rasterFunction) && !h && S) {
|
|
409
|
-
const d = { rasterFunction: "ExtractBand", rasterFunctionArguments: { BandIds: u } };
|
|
410
|
-
if (l.rasterFunction === "Stretch")
|
|
411
|
-
d.rasterFunctionArguments.Raster = l.rasterFunctionArguments.Raster, l.rasterFunctionArguments.Raster = d;
|
|
412
|
-
else if (l.rasterFunction === "Colormap") {
|
|
413
|
-
const b = l.rasterFunctionArguments.Raster;
|
|
414
|
-
(b == null ? void 0 : b.rasterFunction) === "Stretch" ? (d.rasterFunctionArguments.Raster = b.rasterFunctionArguments.Raster, b.rasterFunctionArguments.Raster = d) : (d.rasterFunctionArguments.Raster = b, l.rasterFunctionArguments.Raster = d);
|
|
415
|
-
} else
|
|
416
|
-
d.rasterFunctionArguments.Raster = l, l = d;
|
|
417
|
-
n.bandIds = void 0;
|
|
418
|
-
} else
|
|
419
|
-
n.bandIds = u == null ? void 0 : u.join(",");
|
|
420
|
-
p instanceof Array && p.length > 0 && (n.noData = p.join(","));
|
|
421
|
-
const v = this._processMultidimensionalIntersection(null, r, this.exportImageServiceParameters.mosaicRule);
|
|
422
|
-
if (v.isOutSide)
|
|
423
|
-
return null;
|
|
424
|
-
n.mosaicRule = v.mosaicRule != null ? JSON.stringify(v.mosaicRule) : null, r = v.timeExtent, n.renderingRule = this._getRenderingRuleString(E.fromJSON(l));
|
|
425
|
-
const R = {};
|
|
426
|
-
if (r != null) {
|
|
427
|
-
const { start: d, end: b } = r.toJSON();
|
|
428
|
-
d && b && d === b ? R.time = "" + d : d == null && b == null || (R.time = `${d ?? "null"},${b ?? "null"}`);
|
|
429
|
-
}
|
|
430
|
-
return { bbox: e.xmin + "," + e.ymin + "," + e.xmax + "," + e.ymax, bboxSR: s, imageSR: s, size: t + "," + i, ...n, ...R };
|
|
431
|
-
}
|
|
432
|
-
async getSamples(e, t) {
|
|
433
|
-
const i = await this._fetchCapabilities(t == null ? void 0 : t.signal);
|
|
434
|
-
if (!(i != null && i.operations.supportsGetSamples))
|
|
435
|
-
throw new g("imagery-layer:get-samples", "getSamples operation is not supported on the input image service");
|
|
436
|
-
e = _(St, e).clone();
|
|
437
|
-
const { raster: r } = this;
|
|
438
|
-
return r && e.raster == null && (e.raster = r), Ze(this.url, e, this._getRequestOptions(t));
|
|
439
|
-
}
|
|
440
|
-
async identify(e, t) {
|
|
441
|
-
var n;
|
|
442
|
-
if (!(await this._fetchCapabilities(t == null ? void 0 : t.signal)).operations.supportsIdentify)
|
|
443
|
-
throw new g("imagery-layer:identify", "identify operation is not supported on the input image service");
|
|
444
|
-
e = _(ce, e).clone(), this.version < 10.91 && ((n = e.geometry) == null ? void 0 : n.type) === "extent" && (e.geometry = Y.fromExtent(e.geometry));
|
|
445
|
-
const i = this._processMultidimensionalIntersection(e.geometry, e.timeExtent, e.mosaicRule || this.mosaicRule);
|
|
446
|
-
if (i.isOutSide)
|
|
447
|
-
throw new g("imagery-layer:identify", "the request cannot be fulfilled when falling outside of the multidimensional subset");
|
|
448
|
-
e.timeExtent = i.timeExtent, e.mosaicRule = i.mosaicRule;
|
|
449
|
-
const { raster: r, rasterFunction: s } = this;
|
|
450
|
-
return s && e.rasterFunction == null && (e.rasterFunction = s), r && e.raster == null && (e.raster = r), me(this.url, e, this._getRequestOptions(t));
|
|
451
|
-
}
|
|
452
|
-
async imageToMap(e, t) {
|
|
453
|
-
if (!(await this._fetchCapabilities(t == null ? void 0 : t.signal)).operations.supportsImageToMap)
|
|
454
|
-
throw new g("imagery-layer:image-to-map", "imageToMap operation is not supported on the input image service");
|
|
455
|
-
return e = _(_t, e), Ye(y(this.parsedUrl), e, this._getRequestOptions(t));
|
|
456
|
-
}
|
|
457
|
-
async imageToMapMultiray(e, t) {
|
|
458
|
-
if (!(await this._fetchCapabilities(t == null ? void 0 : t.signal)).operations.supportsImageToMapMultiray)
|
|
459
|
-
throw new g("imagery-layer:image-to-map-multiray", "imageToMapMultiray operation is not supported on the input image service");
|
|
460
|
-
return e = _(xt, e), et(y(this.parsedUrl), e, this._getRequestOptions(t));
|
|
461
|
-
}
|
|
462
|
-
async mapToImage(e, t) {
|
|
463
|
-
if (!(await this._fetchCapabilities(t == null ? void 0 : t.signal)).operations.supportsMapToImage)
|
|
464
|
-
throw new g("imagery-layer:map-to-image", "mapToImage operation is not supported on the input image service");
|
|
465
|
-
return e = _(Tt, e), tt(y(this.parsedUrl), e, this._getRequestOptions(t));
|
|
466
|
-
}
|
|
467
|
-
async findImages(e, t) {
|
|
468
|
-
if (!(await this._fetchCapabilities(t == null ? void 0 : t.signal)).operations.supportsFindImages)
|
|
469
|
-
throw new g("imagery-layer:find-images", "findImages operation is not supported on the input image service");
|
|
470
|
-
return e = _(ht, e), it(y(this.parsedUrl), e, this._getRequestOptions(t));
|
|
471
|
-
}
|
|
472
|
-
async getImageUrl(e, t) {
|
|
473
|
-
if (!(await this._fetchCapabilities(t == null ? void 0 : t.signal)).operations.supportsGetImageUrl)
|
|
474
|
-
throw new g("imagery-layer:get-image-url", "getImageUrl operation is not supported on the input image service");
|
|
475
|
-
return e = _(Ft, e), rt(y(this.parsedUrl), e, this._getRequestOptions(t));
|
|
476
|
-
}
|
|
477
|
-
createQuery() {
|
|
478
|
-
const e = new te();
|
|
479
|
-
return e.outFields = ["*"], e.returnGeometry = !0, e.where = this.definitionExpression || "1=1", e;
|
|
480
|
-
}
|
|
481
|
-
async queryBoundary(e, t) {
|
|
482
|
-
if (!(await this._fetchCapabilities(t == null ? void 0 : t.signal)).operations.supportsQueryBoundary)
|
|
483
|
-
throw new g("imagery-layer:query-boundary", "queryBoundary operation is not supported on the input image service");
|
|
484
|
-
return e = _(yt, e ?? { outSpatialReference: this.spatialReference }).clone(), st(y(this.parsedUrl), e, this._getRequestOptions(t));
|
|
485
|
-
}
|
|
486
|
-
async queryRasters(e, t) {
|
|
487
|
-
return { query: e, requestOptions: t } = await this._prepareForQuery(e, t), at(this.url, e, t);
|
|
488
|
-
}
|
|
489
|
-
async queryObjectIds(e, t) {
|
|
490
|
-
return { query: e, requestOptions: t } = await this._prepareForQuery(e, t), ut(this.url, e, t);
|
|
491
|
-
}
|
|
492
|
-
async queryGPSInfo(e, t) {
|
|
493
|
-
if (!(await this._fetchCapabilities(t == null ? void 0 : t.signal)).operations.supportsQueryGPSInfo)
|
|
494
|
-
throw new g("imagery-layer:query-gps-info", "queryGPSInfo operation is not supported on the input image service");
|
|
495
|
-
return e = _(bt, e ?? { outSpatialReference: this.spatialReference }).clone(), nt(y(this.parsedUrl), e, this._getRequestOptions(t));
|
|
496
|
-
}
|
|
497
|
-
async queryRasterCount(e, t) {
|
|
498
|
-
return { query: e, requestOptions: t } = await this._prepareForQuery(e, t), lt(this.url, e, t);
|
|
499
|
-
}
|
|
500
|
-
async queryVisibleRasters(e, t) {
|
|
501
|
-
var N, w, O, M;
|
|
502
|
-
if (!e)
|
|
503
|
-
throw new g("imagery-layer: query-visible-rasters", "missing query parameter");
|
|
504
|
-
await this.load();
|
|
505
|
-
const { pixelSize: i, returnDomainValues: r, returnTopmostRaster: s, showNoDataRecords: n } = t || { pixelSize: null, returnDomainValues: !1, returnTopmostRaster: !1, showNoDataRecords: !1 };
|
|
506
|
-
let u = !1, p = null, l = null;
|
|
507
|
-
const h = "raster.servicepixelvalue", S = this._rasterFunctionNamesIndex;
|
|
508
|
-
if (e.outFields != null && (u = e.outFields.some((x) => !x.toLowerCase().includes(h)), this.version >= 10.4)) {
|
|
509
|
-
const x = e.outFields.filter((T) => T.toLowerCase().includes(h) && T.length > h.length).map((T) => {
|
|
510
|
-
const F = T.slice(h.length + 1);
|
|
511
|
-
return [this._updateRenderingRulesFunctionName(F, S), F];
|
|
512
|
-
});
|
|
513
|
-
p = x.map((T) => new E({ functionName: T[0] })), l = x.map((T) => T[1]);
|
|
514
|
-
const { rasterFunction: I } = this;
|
|
515
|
-
p.length === 0 ? I != null && I.functionName ? (p.push(I), l.push(I.functionName)) : p = null : I != null && I.functionName && !p.some((T) => T.functionName === I.functionName) && (p.push(I), l.push(I.functionName));
|
|
516
|
-
}
|
|
517
|
-
const v = e.outSpatialReference == null || e.outSpatialReference.equals(this.spatialReference), { multidimensionalSubset: R } = this;
|
|
518
|
-
let c = e.timeExtent || this.timeExtent;
|
|
519
|
-
if (R) {
|
|
520
|
-
const { isOutside: x, intersection: I } = X(R, { geometry: e.geometry, timeExtent: e.timeExtent, multidimensionalDefinition: (N = this.exportImageServiceParameters.mosaicRule) == null ? void 0 : N.multidimensionalDefinition });
|
|
521
|
-
if (x)
|
|
522
|
-
throw new g("imagery-layer:query-visible-rasters", "the request cannot be fulfilled when falling outside of the multidimensional subset");
|
|
523
|
-
(I == null ? void 0 : I.timeExtent) != null && (c = I.timeExtent);
|
|
524
|
-
}
|
|
525
|
-
const d = this._combineMosaicRuleWithTimeExtent(this.exportImageServiceParameters.mosaicRule, c);
|
|
526
|
-
let b = e.geometry;
|
|
527
|
-
this.version < 10.91 && (b == null ? void 0 : b.type) === "extent" && (b = Y.fromExtent(b));
|
|
528
|
-
const C = this._getQueryParams({ geometry: b, timeExtent: c, mosaicRule: d, rasterFunction: this.version < 10.4 ? this.rasterFunction : null, rasterFunctions: p, pixelSize: i, returnCatalogItems: u, returnGeometry: v, raster: this.raster, maxItemCount: s ? 1 : null });
|
|
529
|
-
delete C.f;
|
|
530
|
-
const q = new ce(C);
|
|
531
|
-
try {
|
|
532
|
-
await this._generateRasterInfo(this.rasterFunction);
|
|
533
|
-
const x = await me(this.url, q, { signal: t == null ? void 0 : t.signal, query: { ...this.customParameters } }), I = e.outFields, T = x.value != null && x.value.toLowerCase().includes("nodata");
|
|
534
|
-
if (!(u && !v && ((w = x == null ? void 0 : x.catalogItems) != null && w.features.length) && (n || !T)))
|
|
535
|
-
return this._processVisibleRastersResponse(x, { returnDomainValues: r, templateRRFunctionNames: l, showNoDataRecords: n, templateFields: I });
|
|
536
|
-
const F = this.objectIdField || "ObjectId", J = ((O = x.catalogItems) == null ? void 0 : O.features) ?? [], U = J.map(($) => {
|
|
537
|
-
var A;
|
|
538
|
-
return (A = $.attributes) == null ? void 0 : A[F];
|
|
539
|
-
}), B = new te({ objectIds: U, returnGeometry: !0, outSpatialReference: e.outSpatialReference, outFields: [F] }), V = await this.queryRasters(B);
|
|
540
|
-
return (M = V == null ? void 0 : V.features) != null && M.length && V.features.forEach(($) => {
|
|
541
|
-
J.forEach((A) => {
|
|
542
|
-
A.attributes[F] === $.attributes[F] && (A.geometry = new Y($.geometry), e.outSpatialReference != null && (A.geometry.spatialReference = e.outSpatialReference));
|
|
543
|
-
});
|
|
544
|
-
}), this._processVisibleRastersResponse(x, { returnDomainValues: r, templateRRFunctionNames: l, showNoDataRecords: n, templateFields: I });
|
|
545
|
-
} catch {
|
|
546
|
-
throw new g("imagery-layer:query-visible-rasters", "encountered error when querying visible rasters");
|
|
547
|
-
}
|
|
548
|
-
}
|
|
549
|
-
async fetchVariableStatisticsHistograms(e, t) {
|
|
550
|
-
const i = P(y(this.parsedUrl) + "/statistics", { query: this._getQueryParams({ variable: e }), signal: t }).then((n) => {
|
|
551
|
-
var u;
|
|
552
|
-
return (u = n.data) == null ? void 0 : u.statistics;
|
|
553
|
-
}), r = P(y(this.parsedUrl) + "/histograms", { query: this._getQueryParams({ variable: e }), signal: t }).then((n) => {
|
|
554
|
-
var u;
|
|
555
|
-
return (u = n.data) == null ? void 0 : u.histograms;
|
|
556
|
-
}), s = await Promise.all([i, r]);
|
|
557
|
-
return s[0] && s[0].forEach((n) => {
|
|
558
|
-
n.avg = n.mean, n.stddev = n.standardDeviation;
|
|
559
|
-
}), { statistics: s[0] || null, histograms: s[1] || null };
|
|
560
|
-
}
|
|
561
|
-
async createFlowMesh(e, t) {
|
|
562
|
-
const i = this._rasterJobHandler.instance;
|
|
563
|
-
return i ? i.createFlowMesh(e, t) : Dt(e.meshType, e.simulationSettings, e.flowData, t.signal != null ? t.signal : new AbortController().signal);
|
|
564
|
-
}
|
|
565
|
-
getMultidimensionalSubsetVariables(e) {
|
|
566
|
-
const t = e ?? this.serviceRasterInfo.multidimensionalInfo;
|
|
567
|
-
return Ce(this.multidimensionalSubset, t);
|
|
568
|
-
}
|
|
569
|
-
async _fetchService(e) {
|
|
570
|
-
await this._fetchServiceInfo(e), this.rasterInfo || (this.rasterInfo = this.serviceRasterInfo);
|
|
571
|
-
const t = this.sourceJSON, i = this.serviceRasterInfo != null ? Promise.resolve(this.serviceRasterInfo) : mt(y(this.parsedUrl), t, { signal: e, query: this._getQueryParams() }).then((n) => (this._set("serviceRasterInfo", n), this._set("multidimensionalInfo", n.multidimensionalInfo), ct(n, t), n)), r = this._hasRasterFunction(this.rasterFunction) ? this._generateRasterInfo(this.rasterFunction, { signal: e }) : null, s = this._getRasterFunctionInfos();
|
|
572
|
-
return Promise.all([i, r, s]).then((n) => {
|
|
573
|
-
n[1] ? this._set("rasterInfo", n[1]) : this._set("rasterInfo", n[0]), n[2] && this._set("rasterFunctionInfos", n[2]), this.renderer && !this._isSupportedRenderer(this.renderer) && (this._set("renderer", null), z.getLogger(this).warn("ArcGISImageService", "Switching to the default renderer. Renderer applied is not valid for this Imagery Layer")), this._set("renderer", this._configRenderer(this.renderer)), this.addHandles([Re(() => this.rasterFunction, (p) => {
|
|
574
|
-
(this.renderer || this.symbolizer || this.popupEnabled && this.popupTemplate) && this._generateRasterInfo(p).then((l) => {
|
|
575
|
-
l && (this.rasterInfo = l);
|
|
576
|
-
});
|
|
577
|
-
})]);
|
|
578
|
-
const { serviceRasterInfo: u } = this;
|
|
579
|
-
u.multidimensionalInfo != null && this._updateMultidimensionalDefinition(u);
|
|
580
|
-
});
|
|
581
|
-
}
|
|
582
|
-
_combineMosaicRuleWithTimeExtent(e, t) {
|
|
583
|
-
var R;
|
|
584
|
-
const i = this.timeInfo, { multidimensionalInfo: r } = this.serviceRasterInfo;
|
|
585
|
-
if (e == null || r == null || t == null || (i == null ? void 0 : i.startField) == null)
|
|
586
|
-
return e;
|
|
587
|
-
const { startField: s } = i, n = r.variables.some((c) => c.dimensions.some((d) => d.name === s)) ? s : "StdTime";
|
|
588
|
-
if (e = e.clone(), this.sourceType === "mosaic-dataset")
|
|
589
|
-
return e.multidimensionalDefinition = (R = e.multidimensionalDefinition) == null ? void 0 : R.filter((c) => c.dimensionName !== n), this._cleanupMultidimensionalDefinition(e);
|
|
590
|
-
e.multidimensionalDefinition = e.multidimensionalDefinition || [];
|
|
591
|
-
const u = e.multidimensionalDefinition.filter((c) => c.dimensionName === n), p = t.start != null ? t.start.getTime() : null, l = t.end != null ? t.end.getTime() : null, h = p == null || l == null || p === l, S = h ? [p || l] : [[p, l]], v = this.version >= 10.8;
|
|
592
|
-
if (u.length)
|
|
593
|
-
u.forEach((c) => {
|
|
594
|
-
c.dimensionName === n && (v ? (c.dimensionName = null, c.isSlice = !1, c.values = []) : (c.isSlice = h, c.values = S));
|
|
595
|
-
});
|
|
596
|
-
else if (!v) {
|
|
597
|
-
const c = e.multidimensionalDefinition.filter((d) => d.variableName != null && d.dimensionName == null);
|
|
598
|
-
c.length ? c.forEach((d) => {
|
|
599
|
-
d.dimensionName = n, d.isSlice = h, d.values = S;
|
|
600
|
-
}) : e.multidimensionalDefinition.push(new _e({ variableName: "", dimensionName: n, isSlice: h, values: S }));
|
|
601
|
-
}
|
|
602
|
-
return this._cleanupMultidimensionalDefinition(e);
|
|
603
|
-
}
|
|
604
|
-
_cleanupMultidimensionalDefinition(e) {
|
|
605
|
-
return e == null ? null : (e.multidimensionalDefinition && (e.multidimensionalDefinition = e.multidimensionalDefinition.filter((t) => !(!t.variableName && !t.dimensionName)), e.multidimensionalDefinition.length === 0 && (e.multidimensionalDefinition = null)), this.sourceType !== "mosaic-dataset" && e.multidimensionalDefinition == null ? null : e);
|
|
606
|
-
}
|
|
607
|
-
async _prepareForQuery(e, t) {
|
|
608
|
-
if (!(await this._fetchCapabilities(t == null ? void 0 : t.signal)).operations.supportsQuery)
|
|
609
|
-
throw new g("imagery-layer:query-rasters", "query operation is not supported on the input image service");
|
|
610
|
-
return e = e != null ? _(te, e) : this.createQuery(), t = this._getRequestOptions(t), this.raster && (t.query = { ...t.query, raster: this.raster }), { query: e, requestOptions: t };
|
|
611
|
-
}
|
|
612
|
-
async _initJobHandler() {
|
|
613
|
-
if (this._rasterJobHandler.connectionPromise != null)
|
|
614
|
-
return this._rasterJobHandler.connectionPromise;
|
|
615
|
-
const e = new Me();
|
|
616
|
-
this._rasterJobHandler.connectionPromise = e.initialize().then(() => {
|
|
617
|
-
this._rasterJobHandler.instance = e;
|
|
618
|
-
}, () => {
|
|
619
|
-
}), await this._rasterJobHandler.connectionPromise;
|
|
620
|
-
}
|
|
621
|
-
_shutdownJobHandler() {
|
|
622
|
-
this._rasterJobHandler.instance && this._rasterJobHandler.instance.destroy(), this._rasterJobHandler.instance = null, this._rasterJobHandler.connectionPromise = null, this._rasterJobHandler.refCount = 0, this._cachedRendererJson = null;
|
|
623
|
-
}
|
|
624
|
-
_isSupportedRenderer(e) {
|
|
625
|
-
const { rasterInfo: t, rasterFunction: i } = this;
|
|
626
|
-
return e.type === "unique-value" && this._hasRasterFunction(i) && (t == null ? void 0 : t.bandCount) === 1 && ["u8", "s8"].includes(t.pixelType) || t != null && e != null && Je(t).includes(e.type);
|
|
627
|
-
}
|
|
628
|
-
async _fetchCapabilities(e) {
|
|
629
|
-
return this.capabilities || await this._fetchServiceInfo(e), this.capabilities;
|
|
630
|
-
}
|
|
631
|
-
async _fetchServiceInfo(e) {
|
|
632
|
-
var i;
|
|
633
|
-
let t = this.sourceJSON;
|
|
634
|
-
if (!t) {
|
|
635
|
-
const { data: r, ssl: s } = await P(y(this.parsedUrl), { query: this._getQueryParams(), signal: e });
|
|
636
|
-
t = r, this.sourceJSON = t, s && (this.url = this.url.replace(/^http:/i, "https:"));
|
|
637
|
-
}
|
|
638
|
-
if (((i = t.capabilities) == null ? void 0 : i.toLowerCase().split(",").map((r) => r.trim()).indexOf("tilesonly")) > -1)
|
|
639
|
-
throw new g("imagery-layer:fetch-service-info", "use ImageryTileLayer to open tiles-only image services");
|
|
640
|
-
this.read(t, { origin: "service", url: this.parsedUrl });
|
|
641
|
-
}
|
|
642
|
-
_isMosaicDataset(e) {
|
|
643
|
-
var t;
|
|
644
|
-
return e.serviceSourceType ? e.serviceSourceType === "esriImageServiceSourceTypeMosaicDataset" : ((t = e.fields) == null ? void 0 : t.length) > 0;
|
|
645
|
-
}
|
|
646
|
-
_isMosaicRuleSupported(e) {
|
|
647
|
-
var r;
|
|
648
|
-
if (!e)
|
|
649
|
-
return !1;
|
|
650
|
-
const t = this._isMosaicDataset(e), i = e.currentVersion >= 10.71 && e.hasMultidimensions && !(((r = e.fields) == null ? void 0 : r.length) > 1);
|
|
651
|
-
return t || i;
|
|
652
|
-
}
|
|
653
|
-
_isVectorFieldResampleFunction(e) {
|
|
654
|
-
if (e == null)
|
|
655
|
-
return !1;
|
|
656
|
-
const { functionName: t, functionArguments: i } = e, r = (t == null ? void 0 : t.toLowerCase()) === "resample", s = (i == null ? void 0 : i.ResampleType) || (i == null ? void 0 : i.resampleType);
|
|
657
|
-
return r && (s === 7 || s === 10);
|
|
658
|
-
}
|
|
659
|
-
_isPicture() {
|
|
660
|
-
return !this.format || this.format.includes("jpg") || this.format.includes("png");
|
|
661
|
-
}
|
|
662
|
-
_configRenderer(e) {
|
|
663
|
-
var r, s;
|
|
664
|
-
const t = this._isPicture(), { rasterInfo: i } = this;
|
|
665
|
-
if (!t && !this.pixelFilter || this._isVectorDataSet()) {
|
|
666
|
-
if (!this.bandIds && i.bandCount >= 3) {
|
|
667
|
-
const u = Ee(i);
|
|
668
|
-
!u || i.bandCount === 3 && u[0] === 0 && u[1] === 1 && u[2] === 2 || (this.bandIds = u);
|
|
669
|
-
}
|
|
670
|
-
e || (e = Ve(i, { bandIds: this.bandIds, variableName: this.rasterFunction ? null : (s = (r = this.mosaicRule) == null ? void 0 : r.multidimensionalDefinition) == null ? void 0 : s[0].variableName }));
|
|
671
|
-
const n = $e(e.toJSON());
|
|
672
|
-
this.symbolizer ? (this.symbolizer.rendererJSON = n, this.symbolizer.rasterInfo = i) : this.symbolizer = new je({ rendererJSON: n, rasterInfo: i }), this.symbolizer.bind().success || (this.symbolizer = null);
|
|
673
|
-
}
|
|
674
|
-
return e;
|
|
675
|
-
}
|
|
676
|
-
_clonePixelData(e) {
|
|
677
|
-
return e == null ? e : { extent: e.extent && e.extent.clone(), pixelBlock: e.pixelBlock != null ? e.pixelBlock.clone() : null };
|
|
678
|
-
}
|
|
679
|
-
_getQueryParams(e) {
|
|
680
|
-
(e == null ? void 0 : e.renderingRule) != null && typeof e.renderingRule != "string" && (e.renderingRule = this._getRenderingRuleString(e.renderingRule));
|
|
681
|
-
const { raster: t, viewId: i } = this;
|
|
682
|
-
return { raster: t, viewId: i, f: "json", ...e, ...this.customParameters };
|
|
683
|
-
}
|
|
684
|
-
_getRequestOptions(e) {
|
|
685
|
-
return { ...e, query: { ...e == null ? void 0 : e.query, ...this.customParameters } };
|
|
686
|
-
}
|
|
687
|
-
_decodePixelBlock(e, t, i) {
|
|
688
|
-
return this._rasterJobHandler.instance ? this._rasterJobHandler.instance.decode({ data: e, options: t }) : pe(e, t, i);
|
|
689
|
-
}
|
|
690
|
-
async _getRasterFunctionInfos(e) {
|
|
691
|
-
var i;
|
|
692
|
-
const t = this.sourceJSON.rasterFunctionInfos;
|
|
693
|
-
return this.loaded ? t : t && this.version >= 10.3 ? t.length === 1 && t[0].name.toLowerCase() === "none" ? t : (i = (await P(y(this.parsedUrl) + "/rasterFunctionInfos", { query: this._getQueryParams(), signal: e })).data) == null ? void 0 : i.rasterFunctionInfos : null;
|
|
694
|
-
}
|
|
695
|
-
_canRequestImageElement(e) {
|
|
696
|
-
return !this.pixelFilter && (!e || e.includes("png"));
|
|
697
|
-
}
|
|
698
|
-
async _requestArrayBuffer(e) {
|
|
699
|
-
const { imageProps: t, requestAsImageElement: i, returnImageBitmap: r, signal: s } = e;
|
|
700
|
-
if (i && this._canRequestImageElement(t.format)) {
|
|
701
|
-
const R = `${y(this.parsedUrl)}/exportImage`, { data: c } = await P(R, { responseType: r ? "blob" : "image", query: this._getQueryParams({ f: "image", ...this.refreshParameters, ...e.imageServiceParameters }), signal: s });
|
|
702
|
-
return c instanceof Blob ? { imageBitmap: await ue(c, R, s), params: t } : { imageOrCanvasElement: c, params: t };
|
|
703
|
-
}
|
|
704
|
-
const n = this._initJobHandler(), u = P(y(this.parsedUrl) + "/exportImage", { responseType: "array-buffer", query: this._getQueryParams({ f: "image", ...e.imageServiceParameters }), signal: s }), p = (await Promise.all([u, n]))[0].data, l = t.format || "jpgpng";
|
|
705
|
-
let h = l;
|
|
706
|
-
if (h !== "bsq" && h !== "bip" && (h = qe(p)), !h)
|
|
707
|
-
throw new g("imagery-layer:fetch-image", "unsupported format signature " + String.fromCharCode.apply(null, new Uint8Array(p)));
|
|
708
|
-
const S = { signal: s };
|
|
709
|
-
return { pixelData: { pixelBlock: await (l === "gif" || l === "bmp" || l.includes("png") && (h === "png" || h === "jpg") ? pe(p, { useCanvas: !0, ...t }, S) : this._decodePixelBlock(p, { width: t.width, height: t.height, planes: null, pixelType: null, noDataValue: null, format: l }, S)), extent: t.extent }, params: t };
|
|
710
|
-
}
|
|
711
|
-
_generateRasterInfo(e, t) {
|
|
712
|
-
return this.generateRasterInfo(e, t).catch(() => null);
|
|
713
|
-
}
|
|
714
|
-
_isValidCustomizedMosaicRule(e) {
|
|
715
|
-
var t;
|
|
716
|
-
return e && JSON.stringify(e.toJSON()) !== JSON.stringify((t = this.defaultMosaicRule) == null ? void 0 : t.toJSON());
|
|
717
|
-
}
|
|
718
|
-
_updateMultidimensionalDefinition(e) {
|
|
719
|
-
var i;
|
|
720
|
-
if (this._isValidCustomizedMosaicRule(this.mosaicRule))
|
|
721
|
-
return;
|
|
722
|
-
let t = Ne(e, { multidimensionalSubset: this.multidimensionalSubset });
|
|
723
|
-
if (t != null && t.length > 0) {
|
|
724
|
-
this.mosaicRule = this.mosaicRule || new H();
|
|
725
|
-
const r = this.mosaicRule.multidimensionalDefinition;
|
|
726
|
-
!this.sourceJSON.defaultVariableName && this.rasterFunction && ((i = this.rasterFunction.functionName) == null ? void 0 : i.toLowerCase()) !== "none" && t.forEach((s) => s.variableName = ""), t = t.filter(({ variableName: s, dimensionName: n }) => s && s !== "*" || n), !(r != null && r.length) && t.length && (this.mosaicRule.multidimensionalDefinition = t);
|
|
727
|
-
}
|
|
728
|
-
}
|
|
729
|
-
_processVisibleRastersResponse(e, t) {
|
|
730
|
-
var C, q, N;
|
|
731
|
-
t = t || {};
|
|
732
|
-
const i = e.value, { templateRRFunctionNames: r, showNoDataRecords: s, returnDomainValues: n, templateFields: u } = t, p = e.processedValues;
|
|
733
|
-
let l = (C = e.catalogItems) == null ? void 0 : C.features, h = ((N = (q = e.properties) == null ? void 0 : q.Values) == null ? void 0 : N.map((w) => w.replaceAll(/ /gi, ", "))) || [];
|
|
734
|
-
const S = this.objectIdField || "ObjectId", v = typeof i == "string" && i.toLowerCase().includes("nodata"), R = [];
|
|
735
|
-
if (i && !l && !v) {
|
|
736
|
-
const w = {};
|
|
737
|
-
w[S] = 0, h = [i], l = [new he(this.fullExtent, null, w)];
|
|
738
|
-
}
|
|
739
|
-
if (!l)
|
|
740
|
-
return [];
|
|
741
|
-
let c, d, b;
|
|
742
|
-
this._updateResponseFieldNames(l, u), v && !s && (l = []);
|
|
743
|
-
for (let w = 0; w < l.length; w++) {
|
|
744
|
-
if (c = l[w], i != null) {
|
|
745
|
-
if (d = h[w], b = this.rasterFunction && p && p.length > 0 && r && r.length > 0 && r.includes(this.rasterFunction.functionName) ? p[r.indexOf(this.rasterFunction.functionName)] : i, d.toLowerCase() === "nodata" && !s)
|
|
746
|
-
continue;
|
|
747
|
-
const O = "Raster.ItemPixelValue", M = "Raster.ServicePixelValue";
|
|
748
|
-
c.attributes[O] = d, c.attributes[M] = b, this._updateFeatureWithMagDirValues(c, d);
|
|
749
|
-
const x = this.fields && this.fields.length > 0;
|
|
750
|
-
let I = this.rasterFunction && this.serviceRasterInfo.attributeTable != null ? x ? d : i : b;
|
|
751
|
-
this.rasterFunction || (I = x ? d : i), this._updateFeatureWithRasterAttributeTableValues(c, I);
|
|
752
|
-
}
|
|
753
|
-
if (c.sourceLayer = c.layer = this, n && this._updateFeatureWithDomainValues(c), r && p && r.length === p.length)
|
|
754
|
-
for (let O = 0; O < r.length; O++) {
|
|
755
|
-
const M = "Raster.ServicePixelValue." + r[O];
|
|
756
|
-
c.attributes[M] = p[O];
|
|
757
|
-
}
|
|
758
|
-
R.push(l[w]);
|
|
759
|
-
}
|
|
760
|
-
return R;
|
|
761
|
-
}
|
|
762
|
-
_processMultidimensionalIntersection(e, t, i) {
|
|
763
|
-
const { multidimensionalSubset: r } = this;
|
|
764
|
-
if (!r)
|
|
765
|
-
return { isOutSide: !1, timeExtent: t, mosaicRule: i = this._combineMosaicRuleWithTimeExtent(i, t) };
|
|
766
|
-
if (r) {
|
|
767
|
-
const { isOutside: s, intersection: n } = X(r, { geometry: e, timeExtent: t });
|
|
768
|
-
if (s)
|
|
769
|
-
return { isOutSide: !0, timeExtent: null, mosaicRule: null };
|
|
770
|
-
(n == null ? void 0 : n.timeExtent) != null && (t = n.timeExtent);
|
|
771
|
-
}
|
|
772
|
-
if (i = this._combineMosaicRuleWithTimeExtent(i, t), i == null ? void 0 : i.multidimensionalDefinition) {
|
|
773
|
-
const { isOutside: s } = X(r, { multidimensionalDefinition: i.multidimensionalDefinition });
|
|
774
|
-
if (s)
|
|
775
|
-
return { isOutSide: !0, timeExtent: null, mosaicRule: null };
|
|
776
|
-
}
|
|
777
|
-
return { isOutSide: !1, timeExtent: t, mosaicRule: i };
|
|
778
|
-
}
|
|
779
|
-
_updateFeatureWithRasterAttributeTableValues(e, t) {
|
|
780
|
-
const i = this.rasterInfo.attributeTable || this.serviceRasterInfo.attributeTable;
|
|
781
|
-
if (i == null)
|
|
782
|
-
return;
|
|
783
|
-
const { features: r, fields: s } = i, n = s.map((p) => p.name).find((p) => p.toLowerCase() === "value");
|
|
784
|
-
if (!n)
|
|
785
|
-
return;
|
|
786
|
-
const u = r.filter((p) => p.attributes[n] === (t != null ? parseInt(t, 10) : null));
|
|
787
|
-
u && u[0] && s.forEach((p) => {
|
|
788
|
-
const l = this._rasterAttributeTableFieldPrefix + p.name;
|
|
789
|
-
e.attributes[l] = u[0].attributes[p.name];
|
|
790
|
-
});
|
|
791
|
-
}
|
|
792
|
-
_updateFeatureWithMagDirValues(e, t) {
|
|
793
|
-
if (!this._isVectorDataSet())
|
|
794
|
-
return;
|
|
795
|
-
const i = t.split(/,\s*/).map((p) => parseFloat(p)), r = i.map((p) => [p]), s = i.map((p) => ({ minValue: p, maxValue: p, noDataValue: null })), n = new G({ height: 1, width: 1, pixelType: "f32", pixels: r, statistics: s });
|
|
796
|
-
this.pixelFilter != null && this.pixelFilter({ pixelBlock: n, extent: new Z(0, 0, 0, 0, this.spatialReference) });
|
|
797
|
-
const u = this.serviceDataType === "esriImageServiceDataTypeVector-MagDir" ? [n.pixels[0][0], n.pixels[1][0]] : Ae([n.pixels[0][0], n.pixels[1][0]]);
|
|
798
|
-
e.attributes["Raster.Magnitude"] = u[0], e.attributes["Raster.Direction"] = u[1];
|
|
799
|
-
}
|
|
800
|
-
_updateFeatureWithDomainValues(e) {
|
|
801
|
-
const t = this.fields && this.fields.filter((i) => i.domain && i.domain.type === "coded-value");
|
|
802
|
-
t != null && t.forEach((i) => {
|
|
803
|
-
const r = e.attributes[i.name];
|
|
804
|
-
if (r != null) {
|
|
805
|
-
const s = i.domain.codedValues.find((n) => n.code === r);
|
|
806
|
-
s && (e.attributes[i.name] = s.name);
|
|
807
|
-
}
|
|
808
|
-
});
|
|
809
|
-
}
|
|
810
|
-
_updateResponseFieldNames(e, t) {
|
|
811
|
-
if (!t || t.length < 1)
|
|
812
|
-
return;
|
|
813
|
-
const i = this.fieldsIndex;
|
|
814
|
-
i != null && e.forEach((r) => {
|
|
815
|
-
var s;
|
|
816
|
-
if (r != null && r.attributes)
|
|
817
|
-
for (const n of t) {
|
|
818
|
-
const u = (s = i.get(n)) == null ? void 0 : s.name;
|
|
819
|
-
u && u !== n && (r.attributes[n] = r.attributes[u], delete r.attributes[u]);
|
|
820
|
-
}
|
|
821
|
-
});
|
|
822
|
-
}
|
|
823
|
-
_getRenderingRuleString(e) {
|
|
824
|
-
if (e) {
|
|
825
|
-
let t = e.toJSON();
|
|
826
|
-
return t = t.rasterFunctionDefinition ?? t, (t.thumbnail || t.thumbnailEx) && (t.thumbnail = t.thumbnailEx = null), JSON.stringify(t);
|
|
827
|
-
}
|
|
828
|
-
return null;
|
|
829
|
-
}
|
|
830
|
-
_hasRasterFunction(e) {
|
|
831
|
-
return (e == null ? void 0 : e.functionName) != null && e.functionName.toLowerCase() !== "none";
|
|
832
|
-
}
|
|
833
|
-
_updateRenderingRulesFunctionName(e, t) {
|
|
834
|
-
if (!e || e.length < 1)
|
|
835
|
-
return;
|
|
836
|
-
if (e === "Raw")
|
|
837
|
-
return e.replace("Raw", "None");
|
|
838
|
-
const i = e.toLowerCase().replaceAll(/ /gi, "_");
|
|
839
|
-
return t.has(i) ? t.get(i) : e;
|
|
840
|
-
}
|
|
841
|
-
_isRFTJson(e) {
|
|
842
|
-
return (e == null ? void 0 : e.name) && e.arguments && e.function && e.hasOwnProperty("functionType");
|
|
843
|
-
}
|
|
844
|
-
_isVectorDataSet() {
|
|
845
|
-
return this.serviceDataType === "esriImageServiceDataTypeVector-UV" || this.serviceDataType === "esriImageServiceDataTypeVector-MagDir";
|
|
846
|
-
}
|
|
847
|
-
_applyMosaicAndRenderingRules(e) {
|
|
848
|
-
const { raster: t, mosaicRule: i, rasterFunction: r } = this;
|
|
849
|
-
r && e instanceof ie && e.rasterFunction == null && (e.rasterFunction = r), i && e.mosaicRule == null && (e.mosaicRule = i), t && e.raster == null && (e.raster = t);
|
|
850
|
-
}
|
|
851
|
-
_readCapabilities(e) {
|
|
852
|
-
var d;
|
|
853
|
-
const t = e.capabilities ? e.capabilities.toLowerCase().split(",").map((b) => b.trim()) : ["image", "catalog"], { currentVersion: i, advancedQueryCapabilities: r, maxRecordCount: s } = e, n = t.includes("image"), u = e.serviceDataType === "esriImageServiceDataTypeElevation", p = !(!e.spatialReference && !((d = e.extent) != null && d.spatialReference)), l = t.includes("edit"), h = t.includes("mensuration") && p, S = e.mensurationCapabilities == null ? [] : e.mensurationCapabilities.toLowerCase().split(",").map((b) => b.trim()), v = h && S.includes("basic"), R = this._isMosaicDataset(e) && t.includes("catalog"), c = t.includes("download");
|
|
854
|
-
return { data: { supportsAttachment: !1 }, operations: { supportsComputeHistograms: n, supportsExportImage: n, supportsIdentify: n, supportsImageToMap: i >= 11.2 && R, supportsImageToMapMultiray: i >= 11.2 && R, supportsMapToImage: i >= 11.2 && R, supportsFindImages: i >= 11.2 && R, supportsGetImageUrl: i >= 11.2 && c, supportsMeasure: h, supportsMeasureFromImage: i >= 11.2, supportsDownload: c, supportsQuery: R && e.fields && e.fields.length > 0, supportsGetSamples: i >= 10.2 && n, supportsProject: i >= 10.3 && n, supportsComputeStatisticsHistograms: i >= 10.4 && n, supportsQueryBoundary: i >= 10.6 && n, supportsCalculateVolume: i >= 10.7 && u, supportsComputePixelLocation: i >= 10.7 && R, supportsComputeAngles: i >= 10.91, supportsQueryGPSInfo: i >= 11.2 && R, supportsAdd: l, supportsDelete: l, supportsEditing: l, supportsUpdate: l, supportsCalculate: !1, supportsTruncate: !1, supportsValidateSql: !1, supportsChangeTracking: !1, supportsQueryAttachments: !1, supportsResizeAttachments: !1, supportsSync: !1, supportsExceedsLimitStatistics: !1, supportsQueryAnalytics: !1, supportsQueryTopFeatures: !1, supportsAsyncConvert3D: !1 }, query: { maxRecordCount: s, maxRecordCountFactor: void 0, supportsStatistics: !!(r != null && r.supportsStatistics), supportsOrderBy: !!(r != null && r.supportsOrderBy), supportsDistinct: !!(r != null && r.supportsDistinct), supportsPagination: !!(r != null && r.supportsPagination), supportsStandardizedQueriesOnly: !!(r != null && r.useStandardizedQueries), supportsPercentileStatistics: !!(r != null && r.supportsPercentileStatistics), supportsCentroid: !!(r != null && r.supportsReturningGeometryCentroid), supportsDistance: !!(r != null && r.supportsQueryWithDistance), supportsExtent: !!(r != null && r.supportsReturningQueryExtent), supportsGeometryProperties: !!(r != null && r.supportsReturningGeometryProperties), supportsHavingClause: !!(r != null && r.supportsHavingClause), supportsQuantization: !1, supportsQuantizationEditMode: !1, supportsQueryGeometry: !1, supportsResultType: !1, supportsMaxRecordCountFactor: !1, supportsSqlExpression: !1, supportsTopFeaturesQuery: !1, supportsQueryByAnonymous: !1, supportsQueryByOthers: !1, supportsHistoricMoment: !1, supportsFormatPBF: !1, supportsDisjointSpatialRelationship: !1, supportsCacheHint: !1, supportsSpatialAggregationStatistics: !1, supportedSpatialAggregationStatistics: { envelope: !1, centroid: !1, convexHull: !1 }, supportsDefaultSpatialReference: !!(r != null && r.supportsDefaultSR), supportsFullTextSearch: !1, supportsCompactGeometry: !1, standardMaxRecordCount: void 0, tileMaxRecordCount: void 0 }, mensuration: { supportsDistanceAndAngle: v, supportsAreaAndPerimeter: v, supportsPointOrCentroid: v, supportsHeightFromBaseAndTop: h && S.includes("base-top height"), supportsHeightFromBaseAndTopShadow: h && S.includes("base-top shadow height"), supportsHeightFromTopAndTopShadow: h && S.includes("top-top shadow height"), supports3D: h && S.includes("3d") } };
|
|
855
|
-
}
|
|
856
|
-
};
|
|
857
|
-
function y(e) {
|
|
858
|
-
return (e == null ? void 0 : e.path) ?? "";
|
|
859
|
-
}
|
|
860
|
-
return o([m({ clonable: !1 })], a.prototype, "_functionRasterInfos", void 0), o([m({ clonable: !1 })], a.prototype, "_rasterJobHandler", void 0), o([m({ clonable: !1 })], a.prototype, "_cachedRendererJson", void 0), o([m({ readOnly: !0 })], a.prototype, "_serviceSupportsMosaicRule", void 0), o([D("_serviceSupportsMosaicRule", ["currentVersion", "fields"])], a.prototype, "readServiceSupportsMosaicRule", null), o([m({ readOnly: !0 })], a.prototype, "_rasterAttributeTableFieldPrefix", void 0), o([m({ readOnly: !0 })], a.prototype, "_rasterFunctionNamesIndex", null), o([m()], a.prototype, "adjustAspectRatio", void 0), o([m({ type: [oe], json: { write: !0 } })], a.prototype, "bandIds", void 0), o([D("bandIds")], a.prototype, "readBandIds", null), o([m({ readOnly: !0, json: { read: !1 } })], a.prototype, "capabilities", void 0), o([D("service", "capabilities", ["capabilities", "currentVersion", "serviceDataType"])], a.prototype, "readCapabilities", null), o([m({ type: Number })], a.prototype, "compressionQuality", void 0), o([Q("compressionQuality")], a.prototype, "writeCompressionQuality", null), o([m({ type: Number })], a.prototype, "compressionTolerance", void 0), o([Q("compressionTolerance")], a.prototype, "writeCompressionTolerance", null), o([m({ json: { read: { source: "copyrightText" } } })], a.prototype, "copyright", void 0), o([m({ readOnly: !0, dependsOn: ["_serviceSupportsMosaicRule"] })], a.prototype, "defaultMosaicRule", void 0), o([D("defaultMosaicRule", ["defaultMosaicMethod"])], a.prototype, "readDefaultMosaicRule", null), o([m({ type: String, json: { name: "layerDefinition.definitionExpression", write: { enabled: !0, allowNull: !0 } } })], a.prototype, "definitionExpression", void 0), o([m({ readOnly: !0, constructOnly: !0 })], a.prototype, "exportImageServiceParameters", void 0), o([m()], a.prototype, "rasterInfo", void 0), o([m({ readOnly: !0, type: [j] })], a.prototype, "fields", void 0), o([m({ readOnly: !0 })], a.prototype, "fieldsIndex", null), o([m({ type: ["png", "png8", "png24", "png32", "jpg", "bmp", "gif", "jpgpng", "lerc", "tiff"], json: { write: !0 } })], a.prototype, "format", null), o([D("service", "format", ["serviceDataType"])], a.prototype, "readFormat", null), o([m({ type: Z })], a.prototype, "fullExtent", void 0), o([m({ readOnly: !0 })], a.prototype, "hasMultidimensions", void 0), o([m({ json: { read: { source: "maxImageHeight" } } })], a.prototype, "imageMaxHeight", void 0), o([m({ json: { read: { source: "maxImageWidth" } } })], a.prototype, "imageMaxWidth", void 0), o([m({ type: String, json: { type: k.jsonValues, read: k.read, write: k.write } })], a.prototype, "interpolation", void 0), o([m()], a.prototype, "minScale", void 0), o([D("service", "minScale")], a.prototype, "readMinScale", null), o([m()], a.prototype, "maxScale", void 0), o([D("service", "maxScale")], a.prototype, "readMaxScale", null), o([m({ type: H })], a.prototype, "mosaicRule", null), o([D("mosaicRule", ["mosaicRule", "defaultMosaicMethod"])], a.prototype, "readMosaicRule", null), o([Q("mosaicRule")], a.prototype, "writeMosaicRule", null), o([m()], a.prototype, "multidimensionalInfo", void 0), o([m({ type: Oe, json: { write: !0 } })], a.prototype, "multidimensionalSubset", void 0), o([m({ json: { type: oe } })], a.prototype, "noData", void 0), o([Q("noData")], a.prototype, "writeNoData", null), o([m({ type: String, json: { type: W.jsonValues, read: W.read, write: W.write } })], a.prototype, "noDataInterpretation", void 0), o([m({ type: String, readOnly: !0, json: { read: { source: ["fields"] } } })], a.prototype, "objectIdField", void 0), o([D("objectIdField")], a.prototype, "readObjectIdField", null), o([m({ readOnly: !0 })], a.prototype, "geometryType", void 0), o([m({})], a.prototype, "typeIdField", void 0), o([m({})], a.prototype, "types", void 0), o([m({ readOnly: !0 })], a.prototype, "parsedUrl", null), o([m({ type: Function })], a.prototype, "pixelFilter", void 0), o([m()], a.prototype, "raster", void 0), o([m({ readOnly: !0 })], a.prototype, "sourceType", void 0), o([D("sourceType", ["serviceSourceType", "fields"])], a.prototype, "readSourceType", null), o([m()], a.prototype, "viewId", void 0), o([m({ types: fe, json: { name: "layerDefinition.drawingInfo.renderer", origins: { "web-scene": { types: ge, name: "layerDefinition.drawingInfo.renderer", write: { overridePolicy: (e) => ({ enabled: e && e.type !== "vector-field" && e.type !== "flow" }) } } } } })], a.prototype, "renderer", null), o([D("renderer")], a.prototype, "readRenderer", null), o([Q("renderer")], a.prototype, "writeRenderer", null), o([m({ clonable: !1 })], a.prototype, "symbolizer", void 0), o([m(Se)], a.prototype, "opacity", void 0), o([m({ readOnly: !0 })], a.prototype, "rasterFields", null), o([m({ constructOnly: !0 })], a.prototype, "rasterFunctionInfos", void 0), o([m({ type: E })], a.prototype, "renderingRule", null), o([m({ type: E, json: { name: "renderingRule" } })], a.prototype, "rasterFunction", null), o([D("rasterFunction", ["renderingRule", "rasterFunctionInfos"])], a.prototype, "readRasterFunction", null), o([m({ readOnly: !0 })], a.prototype, "serviceDataType", void 0), o([m({ readOnly: !0, type: ee })], a.prototype, "spatialReference", void 0), o([D("spatialReference", ["spatialReference", "extent"])], a.prototype, "readSpatialReference", null), o([m({ json: { type: K.jsonValues } })], a.prototype, "pixelType", void 0), o([D("pixelType")], a.prototype, "readPixelType", null), o([Q("pixelType")], a.prototype, "writePixelType", null), o([m({ constructOnly: !0, type: Pe })], a.prototype, "serviceRasterInfo", void 0), o([m()], a.prototype, "sourceJSON", void 0), o([m(xe)], a.prototype, "url", void 0), o([m({ readOnly: !0 })], a.prototype, "version", void 0), o([D("version", ["currentVersion", "fields", "timeInfo"])], a.prototype, "readVersion", null), a = o([ve("esri.layers.mixins.ArcGISImageService")], a), a;
|
|
861
|
-
};
|
|
862
|
-
export {
|
|
863
|
-
lr as ArcGISImageService
|
|
864
|
-
};
|