@agrotools1/at-components 0.3.6-5 → 0.3.7
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/dist/Accordion/Accordion.vue.js +79 -0
- package/dist/Accordion/Accordion.vue2.js +56 -0
- package/dist/Accordion/Accordion.vue3.js +4 -0
- package/dist/Avatar/Avatar.vue.js +26 -0
- package/dist/Avatar/Avatar.vue2.js +58 -0
- package/dist/Avatar/Avatar.vue3.js +4 -0
- package/dist/Button/Button.vue.js +24 -0
- package/dist/Button/Button.vue2.js +39 -0
- package/dist/Button/Button.vue3.js +4 -0
- package/dist/CardWithInsights/CardWithInsights.vue.js +60 -0
- package/dist/CardWithInsights/CardWithInsights.vue2.js +32 -0
- package/dist/CardWithInsights/CardWithInsights.vue3.js +4 -0
- package/dist/CardWithInsights/CardWithInsights.vue4.js +4 -0
- package/dist/Checkbox/Checkbox.vue.js +38 -0
- package/dist/Checkbox/Checkbox.vue2.js +73 -0
- package/dist/Checkbox/Checkbox.vue3.js +4 -0
- package/dist/Checkbox/img/checkmarck.svg.js +4 -0
- package/dist/ColorPicker/ColorPicker.Saturation.vue.js +31 -0
- package/dist/ColorPicker/ColorPicker.Saturation.vue2.js +82 -0
- package/dist/ColorPicker/ColorPicker.Saturation.vue3.js +4 -0
- package/dist/ColorPicker/ColorPicker.vue.js +86 -0
- package/dist/ColorPicker/ColorPicker.vue2.js +180 -0
- package/dist/ColorPicker/ColorPicker.vue3.js +4 -0
- package/dist/DataTable/Column/Column.vue.js +35 -0
- package/dist/DataTable/Column/Column.vue2.js +73 -0
- package/dist/DataTable/Column/Column.vue3.js +4 -0
- package/dist/DataTable/Column/imgs/filter.svg.js +4 -0
- package/dist/DataTable/Counters/Counters.vue.js +44 -0
- package/dist/DataTable/Counters/Counters.vue2.js +71 -0
- package/dist/DataTable/Counters/Counters.vue3.js +4 -0
- package/dist/DataTable/Counters/imgs/close.svg.js +4 -0
- package/dist/DataTable/DataTable.vue.js +95 -0
- package/dist/DataTable/DataTable.vue2.js +141 -0
- package/dist/DataTable/DataTable.vue3.js +4 -0
- package/dist/DataTable/index.js +11 -0
- package/dist/DatePicker/DatePicker.helper.js +84 -0
- package/dist/DatePicker/DatePicker.scss.js +4 -0
- package/dist/DatePicker/DatePicker.vue.js +105 -0
- package/dist/DatePicker/DatePicker.vue2.js +182 -0
- package/dist/DatePicker/DatePickerCalendar/DatePickerCalendar.helper.js +62 -0
- package/dist/DatePicker/DatePickerCalendar/DatePickerCalendar.scss.js +4 -0
- package/dist/DatePicker/DatePickerCalendar/DatePickerCalendar.vue.js +34 -0
- package/dist/DatePicker/DatePickerCalendar/DatePickerCalendar.vue2.js +59 -0
- package/dist/DatePicker/DatePickerHeader/DatePickerHeader.scss.js +4 -0
- package/dist/DatePicker/DatePickerHeader/DatePickerHeader.vue.js +50 -0
- package/dist/DatePicker/DatePickerHeader/DatePickerHeader.vue2.js +46 -0
- package/dist/DatePicker/DatePickerListSelector/DatePickerListSelector.scss.js +4 -0
- package/dist/DatePicker/DatePickerListSelector/DatePickerListSelector.vue.js +20 -0
- package/dist/DatePicker/DatePickerListSelector/DatePickerListSelector.vue2.js +86 -0
- package/dist/DatePicker/DatePickerTime/DatePickerTime.scss.js +4 -0
- package/dist/DatePicker/DatePickerTime/DatePickerTime.vue.js +73 -0
- package/dist/DatePicker/DatePickerTime/DatePickerTime.vue2.js +72 -0
- package/dist/Dropdown/Checklist/Dropdown.Checklist.vue.js +143 -0
- package/dist/Dropdown/Checklist/Dropdown.Checklist.vue2.js +87 -0
- package/dist/Dropdown/Checklist/Dropdown.Checklist.vue3.js +4 -0
- package/dist/Dropdown/Checklist/draggable.js +81 -0
- package/dist/Dropdown/Dropdown.core.vue.js +19 -0
- package/dist/Dropdown/Dropdown.core.vue2.js +37 -0
- package/dist/Dropdown/Dropdown.core.vue3.js +4 -0
- package/dist/Faq/Faq.vue.js +62 -0
- package/dist/Faq/Faq.vue2.js +42 -0
- package/dist/Faq/Faq.vue3.js +4 -0
- package/dist/Faq/Faq.vue4.js +4 -0
- package/dist/Filter/components/Filter.vue.js +200 -0
- package/dist/Filter/components/Filter.vue2.js +113 -0
- package/dist/Filter/components/Filter.vue3.js +4 -0
- package/dist/Icons/icons.js +340 -0
- package/dist/Illustration/Illustration.js +117 -0
- package/dist/Illustration/Illustration.vue.js +17 -0
- package/dist/Illustration/Illustration.vue2.js +32 -0
- package/dist/Illustration/Illustration.vue3.js +4 -0
- package/dist/Illustration/images/renovabio-illustrations/biomass.svg.js +4 -0
- package/dist/Illustration/images/renovabio-illustrations/volume.svg.js +4 -0
- package/dist/Illustration/images/system-images/add-file.svg.js +4 -0
- package/dist/Illustration/images/system-images/cloud-connection.svg.js +4 -0
- package/dist/Illustration/images/system-images/cloud-download.svg.js +4 -0
- package/dist/Illustration/images/system-images/cloud-upload.svg.js +4 -0
- package/dist/Illustration/images/system-images/corrupted-file.svg.js +4 -0
- package/dist/Illustration/images/system-images/empty-box.svg.js +4 -0
- package/dist/Illustration/images/system-images/empty-folder-2.svg.js +4 -0
- package/dist/Illustration/images/system-images/empty-folder.svg.js +4 -0
- package/dist/Illustration/images/system-images/empty.svg.js +4 -0
- package/dist/Illustration/images/system-images/error-illustration.svg.js +4 -0
- package/dist/Illustration/images/system-images/file-backup-2.svg.js +4 -0
- package/dist/Illustration/images/system-images/file-backup.svg.js +4 -0
- package/dist/Illustration/images/system-images/filtering-upload.svg.js +4 -0
- package/dist/Illustration/images/system-images/flight.svg.js +4 -0
- package/dist/Illustration/images/system-images/fly.svg.js +4 -0
- package/dist/Illustration/images/system-images/movies.svg.js +4 -0
- package/dist/Illustration/images/system-images/multimedia.svg.js +4 -0
- package/dist/Illustration/images/system-images/notification-bell.svg.js +4 -0
- package/dist/Illustration/images/system-images/page-2.svg.js +4 -0
- package/dist/Illustration/images/system-images/page.svg.js +4 -0
- package/dist/Illustration/images/system-images/photos.svg.js +4 -0
- package/dist/Illustration/images/system-images/recycle-bin.svg.js +4 -0
- package/dist/Illustration/images/system-images/rocket-launch.svg.js +4 -0
- package/dist/Illustration/images/system-images/signal.svg.js +4 -0
- package/dist/Illustration/images/system-images/wrong.svg.js +4 -0
- package/dist/Illustration/images/tools-images/advanced-analysis.svg.js +4 -0
- package/dist/Illustration/images/tools-images/agriculture.svg.js +4 -0
- package/dist/Illustration/images/tools-images/alert-center.svg.js +4 -0
- package/dist/Illustration/images/tools-images/area.svg.js +4 -0
- package/dist/Illustration/images/tools-images/at-insights.svg.js +4 -0
- package/dist/Illustration/images/tools-images/conservation-unit.svg.js +4 -0
- package/dist/Illustration/images/tools-images/credit.svg.js +4 -0
- package/dist/Illustration/images/tools-images/deforestation.svg.js +4 -0
- package/dist/Illustration/images/tools-images/distance-proximity-rivers.svg.js +4 -0
- package/dist/Illustration/images/tools-images/estimated-productivity-penalty.svg.js +4 -0
- package/dist/Illustration/images/tools-images/extract.svg.js +4 -0
- package/dist/Illustration/images/tools-images/farm.svg.js +4 -0
- package/dist/Illustration/images/tools-images/geographical-consultation-municipalities.svg.js +4 -0
- package/dist/Illustration/images/tools-images/gix.svg.js +4 -0
- package/dist/Illustration/images/tools-images/insurance.svg.js +4 -0
- package/dist/Illustration/images/tools-images/land-appreciation.svg.js +4 -0
- package/dist/Illustration/images/tools-images/lockdown.svg.js +4 -0
- package/dist/Illustration/images/tools-images/map.svg.js +4 -0
- package/dist/Illustration/images/tools-images/pasture.svg.js +4 -0
- package/dist/Illustration/images/tools-images/rating-2.svg.js +4 -0
- package/dist/Illustration/images/tools-images/rating.svg.js +4 -0
- package/dist/Illustration/images/tools-images/recurrence.svg.js +4 -0
- package/dist/Illustration/images/tools-images/refrigerators.svg.js +4 -0
- package/dist/Illustration/images/tools-images/settings.svg.js +4 -0
- package/dist/Illustration/images/tools-images/socio-environmental-analysis.svg.js +4 -0
- package/dist/Illustration/images/tools-images/soil-use.svg.js +4 -0
- package/dist/Illustration/images/tools-images/storm.svg.js +4 -0
- package/dist/Illustration/images/tools-images/territory-details.svg.js +4 -0
- package/dist/Illustration/images/tools-images/timeline.svg.js +4 -0
- package/dist/Input/Input.core.vue.js +86 -0
- package/dist/Input/Input.core.vue2.js +177 -0
- package/dist/Input/Input.core.vue3.js +4 -0
- package/dist/Input/imgs/error.svg.js +4 -0
- package/dist/Input/index.js +7 -0
- package/dist/Legend/Legend.vue.js +60 -0
- package/dist/Legend/Legend.vue2.js +52 -0
- package/dist/Legend/Legend.vue3.js +4 -0
- package/dist/List/components/List.vue.js +77 -0
- package/dist/List/components/List.vue2.js +68 -0
- package/dist/List/components/List.vue3.js +4 -0
- package/dist/Map/Map.vue.js +22 -0
- package/dist/Map/Map.vue2.js +156 -0
- package/dist/Map/Map.vue3.js +4 -0
- package/dist/Map/utils/index.js +24 -0
- package/dist/Modal/Modal.vue.js +96 -0
- package/dist/Modal/Modal.vue2.js +118 -0
- package/dist/Modal/Modal.vue3.js +4 -0
- package/dist/Modal/images/cross.svg.js +4 -0
- package/dist/Notifications/Notification/Notification.vue.js +59 -0
- package/dist/Notifications/Notification/Notification.vue2.js +82 -0
- package/dist/Notifications/Notification/Notification.vue3.js +4 -0
- package/dist/Notifications/Notifications.vue.js +55 -0
- package/dist/Notifications/Notifications.vue2.js +60 -0
- package/dist/Notifications/Notifications.vue3.js +4 -0
- package/dist/Paginator/Paginator.vue.js +102 -0
- package/dist/Paginator/Paginator.vue2.js +74 -0
- package/dist/Paginator/Paginator.vue3.js +4 -0
- package/dist/Paginator/imgs/double-left-arrow.svg.js +4 -0
- package/dist/Paginator/imgs/double-right-arrow.svg.js +4 -0
- package/dist/Paginator/imgs/left-arrow.svg.js +4 -0
- package/dist/Paginator/imgs/right-arrow.svg.js +4 -0
- package/dist/ProgressBar/ProgressBar.vue.js +73 -0
- package/dist/ProgressBar/ProgressBar.vue2.js +75 -0
- package/dist/ProgressBar/ProgressBar.vue3.js +4 -0
- package/dist/RadioButton/RadioButton.vue.js +46 -0
- package/dist/RadioButton/RadioButton.vue2.js +57 -0
- package/dist/RadioButton/RadioButton.vue3.js +4 -0
- package/dist/Search/Search.vue.js +55 -0
- package/dist/Search/Search.vue2.js +101 -0
- package/dist/Search/Search.vue3.js +4 -0
- package/dist/Select/Item/Item.vue.js +52 -0
- package/dist/Select/Item/Item.vue2.js +57 -0
- package/dist/Select/Item/Item.vue3.js +4 -0
- package/dist/Select/Multiple/Select.multiple.vue.js +57 -0
- package/dist/Select/Multiple/Select.multiple.vue2.js +120 -0
- package/dist/Select/Multiple/Select.multiple.vue3.js +4 -0
- package/dist/Select/Select.core.vue.js +28 -0
- package/dist/Select/Select.core.vue2.js +73 -0
- package/dist/Select/Single/Select.single.vue.js +48 -0
- package/dist/Select/Single/Select.single.vue2.js +76 -0
- package/dist/Select/Single/Select.single.vue3.js +4 -0
- package/dist/Select/imgs/indicator.svg.js +4 -0
- package/dist/Select/index.js +9 -0
- package/dist/Stepper/Stepper.vue.js +100 -0
- package/dist/Stepper/Stepper.vue2.js +104 -0
- package/dist/Stepper/Stepper.vue3.js +4 -0
- package/dist/TableConfig/TableConfig.vue.js +68 -0
- package/dist/TableConfig/TableConfig.vue2.js +89 -0
- package/dist/TableConfig/TableConfig.vue3.js +4 -0
- package/dist/Tabs/Tab/Tab.vue.js +7 -0
- package/dist/Tabs/Tab/Tab.vue2.js +57 -0
- package/dist/Tabs/Tab/Tab.vue3.js +4 -0
- package/dist/Tabs/Tabs.vue.js +37 -0
- package/dist/Tabs/Tabs.vue2.js +33 -0
- package/dist/Tabs/Tabs.vue3.js +4 -0
- package/dist/Tag/Tag.vue.js +31 -0
- package/dist/Tag/Tag.vue2.js +46 -0
- package/dist/Tag/Tag.vue3.js +4 -0
- package/dist/Tipograph/Paragraph/Paragraph.vue.js +18 -0
- package/dist/Tipograph/Paragraph/Paragraph.vue2.js +21 -0
- package/dist/Tipograph/Paragraph/Paragraph.vue3.js +4 -0
- package/dist/Tipograph/Title/Title.vue.js +18 -0
- package/dist/Tipograph/Title/Title.vue2.js +21 -0
- package/dist/Tipograph/Title/Title.vue3.js +4 -0
- package/dist/Tipograph/index.js +9 -0
- package/dist/Toggle/Toggle.vue.js +30 -0
- package/dist/Toggle/Toggle.vue2.js +44 -0
- package/dist/Toggle/Toggle.vue3.js +4 -0
- package/dist/Tooltip/Tooltip.vue.js +42 -0
- package/dist/Tooltip/Tooltip.vue2.js +183 -0
- package/dist/Tooltip/Tooltip.vue3.js +4 -0
- package/dist/Upload/Upload.vue.js +126 -0
- package/dist/Upload/Upload.vue2.js +133 -0
- package/dist/Upload/Upload.vue3.js +4 -0
- package/dist/_virtual/_commonjsHelpers.js +8 -0
- package/dist/_virtual/_plugin-vue_export-helper.js +9 -0
- package/dist/_virtual/terraformer-wkt-parser.js +4 -0
- package/dist/_virtual/terraformer.js +4 -0
- package/dist/index.js +58 -31
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/AggregateGraphic.js +27 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/Basemap.js +142 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/Camera.js +43 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/CameraLayout.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/Color.js +125 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/Graphic.js +119 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/Ground.js +116 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/Map.js +46 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/PopupTemplate.js +186 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/TimeExtent.js +102 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/TimeInterval.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/Viewpoint.js +30 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/analysis/Analysis.js +40 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/analysis/AreaMeasurementAnalysis.js +33 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/analysis/DimensionAnalysis.js +68 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/analysis/DimensionSimpleStyle.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/analysis/DirectLineMeasurementAnalysis.js +25 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/analysis/LengthDimension.js +23 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/analysis/LineOfSightAnalysis.js +71 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/analysis/LineOfSightAnalysisObserver.js +27 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/analysis/LineOfSightAnalysisTarget.js +26 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/analysis/dimensionUtils.js +9 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/analysis/featureReferenceUtils.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/ArcadeDate.js +226 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/ArcadeModule.js +8 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/ArcadeModuleLoader.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/ArcadeModuleResolver.js +90 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/ArcadePortal.js +9 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/Attachment.js +13 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/Dictionary.js +129 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/Feature.js +284 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/FunctionWrapper.js +50 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/ImmutableArray.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/ImmutablePathArray.js +25 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/ImmutablePointArray.js +27 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/arcadeAsyncRuntime.js +946 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/arcadeCompiler.js +1181 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/arcadeRuntime.js +849 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/deepClone.js +13 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/executionError.js +61 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureSetCollection.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureSetUtils.js +394 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/actions/Adapted.js +373 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/actions/AttributeFilter.js +104 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/actions/GroupBy.js +364 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/actions/OrderBy.js +84 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/actions/SpatialFilter.js +112 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/actions/Top.js +97 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/sources/Empty.js +44 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/sources/FeatureLayerDynamic.js +531 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/sources/FeatureLayerMemory.js +278 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/sources/FeatureLayerRelated.js +218 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/support/FeatureSet.js +631 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/support/FeatureSetIterator.js +92 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/support/FeatureSetQueryInterceptor.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/support/IdSet.js +8 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/support/OrderbyClause.js +62 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/support/RecentlyUsedCache.js +118 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/support/StatsField.js +81 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/support/cache.js +27 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/support/errorsupport.js +29 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/support/shared.js +161 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/support/sqlUtils.js +662 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/featureset/support/stats.js +177 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/centroid.js +192 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/convertdirection.js +604 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/date.js +378 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/featuresetbase.js +637 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/featuresetgeom.js +92 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/featuresetstats.js +75 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/featuresetstring.js +88 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/fieldStats.js +66 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/geomasync.js +551 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/geometry.js +494 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/geomsync.js +484 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/hash.js +70 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/knowledgegraph.js +155 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/maths.js +118 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/measures.js +177 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/stats.js +42 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/functions/string.js +493 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/kernel.js +130 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/lib/arcade-parser.js +27 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/lib/assert.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/lib/character.js +4 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/lib/comment-handler.js +77 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/lib/error-handler.js +35 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/lib/parser.js +565 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/lib/scanner.js +410 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/lib/types.js +58 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/parser.js +12 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/portalUtils.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade/treeAnalysis.js +171 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/arcade.js +164 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/assets.js +13 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/Button.js +36 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/ColorMaterial.glsl.js +62 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/ColorSet.js +45 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/DefaultMaterial.glsl.js +150 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/DefaultTheme.js +130 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/HUDMaterial.glsl.js +211 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/Jpg.js +382 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/LaserlinePath.glsl.js +70 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/Laserlines.glsl.js +130 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/LineSeries.js +2871 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/OverlayCompositing.glsl.js +25 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/RealisticTree.glsl.js +121 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/ResponsiveTheme.js +143 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/RibbonLine.glsl.js +283 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/SSAO.glsl.js +105 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/SSAOBlur.glsl.js +52 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/ShadedColorMaterial.glsl.js +53 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/TextureOnly.glsl.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/Theme.js +3426 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/Tick.js +723 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/Tooltip.js +138 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/Zlib.js +154 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/_commonjsHelpers.js +8 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/arcade.js +198 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/arcgis-knowledge-client-core-simd.js +1217 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/arcgis-knowledge-client-core.js +1217 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/array.js +397 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/basis_transcoder.js +1247 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/boundedPlane.js +206 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/builtins.js +25 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/chartUtilsAm5.js +2955 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/earcut.js +292 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/geometryEngineBase.js +18462 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/geometryEngineJSON.js +171 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/i3s.js +808 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/languageUtils.js +864 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/lclayout.js +772 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/lerc-wasm.js +324 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/libtess-asm.js +3672 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/libtess.js +268 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/lyr3DWorker.js +2107 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/mat3.js +13 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/mat4.js +13 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/pe-wasm.js +886 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/pe.js +446 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/persistableUrlUtils.js +91 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/quickselect.js +35 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/rbush.js +187 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/scalar.js +11 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/sphere.js +183 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/tslib.es6.js +46 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/vec2.js +32 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/vec3.js +81 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/vec32.js +195 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/vec33.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/vec4.js +51 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/vec42.js +148 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/vec43.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/colorUtils.js +35 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/config.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Accessor.js +171 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/ArrayPool.js +31 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/AsyncSequence.js +26 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/BidiEngine.js +338 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/BidiText.js +13 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/ByteSizeUnit.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/CircularArray.js +40 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Clonable.js +43 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Collection.js +431 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/CollectionFlattener.js +58 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Cyclical.js +52 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Error.js +32 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Evented.js +124 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Handles.js +68 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/HeapSort.js +40 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Identifiable.js +27 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/JSONSupport.js +49 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/LRUCache.js +32 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Loadable.js +64 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Logger.js +105 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/MD5.js +76 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/MapUtils.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/MemCache.js +228 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/MemCachePool.js +53 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Message.js +15 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/MultiOriginJSONSupport.js +57 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/NestedMap.js +29 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/ObjectPool.js +50 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/ObjectStack.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/ObservableChangesType.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/PerformanceSampler.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/PooledArray.js +173 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Promise.js +84 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Queue.js +58 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/RandomLCG.js +25 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/ReactiveMap.js +47 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/ReactiveSet.js +45 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/ReadOnlyMultiOriginJSONSupport.js +53 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/ReentrantObjectPool.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/SetUtils.js +62 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/VectorStack.js +43 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Version.js +33 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/Warning.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/a11yUtils.js +4 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/DefaultsStore.js +61 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/MultiOriginStore.js +72 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/ObservableBase.js +57 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/Properties.js +175 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/Property.js +80 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/PropertyOrigin.js +53 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/Store.js +37 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/beforeDestroy.js +4 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/decorators/cast.js +26 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/decorators/enumeration.js +9 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/decorators/persistable.js +95 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/decorators/property.js +66 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/decorators/reader.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/decorators/shared.js +8 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/decorators/subclass.js +81 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/decorators/writer.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/defaultsStoreUtils.js +13 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/diffUtils.js +92 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/ensureType.js +239 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/extensions/serializableProperty/originAliases.js +15 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/extensions/serializableProperty/reader.js +140 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/extensions/serializableProperty/shorthands.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/extensions/serializableProperty/type.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/extensions/serializableProperty/writer.js +63 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/extensions/serializableProperty.js +62 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/get.js +31 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/interfaces.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/layerContainerType.js +4 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/metadata.js +33 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/originUtils.js +9 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/read.js +63 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/set.js +31 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/testSupport.js +12 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/tracking/Flags.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/tracking/ObservationHandle.js +12 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/tracking/SimpleObservable.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/tracking/SimpleTrackingTarget.js +53 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/tracking.js +88 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/trackingUtils.js +55 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/utils.js +69 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/watch.js +131 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/accessorSupport/write.js +65 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/arrayUtils.js +128 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/asyncUtils.js +86 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/bidiEngineTables.js +41 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/byteSizeEstimations.js +70 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/clock.js +12 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/collectionUtils.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/colorUtils.js +165 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/compilerUtils.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/date.js +52 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/deprecate.js +36 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/devEnvironmentUtils.js +12 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/domUtils.js +25 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/events.js +43 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/floatRGBA.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/fontUtils.js +66 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/handleUtils.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/has.js +53 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/image/apng.js +393 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/image/gif.js +322 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/imageUtils.js +73 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/iteratorUtils.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/jsonMap.js +42 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/lang.js +140 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/factories/mat2df32.js +33 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/factories/mat2df64.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/factories/mat3f32.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/factories/mat3f64.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/factories/mat4f32.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/factories/mat4f64.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/factories/quatf64.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/factories/vec2f32.js +42 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/factories/vec2f64.js +47 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/factories/vec3f32.js +47 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/factories/vec3f64.js +52 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/factories/vec4f32.js +52 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/factories/vec4f64.js +57 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/math/common.js +26 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/math/mat2d.js +95 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/math/mat3.js +151 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/math/mat4.js +250 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/math/quat.js +129 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/math/vec2.js +172 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/types/mat4.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/gl-matrix-2/types/vec2.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/libs/rbush/PooledRBush.js +275 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/loadAll.js +27 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/mathUtils.js +79 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/maybe.js +36 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/memoize.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/multiOriginJSONSupportUtils.js +6 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/nextTick.js +12 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/number.js +130 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/object.js +39 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/pbf.js +216 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/perspectiveUtils.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/promiseUtils.js +167 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/quantityUtils.js +34 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/reactiveUtils.js +124 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/scheduling.js +99 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/screenUtils.js +51 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/signal.js +23 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql/AggregateFunctions.js +84 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql/DateOnly.js +212 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql/SqlInterval.js +112 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql/SqlTimestampOffset.js +81 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql/StandardizedFunctions.js +248 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql/TimeOnly.js +165 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql/UnknownTimeZone.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql/WhereClause.js +482 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql/WhereClauseCache.js +27 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql/WhereGrammar.js +1050 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql/sqlArithmeticUtils.js +459 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql/sqlCompareUtils.js +230 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql/sqlDateParsingUtils.js +129 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/sql.js +11 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/string.js +30 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/support/OwningCollection.js +43 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/support/UpdatingHandles.js +62 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/throttle.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/time.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/timeUtils.js +52 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/typedArrayUtil.js +76 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/uid.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/unitFormatUtils.js +45 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/unitUtils.js +196 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/urlUtils.js +446 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/uuid.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/Connection.js +81 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/InvokeHandler.js +16 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/RemoteClient.js +182 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/WorkerFallback.js +72 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/WorkerHandle.js +51 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/WorkerOwner.js +82 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/connectionRegistry.js +13 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/loaderConfig.js +15 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/registry.js +4 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/request.js +45 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/staticWorkerMessages.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/utils.js +78 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/workerFactory.js +63 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/core/workers/workers.js +68 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/ExpressionInfo.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/FormTemplate.js +35 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/AttachmentElement.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/Element.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/FieldElement.js +29 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/GroupElement.js +32 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/RelationshipElement.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/TextElement.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/inputs/AttachmentInput.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/inputs/BarcodeScannerInput.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/inputs/ComboBoxInput.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/inputs/DatePickerInput.js +41 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/inputs/DateTimeOffsetPickerInput.js +47 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/inputs/DateTimePickerInput.js +41 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/inputs/Input.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/inputs/RadioButtonsInput.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/inputs/SwitchInput.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/inputs/TextAreaInput.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/inputs/TextBoxInput.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/inputs/TextInput.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/inputs/TimePickerInput.js +47 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/elements/support/inputs.js +15 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/form/support/elements.js +30 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geohash/GeohashTree.js +101 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geohash/geohashUtils.js +92 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/Extent.js +215 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/Geometry.js +46 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/GeometryCursor.js +369 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/HeightModelInfo.js +66 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/Mesh.js +226 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/Multipoint.js +91 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/Point.js +154 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/Polygon.js +162 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/Polyline.js +99 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/SpatialReference.js +82 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/ellipsoidUtils.js +60 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/geometryAdapters/hydrated.js +43 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/geometryAdapters/json.js +57 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/geometryCursorCollectUtils.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/geometryEngine.js +190 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/geometryEngineAsync.js +219 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/geometryEngineJSON.js +43 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/geometryEngineWorker.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/libtess.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/projection/computeTranslationToOriginAndRotation.js +29 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/projection/localRotationUtils.js +12 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/projection/projectBuffer.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/projection/projectPointToVector.js +16 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/projection/projectVectorToVector.js +26 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/projection/projectVectorToWGS84ComparableLonLat.js +12 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/projection/projectXYZToVector.js +9 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/projection/projectors.js +143 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/projection.js +240 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/spatialReferenceEllipsoidUtils.js +36 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/Axis.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/DoubleArray.js +25 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/Ellipsoid.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/FloatArray.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/GeographicTransformation.js +50 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/GeographicTransformationStep.js +35 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/Indices.js +67 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/MeshComponent.js +42 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/MeshGeoreferencedVertexSpace.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/MeshLocalVertexSpace.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/MeshMaterial.js +42 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/MeshMaterialMetallicRoughness.js +39 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/MeshTexture.js +137 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/MeshTextureTransform.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/MeshTransform.js +51 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/MeshVertexAttributes.js +73 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/SupportedGCSWkids.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/TileClipper.js +314 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/UintArray.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/WKIDUnitConversion.js +819 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/aaBoundingBox.js +106 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/aaBoundingRect.js +92 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/axisAngleDegrees.js +54 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/boundsUtils.js +96 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/buffer/BufferView.js +473 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/buffer/internals/Mat3.js +43 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/buffer/internals/Mat4.js +43 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/buffer/internals/Scalar.js +26 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/buffer/internals/Vec2.js +41 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/buffer/internals/Vec3.js +41 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/buffer/internals/Vec4.js +41 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/buffer/math/common.js +5 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/buffer/types.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/buffer/utils.js +13 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/centroid.js +155 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/clipRay.js +26 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/contains.js +65 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/coordsUtils.js +107 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/extentUtils.js +58 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/frustum.js +71 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/geodesicConstants.js +8 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/geodesicUtils.js +170 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/geometryUtils.js +23 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/heightModelInfoUtils.js +102 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/intersects.js +16 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/intersectsBase.js +145 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/jsonUtils.js +41 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/labelPoint.js +176 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/lineSegment.js +79 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshErrors.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/ElevationSamplerWorker.js +49 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/External.js +116 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/Metadata.js +38 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/bounds.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/centerAt.js +54 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/deduplicate.js +89 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/exporters/gltf/asset.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/exporters/gltf/buffer.js +60 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/exporters/gltf/bufferview.js +138 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/exporters/gltf/geometry.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/exporters/gltf/glb.js +39 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/exporters/gltf/gltf.js +285 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/exporters/gltf/gltfexport.js +23 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/exporters/gltf/imageutils.js +55 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/exporters/gltf/index.js +69 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/exporters/gltf/node.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/exporters/gltf/scene.js +16 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/exporters/gltf/types.js +25 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/geographicUtils.js +29 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/georeference.js +155 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/loadExternal.js +75 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/loadGLTFMesh.js +149 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/primitives.js +150 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/projection.js +91 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/rotate.js +70 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/scale.js +61 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshUtils/vertexSpaceConversion.js +27 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/meshVertexSpaceUtils.js +62 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/near.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/normalizeUtils.js +255 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/normalizeUtilsCommon.js +23 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/normalizeUtilsSync.js +188 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/plane.js +120 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/pointUtils.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/quantizationUtils.js +82 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/ray.js +42 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/scaleUtils.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/spatialReferenceUtils.js +108 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/triangle.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/triangulationUtils.js +89 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/typeUtils.js +6 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/vector.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/vectorStacks.js +11 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/webMercatorUtils.js +76 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/zmUtils.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry/support/zscale.js +55 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/geometry.js +23 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/ground/NavigationConstraint.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/identity/IdentityManager.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/identity/IdentityManagerBase.js +782 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/identity/IdentityModal.js +52 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/identity/OAuthCredential.js +82 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/identity/OAuthInfo.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/identity/ServerInfo.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/intl/date.js +57 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/intl/locale.js +40 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/intl/messages.js +73 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/intl/number.js +26 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/intl/substitute.js +56 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/intl/t9n.js +46 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/intl.js +26 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/kernel.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/BaseTileLayer.js +50 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/BingMapsLayer.js +88 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/BuildingSceneLayer.js +133 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/CSVLayer.js +101 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/CatalogLayer.js +112 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/DimensionLayer.js +66 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/ElevationLayer.js +88 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/FeatureLayer.js +480 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/GeoJSONLayer.js +142 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/GeoRSSLayer.js +85 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/GraphicsLayer.js +46 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/GroupLayer.js +158 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/ILyr3DWasmPerSceneView.js +49 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/ImageryLayer.js +124 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/ImageryTileLayer.js +183 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/IntegratedMesh3DTilesLayer.js +123 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/IntegratedMeshLayer.js +91 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/KMLLayer.js +100 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/Layer.js +58 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/LayerConstants.js +4 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/LineOfSightLayer.js +58 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/LinkChartLayer.js +391 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/MapImageLayer.js +134 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/MapNotesLayer.js +242 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/MediaLayer.js +112 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/OGCFeatureLayer.js +119 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/OpenStreetMapLayer.js +27 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/OrientedImageryLayer.js +35 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/PointCloudLayer.js +142 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/RouteLayer.js +398 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/SceneLayer.js +432 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/StreamLayer.js +172 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/SubtypeGroupLayer.js +226 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/TileLayer.js +155 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/UnknownLayer.js +36 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/UnsupportedLayer.js +37 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/VectorTileLayer.js +220 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/VoxelLayer.js +227 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/WFSLayer.js +141 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/WMSLayer.js +237 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/WMTSLayer.js +241 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/WebTileLayer.js +114 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/buildingSublayers/BuildingComponentSublayer.js +194 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/buildingSublayers/BuildingGroupSublayer.js +49 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/buildingSublayers/BuildingSublayer.js +26 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/catalog/CatalogDynamicGroupLayer.js +83 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/catalog/CatalogFootprintLayer.js +67 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/effects/EffectView.js +114 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/effects/FeatureEffectView.js +50 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/effects/colorMatrixFunctions.js +32 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/effects/effects.js +158 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/effects/jsonUtils.js +91 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/effects/parser.js +491 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/effects/utils.js +23 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/OptimizedFeature.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/OptimizedFeatureSet.js +12 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/OptimizedGeometry.js +47 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/applyEditsUtils.js +87 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/centroid.js +75 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/contains.js +38 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/AttributesBuilder.js +91 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/BoundsStore.js +64 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/FeatureStore.js +136 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/QueryEngine.js +370 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/QueryEngineCapabilities.js +4 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/QueryEngineResult.js +307 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/SnappingCandidate.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/StreamFeatureManager.js +120 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/attributeSupport.js +85 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/geometryUtils.js +37 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/optimizedFeatureQueryEngineAdapter.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/projectionSupport.js +78 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/queryUtils.js +75 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/queryValidationUtils.js +72 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/spatialQuerySupport.js +78 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/data/timeSupport.js +65 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/dehydratedFeatureComparison.js +13 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/dehydratedFeatureUtils.js +6 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/dehydratedFeatures.js +37 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/dehydratedPoint.js +6 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/editingSupport.js +213 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/featureConversionUtils.js +494 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/hydratedFeatures.js +82 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/objectIdUtils.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/CSVSource.js +63 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/FeatureLayerSource.js +356 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/GeoJSONSource.js +98 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/MemorySource.js +194 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/OGCFeatureSource.js +82 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/WFSSource.js +82 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/WFSSourceWorker.js +139 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/connections/GeoEventConnection.js +146 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/connections/WebSocketConnection.js +123 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/connections/createConnection.js +16 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/csv/csv.js +170 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/geojson/GeoJSONSourceWorker.js +232 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/geojson/geojson.js +211 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/interfaces.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/support/CSVSourceWorker.js +203 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/support/MemorySourceWorker.js +203 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/support/QueryTask.js +128 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/support/clientSideDefaults.js +40 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/support/sourceUtils.js +72 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/support/uploadAssetErrors.js +70 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/support/uploadAssets.js +224 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/support/uploadProgressWeights.js +4 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/graphics/sources/support/uploads.js +56 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/knowledgeGraph/KnowledgeGraphLayerDataManager.js +354 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/knowledgeGraph/KnowledgeGraphSublayer.js +143 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/knowledgeGraph/KnowledgeGraphSublayerBase.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/knowledgeGraph/SessionMemoryStorage.js +49 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/knowledgeGraph/supportUtils.js +54 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/APIKeyMixin.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/ArcGISCachedService.js +56 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/ArcGISImageService.js +864 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/ArcGISMapService.js +91 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/ArcGISService.js +31 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/BlendLayer.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/CustomParametersMixin.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/EditBusLayer.js +71 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/FeatureEffectLayer.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/FeatureLayerBase.js +117 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/FeatureReductionLayer.js +70 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/ImageryTileMixin.js +298 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/OperationalLayer.js +57 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/OrderedLayer.js +32 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/PortalLayer.js +145 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/PublishableLayer.js +44 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/RefreshableLayer.js +49 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/ScaleRangeLayer.js +26 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/SceneService.js +211 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/SublayersOwner.js +103 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/TemporalLayer.js +33 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/TemporalSceneLayer.js +57 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/operationalLayers.js +4 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/mixins/refresh.js +49 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/ogc/crsUtils.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/ogc/ogcFeatureUtils.js +215 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/ogc/wfsUtils.js +359 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/ogc/xmlUtils.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/orientedImagery/constants/utils.js +15 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/orientedImagery/constants/wkid.js +6 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/orientedImagery/core/CameraOrientation.js +32 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/orientedImagery/core/CameraOrientationHPR.js +23 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/orientedImagery/core/CameraOrientationOPK.js +23 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/orientedImagery/core/CameraOrientationYPR.js +27 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/orientedImagery/core/ElevationSourceDefinitions.js +27 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/orientedImagery/core/utils.js +46 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/orientedImagery/enums/CameraOrientationType.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/pointCloudFilters/PointCloudBitfieldFilter.js +25 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/pointCloudFilters/PointCloudFilter.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/pointCloudFilters/PointCloudReturnFilter.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/pointCloudFilters/PointCloudValueFilter.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/pointCloudFilters/typeUtils.js +8 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/save/featureLayerUtils.js +139 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/save/groupLayerUtils.js +32 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/save/imageryUtils.js +36 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/save/mediaLayerUtils.js +28 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/save/streamLayerUtils.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/save/utils.js +89 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/AggregateField.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/BuildingFilter.js +27 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/BuildingFilterAuthoringInfo.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/BuildingFilterAuthoringInfoBlock.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/BuildingFilterAuthoringInfoCheckbox.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/BuildingFilterAuthoringInfoType.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/BuildingFilterBlock.js +37 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/BuildingFilterMode.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/BuildingFilterModeSolid.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/BuildingFilterModeWireFrame.js +23 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/BuildingFilterModeXRay.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/BuildingSummaryStatistics.js +37 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/ClientSideConnection.js +36 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/CodedValue.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/CodedValueDomain.js +31 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/ControlPointsGeoreference.js +142 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/CornersGeoreference.js +56 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/DimensionalDefinition.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/Domain.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/EditFieldsInfo.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/ElevationQuery.js +459 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/ElevationSampler.js +129 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/ElevationSamplerData.js +8 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/ElevationTile.js +34 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/ElevationTileData.js +30 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/ExportImageParameters.js +73 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/ExportImageServiceParameters.js +96 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/ExportWMSImageParameters.js +39 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/ExpressionInfo.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/ExtentAndRotationGeoreference.js +60 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/FeatureEffect.js +47 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/FeatureFilter.js +37 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/FeatureIndex.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/FeatureReduction.js +16 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/FeatureReductionBinning.js +50 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/FeatureReductionCluster.js +77 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/FeatureReductionSelection.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/FeatureTemplate.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/FeatureType.js +35 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/Field.js +44 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/FieldsIndex.js +118 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/GeometryFieldsInfo.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/GeoreferenceBase.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/I3SIndexInfo.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/I3SLayerDefinitions.js +68 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/ImageElement.js +93 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/InheritedDomain.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/KMLSublayer.js +70 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/LOD.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/LabelClass.js +131 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/LabelExpressionInfo.js +30 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/LayerFloorInfo.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/LayerLoadContext.js +30 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/LercDecoder.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/LercWorker.js +156 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/LocalMediaElementSource.js +92 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/MediaElementBase.js +41 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/MediaElementView.js +36 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/MosaicRule.js +89 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/MultidimensionalSubset.js +66 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/OrderByInfo.js +23 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/PixelBlock.js +252 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/PolygonCollection.js +46 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/PromiseQueue.js +65 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/PublishingInfo.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/PurgeOptions.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RangeDomain.js +34 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RangeInfo.js +16 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RasterBandInfo.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RasterFunction.js +68 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RasterFunctionInfo.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RasterFunctionProperties.js +16 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RasterFunctionTemplate.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RasterFunctionVariable.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RasterInfo.js +65 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RasterJobHandler.js +116 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RasterSensorInfo.js +32 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RasterStorageInfo.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RasterWorker.js +82 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/Relationship.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RouteStopSymbols.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/RouteSymbols.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/SceneFilter.js +40 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/SceneModification.js +38 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/SceneModifications.js +40 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/SimpleBandStatistics.js +8 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/SpriteSource.js +73 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/StreamConnection.js +27 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/Sublayer.js +420 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/Subtype.js +38 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/SubtypeSublayer.js +308 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/TelemetryDisplay.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/TileInfo.js +183 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/TileInfoTilemapCache.js +39 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/TileKey.js +8 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/TileMatrixSet.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/Tilemap.js +73 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/TilemapCache.js +139 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/TimeInfo.js +41 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/VideoElement.js +52 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/WMSSublayer.js +67 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/WMTSLayerInfo.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/WMTSStyle.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/WMTSSublayer.js +54 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/arcgisLayerUrl.js +86 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/arcgisLayers.js +155 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/associatedFeatureServiceUtils.js +98 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/capabilities.js +4 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/commonProperties.js +52 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/domainUtils.js +53 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/domains.js +27 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/editableLayers.js +8 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/exifUtils.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/featureLayerUtils.js +237 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/featureQueryAll.js +29 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/featureReductionUtils.js +9 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/fetchService.js +33 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/fieldProperties.js +36 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/fieldType.js +5 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/fieldUtils.js +418 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/floorFilterUtils.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/fromPortalItem.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/imageBitmapUtils.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/imageUtils.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/imageryRendererUtils.js +201 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/infoFor3D.js +61 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/kmlUtils.js +120 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/labelFormatUtils.js +32 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/labelUtils.js +62 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/labelingInfo.js +48 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/layerUtils.js +90 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/layersCreator.js +140 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/lazyLayerLoader.js +4 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/mediaUtils.js +16 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/BaseRaster.js +442 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/CloudRaster.js +171 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/CovJSONRaster.js +51 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/DBFParser.js +50 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/EphemeralBlockCache.js +68 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/FunctionRaster.js +90 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/ImageAuxRaster.js +67 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/ImageServerRaster.js +176 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/InMemoryRaster.js +67 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/MRFRaster.js +173 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/RasterFactory.js +48 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/RawBlockCache.js +122 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/TIFFRaster.js +214 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/byteStreamUtils.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/covJSONParser.js +127 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/multidimensionalUtils.js +279 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/pamParser.js +113 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterDatasets/xmlUtilities.js +60 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterEnums.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFormats/ImageCanvasDecoder.js +68 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFormats/JpgPlus.js +34 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFormats/Lerc.js +121 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFormats/Lzw.js +63 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFormats/RasterCodec.js +380 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFormats/Raw.js +54 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFormats/TiffDecoder.js +599 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFormats/TiffTags.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFormats/pixelRangeUtils.js +42 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFormats/utils.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctionConstants.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/ArithmeticFunction.js +37 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/ArithmeticFunctionArguments.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/AspectFunction.js +34 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/AspectFunctionArguments.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/BandArithmeticFunction.js +111 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/BandArithmeticFunctionArguments.js +23 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/BaseFunctionArguments.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/BaseRasterFunction.js +192 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/ClipFunction.js +30 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/ClipFunctionArguments.js +25 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/ColormapFunction.js +46 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/ColormapFunctionArguments.js +36 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/CompositeBandFunction.js +45 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/CompositeBandFunctionArguments.js +25 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/ContrastBrightnessFunction.js +39 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/ContrastBrightnessFunctionArguments.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/ConvolutionFunction.js +51 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/ConvolutionFunctionArguments.js +31 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/CurvatureFunction.js +37 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/CurvatureFunctionArguments.js +28 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/ExtractBandFunction.js +93 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/ExtractBandFunctionArguments.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/GrayscaleFunction.js +40 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/GrayscaleFunctionArguments.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/LocalFunction.js +66 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/LocalFunctionArguments.js +25 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/MaskFunction.js +59 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/MaskFunctionArguments.js +39 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/NDVIFunction.js +46 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/NDVIFunctionArguments.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/RemapFunction.js +57 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/RemapFunctionArguments.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/SlopeFunction.js +37 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/SlopeFunctionArguments.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/StatisticsFunction.js +43 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/StatisticsFunctionArguments.js +23 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/StatisticsHistogramFunction.js +28 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/StatisticsHistogramFunctionArguments.js +41 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/StretchFunction.js +54 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/StretchFunctionArguments.js +28 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/TableFunction.js +33 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/TableFunctionArguments.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/bandIndexUtils.js +255 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/clipUtils.js +103 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/colormaps.js +63 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/conversionUtils.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/convolutionUtils.js +83 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/customBandIndexUtils.js +113 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/focalStatUtils.js +181 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/localUtils.js +480 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/mirror.js +15 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/pixelUtils.js +659 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/rasterFunctionHelper.js +246 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/rasterFunctionSchema.js +4 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/rasterProjectionHelper.js +592 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/stretchUtils.js +356 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/surfaceUtils.js +184 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterFunctions/vectorFieldUtils.js +230 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterTransforms/BaseRasterTransform.js +23 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterTransforms/GCSShiftTransform.js +28 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterTransforms/IdentityTransform.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterTransforms/PolynomialTransform.js +114 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/rasterTransforms/utils.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/schemaValidatorLoader.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/serviceCapabilitiesUtils.js +57 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/source/DataLayerSource.js +62 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/source/MapLayerSource.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/source/QueryTableDataSource.js +25 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/source/RasterDataSource.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/source/TableDataSource.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/sublayerUtils.js +37 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/vectorTileLayerLoader.js +89 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/versionUtils.js +161 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/wmsUtils.js +280 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/support/wmtsUtils.js +257 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelColorStop.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelDimension.js +26 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelDynamicSection.js +41 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelFormat.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelIrregularSpacing.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelIsosurface.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelOpacityStop.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelRangeFilter.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelRegularSpacing.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelSection.js +35 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelSimpleShading.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelSlice.js +41 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelTransferFunctionStyle.js +129 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelUniqueValue.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelVariable.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelVariableStyle.js +31 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelVolume.js +95 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelVolumeIndex.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/VoxelVolumeStyle.js +34 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/layers/voxel/voxelPlaneUtils.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/libs/basisu/BasisU.js +12 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/libs/basisu/TextureFormat.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/libs/i3s/I3SModule.js +16 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/libs/i3s/enums.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/libs/linkchartlayout/LinkChartLayout.js +89 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/libs/lyr3d/Lyr3DModule.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/libs/maquette/dom.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/libs/maquette/projection.js +199 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/libs/maquette/projector.js +60 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/libs/maquette-advanced-projector/advanced-projector-options.js +4 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/libs/maquette-advanced-projector/projector.js +75 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/libs/maquette-advanced-projector/utils.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/ElementExpressionInfo.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/ExpressionInfo.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/FieldInfo.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/LayerOptions.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/RelatedRecordsInfo.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/AttachmentsContent.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/BarChartMediaInfo.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/ColumnChartMediaInfo.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/Content.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/CustomContent.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/ExpressionContent.js +23 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/FieldsContent.js +26 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/ImageMediaInfo.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/LineChartMediaInfo.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/MediaContent.js +35 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/PieChartMediaInfo.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/RelationshipContent.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/TextContent.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/mixins/ChartMediaInfo.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/mixins/MediaInfo.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/support/ChartMediaInfoValue.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/support/ChartMediaInfoValueSeries.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/support/ImageMediaInfoValue.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/support/chartMediaInfoUtils.js +5 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content/support/mediaInfoTypes.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/content.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/support/FieldInfoFormat.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/popup/support/RelatedRecordsInfoFieldOrder.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/Portal.js +255 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/PortalFolder.js +26 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/PortalGroup.js +79 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/PortalItem.js +197 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/PortalItemResource.js +54 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/PortalQueryParams.js +45 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/PortalQueryResult.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/PortalRating.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/PortalUser.js +114 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/portalDefault.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/support/featureCollectionUtils.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/support/geometryServiceUtils.js +30 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/support/jsonContext.js +16 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/support/layersLoader.js +199 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/support/loadUtils.js +78 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/support/portalItemUtils.js +59 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/support/portalLayers.js +209 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/support/resourceExtension.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/support/resourceUtils.js +70 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/support/urlUtils.js +47 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/support/utils.js +28 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/portal/timeUnitKebabDictionary.js +5 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/properties/defaultUnit.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rasterRenderers.js +41 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/ClassBreaksRenderer.js +173 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/DictionaryRenderer.js +64 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/DotDensityRenderer.js +60 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/FlowRenderer.js +38 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/HeatmapRenderer.js +96 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/PieChartRenderer.js +51 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/PointCloudClassBreaksRenderer.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/PointCloudRGBRenderer.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/PointCloudRenderer.js +29 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/PointCloudStretchRenderer.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/PointCloudUniqueValueRenderer.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/RasterColormapRenderer.js +37 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/RasterShadedReliefRenderer.js +27 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/RasterStretchRenderer.js +37 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/Renderer.js +39 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/SimpleRenderer.js +48 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/UniqueValueRenderer.js +318 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/VectorFieldRenderer.js +232 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/mixins/VisualVariablesMixin.js +61 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/AttributeColorInfo.js +31 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/AuthoringInfo.js +105 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/AuthoringInfoClassBreakInfo.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/AuthoringInfoFieldInfo.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/AuthoringInfoVisualVariable.js +41 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/ClassBreakInfo.js +26 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/ColormapInfo.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/DictionaryLoader.js +160 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/DotDensityLegendOptions.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/HeatmapColorStop.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/HeatmapLegendOptions.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/LegendOptions.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/OthersCategory.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/PieChartLegendOptions.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/RasterSymbolizer.js +356 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/UniqueValue.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/UniqueValueClass.js +33 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/UniqueValueGroup.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/UniqueValueInfo.js +27 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/clickToleranceUtils.js +56 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/colorRampUtils.js +205 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/commonProperties.js +15 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/heatmapUtils.js +46 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/jsonUtils.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/lengthUtils.js +6 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/numberUtils.js +9 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/pointCloud/ColorClassBreakInfo.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/pointCloud/ColorModulation.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/pointCloud/ColorUniqueValueInfo.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/pointCloud/PointSizeAlgorithm.js +16 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/pointCloud/PointSizeFixedSizeAlgorithm.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/pointCloud/PointSizeSplatAlgorithm.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/pointCloud/pointSizeAlgorithmTypeUtils.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/pointCloud/typeUtils.js +9 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/randomRotationExpression.js +8 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/rasterRendererChecks.js +37 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/rasterRendererHelper.js +234 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/stretchRendererUtils.js +6 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/styleUtils.js +16 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/types.js +39 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/support/utils.js +71 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/visualVariables/ColorVariable.js +35 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/visualVariables/OpacityVariable.js +35 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/visualVariables/RotationVariable.js +33 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/visualVariables/SizeVariable.js +124 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/visualVariables/VisualVariable.js +31 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/visualVariables/VisualVariableFactory.js +71 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/visualVariables/support/ColorStop.js +26 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/visualVariables/support/OpacityStop.js +30 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/visualVariables/support/SizeStop.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/visualVariables/support/SizeVariableLegendOptions.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/visualVariables/support/VisualVariableLegendOptions.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/visualVariables/support/sizeVariableUtils.js +27 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/renderers/visualVariables/support/visualVariableUtils.js +269 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/request.js +287 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/geometryService/cut.js +15 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/geometryService/project.js +15 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/geometryService/simplify.js +12 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/geometryService/utils.js +15 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/identify.js +35 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/imageService/fetchRasterInfo.js +44 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/imageService/getCatalogItemRasterInfo.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/imageService.js +209 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/DataModel.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/Entity.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/EntityType.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/FieldIndex.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/GraphApplyEditsResult.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/GraphNamedObject.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/GraphObject.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/GraphObjectType.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/GraphProperty.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/GraphQuery.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/GraphQueryResult.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/GraphQueryStreaming.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/GraphQueryStreamingResult.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/KnowledgeGraph.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/ObjectValue.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/Path.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/ProtoFeatureCollection.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/Relationship.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/RelationshipType.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/SearchIndex.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/ServiceDefinition.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/wasmInterface/KnowledgeWasmInterface.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/wasmInterface/WasmDataModelWrapperInterfaces.js +25 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/wasmInterface/WasmQueryWrapperInterfaces.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/wasmInterface/WasmSerializedLayerData.js +16 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/wasmInterface/knowledgeWasmAccess.js +23 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/wasmInterface/queryToWasmEncodedFactories.js +99 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/wasmInterface/updateToWasmEncodedFactories.js +35 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/wasmInterface/wasmToDataModelFactories.js +90 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/wasmInterface/wasmToGeometryFactories.js +64 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/wasmInterface/wasmToQueryResponseObjFactories.js +96 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraph/wasmInterface/wasmToUpdateResponseFactories.js +26 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/knowledgeGraphService.js +280 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/networkService.js +80 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/operations/identify.js +66 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/operations/urlUtils.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/executeForCount.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/executeForExtent.js +12 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/executeForIds.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/executeForTopCount.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/executeForTopExtents.js +12 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/executeForTopIds.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/executeQuery.js +73 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/executeQueryJSON.js +16 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/executeQueryPBF.js +12 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/executeRelationshipQuery.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/executeTopFeaturesQuery.js +11 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/operations/editsZScale.js +38 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/operations/pbfDehydratedFeatureSet.js +184 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/operations/pbfFeatureServiceParser.js +355 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/operations/pbfJSONFeatureSet.js +147 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/operations/pbfOptimizedFeatureSet.js +67 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/operations/pbfQueryUtils.js +13 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/operations/query.js +80 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/operations/queryAttachments.js +35 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/operations/queryRelatedRecords.js +34 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/operations/queryTopFeatures.js +55 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/operations/queryZScale.js +12 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/query/support/AttachmentInfo.js +27 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/route/utils.js +53 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/route.js +82 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/AggregateFeatureSet.js +37 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/AlgorithmicColorRamp.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/AttachmentQuery.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/BaseImageMeasureParameters.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/BaseImageMeasureResult.js +44 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/CameraInfo.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/CameraInfoMixin.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ClassBreaksDefinition.js +26 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ColorRamp.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/DataLayer.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/DirectionLine.js +31 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/DirectionPoint.js +35 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/DirectionsEvent.js +28 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/DirectionsFeature.js +45 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/DirectionsFeatureSet.js +55 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/DirectionsString.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/FeatureSet.js +202 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/FindImagesParameters.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/FindImagesResult.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/FullTextSearch.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/GPMessage.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/IdentifyParameters.js +30 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/IdentifyResult.js +31 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageAngleParameters.js +23 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageAngleResult.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageAreaParameters.js +31 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageAreaResult.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageBoundaryParameters.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageBoundaryResult.js +23 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageDistanceParameters.js +32 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageDistanceResult.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageGPSInfo.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageGPSInfoParameters.js +27 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageGPSInfoResult.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageHeightParameters.js +32 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageHeightResult.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageHistogramParameters.js +38 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageIdentifyParameters.js +69 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageIdentifyResult.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageInspectionInfo.js +23 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImagePixelLocationParameters.js +28 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImagePixelLocationResult.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImagePointParameters.js +31 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImagePointResult.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageSample.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageSampleParameters.js +38 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageSampleResult.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageToMapMultirayParameters.js +25 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageToMapParameters.js +25 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageUrlParameters.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ImageUrlResult.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/MapToImageParameters.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/MeasureAreaFromImageResult.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/MeasureFromImageParameters.js +28 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/MeasureLengthFromImageResult.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/MultipartColorRamp.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/NAMessage.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/NetworkAttribute.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/NetworkDataset.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/NetworkFeatureSet.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/NetworkServiceDescription.js +37 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/NetworkUrl.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/PointBarrier.js +40 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/PolygonBarrier.js +40 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/PolylineBarrier.js +36 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/ProjectParameters.js +23 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/QuantizationParameters.js +29 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/Query.js +70 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/RelationshipQuery.js +30 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/RouteInfo.js +54 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/RouteParameters.js +87 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/RouteResult.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/RouteSettings.js +27 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/RouteSolveResult.js +34 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/StatisticDefinition.js +27 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/Stop.js +61 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/TopFeaturesQuery.js +33 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/TopFilter.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/TravelMode.js +32 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/colorRamps.js +11 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/commonProperties.js +4 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/generateRendererUtils.js +203 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/jsonUtils.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/meshFeatureSet.js +105 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/networkEnums.js +35 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/support/spatialRelationships.js +5 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/utils.js +35 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/versionManagement/gdbVersion/deleteForwardEdits.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/rest/versionManagement/gdbVersion/support/DeleteForwardEditsParameters.js +23 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/smartMapping/statistics/support/statsWorker.js +29 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/smartMapping/statistics/support/utils.js +81 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/smartMapping/support/utils.js +49 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/statistics/utils.js +237 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/AnalysesCollection.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/BasemapStyle.js +38 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/GraphicsCollection.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/LayersMixin.js +87 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/TablesMixin.js +52 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/actions/ActionBase.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/actions/ActionButton.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/actions/ActionToggle.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/actions/actionUtils.js +13 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/apiKeyUtils.js +9 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/arcadeOnDemand.js +59 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/arcadeUtils.js +210 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/base64Utils.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/basemapDefinitions.js +75 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/basemapUtils.js +154 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/collectionUtils.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/elevationInfoUtils.js +128 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/featureFlags.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/getDefaultUnitForView.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/groundUtils.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/popupUtils.js +62 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/progressUtils.js +77 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/requestImageUtils.js +8 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/requestPresets.js +8 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/requestUtils.js +70 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/revision.js +5 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/tagSymbols.js +4 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/themeUtils.js +23 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/timeUtils.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/zipUtils.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/support/zipjs-wrapper.js +8 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/CIMSymbol.js +48 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/ExtrudeSymbol3DLayer.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/FillSymbol.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/FillSymbol3DLayer.js +35 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/Font.js +29 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/IconSymbol3DLayer.js +56 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/LabelSymbol3D.js +39 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/LineStyleMarker3D.js +23 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/LineSymbol.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/LineSymbol3D.js +29 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/LineSymbol3DLayer.js +36 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/LineSymbolMarker.js +42 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/MarkerSymbol.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/MeshSymbol3D.js +28 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/ObjectSymbol3DLayer.js +33 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/PathSymbol3DLayer.js +31 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/PictureFillSymbol.js +35 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/PictureMarkerSymbol.js +41 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/PointSymbol3D.js +67 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/PolygonSymbol3D.js +53 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/SimpleFillSymbol.js +35 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/SimpleLineSymbol.js +37 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/SimpleMarkerSymbol.js +44 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/Symbol.js +31 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/Symbol3D.js +68 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/Symbol3DLayer.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/TextSymbol.js +45 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/TextSymbol3DLayer.js +53 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/WaterSymbol3DLayer.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/WebStyleSymbol.js +55 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/callouts/Callout3D.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/callouts/LineCallout3D.js +29 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/callouts/LineCallout3DBorder.js +23 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/callouts/calloutUtils.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/CIMCursor.js +48 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/CIMEffects.js +39 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/CIMImageColorSubstitutionHelper.js +37 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/CIMOperators.js +81 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/CIMPlacements.js +35 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/CIMResourceManager.js +29 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/CIMSymbolDrawHelper.js +836 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/CIMSymbolHelper.js +742 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/CurveHelper.js +198 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/GeometryWalker.js +208 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/OverrideHelper.js +212 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/Rasterizer.js +97 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/Rect.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/SDFHelper.js +140 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/TextRasterizer.js +160 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/cimAnalyzer.js +487 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/constants.js +5 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/defaultCIMValues.js +5 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/CIMEffectHelper.js +35 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectAddControlPoints.js +53 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectArrow.js +110 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectBuffer.js +51 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectControlMeasureLine.js +548 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectCut.js +36 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectDashes.js +103 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectDonut.js +59 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectJog.js +35 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectMove.js +32 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectOffset.js +55 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectReverse.js +39 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectRotate.js +40 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectScale.js +36 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/effects/EffectWave.js +121 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/enums.js +187 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/imageUtils.js +12 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/placements/CIMMarkerPlacementHelper.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/placements/PlacementAlongLineSameSize.js +61 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/placements/PlacementAtExtremities.js +51 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/placements/PlacementAtRatioPositions.js +43 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/placements/PlacementInsidePolygon.js +160 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/placements/PlacementOnLine.js +71 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/placements/PlacementOnVertices.js +51 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/placements/PlacementPolygonCenter.js +49 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/rasterizingUtils.js +46 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/cim/utils.js +419 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/edges/Edges3D.js +25 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/edges/SketchEdges3D.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/edges/SolidEdges3D.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/edges/utils.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/patterns/LinePattern3D.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/patterns/LineStylePattern3D.js +26 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/patterns/Pattern3D.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/patterns/StylePattern3D.js +23 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/patterns/lineStyles.js +4 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/patterns/styles.js +4 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/patterns/utils.js +9 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/ElevationInfo.js +50 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/FeatureExpressionInfo.js +28 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/IconSymbol3DLayerResource.js +33 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/ObjectSymbol3DLayerResource.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/StyleOrigin.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/Symbol3DAnchorPosition2D.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/Symbol3DAnchorPosition3D.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/Symbol3DFillMaterial.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/Symbol3DHalo.js +23 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/Symbol3DIconOutline.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/Symbol3DMaterial.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/Symbol3DOutline.js +28 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/Symbol3DTextBackground.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/Symbol3DVerticalOffset.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/Thumbnail.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/cimSymbolUtils.js +45 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/colors.js +12 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/defaults.js +35 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/defaultsJSON.js +11 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/gfxUtils.js +9 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/jsonUtils.js +35 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/lineMarkers.js +5 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/materialUtils.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/previewSymbol3D.js +38 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/previewUtils.js +8 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/renderUtils.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/styleUtils.js +71 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/svgUtils.js +8 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/symbolConversion.js +46 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/symbolLayerUtils.js +33 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/symbolLayerUtils3D.js +30 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/symbolUtils.js +64 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/textUtils.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/unitConversionUtils.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/urlUtils.js +45 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/utils.js +200 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols/support/webStyleSymbolUtils.js +53 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/symbols.js +103 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/time/legacyTimeZoneMap.js +4 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/time/timeZoneUtils.js +50 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/versionManagement/support/versionManagementUtils.js +54 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/AnimationManager.js +79 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/FrameTask.js +46 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/GoToManager.js +59 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/LabelManager.js +46 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/MapViewConstraints.js +99 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/PaddedViewState.js +57 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/ViewState.js +85 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/ViewStateManager.js +238 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/arcade/callExpressionWithCursor.js +31 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/arcade/callExpressionWithFeature.js +38 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/constraints/GeometryConstraint.js +45 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/constraints/RotationConstraint.js +25 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/constraints/ZoomConstraint.js +103 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/AFeatureContainer.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/Bitmap.js +106 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/BitmapContainer.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/BitmapTile.js +38 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/BitmapTileContainer.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/Container.js +132 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/DisplayObject.js +112 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/ImageryBitmapSource.js +29 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/ManagedCanvas.js +44 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/Stage.js +155 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/brushes.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/flow/BrushFlow.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/flow/FlowContainer.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/flow/FlowDisplayData.js +29 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/flow/FlowDisplayObject.js +33 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/flow/FlowStrategy.js +59 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/flow/FlowView2D.js +55 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/flow/createFlowStyle.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/flow/dataUtils.js +270 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/flow/styles/Imagery.js +71 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/flow/styles/Particles.js +51 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/flow/styles/Stack.js +45 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/flow/styles/Streamlines.js +50 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/flow/utils.js +91 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/highlightReasons.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/BrushRasterBitmap.js +83 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/BrushVectorField.js +61 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/RasterBitmap.js +152 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/RasterTile.js +32 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/RasterTileContainer.js +55 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/RasterVFContainer.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/RasterVFDisplayObject.js +89 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/RasterVFTile.js +35 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/RasterVFTileContainer.js +26 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/colorizer/lut.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/colorizer/rasterColorizer.js +11 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/colorizer/shadedrelief.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/colorizer/stretch.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/colorizer/utils.js +13 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/aspectProcessor.js +16 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/bandArithmeticProcessor.js +15 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/compositeBandProcessor.js +13 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/contrastProcessor.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/convolutionProcessor.js +15 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/curvatureProcessor.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/extractBandProcessor.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/focalStatisticsProcessor.js +15 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/grayscaleProcessor.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/localProcessor.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/maskProcessor.js +15 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/ndviProcessor.js +15 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/rasterProcessor.js +54 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/remapProcessor.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/reprojectProcessor.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/slopeProcessor.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/stretchProcessor.js +15 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/imagery/processor/utils.js +43 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/Feature.js +67 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/GeometryUtils.js +94 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/GlyphMosaic.js +100 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/GlyphSource.js +136 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/IndexMemoryBuffer.js +13 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/MemoryBuffer.js +35 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/Placement.js +221 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/RectangleBinPack.js +43 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/RenderBucket.js +213 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/ScriptUtils.js +44 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/SourceLayerData.js +51 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/SpriteMosaic.js +115 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/TextShaping.js +132 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/TileHandler.js +134 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/TileManager.js +141 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/TileParser.js +192 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/TilemapIndex.js +45 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/TilemapRequest.js +26 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/VectorTile.js +138 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/VectorTileContainer.js +187 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/VectorTileFeatureIndex.js +138 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/VertexMemoryBuffer.js +61 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/WorkerTile.js +57 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/WorkerTileHandler.js +90 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/buckets/BaseBucket.js +16 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/buckets/CircleBucket.js +50 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/buckets/FillBucket.js +197 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/buckets/LineBucket.js +131 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/buckets/SymbolBucket.js +424 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/decluttering/SymbolDeclutterer.js +123 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/decluttering/SymbolFader.js +79 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/decluttering/SymbolRepository.js +163 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/decluttering/config.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/decluttering/core.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/decluttering/jobs.js +84 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/decluttering/util.js +105 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/enums.js +13 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/expression/expression.js +1038 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/expression/types.js +70 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/shaders/Programs.js +12 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/shaders/VTLBackgroundMaterial.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/shaders/VTLCircleMaterial.js +25 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/shaders/VTLFillMaterial.js +44 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/shaders/VTLLineMaterial.js +25 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/shaders/VTLMaterial.js +318 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/shaders/VTLMaterialManager.js +60 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/shaders/VTLSymbolMaterial.js +45 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/shaders/enums.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/shaders/sources/resolver.js +15 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/shaders/sources/shaderRepository.js +440 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/style/Filter.js +127 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/style/StyleDefinition.js +36 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/style/StyleLayer.js +265 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/style/StyleProperty.js +152 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/style/StyleRepository.js +185 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/style/VectorTileSource.js +51 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/style/VectorTilesRequestManager.js +47 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/vectorTiles/tileInfoUtils.js +38 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/AFeatureTile.js +26 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/AttributeStoreView.js +203 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/BitBlitRenderer.js +32 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/ClippingInfo.js +55 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/DefaultVertexAttributeLayouts.js +8 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/DisplayEntity.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/DisplayId.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/DisplayRecord.js +25 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/FeatureDisplayList.js +120 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/FeatureTile.js +202 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/GeometryUtils.js +15 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/GlyphMosaic.js +129 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/GlyphSource.js +103 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/MaterialManager.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/Mesh2D.js +98 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/Overlay.js +96 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/OverlayContainer.js +63 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/Painter.js +245 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/PooledUint32Array.js +84 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/Profiler.js +84 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/Rect.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/RectangleBinPack.js +43 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/RenderableTile.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/ReshufflePlan.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/SDFConverter.js +93 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/SpriteMosaic.js +148 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/TextureManager.js +249 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/TextureUploadManager.js +51 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/TileContainer.js +33 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/TileReshuffleManager.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/TiledDisplayObject.js +30 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/TurboLine.js +214 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/Utils.js +95 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/VertexStream.js +25 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/WGLContainer.js +27 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/WorldExtentClipRenderer.js +52 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/alignmentUtils.js +125 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/animatedFormats/AnimatableTextureResource.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/animatedFormats/utils.js +102 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/brushes/BrushBitmap.js +36 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/brushes/BrushClip.js +25 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/brushes/BrushOverlay.js +34 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/brushes/WGLBrush.js +16 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/brushes/WGLBrushStencil.js +35 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/brushes/WGLBrushTileDebugInfo.js +87 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/brushes/WGLBrushVTLBackground.js +58 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/brushes/WGLBrushVTLCircle.js +37 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/brushes/WGLBrushVTLFill.js +109 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/brushes/WGLBrushVTLLine.js +71 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/brushes/WGLBrushVTLSymbol.js +107 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/collisions/BoundingBox.js +63 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/collisions/CollisionEngine.js +171 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/collisions/CollisionGrid.js +76 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/collisions/LabelMetric.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/color.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/cpuMapped/Buffer.js +140 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/cpuMapped/FreeList.js +106 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/cpuMapped/MappedMesh.js +127 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/definitions.js +53 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/AnimationEffect.js +44 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/BlendEffect.js +60 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/Effect.js +11 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/FeatureEffect.js +25 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/HighlightEffect.js +36 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/HittestEffect.js +55 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/HittestEffectVTL.js +44 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/highlight/HighlightGradient.js +49 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/highlight/HighlightRenderer.js +36 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/highlight/HighlightSurfaces.js +39 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/highlight/MultiHighlightGradient.js +36 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/highlight/parameters.js +8 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/post-processing/Bloom.js +71 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/post-processing/Blur.js +46 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/post-processing/Colorize.js +38 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/post-processing/DropShadow.js +56 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/post-processing/EffectManager.js +39 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/effects/post-processing/Opacity.js +31 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/enums.js +31 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/grouping.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/mesh/MeshData.js +124 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/mesh/MultiTileMeshData.js +138 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/mesh/VertexDataWriter.js +56 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/mesh/bufcut.js +274 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/mesh/factories/FeatureMeshFactory.js +51 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/mesh/factories/MeshFactory.js +5 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/mesh/factories/ResourceProxy.js +45 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/mesh/meshDebugUtils.js +29 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/mesh/templates/segmentUtils.js +216 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/mesh/templates/shapingUtils.js +192 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/mesh/templates/templateUtils.js +149 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/meshing/Mesh.js +62 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/meshing/SimpleMesh.js +39 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/meshing/definitions.js +5 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/number.js +8 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/painter/RenderPass.js +51 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/GLSLShaderModule.js +74 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/GraphShaderModule.js +256 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/ShaderBuilder2D.js +235 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/graph/GlslGraphWriter.js +124 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/graph/ShaderGraphContext.js +142 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/graph/ShaderGraphNode.js +118 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/graph/glsl.js +678 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/GraphicInstanceStore.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/InstanceStore.js +61 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/Technique.js +15 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/TechniqueInstance.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/TechniqueProgramCache.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/TechniqueRegistry.js +28 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/createGraphicSymbolMeshSchemas.js +23 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/dotDensity/DotDensityMeshWriter.js +15 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/dotDensity/DotDensityPointShader.js +40 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/dotDensity/DotDensityPolygonShader.js +48 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/dotDensity/DotDensityResources.js +62 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/dotDensity/DotDensityTechnique.js +42 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/featureTechniqueUtils.js +60 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/fill/AFillMeshWriter.js +47 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/fill/ComplexFillMeshWriter.js +37 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/fill/ComplexFillTechnique.js +16 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/fill/ComplexOutlineFillMeshWriter.js +42 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/fill/ComplexOutlineFillTechnique.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/fill/FillMeshWriter.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/fill/FillTechnique.js +16 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/fill/OutlineFillMeshWriter.js +44 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/fill/OutlineFillTechnique.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/fill/PatternFillMeshWriter.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/fill/PatternFillTechnique.js +16 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/fill/PatternOutlineFillMeshWriter.js +37 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/fill/PatternOutlineFillTechnique.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/fill/meshWriterUtils.js +77 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/heatmap/HeatmapMeshWriter.js +30 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/heatmap/HeatmapResources.js +53 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/heatmap/HeatmapTechnique.js +65 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/labels/LabelMeshWriter.js +146 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/labels/LabelTechnique.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/line/LineMeshWriter.js +64 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/line/LineTechnique.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/line/TexturedLineMeshWriter.js +26 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/line/TexturedLineTechnique.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/line/utils.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/markers/ComputedMarkerParams.js +47 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/markers/MarkerMeshWriter.js +101 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/markers/MarkerShader.js +86 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/markers/MarkerTechnique.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/markers/markerConstants.js +4 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/mesh/AResourceProxy.js +5 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/mesh/AlignedVertexSpec.js +67 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/mesh/MeshWriter.js +85 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/mesh/MeshWriterInputEvaluator.js +182 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/mesh/MeshWriterRegistry.js +26 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/mesh/MeshWriterVertexPack.js +73 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/mesh/createMeshWriter.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/mesh/dataViewUtils.js +146 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/mesh/instanceIdUtils.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/mesh/loadGeometryEngine.js +11 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/mesh/utils.js +42 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/pieChart/PieChartMeshWriter.js +31 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/pieChart/PieChartShader.js +15 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/pieChart/PieChartTechnique.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/AFeatureShader.js +64 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/ComplexFillShader.js +46 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/ComplexOutlineFillShader.js +37 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/EntityStorage.js +70 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/FillShader.js +31 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/HeatmapAccumulateShader.js +38 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/HeatmapResolveShader.js +38 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/LineShader.js +71 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/LocalTileOffset.js +15 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/MosaicInfo.js +9 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/OutlineFillShader.js +50 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/PatternFillShader.js +41 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/PatternOutlineFillShader.js +29 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/ShaderHighlight.js +9 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/ShaderHittest.js +9 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/TexturedLineShader.js +40 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/ViewInfo.js +9 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/VisualVariableColor.js +16 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/VisualVariableOpacity.js +16 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/VisualVariableRotation.js +27 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/VisualVariableSizeMinMaxValue.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/VisualVariableSizeScaleStops.js +15 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/VisualVariableSizeStops.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/VisualVariableSizeUnitValue.js +13 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/constants.js +28 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/heatmapUtils.js +6 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/hittestUtils.js +48 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/utils.js +53 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/shaders/vvUtils.js +37 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/text/TextMeshWriter.js +104 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/text/TextParams.js +15 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/text/TextShader.js +93 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/techniques/text/TextTechnique.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaderGraph/typed/TypedShaderProgram.js +124 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaders/BackgroundPrograms.js +5 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaders/BitBlitPrograms.js +5 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaders/BlendPrograms.js +9 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaders/HighlightPrograms.js +6 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaders/MagnifierPrograms.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaders/MaterialPrograms.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaders/StencilPrograms.js +5 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaders/TileInfoPrograms.js +5 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaders/sources/resolver.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/shaders/sources/shaderRepository.js +3885 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/util/DictionaryMatcher.js +37 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/util/IntervalMatcher.js +39 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/util/LabelMatcher.js +32 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/util/MapMatcher.js +53 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/util/Matcher.js +45 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/util/Reader.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/util/Writer.js +82 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/util/createMatcher.js +62 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/util/debug.js +5 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/engine/webgl/util/serializationUtils.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/input/MapViewInputManager.js +76 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/input/handlers/DoubleClickZoom.js +13 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/input/handlers/DoubleTapDragZoom.js +40 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/input/handlers/DragPan.js +27 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/input/handlers/DragRotate.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/input/handlers/GamepadNavigation.js +41 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/input/handlers/KeyPan.js +65 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/input/handlers/KeyRotate.js +45 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/input/handlers/KeyZoom.js +38 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/input/handlers/MouseWheelZoom.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/input/handlers/PinchAction.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/interactive/SnappingVisualizer2D.js +72 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/interactive/snapping/featureSources/featureServiceSource/FeatureServiceTiles2D.js +53 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layerViewModuleImportUtils.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/BaseDynamicLayerView2D.js +46 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/BitmapTileLayerView2D.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/CatalogDynamicGroupLayerView2D.js +68 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/CatalogFootprintLayerView2D.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/CatalogLayerView2D.js +51 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/FeatureLayerView2D.js +415 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/GeoRSSLayerView2D.js +86 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/GraphicsLayerView2D.js +72 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/GroupLayerView2D.js +32 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/ImageryLayerView2D.js +97 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/ImageryTileLayerView2D.js +114 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/KMLLayerView2D.js +137 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/KnowledgeGraphLayerView2D.js +43 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/LayerView2D.js +112 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/MapImageLayerView2D.js +72 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/MapNotesLayerView2D.js +119 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/MediaLayerView2D.js +255 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/OGCFeatureLayerView2D.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/RouteLayerView2D.js +159 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/StreamLayerView2D.js +84 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/SubtypeGroupLayerView2D.js +28 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/TileLayerView2D.js +229 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/VectorTileLayerView2D.js +276 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/VideoLayerView2D.js +71 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/WMSLayerView2D.js +68 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/WMTSLayerView2D.js +130 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/FeatureContainer.js +241 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/FeaturePipelineWorker.js +234 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/FeaturePipelineWorkerProxy.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/FeatureSourceEventLog.js +92 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/FeatureSpatialIndex.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/FeatureStoreQueryAdapter.js +27 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/FeatureStoreStatistics.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/PipelineConnectionHandlers.js +8 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/Processor.js +165 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/ProcessorTileMessageQueue.js +15 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/RenderState.js +105 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/aggregation/AccumulatedStatistics.js +166 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/aggregation/ComputedAggregateField.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/aggregation/GeohashSpatialIndex.js +43 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/aggregation/GridCell.js +80 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/aggregation/GridSpatialIndex.js +71 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/layerAdapters/CatalogFootprintLayerAdapter.js +48 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/layerAdapters/FeatureLayerAdapter.js +58 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/layerAdapters/InMemoryLayerAdapter.js +45 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/layerAdapters/KnowledgeGraphSublayerAdapter.js +39 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/layerAdapters/OGCFeatureLayerAdapter.js +41 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/layerAdapters/OrientedImageryLayerAdapter.js +57 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/layerAdapters/StreamLayerAdapter.js +38 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/layerAdapters/SubtypeGroupLayerAdapter.js +68 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/layerAdapters/featureReductionUtils.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/layerAdapters/featureServiceUtils.js +8 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/layerAdapters/floorFilterUtils.js +28 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/layerAdapters/geometryUtils.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/layerAdapters/labelingUtils.js +30 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/processor/AAggregateStrategy.js +31 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/processor/AProcessorStrategy.js +48 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/processor/BinningStrategy.js +133 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/processor/ClusterStrategy.js +238 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/processor/FeatureUpdateStrategy.js +134 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/processor/support/WithDisplayId.js +8 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/schema/SourceSchema.js +9 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/schema/processor/LabelMatcherSchema.js +15 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/schema/processor/MatcherSchema.js +55 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/schema/processor/SimpleProcessorSchema.js +66 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/schema/processor/StorageSchema.js +89 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/schema/processor/SubtypeProcessorSchema.js +26 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/schema/processor/VisualVariablesSchema.js +143 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/schema/processor/schemaUtils.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/schema/processor/symbols/ComplexSymbolSchema.js +99 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/schema/processor/symbols/SymbolSchema.js +203 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/schema/processor/symbols/utils.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/FeatureSource.js +159 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/FeatureSourceMessage.js +26 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/FeatureSourceQueryInfo.js +69 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/FeatureTileSubscription.js +46 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/StreamConnectionState.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/StreamFeatureStore.js +31 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/StreamMessenger.js +83 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/strategies/AFetchLoadStrategy.js +72 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/strategies/ALoadStrategy.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/strategies/ATileLoadStrategy.js +25 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/strategies/DrillDownTileLoadStrategy.js +62 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/strategies/PagedTileLoadStrategy.js +71 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/strategies/SnapshotLoadStrategy.js +37 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/strategies/StreamLoadStrategy.js +91 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/strategies/chunks/ASourceChunk.js +33 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/strategies/chunks/DrillDownTileSourceChunk.js +32 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/strategies/chunks/FeatureSnapshotSourceChunk.js +28 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/strategies/chunks/OverrideChunk.js +48 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/strategies/chunks/PagedTileSourceChunk.js +33 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/strategies/chunks/SourceChunkStore.js +75 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/strategies/chunks/StreamSourceChunk.js +28 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/sources/strategies/support/queryAdapters.js +85 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/AComputedField.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/AttributeStore.js +254 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/CachedField.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/ComputedAttributeStorage.js +125 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/ComputedExpression.js +44 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/ComputedLegacyLabelExpression.js +37 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/DictionaryValue.js +23 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/DisplayIdGenerator.js +42 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/FeatureFilter.js +106 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/FeatureMetadata.js +40 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/FeatureSetCache.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/FeatureSetReader.js +332 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/FeatureSetReaderIndirect.js +184 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/FeatureSetReaderJSON.js +140 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/FeatureSetReaderPBF.js +300 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/FeatureSetReaderPBFHeader.js +108 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/GraphicsReader.js +169 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/NormalizedField.js +38 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/StaticBitSet.js +126 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/Tile.js +39 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/TileStore.js +79 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/rendererUtils.js +74 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/tileUtils.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/features/support/whereUtils.js +26 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/graphics/AGraphicContainer.js +37 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/graphics/GraphicBoundsRenderer.js +68 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/graphics/GraphicContainer.js +27 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/graphics/GraphicStore.js +121 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/graphics/GraphicStoreItem.js +35 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/graphics/GraphicUpdateMessage.js +11 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/graphics/GraphicsView2D.js +314 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/graphics/HighlightGraphicContainer.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/graphics/graphicsUtils.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/imagery/BaseImageryTileSubView2D.js +203 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/imagery/ImageryTileView2D.js +87 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/imagery/ImageryVFStrategy.js +45 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/imagery/ImageryView2D.js +84 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/imagery/VectorFieldTileView2D.js +68 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/imagery/VectorFieldView2D.js +89 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/support/ExportStrategy.js +94 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/support/FeatureCommandQueue.js +63 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/support/HighlightCounter.js +41 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/support/UpdateTracking2D.js +37 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/support/clusterUtils.js +105 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/support/handleNoEngineError.js +12 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/support/imageUtils.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/support/util.js +35 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/layers/support/visualVariableSimpleUtils.js +67 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/magnifier/MagnifierView2D.js +95 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/mapViewDeps.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/navigation/MapViewNavigation.js +120 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/navigation/ZoomBox.js +82 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/navigation/actions/Pan.js +58 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/navigation/actions/Pinch.js +76 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/navigation/actions/Rotate.js +34 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/support/HighlightOptions.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/support/StationaryManager.js +28 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/support/Timeline.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/support/hitTestUtils.js +75 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/support/screenshotUtils.js +50 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/tiling/FeatureTileSubscriptionManager.js +80 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/tiling/LODInfo.js +67 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/tiling/TileCache.js +68 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/tiling/TileCoverage.js +32 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/tiling/TileInfoView.js +170 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/tiling/TileInfoViewPOT.js +48 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/tiling/TileKey.js +77 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/tiling/TileQueue.js +101 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/tiling/TileSpan.js +8 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/tiling/TileStrategy.js +108 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/tiling/enums.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/unitBezier.js +53 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/viewStateUtils.js +16 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/viewpointUtils.js +357 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/2d/webglDeps.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/analysis/DirectLineMeasurement/interfaces.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/analysis/interfaces.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/analysis/support/measurementUtils.js +31 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/environment/CloudsData.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/environment/CloudsParameters.js +93 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/environment/CloudyWeather.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/environment/FoggyWeather.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/environment/RainyWeather.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/environment/SnowyWeather.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/environment/SunnyWeather.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/environment/weather.js +9 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/glTF/DefaultLoadingContext.js +31 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/glTF/LoaderResult.js +11 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/glTF/internal/BinaryStreamReader.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/glTF/internal/Resource.js +349 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/glTF/internal/TextureTransformUtils.js +12 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/glTF/internal/enums.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/glTF/internal/fillDefaults.js +23 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/glTF/internal/indexUtils.js +54 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/glTF/internal/pathUtils.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/glTF/internal/resourceUtils.js +42 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/glTF/loader.js +76 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/Manipulator3D.js +404 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/RenderObject.js +9 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/SnappingVisualizer3D.js +86 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/editingTools/dragEventPipeline3D.js +88 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/manipulatorUtils.js +41 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/measurementTools/areaMeasurement3D/AreaMeasurement3DTool.js +199 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/measurementTools/areaMeasurement3D/AreaMeasurement3DView.js +130 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/measurementTools/directLineMeasurement3D/DirectLineMeasurement3DTool.js +181 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/measurementTools/directLineMeasurement3D/DirectLineMeasurement3DView.js +125 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/measurementTools/support/PickRequest.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/snapping/featureSources/featureServiceSource/FeatureServiceTiles3D.js +66 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/visualElements/DrapedVisualElementResources.js +86 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/visualElements/EngineVisualElement.js +41 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/visualElements/ExtendedLineVisualElement.js +260 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/visualElements/LaserlineVisualElement.js +117 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/visualElements/Object3DVisualElement.js +49 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/visualElements/ParallelLineVisualElement.js +157 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/visualElements/PointVisualElement.js +130 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/visualElements/RightAngleQuadVisualElement.js +145 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/visualElements/VisualElement.js +46 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/interactive/visualElements/VisualElementResources.js +77 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/Lyr3DWasm.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/Lyr3DWorker.js +40 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/PointCloudWorker.js +66 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/SceneLayerWorker.js +119 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/graphics/ElevationContext.js +59 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/graphics/ProcessedObjectResource.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/graphics/elevationAlignmentUtils.js +51 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/graphics/featureExpressionInfoUtils.js +39 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/graphics/objectResourceUtils.js +150 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/graphics/polygonUtils.js +34 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/graphics/wosrLoader.js +165 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/i3s/I3SBinaryReader.js +175 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/i3s/I3SNode.js +23 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/i3s/I3SUtil.js +76 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/i3s/LEPCC.js +152 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/i3s/PointCloudWorkerUtil.js +153 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/interfaces.js +13 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/support/FastSymbolUpdates.js +37 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/support/FeatureTileDescriptor3D.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/support/edgeUtils.js +12 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/layers/support/symbolColorUtils.js +8 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/ElevationProvider.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/LaserLineRenderer.js +168 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/LaserlinePathData.js +87 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/PBFDecoderWorker.js +15 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/PropertiesPool.js +41 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/buffer/InterleavedLayout.js +164 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/buffer/glUtil.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/buffer/workerHelper.js +11 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/debugFlags.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/dito.js +184 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/engineContent/marker.js +13 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/engineContent/sdfPrimitives.js +113 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/geometryUtils/ray.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/mathUtils.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/meshProcessing.js +66 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/support/orientedBoundingBox.js +274 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/terrain/Intersector.js +13 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/terrain/Overlay.js +41 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/terrain/OverlayContent.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/terrain/OverlayFramebufferObject.js +28 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/terrain/OverlayRenderTargets.js +33 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/terrain/OverlayRenderer.js +294 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/terrain/interfaces.js +16 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl/formats.js +10 -0
- 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 +32 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/renderPasses/AllRenderPasses.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/ForwardLinearDepth.glsl.js +38 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/Laserline.glsl.js +54 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/Offset.glsl.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/ScreenSizeScaling.glsl.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/ScreenSpacePass.glsl.js +13 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/ShaderOutput.js +43 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/Slice.glsl.js +110 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/Transform.glsl.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/attributes/InstancedDoublePrecision.glsl.js +58 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/attributes/NormalAttribute.glsl.js +38 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/attributes/ObjectAndLayerIdColor.glsl.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/attributes/PositionAttribute.glsl.js +8 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/attributes/RibbonVertexPosition.glsl.js +38 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/attributes/SymbolColor.glsl.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/attributes/TextureCoordinateAttribute.glsl.js +37 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/attributes/VertexColor.glsl.js +9 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/attributes/VertexNormal.glsl.js +47 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/attributes/VertexPosition.glsl.js +54 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/attributes/VertexTextureCoordinates.glsl.js +25 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/attributes/VerticalOffset.glsl.js +37 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/default/DefaultMaterialAuxiliaryPasses.glsl.js +95 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/hud/AlignPixel.glsl.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/hud/HUD.glsl.js +128 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/hud/HUDOcclusionPass.glsl.js +49 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/hud/HUDRenderStyle.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/hud/HUDVisibility.glsl.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/output/OutputDepth.glsl.js +28 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/output/OutputHighlight.glsl.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/output/ReadDepth.glsl.js +29 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/shading/AnalyticalSkyModel.glsl.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/shading/ComputeNormalTexture.glsl.js +45 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/shading/EvaluateAmbientLighting.glsl.js +62 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/shading/EvaluateAmbientOcclusion.glsl.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/shading/EvaluateSceneLighting.glsl.js +134 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/shading/LineStipple.glsl.js +75 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/shading/MainLighting.glsl.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/shading/MarkerSizing.glsl.js +29 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/shading/MultipassGeometryTest.glsl.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/shading/MultipassTerrainTest.glsl.js +31 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/shading/Normals.glsl.js +36 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/shading/PhysicallyBasedRendering.glsl.js +63 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/shading/PhysicallyBasedRenderingParameters.glsl.js +61 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/shading/PiUtils.glsl.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/shading/ReadShadowMap.glsl.js +62 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/shading/ScreenSpaceConstants.js +5 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/shading/TextureTransformUV.glsl.js +36 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/shading/VisualVariables.glsl.js +58 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/terrain/Overlay.glsl.js +26 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/util/AlphaCutoff.js +5 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/util/AlphaDiscard.glsl.js +28 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/util/CameraSpace.glsl.js +26 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/util/ColorConversion.glsl.js +25 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/util/DiscardOrAdjustAlphaBlend.glsl.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/util/DoublePrecision.glsl.js +23 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/util/MixExternalColor.glsl.js +49 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/util/RgbaFloat16Encoding.glsl.js +27 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/util/RgbaFloatEncoding.glsl.js +27 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/util/ScreenSizePerspective.glsl.js +41 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/util/TextureAtlasLookup.glsl.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/util/TextureOnly.glsl.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderLibrary/util/View.glsl.js +31 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/BooleanPassUniform.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Float2DrawUniform.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Float2PassUniform.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Float3DrawUniform.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Float3PassUniform.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Float4PassUniform.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Float4sPassUniform.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/FloatPassUniform.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/FloatsPassUniform.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/IntegerPassUniform.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Matrix3DrawUniform.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Matrix3PassUniform.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Matrix4DrawUniform.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Matrix4PassUniform.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Matrix4sDrawUniform.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Matrix4sPassUniform.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/ShaderBuilder.js +256 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Texture2DDrawUniform.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Texture2DPassUniform.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/Uniform.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderModules/interfaces.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderTechnique/BindType.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderTechnique/ReloadableShaderModule.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderTechnique/ShaderTechnique.js +39 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderTechnique/ShaderTechniqueConfiguration.js +39 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/core/shaderTechnique/ShaderTechniqueRepository.js +65 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/effects/RenderPlugin.js +48 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/effects/ssao/SSAO.js +84 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/effects/ssao/SSAOBlurTechnique.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/effects/ssao/SSAONoiseData.js +4 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/effects/ssao/SSAOParameters.js +25 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/effects/ssao/SSAOTechnique.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/Attribute.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/AttributeArray.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/BasisUtil.js +62 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/BindParameters.js +43 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/BoundingInfo.js +82 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/BufferVectorMath.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/Camera.js +339 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/CascadeCamera.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/ChangeSet.js +27 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/ContentObject.js +9 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/ContentObjectType.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/DDSUtil.js +54 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/DefaultVertexAttributeLocations.js +5 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/DirtyEvents.js +4 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/GLMaterial.js +27 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/GLMaterialRepository.js +48 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/GLMaterials.js +27 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/GLTextureMaterial.js +43 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/Geometry.js +93 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/GeometryUtil.js +80 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/GridLocalOriginFactory.js +61 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/Intersector.js +141 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/IntersectorInterfaces.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/IntersectorTarget.js +27 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/LocalOriginFactory.js +13 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/LongVectorMath.js +23 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/Material.js +71 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/ModelDirtyTypes.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/Normals.js +15 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/Object3D.js +175 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/Object3DStateID.js +9 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/Octree.js +422 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/OrderIndependentTransparency.js +28 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/Program.js +91 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/RenderContext.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/RenderFeature.js +9 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/RenderGeometry.js +53 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/RenderSlot.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/ShadowMap.js +245 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/SortedRenderGeometryRenderer.js +213 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/StencilUtils.js +13 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/Texture.js +159 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/TextureTechnique.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/TextureTechniqueConfiguration.js +11 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/TransparencyPassType.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/UpdatePolicy.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/Util.js +57 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/VertexArrayObject.js +6 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/VertexAttribute.js +11 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/WebGLLayer.js +61 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/basicInterfaces.js +31 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/edgeRendering/EdgeProcessingWorker.js +51 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/edgeRendering/EdgeWorkerHandle.js +35 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/edgeRendering/bufferLayouts.js +13 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/edgeRendering/edgeBufferWriters.js +95 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/edgeRendering/edgePreprocessing.js +71 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/edgeRendering/edgeProcessing.js +31 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/edgeRendering/interfaces.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/fov.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/geometryDataUtils.js +49 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/intersectorUtils.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/rendererUtils.js +25 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/screenSizePerspectiveUtils.js +33 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/textureUtils.js +45 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lib/verticalOffsetUtils.js +133 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lighting/Lightsources.js +27 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lighting/SceneLighting.js +52 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/lighting/SphericalHarmonics.js +55 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/ColorMaterial.js +49 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/DefaultBufferWriter.js +16 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/DefaultMaterial.js +101 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/DefaultMaterial_COLOR_GAMMA.js +4 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/DefaultTechniqueConfiguration.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/DrawParameters.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/HUDMaterial.js +235 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/RibbonLineMaterial.js +230 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/ScaleInfo.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/ShadedColorMaterial.js +85 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/TriangleMaterial.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/VisualVariablePassParameters.js +12 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/internal/MaterialUtil.js +157 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/internal/bufferWriterUtils.js +276 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/pbrUtils.js +12 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/renderers/BufferRange.js +26 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/renderers/DrawCommand.js +8 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/renderers/Instance.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/renderers/MergedRenderer.js +299 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/renderers/PerBufferData.js +71 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/renderers/PerOriginData.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/renderers/VaoCache.js +26 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/renderers/utils.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/materials/stippleTextureRepository.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/ColorMaterial.glsl.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/ColorMaterialTechnique.js +33 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/ColorMaterialTechniqueConfiguration.js +15 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/DefaultMaterial.glsl.js +31 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/DefaultMaterialTechnique.js +58 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/DefaultMaterialTechniqueConfiguration.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/HUDMaterial.glsl.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/HUDMaterialTechnique.js +31 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/HUDMaterialTechniqueConfiguration.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/LaserlinePath.glsl.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/LaserlinePathTechnique.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/LaserlinePathTechniqueConfiguration.js +11 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/LaserlineTechnique.js +29 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/LaserlineTechniqueConfiguration.js +12 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/Laserlines.glsl.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/LineMarkerTechniqueConfiguration.js +25 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/OverlayCompositing.glsl.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/OverlayCompositingTechnique.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/RealisticTree.glsl.js +29 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/RealisticTreeTechnique.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/RibbonLine.glsl.js +27 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/RibbonLineTechnique.js +41 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/RibbonLineTechniqueConfiguration.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/SSAO.glsl.js +13 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/SSAOBlur.glsl.js +9 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/ShadedColorMaterial.glsl.js +16 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/ShadedColorMaterialTechnique.js +39 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/3d/webgl-engine/shaders/ensureColor4.js +9 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/BasemapView.js +43 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/BreakpointsOwner.js +75 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/DOMContainer.js +138 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/LayerViewManager.js +208 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/Magnifier.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/MapView.js +353 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/PopupView.js +135 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/SelectionManager.js +214 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/Theme.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/ToolViewManager.js +137 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/View.js +261 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/ViewAnimation.js +38 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/ViewingMode.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/Draw.js +55 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/DrawAction.js +132 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/DrawManipulator.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/DrawOperation.js +348 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/DrawTool.js +76 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/DrawingMode.js +5 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/MultipointDrawAction.js +106 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/PointDrawAction.js +84 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/PolygonDrawAction.js +155 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/PolylineDrawAction.js +152 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/SegmentDrawAction.js +117 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/drawSurfaces.js +45 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/input/DrawEvents.js +38 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/support/drawUtils.js +33 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/draw/support/surfaceCoordinateSystems.js +85 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/BrowserEventSource.js +119 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/DragEventSeparator.js +40 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/EventMatch.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/IViewEvents.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/Input.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/InputHandler.js +121 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/InputManager.js +279 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/ViewEvents.js +205 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/VisibilityChange.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/gamepad/GamepadInputDevice.js +27 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/gamepad/GamepadSettings.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/gamepad/GamepadSource.js +75 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/gamepad/GamepadState.js +33 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/handlers/LatestPointer.js +15 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/handlers/MultiTouch.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/handlers/PreventContextMenu.js +11 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/handlers/support.js +13 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/keys.js +6 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/recognizers/DoubleTapDrag.js +67 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/recognizers/Drag.js +89 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/recognizers/ImmediateDoubleClick.js +38 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/recognizers/PointerClickHoldAndDrag.js +66 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/recognizers/SingleAndDoubleClick.js +46 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/input/recognizers/support.js +42 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/AnalysisToolBase.js +26 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/GraphicManipulator.js +127 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/InteractiveToolBase.js +106 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/ManipulatorCollection.js +95 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/ToolIntersector.js +9 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/ToolViewManagerManipulatorState.js +188 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/coordinateHelper.js +239 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/dragEventPipeline.js +130 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/EditGeometry.js +183 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/EditGeometryOperations.js +106 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/interfaces.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/operations/AppendVertex.js +27 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/operations/CloseComponent.js +27 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/operations/MoveVertex.js +26 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/operations/OffsetEdgeVertex.js +143 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/operations/RemoveVertices.js +43 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/operations/RotateVertex.js +31 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/operations/ScaleVertex.js +31 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/operations/SetVertexPosition.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/operations/SplitEdge.js +23 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/operations/UndoGroup.js +25 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/operations/UpdateVertices.js +30 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/editGeometry/unnormalizationHelper.js +28 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/interactiveToolUtils.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/interfaces.js +13 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/keybindings.js +5 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/sketch/SketchLabelOptions.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/sketch/constraints.js +542 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/sketch/normalizedPoint.js +53 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/FeatureSnappingEngine.js +194 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/FeatureSnappingLayerSource.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/FeatureSnappingSourceInfo.js +110 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/LineSnapper.js +76 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/ParallelLineSnapper.js +66 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/RightAngleSnapper.js +79 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/RightAngleTriangleSnapper.js +40 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/SceneSnappingManagerPool.js +29 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/SelfSnappingEngine.js +40 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/Settings.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/SnappingAlgorithm.js +38 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/SnappingContext.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/SnappingDomain.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/SnappingDragPipelineStep.js +90 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/SnappingManager.js +217 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/SnappingOperation.js +56 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/SnappingOptions.js +60 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/SnappingVisualizer.js +33 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/allLayerSnapping.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/candidates/DrapedEdgeSnappingCandidate.js +15 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/candidates/EdgeSnappingCandidate.js +15 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/candidates/FeatureSnappingCandidate.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/candidates/IntersectionSnappingCandidate.js +15 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/candidates/LineSnappingCandidate.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/candidates/ParallelLineSnappingCandidate.js +27 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/candidates/RightAngleSnappingCandidate.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/candidates/RightAngleTriangleSnappingCandidate.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/candidates/SnappingCandidate.js +8 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/candidates/VertexSnappingCandidate.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/FeatureCollectionSnappingSource.js +81 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/FeatureServiceSnappingSource.js +152 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/GraphicsSnappingSource.js +213 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/I3SSnappingSource.js +55 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/SceneLayerSnappingSource.js +44 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/WorkerTileTreeDebugger.js +49 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/featureServiceSource/FeatureServiceSnappingSourceWorker.js +120 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/featureServiceSource/FeatureServiceSnappingSourceWorkerHandle.js +97 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/featureServiceSource/FeatureServiceTileCache.js +41 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/featureServiceSource/FeatureServiceTileStore.js +251 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/featureServiceSource/FeatureServiceTiledFetcher.js +254 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/featureServiceSource/FeatureServiceTilesSimple.js +30 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/featureServiceSource/PendingFeatureTile.js +103 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/featureServiceSource/tileUtils.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/queryEngineUtils.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/sceneLayerSource/SceneLayerSnappingSourceWorker.js +98 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/sceneLayerSource/SceneLayerSnappingSourceWorkerHandle.js +67 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/sceneLayerSource/sceneLayerSnappingUtils.js +11 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/snappingCandidateElevationAlignment.js +111 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/snappingCandidateElevationFilter.js +58 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/featureSources/symbologySnappingCandidates.js +65 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/hints/IntersectionSnappingHint.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/hints/LineSnappingHint.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/hints/ParallelSnappingHint.js +16 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/hints/PointSnappingHint.js +13 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/hints/RightAngleSnappingHint.js +16 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/hints/SnappingHint.js +8 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/snappingFactory.js +8 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/snapping/snappingUtils.js +70 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/support/utils.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/support/viewUtils.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/interactive/tooltip/constraintUtils.js +140 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/FeatureLayerView.js +206 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/GroupLayerView.js +77 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/ImageryLayerView.js +41 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/ImageryTileLayerView.js +64 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/LayerView.js +74 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/MapImageLayerView.js +34 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/OGCFeatureLayerView.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/RefreshableLayerView.js +23 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/StreamLayerView.js +39 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/WMSLayerView.js +45 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/support/ClipArea.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/support/ClipRect.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/support/Geometry.js +31 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/support/MapServiceLayerViewHelper.js +196 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/support/Path.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/layers/support/popupUtils.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/magnifier/resources.js +9 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/navigation/FilteredFiniteDifference.js +30 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/navigation/Momentum.js +29 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/navigation/MomentumEstimator.js +36 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/navigation/Navigation.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/navigation/PanPlanarMomentumEstimator.js +44 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/navigation/RotationMomentumEstimator.js +21 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/navigation/ZoomMomentumEstimator.js +30 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/navigation/gamepad/GamepadSettings.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/navigation/gamepadAndKeyboardUtils.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/overlay/ViewOverlay.js +90 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/DefaultsFromMap.js +223 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/QueueProcessor.js +149 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/RenderState.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/Scheduler.js +320 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/TileTreeDebugger.js +80 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/WebGLRequirements.js +9 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/Yield.js +4 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/angularMeasurementUtils.js +62 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/debugFlags.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/drapedUtils.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/geodesicLengthMeasurementUtils.js +30 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/geodesicMeasurementUtils.js +8 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/geometry2dUtils.js +57 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/geometry3dUtils.js +168 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/imageReprojection.js +74 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/layerViewUtils.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/projectionUtils.js +15 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/screenUtils.js +43 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/support/screenshotUtils.js +92 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/ui/2d/DefaultUI2D.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/ui/Component.js +44 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/ui/DefaultUI.js +77 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/ui/UI.js +211 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/AppleAmdDriverHelper.js +42 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/BufferObject.js +102 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/ContextState.js +9 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/FramebufferObject.js +234 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/GLObjectType.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/InstanceCounter.js +38 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/Parameters.js +9 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/Program.js +148 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/ProgramCache.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/ProgramTemplate.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/Renderbuffer.js +36 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/RenderbufferDescriptor.js +13 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/RenderingContext.js +450 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/ShaderCompiler.js +30 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/ShaderTranspiler.js +272 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/Texture.js +267 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/TextureDescriptor.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/Util.js +158 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/ValidatedTextureDescriptor.js +25 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/VertexArrayObject.js +75 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/VertexElementDescriptor.js +8 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/WebGLDriverTest.js +16 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/WebGLDriverTestModule.js +15 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/capabilities/Capabilities.js +48 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/capabilities/DisjointTimerQuery.js +29 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/capabilities/LoseContext.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/capabilities/load.js +46 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/capabilities.js +30 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/checkWebGLError.js +44 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/contextUtils.js +6 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/doublePrecisionUtils.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/enums.js +102 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/getDataTypeBytes.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/heatmapTextureUtils.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/programUtils.js +37 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/rasterUtils.js +123 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/renderState.js +178 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/reservedWordsGLSL3.js +4 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/testAppleAmdDrawArrays.js +64 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/testDoublePrecisionArithmetic.js +132 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/testFloatBufferBlend.js +46 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/testSVGPremultipliedAlpha.js +58 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/webgl/testSamplerPrecision.js +58 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/webdoc/interfaces.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/webdoc/support/opacityUtils.js +13 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/webdoc/support/resourceUtils.js +64 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/webdoc/support/saveAPIKeyUtils.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/webdoc/support/saveUtils.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/webdoc/support/writeUtils.js +52 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/webmap/background/ColorBackground.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/webmap/utils.js +6 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/AreaMeasurement2D/AreaMeasurement2DTool.js +287 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/AreaMeasurement2D/AreaMeasurement2DViewModel.js +81 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/AreaMeasurement2D.js +68 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/AreaMeasurement3D/AreaMeasurement3DViewModel.js +67 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/AreaMeasurement3D.js +77 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Attachments/AttachmentsViewModel.js +132 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Attachments/support/attachmentUtils.js +13 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Attachments.js +199 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Attribution/AttributionViewModel.js +139 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Attribution.js +81 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/BasemapToggle/BasemapToggleViewModel.js +68 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/BasemapToggle/css.js +4 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/BasemapToggle.js +66 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Compass/CompassViewModel.js +53 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Compass/css.js +5 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Compass/utils.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Compass.js +55 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/DirectLineMeasurement3D/DirectLineMeasurement3DViewModel.js +66 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/DirectLineMeasurement3D.js +77 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/DistanceMeasurement2D/DistanceMeasurement2DTool.js +183 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/DistanceMeasurement2D/DistanceMeasurement2DViewModel.js +81 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/DistanceMeasurement2D.js +68 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureAttachments/FeatureAttachmentsViewModel.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureAttachments.js +68 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureContent/FeatureContentViewModel.js +41 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureContent.js +57 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureExpression/FeatureExpressionViewModel.js +86 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureExpression.js +54 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureFields/FeatureFieldsViewModel.js +29 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureFields.js +86 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureMedia/FeatureMediaViewModel.js +122 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureMedia/chartCommon.js +117 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureMedia/pieChart.js +554 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureMedia/xyChart.js +478 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureMedia.js +290 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureRelationship/FeatureRelationshipViewModel.js +154 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureRelationship.js +144 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/FeatureViewModel.js +308 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/resources.js +4 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/support/FeatureContentMixin.js +24 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/support/FeatureElementInfo.js +32 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/support/arcadeFeatureUtils.js +67 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/support/featureUtils.js +306 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature/support/relatedFeatureUtils.js +168 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Feature.js +244 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/FeatureForm/featureFormUtils.js +42 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Features/FeaturesRelatedRecords.js +51 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Features/FeaturesViewModel.js +370 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Features/FeaturesVisibleElements.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Features/css.js +4 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Features.js +458 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Legend/support/colorRampUtils.js +26 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Legend/support/heatmapRampUtils.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Legend/support/utils.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Measurement/MeasurementViewModel.js +35 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Measurement.js +140 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/NavigationToggle/NavigationToggleViewModel.js +39 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/NavigationToggle/css.js +5 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/NavigationToggle.js +56 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Popup/PopupViewModel.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Popup/PopupVisibleElements.js +17 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Popup/actionUtils.js +119 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Popup/actions.js +13 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Popup/css.js +4 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Popup.js +420 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Spinner/SpinnerViewModel.js +18 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Spinner.js +77 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Widget.js +226 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Zoom/ZoomConditions2D.js +34 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Zoom/ZoomConditions3D.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Zoom/ZoomViewModel.js +49 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/Zoom.js +48 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/AnchorElementViewModel.js +31 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/GoTo.js +22 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/Heading.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/InteractiveAnalysisViewModel.js +115 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/InteractiveToolViewModel.js +68 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/MeasurementWidgetContent.js +58 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/UnitSelect.js +34 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/chartUtilsAm5.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/componentsUtils.js +25 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/dataUtils.js +10 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/dateUtils.js +44 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/decorators/accessibleHandler.js +20 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/decorators/messageBundle.js +8 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/decorators/vmEvent.js +13 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/globalCss.js +4 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/jsxFactory.js +26 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/jsxWidgetSupport.js +41 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/legacyIcon.js +4 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/symbols.js +5 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/tests.js +7 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/uriUtils.js +14 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/vnodeCache.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/widget.js +19 -0
- package/dist/node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/widgets/support/widgetUtils.js +69 -0
- package/dist/node_modules/.pnpm/@esri_arcgis-html-sanitizer@3.0.1/node_modules/@esri/arcgis-html-sanitizer/dist/esm/index.js +788 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/ExpandToggle.js +62 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/FloatingArrow.js +34 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/Heading.js +13 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/Validation.js +16 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/action-group.js +147 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/action-menu.js +218 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/action.js +199 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/array.js +11 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/button.js +221 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-action-bar.js +251 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-action-group.js +11 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-action.js +11 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-button.js +11 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-flow-item.js +229 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-flow.js +127 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-icon.js +11 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-input.js +11 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-label.js +11 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-list-item-group.js +70 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-list-item.js +391 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-list.js +416 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-loader.js +11 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-modal.js +332 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-notice.js +171 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-option.js +93 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-scrim.js +11 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/calcite-select.js +230 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/conditionalSlot.js +27 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/debounce.js +121 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/dom.js +358 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/filter.js +154 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/filter2.js +182 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/floating-ui.js +1197 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/focusTrapComponent.js +475 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/form.js +138 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/handle.js +194 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/icon.js +127 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/index.js +26 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/input-message.js +80 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/input.js +22 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/input2.js +518 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/interactive.js +81 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/key.js +13 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/label.js +69 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/label2.js +90 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/loadable.js +25 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/loader.js +79 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/locale.js +299 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/observers.js +30 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/openCloseComponent.js +37 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/panel.js +285 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/popover.js +325 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/progress.js +50 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/resources.js +23 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/resources2.js +12 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/scrim.js +115 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/sortableComponent.js +1329 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/stack.js +85 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/t9n.js +46 -0
- package/dist/node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/utils3.js +75 -0
- package/dist/node_modules/.pnpm/@stencil_core@4.9.0/node_modules/@stencil/core/internal/app-data/index.js +92 -0
- package/dist/node_modules/.pnpm/@stencil_core@4.9.0/node_modules/@stencil/core/internal/client/index.js +560 -0
- package/dist/node_modules/.pnpm/@terraformer_arcgis@2.1.2/node_modules/@terraformer/arcgis/dist/t-arcgis.esm.js +80 -0
- package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/index.js +11 -0
- package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/codec-pool.js +48 -0
- package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/codec-worker.js +191 -0
- package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/configuration.js +60 -0
- package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/constants.js +34 -0
- package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/io.js +159 -0
- 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 +189 -0
- package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/streams/codec-stream.js +68 -0
- package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/streams/codecs/crc32.js +24 -0
- package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/streams/codecs/deflate.js +866 -0
- package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/streams/codecs/inflate.js +2362 -0
- package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/streams/codecs/sjcl.js +371 -0
- package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/streams/common-crypto.js +12 -0
- package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/streams/crc32-stream.js +19 -0
- package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/streams/stream-adapter.js +21 -0
- 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 +89 -0
- 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 +71 -0
- package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/util/cp437-decode.js +13 -0
- package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/util/decode-text.js +7 -0
- package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/util/encode-text.js +14 -0
- package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/util/mime-type.js +1594 -0
- package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/zip-entry.js +62 -0
- package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/core/zip-reader.js +402 -0
- package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/z-worker-inline.js +8 -0
- package/dist/node_modules/.pnpm/@zip.js_zip.js@2.7.40/node_modules/@zip.js/zip.js/lib/zip-fs.js +16 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtAnalisesRegularIcon/AtAnalisesRegularIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtAnalisesRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtAnalisesSolidIcon/AtAnalisesSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtAnalisesSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtAngleDownSolidIcon/AtAngleDownSolidIcon.vue.js +33 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtAngleDownSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtAngleLeftSolidIcon/AtAngleLeftSolidIcon.vue.js +33 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtAngleLeftSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtAngleRightSolidIcon/AtAngleRightSolidIcon.vue.js +33 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtAngleRightSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtAngleUpSolidIcon/AtAngleUpSolidIcon.vue.js +33 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtAngleUpSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtArrowDownSolidIcon/AtArrowDownSolidIcon.vue.js +33 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtArrowDownSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtArrowLeftSolidIcon/AtArrowLeftSolidIcon.vue.js +33 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtArrowLeftSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtArrowRightSolidIcon/AtArrowRightSolidIcon.vue.js +33 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtArrowRightSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtArrowUpSolidIcon/AtArrowUpSolidIcon.vue.js +33 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtArrowUpSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtArvoreRegularIcon/AtArvoreRegularIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtArvoreRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtArvoreSolidIcon/AtArvoreSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtArvoreSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtBellRegularIcon/AtBellRegularIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtBellRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtBellSolidIcon/AtBellSolidIcon.vue.js +46 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtBellSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtBoldRegularIcon/AtBoldRegularIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtBoldRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtBookmarkRegularIcon/AtBookmarkRegularIcon.vue.js +44 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtBookmarkRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtBookmarkSolidIcon/AtBookmarkSolidIcon.vue.js +44 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtBookmarkSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCadastroRegularIcon/AtCadastroRegularIcon.vue.js +33 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCadastroRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCadastroSolidIcon/AtCadastroSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCadastroSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCalculadoraDeCarbonoIcon/AtCalculadoraDeCarbonoIcon.vue.js +51 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCalculadoraDeCarbonoIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCalendarRegularIcon/AtCalendarRegularIcon.vue.js +48 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCalendarRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCalendarSolidIcon/AtCalendarSolidIcon.vue.js +46 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCalendarSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCarbonoSolidIcon/AtCarbonoSolidIcon.vue.js +34 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCarbonoSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCentralAlertasRegularIcon/AtCentralAlertasRegularIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCentralAlertasRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCentralAlertasSolidIcon/AtCentralAlertasSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCentralAlertasSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCentralFornecimentoRegularIcon/AtCentralFornecimentoRegularIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCentralFornecimentoRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCentralFornecimentoSolidIcon/AtCentralFornecimentoSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCentralFornecimentoSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCheckCircleRegularIcon/AtCheckCircleRegularIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCheckCircleRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCheckCircleSolidIcon/AtCheckCircleSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCheckCircleSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCheckSolidIcon/AtCheckSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCheckSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtChuvaRegularIcon/AtChuvaRegularIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtChuvaRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtChuvaSolidIcon/AtChuvaSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtChuvaSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCircleExclamationRegularIcon/AtCircleExclamationRegularIcon.vue.js +47 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCircleExclamationRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCircleExclamationSolidIcon/AtCircleExclamationSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCircleExclamationSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCircleMinusRegularIcon/AtCircleMinusRegularIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCircleMinusRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCircleMinusSolidIcon/AtCircleMinusSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCircleMinusSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCirclePlusRegularIcon/AtCirclePlusRegularIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCirclePlusRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCirclePlusSolidIcon/AtCirclePlusSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCirclePlusSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCircleQuestionRegularIcon/AtCircleQuestionRegularIcon.vue.js +47 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCircleQuestionRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCircleQuestionSolidIcon/AtCircleQuestionSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCircleQuestionSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCircleXMarkRegularIcon/AtCircleXMarkRegularIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCircleXMarkRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCircleXMarkSolidIcon/AtCircleXMarkSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCircleXMarkSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtClipeRegularIcon/AtClipeRegularIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtClipeRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCloseSolidIcon/AtCloseSolidIcon.vue.js +33 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCloseSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCloudDownloadRegularIcon/AtCloudDownloadRegularIcon.vue.js +44 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCloudDownloadRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCloundDownloadSolidIcon/AtCloundDownloadSolidIcon.vue.js +44 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCloundDownloadSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCofreDigitalRegularIcon/AtCofreDigitalRegularIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCofreDigitalRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCofreDigitalSolidIcon/AtCofreDigitalSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCofreDigitalSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCopilotoRegularIcon/AtCopilotoRegularIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCopilotoRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCopilotoSolidIcon/AtCopilotoSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCopilotoSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCopyRegularIcon/AtCopyRegularIcon.vue.js +44 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCopyRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCopySolidIcon/AtCopySolidIcon.vue.js +44 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCopySolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCurralRegularIcon/AtCurralRegularIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCurralRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCurralSolidIcon/AtCurralSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtCurralSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtDesmatamentoSolidIcon/AtDesmatamentoSolidIcon.vue.js +46 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtDesmatamentoSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtDoubleArrowLeftSolidIcon/AtDoubleArrowLeftSolidIcon.vue.js +46 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtDoubleArrowLeftSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtDoubleArrowRightSolidIcon/AtDoubleArrowRightSolidIcon.vue.js +46 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtDoubleArrowRightSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtDownloadSolidIcon/AtDownloadSolidIcon.vue.js +46 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtDownloadSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtDragOrderRegularIcon/AtDragOrderRegularIcon.vue.js +37 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtDragOrderRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtDrawGeometryRegularIcon/AtDrawGeometryRegularIcon.vue.js +44 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtDrawGeometryRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtDrawGeometrySolidIcon/AtDrawGeometrySolidIcon.vue.js +44 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtDrawGeometrySolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtDrawPolygonRegularIcon/AtDrawPolygonRegularIcon.vue.js +44 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtDrawPolygonRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtEdicaoGeometriaRegularIcon/AtEdicaoGeometriaRegularIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtEdicaoGeometriaRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtEdicaoGeometriaSolidIcon/AtEdicaoGeometriaSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtEdicaoGeometriaSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtEditRegularIcon/AtEditRegularIcon.vue.js +46 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtEditRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtEditSolidIcon/AtEditSolidIcon.vue.js +47 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtEditSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtEllipsesHorizontalSolidIcon/AtEllipsesHorizontalSolidIcon.vue.js +47 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtEllipsesHorizontalSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtEllipsesVerticalSolidIcon/AtEllipsesVerticalSolidIcon.vue.js +47 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtEllipsesVerticalSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtEnergyRegularIcon/AtEnergyRegularIcon.vue.js +44 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtEnergyRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtEnergySolidIcon/AtEnergySolidIcon.vue.js +33 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtEnergySolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtExcelRegularIcon/AtExcelRegularIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtExcelRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtExcelSolidIcon/AtExcelSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtExcelSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtExitRegularIcon/AtExitRegularIcon.vue.js +46 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtExitRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtEyeAtivoRegularIcon/AtEyeAtivoRegularIcon.vue.js +46 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtEyeAtivoRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtEyeAtivoSolidIcon/AtEyeAtivoSolidIcon.vue.js +34 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtEyeAtivoSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtEyeInativoRegularIcon/AtEyeInativoRegularIcon.vue.js +33 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtEyeInativoRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtEyeInativoSolidIcon/AtEyeInativoSolidIcon.vue.js +33 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtEyeInativoSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtFavoritasRegularIcon/AtFavoritasRegularIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtFavoritasRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtFavoritasSolidIcon/AtFavoritasSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtFavoritasSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtFenceRegularIcon/AtFenceRegularIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtFenceRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtFenceSolidIcon/AtFenceSolidIcon.vue.js +33 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtFenceSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtFilterRegularIcon/AtFilterRegularIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtFilterRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtFilterSolidIcon/AtFilterSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtFilterSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtFireRegularIcon/AtFireRegularIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtFireRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtFireSolidIcon/AtFireSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtFireSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtFlagBrazilIcon/AtFlagBrazilIcon.vue.js +90 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtFlagBrazilIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtFlagSpainIcon/AtFlagSpainIcon.vue.js +186 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtFlagSpainIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtFlagUnitedStatesIcon/AtFlagUnitedStatesIcon.vue.js +230 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtFlagUnitedStatesIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtFolderRegularIcon/AtFolderRegularIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtFolderRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtFolderSolidIcon/AtFolderSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtFolderSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtGasRegularIcon/AtGasRegularIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtGasRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtGasSolidIcon/AtGasSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtGasSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtGeadaRegularIcon/AtGeadaRegularIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtGeadaRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtGeadaSolidIcon/AtGeadaSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtGeadaSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtGraficoRegularIcon/AtGraficoRegularIcon.vue.js +49 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtGraficoRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtGroupRegularIcon/AtGroupRegularIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtGroupRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtGroupSolidIcon/AtGroupSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtGroupSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtHeadsetRegularIcon/AtHeadsetRegularIcon.vue.js +33 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtHeadsetRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtHeadsetSolidIcon/AtHeadsetSolidIcon.vue.js +33 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtHeadsetSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtHelpRegularIcon/AtHelpRegularIcon.vue.js +46 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtHelpRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtHelpSolidIcon/AtHelpSolidIcon.vue.js +44 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtHelpSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtHomeRegularIcon/AtHomeRegularIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtHomeRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtHomeSolidIcon/AtHomeSolidIcon.vue.js +47 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtHomeSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtIdentificarRegularIcon/AtIdentificarRegularIcon.vue.js +44 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtIdentificarRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtIdentificarSolidIcon/AtIdentificarSolidIcon.vue.js +44 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtIdentificarSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtImagensRegularIcon/AtImagensRegularIcon.vue.js +46 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtImagensRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtImagensSolidIcon/AtImagensSolidIcon.vue.js +47 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtImagensSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtInfoRegularIcon/AtInfoRegularIcon.vue.js +47 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtInfoRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtInfoSolidIcon/AtInfoSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtInfoSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtItalicoRegularIcon/AtItalicoRegularIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtItalicoRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtKeyboardRegularIcon/AtKeyboardRegularIcon.vue.js +51 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtKeyboardRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtKeyboardSolidIcon/AtKeyboardSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtKeyboardSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtLayersRegularIcon/AtLayersRegularIcon.vue.js +46 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtLayersRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtLayersSolidIcon/AtLayersSolidIcon.vue.js +46 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtLayersSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtLegendaMapaRegularIcon/AtLegendaMapaRegularIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtLegendaMapaRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtLegendaMapaSolidIcon/AtLegendaMapaSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtLegendaMapaSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtListRegularIcon/AtListRegularIcon.vue.js +39 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtListRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtLocationCrosshairsRegularIcon/AtLocationCrosshairsRegularIcon.vue.js +44 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtLocationCrosshairsRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtLocationCrosshairsSolidIcon/AtLocationCrosshairsSolidIcon.vue.js +44 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtLocationCrosshairsSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtLockRegularIcon/AtLockRegularIcon.vue.js +46 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtLockRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtLockSolidIcon/AtLockSolidIcon.vue.js +33 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtLockSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtMailIcon/AtMailIcon.vue.js +37 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtMailIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtMapRegularIcon/AtMapRegularIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtMapRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtMapSolidIcon/AtMapSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtMapSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtMarkerRegularIcon/AtMarkerRegularIcon.vue.js +46 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtMarkerRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtMarkerSolidIcon/AtMarkerSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtMarkerSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtMirrorRegularIcon/AtMirrorRegularIcon.vue.js +44 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtMirrorRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtMonitoramentoRegularIcon/AtMonitoramentoRegularIcon.vue.js +33 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtMonitoramentoRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtMonitoramentoSolidIcon/AtMonitoramentoSolidIcon.vue.js +33 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtMonitoramentoSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtMoveRegularIcon/AtMoveRegularIcon.vue.js +44 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtMoveRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtOpacityRegularIcon/AtOpacityRegularIcon.vue.js +47 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtOpacityRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtOrdenacaoRegularIcon/AtOrdenacaoRegularIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtOrdenacaoRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtOrdenarRegularIcon/AtOrdenarRegularIcon.vue.js +33 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtOrdenarRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtPdfRegularIcon/AtPdfRegularIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtPdfRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtPdfSolidIcon/AtPdfSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtPdfSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtPinRegularIcon/AtPinRegularIcon.vue.js +33 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtPinRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtPinSolidIcon/AtPinSolidIcon.vue.js +33 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtPinSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtPlantRegularIcon/AtPlantRegularIcon.vue.js +35 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtPlantRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtPlantSolidIcon/AtPlantSolidIcon.vue.js +33 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtPlantSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtPrintSolidIcon/AtPrintSolidIcon.vue.js +44 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtPrintSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtRatingRegularIcon/AtRatingRegularIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtRatingRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtRatingSolidIcon/AtRatingSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtRatingSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtRefreshSolidIcon/AtRefreshSolidIcon.vue.js +46 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtRefreshSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtRenovabioSolidIcon/AtRenovabioSolidIcon.vue.js +37 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtRenovabioSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtRulerRegularIcon/AtRulerRegularIcon.vue.js +44 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtRulerRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtRulerSolidIcon/AtRulerSolidIcon.vue.js +33 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtRulerSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtSateliteRegularIcon/AtSateliteRegularIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtSateliteRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtSateliteSolidIcon/AtSateliteSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtSateliteSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtSaveRegularIcon/AtSaveRegularIcon.vue.js +46 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtSaveRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtSaveSolidIcon/AtSaveSolidIcon.vue.js +47 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtSaveSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtSearchIcon/AtSearchIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtSearchIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtSecaRegularIcon/AtSecaRegularIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtSecaRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtSecaSolidIcon/AtSecaSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtSecaSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtSettingsRegularIcon/AtSettingsRegularIcon.vue.js +46 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtSettingsRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtSettingsSolidIcon/AtSettingsSolidIcon.vue.js +33 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtSettingsSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtSobreposicaoRegularIcon/AtSobreposicaoRegularIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtSobreposicaoRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtSobreposicaoSolidIcon/AtSobreposicaoSolidIcon.vue.js +46 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtSobreposicaoSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtSublinhadoRegularIcon/AtSublinhadoRegularIcon.vue.js +46 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtSublinhadoRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtSubterritorioRegularIcon/AtSubterritorioRegularIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtSubterritorioRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtSubterritorioSolidIcon/AtSubterritorioSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtSubterritorioSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtTelephoneIcon/AtTelephoneIcon.vue.js +46 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtTelephoneIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtTemperatureRegularIcon/AtTemperatureRegularIcon.vue.js +44 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtTemperatureRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtTemperatureSolidIcon/AtTemperatureSolidIcon.vue.js +44 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtTemperatureSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtTempestadeRegularIcon/AtTempestadeRegularIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtTempestadeRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtTempestadeSolidIcon/AtTempestadeSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtTempestadeSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtTimelineRegularIcon/AtTimelineRegularIcon.vue.js +35 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtTimelineRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtTimelineSolidIcon/AtTimelineSolidIcon.vue.js +46 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtTimelineSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtToolRegularIcon/AtToolRegularIcon.vue.js +44 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtToolRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtToolSolidIcon/AtToolSolidIcon.vue.js +44 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtToolSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtTrashRegularIcon/AtTrashRegularIcon.vue.js +47 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtTrashRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtTrashSolidIcon/AtTrashSolidIcon.vue.js +33 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtTrashSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtUnlockRegularIcon/AtUnlockRegularIcon.vue.js +46 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtUnlockRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtUnlockSolidIcon/AtUnlockSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtUnlockSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtUploadSolidIcon/AtUploadSolidIcon.vue.js +46 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtUploadSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtUserMinusRegularIcon/AtUserMinusRegularIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtUserMinusRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtUserMinusSolidIcon/AtUserMinusSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtUserMinusSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtUserPlusRegularIcon/AtUserPlusRegularIcon.vue.js +47 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtUserPlusRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtUserPlusSolidIcon/AtUserPlusSolidIcon.vue.js +47 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtUserPlusSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtUserRegularIcon/AtUserRegularIcon.vue.js +46 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtUserRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtUserSolidIcon/AtUserSolidIcon.vue.js +34 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtUserSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtVentosRegularIcon/AtVentosRegularIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtVentosRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtWarningRegularIcon/AtWarningRegularIcon.vue.js +33 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtWarningRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtWarningSolidIcon/AtWarningSolidIcon.vue.js +33 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtWarningSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtWorldRegularIcon/AtWorldRegularIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtWorldRegularIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtWorldSolidIcon/AtWorldSolidIcon.vue.js +45 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtWorldSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtZoomInAreaSolidIcon/AtZoomInAreaSolidIcon.vue.js +44 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/AtZoomInAreaSolidIcon/index.js +5 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/_virtual/_plugin-vue_export-helper.js +9 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/components/IconWrapper/IconWrapper.vue.js +6 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/components/IconWrapper/IconWrapper.vue2.js +27 -0
- package/dist/node_modules/.pnpm/agrotools-icons@0.2.6/node_modules/agrotools-icons/dist/index.js +374 -0
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/datetime.js +1728 -0
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/duration.js +736 -0
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/errors.js +40 -0
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/impl/conversions.js +92 -0
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/impl/diff.js +36 -0
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/impl/digits.js +68 -0
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/impl/english.js +138 -0
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/impl/formats.js +150 -0
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/impl/formatter.js +245 -0
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/impl/invalid.js +11 -0
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/impl/locale.js +280 -0
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/impl/regexParser.js +202 -0
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/impl/tokenParser.js +304 -0
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/impl/util.js +207 -0
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/impl/zoneUtil.js +20 -0
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/info.js +180 -0
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/interval.js +470 -0
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/settings.js +147 -0
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/zone.js +82 -0
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/zones/IANAZone.js +137 -0
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/zones/fixedOffsetZone.js +77 -0
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/zones/invalidZone.js +41 -0
- package/dist/node_modules/.pnpm/luxon@3.4.4/node_modules/luxon/src/zones/systemZone.js +47 -0
- package/dist/node_modules/.pnpm/terraformer-wkt-parser@1.2.1/node_modules/terraformer-wkt-parser/terraformer-wkt-parser.js +469 -0
- package/dist/node_modules/.pnpm/terraformer@1.0.12/node_modules/terraformer/terraformer.js +637 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/AGraphicContainer-8c9b2ac4.js +0 -109
- package/dist/APIKeyMixin-f096e205.js +0 -19
- package/dist/Analysis-69ec3d6f.js +0 -31
- package/dist/ArcGISCachedService-02eb8742.js +0 -47
- package/dist/ArcGISService-b553d693.js +0 -25
- package/dist/AreaMeasurement2D-a24c14f3.js +0 -405
- package/dist/AreaMeasurement3D-1918bb30.js +0 -488
- package/dist/AttachmentInfo-5ac364c0.js +0 -34
- package/dist/AttachmentQuery-5832f1b2.js +0 -18
- package/dist/AttributeStore-f7cfcb7c.js +0 -1707
- package/dist/BaseDynamicLayerView2D-41644749.js +0 -63
- package/dist/BindType-5e76c8e1.js +0 -7
- package/dist/BingMapsLayer-b6a71321.js +0 -112
- package/dist/Bitmap-c2ead4b8.js +0 -128
- package/dist/BitmapContainer-ce51ff84.js +0 -23
- package/dist/BlendLayer-b601f585.js +0 -13
- package/dist/BoundsStore-870db8b1.js +0 -63
- package/dist/BufferObject-48edf970.js +0 -100
- package/dist/BufferView-35ce41c8.js +0 -683
- package/dist/BuildingSceneLayer-8518fdf8.js +0 -535
- package/dist/Button-19052061.js +0 -36
- package/dist/ByteSizeUnit-90df2840.js +0 -7
- package/dist/CSVLayer-4a7d75c0.js +0 -208
- package/dist/CSVSourceWorker-ceffb3b9.js +0 -367
- package/dist/CatalogDynamicGroupLayerView2D-027aa2d7.js +0 -66
- package/dist/CatalogFootprintLayerView2D-02882126.js +0 -76
- package/dist/CatalogLayer-9b67e61f.js +0 -262
- package/dist/CatalogLayerView2D-ff34ab07.js +0 -52
- package/dist/CircularArray-b2bc1dfd.js +0 -40
- package/dist/ClassBreaksDefinition-f70c82c6.js +0 -18
- package/dist/ColorMaterial.glsl-b01eddd3.js +0 -64
- package/dist/ColorSet-e8347ede.js +0 -45
- package/dist/ColorStop-8a524ada.js +0 -29
- package/dist/Container-14f505c0.js +0 -521
- package/dist/CustomParametersMixin-459ef1cd.js +0 -12
- package/dist/DefaultMaterial.glsl-62c56ad1.js +0 -42
- package/dist/DefaultMaterial_COLOR_GAMMA-c811f7e5.js +0 -653
- package/dist/DefaultTheme-597848b5.js +0 -130
- package/dist/DeleteForwardEditsParameters-d78ab81c.js +0 -18
- package/dist/DimensionLayer-06ddf275.js +0 -129
- package/dist/DirectLineMeasurement3D-ce16b822.js +0 -449
- package/dist/DistanceMeasurement2D-a3acbab9.js +0 -303
- package/dist/DoubleArray-b024f2e4.js +0 -25
- package/dist/EdgeProcessingWorker-9ff02aa9.js +0 -63
- package/dist/EditBusLayer-78fdab54.js +0 -107
- package/dist/ElevationInfo-ed1f4555.js +0 -56
- package/dist/ElevationLayer-99c6bc4a.js +0 -129
- package/dist/ElevationQuery-2365a962.js +0 -598
- package/dist/ElevationSamplerWorker-74d363b8.js +0 -62
- package/dist/ExportImageParameters-19f65a9b.js +0 -66
- package/dist/ExportStrategy-fe637138.js +0 -93
- package/dist/ExportWMSImageParameters-de464861.js +0 -33
- package/dist/External-570c0cb9.js +0 -110
- package/dist/FeatureCollectionSnappingSource-7d1bfc6c.js +0 -130
- package/dist/FeatureCommandQueue-54607a57.js +0 -1244
- package/dist/FeatureEffect-fc2b572b.js +0 -39
- package/dist/FeatureEffectLayer-4c767558.js +0 -13
- package/dist/FeatureFilter-c664009b.js +0 -27
- package/dist/FeatureLayer-e724eeda.js +0 -693
- package/dist/FeatureLayerBase-d0c420df.js +0 -148
- package/dist/FeatureLayerSource-1c4783aa.js +0 -444
- package/dist/FeatureLayerView2D-7a756766.js +0 -1967
- package/dist/FeaturePipelineWorker-3c95c6d8.js +0 -3633
- package/dist/FeatureReductionLayer-518c81a9.js +0 -225
- package/dist/FeatureReductionSelection-effc540f.js +0 -22
- package/dist/FeatureServiceSnappingSource-526822e4.js +0 -481
- package/dist/FeatureServiceSnappingSourceWorker-b87f9239.js +0 -747
- package/dist/FeatureSet-bd8168c4.js +0 -188
- package/dist/FeatureStore-5880cfb5.js +0 -131
- package/dist/FeatureTemplate-06799dd6.js +0 -12
- package/dist/FeatureType-68c5331c.js +0 -25
- package/dist/FieldsIndex-7395c158.js +0 -109
- package/dist/FormTemplate-84169683.js +0 -350
- package/dist/GeoJSONLayer-f7f9a9d2.js +0 -236
- package/dist/GeoJSONSourceWorker-dca22022.js +0 -247
- package/dist/GeoRSSLayer-b7ae9c64.js +0 -73
- package/dist/GeoRSSLayerView2D-8e961848.js +0 -140
- package/dist/GeometryUtils-0befb2c3.js +0 -403
- package/dist/GraphicContainer-c29d537d.js +0 -26
- package/dist/GraphicManipulator-2cf2ccef.js +0 -1499
- package/dist/GraphicsLayer-435613fc.js +0 -38
- package/dist/GraphicsLayerView2D-396a5c04.js +0 -114
- package/dist/GraphicsSnappingSource-d1256955.js +0 -273
- package/dist/GraphicsView2D-548609f3.js +0 -620
- package/dist/GroupLayer-1b720d11.js +0 -147
- package/dist/GroupLayerView2D-7dabdf93.js +0 -98
- package/dist/HUDMaterial.glsl-c4555a33.js +0 -65
- package/dist/HighlightCounter-eca069ae.js +0 -41
- package/dist/HighlightGraphicContainer-0607fb71.js +0 -18
- package/dist/I3SBinaryReader-b49f9df8.js +0 -310
- package/dist/I3SLayerDefinitions-1ac1aed8.js +0 -55
- package/dist/I3SUtil-16c297d2.js +0 -59
- package/dist/IdentityManager-637f161b.js +0 -899
- package/dist/ImageHistogramParameters-cc140593.js +0 -905
- package/dist/ImageryLayer-64820a1e.js +0 -1799
- package/dist/ImageryLayerView2D-9526e457.js +0 -352
- package/dist/ImageryTileLayer-82303ca4.js +0 -2157
- package/dist/ImageryTileLayerView2D-df3c0905.js +0 -1110
- package/dist/ImmutableArray-fb7b7a6a.js +0 -20
- package/dist/Indices-0f1d8539.js +0 -67
- package/dist/IntegratedMesh3DTilesLayer-edc82dec.js +0 -112
- package/dist/IntegratedMeshLayer-446c5e6d.js +0 -141
- package/dist/InteractiveAnalysisViewModel-83bf375d.js +0 -7397
- package/dist/InterleavedLayout-73357178.js +0 -163
- package/dist/KMLLayer-c761003e.js +0 -162
- package/dist/KMLLayerView2D-50f30b49.js +0 -253
- package/dist/KnowledgeGraphLayerView2D-03cf7eb6.js +0 -43
- package/dist/LRUCache-9af70841.js +0 -32
- package/dist/LabelClass-d927154f.js +0 -135
- package/dist/LabelMetric-868f5063.js +0 -400
- package/dist/LaserlinePath.glsl-d5a5b340.js +0 -64
- package/dist/Laserlines.glsl-16dcefc6.js +0 -65
- package/dist/LayerFloorInfo-e04a9a91.js +0 -15
- package/dist/LayerView-dc4ce424.js +0 -206
- package/dist/LercWorker-9b2c7281.js +0 -157
- package/dist/LineOfSightLayer-d29acf6c.js +0 -147
- package/dist/LinkChartLayer-056705f3.js +0 -1027
- package/dist/Lyr3DWorker-9b9b1ea6.js +0 -82
- package/dist/MD5-1b5ec1c3.js +0 -76
- package/dist/MagnifierPrograms-c71c06d0.js +0 -806
- package/dist/MapImageLayer-99e5e848.js +0 -169
- package/dist/MapImageLayerView2D-27eecdfa.js +0 -146
- package/dist/MapNotesLayer-2689fe22.js +0 -283
- package/dist/MapNotesLayerView2D-b7ab0779.js +0 -161
- package/dist/MapServiceLayerViewHelper-e40533c3.js +0 -288
- package/dist/MeasurementWidgetContent-4d42eedf.js +0 -2642
- package/dist/MediaLayer-f46a07c9.js +0 -523
- package/dist/MediaLayerView2D-7d5c7ce5.js +0 -332
- package/dist/MemCache-e0d2fb77.js +0 -227
- package/dist/MemorySourceWorker-e1c99114.js +0 -222
- package/dist/Mesh-1e806822.js +0 -980
- package/dist/MeshLocalVertexSpace-b50bc760.js +0 -19
- package/dist/MultiOriginJSONSupport-5c20240b.js +0 -158
- package/dist/NestedMap-83f8e815.js +0 -29
- package/dist/OGCFeatureLayer-4bac77ad.js +0 -211
- package/dist/OGCFeatureLayerView2D-fc59c9e0.js +0 -82
- package/dist/ObjectStack-e1b78554.js +0 -21
- package/dist/Octree-f900126e.js +0 -495
- package/dist/OpenStreetMapLayer-2489be18.js +0 -30
- package/dist/OperationalLayer-c665515d.js +0 -44
- package/dist/OptimizedFeatureSet-54e095c4.js +0 -12
- package/dist/OptimizedGeometry-3b808152.js +0 -68
- package/dist/OrderByInfo-381bb537.js +0 -16
- package/dist/OrderIndependentTransparency-3eadfe42.js +0 -214
- package/dist/OrderedLayer-357ba928.js +0 -26
- package/dist/OrientedImageryLayer-3b4711d5.js +0 -216
- package/dist/OverlayCompositing.glsl-d47c7707.js +0 -65
- package/dist/OverrideHelper-9a853be0.js +0 -242
- package/dist/PBFDecoderWorker-c3c817bf.js +0 -213
- package/dist/PointCloudLayer-609aed2a.js +0 -197
- package/dist/PointCloudUniqueValueRenderer-3413c8ff.js +0 -115
- package/dist/PointCloudWorker-0c7977d0.js +0 -212
- package/dist/PooledRBush-e6121cf5.js +0 -272
- package/dist/Popup-8ec024dd.js +0 -3990
- package/dist/PortalLayer-7dcf2ff9.js +0 -126
- package/dist/Program-ffdb8d8b.js +0 -694
- package/dist/ProgramTemplate-cd8ea7d1.js +0 -35
- package/dist/QueryEngine-3fd7ffd7.js +0 -896
- package/dist/QueryEngineCapabilities-0d8477a2.js +0 -4
- package/dist/QueryTask-a92e16b0.js +0 -119
- package/dist/RasterSymbolizer-626a8387.js +0 -3024
- package/dist/RasterVFDisplayObject-652ec811.js +0 -581
- package/dist/RasterWorker-22e1176c.js +0 -78
- package/dist/RawBlockCache-5688a113.js +0 -185
- package/dist/RealisticTree.glsl-1003fe8b.js +0 -42
- package/dist/Rect-894f011c.js +0 -14
- package/dist/RefreshableLayer-1651a43e.js +0 -80
- package/dist/RefreshableLayerView-a2a94d4f.js +0 -16
- package/dist/Relationship-e34ba942.js +0 -64
- package/dist/RelationshipQuery-cdf74fb5.js +0 -22
- package/dist/RenderState-b244097f.js +0 -7
- package/dist/RenderingContext-6841a9d8.js +0 -889
- package/dist/RibbonLine.glsl-368600d8.js +0 -65
- package/dist/RouteLayer-6e99dd5f.js +0 -786
- package/dist/RouteLayerView2D-b8a76137.js +0 -195
- package/dist/SDFHelper-486c5d0a.js +0 -140
- package/dist/SSAO.glsl-68b4dd42.js +0 -43
- package/dist/SSAOBlur.glsl-528d5737.js +0 -42
- package/dist/ScaleRangeLayer-5ee887eb.js +0 -21
- package/dist/SceneLayer-68909d93.js +0 -542
- package/dist/SceneLayerSnappingSource-83cd861a.js +0 -218
- package/dist/SceneLayerSnappingSourceWorker-8618d4b2.js +0 -112
- package/dist/SceneLayerWorker-07be2963.js +0 -164
- package/dist/SceneService-f4f60260.js +0 -215
- package/dist/Scheduler-57f58fb5.js +0 -373
- package/dist/ShadedColorMaterial.glsl-89a57c04.js +0 -64
- package/dist/SnappingOperation-2e776ff3.js +0 -48
- package/dist/SourceLayerData-a1e12491.js +0 -116
- package/dist/SpatialFilter-ecf9c66f.js +0 -1701
- package/dist/Stop-7bfbe787.js +0 -281
- package/dist/StreamLayer-32f72659.js +0 -188
- package/dist/StreamLayerView2D-9bf66c16.js +0 -164
- package/dist/StyleDefinition-f4862d5a.js +0 -36
- package/dist/StyleRepository-f42361f2.js +0 -2212
- package/dist/SublayersOwner-2056b80d.js +0 -545
- package/dist/SubtypeGroupLayer-00b13c42.js +0 -514
- package/dist/SubtypeGroupLayerView2D-5c995006.js +0 -84
- package/dist/TechniqueInstance-8f9c46f9.js +0 -233
- package/dist/TemporalLayer-758cf2cb.js +0 -23
- package/dist/Texture-e434c1ed.js +0 -501
- package/dist/TextureOnly.glsl-2e6fa34e.js +0 -65
- package/dist/Theme-f939c4f1.js +0 -3426
- package/dist/Tick-ce88cd8d.js +0 -723
- package/dist/TileContainer-3cb306b0.js +0 -31
- package/dist/TileInfoTilemapCache-1cdda7a5.js +0 -38
- package/dist/TileLayer-1de851f9.js +0 -194
- package/dist/TileLayerView2D-110af36c.js +0 -187
- package/dist/TilemapCache-cee969aa.js +0 -189
- package/dist/TimeInfo-23e07863.js +0 -42
- package/dist/TimeOnly-21ef799a.js +0 -706
- package/dist/Tooltip-6e0dd456.js +0 -138
- package/dist/TopFeaturesQuery-b3252f4d.js +0 -32
- package/dist/TurboLine-33d9b8e3.js +0 -565
- package/dist/UniqueValueRenderer-c3676f1b.js +0 -1039
- package/dist/UnknownLayer-9f4c2c0d.js +0 -30
- package/dist/UnknownTimeZone-6e630bad.js +0 -15
- package/dist/UnsupportedLayer-eb3411ce.js +0 -31
- package/dist/UpdateTracking2D-2c532d68.js +0 -8566
- package/dist/Util-79c67a06.js +0 -57
- package/dist/VectorTileLayer-5b1f3996.js +0 -544
- package/dist/VectorTileLayerView2D-d9b46d83.js +0 -2108
- package/dist/Version-95328cb6.js +0 -33
- package/dist/VertexArrayObject-3c588329.js +0 -73
- package/dist/VertexAttribute-faad30bf.js +0 -11
- package/dist/VertexColor.glsl-bf540843.js +0 -2683
- package/dist/VertexElementDescriptor-d7c718c2.js +0 -8
- package/dist/VertexSnappingCandidate-ff1026f6.js +0 -13
- package/dist/VideoLayerView2D-02cd5785.js +0 -124
- package/dist/VoxelLayer-f7bdc404.js +0 -631
- package/dist/WFSLayer-bfd33d87.js +0 -221
- package/dist/WFSSourceWorker-3207010e.js +0 -157
- package/dist/WGLContainer-02f424a7.js +0 -5426
- package/dist/WMSLayer-51abe148.js +0 -536
- package/dist/WMSLayerView2D-5aac2d24.js +0 -117
- package/dist/WMTSLayer-caa0eebf.js +0 -531
- package/dist/WMTSLayerView2D-97efdded.js +0 -142
- package/dist/WebTileLayer-7cc43b22.js +0 -110
- package/dist/WhereClause-c7269737.js +0 -2766
- package/dist/WorkerHandle-a6c56be3.js +0 -47
- package/dist/WorkerTileHandler-5e4badb6.js +0 -1539
- package/dist/action-ed1fc7dc.js +0 -198
- package/dist/action-group-7e15640a.js +0 -145
- package/dist/action-menu-0209ed87.js +0 -1759
- package/dist/apng-fc9f8a0c.js +0 -392
- package/dist/arcade-776c40d7.js +0 -229
- package/dist/arcadeAsyncRuntime-00ff707b.js +0 -943
- package/dist/arcadeUtils-559cf17f.js +0 -8741
- package/dist/arcgis-knowledge-client-core-81383293.js +0 -1218
- package/dist/arcgis-knowledge-client-core-simd-9c1c4d02.js +0 -1218
- package/dist/arcgisLayers-464bee8e.js +0 -152
- package/dist/associatedFeatureServiceUtils-a4bc8b90.js +0 -92
- package/dist/axisAngleDegrees-c59eac48.js +0 -49
- package/dist/basicInterfaces-fa4f5fa7.js +0 -30
- package/dist/basis_transcoder-b850d7ac.js +0 -1248
- package/dist/calcite-action-9684de07.js +0 -22
- package/dist/calcite-action-bar-aab78d85.js +0 -303
- package/dist/calcite-action-group-86560b7c.js +0 -28
- package/dist/calcite-button-945a382c.js +0 -228
- package/dist/calcite-flow-f22417bf.js +0 -128
- package/dist/calcite-flow-item-6721cdb5.js +0 -499
- package/dist/calcite-icon-f70b3548.js +0 -16
- package/dist/calcite-input-82365055.js +0 -24
- package/dist/calcite-label-4edd4c73.js +0 -79
- package/dist/calcite-list-889ce7fd.js +0 -2135
- package/dist/calcite-list-item-dbfe03a4.js +0 -576
- package/dist/calcite-list-item-group-a50afa76.js +0 -71
- package/dist/calcite-loader-7dea3bfb.js +0 -14
- package/dist/calcite-modal-9dc28700.js +0 -333
- package/dist/calcite-notice-2f157f48.js +0 -181
- package/dist/calcite-option-ac295d06.js +0 -94
- package/dist/calcite-scrim-edd8c548.js +0 -18
- package/dist/calcite-select-04e5897b.js +0 -231
- package/dist/capabilities-bf491f8c.js +0 -50
- package/dist/chartCommon-70e79d9a.js +0 -256
- package/dist/chartUtilsAm5-a25543c4.js +0 -2954
- package/dist/clientSideDefaults-77af5697.js +0 -39
- package/dist/colorRamps-4de2ec40.js +0 -38
- package/dist/colorUtils-2fce3a34.js +0 -164
- package/dist/commonProperties-10456153.js +0 -60
- package/dist/computeTranslationToOriginAndRotation-d7eabc4f.js +0 -60
- package/dist/conditionalSlot-e316883a.js +0 -27
- package/dist/config-61215215.js +0 -7
- package/dist/constants-5bd557fe.js +0 -5
- package/dist/createConnection-f372a435.js +0 -299
- package/dist/crsUtils-59933b10.js +0 -7
- package/dist/dataUtils-60ffa365.js +0 -1421
- package/dist/date-1c28c6a5.js +0 -52
- package/dist/debounce-de27a42a.js +0 -121
- package/dist/deduplicate-06599792.js +0 -89
- package/dist/defaults-c2a9563f.js +0 -31
- package/dist/defaultsJSON-ba17aa15.js +0 -10
- package/dist/definitions-a00a3a6c.js +0 -52
- package/dist/deleteForwardEdits-9c23916a.js +0 -13
- package/dist/devEnvironmentUtils-42cb97c7.js +0 -11
- package/dist/diffUtils-65d58fa2.js +0 -90
- package/dist/dom-b589b728.js +0 -358
- package/dist/doublePrecisionUtils-46e21550.js +0 -22
- package/dist/drapedUtils-563ae0de.js +0 -75
- package/dist/earcut-0620e773.js +0 -292
- package/dist/edgeProcessing-dacaccd4.js +0 -252
- package/dist/editingSupport-226319f1.js +0 -203
- package/dist/editsZScale-c40970da.js +0 -37
- package/dist/elevationInfoUtils-f23e102a.js +0 -126
- package/dist/enums-25d066fc.js +0 -13
- package/dist/enums-2c166c09.js +0 -99
- package/dist/enums-fa8f05ab.js +0 -152
- package/dist/executeForIds-94d1fbd0.js +0 -14
- package/dist/executeForTopCount-582b8895.js +0 -17
- package/dist/executeForTopExtents-6c202fdf.js +0 -17
- package/dist/executeForTopIds-97d4f526.js +0 -17
- package/dist/executeQueryJSON-9b8a210d.js +0 -15
- package/dist/executeQueryPBF-7191c869.js +0 -152
- package/dist/executeRelationshipQuery-c0ee5c53.js +0 -53
- package/dist/executeTopFeaturesQuery-9bd085d1.js +0 -18
- package/dist/featureConversionUtils-3c1e5c64.js +0 -479
- package/dist/featureLayerUtils-17df50fd.js +0 -250
- package/dist/featureLayerUtils-9c8d31ed.js +0 -142
- package/dist/featureSetUtils-5d5e2130.js +0 -2530
- package/dist/featuresetbase-c5ed85e8.js +0 -707
- package/dist/featuresetgeom-5514f20c.js +0 -99
- package/dist/featuresetstats-c8942c35.js +0 -81
- package/dist/featuresetstring-fe52a771.js +0 -95
- package/dist/fetchService-a8d11522.js +0 -33
- package/dist/fieldProperties-113def24.js +0 -33
- package/dist/floatRGBA-589cf5b3.js +0 -20
- package/dist/floorFilterUtils-936f7587.js +0 -19
- package/dist/focusTrapComponent-e849bb89.js +0 -475
- package/dist/form-1952acfb.js +0 -138
- package/dist/geohashUtils-a4cca9e2.js +0 -85
- package/dist/geojson-abed8603.js +0 -208
- package/dist/geomasync-f0c077c3.js +0 -567
- package/dist/geometryEngine-962a31ac.js +0 -192
- package/dist/geometryEngineAsync-38c68f67.js +0 -217
- package/dist/geometryEngineBase-c4b11c2f.js +0 -18463
- package/dist/geometryEngineJSON-54c723b5.js +0 -171
- package/dist/geometryEngineJSON-f589dd9e.js +0 -46
- package/dist/geometryEngineWorker-0946e02e.js +0 -11
- package/dist/geometryServiceUtils-a7fa738a.js +0 -28
- package/dist/georeference-40de0674.js +0 -291
- package/dist/gif-a04822ef.js +0 -323
- package/dist/glUtil-8f8bce6b.js +0 -19
- package/dist/gltfexport-d49bb33e.js +0 -705
- package/dist/groupLayerUtils-4668a0a8.js +0 -39
- package/dist/heatmapUtils-1c9f8343.js +0 -45
- package/dist/highlightReasons-70b84c32.js +0 -19
- package/dist/hydrated-9a3c2b9e.js +0 -40
- package/dist/i3s-cf7ddd65.js +0 -809
- package/dist/icon-54dead80.js +0 -127
- package/dist/imageBitmapUtils-267d004d.js +0 -23
- package/dist/imageUtils-c91f60b9.js +0 -89
- package/dist/imageUtils-ebcce9e3.js +0 -69
- package/dist/imageryUtils-a19a5307.js +0 -43
- package/dist/index-5b6496c1.js +0 -45647
- package/dist/infoFor3D-bf4e6c95.js +0 -58
- package/dist/input-message-ab65fdba.js +0 -92
- package/dist/input2-a0ca49c1.js +0 -575
- package/dist/interactive-ac74c839.js +0 -80
- package/dist/interfaces-fac3cfda.js +0 -7
- package/dist/json-5febf88a.js +0 -57
- package/dist/jsonContext-b085f4a7.js +0 -15
- package/dist/jsonUtils-0842c640.js +0 -86
- package/dist/jsonUtils-67d86fe7.js +0 -59
- package/dist/jsonUtils-d3d63f35.js +0 -476
- package/dist/kmlUtils-6326fce9.js +0 -112
- package/dist/knowledgeGraphService-03ae503a.js +0 -739
- package/dist/knowledgegraph-5b1d5ebd.js +0 -149
- package/dist/label2-1ab25f27.js +0 -90
- package/dist/labelUtils-58cb2a65.js +0 -61
- package/dist/labelingInfo-cfce0daa.js +0 -46
- package/dist/layerViewUtils-052e603c.js +0 -10
- package/dist/layersCreator-416e0d30.js +0 -151
- package/dist/layersLoader-2820ec3e.js +0 -197
- package/dist/lazyLayerLoader-c351edad.js +0 -10
- package/dist/lclayout-a1b7a42a.js +0 -773
- package/dist/lengthUtils-f0bfb8e2.js +0 -5
- package/dist/lerc-wasm-3028a992.js +0 -325
- package/dist/libtess-04fb1638.js +0 -269
- package/dist/libtess-asm-e78c880b.js +0 -3673
- package/dist/lineSegment-c22cd085.js +0 -76
- package/dist/loadGLTFMesh-d0f93b87.js +0 -181
- package/dist/loadable-959dc417.js +0 -24
- package/dist/loader-67d028e0.js +0 -79
- package/dist/lyr3DWorker-25faa30c.js +0 -2108
- package/dist/mapViewDeps-4e6b6461.js +0 -3052
- package/dist/mat3f64-03233387.js +0 -19
- package/dist/mat4f64-cce69db4.js +0 -19
- package/dist/mediaLayerUtils-08c14ea1.js +0 -35
- package/dist/meshFeatureSet-4078b41a.js +0 -126
- package/dist/meshVertexSpaceUtils-5ad91792.js +0 -58
- package/dist/multiOriginJSONSupportUtils-207ba4d4.js +0 -6
- package/dist/multidimensionalUtils-0319ac8b.js +0 -290
- package/dist/normalizeUtilsSync-7db162b9.js +0 -181
- package/dist/number-a8aec1c1.js +0 -128
- package/dist/objectIdUtils-93dae423.js +0 -14
- package/dist/objectResourceUtils-60d4fa04.js +0 -1455
- package/dist/observers-efd24f7f.js +0 -30
- package/dist/ogcFeatureUtils-992f6584.js +0 -206
- package/dist/openCloseComponent-8642f156.js +0 -37
- package/dist/orientedBoundingBox-6d95d542.js +0 -447
- package/dist/originUtils-87edf087.js +0 -9
- package/dist/parser-60d688e7.js +0 -488
- package/dist/pbf-64a75d0b.js +0 -215
- package/dist/pbfQueryUtils-f694a3e8.js +0 -422
- package/dist/pe-wasm-f6126837.js +0 -887
- package/dist/persistable-0fcf283e.js +0 -89
- package/dist/perspectiveUtils-eda33734.js +0 -42
- package/dist/pieChart-e29573aa.js +0 -555
- package/dist/plane-c68e0078.js +0 -160
- package/dist/popupUtils-2fd3f2a7.js +0 -50
- package/dist/popupUtils-d3dae326.js +0 -22
- package/dist/portalItemUtils-40ca7a42.js +0 -57
- package/dist/portalLayers-5671cb04.js +0 -312
- package/dist/portalUtils-6b64ac6e.js +0 -7
- package/dist/programUtils-e514ef56.js +0 -59
- package/dist/project-6f8bb8e1.js +0 -21
- package/dist/projectPointToVector-4f88b833.js +0 -14
- package/dist/projectVectorToVector-94ea313f.js +0 -13
- package/dist/quantityUtils-7b42fe24.js +0 -33
- package/dist/quantizationUtils-8294a9a0.js +0 -68
- package/dist/quat-4e06fa53.js +0 -104
- package/dist/quatf64-bec1af25.js +0 -19
- package/dist/query-3792fb04.js +0 -89
- package/dist/queryAttachments-98980e21.js +0 -39
- package/dist/queryEngineUtils-049e3277.js +0 -21
- package/dist/queryTopFeatures-df2487d8.js +0 -50
- package/dist/queryZScale-d3727ba7.js +0 -12
- package/dist/rasterProjectionHelper-19e84240.js +0 -577
- package/dist/rasterUtils-89cca9c8.js +0 -122
- package/dist/rasterizingUtils-96a9d03b.js +0 -46
- package/dist/request-b11aee92.js +0 -46
- package/dist/requestImageUtils-c953d853.js +0 -8
- package/dist/resourceExtension-c69bcb8e.js +0 -17
- package/dist/resourceUtils-0169cd3e.js +0 -69
- package/dist/resourceUtils-846c7a8b.js +0 -62
- package/dist/resourceUtils-955d3872.js +0 -42
- package/dist/saveAPIKeyUtils-b94319f0.js +0 -8
- package/dist/saveUtils-e85929d3.js +0 -24
- package/dist/scaleUtils-20fabb63.js +0 -23
- package/dist/scrim-eb0b99ab.js +0 -114
- package/dist/serviceCapabilitiesUtils-42c192bf.js +0 -64
- package/dist/sizeVariableUtils-a1b694d8.js +0 -27
- package/dist/sourceUtils-1f55287b.js +0 -71
- package/dist/sphere-c8b8d2f4.js +0 -199
- package/dist/statsWorker-6b5e5338.js +0 -37
- package/dist/streamLayerUtils-8cfb15d2.js +0 -31
- package/dist/styleUtils-a42ac12e.js +0 -75
- package/dist/styleUtils-c555635b.js +0 -14
- package/dist/sublayerUtils-be893cf4.js +0 -37
- package/dist/substitute-4098f95d.js +0 -52
- package/dist/symbolColorUtils-7fc15266.js +0 -8
- package/dist/symbolLayerUtils-c2f6fdb3.js +0 -31
- package/dist/symbologySnappingCandidates-60ac5870.js +0 -221
- package/dist/t9n-a81d777e.js +0 -349
- package/dist/testSVGPremultipliedAlpha-0f9e857f.js +0 -94
- package/dist/tileUtils-3e0c8c1d.js +0 -7
- package/dist/timeSupport-88190ba5.js +0 -410
- package/dist/triangle-0ad4da78.js +0 -98
- package/dist/types-adba9034.js +0 -19
- package/dist/unitConversionUtils-106c6b0b.js +0 -17
- package/dist/unitFormatUtils-225a61b3.js +0 -40
- package/dist/uploadAssetErrors-2d9929d9.js +0 -70
- package/dist/uploadAssets-53d618cb.js +0 -330
- package/dist/utils-66783f9d.js +0 -419
- package/dist/utils-7d562724.js +0 -433
- package/dist/utils-9793ea80.js +0 -73
- package/dist/utils-97d1dcda.js +0 -91
- package/dist/utils-b2f7854d.js +0 -34
- package/dist/utils-db8e8eff.js +0 -2746
- package/dist/utils-ef92af53.js +0 -232
- package/dist/utils-fd8180df.js +0 -79
- package/dist/utils3-0006867a.js +0 -75
- package/dist/vec3-6fc5c98f.js +0 -81
- package/dist/vec3f32-304a6a9c.js +0 -36
- package/dist/vec42-3cf082e4.js +0 -125
- package/dist/vec4f32-b2628ced.js +0 -38
- package/dist/vec4f64-043e974c.js +0 -45
- package/dist/versionUtils-0e6aaeb6.js +0 -161
- package/dist/visualVariableUtils-97722de8.js +0 -267
- package/dist/webStyleSymbolUtils-15f58d81.js +0 -48
- package/dist/webglDeps-af75d749.js +0 -23
- package/dist/wfsUtils-ad89bf1d.js +0 -343
- package/dist/workerHelper-8a0048a3.js +0 -11
- package/dist/xmlUtils-64cc47e1.js +0 -24
- package/dist/xyChart-2acf038c.js +0 -3335
- package/dist/zipjs-wrapper-1bd67e07.js +0 -6496
- /package/dist/{ar-a17f8064.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/ar.js} +0 -0
- /package/dist/{bg_BG-9950a70b.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/bg_BG.js} +0 -0
- /package/dist/{bs_BA-60482871.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/bs_BA.js} +0 -0
- /package/dist/{ca_ES-a121088e.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/ca_ES.js} +0 -0
- /package/dist/{cs_CZ-1b968650.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/cs_CZ.js} +0 -0
- /package/dist/{da_DK-e0fe1642.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/da_DK.js} +0 -0
- /package/dist/{de_CH-b0dbd4c8.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/de_CH.js} +0 -0
- /package/dist/{de_DE-8609ef65.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/de_DE.js} +0 -0
- /package/dist/{el_GR-5cfd1e7e.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/el_GR.js} +0 -0
- /package/dist/{en_CA-47f2633b.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/en_CA.js} +0 -0
- /package/dist/{en_US-47f2633b.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/en_US.js} +0 -0
- /package/dist/{es_ES-489878a2.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/es_ES.js} +0 -0
- /package/dist/{et_EE-6472669a.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/et_EE.js} +0 -0
- /package/dist/{fi_FI-d7a3a525.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/fi_FI.js} +0 -0
- /package/dist/{fr_FR-a88f2596.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/fr_FR.js} +0 -0
- /package/dist/{he_IL-e34cf273.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/he_IL.js} +0 -0
- /package/dist/{hr_HR-6a124f87.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/hr_HR.js} +0 -0
- /package/dist/{hu_HU-58f3feb6.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/hu_HU.js} +0 -0
- /package/dist/{id_ID-18d97715.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/id_ID.js} +0 -0
- /package/dist/{it_IT-49e70bbf.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/it_IT.js} +0 -0
- /package/dist/{ja_JP-eaef2cc3.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/ja_JP.js} +0 -0
- /package/dist/{ko_KR-5c972fd8.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/ko_KR.js} +0 -0
- /package/dist/{lt_LT-26f13fd1.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/lt_LT.js} +0 -0
- /package/dist/{lv_LV-4feafa92.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/lv_LV.js} +0 -0
- /package/dist/{nb_NO-21543153.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/nb_NO.js} +0 -0
- /package/dist/{nl_NL-7876d97f.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/nl_NL.js} +0 -0
- /package/dist/{pl_PL-276c6dae.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/pl_PL.js} +0 -0
- /package/dist/{pt_BR-4fae3055.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/pt_BR.js} +0 -0
- /package/dist/{pt_PT-14d9efb1.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/pt_PT.js} +0 -0
- /package/dist/{ro_RO-8e733cf5.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/ro_RO.js} +0 -0
- /package/dist/{ru_RU-f7bafc90.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/ru_RU.js} +0 -0
- /package/dist/{sk_SK-c279eea3.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/sk_SK.js} +0 -0
- /package/dist/{sl_SL-e40950dd.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/sl_SL.js} +0 -0
- /package/dist/{sr_RS-b1835dfa.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/sr_RS.js} +0 -0
- /package/dist/{sv_SE-15ca9e36.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/sv_SE.js} +0 -0
- /package/dist/{th_TH-bf624a56.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/th_TH.js} +0 -0
- /package/dist/{tr_TR-ca5c315f.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/tr_TR.js} +0 -0
- /package/dist/{uk_UA-4b3cb86d.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/uk_UA.js} +0 -0
- /package/dist/{vi_VN-ad09e708.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/vi_VN.js} +0 -0
- /package/dist/{zh_Hans-61faef57.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/zh_Hans.js} +0 -0
- /package/dist/{zh_Hant-87a9767b.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/chunks/zh_Hant.js} +0 -0
- /package/dist/{mask-svg-30f64a7b.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/magnifier/mask-svg.js} +0 -0
- /package/dist/{overlay-svg-c3941b3b.js → node_modules/.pnpm/@arcgis_core@4.29.10/node_modules/@arcgis/core/views/magnifier/overlay-svg.js} +0 -0
- /package/dist/{component-51a10bc0.js → node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/component.js} +0 -0
- /package/dist/{guid-5ee54248.js → node_modules/.pnpm/@esri_calcite-components@2.7.1/node_modules/@esri/calcite-components/dist/components/guid.js} +0 -0
|
@@ -1,2683 +0,0 @@
|
|
|
1
|
-
import { bs as ir, gZ as nr, Q as ft, bH as Jr, fj as Pt, aS as es, W as bt, s as or, S as cr, iw as ue, cK as ts, l1 as rs, l2 as ss, l3 as as, fg as H, bd as is, bf as ns, b as It, b9 as b, e as L, y as D, c as os, cv as nt, gQ as ge, ez as cs, bt as ls, L as us, bp as ee, bo as ae, l4 as ds, ej as ye, bg as qe, j4 as pt, gf as $t, hs, bn as lr, h0 as ms, dc as fs, e3 as Ft, iN as ps, fp as Ue, j6 as Ve, bJ as Dt, l5 as vs, gU as _s, gX as gs, l as Ts, bm as Te, kr as Es, gc as Ss, g7 as Se, fr as be, gn as As, ge as xs, gv as Bt, l6 as Os, l7 as Ht, gd as Rs, l8 as ur, l9 as dr } from "./index-5b6496c1.js";
|
|
2
|
-
import { E as bs, c as le, G as Re, L as Ce, D as vt, O as we, I as Z } from "./enums-2c166c09.js";
|
|
3
|
-
import { c as Is, m as ze, a as $s, e as Ls } from "./Texture-e434c1ed.js";
|
|
4
|
-
import { s as _t } from "./vec42-3cf082e4.js";
|
|
5
|
-
import { n as Lt, r as hr } from "./vec4f64-043e974c.js";
|
|
6
|
-
import { o as l, n as Me } from "./OrderIndependentTransparency-3eadfe42.js";
|
|
7
|
-
import { a as R } from "./BindType-5e76c8e1.js";
|
|
8
|
-
import { s as U } from "./Util-79c67a06.js";
|
|
9
|
-
import { e as m } from "./VertexAttribute-faad30bf.js";
|
|
10
|
-
import { e as Ne } from "./mat3f64-03233387.js";
|
|
11
|
-
import { a as gt, t as ys, i as Cs, u as Ge, N as he } from "./basicInterfaces-fa4f5fa7.js";
|
|
12
|
-
import { e as Ae, o as rt, r as ws } from "./mat4f64-cce69db4.js";
|
|
13
|
-
import { t as Ms, l as Ns } from "./Indices-0f1d8539.js";
|
|
14
|
-
import { e as xe, d as Ps, o as Fs } from "./triangle-0ad4da78.js";
|
|
15
|
-
import { o as Ds, r as Bs } from "./doublePrecisionUtils-46e21550.js";
|
|
16
|
-
import "./lengthUtils-f0bfb8e2.js";
|
|
17
|
-
import { t as Hs } from "./requestImageUtils-c953d853.js";
|
|
18
|
-
import { w as mr, Z as de } from "./sphere-c8b8d2f4.js";
|
|
19
|
-
import { O as Us, L as Vs } from "./orientedBoundingBox-6d95d542.js";
|
|
20
|
-
import { x as fr, c as Ut, y as zs, u as Gs, q as Ws, i as Vt } from "./BufferView-35ce41c8.js";
|
|
21
|
-
function gn(t, e = !1) {
|
|
22
|
-
return t <= ir ? e ? new Array(t).fill(0) : new Array(t) : new Float32Array(t);
|
|
23
|
-
}
|
|
24
|
-
let yt = class {
|
|
25
|
-
constructor() {
|
|
26
|
-
this.id = nr();
|
|
27
|
-
}
|
|
28
|
-
}, ks = class {
|
|
29
|
-
constructor(e) {
|
|
30
|
-
this.channel = e, this.id = nr();
|
|
31
|
-
}
|
|
32
|
-
};
|
|
33
|
-
function js(t, e) {
|
|
34
|
-
return t == null && (t = []), t.push(e), t;
|
|
35
|
-
}
|
|
36
|
-
function qs(t, e) {
|
|
37
|
-
if (t == null)
|
|
38
|
-
return null;
|
|
39
|
-
const r = t.filter((s) => s !== e);
|
|
40
|
-
return r.length === 0 ? null : r;
|
|
41
|
-
}
|
|
42
|
-
let Sn = class {
|
|
43
|
-
constructor(e, r) {
|
|
44
|
-
this._module = e, this._loadModule = r;
|
|
45
|
-
}
|
|
46
|
-
get() {
|
|
47
|
-
return this._module;
|
|
48
|
-
}
|
|
49
|
-
async reload() {
|
|
50
|
-
return this._module = await this._loadModule(), this._module;
|
|
51
|
-
}
|
|
52
|
-
}, xn = class {
|
|
53
|
-
constructor(e, r, s) {
|
|
54
|
-
this.release = s, this.initializeConfiguration(e, r), this._configuration = r.snapshot(), this._program = this.initializeProgram(e), this._pipeline = this.initializePipeline(e);
|
|
55
|
-
}
|
|
56
|
-
destroy() {
|
|
57
|
-
this._program = ft(this._program), this._pipeline = this._configuration = null;
|
|
58
|
-
}
|
|
59
|
-
reload(e) {
|
|
60
|
-
ft(this._program), this._program = this.initializeProgram(e), this._pipeline = this.initializePipeline(e);
|
|
61
|
-
}
|
|
62
|
-
get program() {
|
|
63
|
-
return this._program;
|
|
64
|
-
}
|
|
65
|
-
get compiled() {
|
|
66
|
-
return this.program.compiled;
|
|
67
|
-
}
|
|
68
|
-
get key() {
|
|
69
|
-
return this._configuration.key;
|
|
70
|
-
}
|
|
71
|
-
get configuration() {
|
|
72
|
-
return this._configuration;
|
|
73
|
-
}
|
|
74
|
-
ensureAttributeLocations(e) {
|
|
75
|
-
this.program.assertCompatibleVertexAttributeLocations(e);
|
|
76
|
-
}
|
|
77
|
-
get primitiveType() {
|
|
78
|
-
return bs.TRIANGLES;
|
|
79
|
-
}
|
|
80
|
-
getPipeline(e, r, s) {
|
|
81
|
-
return this._pipeline;
|
|
82
|
-
}
|
|
83
|
-
initializeConfiguration(e, r) {
|
|
84
|
-
}
|
|
85
|
-
}, Rn = class {
|
|
86
|
-
constructor(e, r, s) {
|
|
87
|
-
this._context = e, this._locations = s, this._textures = /* @__PURE__ */ new Map(), this._freeTextureUnits = new Jr({ deallocator: null }), this._glProgram = e.programCache.acquire(r.generate("vertex"), r.generate("fragment"), s), this._glProgram.stop = () => {
|
|
88
|
-
throw new Error("Wrapped _glProgram used directly");
|
|
89
|
-
}, this.bindPass = r.generateBindPass(this), this.bindDraw = r.generateBindDraw(this), this._fragmentUniforms = Is() ? r.fragmentUniforms : null;
|
|
90
|
-
}
|
|
91
|
-
dispose() {
|
|
92
|
-
this._glProgram.dispose();
|
|
93
|
-
}
|
|
94
|
-
get glName() {
|
|
95
|
-
return this._glProgram.glName;
|
|
96
|
-
}
|
|
97
|
-
get hasTransformFeedbackVaryings() {
|
|
98
|
-
return this._glProgram.hasTransformFeedbackVaryings;
|
|
99
|
-
}
|
|
100
|
-
get compiled() {
|
|
101
|
-
return this._glProgram.compiled;
|
|
102
|
-
}
|
|
103
|
-
setUniform1b(e, r) {
|
|
104
|
-
this._glProgram.setUniform1i(e, r ? 1 : 0);
|
|
105
|
-
}
|
|
106
|
-
setUniform1i(e, r) {
|
|
107
|
-
this._glProgram.setUniform1i(e, r);
|
|
108
|
-
}
|
|
109
|
-
setUniform1f(e, r) {
|
|
110
|
-
this._glProgram.setUniform1f(e, r);
|
|
111
|
-
}
|
|
112
|
-
setUniform2fv(e, r) {
|
|
113
|
-
this._glProgram.setUniform2fv(e, r);
|
|
114
|
-
}
|
|
115
|
-
setUniform3fv(e, r) {
|
|
116
|
-
this._glProgram.setUniform3fv(e, r);
|
|
117
|
-
}
|
|
118
|
-
setUniform4fv(e, r) {
|
|
119
|
-
this._glProgram.setUniform4fv(e, r);
|
|
120
|
-
}
|
|
121
|
-
setUniformMatrix3fv(e, r) {
|
|
122
|
-
this._glProgram.setUniformMatrix3fv(e, r);
|
|
123
|
-
}
|
|
124
|
-
setUniformMatrix4fv(e, r) {
|
|
125
|
-
this._glProgram.setUniformMatrix4fv(e, r);
|
|
126
|
-
}
|
|
127
|
-
setUniform1fv(e, r) {
|
|
128
|
-
this._glProgram.setUniform1fv(e, r);
|
|
129
|
-
}
|
|
130
|
-
setUniform1iv(e, r) {
|
|
131
|
-
this._glProgram.setUniform1iv(e, r);
|
|
132
|
-
}
|
|
133
|
-
setUniform2iv(e, r) {
|
|
134
|
-
this._glProgram.setUniform3iv(e, r);
|
|
135
|
-
}
|
|
136
|
-
setUniform3iv(e, r) {
|
|
137
|
-
this._glProgram.setUniform3iv(e, r);
|
|
138
|
-
}
|
|
139
|
-
setUniform4iv(e, r) {
|
|
140
|
-
this._glProgram.setUniform4iv(e, r);
|
|
141
|
-
}
|
|
142
|
-
assertCompatibleVertexAttributeLocations(e) {
|
|
143
|
-
e.locations !== this._locations && console.error("VertexAttributeLocations are incompatible");
|
|
144
|
-
}
|
|
145
|
-
stop() {
|
|
146
|
-
this._textures.clear(), this._freeTextureUnits.clear();
|
|
147
|
-
}
|
|
148
|
-
bindTexture(e, r) {
|
|
149
|
-
if ((r == null ? void 0 : r.glName) == null) {
|
|
150
|
-
const a = this._textures.get(e);
|
|
151
|
-
return a && (this._context.bindTexture(null, a.unit), this._freeTextureUnit(a), this._textures.delete(e)), null;
|
|
152
|
-
}
|
|
153
|
-
let s = this._textures.get(e);
|
|
154
|
-
return s == null ? (s = this._allocTextureUnit(r), this._textures.set(e, s)) : s.texture = r, this._context.useProgram(this), this.setUniform1i(e, s.unit), this._context.bindTexture(r, s.unit), s.unit;
|
|
155
|
-
}
|
|
156
|
-
rebindTextures() {
|
|
157
|
-
var e;
|
|
158
|
-
this._context.useProgram(this), this._textures.forEach((r, s) => {
|
|
159
|
-
this._context.bindTexture(r.texture, r.unit), this.setUniform1i(s, r.unit);
|
|
160
|
-
}), (e = this._fragmentUniforms) == null || e.forEach((r) => {
|
|
161
|
-
r.type !== "sampler2D" && r.type !== "samplerCube" || this._textures.has(r.name) || console.error(`Texture sampler ${r.name} has no bound texture`);
|
|
162
|
-
});
|
|
163
|
-
}
|
|
164
|
-
_allocTextureUnit(e) {
|
|
165
|
-
return { texture: e, unit: this._freeTextureUnits.length === 0 ? this._textures.size : this._freeTextureUnits.pop() };
|
|
166
|
-
}
|
|
167
|
-
_freeTextureUnit(e) {
|
|
168
|
-
this._freeTextureUnits.push(e.unit);
|
|
169
|
-
}
|
|
170
|
-
};
|
|
171
|
-
function pr(t) {
|
|
172
|
-
t.code.add(l`const float MAX_RGBA_FLOAT =
|
|
173
|
-
255.0 / 256.0 +
|
|
174
|
-
255.0 / 256.0 / 256.0 +
|
|
175
|
-
255.0 / 256.0 / 256.0 / 256.0 +
|
|
176
|
-
255.0 / 256.0 / 256.0 / 256.0 / 256.0;
|
|
177
|
-
const vec4 FIXED_POINT_FACTORS = vec4(1.0, 256.0, 256.0 * 256.0, 256.0 * 256.0 * 256.0);
|
|
178
|
-
vec4 float2rgba(const float value) {
|
|
179
|
-
float valueInValidDomain = clamp(value, 0.0, MAX_RGBA_FLOAT);
|
|
180
|
-
vec4 fixedPointU8 = floor(fract(valueInValidDomain * FIXED_POINT_FACTORS) * 256.0);
|
|
181
|
-
const float toU8AsFloat = 1.0 / 255.0;
|
|
182
|
-
return fixedPointU8 * toU8AsFloat;
|
|
183
|
-
}
|
|
184
|
-
const vec4 RGBA_2_FLOAT_FACTORS = vec4(
|
|
185
|
-
255.0 / (256.0),
|
|
186
|
-
255.0 / (256.0 * 256.0),
|
|
187
|
-
255.0 / (256.0 * 256.0 * 256.0),
|
|
188
|
-
255.0 / (256.0 * 256.0 * 256.0 * 256.0)
|
|
189
|
-
);
|
|
190
|
-
float rgba2float(vec4 rgba) {
|
|
191
|
-
return dot(rgba, RGBA_2_FLOAT_FACTORS);
|
|
192
|
-
}`);
|
|
193
|
-
}
|
|
194
|
-
function Xs(t) {
|
|
195
|
-
t.include(pr), t.code.add(l`float linearDepthFromFloat(float depth, vec2 nearFar) {
|
|
196
|
-
return -(depth * (nearFar[1] - nearFar[0]) + nearFar[0]);
|
|
197
|
-
}
|
|
198
|
-
float linearDepthFromRGBA(vec4 depth, vec2 nearFar) {
|
|
199
|
-
return linearDepthFromFloat(rgba2float(depth), nearFar);
|
|
200
|
-
}
|
|
201
|
-
float linearDepthFromTexture(sampler2D depthTexture, vec2 uv, vec2 nearFar) {
|
|
202
|
-
ivec2 iuv = ivec2(uv * vec2(textureSize(depthTexture, 0)));
|
|
203
|
-
return linearDepthFromRGBA(texelFetch(depthTexture, iuv, 0), nearFar);
|
|
204
|
-
}`);
|
|
205
|
-
}
|
|
206
|
-
function In(t) {
|
|
207
|
-
t.code.add(l`float linearizeDepth(float depth, vec2 nearFar) {
|
|
208
|
-
float depthNdc = depth * 2.0 - 1.0;
|
|
209
|
-
return (2.0 * nearFar[0] * nearFar[1]) / (depthNdc * (nearFar[1] - nearFar[0]) - (nearFar[1] + nearFar[0]));
|
|
210
|
-
}
|
|
211
|
-
float linearDepthFromTexture(sampler2D depthTexture, vec2 uv, vec2 nearFar) {
|
|
212
|
-
ivec2 iuv = ivec2(uv * vec2(textureSize(depthTexture, 0)));
|
|
213
|
-
float depth = texelFetch(depthTexture, iuv, 0).r;
|
|
214
|
-
return linearizeDepth(depth, nearFar);
|
|
215
|
-
}`);
|
|
216
|
-
}
|
|
217
|
-
let j = class {
|
|
218
|
-
constructor(e, r, s, a, i = null) {
|
|
219
|
-
if (this.name = e, this.type = r, this.arraySize = i, this.bind = { [R.Pass]: null, [R.Draw]: null }, a)
|
|
220
|
-
switch (s) {
|
|
221
|
-
case R.Pass:
|
|
222
|
-
this.bind[R.Pass] = a;
|
|
223
|
-
break;
|
|
224
|
-
case R.Draw:
|
|
225
|
-
this.bind[R.Draw] = a;
|
|
226
|
-
}
|
|
227
|
-
}
|
|
228
|
-
equals(e) {
|
|
229
|
-
return this.type === e.type && this.name === e.name && this.arraySize === e.arraySize;
|
|
230
|
-
}
|
|
231
|
-
}, Ct = class extends j {
|
|
232
|
-
constructor(e, r) {
|
|
233
|
-
super(e, "vec2", R.Pass, (s, a, i) => s.setUniform2fv(e, r(a, i)));
|
|
234
|
-
}
|
|
235
|
-
}, vr = class extends j {
|
|
236
|
-
constructor(e, r) {
|
|
237
|
-
super(e, "vec4", R.Pass, (s, a, i) => s.setUniform4fv(e, r(a, i)));
|
|
238
|
-
}
|
|
239
|
-
};
|
|
240
|
-
function Cn(t) {
|
|
241
|
-
t.fragment.uniforms.add(new vr("projInfo", (e, r) => Ys(r.camera))), t.fragment.uniforms.add(new Ct("zScale", (e, r) => Ks(r.camera))), t.fragment.code.add(l`vec3 reconstructPosition(vec2 fragCoord, float depth) {
|
|
242
|
-
return vec3((fragCoord * projInfo.xy + projInfo.zw) * (zScale.x * depth + zScale.y), depth);
|
|
243
|
-
}`);
|
|
244
|
-
}
|
|
245
|
-
function Ys(t) {
|
|
246
|
-
const e = t.projectionMatrix;
|
|
247
|
-
return e[11] === 0 ? _t(zt, 2 / (t.fullWidth * e[0]), 2 / (t.fullHeight * e[5]), (1 + e[12]) / e[0], (1 + e[13]) / e[5]) : _t(zt, -2 / (t.fullWidth * e[0]), -2 / (t.fullHeight * e[5]), (1 - e[8]) / e[0], (1 - e[9]) / e[5]);
|
|
248
|
-
}
|
|
249
|
-
const zt = Lt();
|
|
250
|
-
function Ks(t) {
|
|
251
|
-
return t.projectionMatrix[11] === 0 ? Pt(Gt, 0, 1) : Pt(Gt, 1, 0);
|
|
252
|
-
}
|
|
253
|
-
const Gt = es();
|
|
254
|
-
let q = class extends j {
|
|
255
|
-
constructor(e, r) {
|
|
256
|
-
super(e, "vec3", R.Pass, (s, a, i) => s.setUniform3fv(e, r(a, i)));
|
|
257
|
-
}
|
|
258
|
-
}, Qs = class extends j {
|
|
259
|
-
constructor(e, r) {
|
|
260
|
-
super(e, "float", R.Pass, (s, a, i) => s.setUniform1f(e, r(a, i)));
|
|
261
|
-
}
|
|
262
|
-
}, We = class extends j {
|
|
263
|
-
constructor(e, r) {
|
|
264
|
-
super(e, "sampler2D", R.Pass, (s, a, i) => s.bindTexture(e, r(a, i)));
|
|
265
|
-
}
|
|
266
|
-
}, $e = class extends j {
|
|
267
|
-
constructor(e, r) {
|
|
268
|
-
super(e, "mat4", R.Pass, (s, a, i) => s.setUniformMatrix4fv(e, r(a, i)));
|
|
269
|
-
}
|
|
270
|
-
};
|
|
271
|
-
const _r = () => or.getLogger("esri.views.3d.webgl-engine.core.shaderModules.shaderBuilder");
|
|
272
|
-
let gr = class {
|
|
273
|
-
constructor() {
|
|
274
|
-
this._includedModules = /* @__PURE__ */ new Map();
|
|
275
|
-
}
|
|
276
|
-
include(e, r) {
|
|
277
|
-
if (this._includedModules.has(e)) {
|
|
278
|
-
const s = this._includedModules.get(e);
|
|
279
|
-
if (s !== r) {
|
|
280
|
-
_r().error("Shader module included multiple times with different configuration.");
|
|
281
|
-
const a = /* @__PURE__ */ new Set();
|
|
282
|
-
for (const i of Object.keys(s))
|
|
283
|
-
s[i] !== e[i] && a.add(i);
|
|
284
|
-
for (const i of Object.keys(e))
|
|
285
|
-
s[i] !== e[i] && a.add(i);
|
|
286
|
-
a.forEach((i) => console.error(` ${i}: current ${s[i]} new ${e[i]}`));
|
|
287
|
-
}
|
|
288
|
-
} else
|
|
289
|
-
this._includedModules.set(e, r), e(this.builder, r);
|
|
290
|
-
}
|
|
291
|
-
}, Dn = class extends gr {
|
|
292
|
-
constructor() {
|
|
293
|
-
super(...arguments), this.vertex = new Wt(), this.fragment = new Wt(), this.attributes = new ea(), this.varyings = new ta(), this.extensions = new Tt(), this.constants = new Tr(), this.outputs = new St();
|
|
294
|
-
}
|
|
295
|
-
get fragmentUniforms() {
|
|
296
|
-
return this.fragment.uniforms.entries;
|
|
297
|
-
}
|
|
298
|
-
get builder() {
|
|
299
|
-
return this;
|
|
300
|
-
}
|
|
301
|
-
generate(e) {
|
|
302
|
-
const r = this.extensions.generateSource(e), s = this.attributes.generateSource(e), a = this.varyings.generateSource(e), i = e === "vertex" ? this.vertex : this.fragment, n = i.uniforms.generateSource(), o = i.code.generateSource(), c = e === "vertex" ? sa : ra, d = this.constants.generateSource().concat(i.constants.generateSource()), u = this.outputs.generateSource(e);
|
|
303
|
-
return `#version 300 es
|
|
304
|
-
${r.join(`
|
|
305
|
-
`)}
|
|
306
|
-
|
|
307
|
-
${c}
|
|
308
|
-
|
|
309
|
-
${d.join(`
|
|
310
|
-
`)}
|
|
311
|
-
|
|
312
|
-
${n.join(`
|
|
313
|
-
`)}
|
|
314
|
-
|
|
315
|
-
${s.join(`
|
|
316
|
-
`)}
|
|
317
|
-
|
|
318
|
-
${a.join(`
|
|
319
|
-
`)}
|
|
320
|
-
|
|
321
|
-
${u.join(`
|
|
322
|
-
`)}
|
|
323
|
-
|
|
324
|
-
${o.join(`
|
|
325
|
-
`)}`;
|
|
326
|
-
}
|
|
327
|
-
generateBindPass(e) {
|
|
328
|
-
const r = /* @__PURE__ */ new Map();
|
|
329
|
-
this.vertex.uniforms.entries.forEach((i) => {
|
|
330
|
-
const n = i.bind[R.Pass];
|
|
331
|
-
n && r.set(i.name, n);
|
|
332
|
-
}), this.fragment.uniforms.entries.forEach((i) => {
|
|
333
|
-
const n = i.bind[R.Pass];
|
|
334
|
-
n && r.set(i.name, n);
|
|
335
|
-
});
|
|
336
|
-
const s = Array.from(r.values()), a = s.length;
|
|
337
|
-
return (i, n) => {
|
|
338
|
-
for (let o = 0; o < a; ++o)
|
|
339
|
-
s[o](e, i, n);
|
|
340
|
-
};
|
|
341
|
-
}
|
|
342
|
-
generateBindDraw(e) {
|
|
343
|
-
const r = /* @__PURE__ */ new Map();
|
|
344
|
-
this.vertex.uniforms.entries.forEach((i) => {
|
|
345
|
-
const n = i.bind[R.Draw];
|
|
346
|
-
n && r.set(i.name, n);
|
|
347
|
-
}), this.fragment.uniforms.entries.forEach((i) => {
|
|
348
|
-
const n = i.bind[R.Draw];
|
|
349
|
-
n && r.set(i.name, n);
|
|
350
|
-
});
|
|
351
|
-
const s = Array.from(r.values()), a = s.length;
|
|
352
|
-
return (i, n, o) => {
|
|
353
|
-
for (let c = 0; c < a; ++c)
|
|
354
|
-
s[c](e, i, n, o);
|
|
355
|
-
};
|
|
356
|
-
}
|
|
357
|
-
}, Zs = class {
|
|
358
|
-
constructor() {
|
|
359
|
-
this._entries = /* @__PURE__ */ new Map();
|
|
360
|
-
}
|
|
361
|
-
add(...e) {
|
|
362
|
-
for (const r of e)
|
|
363
|
-
this._add(r);
|
|
364
|
-
}
|
|
365
|
-
get(e) {
|
|
366
|
-
return this._entries.get(e);
|
|
367
|
-
}
|
|
368
|
-
_add(e) {
|
|
369
|
-
if (e != null) {
|
|
370
|
-
if (this._entries.has(e.name) && !this._entries.get(e.name).equals(e))
|
|
371
|
-
throw new bt(`Duplicate uniform name ${e.name} for different uniform type`);
|
|
372
|
-
this._entries.set(e.name, e);
|
|
373
|
-
} else
|
|
374
|
-
_r().error(`Trying to add null Uniform from ${new Error().stack}.`);
|
|
375
|
-
}
|
|
376
|
-
generateSource() {
|
|
377
|
-
return Array.from(this._entries.values()).map((e) => e.arraySize != null ? `uniform ${e.type} ${e.name}[${e.arraySize}];` : `uniform ${e.type} ${e.name};`);
|
|
378
|
-
}
|
|
379
|
-
get entries() {
|
|
380
|
-
return Array.from(this._entries.values());
|
|
381
|
-
}
|
|
382
|
-
}, Js = class {
|
|
383
|
-
constructor() {
|
|
384
|
-
this._entries = new Array();
|
|
385
|
-
}
|
|
386
|
-
add(e) {
|
|
387
|
-
this._entries.push(e);
|
|
388
|
-
}
|
|
389
|
-
generateSource() {
|
|
390
|
-
return this._entries;
|
|
391
|
-
}
|
|
392
|
-
}, Wt = class extends gr {
|
|
393
|
-
constructor() {
|
|
394
|
-
super(...arguments), this.uniforms = new Zs(), this.code = new Js(), this.constants = new Tr();
|
|
395
|
-
}
|
|
396
|
-
get builder() {
|
|
397
|
-
return this;
|
|
398
|
-
}
|
|
399
|
-
}, ea = class {
|
|
400
|
-
constructor() {
|
|
401
|
-
this._entries = new Array();
|
|
402
|
-
}
|
|
403
|
-
add(e, r) {
|
|
404
|
-
this._entries.push([e, r]);
|
|
405
|
-
}
|
|
406
|
-
generateSource(e) {
|
|
407
|
-
return e === "fragment" ? [] : this._entries.map((r) => `in ${r[1]} ${r[0]};`);
|
|
408
|
-
}
|
|
409
|
-
}, ta = class {
|
|
410
|
-
constructor() {
|
|
411
|
-
this._entries = /* @__PURE__ */ new Map();
|
|
412
|
-
}
|
|
413
|
-
add(e, r) {
|
|
414
|
-
this._entries.has(e) && U(this._entries.get(e) === r), this._entries.set(e, r);
|
|
415
|
-
}
|
|
416
|
-
generateSource(e) {
|
|
417
|
-
const r = new Array();
|
|
418
|
-
return this._entries.forEach((s, a) => r.push(e === "vertex" ? `out ${s} ${a};` : `in ${s} ${a};`)), r;
|
|
419
|
-
}
|
|
420
|
-
}, Tt = class Et {
|
|
421
|
-
constructor() {
|
|
422
|
-
this._entries = /* @__PURE__ */ new Set();
|
|
423
|
-
}
|
|
424
|
-
add(e) {
|
|
425
|
-
this._entries.add(e);
|
|
426
|
-
}
|
|
427
|
-
generateSource(e) {
|
|
428
|
-
const r = e === "vertex" ? Et.ALLOWLIST_VERTEX : Et.ALLOWLIST_FRAGMENT;
|
|
429
|
-
return Array.from(this._entries).filter((s) => r.includes(s)).map((s) => `#extension ${s} : enable`);
|
|
430
|
-
}
|
|
431
|
-
};
|
|
432
|
-
Tt.ALLOWLIST_FRAGMENT = ["GL_EXT_shader_texture_lod", "GL_OES_standard_derivatives"], Tt.ALLOWLIST_VERTEX = [];
|
|
433
|
-
let St = class At {
|
|
434
|
-
constructor() {
|
|
435
|
-
this._entries = /* @__PURE__ */ new Map();
|
|
436
|
-
}
|
|
437
|
-
add(e, r, s = 0) {
|
|
438
|
-
const a = this._entries.get(s);
|
|
439
|
-
a ? U(a.name === e && a.type === r, `Fragment shader output location ${s} occupied`) : this._entries.set(s, { name: e, type: r });
|
|
440
|
-
}
|
|
441
|
-
generateSource(e) {
|
|
442
|
-
if (e === "vertex")
|
|
443
|
-
return [];
|
|
444
|
-
this._entries.size === 0 && this._entries.set(0, { name: At.DEFAULT_NAME, type: At.DEFAULT_TYPE });
|
|
445
|
-
const r = new Array();
|
|
446
|
-
return this._entries.forEach((s, a) => r.push(`layout(location = ${a}) out ${s.type} ${s.name};`)), r;
|
|
447
|
-
}
|
|
448
|
-
};
|
|
449
|
-
St.DEFAULT_TYPE = "vec4", St.DEFAULT_NAME = "fragColor";
|
|
450
|
-
let Tr = class B {
|
|
451
|
-
constructor() {
|
|
452
|
-
this._entries = /* @__PURE__ */ new Set();
|
|
453
|
-
}
|
|
454
|
-
add(e, r, s) {
|
|
455
|
-
let a = "ERROR_CONSTRUCTOR_STRING";
|
|
456
|
-
switch (r) {
|
|
457
|
-
case "float":
|
|
458
|
-
a = B._numberToFloatStr(s);
|
|
459
|
-
break;
|
|
460
|
-
case "int":
|
|
461
|
-
a = B._numberToIntStr(s);
|
|
462
|
-
break;
|
|
463
|
-
case "bool":
|
|
464
|
-
a = s.toString();
|
|
465
|
-
break;
|
|
466
|
-
case "vec2":
|
|
467
|
-
a = `vec2(${B._numberToFloatStr(s[0])}, ${B._numberToFloatStr(s[1])})`;
|
|
468
|
-
break;
|
|
469
|
-
case "vec3":
|
|
470
|
-
a = `vec3(${B._numberToFloatStr(s[0])}, ${B._numberToFloatStr(s[1])}, ${B._numberToFloatStr(s[2])})`;
|
|
471
|
-
break;
|
|
472
|
-
case "vec4":
|
|
473
|
-
a = `vec4(${B._numberToFloatStr(s[0])}, ${B._numberToFloatStr(s[1])}, ${B._numberToFloatStr(s[2])}, ${B._numberToFloatStr(s[3])})`;
|
|
474
|
-
break;
|
|
475
|
-
case "ivec2":
|
|
476
|
-
a = `ivec2(${B._numberToIntStr(s[0])}, ${B._numberToIntStr(s[1])})`;
|
|
477
|
-
break;
|
|
478
|
-
case "ivec3":
|
|
479
|
-
a = `ivec3(${B._numberToIntStr(s[0])}, ${B._numberToIntStr(s[1])}, ${B._numberToIntStr(s[2])})`;
|
|
480
|
-
break;
|
|
481
|
-
case "ivec4":
|
|
482
|
-
a = `ivec4(${B._numberToIntStr(s[0])}, ${B._numberToIntStr(s[1])}, ${B._numberToIntStr(s[2])}, ${B._numberToIntStr(s[3])})`;
|
|
483
|
-
break;
|
|
484
|
-
case "mat2":
|
|
485
|
-
case "mat3":
|
|
486
|
-
case "mat4":
|
|
487
|
-
a = `${r}(${Array.prototype.map.call(s, (i) => B._numberToFloatStr(i)).join(", ")})`;
|
|
488
|
-
}
|
|
489
|
-
return this._entries.add(`const ${r} ${e} = ${a};`), this;
|
|
490
|
-
}
|
|
491
|
-
static _numberToIntStr(e) {
|
|
492
|
-
return e.toFixed(0);
|
|
493
|
-
}
|
|
494
|
-
static _numberToFloatStr(e) {
|
|
495
|
-
return Number.isInteger(e) ? e.toFixed(1) : e.toString();
|
|
496
|
-
}
|
|
497
|
-
generateSource() {
|
|
498
|
-
return Array.from(this._entries);
|
|
499
|
-
}
|
|
500
|
-
};
|
|
501
|
-
const ra = `#ifdef GL_FRAGMENT_PRECISION_HIGH
|
|
502
|
-
precision highp float;
|
|
503
|
-
precision highp sampler2D;
|
|
504
|
-
#else
|
|
505
|
-
precision mediump float;
|
|
506
|
-
precision mediump sampler2D;
|
|
507
|
-
#endif`, sa = `precision highp float;
|
|
508
|
-
precision highp sampler2D;`;
|
|
509
|
-
var x;
|
|
510
|
-
function Wn(t) {
|
|
511
|
-
return aa(t) || t === x.Depth || t === x.LinearDepth || t === x.Normal || t === x.ObjectAndLayerIdColor;
|
|
512
|
-
}
|
|
513
|
-
function aa(t) {
|
|
514
|
-
return t === x.Shadow || t === x.ShadowHighlight || t === x.ShadowExcludeHighlight;
|
|
515
|
-
}
|
|
516
|
-
function kn(t) {
|
|
517
|
-
return na(t) || t === x.Normal;
|
|
518
|
-
}
|
|
519
|
-
function Er(t) {
|
|
520
|
-
return t === x.Highlight || t === x.ObjectAndLayerIdColor;
|
|
521
|
-
}
|
|
522
|
-
function jn(t) {
|
|
523
|
-
return t === x.Color || Er(t);
|
|
524
|
-
}
|
|
525
|
-
function Sr(t) {
|
|
526
|
-
return t === x.Color || t === x.Alpha;
|
|
527
|
-
}
|
|
528
|
-
function qn(t) {
|
|
529
|
-
return Sr(t) || t === x.ObjectAndLayerIdColor;
|
|
530
|
-
}
|
|
531
|
-
function ia(t) {
|
|
532
|
-
return Sr(t) || Er(t);
|
|
533
|
-
}
|
|
534
|
-
function na(t) {
|
|
535
|
-
return ia(t) || t === x.LinearDepth;
|
|
536
|
-
}
|
|
537
|
-
(function(t) {
|
|
538
|
-
t[t.Color = 0] = "Color", t[t.LinearDepth = 1] = "LinearDepth", t[t.Depth = 2] = "Depth", t[t.Normal = 3] = "Normal", t[t.Shadow = 4] = "Shadow", t[t.ShadowHighlight = 5] = "ShadowHighlight", t[t.ShadowExcludeHighlight = 6] = "ShadowExcludeHighlight", t[t.Highlight = 7] = "Highlight", t[t.Alpha = 8] = "Alpha", t[t.ObjectAndLayerIdColor = 9] = "ObjectAndLayerIdColor", t[t.CompositeColor = 10] = "CompositeColor", t[t.COUNT = 11] = "COUNT";
|
|
539
|
-
})(x || (x = {}));
|
|
540
|
-
const oa = { required: [] }, Xn = { required: [x.LinearDepth] };
|
|
541
|
-
x.CompositeColor;
|
|
542
|
-
x.Highlight;
|
|
543
|
-
const Yn = { required: [x.Depth, x.Normal] };
|
|
544
|
-
let Ar = class extends cr {
|
|
545
|
-
consumes() {
|
|
546
|
-
return oa;
|
|
547
|
-
}
|
|
548
|
-
get usedMemory() {
|
|
549
|
-
return 0;
|
|
550
|
-
}
|
|
551
|
-
get isDecoration() {
|
|
552
|
-
return !1;
|
|
553
|
-
}
|
|
554
|
-
get running() {
|
|
555
|
-
return !1;
|
|
556
|
-
}
|
|
557
|
-
get materialReference() {
|
|
558
|
-
return null;
|
|
559
|
-
}
|
|
560
|
-
modify(e) {
|
|
561
|
-
}
|
|
562
|
-
get numGeometries() {
|
|
563
|
-
return 0;
|
|
564
|
-
}
|
|
565
|
-
get hasOccludees() {
|
|
566
|
-
return !1;
|
|
567
|
-
}
|
|
568
|
-
queryRenderOccludedState(e) {
|
|
569
|
-
return !1;
|
|
570
|
-
}
|
|
571
|
-
}, Qn = class extends Ar {
|
|
572
|
-
}, Jn = class extends Ar {
|
|
573
|
-
constructor() {
|
|
574
|
-
super(...arguments), this.drapedPriority = 0;
|
|
575
|
-
}
|
|
576
|
-
};
|
|
577
|
-
var kt;
|
|
578
|
-
(function(t) {
|
|
579
|
-
t[t.INTEGRATED_MESH = 0] = "INTEGRATED_MESH", t[t.OPAQUE_TERRAIN = 1] = "OPAQUE_TERRAIN", t[t.OPAQUE_MATERIAL = 2] = "OPAQUE_MATERIAL", t[t.OPAQUE_NO_SSAO_DEPTH = 3] = "OPAQUE_NO_SSAO_DEPTH", t[t.TRANSPARENT_MATERIAL = 4] = "TRANSPARENT_MATERIAL", t[t.TRANSPARENT_NO_SSAO_DEPTH = 5] = "TRANSPARENT_NO_SSAO_DEPTH", t[t.TRANSPARENT_TERRAIN = 6] = "TRANSPARENT_TERRAIN", t[t.TRANSPARENT_DEPTH_WRITE_DISABLED_MATERIAL = 7] = "TRANSPARENT_DEPTH_WRITE_DISABLED_MATERIAL", t[t.OCCLUDED_TERRAIN = 8] = "OCCLUDED_TERRAIN", t[t.OCCLUDER_MATERIAL = 9] = "OCCLUDER_MATERIAL", t[t.TRANSPARENT_OCCLUDER_MATERIAL = 10] = "TRANSPARENT_OCCLUDER_MATERIAL", t[t.OCCLUSION_PIXELS = 11] = "OCCLUSION_PIXELS", t[t.ANTIALIASING = 12] = "ANTIALIASING", t[t.COMPOSITE = 13] = "COMPOSITE", t[t.BLIT = 14] = "BLIT", t[t.SSAO = 15] = "SSAO", t[t.HIGHLIGHT = 16] = "HIGHLIGHT", t[t.SHADOW_HIGHLIGHT = 17] = "SHADOW_HIGHLIGHT", t[t.ENVIRONMENT_OPAQUE = 18] = "ENVIRONMENT_OPAQUE", t[t.ENVIRONMENT_TRANSPARENT = 19] = "ENVIRONMENT_TRANSPARENT", t[t.LASERLINES = 20] = "LASERLINES", t[t.LASERLINES_CONTRAST_CONTROL = 21] = "LASERLINES_CONTRAST_CONTROL", t[t.HUD_MATERIAL = 22] = "HUD_MATERIAL", t[t.LABEL_MATERIAL = 23] = "LABEL_MATERIAL", t[t.LINE_CALLOUTS = 24] = "LINE_CALLOUTS", t[t.LINE_CALLOUTS_HUD_DEPTH = 25] = "LINE_CALLOUTS_HUD_DEPTH", t[t.DRAPED_MATERIAL = 26] = "DRAPED_MATERIAL", t[t.DRAPED_WATER = 27] = "DRAPED_WATER", t[t.VOXEL = 28] = "VOXEL", t[t.MAX_SLOTS = 29] = "MAX_SLOTS";
|
|
580
|
-
})(kt || (kt = {}));
|
|
581
|
-
function ca(t) {
|
|
582
|
-
return Math.abs(t * t * t);
|
|
583
|
-
}
|
|
584
|
-
function xr(t, e, r) {
|
|
585
|
-
const s = r.parameters;
|
|
586
|
-
return ct.scale = Math.min(s.divisor / (e - s.offset), 1), ct.factor = ca(t), ct;
|
|
587
|
-
}
|
|
588
|
-
function Or(t, e) {
|
|
589
|
-
return ue(t * Math.max(e.scale, e.minScaleFactor), t, e.factor);
|
|
590
|
-
}
|
|
591
|
-
function la(t, e, r) {
|
|
592
|
-
const s = xr(t, e, r);
|
|
593
|
-
return s.minScaleFactor = 0, Or(1, s);
|
|
594
|
-
}
|
|
595
|
-
function to(t, e, r, s) {
|
|
596
|
-
s.scale = la(t, e, r), s.factor = 0, s.minScaleFactor = r.minScaleFactor;
|
|
597
|
-
}
|
|
598
|
-
function ro(t, e, r = [0, 0]) {
|
|
599
|
-
const s = Math.min(Math.max(e.scale, e.minScaleFactor), 1);
|
|
600
|
-
return r[0] = t[0] * s, r[1] = t[1] * s, r;
|
|
601
|
-
}
|
|
602
|
-
function ua(t, e, r, s) {
|
|
603
|
-
return Or(t, xr(e, r, s));
|
|
604
|
-
}
|
|
605
|
-
const ct = { scale: 0, factor: 0, minScaleFactor: 0 }, Xe = ts();
|
|
606
|
-
function so(t, e, r, s, a, i) {
|
|
607
|
-
if (t.visible)
|
|
608
|
-
if (t.boundingInfo) {
|
|
609
|
-
U(t.type === xe.Mesh);
|
|
610
|
-
const n = e.tolerance;
|
|
611
|
-
Rr(t.boundingInfo, r, s, n, a, i);
|
|
612
|
-
} else {
|
|
613
|
-
const n = t.attributes.get(m.POSITION), o = n.indices;
|
|
614
|
-
Ir(r, s, 0, o.length / 3, o, n, void 0, a, i);
|
|
615
|
-
}
|
|
616
|
-
}
|
|
617
|
-
const da = b();
|
|
618
|
-
function Rr(t, e, r, s, a, i) {
|
|
619
|
-
if (t == null)
|
|
620
|
-
return;
|
|
621
|
-
const n = ma(e, r, da);
|
|
622
|
-
if (ss(Xe, t.bbMin), as(Xe, t.bbMax), a != null && a.applyToAabb(Xe), fa(Xe, e, n, s)) {
|
|
623
|
-
const { primitiveIndices: o, position: c } = t, d = o ? o.length : c.indices.length / 3;
|
|
624
|
-
if (d > ga) {
|
|
625
|
-
const u = t.getChildren();
|
|
626
|
-
if (u !== void 0) {
|
|
627
|
-
for (const h of u)
|
|
628
|
-
Rr(h, e, r, s, a, i);
|
|
629
|
-
return;
|
|
630
|
-
}
|
|
631
|
-
}
|
|
632
|
-
Ir(e, r, 0, d, c.indices, c, o, a, i);
|
|
633
|
-
}
|
|
634
|
-
}
|
|
635
|
-
const br = b();
|
|
636
|
-
function Ir(t, e, r, s, a, i, n, o, c) {
|
|
637
|
-
if (n)
|
|
638
|
-
return ha(t, e, r, s, a, i, n, o, c);
|
|
639
|
-
const { data: d, stride: u } = i, h = t[0], v = t[1], O = t[2], S = e[0] - h, V = e[1] - v, G = e[2] - O;
|
|
640
|
-
for (let F = r, k = 3 * r; F < s; ++F) {
|
|
641
|
-
let y = u * a[k++], I = d[y++], C = d[y++], w = d[y];
|
|
642
|
-
y = u * a[k++];
|
|
643
|
-
let T = d[y++], E = d[y++], A = d[y];
|
|
644
|
-
y = u * a[k++];
|
|
645
|
-
let g = d[y++], f = d[y++], p = d[y];
|
|
646
|
-
o != null && ([I, C, w] = o.applyToVertex(I, C, w, F), [T, E, A] = o.applyToVertex(T, E, A, F), [g, f, p] = o.applyToVertex(g, f, p, F));
|
|
647
|
-
const _ = T - I, $ = E - C, N = A - w, P = g - I, W = f - C, ie = p - w, me = V * ie - W * G, Pe = G * P - ie * S, Fe = S * W - P * V, J = _ * me + $ * Pe + N * Fe;
|
|
648
|
-
if (Math.abs(J) <= Number.EPSILON)
|
|
649
|
-
continue;
|
|
650
|
-
const X = h - I, fe = v - C, pe = O - w, se = X * me + fe * Pe + pe * Fe;
|
|
651
|
-
if (J > 0) {
|
|
652
|
-
if (se < 0 || se > J)
|
|
653
|
-
continue;
|
|
654
|
-
} else if (se > 0 || se < J)
|
|
655
|
-
continue;
|
|
656
|
-
const ne = fe * N - $ * pe, De = pe * _ - N * X, Be = X * $ - _ * fe, ve = S * ne + V * De + G * Be;
|
|
657
|
-
if (J > 0) {
|
|
658
|
-
if (ve < 0 || se + ve > J)
|
|
659
|
-
continue;
|
|
660
|
-
} else if (ve > 0 || se + ve < J)
|
|
661
|
-
continue;
|
|
662
|
-
const _e = (P * ne + W * De + ie * Be) / J;
|
|
663
|
-
_e >= 0 && c(_e, $r(_, $, N, P, W, ie, br), F, !1);
|
|
664
|
-
}
|
|
665
|
-
}
|
|
666
|
-
function ha(t, e, r, s, a, i, n, o, c) {
|
|
667
|
-
const { data: d, stride: u } = i, h = t[0], v = t[1], O = t[2], S = e[0] - h, V = e[1] - v, G = e[2] - O;
|
|
668
|
-
for (let F = r; F < s; ++F) {
|
|
669
|
-
const k = n[F];
|
|
670
|
-
let y = 3 * k, I = u * a[y++], C = d[I++], w = d[I++], T = d[I];
|
|
671
|
-
I = u * a[y++];
|
|
672
|
-
let E = d[I++], A = d[I++], g = d[I];
|
|
673
|
-
I = u * a[y];
|
|
674
|
-
let f = d[I++], p = d[I++], _ = d[I];
|
|
675
|
-
o != null && ([C, w, T] = o.applyToVertex(C, w, T, F), [E, A, g] = o.applyToVertex(E, A, g, F), [f, p, _] = o.applyToVertex(f, p, _, F));
|
|
676
|
-
const $ = E - C, N = A - w, P = g - T, W = f - C, ie = p - w, me = _ - T, Pe = V * me - ie * G, Fe = G * W - me * S, J = S * ie - W * V, X = $ * Pe + N * Fe + P * J;
|
|
677
|
-
if (Math.abs(X) <= Number.EPSILON)
|
|
678
|
-
continue;
|
|
679
|
-
const fe = h - C, pe = v - w, se = O - T, ne = fe * Pe + pe * Fe + se * J;
|
|
680
|
-
if (X > 0) {
|
|
681
|
-
if (ne < 0 || ne > X)
|
|
682
|
-
continue;
|
|
683
|
-
} else if (ne > 0 || ne < X)
|
|
684
|
-
continue;
|
|
685
|
-
const De = pe * P - N * se, Be = se * $ - P * fe, ve = fe * N - $ * pe, _e = S * De + V * Be + G * ve;
|
|
686
|
-
if (X > 0) {
|
|
687
|
-
if (_e < 0 || ne + _e > X)
|
|
688
|
-
continue;
|
|
689
|
-
} else if (_e > 0 || ne + _e < X)
|
|
690
|
-
continue;
|
|
691
|
-
const Nt = (W * De + ie * Be + me * ve) / X;
|
|
692
|
-
Nt >= 0 && c(Nt, $r($, N, P, W, ie, me, br), k, !1);
|
|
693
|
-
}
|
|
694
|
-
}
|
|
695
|
-
const jt = b(), qt = b();
|
|
696
|
-
function $r(t, e, r, s, a, i, n) {
|
|
697
|
-
return H(jt, t, e, r), H(qt, s, a, i), is(n, jt, qt), ns(n, n), n;
|
|
698
|
-
}
|
|
699
|
-
function ma(t, e, r) {
|
|
700
|
-
return H(r, 1 / (e[0] - t[0]), 1 / (e[1] - t[1]), 1 / (e[2] - t[2]));
|
|
701
|
-
}
|
|
702
|
-
function fa(t, e, r, s) {
|
|
703
|
-
return pa(t, e, r, s, 1 / 0);
|
|
704
|
-
}
|
|
705
|
-
function pa(t, e, r, s, a) {
|
|
706
|
-
const i = (t[0] - s - e[0]) * r[0], n = (t[3] + s - e[0]) * r[0];
|
|
707
|
-
let o = Math.min(i, n), c = Math.max(i, n);
|
|
708
|
-
const d = (t[1] - s - e[1]) * r[1], u = (t[4] + s - e[1]) * r[1];
|
|
709
|
-
if (c = Math.min(c, Math.max(d, u)), c < 0 || (o = Math.max(o, Math.min(d, u)), o > c))
|
|
710
|
-
return !1;
|
|
711
|
-
const h = (t[2] - s - e[2]) * r[2], v = (t[5] + s - e[2]) * r[2];
|
|
712
|
-
return c = Math.min(c, Math.max(h, v)), !(c < 0) && (o = Math.max(o, Math.min(h, v)), !(o > c) && o < a);
|
|
713
|
-
}
|
|
714
|
-
function ao(t, e, r, s, a) {
|
|
715
|
-
let i = (r.screenLength || 0) * t.pixelRatio;
|
|
716
|
-
a != null && (i = ua(i, s, e, a));
|
|
717
|
-
const n = i * Math.tan(0.5 * t.fovY) / (0.5 * t.fullHeight);
|
|
718
|
-
return It(n * e, r.minWorldLength || 0, r.maxWorldLength != null ? r.maxWorldLength : 1 / 0);
|
|
719
|
-
}
|
|
720
|
-
function Lr(t, e) {
|
|
721
|
-
const r = e ? Lr(e) : {};
|
|
722
|
-
for (const s in t) {
|
|
723
|
-
let a = t[s];
|
|
724
|
-
a != null && a.forEach && (a = _a(a)), a == null && s in r || (r[s] = a);
|
|
725
|
-
}
|
|
726
|
-
return r;
|
|
727
|
-
}
|
|
728
|
-
function va(t, e) {
|
|
729
|
-
let r = !1;
|
|
730
|
-
for (const s in e) {
|
|
731
|
-
const a = e[s];
|
|
732
|
-
a !== void 0 && (Array.isArray(a) ? t[s] === null ? (t[s] = a.slice(), r = !0) : rs(t[s], a) && (r = !0) : t[s] !== a && (r = !0, t[s] = a));
|
|
733
|
-
}
|
|
734
|
-
return r;
|
|
735
|
-
}
|
|
736
|
-
function _a(t) {
|
|
737
|
-
const e = [];
|
|
738
|
-
return t.forEach((r) => e.push(r)), e;
|
|
739
|
-
}
|
|
740
|
-
const io = { multiply: 1, ignore: 2, replace: 3, tint: 4 }, ga = 1e3;
|
|
741
|
-
let Ta = class extends Me {
|
|
742
|
-
constructor() {
|
|
743
|
-
super(), this._key = "", this._keyDirty = !1, this._parameterBits = this._parameterBits ? this._parameterBits.map(() => 0) : [], this._parameterNames || (this._parameterNames = []);
|
|
744
|
-
}
|
|
745
|
-
get key() {
|
|
746
|
-
return this._keyDirty && (this._keyDirty = !1, this._key = String.fromCharCode.apply(String, this._parameterBits)), this._key;
|
|
747
|
-
}
|
|
748
|
-
snapshot() {
|
|
749
|
-
const e = this._parameterNames, r = { key: this.key };
|
|
750
|
-
for (const s of e)
|
|
751
|
-
r[s] = this[s];
|
|
752
|
-
return r;
|
|
753
|
-
}
|
|
754
|
-
};
|
|
755
|
-
function ke(t = {}) {
|
|
756
|
-
return (e, r) => {
|
|
757
|
-
if (e._parameterNames = e._parameterNames ?? [], e._parameterNames.push(r), t.constValue != null)
|
|
758
|
-
Object.defineProperty(e, r, { get: () => t.constValue });
|
|
759
|
-
else {
|
|
760
|
-
const s = e._parameterNames.length - 1, a = t.count || 2, i = Math.ceil(Math.log2(a)), n = e._parameterBits ?? [0];
|
|
761
|
-
let o = 0;
|
|
762
|
-
for (; n[o] + i > 16; )
|
|
763
|
-
o++, o >= n.length && n.push(0);
|
|
764
|
-
e._parameterBits = n;
|
|
765
|
-
const c = n[o], d = (1 << i) - 1 << c;
|
|
766
|
-
n[o] += i, Object.defineProperty(e, r, { get() {
|
|
767
|
-
return this[s];
|
|
768
|
-
}, set(u) {
|
|
769
|
-
if (this[s] !== u && (this[s] = u, this._keyDirty = !0, this._parameterBits[o] = this._parameterBits[o] & ~d | +u << c & d, typeof u != "number" && typeof u != "boolean"))
|
|
770
|
-
throw new Error("Configuration value for " + r + " must be boolean or number, got " + typeof u);
|
|
771
|
-
} });
|
|
772
|
-
}
|
|
773
|
-
};
|
|
774
|
-
}
|
|
775
|
-
const Ea = /* @__PURE__ */ new Map([[m.POSITION, 0], [m.NORMAL, 1], [m.NORMALCOMPRESSED, 1], [m.UV0, 2], [m.COLOR, 3], [m.COLORFEATUREATTRIBUTE, 3], [m.SIZE, 4], [m.TANGENT, 4], [m.CENTEROFFSETANDDISTANCE, 5], [m.SYMBOLCOLOR, 5], [m.FEATUREATTRIBUTE, 6], [m.INSTANCEFEATUREATTRIBUTE, 6], [m.INSTANCECOLOR, 7], [m.OBJECTANDLAYERIDCOLOR, 7], [m.INSTANCEOBJECTANDLAYERIDCOLOR, 7], [m.INSTANCEMODEL, 8], [m.INSTANCEMODELNORMAL, 12], [m.INSTANCEMODELORIGINHI, 11], [m.INSTANCEMODELORIGINLO, 15]]);
|
|
776
|
-
function oo(t, e = !0) {
|
|
777
|
-
t.attributes.add(m.POSITION, "vec2"), e && t.varyings.add("uv", "vec2"), t.vertex.code.add(l`
|
|
778
|
-
void main(void) {
|
|
779
|
-
gl_Position = vec4(position, 0.0, 1.0);
|
|
780
|
-
${e ? l`uv = position * 0.5 + vec2(0.5);` : ""}
|
|
781
|
-
}
|
|
782
|
-
`);
|
|
783
|
-
}
|
|
784
|
-
let M = class extends cr {
|
|
785
|
-
constructor() {
|
|
786
|
-
super(...arguments), this.SCENEVIEW_HITTEST_RETURN_INTERSECTOR = !1, this.DECONFLICTOR_SHOW_VISIBLE = !1, this.DECONFLICTOR_SHOW_INVISIBLE = !1, this.DECONFLICTOR_SHOW_GRID = !1, this.LABELS_SHOW_BORDER = !1, this.TEXT_SHOW_BASELINE = !1, this.TEXT_SHOW_BORDER = !1, this.OVERLAY_DRAW_DEBUG_TEXTURE = !1, this.OVERLAY_SHOW_CENTER = !1, this.SHOW_POI = !1, this.TESTS_DISABLE_OPTIMIZATIONS = !1, this.TESTS_DISABLE_FAST_UPDATES = !1, this.DRAW_MESH_GEOMETRY_NORMALS = !1, this.FEATURE_TILE_FETCH_SHOW_TILES = !1, this.FEATURE_TILE_TREE_SHOW_TILES = !1, this.TERRAIN_TILE_TREE_SHOW_TILES = !1, this.I3S_TREE_SHOW_TILES = !1, this.I3S_SHOW_MODIFICATIONS = !1, this.LOD_INSTANCE_RENDERER_DISABLE_UPDATES = !1, this.LOD_INSTANCE_RENDERER_COLORIZE_BY_LEVEL = !1, this.EDGES_SHOW_HIDDEN_TRANSPARENT_EDGES = !1, this.LINE_WIREFRAMES = !1;
|
|
787
|
-
}
|
|
788
|
-
};
|
|
789
|
-
L([D()], M.prototype, "SCENEVIEW_HITTEST_RETURN_INTERSECTOR", void 0), L([D()], M.prototype, "DECONFLICTOR_SHOW_VISIBLE", void 0), L([D()], M.prototype, "DECONFLICTOR_SHOW_INVISIBLE", void 0), L([D()], M.prototype, "DECONFLICTOR_SHOW_GRID", void 0), L([D()], M.prototype, "LABELS_SHOW_BORDER", void 0), L([D()], M.prototype, "TEXT_SHOW_BASELINE", void 0), L([D()], M.prototype, "TEXT_SHOW_BORDER", void 0), L([D()], M.prototype, "OVERLAY_DRAW_DEBUG_TEXTURE", void 0), L([D()], M.prototype, "OVERLAY_SHOW_CENTER", void 0), L([D()], M.prototype, "SHOW_POI", void 0), L([D()], M.prototype, "TESTS_DISABLE_OPTIMIZATIONS", void 0), L([D()], M.prototype, "TESTS_DISABLE_FAST_UPDATES", void 0), L([D()], M.prototype, "DRAW_MESH_GEOMETRY_NORMALS", void 0), L([D()], M.prototype, "FEATURE_TILE_FETCH_SHOW_TILES", void 0), L([D()], M.prototype, "FEATURE_TILE_TREE_SHOW_TILES", void 0), L([D()], M.prototype, "TERRAIN_TILE_TREE_SHOW_TILES", void 0), L([D()], M.prototype, "I3S_TREE_SHOW_TILES", void 0), L([D()], M.prototype, "I3S_SHOW_MODIFICATIONS", void 0), L([D()], M.prototype, "LOD_INSTANCE_RENDERER_DISABLE_UPDATES", void 0), L([D()], M.prototype, "LOD_INSTANCE_RENDERER_COLORIZE_BY_LEVEL", void 0), L([D()], M.prototype, "EDGES_SHOW_HIDDEN_TRANSPARENT_EDGES", void 0), L([D()], M.prototype, "LINE_WIREFRAMES", void 0), M = L([os("esri.views.3d.support.DebugFlags")], M);
|
|
790
|
-
const lo = new M();
|
|
791
|
-
var Xt, Yt;
|
|
792
|
-
(function(t) {
|
|
793
|
-
t[t.RED = 0] = "RED", t[t.RG = 1] = "RG", t[t.RGBA4 = 2] = "RGBA4", t[t.RGBA = 3] = "RGBA", t[t.RGBA_MIPMAP = 4] = "RGBA_MIPMAP", t[t.R16F = 5] = "R16F", t[t.RGBA16F = 6] = "RGBA16F";
|
|
794
|
-
})(Xt || (Xt = {})), function(t) {
|
|
795
|
-
t[t.DEPTH_STENCIL_TEXTURE = 0] = "DEPTH_STENCIL_TEXTURE", t[t.DEPTH16_BUFFER = 1] = "DEPTH16_BUFFER";
|
|
796
|
-
}(Yt || (Yt = {}));
|
|
797
|
-
function Sa(t, e) {
|
|
798
|
-
switch (e.normalType) {
|
|
799
|
-
case K.Compressed:
|
|
800
|
-
t.attributes.add(m.NORMALCOMPRESSED, "vec2"), t.vertex.code.add(l`vec3 decompressNormal(vec2 normal) {
|
|
801
|
-
float z = 1.0 - abs(normal.x) - abs(normal.y);
|
|
802
|
-
return vec3(normal + sign(normal) * min(z, 0.0), z);
|
|
803
|
-
}
|
|
804
|
-
vec3 normalModel() {
|
|
805
|
-
return decompressNormal(normalCompressed);
|
|
806
|
-
}`);
|
|
807
|
-
break;
|
|
808
|
-
case K.Attribute:
|
|
809
|
-
t.attributes.add(m.NORMAL, "vec3"), t.vertex.code.add(l`vec3 normalModel() {
|
|
810
|
-
return normal;
|
|
811
|
-
}`);
|
|
812
|
-
break;
|
|
813
|
-
case K.ScreenDerivative:
|
|
814
|
-
t.fragment.code.add(l`vec3 screenDerivativeNormal(vec3 positionView) {
|
|
815
|
-
return normalize(cross(dFdx(positionView), dFdy(positionView)));
|
|
816
|
-
}`);
|
|
817
|
-
break;
|
|
818
|
-
default:
|
|
819
|
-
nt(e.normalType);
|
|
820
|
-
case K.COUNT:
|
|
821
|
-
case K.Ground:
|
|
822
|
-
}
|
|
823
|
-
}
|
|
824
|
-
var K;
|
|
825
|
-
(function(t) {
|
|
826
|
-
t[t.Attribute = 0] = "Attribute", t[t.Compressed = 1] = "Compressed", t[t.Ground = 2] = "Ground", t[t.ScreenDerivative = 3] = "ScreenDerivative", t[t.COUNT = 4] = "COUNT";
|
|
827
|
-
})(K || (K = {}));
|
|
828
|
-
function Aa(t) {
|
|
829
|
-
t.attributes.add(m.POSITION, "vec3"), t.vertex.code.add(l`vec3 positionModel() { return position; }`);
|
|
830
|
-
}
|
|
831
|
-
function yr({ code: t }, e) {
|
|
832
|
-
e.doublePrecisionRequiresObfuscation ? t.add(l`vec3 dpPlusFrc(vec3 a, vec3 b) {
|
|
833
|
-
return mix(a, a + b, vec3(notEqual(b, vec3(0))));
|
|
834
|
-
}
|
|
835
|
-
vec3 dpMinusFrc(vec3 a, vec3 b) {
|
|
836
|
-
return mix(vec3(0), a - b, vec3(notEqual(a, b)));
|
|
837
|
-
}
|
|
838
|
-
vec3 dpAdd(vec3 hiA, vec3 loA, vec3 hiB, vec3 loB) {
|
|
839
|
-
vec3 t1 = dpPlusFrc(hiA, hiB);
|
|
840
|
-
vec3 e = dpMinusFrc(t1, hiA);
|
|
841
|
-
vec3 t2 = dpMinusFrc(hiB, e) + dpMinusFrc(hiA, dpMinusFrc(t1, e)) + loA + loB;
|
|
842
|
-
return t1 + t2;
|
|
843
|
-
}`) : t.add(l`vec3 dpAdd(vec3 hiA, vec3 loA, vec3 hiB, vec3 loB) {
|
|
844
|
-
vec3 t1 = hiA + hiB;
|
|
845
|
-
vec3 e = t1 - hiA;
|
|
846
|
-
vec3 t2 = ((hiB - e) + (hiA - (t1 - e))) + loA + loB;
|
|
847
|
-
return t1 + t2;
|
|
848
|
-
}`);
|
|
849
|
-
}
|
|
850
|
-
let te = class extends j {
|
|
851
|
-
constructor(e, r) {
|
|
852
|
-
super(e, "vec3", R.Draw, (s, a, i, n) => s.setUniform3fv(e, r(a, i, n)));
|
|
853
|
-
}
|
|
854
|
-
}, Cr = class extends j {
|
|
855
|
-
constructor(e, r) {
|
|
856
|
-
super(e, "mat3", R.Draw, (s, a, i) => s.setUniformMatrix3fv(e, r(a, i)));
|
|
857
|
-
}
|
|
858
|
-
}, ot = class extends j {
|
|
859
|
-
constructor(e, r) {
|
|
860
|
-
super(e, "mat3", R.Pass, (s, a, i) => s.setUniformMatrix3fv(e, r(a, i)));
|
|
861
|
-
}
|
|
862
|
-
};
|
|
863
|
-
function wr(t, e) {
|
|
864
|
-
t.include(Aa);
|
|
865
|
-
const r = t.vertex;
|
|
866
|
-
r.include(yr, e), t.varyings.add("vPositionWorldCameraRelative", "vec3"), t.varyings.add("vPosition_view", "vec3"), r.uniforms.add(new q("transformWorldFromViewTH", (s) => s.transformWorldFromViewTH), new q("transformWorldFromViewTL", (s) => s.transformWorldFromViewTL), new ot("transformViewFromCameraRelativeRS", (s) => s.transformViewFromCameraRelativeRS), new $e("transformProjFromView", (s) => s.transformProjFromView), new Cr("transformWorldFromModelRS", (s) => s.transformWorldFromModelRS), new te("transformWorldFromModelTH", (s) => s.transformWorldFromModelTH), new te("transformWorldFromModelTL", (s) => s.transformWorldFromModelTL)), r.code.add(l`vec3 positionWorldCameraRelative() {
|
|
867
|
-
vec3 rotatedModelPosition = transformWorldFromModelRS * positionModel();
|
|
868
|
-
vec3 transform_CameraRelativeFromModel = dpAdd(
|
|
869
|
-
transformWorldFromModelTL,
|
|
870
|
-
transformWorldFromModelTH,
|
|
871
|
-
-transformWorldFromViewTL,
|
|
872
|
-
-transformWorldFromViewTH
|
|
873
|
-
);
|
|
874
|
-
return transform_CameraRelativeFromModel + rotatedModelPosition;
|
|
875
|
-
}`), r.code.add(l`
|
|
876
|
-
void forwardPosition(float fOffset) {
|
|
877
|
-
vPositionWorldCameraRelative = positionWorldCameraRelative();
|
|
878
|
-
if (fOffset != 0.0) {
|
|
879
|
-
vPositionWorldCameraRelative += fOffset * ${e.spherical ? l`normalize(transformWorldFromViewTL + vPositionWorldCameraRelative)` : l`vec3(0.0, 0.0, 1.0)`};
|
|
880
|
-
}
|
|
881
|
-
|
|
882
|
-
vPosition_view = transformViewFromCameraRelativeRS * vPositionWorldCameraRelative;
|
|
883
|
-
gl_Position = transformProjFromView * vec4(vPosition_view, 1.0);
|
|
884
|
-
}
|
|
885
|
-
`), t.fragment.uniforms.add(new q("transformWorldFromViewTL", (s) => s.transformWorldFromViewTL)), r.code.add(l`vec3 positionWorld() {
|
|
886
|
-
return transformWorldFromViewTL + vPositionWorldCameraRelative;
|
|
887
|
-
}`), t.fragment.code.add(l`vec3 positionWorld() {
|
|
888
|
-
return transformWorldFromViewTL + vPositionWorldCameraRelative;
|
|
889
|
-
}`);
|
|
890
|
-
}
|
|
891
|
-
class xa extends Me {
|
|
892
|
-
constructor() {
|
|
893
|
-
super(...arguments), this.transformWorldFromViewTH = b(), this.transformWorldFromViewTL = b(), this.transformViewFromCameraRelativeRS = Ne(), this.transformProjFromView = Ae();
|
|
894
|
-
}
|
|
895
|
-
}
|
|
896
|
-
let Oa = class extends Me {
|
|
897
|
-
constructor() {
|
|
898
|
-
super(...arguments), this.transformWorldFromModelRS = Ne(), this.transformWorldFromModelTH = b(), this.transformWorldFromModelTL = b();
|
|
899
|
-
}
|
|
900
|
-
};
|
|
901
|
-
function po(t, e) {
|
|
902
|
-
switch (e.normalType) {
|
|
903
|
-
case K.Attribute:
|
|
904
|
-
case K.Compressed:
|
|
905
|
-
t.include(Sa, e), t.varyings.add("vNormalWorld", "vec3"), t.varyings.add("vNormalView", "vec3"), t.vertex.uniforms.add(new Cr("transformNormalGlobalFromModel", (r) => r.transformNormalGlobalFromModel), new ot("transformNormalViewFromGlobal", (r) => r.transformNormalViewFromGlobal)), t.vertex.code.add(l`void forwardNormal() {
|
|
906
|
-
vNormalWorld = transformNormalGlobalFromModel * normalModel();
|
|
907
|
-
vNormalView = transformNormalViewFromGlobal * vNormalWorld;
|
|
908
|
-
}`);
|
|
909
|
-
break;
|
|
910
|
-
case K.Ground:
|
|
911
|
-
t.include(wr, e), t.varyings.add("vNormalWorld", "vec3"), t.vertex.code.add(l`
|
|
912
|
-
void forwardNormal() {
|
|
913
|
-
vNormalWorld = ${e.spherical ? l`normalize(vPositionWorldCameraRelative);` : l`vec3(0.0, 0.0, 1.0);`}
|
|
914
|
-
}
|
|
915
|
-
`);
|
|
916
|
-
break;
|
|
917
|
-
case K.ScreenDerivative:
|
|
918
|
-
t.vertex.code.add(l`void forwardNormal() {}`);
|
|
919
|
-
break;
|
|
920
|
-
default:
|
|
921
|
-
nt(e.normalType);
|
|
922
|
-
case K.COUNT:
|
|
923
|
-
}
|
|
924
|
-
}
|
|
925
|
-
let vo = class extends xa {
|
|
926
|
-
constructor() {
|
|
927
|
-
super(...arguments), this.transformNormalViewFromGlobal = Ne();
|
|
928
|
-
}
|
|
929
|
-
}, go = class extends Oa {
|
|
930
|
-
constructor() {
|
|
931
|
-
super(...arguments), this.transformNormalGlobalFromModel = Ne(), this.toMapSpace = Lt();
|
|
932
|
-
}
|
|
933
|
-
};
|
|
934
|
-
var Q;
|
|
935
|
-
function Ra(t, e) {
|
|
936
|
-
switch (e.textureCoordinateType) {
|
|
937
|
-
case Q.Default:
|
|
938
|
-
return t.attributes.add(m.UV0, "vec2"), t.varyings.add("vuv0", "vec2"), void t.vertex.code.add(l`void forwardTextureCoordinates() {
|
|
939
|
-
vuv0 = uv0;
|
|
940
|
-
}`);
|
|
941
|
-
case Q.Compressed:
|
|
942
|
-
return t.attributes.add(m.UV0, "vec2"), t.varyings.add("vuv0", "vec2"), void t.vertex.code.add(l`vec2 getUV0() {
|
|
943
|
-
return uv0 / 16384.0;
|
|
944
|
-
}
|
|
945
|
-
void forwardTextureCoordinates() {
|
|
946
|
-
vuv0 = getUV0();
|
|
947
|
-
}`);
|
|
948
|
-
case Q.Atlas:
|
|
949
|
-
return t.attributes.add(m.UV0, "vec2"), t.varyings.add("vuv0", "vec2"), t.attributes.add(m.UVREGION, "vec4"), t.varyings.add("vuvRegion", "vec4"), void t.vertex.code.add(l`void forwardTextureCoordinates() {
|
|
950
|
-
vuv0 = uv0;
|
|
951
|
-
vuvRegion = uvRegion;
|
|
952
|
-
}`);
|
|
953
|
-
default:
|
|
954
|
-
nt(e.textureCoordinateType);
|
|
955
|
-
case Q.None:
|
|
956
|
-
return void t.vertex.code.add(l`void forwardTextureCoordinates() {}`);
|
|
957
|
-
case Q.COUNT:
|
|
958
|
-
return;
|
|
959
|
-
}
|
|
960
|
-
}
|
|
961
|
-
(function(t) {
|
|
962
|
-
t[t.None = 0] = "None", t[t.Default = 1] = "Default", t[t.Atlas = 2] = "Atlas", t[t.Compressed = 3] = "Compressed", t[t.COUNT = 4] = "COUNT";
|
|
963
|
-
})(Q || (Q = {}));
|
|
964
|
-
function ba(t) {
|
|
965
|
-
t.fragment.code.add(l`vec4 textureAtlasLookup(sampler2D tex, vec2 textureCoordinates, vec4 atlasRegion) {
|
|
966
|
-
vec2 atlasScale = atlasRegion.zw - atlasRegion.xy;
|
|
967
|
-
vec2 uvAtlas = fract(textureCoordinates) * atlasScale + atlasRegion.xy;
|
|
968
|
-
float maxdUV = 0.125;
|
|
969
|
-
vec2 dUVdx = clamp(dFdx(textureCoordinates), -maxdUV, maxdUV) * atlasScale;
|
|
970
|
-
vec2 dUVdy = clamp(dFdy(textureCoordinates), -maxdUV, maxdUV) * atlasScale;
|
|
971
|
-
return textureGrad(tex, uvAtlas, dUVdx, dUVdy);
|
|
972
|
-
}`);
|
|
973
|
-
}
|
|
974
|
-
function Ia(t, e) {
|
|
975
|
-
switch (t.include(Ra, e), e.textureCoordinateType) {
|
|
976
|
-
case Q.Default:
|
|
977
|
-
case Q.Compressed:
|
|
978
|
-
return void t.fragment.code.add(l`vec4 textureLookup(sampler2D tex, vec2 uv) {
|
|
979
|
-
return texture(tex, uv);
|
|
980
|
-
}`);
|
|
981
|
-
case Q.Atlas:
|
|
982
|
-
return t.include(ba), void t.fragment.code.add(l`vec4 textureLookup(sampler2D tex, vec2 uv) {
|
|
983
|
-
return textureAtlasLookup(tex, uv, vuvRegion);
|
|
984
|
-
}`);
|
|
985
|
-
default:
|
|
986
|
-
nt(e.textureCoordinateType);
|
|
987
|
-
case Q.None:
|
|
988
|
-
case Q.COUNT:
|
|
989
|
-
return;
|
|
990
|
-
}
|
|
991
|
-
}
|
|
992
|
-
let lt = class extends j {
|
|
993
|
-
constructor(e, r) {
|
|
994
|
-
super(e, "sampler2D", R.Draw, (s, a, i) => s.bindTexture(e, r(a, i)));
|
|
995
|
-
}
|
|
996
|
-
}, $a = class {
|
|
997
|
-
constructor(e) {
|
|
998
|
-
this._material = e.material, this._techniqueRepository = e.techniqueRep, this._output = e.output;
|
|
999
|
-
}
|
|
1000
|
-
dispose() {
|
|
1001
|
-
this._techniqueRepository.release(this._technique);
|
|
1002
|
-
}
|
|
1003
|
-
get technique() {
|
|
1004
|
-
return this._technique;
|
|
1005
|
-
}
|
|
1006
|
-
get _stippleTextureRepository() {
|
|
1007
|
-
return this._techniqueRepository.constructionContext.stippleTextureRepository;
|
|
1008
|
-
}
|
|
1009
|
-
get _markerTextureRepository() {
|
|
1010
|
-
return this._techniqueRepository.constructionContext.markerTextureRepository;
|
|
1011
|
-
}
|
|
1012
|
-
ensureTechnique(e, r) {
|
|
1013
|
-
return this._technique = this._techniqueRepository.releaseAndAcquire(e, this._material.getConfiguration(this._output, r), this._technique), this._technique;
|
|
1014
|
-
}
|
|
1015
|
-
ensureResources(e) {
|
|
1016
|
-
return gt.LOADED;
|
|
1017
|
-
}
|
|
1018
|
-
}, Ao = class extends $a {
|
|
1019
|
-
constructor(e) {
|
|
1020
|
-
super(e), this._numLoading = 0, this._disposed = !1, this._textureRepository = e.textureRepository, this._textureId = e.textureId, this._acquire(e.textureId, (r) => this._texture = r), this._acquire(e.normalTextureId, (r) => this._textureNormal = r), this._acquire(e.emissiveTextureId, (r) => this._textureEmissive = r), this._acquire(e.occlusionTextureId, (r) => this._textureOcclusion = r), this._acquire(e.metallicRoughnessTextureId, (r) => this._textureMetallicRoughness = r);
|
|
1021
|
-
}
|
|
1022
|
-
dispose() {
|
|
1023
|
-
this._texture = ge(this._texture), this._textureNormal = ge(this._textureNormal), this._textureEmissive = ge(this._textureEmissive), this._textureOcclusion = ge(this._textureOcclusion), this._textureMetallicRoughness = ge(this._textureMetallicRoughness), this._disposed = !0;
|
|
1024
|
-
}
|
|
1025
|
-
ensureResources(e) {
|
|
1026
|
-
return this._numLoading === 0 ? gt.LOADED : gt.LOADING;
|
|
1027
|
-
}
|
|
1028
|
-
get textureBindParameters() {
|
|
1029
|
-
return new La(this._texture != null ? this._texture.glTexture : null, this._textureNormal != null ? this._textureNormal.glTexture : null, this._textureEmissive != null ? this._textureEmissive.glTexture : null, this._textureOcclusion != null ? this._textureOcclusion.glTexture : null, this._textureMetallicRoughness != null ? this._textureMetallicRoughness.glTexture : null);
|
|
1030
|
-
}
|
|
1031
|
-
updateTexture(e) {
|
|
1032
|
-
this._texture != null && e === this._texture.id || (this._texture = ge(this._texture), this._textureId = e, this._acquire(this._textureId, (r) => this._texture = r));
|
|
1033
|
-
}
|
|
1034
|
-
_acquire(e, r) {
|
|
1035
|
-
if (e == null)
|
|
1036
|
-
return void r(null);
|
|
1037
|
-
const s = this._textureRepository.acquire(e);
|
|
1038
|
-
if (cs(s))
|
|
1039
|
-
return ++this._numLoading, void s.then((a) => {
|
|
1040
|
-
if (this._disposed)
|
|
1041
|
-
return ge(a), void r(null);
|
|
1042
|
-
r(a);
|
|
1043
|
-
}).finally(() => --this._numLoading);
|
|
1044
|
-
r(s);
|
|
1045
|
-
}
|
|
1046
|
-
}, La = class extends Me {
|
|
1047
|
-
constructor(e = null, r = null, s = null, a = null, i = null, n, o) {
|
|
1048
|
-
super(), this.texture = e, this.textureNormal = r, this.textureEmissive = s, this.textureOcclusion = a, this.textureMetallicRoughness = i, this.scale = n, this.normalTextureTransformMatrix = o;
|
|
1049
|
-
}
|
|
1050
|
-
};
|
|
1051
|
-
var Ie;
|
|
1052
|
-
(function(t) {
|
|
1053
|
-
t[t.Disabled = 0] = "Disabled", t[t.Normal = 1] = "Normal", t[t.Schematic = 2] = "Schematic", t[t.Water = 3] = "Water", t[t.WaterOnIntegratedMesh = 4] = "WaterOnIntegratedMesh", t[t.Simplified = 5] = "Simplified", t[t.TerrainWithWater = 6] = "TerrainWithWater", t[t.COUNT = 7] = "COUNT";
|
|
1054
|
-
})(Ie || (Ie = {}));
|
|
1055
|
-
function Ro(t, e) {
|
|
1056
|
-
const r = t.fragment, s = e.hasMetallicRoughnessTexture || e.hasEmissionTexture || e.hasOcclusionTexture;
|
|
1057
|
-
if (e.pbrMode === Ie.Normal && s && t.include(Ia, e), e.pbrMode !== Ie.Schematic)
|
|
1058
|
-
if (e.pbrMode !== Ie.Disabled) {
|
|
1059
|
-
if (e.pbrMode === Ie.Normal) {
|
|
1060
|
-
r.code.add(l`vec3 mrr;
|
|
1061
|
-
vec3 emission;
|
|
1062
|
-
float occlusion;`);
|
|
1063
|
-
const a = e.pbrTextureBindType;
|
|
1064
|
-
e.hasMetallicRoughnessTexture && (r.uniforms.add(a === R.Pass ? new We("texMetallicRoughness", (i) => i.textureMetallicRoughness) : new lt("texMetallicRoughness", (i) => i.textureMetallicRoughness)), r.code.add(l`void applyMetallnessAndRoughness(vec2 uv) {
|
|
1065
|
-
vec3 metallicRoughness = textureLookup(texMetallicRoughness, uv).rgb;
|
|
1066
|
-
mrr[0] *= metallicRoughness.b;
|
|
1067
|
-
mrr[1] *= metallicRoughness.g;
|
|
1068
|
-
}`)), e.hasEmissionTexture && (r.uniforms.add(a === R.Pass ? new We("texEmission", (i) => i.textureEmissive) : new lt("texEmission", (i) => i.textureEmissive)), r.code.add(l`void applyEmission(vec2 uv) {
|
|
1069
|
-
emission *= textureLookup(texEmission, uv).rgb;
|
|
1070
|
-
}`)), e.hasOcclusionTexture ? (r.uniforms.add(a === R.Pass ? new We("texOcclusion", (i) => i.textureOcclusion) : new lt("texOcclusion", (i) => i.textureOcclusion)), r.code.add(l`void applyOcclusion(vec2 uv) {
|
|
1071
|
-
occlusion *= textureLookup(texOcclusion, uv).r;
|
|
1072
|
-
}
|
|
1073
|
-
float getBakedOcclusion() {
|
|
1074
|
-
return occlusion;
|
|
1075
|
-
}`)) : r.code.add(l`float getBakedOcclusion() { return 1.0; }`), a === R.Pass ? r.uniforms.add(new q("emissionFactor", (i) => i.emissiveFactor), new q("mrrFactors", (i) => i.mrrFactors)) : r.uniforms.add(new te("emissionFactor", (i) => i.emissiveFactor), new te("mrrFactors", (i) => i.mrrFactors)), r.code.add(l`
|
|
1076
|
-
void applyPBRFactors() {
|
|
1077
|
-
mrr = mrrFactors;
|
|
1078
|
-
emission = emissionFactor;
|
|
1079
|
-
occlusion = 1.0;
|
|
1080
|
-
|
|
1081
|
-
${e.hasMetallicRoughnessTexture ? l`applyMetallnessAndRoughness(${e.hasMetallicRoughnessTextureTransform ? l`metallicRoughnessUV` : "vuv0"});` : ""}
|
|
1082
|
-
|
|
1083
|
-
${e.hasEmissionTexture ? l`applyEmission(${e.hasEmissiveTextureTransform ? l`emissiveUV` : "vuv0"});` : ""}
|
|
1084
|
-
|
|
1085
|
-
${e.hasOcclusionTexture ? l`applyOcclusion(${e.hasOcclusionTextureTransform ? l`occlusionUV` : "vuv0"});` : ""}
|
|
1086
|
-
}
|
|
1087
|
-
`);
|
|
1088
|
-
}
|
|
1089
|
-
} else
|
|
1090
|
-
r.code.add(l`float getBakedOcclusion() { return 1.0; }`);
|
|
1091
|
-
else
|
|
1092
|
-
r.code.add(l`vec3 mrr = vec3(0.0, 0.6, 0.2);
|
|
1093
|
-
vec3 emission = vec3(0.0);
|
|
1094
|
-
float occlusion = 1.0;
|
|
1095
|
-
void applyPBRFactors() {}
|
|
1096
|
-
float getBakedOcclusion() { return 1.0; }`);
|
|
1097
|
-
}
|
|
1098
|
-
function bo(t) {
|
|
1099
|
-
t.vertex.code.add(l`const float PI = 3.141592653589793;`), t.fragment.code.add(l`const float PI = 3.141592653589793;
|
|
1100
|
-
const float LIGHT_NORMALIZATION = 1.0 / PI;
|
|
1101
|
-
const float INV_PI = 0.3183098861837907;
|
|
1102
|
-
const float HALF_PI = 1.570796326794897;`);
|
|
1103
|
-
}
|
|
1104
|
-
let Io = class extends j {
|
|
1105
|
-
constructor(e, r) {
|
|
1106
|
-
super(e, "bool", R.Pass, (s, a, i) => s.setUniform1b(e, r(a, i)));
|
|
1107
|
-
}
|
|
1108
|
-
};
|
|
1109
|
-
function ya(t) {
|
|
1110
|
-
if (t.length < ir)
|
|
1111
|
-
return Array.from(t);
|
|
1112
|
-
if (ls(t))
|
|
1113
|
-
return Float64Array.from(t);
|
|
1114
|
-
if (!("BYTES_PER_ELEMENT" in t))
|
|
1115
|
-
return Array.from(t);
|
|
1116
|
-
switch (t.BYTES_PER_ELEMENT) {
|
|
1117
|
-
case 1:
|
|
1118
|
-
return Uint8Array.from(t);
|
|
1119
|
-
case 2:
|
|
1120
|
-
return us(t) ? Uint16Array.from(t) : Int16Array.from(t);
|
|
1121
|
-
case 4:
|
|
1122
|
-
return Float32Array.from(t);
|
|
1123
|
-
default:
|
|
1124
|
-
return Float64Array.from(t);
|
|
1125
|
-
}
|
|
1126
|
-
}
|
|
1127
|
-
function Ca(t, e) {
|
|
1128
|
-
if (!t)
|
|
1129
|
-
return !1;
|
|
1130
|
-
const { size: r, data: s, indices: a } = t;
|
|
1131
|
-
H(e, 0, 0, 0), H(Y, 0, 0, 0);
|
|
1132
|
-
let i = 0, n = 0;
|
|
1133
|
-
for (let o = 0; o < a.length - 2; o += 3) {
|
|
1134
|
-
const c = a[o] * r, d = a[o + 1] * r, u = a[o + 2] * r;
|
|
1135
|
-
H(z, s[c], s[c + 1], s[c + 2]), H(oe, s[d], s[d + 1], s[d + 2]), H(Ye, s[u], s[u + 1], s[u + 2]);
|
|
1136
|
-
const h = Ps(z, oe, Ye);
|
|
1137
|
-
h ? (ee(z, z, oe), ee(z, z, Ye), ae(z, z, 1 / 3 * h), ee(e, e, z), i += h) : (ee(Y, Y, z), ee(Y, Y, oe), ee(Y, Y, Ye), n += 3);
|
|
1138
|
-
}
|
|
1139
|
-
return (n !== 0 || i !== 0) && (i !== 0 ? (ae(e, e, 1 / i), !0) : n !== 0 && (ae(e, Y, 1 / n), !0));
|
|
1140
|
-
}
|
|
1141
|
-
function wa(t, e) {
|
|
1142
|
-
if (!t)
|
|
1143
|
-
return !1;
|
|
1144
|
-
const { size: r, data: s, indices: a } = t;
|
|
1145
|
-
H(e, 0, 0, 0);
|
|
1146
|
-
let i = -1, n = 0;
|
|
1147
|
-
for (let o = 0; o < a.length; o++) {
|
|
1148
|
-
const c = a[o] * r;
|
|
1149
|
-
i !== c && (e[0] += s[c], e[1] += s[c + 1], e[2] += s[c + 2], n++), i = c;
|
|
1150
|
-
}
|
|
1151
|
-
return n > 1 && ae(e, e, 1 / n), n > 0;
|
|
1152
|
-
}
|
|
1153
|
-
function Ma(t, e, r) {
|
|
1154
|
-
if (!t)
|
|
1155
|
-
return !1;
|
|
1156
|
-
H(r, 0, 0, 0), H(Y, 0, 0, 0);
|
|
1157
|
-
let s = 0, a = 0;
|
|
1158
|
-
const { size: i, data: n, indices: o } = t, c = o.length - 1, d = c + (e ? 2 : 0);
|
|
1159
|
-
for (let u = 0; u < d; u += 2) {
|
|
1160
|
-
const h = u < c ? u + 1 : 0, v = o[u < c ? u : c] * i, O = o[h] * i;
|
|
1161
|
-
z[0] = n[v], z[1] = n[v + 1], z[2] = n[v + 2], oe[0] = n[O], oe[1] = n[O + 1], oe[2] = n[O + 2], ae(z, ee(z, z, oe), 0.5);
|
|
1162
|
-
const S = ds(z, oe);
|
|
1163
|
-
S > 0 ? (ee(r, r, ae(z, z, S)), s += S) : s === 0 && (ee(Y, Y, z), a++);
|
|
1164
|
-
}
|
|
1165
|
-
return s !== 0 ? (ae(r, r, 1 / s), !0) : a !== 0 && (ae(r, Y, 1 / a), !0);
|
|
1166
|
-
}
|
|
1167
|
-
const z = b(), oe = b(), Ye = b(), Y = b();
|
|
1168
|
-
let Lo = class Mr extends yt {
|
|
1169
|
-
constructor(e, r, s = null, a = xe.Mesh, i = null, n = -1) {
|
|
1170
|
-
super(), this.material = e, this.mapPositions = s, this.type = a, this.objectAndLayerIdColor = i, this.edgeIndicesLength = n, this.visible = !0, this._attributes = /* @__PURE__ */ new Map(), this._boundingInfo = null;
|
|
1171
|
-
for (const [o, c] of r)
|
|
1172
|
-
this._attributes.set(o, { ...c, indices: Ms(c.indices) }), o === m.POSITION && (this.edgeIndicesLength = this.edgeIndicesLength < 0 ? this._attributes.get(o).indices.length : this.edgeIndicesLength);
|
|
1173
|
-
}
|
|
1174
|
-
instantiate(e = {}) {
|
|
1175
|
-
const r = new Mr(e.material || this.material, [], this.mapPositions, this.type, this.objectAndLayerIdColor, this.edgeIndicesLength);
|
|
1176
|
-
return this._attributes.forEach((s, a) => {
|
|
1177
|
-
s.exclusive = !1, r._attributes.set(a, s);
|
|
1178
|
-
}), r._boundingInfo = this._boundingInfo, r.transformation = e.transformation || this.transformation, r;
|
|
1179
|
-
}
|
|
1180
|
-
get attributes() {
|
|
1181
|
-
return this._attributes;
|
|
1182
|
-
}
|
|
1183
|
-
getMutableAttribute(e) {
|
|
1184
|
-
let r = this._attributes.get(e);
|
|
1185
|
-
return r && !r.exclusive && (r = { ...r, exclusive: !0, data: ya(r.data) }, this._attributes.set(e, r)), r;
|
|
1186
|
-
}
|
|
1187
|
-
setAttributeData(e, r) {
|
|
1188
|
-
const s = this._attributes.get(e);
|
|
1189
|
-
s && this._attributes.set(e, { ...s, exclusive: !0, data: r });
|
|
1190
|
-
}
|
|
1191
|
-
get indexCount() {
|
|
1192
|
-
const e = this._attributes.values().next().value.indices;
|
|
1193
|
-
return (e == null ? void 0 : e.length) ?? 0;
|
|
1194
|
-
}
|
|
1195
|
-
get faceCount() {
|
|
1196
|
-
return this.indexCount / 3;
|
|
1197
|
-
}
|
|
1198
|
-
get boundingInfo() {
|
|
1199
|
-
return this._boundingInfo == null && (this._boundingInfo = this._calculateBoundingInfo()), this._boundingInfo;
|
|
1200
|
-
}
|
|
1201
|
-
computeAttachmentOrigin(e) {
|
|
1202
|
-
return !!(this.type === xe.Mesh ? this._computeAttachmentOriginTriangles(e) : this.type === xe.Line ? this._computeAttachmentOriginLines(e) : this._computeAttachmentOriginPoints(e)) && (this._transformation != null && ye(e, e, this._transformation), !0);
|
|
1203
|
-
}
|
|
1204
|
-
_computeAttachmentOriginTriangles(e) {
|
|
1205
|
-
const r = this.attributes.get(m.POSITION);
|
|
1206
|
-
return Ca(r, e);
|
|
1207
|
-
}
|
|
1208
|
-
_computeAttachmentOriginLines(e) {
|
|
1209
|
-
const r = this.attributes.get(m.POSITION);
|
|
1210
|
-
return Ma(r, Na(this.material.parameters, r), e);
|
|
1211
|
-
}
|
|
1212
|
-
_computeAttachmentOriginPoints(e) {
|
|
1213
|
-
const r = this.attributes.get(m.POSITION);
|
|
1214
|
-
return wa(r, e);
|
|
1215
|
-
}
|
|
1216
|
-
invalidateBoundingInfo() {
|
|
1217
|
-
this._boundingInfo = null;
|
|
1218
|
-
}
|
|
1219
|
-
_calculateBoundingInfo() {
|
|
1220
|
-
const e = this.attributes.get(m.POSITION);
|
|
1221
|
-
if (!e || e.indices.length === 0)
|
|
1222
|
-
return null;
|
|
1223
|
-
const r = this.type === xe.Mesh ? 3 : 1;
|
|
1224
|
-
U(e.indices.length % r == 0, "Indexing error: " + e.indices.length + " not divisible by " + r);
|
|
1225
|
-
const s = Ns(e.indices.length / r);
|
|
1226
|
-
return new Fs(s, r, e);
|
|
1227
|
-
}
|
|
1228
|
-
get transformation() {
|
|
1229
|
-
return this._transformation ?? rt;
|
|
1230
|
-
}
|
|
1231
|
-
set transformation(e) {
|
|
1232
|
-
this._transformation = e && e !== rt ? ws(e) : null;
|
|
1233
|
-
}
|
|
1234
|
-
addHighlight() {
|
|
1235
|
-
const e = new ks(ys.Highlight);
|
|
1236
|
-
return this.highlights = js(this.highlights, e), e;
|
|
1237
|
-
}
|
|
1238
|
-
removeHighlight(e) {
|
|
1239
|
-
this.highlights = qs(this.highlights, e);
|
|
1240
|
-
}
|
|
1241
|
-
};
|
|
1242
|
-
function Na(t, e) {
|
|
1243
|
-
return !(!("isClosed" in t) || !t.isClosed) && e.indices.length > 2;
|
|
1244
|
-
}
|
|
1245
|
-
let yo = class extends yt {
|
|
1246
|
-
constructor(e, r) {
|
|
1247
|
-
super(), this.type = xe.Material, this.supportsEdges = !1, this._visible = !0, this._renderPriority = 0, this._vertexAttributeLocations = Ea, this._pp0 = qe(0, 0, 1), this._pp1 = qe(0, 0, 0), this._parameters = Lr(e, r), this.validateParameters(this._parameters);
|
|
1248
|
-
}
|
|
1249
|
-
get parameters() {
|
|
1250
|
-
return this._parameters;
|
|
1251
|
-
}
|
|
1252
|
-
update(e) {
|
|
1253
|
-
return !1;
|
|
1254
|
-
}
|
|
1255
|
-
setParameters(e, r = !0) {
|
|
1256
|
-
va(this._parameters, e) && (this.validateParameters(this._parameters), r && this.parametersChanged());
|
|
1257
|
-
}
|
|
1258
|
-
validateParameters(e) {
|
|
1259
|
-
}
|
|
1260
|
-
get visible() {
|
|
1261
|
-
return this._visible;
|
|
1262
|
-
}
|
|
1263
|
-
set visible(e) {
|
|
1264
|
-
e !== this._visible && (this._visible = e, this.parametersChanged());
|
|
1265
|
-
}
|
|
1266
|
-
shouldRender(e) {
|
|
1267
|
-
return this.isVisible() && this.isVisibleForOutput(e.output) && (!this.parameters.isDecoration || e.bindParameters.decorations === Cs.ON) && (this.parameters.renderOccluded & e.renderOccludedMask) != 0;
|
|
1268
|
-
}
|
|
1269
|
-
isVisibleForOutput(e) {
|
|
1270
|
-
return !0;
|
|
1271
|
-
}
|
|
1272
|
-
get renderPriority() {
|
|
1273
|
-
return this._renderPriority;
|
|
1274
|
-
}
|
|
1275
|
-
set renderPriority(e) {
|
|
1276
|
-
e !== this._renderPriority && (this._renderPriority = e, this.parametersChanged());
|
|
1277
|
-
}
|
|
1278
|
-
get vertexAttributeLocations() {
|
|
1279
|
-
return this._vertexAttributeLocations;
|
|
1280
|
-
}
|
|
1281
|
-
isVisible() {
|
|
1282
|
-
return this._visible;
|
|
1283
|
-
}
|
|
1284
|
-
parametersChanged() {
|
|
1285
|
-
var e;
|
|
1286
|
-
(e = this.repository) == null || e.materialChanged(this);
|
|
1287
|
-
}
|
|
1288
|
-
queryRenderOccludedState(e) {
|
|
1289
|
-
return this.isVisible() && this.parameters.renderOccluded === e;
|
|
1290
|
-
}
|
|
1291
|
-
intersectDraped(e, r, s, a, i, n) {
|
|
1292
|
-
return this._pp0[0] = this._pp1[0] = a[0], this._pp0[1] = this._pp1[1] = a[1], this.intersect(e, r, s, this._pp0, this._pp1, i);
|
|
1293
|
-
}
|
|
1294
|
-
};
|
|
1295
|
-
var st;
|
|
1296
|
-
(function(t) {
|
|
1297
|
-
t[t.None = 0] = "None", t[t.Occlude = 1] = "Occlude", t[t.Transparent = 2] = "Transparent", t[t.OccludeAndTransparent = 4] = "OccludeAndTransparent", t[t.OccludeAndTransparentStencil = 8] = "OccludeAndTransparentStencil", t[t.Opaque = 16] = "Opaque";
|
|
1298
|
-
})(st || (st = {}));
|
|
1299
|
-
let wo = class extends Me {
|
|
1300
|
-
constructor() {
|
|
1301
|
-
super(...arguments), this.renderOccluded = st.Occlude, this.isDecoration = !1;
|
|
1302
|
-
}
|
|
1303
|
-
};
|
|
1304
|
-
var Kt, Qt;
|
|
1305
|
-
(function(t) {
|
|
1306
|
-
t[t.Undefined = 0] = "Undefined", t[t.DefinedSize = 1] = "DefinedSize", t[t.DefinedScale = 2] = "DefinedScale";
|
|
1307
|
-
})(Kt || (Kt = {})), function(t) {
|
|
1308
|
-
t[t.Undefined = 0] = "Undefined", t[t.DefinedAngle = 1] = "DefinedAngle";
|
|
1309
|
-
}(Qt || (Qt = {}));
|
|
1310
|
-
class Pa extends Me {
|
|
1311
|
-
constructor(e) {
|
|
1312
|
-
super(), this.vvSize = (e == null ? void 0 : e.size) ?? null, this.vvColor = (e == null ? void 0 : e.color) ?? null, this.vvOpacity = (e == null ? void 0 : e.opacity) ?? null;
|
|
1313
|
-
}
|
|
1314
|
-
}
|
|
1315
|
-
function No(t, e, r) {
|
|
1316
|
-
if (!e.vvSize)
|
|
1317
|
-
return H(t, 1, 1, 1), t;
|
|
1318
|
-
for (let s = 0; s < 3; ++s) {
|
|
1319
|
-
const a = e.vvSize.offset[s] + r[0] * e.vvSize.factor[s];
|
|
1320
|
-
t[s] = It(a, e.vvSize.minSize[s], e.vvSize.maxSize[s]);
|
|
1321
|
-
}
|
|
1322
|
-
return t;
|
|
1323
|
-
}
|
|
1324
|
-
let Po = class extends Pa {
|
|
1325
|
-
constructor() {
|
|
1326
|
-
super(...arguments), this.renderOccluded = st.Occlude, this.isDecoration = !1;
|
|
1327
|
-
}
|
|
1328
|
-
};
|
|
1329
|
-
const ut = 8;
|
|
1330
|
-
let Fa = class extends j {
|
|
1331
|
-
constructor(e, r) {
|
|
1332
|
-
super(e, "mat4", R.Draw, (s, a, i) => s.setUniformMatrix4fv(e, r(a, i)));
|
|
1333
|
-
}
|
|
1334
|
-
};
|
|
1335
|
-
function Da(t, e) {
|
|
1336
|
-
e.instancedDoublePrecision ? t.constants.add("cameraPosition", "vec3", $t) : t.uniforms.add(new te("cameraPosition", (r, s) => H(Nr, s.camera.viewInverseTransposeMatrix[3] - r.origin[0], s.camera.viewInverseTransposeMatrix[7] - r.origin[1], s.camera.viewInverseTransposeMatrix[11] - r.origin[2])));
|
|
1337
|
-
}
|
|
1338
|
-
function Bo(t, e) {
|
|
1339
|
-
if (!e.instancedDoublePrecision)
|
|
1340
|
-
return void t.uniforms.add(new $e("proj", (s, a) => a.camera.projectionMatrix), new Fa("view", (s, a) => pt(Zt, a.camera.viewMatrix, s.origin)), new te("localOrigin", (s) => s.origin));
|
|
1341
|
-
const r = (s) => H(Nr, s.camera.viewInverseTransposeMatrix[3], s.camera.viewInverseTransposeMatrix[7], s.camera.viewInverseTransposeMatrix[11]);
|
|
1342
|
-
t.uniforms.add(new $e("proj", (s, a) => a.camera.projectionMatrix), new $e("view", (s, a) => pt(Zt, a.camera.viewMatrix, r(a))), new q("localOrigin", (s, a) => r(a)));
|
|
1343
|
-
}
|
|
1344
|
-
const Zt = Ae(), Nr = b();
|
|
1345
|
-
function Ba(t) {
|
|
1346
|
-
t.uniforms.add(new $e("viewNormal", (e, r) => r.camera.viewInverseTransposeMatrix));
|
|
1347
|
-
}
|
|
1348
|
-
function Ho(t) {
|
|
1349
|
-
t.uniforms.add(new Qs("pixelRatio", (e, r) => r.camera.pixelRatio / r.overlayStretch));
|
|
1350
|
-
}
|
|
1351
|
-
let xt = class extends Ta {
|
|
1352
|
-
constructor() {
|
|
1353
|
-
super(...arguments), this.instancedDoublePrecision = !1, this.hasModelTransformation = !1;
|
|
1354
|
-
}
|
|
1355
|
-
};
|
|
1356
|
-
L([ke()], xt.prototype, "instancedDoublePrecision", void 0), L([ke()], xt.prototype, "hasModelTransformation", void 0);
|
|
1357
|
-
const Jt = Ne();
|
|
1358
|
-
function Vo(t, e) {
|
|
1359
|
-
const r = e.hasModelTransformation, s = e.instancedDoublePrecision;
|
|
1360
|
-
r && (t.vertex.uniforms.add(new $e("model", (i) => i.modelTransformation ?? rt)), t.vertex.uniforms.add(new ot("normalLocalOriginFromModel", (i) => (hs(Jt, i.modelTransformation ?? rt), Jt)))), e.instanced && s && (t.attributes.add(m.INSTANCEMODELORIGINHI, "vec3"), t.attributes.add(m.INSTANCEMODELORIGINLO, "vec3"), t.attributes.add(m.INSTANCEMODEL, "mat3"), t.attributes.add(m.INSTANCEMODELNORMAL, "mat3"));
|
|
1361
|
-
const a = t.vertex;
|
|
1362
|
-
s && (a.include(yr, e), a.uniforms.add(new te("viewOriginHi", (i, n) => Ds(H(Ke, n.camera.viewInverseTransposeMatrix[3], n.camera.viewInverseTransposeMatrix[7], n.camera.viewInverseTransposeMatrix[11]), Ke)), new te("viewOriginLo", (i, n) => Bs(H(Ke, n.camera.viewInverseTransposeMatrix[3], n.camera.viewInverseTransposeMatrix[7], n.camera.viewInverseTransposeMatrix[11]), Ke)))), a.code.add(l`
|
|
1363
|
-
vec3 getVertexInLocalOriginSpace() {
|
|
1364
|
-
return ${r ? s ? "(model * vec4(instanceModel * localPosition().xyz, 1.0)).xyz" : "(model * localPosition()).xyz" : s ? "instanceModel * localPosition().xyz" : "localPosition().xyz"};
|
|
1365
|
-
}
|
|
1366
|
-
|
|
1367
|
-
vec3 subtractOrigin(vec3 _pos) {
|
|
1368
|
-
${s ? l`
|
|
1369
|
-
// Negated inputs are intentionally the first two arguments. The other way around the obfuscation in dpAdd() stopped
|
|
1370
|
-
// working for macOS 14+ and iOS 17+.
|
|
1371
|
-
// Issue: https://devtopia.esri.com/WebGIS/arcgis-js-api/issues/56280
|
|
1372
|
-
vec3 originDelta = dpAdd(-instanceModelOriginHi, -instanceModelOriginLo, viewOriginHi, viewOriginLo);
|
|
1373
|
-
return _pos - originDelta;` : "return vpos;"}
|
|
1374
|
-
}
|
|
1375
|
-
`), a.code.add(l`
|
|
1376
|
-
vec3 dpNormal(vec4 _normal) {
|
|
1377
|
-
return normalize(${r ? s ? "normalLocalOriginFromModel * (instanceModelNormal * _normal.xyz)" : "normalLocalOriginFromModel * _normal.xyz" : s ? "instanceModelNormal * _normal.xyz" : "_normal.xyz"});
|
|
1378
|
-
}
|
|
1379
|
-
`), e.output === x.Normal && (Ba(a), a.code.add(l`
|
|
1380
|
-
vec3 dpNormalView(vec4 _normal) {
|
|
1381
|
-
return normalize((viewNormal * ${r ? s ? "vec4(normalLocalOriginFromModel * (instanceModelNormal * _normal.xyz), 1.0)" : "vec4(normalLocalOriginFromModel * _normal.xyz, 1.0)" : s ? "vec4(instanceModelNormal * _normal.xyz, 1.0)" : "_normal"}).xyz);
|
|
1382
|
-
}
|
|
1383
|
-
`)), e.hasVertexTangents && a.code.add(l`
|
|
1384
|
-
vec4 dpTransformVertexTangent(vec4 _tangent) {
|
|
1385
|
-
${r ? s ? "return vec4(normalLocalOriginFromModel * (instanceModelNormal * _tangent.xyz), _tangent.w);" : "return vec4(normalLocalOriginFromModel * _tangent.xyz, _tangent.w);" : s ? "return vec4(instanceModelNormal * _tangent.xyz, _tangent.w);" : "return _tangent;"}
|
|
1386
|
-
}`);
|
|
1387
|
-
}
|
|
1388
|
-
const Ke = b();
|
|
1389
|
-
let dt = class extends xt {
|
|
1390
|
-
};
|
|
1391
|
-
L([ke({ constValue: !0 })], dt.prototype, "hasSliceHighlight", void 0), L([ke({ constValue: !1 })], dt.prototype, "hasSliceInVertexProgram", void 0), L([ke({ constValue: R.Pass })], dt.prototype, "pbrTextureBindType", void 0);
|
|
1392
|
-
function er(t) {
|
|
1393
|
-
t.varyings.add("linearDepth", "float");
|
|
1394
|
-
}
|
|
1395
|
-
function Ha(t) {
|
|
1396
|
-
t.vertex.uniforms.add(new Ct("nearFar", (e, r) => r.camera.nearFar));
|
|
1397
|
-
}
|
|
1398
|
-
function Pr(t) {
|
|
1399
|
-
t.vertex.code.add(l`float calculateLinearDepth(vec2 nearFar,float z) {
|
|
1400
|
-
return (-z - nearFar[0]) / (nearFar[1] - nearFar[0]);
|
|
1401
|
-
}`);
|
|
1402
|
-
}
|
|
1403
|
-
function Go(t, e) {
|
|
1404
|
-
const { vertex: r } = t;
|
|
1405
|
-
switch (e.output) {
|
|
1406
|
-
case x.Color:
|
|
1407
|
-
if (e.receiveShadows)
|
|
1408
|
-
return er(t), void r.code.add(l`void forwardLinearDepth() { linearDepth = gl_Position.w; }`);
|
|
1409
|
-
break;
|
|
1410
|
-
case x.LinearDepth:
|
|
1411
|
-
case x.Shadow:
|
|
1412
|
-
case x.ShadowHighlight:
|
|
1413
|
-
case x.ShadowExcludeHighlight:
|
|
1414
|
-
return t.include(wr, e), er(t), Ha(t), Pr(t), void r.code.add(l`void forwardLinearDepth() {
|
|
1415
|
-
linearDepth = calculateLinearDepth(nearFar, vPosition_view.z);
|
|
1416
|
-
}`);
|
|
1417
|
-
}
|
|
1418
|
-
r.code.add(l`void forwardLinearDepth() {}`);
|
|
1419
|
-
}
|
|
1420
|
-
function Wo(t, e) {
|
|
1421
|
-
Ua(t, e, new te("slicePlaneOrigin", (r, s) => Va(e, r, s)), new te("slicePlaneBasis1", (r, s) => {
|
|
1422
|
-
var a;
|
|
1423
|
-
return tr(e, r, s, (a = s.slicePlane) == null ? void 0 : a.basis1);
|
|
1424
|
-
}), new te("slicePlaneBasis2", (r, s) => {
|
|
1425
|
-
var a;
|
|
1426
|
-
return tr(e, r, s, (a = s.slicePlane) == null ? void 0 : a.basis2);
|
|
1427
|
-
}));
|
|
1428
|
-
}
|
|
1429
|
-
function Ua(t, e, ...r) {
|
|
1430
|
-
if (!e.hasSlicePlane) {
|
|
1431
|
-
const n = l`#define rejectBySlice(_pos_) false
|
|
1432
|
-
#define discardBySlice(_pos_) {}
|
|
1433
|
-
#define highlightSlice(_color_, _pos_) (_color_)`;
|
|
1434
|
-
return e.hasSliceInVertexProgram && t.vertex.code.add(n), void t.fragment.code.add(n);
|
|
1435
|
-
}
|
|
1436
|
-
e.hasSliceInVertexProgram && t.vertex.uniforms.add(...r), t.fragment.uniforms.add(...r);
|
|
1437
|
-
const s = l`struct SliceFactors {
|
|
1438
|
-
float front;
|
|
1439
|
-
float side0;
|
|
1440
|
-
float side1;
|
|
1441
|
-
float side2;
|
|
1442
|
-
float side3;
|
|
1443
|
-
};
|
|
1444
|
-
SliceFactors calculateSliceFactors(vec3 pos) {
|
|
1445
|
-
vec3 rel = pos - slicePlaneOrigin;
|
|
1446
|
-
vec3 slicePlaneNormal = -cross(slicePlaneBasis1, slicePlaneBasis2);
|
|
1447
|
-
float slicePlaneW = -dot(slicePlaneNormal, slicePlaneOrigin);
|
|
1448
|
-
float basis1Len2 = dot(slicePlaneBasis1, slicePlaneBasis1);
|
|
1449
|
-
float basis2Len2 = dot(slicePlaneBasis2, slicePlaneBasis2);
|
|
1450
|
-
float basis1Dot = dot(slicePlaneBasis1, rel);
|
|
1451
|
-
float basis2Dot = dot(slicePlaneBasis2, rel);
|
|
1452
|
-
return SliceFactors(
|
|
1453
|
-
dot(slicePlaneNormal, pos) + slicePlaneW,
|
|
1454
|
-
-basis1Dot - basis1Len2,
|
|
1455
|
-
basis1Dot - basis1Len2,
|
|
1456
|
-
-basis2Dot - basis2Len2,
|
|
1457
|
-
basis2Dot - basis2Len2
|
|
1458
|
-
);
|
|
1459
|
-
}
|
|
1460
|
-
bool sliceByFactors(SliceFactors factors) {
|
|
1461
|
-
return factors.front < 0.0
|
|
1462
|
-
&& factors.side0 < 0.0
|
|
1463
|
-
&& factors.side1 < 0.0
|
|
1464
|
-
&& factors.side2 < 0.0
|
|
1465
|
-
&& factors.side3 < 0.0;
|
|
1466
|
-
}
|
|
1467
|
-
bool sliceEnabled() {
|
|
1468
|
-
return dot(slicePlaneBasis1, slicePlaneBasis1) != 0.0;
|
|
1469
|
-
}
|
|
1470
|
-
bool sliceByPlane(vec3 pos) {
|
|
1471
|
-
return sliceEnabled() && sliceByFactors(calculateSliceFactors(pos));
|
|
1472
|
-
}
|
|
1473
|
-
#define rejectBySlice(_pos_) sliceByPlane(_pos_)
|
|
1474
|
-
#define discardBySlice(_pos_) { if (sliceByPlane(_pos_)) discard; }`, a = l`vec4 applySliceHighlight(vec4 color, vec3 pos) {
|
|
1475
|
-
SliceFactors factors = calculateSliceFactors(pos);
|
|
1476
|
-
const float HIGHLIGHT_WIDTH = 1.0;
|
|
1477
|
-
const vec4 HIGHLIGHT_COLOR = vec4(0.0, 0.0, 0.0, 0.3);
|
|
1478
|
-
factors.front /= (2.0 * HIGHLIGHT_WIDTH) * fwidth(factors.front);
|
|
1479
|
-
factors.side0 /= (2.0 * HIGHLIGHT_WIDTH) * fwidth(factors.side0);
|
|
1480
|
-
factors.side1 /= (2.0 * HIGHLIGHT_WIDTH) * fwidth(factors.side1);
|
|
1481
|
-
factors.side2 /= (2.0 * HIGHLIGHT_WIDTH) * fwidth(factors.side2);
|
|
1482
|
-
factors.side3 /= (2.0 * HIGHLIGHT_WIDTH) * fwidth(factors.side3);
|
|
1483
|
-
if (sliceByFactors(factors)) {
|
|
1484
|
-
return color;
|
|
1485
|
-
}
|
|
1486
|
-
float highlightFactor = (1.0 - step(0.5, factors.front))
|
|
1487
|
-
* (1.0 - step(0.5, factors.side0))
|
|
1488
|
-
* (1.0 - step(0.5, factors.side1))
|
|
1489
|
-
* (1.0 - step(0.5, factors.side2))
|
|
1490
|
-
* (1.0 - step(0.5, factors.side3));
|
|
1491
|
-
return mix(color, vec4(HIGHLIGHT_COLOR.rgb, color.a), highlightFactor * HIGHLIGHT_COLOR.a);
|
|
1492
|
-
}`, i = e.hasSliceHighlight ? l`
|
|
1493
|
-
${a}
|
|
1494
|
-
#define highlightSlice(_color_, _pos_) (sliceEnabled() ? applySliceHighlight(_color_, _pos_) : (_color_))
|
|
1495
|
-
` : l`#define highlightSlice(_color_, _pos_) (_color_)`;
|
|
1496
|
-
e.hasSliceInVertexProgram && t.vertex.code.add(s), t.fragment.code.add(s), t.fragment.code.add(i);
|
|
1497
|
-
}
|
|
1498
|
-
function Fr(t, e, r) {
|
|
1499
|
-
return t.instancedDoublePrecision ? H(za, r.camera.viewInverseTransposeMatrix[3], r.camera.viewInverseTransposeMatrix[7], r.camera.viewInverseTransposeMatrix[11]) : e.slicePlaneLocalOrigin;
|
|
1500
|
-
}
|
|
1501
|
-
function Dr(t, e) {
|
|
1502
|
-
return t != null ? lr(at, e.origin, t) : e.origin;
|
|
1503
|
-
}
|
|
1504
|
-
function Br(t, e, r) {
|
|
1505
|
-
return t.hasSliceTranslatedView ? e != null ? pt(Ga, r.camera.viewMatrix, e) : r.camera.viewMatrix : null;
|
|
1506
|
-
}
|
|
1507
|
-
function Va(t, e, r) {
|
|
1508
|
-
if (r.slicePlane == null)
|
|
1509
|
-
return $t;
|
|
1510
|
-
const s = Fr(t, e, r), a = Dr(s, r.slicePlane), i = Br(t, s, r);
|
|
1511
|
-
return i != null ? ye(at, a, i) : a;
|
|
1512
|
-
}
|
|
1513
|
-
function tr(t, e, r, s) {
|
|
1514
|
-
if (s == null || r.slicePlane == null)
|
|
1515
|
-
return $t;
|
|
1516
|
-
const a = Fr(t, e, r), i = Dr(a, r.slicePlane), n = Br(t, a, r);
|
|
1517
|
-
return n != null ? (ee(He, s, i), ye(at, i, n), ye(He, He, n), lr(He, He, at)) : s;
|
|
1518
|
-
}
|
|
1519
|
-
const za = b(), at = b(), He = b(), Ga = Ae();
|
|
1520
|
-
function ko(t, e) {
|
|
1521
|
-
const r = e.output === x.ObjectAndLayerIdColor, s = e.objectAndLayerIdColorInstanced;
|
|
1522
|
-
r && (t.varyings.add("objectAndLayerIdColorVarying", "vec4"), s ? t.attributes.add(m.INSTANCEOBJECTANDLAYERIDCOLOR, "vec4") : t.attributes.add(m.OBJECTANDLAYERIDCOLOR, "vec4")), t.vertex.code.add(l`
|
|
1523
|
-
void forwardObjectAndLayerIdColor() {
|
|
1524
|
-
${r ? s ? l`objectAndLayerIdColorVarying = instanceObjectAndLayerIdColor * 0.003921568627451;` : l`objectAndLayerIdColorVarying = objectAndLayerIdColor * 0.003921568627451;` : l``} }`), t.fragment.code.add(l`
|
|
1525
|
-
void outputObjectAndLayerIdColor() {
|
|
1526
|
-
${r ? l`fragColor = objectAndLayerIdColorVarying;` : l``} }`);
|
|
1527
|
-
}
|
|
1528
|
-
let Wa = class extends j {
|
|
1529
|
-
constructor(e, r, s) {
|
|
1530
|
-
super(e, "vec4", R.Pass, (a, i, n) => a.setUniform4fv(e, r(i, n)), s);
|
|
1531
|
-
}
|
|
1532
|
-
}, ka = class extends j {
|
|
1533
|
-
constructor(e, r, s) {
|
|
1534
|
-
super(e, "float", R.Pass, (a, i, n) => a.setUniform1fv(e, r(i, n)), s);
|
|
1535
|
-
}
|
|
1536
|
-
};
|
|
1537
|
-
function Xo(t, e) {
|
|
1538
|
-
const { vertex: r, attributes: s } = t;
|
|
1539
|
-
e.hasVvInstancing && (e.vvSize || e.vvColor) && s.add(m.INSTANCEFEATUREATTRIBUTE, "vec4"), e.vvSize ? (r.uniforms.add(new q("vvSizeMinSize", (a) => a.vvSize.minSize)), r.uniforms.add(new q("vvSizeMaxSize", (a) => a.vvSize.maxSize)), r.uniforms.add(new q("vvSizeOffset", (a) => a.vvSize.offset)), r.uniforms.add(new q("vvSizeFactor", (a) => a.vvSize.factor)), r.uniforms.add(new ot("vvSymbolRotationMatrix", (a) => a.vvSymbolRotationMatrix)), r.uniforms.add(new q("vvSymbolAnchor", (a) => a.vvSymbolAnchor)), r.code.add(l`vec3 vvScale(vec4 _featureAttribute) {
|
|
1540
|
-
return clamp(vvSizeOffset + _featureAttribute.x * vvSizeFactor, vvSizeMinSize, vvSizeMaxSize);
|
|
1541
|
-
}
|
|
1542
|
-
vec4 vvTransformPosition(vec3 position, vec4 _featureAttribute) {
|
|
1543
|
-
return vec4(vvSymbolRotationMatrix * ( vvScale(_featureAttribute) * (position + vvSymbolAnchor)), 1.0);
|
|
1544
|
-
}`), r.code.add(l`
|
|
1545
|
-
const float eps = 1.192092896e-07;
|
|
1546
|
-
vec4 vvTransformNormal(vec3 _normal, vec4 _featureAttribute) {
|
|
1547
|
-
vec3 vvScale = clamp(vvSizeOffset + _featureAttribute.x * vvSizeFactor, vvSizeMinSize + eps, vvSizeMaxSize);
|
|
1548
|
-
return vec4(vvSymbolRotationMatrix * _normal / vvScale, 1.0);
|
|
1549
|
-
}
|
|
1550
|
-
|
|
1551
|
-
${e.hasVvInstancing ? l`
|
|
1552
|
-
vec4 vvLocalNormal(vec3 _normal) {
|
|
1553
|
-
return vvTransformNormal(_normal, instanceFeatureAttribute);
|
|
1554
|
-
}
|
|
1555
|
-
|
|
1556
|
-
vec4 localPosition() {
|
|
1557
|
-
return vvTransformPosition(position, instanceFeatureAttribute);
|
|
1558
|
-
}` : ""}
|
|
1559
|
-
`)) : r.code.add(l`vec4 localPosition() { return vec4(position, 1.0); }
|
|
1560
|
-
vec4 vvLocalNormal(vec3 _normal) { return vec4(_normal, 1.0); }`), e.vvColor ? (r.constants.add("vvColorNumber", "int", ut), r.uniforms.add(new ka("vvColorValues", (a) => a.vvColor.values, ut), new Wa("vvColorColors", (a) => a.vvColor.colors, ut)), r.code.add(l`
|
|
1561
|
-
vec4 interpolateVVColor(float value) {
|
|
1562
|
-
if (value <= vvColorValues[0]) {
|
|
1563
|
-
return vvColorColors[0];
|
|
1564
|
-
}
|
|
1565
|
-
|
|
1566
|
-
for (int i = 1; i < vvColorNumber; ++i) {
|
|
1567
|
-
if (vvColorValues[i] >= value) {
|
|
1568
|
-
float f = (value - vvColorValues[i-1]) / (vvColorValues[i] - vvColorValues[i-1]);
|
|
1569
|
-
return mix(vvColorColors[i-1], vvColorColors[i], f);
|
|
1570
|
-
}
|
|
1571
|
-
}
|
|
1572
|
-
return vvColorColors[vvColorNumber - 1];
|
|
1573
|
-
}
|
|
1574
|
-
|
|
1575
|
-
vec4 vvGetColor(vec4 featureAttribute) {
|
|
1576
|
-
return interpolateVVColor(featureAttribute.y);
|
|
1577
|
-
}
|
|
1578
|
-
|
|
1579
|
-
${e.hasVvInstancing ? l`
|
|
1580
|
-
vec4 vvColor() {
|
|
1581
|
-
return vvGetColor(instanceFeatureAttribute);
|
|
1582
|
-
}` : "vec4 vvColor() { return vec4(1.0); }"}
|
|
1583
|
-
`)) : r.code.add(l`vec4 vvColor() { return vec4(1.0); }`);
|
|
1584
|
-
}
|
|
1585
|
-
function ja(t) {
|
|
1586
|
-
t.code.add(l`const float MAX_RGBA4_FLOAT =
|
|
1587
|
-
15.0 / 16.0 +
|
|
1588
|
-
15.0 / 16.0 / 16.0 +
|
|
1589
|
-
15.0 / 16.0 / 16.0 / 16.0 +
|
|
1590
|
-
15.0 / 16.0 / 16.0 / 16.0 / 16.0;
|
|
1591
|
-
const vec4 FIXED_POINT_FACTORS_RGBA4 = vec4(1.0, 16.0, 16.0 * 16.0, 16.0 * 16.0 * 16.0);
|
|
1592
|
-
vec4 floatToRgba4(const float value) {
|
|
1593
|
-
float valueInValidDomain = clamp(value, 0.0, MAX_RGBA4_FLOAT);
|
|
1594
|
-
vec4 fixedPointU4 = floor(fract(valueInValidDomain * FIXED_POINT_FACTORS_RGBA4) * 16.0);
|
|
1595
|
-
const float toU4AsFloat = 1.0 / 15.0;
|
|
1596
|
-
return fixedPointU4 * toU4AsFloat;
|
|
1597
|
-
}
|
|
1598
|
-
const vec4 RGBA4_2_FLOAT_FACTORS = vec4(
|
|
1599
|
-
15.0 / (16.0),
|
|
1600
|
-
15.0 / (16.0 * 16.0),
|
|
1601
|
-
15.0 / (16.0 * 16.0 * 16.0),
|
|
1602
|
-
15.0 / (16.0 * 16.0 * 16.0 * 16.0)
|
|
1603
|
-
);
|
|
1604
|
-
float rgba4ToFloat(vec4 rgba) {
|
|
1605
|
-
return dot(rgba, RGBA4_2_FLOAT_FACTORS);
|
|
1606
|
-
}`);
|
|
1607
|
-
}
|
|
1608
|
-
function Yo(t, e) {
|
|
1609
|
-
switch (e.output) {
|
|
1610
|
-
case x.Shadow:
|
|
1611
|
-
case x.ShadowHighlight:
|
|
1612
|
-
case x.ShadowExcludeHighlight:
|
|
1613
|
-
t.fragment.include(ja), t.fragment.code.add(l`float _calculateFragDepth(const in float depth) {
|
|
1614
|
-
const float SLOPE_SCALE = 2.0;
|
|
1615
|
-
const float BIAS = 20.0 * .000015259;
|
|
1616
|
-
float m = max(abs(dFdx(depth)), abs(dFdy(depth)));
|
|
1617
|
-
return depth + SLOPE_SCALE * m + BIAS;
|
|
1618
|
-
}
|
|
1619
|
-
void outputDepth(float _linearDepth) {
|
|
1620
|
-
fragColor = floatToRgba4(_calculateFragDepth(_linearDepth));
|
|
1621
|
-
}`);
|
|
1622
|
-
break;
|
|
1623
|
-
case x.LinearDepth:
|
|
1624
|
-
t.fragment.include(pr), t.fragment.code.add(l`void outputDepth(float _linearDepth) {
|
|
1625
|
-
fragColor = float2rgba(_linearDepth);
|
|
1626
|
-
}`);
|
|
1627
|
-
}
|
|
1628
|
-
}
|
|
1629
|
-
function qa() {
|
|
1630
|
-
if (ht == null) {
|
|
1631
|
-
const t = (e) => ms(`esri/libs/basisu/${e}`);
|
|
1632
|
-
ht = import("./basis_transcoder-b850d7ac.js").then((e) => e.b).then(({ default: e }) => e({ locateFile: t }).then((r) => (r.initializeBasis(), delete r.then, r)));
|
|
1633
|
-
}
|
|
1634
|
-
return ht;
|
|
1635
|
-
}
|
|
1636
|
-
let ht;
|
|
1637
|
-
var Ee;
|
|
1638
|
-
(function(t) {
|
|
1639
|
-
t[t.ETC1_RGB = 0] = "ETC1_RGB", t[t.ETC2_RGBA = 1] = "ETC2_RGBA", t[t.BC1_RGB = 2] = "BC1_RGB", t[t.BC3_RGBA = 3] = "BC3_RGBA", t[t.BC4_R = 4] = "BC4_R", t[t.BC5_RG = 5] = "BC5_RG", t[t.BC7_M6_RGB = 6] = "BC7_M6_RGB", t[t.BC7_M5_RGBA = 7] = "BC7_M5_RGBA", t[t.PVRTC1_4_RGB = 8] = "PVRTC1_4_RGB", t[t.PVRTC1_4_RGBA = 9] = "PVRTC1_4_RGBA", t[t.ASTC_4x4_RGBA = 10] = "ASTC_4x4_RGBA", t[t.ATC_RGB = 11] = "ATC_RGB", t[t.ATC_RGBA = 12] = "ATC_RGBA", t[t.FXT1_RGB = 17] = "FXT1_RGB", t[t.PVRTC2_4_RGB = 18] = "PVRTC2_4_RGB", t[t.PVRTC2_4_RGBA = 19] = "PVRTC2_4_RGBA", t[t.ETC2_EAC_R11 = 20] = "ETC2_EAC_R11", t[t.ETC2_EAC_RG11 = 21] = "ETC2_EAC_RG11", t[t.RGBA32 = 13] = "RGBA32", t[t.RGB565 = 14] = "RGB565", t[t.BGR565 = 15] = "BGR565", t[t.RGBA4444 = 16] = "RGBA4444";
|
|
1640
|
-
})(Ee || (Ee = {}));
|
|
1641
|
-
let re = null, Qe = null;
|
|
1642
|
-
async function Hr() {
|
|
1643
|
-
return Qe == null && (Qe = qa(), re = await Qe), Qe;
|
|
1644
|
-
}
|
|
1645
|
-
function Xa(t, e) {
|
|
1646
|
-
if (re == null)
|
|
1647
|
-
return t.byteLength;
|
|
1648
|
-
const r = new re.BasisFile(new Uint8Array(t)), s = Vr(r) ? Ur(r.getNumLevels(0), r.getHasAlpha(), r.getImageWidth(0, 0), r.getImageHeight(0, 0), e) : 0;
|
|
1649
|
-
return r.close(), r.delete(), s;
|
|
1650
|
-
}
|
|
1651
|
-
function Ya(t, e) {
|
|
1652
|
-
if (re == null)
|
|
1653
|
-
return t.byteLength;
|
|
1654
|
-
const r = new re.KTX2File(new Uint8Array(t)), s = zr(r) ? Ur(r.getLevels(), r.getHasAlpha(), r.getWidth(), r.getHeight(), e) : 0;
|
|
1655
|
-
return r.close(), r.delete(), s;
|
|
1656
|
-
}
|
|
1657
|
-
function Ur(t, e, r, s, a) {
|
|
1658
|
-
const i = $s(e ? le.COMPRESSED_RGBA8_ETC2_EAC : le.COMPRESSED_RGB8_ETC2), n = a && t > 1 ? (4 ** t - 1) / (3 * 4 ** (t - 1)) : 1;
|
|
1659
|
-
return Math.ceil(r * s * i * n);
|
|
1660
|
-
}
|
|
1661
|
-
function Vr(t) {
|
|
1662
|
-
return t.getNumImages() >= 1 && !t.isUASTC();
|
|
1663
|
-
}
|
|
1664
|
-
function zr(t) {
|
|
1665
|
-
return t.getFaces() >= 1 && t.isETC1S();
|
|
1666
|
-
}
|
|
1667
|
-
async function Ka(t, e, r) {
|
|
1668
|
-
re == null && (re = await Hr());
|
|
1669
|
-
const s = new re.BasisFile(new Uint8Array(r));
|
|
1670
|
-
if (!Vr(s))
|
|
1671
|
-
return null;
|
|
1672
|
-
s.startTranscoding();
|
|
1673
|
-
const a = Gr(t, e, s.getNumLevels(0), s.getHasAlpha(), s.getImageWidth(0, 0), s.getImageHeight(0, 0), (i, n) => s.getImageTranscodedSizeInBytes(0, i, n), (i, n, o) => s.transcodeImage(o, 0, i, n, 0, 0));
|
|
1674
|
-
return s.close(), s.delete(), a;
|
|
1675
|
-
}
|
|
1676
|
-
async function Qa(t, e, r) {
|
|
1677
|
-
re == null && (re = await Hr());
|
|
1678
|
-
const s = new re.KTX2File(new Uint8Array(r));
|
|
1679
|
-
if (!zr(s))
|
|
1680
|
-
return null;
|
|
1681
|
-
s.startTranscoding();
|
|
1682
|
-
const a = Gr(t, e, s.getLevels(), s.getHasAlpha(), s.getWidth(), s.getHeight(), (i, n) => s.getImageTranscodedSizeInBytes(i, 0, 0, n), (i, n, o) => s.transcodeImage(o, i, 0, 0, n, 0, -1, -1));
|
|
1683
|
-
return s.close(), s.delete(), a;
|
|
1684
|
-
}
|
|
1685
|
-
function Gr(t, e, r, s, a, i, n, o) {
|
|
1686
|
-
const { compressedTextureETC: c, compressedTextureS3TC: d } = t.capabilities, [u, h] = c ? s ? [Ee.ETC2_RGBA, le.COMPRESSED_RGBA8_ETC2_EAC] : [Ee.ETC1_RGB, le.COMPRESSED_RGB8_ETC2] : d ? s ? [Ee.BC3_RGBA, le.COMPRESSED_RGBA_S3TC_DXT5_EXT] : [Ee.BC1_RGB, le.COMPRESSED_RGB_S3TC_DXT1_EXT] : [Ee.RGBA32, Re.RGBA], v = e.hasMipmap ? r : Math.min(1, r), O = [];
|
|
1687
|
-
for (let S = 0; S < v; S++)
|
|
1688
|
-
O.push(new Uint8Array(n(S, u))), o(S, u, O[S]);
|
|
1689
|
-
return e.internalFormat = h, e.hasMipmap = O.length > 1, e.samplingMode = e.hasMipmap ? Ce.LINEAR_MIPMAP_LINEAR : Ce.LINEAR, e.width = a, e.height = i, new ze(t, e, { type: "compressed", levels: O });
|
|
1690
|
-
}
|
|
1691
|
-
const Ze = () => or.getLogger("esri.views.3d.webgl-engine.lib.DDSUtil"), Za = 542327876, Ja = 131072, ei = 4;
|
|
1692
|
-
function wt(t) {
|
|
1693
|
-
return t.charCodeAt(0) + (t.charCodeAt(1) << 8) + (t.charCodeAt(2) << 16) + (t.charCodeAt(3) << 24);
|
|
1694
|
-
}
|
|
1695
|
-
function ti(t) {
|
|
1696
|
-
return String.fromCharCode(255 & t, t >> 8 & 255, t >> 16 & 255, t >> 24 & 255);
|
|
1697
|
-
}
|
|
1698
|
-
const ri = wt("DXT1"), si = wt("DXT3"), ai = wt("DXT5"), ii = 31, ni = 0, oi = 1, ci = 2, li = 3, ui = 4, di = 7, hi = 20, mi = 21;
|
|
1699
|
-
function fi(t, e, r) {
|
|
1700
|
-
const s = pi(r, e.hasMipmap ?? !1);
|
|
1701
|
-
if (s == null)
|
|
1702
|
-
throw new Error("DDS texture data is null");
|
|
1703
|
-
const { textureData: a, internalFormat: i, width: n, height: o } = s;
|
|
1704
|
-
return e.samplingMode = a.levels.length > 1 ? Ce.LINEAR_MIPMAP_LINEAR : Ce.LINEAR, e.hasMipmap = a.levels.length > 1, e.internalFormat = i, e.width = n, e.height = o, new ze(t, e, a);
|
|
1705
|
-
}
|
|
1706
|
-
function pi(t, e) {
|
|
1707
|
-
const r = new Int32Array(t, 0, ii);
|
|
1708
|
-
if (r[ni] !== Za)
|
|
1709
|
-
return Ze().error("Invalid magic number in DDS header"), null;
|
|
1710
|
-
if (!(r[hi] & ei))
|
|
1711
|
-
return Ze().error("Unsupported format, must contain a FourCC code"), null;
|
|
1712
|
-
const s = r[mi];
|
|
1713
|
-
let a, i;
|
|
1714
|
-
switch (s) {
|
|
1715
|
-
case ri:
|
|
1716
|
-
a = 8, i = le.COMPRESSED_RGB_S3TC_DXT1_EXT;
|
|
1717
|
-
break;
|
|
1718
|
-
case si:
|
|
1719
|
-
a = 16, i = le.COMPRESSED_RGBA_S3TC_DXT3_EXT;
|
|
1720
|
-
break;
|
|
1721
|
-
case ai:
|
|
1722
|
-
a = 16, i = le.COMPRESSED_RGBA_S3TC_DXT5_EXT;
|
|
1723
|
-
break;
|
|
1724
|
-
default:
|
|
1725
|
-
return Ze().error("Unsupported FourCC code:", ti(s)), null;
|
|
1726
|
-
}
|
|
1727
|
-
let n = 1, o = r[ui], c = r[li];
|
|
1728
|
-
!(3 & o) && !(3 & c) || (Ze().warn("Rounding up compressed texture size to nearest multiple of 4."), o = o + 3 & -4, c = c + 3 & -4);
|
|
1729
|
-
const d = o, u = c;
|
|
1730
|
-
let h, v;
|
|
1731
|
-
r[ci] & Ja && e !== !1 && (n = Math.max(1, r[di]));
|
|
1732
|
-
let O = r[oi] + 4;
|
|
1733
|
-
const S = [];
|
|
1734
|
-
for (let V = 0; V < n; ++V)
|
|
1735
|
-
v = (o + 3 >> 2) * (c + 3 >> 2) * a, h = new Uint8Array(t, O, v), S.push(h), O += v, o = Math.max(1, o >> 1), c = Math.max(1, c >> 1);
|
|
1736
|
-
return { textureData: { type: "compressed", levels: S }, internalFormat: i, width: d, height: u };
|
|
1737
|
-
}
|
|
1738
|
-
const it = 16;
|
|
1739
|
-
function Ko(t) {
|
|
1740
|
-
return Math.ceil(t / it) * it;
|
|
1741
|
-
}
|
|
1742
|
-
function Qo(t) {
|
|
1743
|
-
return Math.floor(t / it) * it;
|
|
1744
|
-
}
|
|
1745
|
-
function vi(t, e) {
|
|
1746
|
-
let i = t.width * t.height;
|
|
1747
|
-
if (i < 4096)
|
|
1748
|
-
return t instanceof ImageData ? Wr(t) : t;
|
|
1749
|
-
let n = t.width, o = t.height;
|
|
1750
|
-
do
|
|
1751
|
-
n = Math.ceil(n / 2), o = Math.ceil(o / 2), i = n * o;
|
|
1752
|
-
while (i > 1048576 || e != null && (n > e || o > e));
|
|
1753
|
-
return Mt(t, n, o);
|
|
1754
|
-
}
|
|
1755
|
-
function _i(t, e) {
|
|
1756
|
-
const r = Math.max(t.width, t.height);
|
|
1757
|
-
if (r <= e)
|
|
1758
|
-
return t;
|
|
1759
|
-
const s = e / r;
|
|
1760
|
-
return Mt(t, Math.round(t.width * s), Math.round(t.height * s));
|
|
1761
|
-
}
|
|
1762
|
-
function Mt(t, e, r) {
|
|
1763
|
-
if (t instanceof ImageData)
|
|
1764
|
-
return Mt(Wr(t), e, r);
|
|
1765
|
-
const s = document.createElement("canvas");
|
|
1766
|
-
return s.width = e, s.height = r, s.getContext("2d").drawImage(t, 0, 0, s.width, s.height), s;
|
|
1767
|
-
}
|
|
1768
|
-
function Wr(t) {
|
|
1769
|
-
const e = document.createElement("canvas");
|
|
1770
|
-
e.width = t.width, e.height = t.height;
|
|
1771
|
-
const r = e.getContext("2d");
|
|
1772
|
-
if (r == null)
|
|
1773
|
-
throw new bt("Failed to create 2d context from HTMLCanvasElement");
|
|
1774
|
-
return r.putImageData(t, 0, 0), e;
|
|
1775
|
-
}
|
|
1776
|
-
let Zo = class extends yt {
|
|
1777
|
-
get parameters() {
|
|
1778
|
-
return this._parameters;
|
|
1779
|
-
}
|
|
1780
|
-
constructor(e, r) {
|
|
1781
|
-
super(), this._data = e, this.type = xe.Texture, this._glTexture = null, this._loadingPromise = null, this._loadingController = null, this.events = new fs(), this._parameters = { ...Ti, ...r }, this._startPreload(e);
|
|
1782
|
-
}
|
|
1783
|
-
dispose() {
|
|
1784
|
-
this.unload(), this._data = this.frameUpdate = void 0;
|
|
1785
|
-
}
|
|
1786
|
-
_startPreload(e) {
|
|
1787
|
-
e != null && (e instanceof HTMLVideoElement ? (this.frameUpdate = (r) => this._frameUpdate(e, r), this._startPreloadVideoElement(e)) : e instanceof HTMLImageElement && this._startPreloadImageElement(e));
|
|
1788
|
-
}
|
|
1789
|
-
_startPreloadVideoElement(e) {
|
|
1790
|
-
if (!(Ft(e.src) || e.preload === "auto" && e.crossOrigin)) {
|
|
1791
|
-
e.preload = "auto", e.crossOrigin = "anonymous";
|
|
1792
|
-
const r = !e.paused;
|
|
1793
|
-
if (e.src = e.src, r && e.autoplay) {
|
|
1794
|
-
const s = () => {
|
|
1795
|
-
e.removeEventListener("canplay", s), e.play();
|
|
1796
|
-
};
|
|
1797
|
-
e.addEventListener("canplay", s);
|
|
1798
|
-
}
|
|
1799
|
-
}
|
|
1800
|
-
}
|
|
1801
|
-
_startPreloadImageElement(e) {
|
|
1802
|
-
ps(e.src) || Ft(e.src) || e.crossOrigin || (e.crossOrigin = "anonymous", e.src = e.src);
|
|
1803
|
-
}
|
|
1804
|
-
_createDescriptor(e) {
|
|
1805
|
-
const r = new Ls();
|
|
1806
|
-
return r.wrapMode = this._parameters.wrap ?? vt.REPEAT, r.flipped = !this._parameters.noUnpackFlip, r.samplingMode = this._parameters.mipmap ? Ce.LINEAR_MIPMAP_LINEAR : Ce.LINEAR, r.hasMipmap = !!this._parameters.mipmap, r.preMultiplyAlpha = !!this._parameters.preMultiplyAlpha, r.maxAnisotropy = this._parameters.maxAnisotropy ?? (this._parameters.mipmap ? e.parameters.maxMaxAnisotropy : 1), r;
|
|
1807
|
-
}
|
|
1808
|
-
get glTexture() {
|
|
1809
|
-
return this._glTexture;
|
|
1810
|
-
}
|
|
1811
|
-
get memoryEstimate() {
|
|
1812
|
-
var e;
|
|
1813
|
-
return ((e = this._glTexture) == null ? void 0 : e.usedMemory) || gi(this._data, this._parameters);
|
|
1814
|
-
}
|
|
1815
|
-
load(e) {
|
|
1816
|
-
if (this._glTexture)
|
|
1817
|
-
return this._glTexture;
|
|
1818
|
-
if (this._loadingPromise)
|
|
1819
|
-
return this._loadingPromise;
|
|
1820
|
-
const r = this._data;
|
|
1821
|
-
return r == null ? (this._glTexture = new ze(e, this._createDescriptor(e), null), this._glTexture) : (this._parameters.reloadable || (this._data = void 0), typeof r == "string" ? this._loadFromURL(e, r) : r instanceof Image ? this._loadFromImageElement(e, r) : r instanceof HTMLVideoElement ? this._loadFromVideoElement(e, r) : r instanceof ImageData || r instanceof HTMLCanvasElement ? this._loadFromImage(e, r) : (Ue(r) || Ve(r)) && this._parameters.encoding === Ge.DDS_ENCODING ? this._loadFromDDSData(e, r) : (Ue(r) || Ve(r)) && this._parameters.encoding === Ge.KTX2_ENCODING ? this._loadFromKTX2(e, r) : (Ue(r) || Ve(r)) && this._parameters.encoding === Ge.BASIS_ENCODING ? this._loadFromBasis(e, r) : Ve(r) ? this._loadFromPixelData(e, r) : Ue(r) ? this._loadFromPixelData(e, new Uint8Array(r)) : null);
|
|
1822
|
-
}
|
|
1823
|
-
_frameUpdate(e, r) {
|
|
1824
|
-
return this._glTexture == null || e.readyState < je.HAVE_CURRENT_DATA || r === e.currentTime ? r : (this._glTexture.setData(e), this._glTexture.descriptor.hasMipmap && this._glTexture.generateMipmap(), this._parameters.updateCallback && this._parameters.updateCallback(), e.currentTime);
|
|
1825
|
-
}
|
|
1826
|
-
_loadFromDDSData(e, r) {
|
|
1827
|
-
return this._glTexture = fi(e, this._createDescriptor(e), r), this._glTexture;
|
|
1828
|
-
}
|
|
1829
|
-
_loadFromKTX2(e, r) {
|
|
1830
|
-
return this._loadAsync(() => Qa(e, this._createDescriptor(e), r).then((s) => (this._glTexture = s, s)));
|
|
1831
|
-
}
|
|
1832
|
-
_loadFromBasis(e, r) {
|
|
1833
|
-
return this._loadAsync(() => Ka(e, this._createDescriptor(e), r).then((s) => (this._glTexture = s, s)));
|
|
1834
|
-
}
|
|
1835
|
-
_loadFromPixelData(e, r) {
|
|
1836
|
-
U(this._parameters.width > 0 && this._parameters.height > 0);
|
|
1837
|
-
const s = this._createDescriptor(e);
|
|
1838
|
-
return s.pixelFormat = this._parameters.components === 1 ? Re.LUMINANCE : this._parameters.components === 3 ? Re.RGB : Re.RGBA, s.width = this._parameters.width ?? 0, s.height = this._parameters.height ?? 0, this._glTexture = new ze(e, s, r), this._glTexture;
|
|
1839
|
-
}
|
|
1840
|
-
_loadFromURL(e, r) {
|
|
1841
|
-
return this._loadAsync(async (s) => {
|
|
1842
|
-
const a = await Hs(r, { signal: s });
|
|
1843
|
-
return Dt(s), this._loadFromImage(e, a);
|
|
1844
|
-
});
|
|
1845
|
-
}
|
|
1846
|
-
_loadFromImageElement(e, r) {
|
|
1847
|
-
return r.complete ? this._loadFromImage(e, r) : this._loadAsync(async (s) => {
|
|
1848
|
-
const a = await vs(r, r.src, !1, s);
|
|
1849
|
-
return Dt(s), this._loadFromImage(e, a);
|
|
1850
|
-
});
|
|
1851
|
-
}
|
|
1852
|
-
_loadFromVideoElement(e, r) {
|
|
1853
|
-
return r.readyState >= je.HAVE_CURRENT_DATA ? this._loadFromImage(e, r) : this._loadFromVideoElementAsync(e, r);
|
|
1854
|
-
}
|
|
1855
|
-
_loadFromVideoElementAsync(e, r) {
|
|
1856
|
-
return this._loadAsync((s) => new Promise((a, i) => {
|
|
1857
|
-
const n = () => {
|
|
1858
|
-
r.removeEventListener("loadeddata", o), r.removeEventListener("error", c), Ts(d);
|
|
1859
|
-
}, o = () => {
|
|
1860
|
-
r.readyState >= je.HAVE_CURRENT_DATA && (n(), a(this._loadFromImage(e, r)));
|
|
1861
|
-
}, c = (u) => {
|
|
1862
|
-
n(), i(u || new bt("Failed to load video"));
|
|
1863
|
-
};
|
|
1864
|
-
r.addEventListener("loadeddata", o), r.addEventListener("error", c);
|
|
1865
|
-
const d = _s(s, () => c(gs()));
|
|
1866
|
-
}));
|
|
1867
|
-
}
|
|
1868
|
-
_loadFromImage(e, r) {
|
|
1869
|
-
let s = r;
|
|
1870
|
-
if (!(s instanceof HTMLVideoElement)) {
|
|
1871
|
-
const { maxTextureSize: n } = e.parameters;
|
|
1872
|
-
s = this._parameters.downsampleUncompressed ? vi(s, n) : _i(s, n);
|
|
1873
|
-
}
|
|
1874
|
-
const a = kr(s);
|
|
1875
|
-
this._parameters.width = a.width, this._parameters.height = a.height;
|
|
1876
|
-
const i = this._createDescriptor(e);
|
|
1877
|
-
return i.pixelFormat = this._parameters.components === 3 ? Re.RGB : Re.RGBA, i.width = a.width, i.height = a.height, this._glTexture = new ze(e, i, s), this._glTexture;
|
|
1878
|
-
}
|
|
1879
|
-
_loadAsync(e) {
|
|
1880
|
-
const r = new AbortController();
|
|
1881
|
-
this._loadingController = r;
|
|
1882
|
-
const s = e(r.signal);
|
|
1883
|
-
this._loadingPromise = s;
|
|
1884
|
-
const a = () => {
|
|
1885
|
-
this._loadingController === r && (this._loadingController = null), this._loadingPromise === s && (this._loadingPromise = null);
|
|
1886
|
-
};
|
|
1887
|
-
return s.then(a, a), s;
|
|
1888
|
-
}
|
|
1889
|
-
unload() {
|
|
1890
|
-
if (this._glTexture = ft(this._glTexture), this._loadingController != null) {
|
|
1891
|
-
const e = this._loadingController;
|
|
1892
|
-
this._loadingController = null, this._loadingPromise = null, e.abort();
|
|
1893
|
-
}
|
|
1894
|
-
this.events.emit("unloaded");
|
|
1895
|
-
}
|
|
1896
|
-
};
|
|
1897
|
-
function gi(t, e) {
|
|
1898
|
-
if (t == null)
|
|
1899
|
-
return 0;
|
|
1900
|
-
if (Ue(t) || Ve(t))
|
|
1901
|
-
return e.encoding === Ge.KTX2_ENCODING ? Ya(t, !!e.mipmap) : e.encoding === Ge.BASIS_ENCODING ? Xa(t, !!e.mipmap) : t.byteLength;
|
|
1902
|
-
const { width: r, height: s } = t instanceof Image || t instanceof ImageData || t instanceof HTMLCanvasElement || t instanceof HTMLVideoElement ? kr(t) : e;
|
|
1903
|
-
return (e.mipmap ? 4 / 3 : 1) * r * s * (e.components || 4) || 0;
|
|
1904
|
-
}
|
|
1905
|
-
function kr(t) {
|
|
1906
|
-
return t instanceof HTMLVideoElement ? { width: t.videoWidth, height: t.videoHeight } : t;
|
|
1907
|
-
}
|
|
1908
|
-
var je;
|
|
1909
|
-
(function(t) {
|
|
1910
|
-
t[t.HAVE_NOTHING = 0] = "HAVE_NOTHING", t[t.HAVE_METADATA = 1] = "HAVE_METADATA", t[t.HAVE_CURRENT_DATA = 2] = "HAVE_CURRENT_DATA", t[t.HAVE_FUTURE_DATA = 3] = "HAVE_FUTURE_DATA", t[t.HAVE_ENOUGH_DATA = 4] = "HAVE_ENOUGH_DATA";
|
|
1911
|
-
})(je || (je = {}));
|
|
1912
|
-
const Ti = { wrap: { s: vt.REPEAT, t: vt.REPEAT }, mipmap: !0, noUnpackFlip: !1, preMultiplyAlpha: !1, downsampleUncompressed: !1 };
|
|
1913
|
-
function ec(t, e) {
|
|
1914
|
-
if (!e.multipassEnabled)
|
|
1915
|
-
return;
|
|
1916
|
-
t.fragment.include(Xs), t.fragment.uniforms.add(new We("terrainDepthTexture", (s, a) => {
|
|
1917
|
-
var i;
|
|
1918
|
-
return (i = a.multipassTerrain.linearDepth) == null ? void 0 : i.getTexture();
|
|
1919
|
-
}), new Ct("nearFar", (s, a) => a.camera.nearFar));
|
|
1920
|
-
const r = e.occlusionPass;
|
|
1921
|
-
t.fragment.code.add(l`
|
|
1922
|
-
${r ? "bool" : "void"} terrainDepthTest(float fragmentDepth) {
|
|
1923
|
-
vec4 data = texelFetch(terrainDepthTexture, ivec2(gl_FragCoord.xy), 0);
|
|
1924
|
-
float linearDepth = linearDepthFromRGBA(data, nearFar);
|
|
1925
|
-
${r ? l`return fragmentDepth < linearDepth && data != vec4(0.0, 0.0, 0.0, 1.0);` : l`
|
|
1926
|
-
if(fragmentDepth ${e.cullAboveGround ? ">" : "<="} linearDepth){
|
|
1927
|
-
discard;
|
|
1928
|
-
}`}
|
|
1929
|
-
}`);
|
|
1930
|
-
}
|
|
1931
|
-
let tc = class {
|
|
1932
|
-
constructor() {
|
|
1933
|
-
this.cullAboveGround = !1;
|
|
1934
|
-
}
|
|
1935
|
-
};
|
|
1936
|
-
const sc = 0.1, ac = 1e-3;
|
|
1937
|
-
function ic(t) {
|
|
1938
|
-
t.code.add(l`vec4 premultiplyAlpha(vec4 v) {
|
|
1939
|
-
return vec4(v.rgb * v.a, v.a);
|
|
1940
|
-
}
|
|
1941
|
-
vec3 rgb2hsv(vec3 c) {
|
|
1942
|
-
vec4 K = vec4(0.0, -1.0 / 3.0, 2.0 / 3.0, -1.0);
|
|
1943
|
-
vec4 p = c.g < c.b ? vec4(c.bg, K.wz) : vec4(c.gb, K.xy);
|
|
1944
|
-
vec4 q = c.r < p.x ? vec4(p.xyw, c.r) : vec4(c.r, p.yzx);
|
|
1945
|
-
float d = q.x - min(q.w, q.y);
|
|
1946
|
-
float e = 1.0e-10;
|
|
1947
|
-
return vec3(abs(q.z + (q.w - q.y) / (6.0 * d + e)), min(d / (q.x + e), 1.0), q.x);
|
|
1948
|
-
}
|
|
1949
|
-
vec3 hsv2rgb(vec3 c) {
|
|
1950
|
-
vec4 K = vec4(1.0, 2.0 / 3.0, 1.0 / 3.0, 3.0);
|
|
1951
|
-
vec3 p = abs(fract(c.xxx + K.xyz) * 6.0 - K.www);
|
|
1952
|
-
return c.z * mix(K.xxx, clamp(p - K.xxx, 0.0, 1.0), c.y);
|
|
1953
|
-
}
|
|
1954
|
-
float rgb2v(vec3 c) {
|
|
1955
|
-
return max(c.x, max(c.y, c.z));
|
|
1956
|
-
}`);
|
|
1957
|
-
}
|
|
1958
|
-
const nc = { func: we.LESS }, oc = { func: we.ALWAYS }, cc = { mask: 255 }, lc = { mask: 0 }, uc = { function: { func: we.ALWAYS, ref: he.OutlineVisualElementMask, mask: he.OutlineVisualElementMask }, operation: { fail: Z.KEEP, zFail: Z.KEEP, zPass: Z.ZERO } }, dc = { function: { func: we.ALWAYS, ref: he.OutlineVisualElementMask, mask: he.OutlineVisualElementMask }, operation: { fail: Z.KEEP, zFail: Z.KEEP, zPass: Z.REPLACE } }, hc = { function: { func: we.EQUAL, ref: he.OutlineVisualElementMask, mask: he.OutlineVisualElementMask }, operation: { fail: Z.KEEP, zFail: Z.KEEP, zPass: Z.KEEP } }, mc = { function: { func: we.NOTEQUAL, ref: he.OutlineVisualElementMask, mask: he.OutlineVisualElementMask }, operation: { fail: Z.KEEP, zFail: Z.KEEP, zPass: Z.KEEP } };
|
|
1959
|
-
let Ei = class {
|
|
1960
|
-
constructor(e = b()) {
|
|
1961
|
-
this.intensity = e;
|
|
1962
|
-
}
|
|
1963
|
-
}, Si = class {
|
|
1964
|
-
constructor(e = b(), r = qe(0.57735, 0.57735, 0.57735)) {
|
|
1965
|
-
this.intensity = e, this.direction = r;
|
|
1966
|
-
}
|
|
1967
|
-
};
|
|
1968
|
-
class Ot {
|
|
1969
|
-
constructor(e = b(), r = qe(0.57735, 0.57735, 0.57735), s = !0, a = 1, i = 1) {
|
|
1970
|
-
this.intensity = e, this.direction = r, this.castShadows = s, this.specularStrength = a, this.environmentStrength = i;
|
|
1971
|
-
}
|
|
1972
|
-
}
|
|
1973
|
-
let jr = class {
|
|
1974
|
-
constructor() {
|
|
1975
|
-
this.r = [0], this.g = [0], this.b = [0];
|
|
1976
|
-
}
|
|
1977
|
-
};
|
|
1978
|
-
function Ai(t, e, r) {
|
|
1979
|
-
(r = r || t).length = t.length;
|
|
1980
|
-
for (let s = 0; s < t.length; s++)
|
|
1981
|
-
r[s] = t[s] * e[s];
|
|
1982
|
-
return r;
|
|
1983
|
-
}
|
|
1984
|
-
function mt(t, e, r) {
|
|
1985
|
-
(r = r || t).length = t.length;
|
|
1986
|
-
for (let s = 0; s < t.length; s++)
|
|
1987
|
-
r[s] = t[s] * e;
|
|
1988
|
-
return r;
|
|
1989
|
-
}
|
|
1990
|
-
function Le(t, e, r) {
|
|
1991
|
-
(r = r || t).length = t.length;
|
|
1992
|
-
for (let s = 0; s < t.length; s++)
|
|
1993
|
-
r[s] = t[s] + e[s];
|
|
1994
|
-
return r;
|
|
1995
|
-
}
|
|
1996
|
-
function qr(t) {
|
|
1997
|
-
return (t + 1) * (t + 1);
|
|
1998
|
-
}
|
|
1999
|
-
function xi(t) {
|
|
2000
|
-
return It(Math.floor(Math.sqrt(t) - 1), 0, 2);
|
|
2001
|
-
}
|
|
2002
|
-
function Xr(t, e, r) {
|
|
2003
|
-
const s = t[0], a = t[1], i = t[2], n = r || [];
|
|
2004
|
-
return n.length = qr(e), e >= 0 && (n[0] = 0.28209479177), e >= 1 && (n[1] = 0.4886025119 * s, n[2] = 0.4886025119 * i, n[3] = 0.4886025119 * a), e >= 2 && (n[4] = 1.09254843059 * s * a, n[5] = 1.09254843059 * a * i, n[6] = 0.31539156525 * (3 * i * i - 1), n[7] = 1.09254843059 * s * i, n[8] = 0.54627421529 * (s * s - a * a)), n;
|
|
2005
|
-
}
|
|
2006
|
-
function Oi(t, e) {
|
|
2007
|
-
const r = qr(t), s = e || { r: [], g: [], b: [] };
|
|
2008
|
-
s.r.length = s.g.length = s.b.length = r;
|
|
2009
|
-
for (let a = 0; a < r; a++)
|
|
2010
|
-
s.r[a] = s.g[a] = s.b[a] = 0;
|
|
2011
|
-
return s;
|
|
2012
|
-
}
|
|
2013
|
-
function Ri(t, e) {
|
|
2014
|
-
const r = xi(e.r.length);
|
|
2015
|
-
for (const s of t)
|
|
2016
|
-
Es(Rt, s.direction), Xr(Rt, r, ce), Ai(ce, tt), mt(ce, s.intensity[0], Oe), Le(e.r, Oe), mt(ce, s.intensity[1], Oe), Le(e.g, Oe), mt(ce, s.intensity[2], Oe), Le(e.b, Oe);
|
|
2017
|
-
return e;
|
|
2018
|
-
}
|
|
2019
|
-
function bi(t, e) {
|
|
2020
|
-
Xr(Rt, 0, ce);
|
|
2021
|
-
for (const r of t)
|
|
2022
|
-
e.r[0] += ce[0] * tt[0] * r.intensity[0] * 4 * Math.PI, e.g[0] += ce[0] * tt[0] * r.intensity[1] * 4 * Math.PI, e.b[0] += ce[0] * tt[0] * r.intensity[2] * 4 * Math.PI;
|
|
2023
|
-
return e;
|
|
2024
|
-
}
|
|
2025
|
-
function Ii(t, e, r, s) {
|
|
2026
|
-
Oi(e, s), H(r.intensity, 0, 0, 0);
|
|
2027
|
-
let a = !1;
|
|
2028
|
-
const i = $i, n = Li, o = yi;
|
|
2029
|
-
i.length = 0, n.length = 0, o.length = 0;
|
|
2030
|
-
for (const c of t)
|
|
2031
|
-
c instanceof Ot && !a ? (Te(r.direction, c.direction), Te(r.intensity, c.intensity), r.specularStrength = c.specularStrength, r.environmentStrength = c.environmentStrength, r.castShadows = c.castShadows, a = !0) : c instanceof Ot || c instanceof Si ? i.push(c) : c instanceof Ei ? n.push(c) : c instanceof jr && o.push(c);
|
|
2032
|
-
Ri(i, s), bi(n, s);
|
|
2033
|
-
for (const c of o)
|
|
2034
|
-
Le(s.r, c.r), Le(s.g, c.g), Le(s.b, c.b);
|
|
2035
|
-
}
|
|
2036
|
-
const $i = [], Li = [], yi = [], ce = [0], Oe = [0], Rt = b(), tt = [3.141593, 2.094395, 2.094395, 2.094395, 0.785398, 0.785398, 0.785398, 0.785398, 0.785398];
|
|
2037
|
-
class rr {
|
|
2038
|
-
constructor() {
|
|
2039
|
-
this.color = b(), this.intensity = 1;
|
|
2040
|
-
}
|
|
2041
|
-
}
|
|
2042
|
-
class Ci {
|
|
2043
|
-
constructor() {
|
|
2044
|
-
this.direction = b(), this.ambient = new rr(), this.diffuse = new rr();
|
|
2045
|
-
}
|
|
2046
|
-
}
|
|
2047
|
-
const wi = 0.4;
|
|
2048
|
-
class _c {
|
|
2049
|
-
constructor() {
|
|
2050
|
-
this._shOrder = 2, this._legacy = new Ci(), this.globalFactor = 0.5, this.noonFactor = 0.5, this._sphericalHarmonics = new jr(), this._mainLight = new Ot(b(), qe(1, 0, 0), !1);
|
|
2051
|
-
}
|
|
2052
|
-
get legacy() {
|
|
2053
|
-
return this._legacy;
|
|
2054
|
-
}
|
|
2055
|
-
get sh() {
|
|
2056
|
-
return this._sphericalHarmonics;
|
|
2057
|
-
}
|
|
2058
|
-
get mainLight() {
|
|
2059
|
-
return this._mainLight;
|
|
2060
|
-
}
|
|
2061
|
-
set(e) {
|
|
2062
|
-
Ii(e, this._shOrder, this._mainLight, this._sphericalHarmonics), Te(this._legacy.direction, this._mainLight.direction);
|
|
2063
|
-
const r = 1 / Math.PI;
|
|
2064
|
-
this._legacy.ambient.color[0] = 0.282095 * this._sphericalHarmonics.r[0] * r, this._legacy.ambient.color[1] = 0.282095 * this._sphericalHarmonics.g[0] * r, this._legacy.ambient.color[2] = 0.282095 * this._sphericalHarmonics.b[0] * r, ae(this._legacy.diffuse.color, this._mainLight.intensity, r), Te(Je, this._legacy.diffuse.color), ae(Je, Je, wi * this.globalFactor), ee(this._legacy.ambient.color, this._legacy.ambient.color, Je);
|
|
2065
|
-
}
|
|
2066
|
-
copyFrom(e) {
|
|
2067
|
-
this._sphericalHarmonics.r = Array.from(e.sh.r), this._sphericalHarmonics.g = Array.from(e.sh.g), this._sphericalHarmonics.b = Array.from(e.sh.b), Te(this._mainLight.direction, e.mainLight.direction), Te(this._mainLight.intensity, e.mainLight.intensity), this._mainLight.castShadows = e.mainLight.castShadows, this._mainLight.specularStrength = e.mainLight.specularStrength, this._mainLight.environmentStrength = e.mainLight.environmentStrength, this.globalFactor = e.globalFactor, this.noonFactor = e.noonFactor;
|
|
2068
|
-
}
|
|
2069
|
-
lerpLighting(e, r, s) {
|
|
2070
|
-
if (Ss(this._mainLight.intensity, e.mainLight.intensity, r.mainLight.intensity, s), this._mainLight.environmentStrength = ue(e.mainLight.environmentStrength, r.mainLight.environmentStrength, s), this._mainLight.specularStrength = ue(e.mainLight.specularStrength, r.mainLight.specularStrength, s), Te(this._mainLight.direction, r.mainLight.direction), this._mainLight.castShadows = r.mainLight.castShadows, this.globalFactor = ue(e.globalFactor, r.globalFactor, s), this.noonFactor = ue(e.noonFactor, r.noonFactor, s), e.sh.r.length === r.sh.r.length)
|
|
2071
|
-
for (let a = 0; a < r.sh.r.length; a++)
|
|
2072
|
-
this._sphericalHarmonics.r[a] = ue(e.sh.r[a], r.sh.r[a], s), this._sphericalHarmonics.g[a] = ue(e.sh.g[a], r.sh.g[a], s), this._sphericalHarmonics.b[a] = ue(e.sh.b[a], r.sh.b[a], s);
|
|
2073
|
-
else
|
|
2074
|
-
for (let a = 0; a < r.sh.r.length; a++)
|
|
2075
|
-
this._sphericalHarmonics.r[a] = r.sh.r[a], this._sphericalHarmonics.g[a] = r.sh.g[a], this._sphericalHarmonics.b[a] = r.sh.b[a];
|
|
2076
|
-
}
|
|
2077
|
-
}
|
|
2078
|
-
const Je = b();
|
|
2079
|
-
class gc {
|
|
2080
|
-
constructor() {
|
|
2081
|
-
this._transform = Ae(), this._transformInverse = new et({ value: this._transform }, xs, Ae), this._transformInverseTranspose = new et(this._transformInverse, Bt, Ae), this._transformTranspose = new et({ value: this._transform }, Bt, Ae), this._transformInverseRotation = new et({ value: this._transform }, Os, Ne);
|
|
2082
|
-
}
|
|
2083
|
-
_invalidateLazyTransforms() {
|
|
2084
|
-
this._transformInverse.invalidate(), this._transformInverseTranspose.invalidate(), this._transformTranspose.invalidate(), this._transformInverseRotation.invalidate();
|
|
2085
|
-
}
|
|
2086
|
-
get transform() {
|
|
2087
|
-
return this._transform;
|
|
2088
|
-
}
|
|
2089
|
-
get inverse() {
|
|
2090
|
-
return this._transformInverse.value;
|
|
2091
|
-
}
|
|
2092
|
-
get inverseTranspose() {
|
|
2093
|
-
return this._transformInverseTranspose.value;
|
|
2094
|
-
}
|
|
2095
|
-
get inverseRotation() {
|
|
2096
|
-
return this._transformInverseRotation.value;
|
|
2097
|
-
}
|
|
2098
|
-
get transpose() {
|
|
2099
|
-
return this._transformTranspose.value;
|
|
2100
|
-
}
|
|
2101
|
-
setTransformMatrix(e) {
|
|
2102
|
-
Ht(this._transform, e);
|
|
2103
|
-
}
|
|
2104
|
-
multiplyTransform(e) {
|
|
2105
|
-
Rs(this._transform, this._transform, e);
|
|
2106
|
-
}
|
|
2107
|
-
set(e) {
|
|
2108
|
-
Ht(this._transform, e), this._invalidateLazyTransforms();
|
|
2109
|
-
}
|
|
2110
|
-
setAndInvalidateLazyTransforms(e, r) {
|
|
2111
|
-
this.setTransformMatrix(e), this.multiplyTransform(r), this._invalidateLazyTransforms();
|
|
2112
|
-
}
|
|
2113
|
-
}
|
|
2114
|
-
let et = class {
|
|
2115
|
-
constructor(e, r, s) {
|
|
2116
|
-
this._original = e, this._update = r, this._dirty = !0, this._transform = s();
|
|
2117
|
-
}
|
|
2118
|
-
invalidate() {
|
|
2119
|
-
this._dirty = !0;
|
|
2120
|
-
}
|
|
2121
|
-
get value() {
|
|
2122
|
-
return this._dirty && (this._update(this._transform, this._original.value), this._dirty = !1), this._transform;
|
|
2123
|
-
}
|
|
2124
|
-
};
|
|
2125
|
-
class Mi {
|
|
2126
|
-
constructor(e = 0) {
|
|
2127
|
-
this.componentLocalOriginLength = 0, this._totalOffset = 0, this._offset = 0, this._tmpVertex = b(), this._tmpMbs = mr(), this._tmpObb = new Us(), this._resetOffset(e);
|
|
2128
|
-
}
|
|
2129
|
-
_resetOffset(e) {
|
|
2130
|
-
this._offset = e, this._totalOffset = e;
|
|
2131
|
-
}
|
|
2132
|
-
set offset(e) {
|
|
2133
|
-
this._resetOffset(e);
|
|
2134
|
-
}
|
|
2135
|
-
get offset() {
|
|
2136
|
-
return this._offset;
|
|
2137
|
-
}
|
|
2138
|
-
set componentOffset(e) {
|
|
2139
|
-
this._totalOffset = this._offset + e;
|
|
2140
|
-
}
|
|
2141
|
-
set localOrigin(e) {
|
|
2142
|
-
this.componentLocalOriginLength = Se(e);
|
|
2143
|
-
}
|
|
2144
|
-
applyToVertex(e, r, s) {
|
|
2145
|
-
const a = H(Yr, e, r, s), i = H(Pi, e, r, s + this.componentLocalOriginLength), n = this._totalOffset / Se(i);
|
|
2146
|
-
return be(this._tmpVertex, a, i, n), this._tmpVertex;
|
|
2147
|
-
}
|
|
2148
|
-
applyToAabb(e) {
|
|
2149
|
-
const r = this.componentLocalOriginLength, s = e[0], a = e[1], i = e[2] + r, n = e[3], o = e[4], c = e[5] + r, d = Math.abs(s), u = Math.abs(a), h = Math.abs(i), v = Math.abs(n), O = Math.abs(o), S = Math.abs(c), V = 0.5 * (1 + Math.sign(s * n)) * Math.min(d, v), G = 0.5 * (1 + Math.sign(a * o)) * Math.min(u, O), F = 0.5 * (1 + Math.sign(i * c)) * Math.min(h, S), k = Math.max(d, v), y = Math.max(u, O), I = Math.max(h, S), C = Math.sqrt(V * V + G * G + F * F), w = Math.sign(d + s), T = Math.sign(u + a), E = Math.sign(h + i), A = Math.sign(v + n), g = Math.sign(O + o), f = Math.sign(S + c), p = this._totalOffset;
|
|
2150
|
-
if (C < p)
|
|
2151
|
-
return e[0] -= (1 - w) * p, e[1] -= (1 - T) * p, e[2] -= (1 - E) * p, e[3] += A * p, e[4] += g * p, e[5] += f * p, e;
|
|
2152
|
-
const _ = p / Math.sqrt(k * k + y * y + I * I), $ = p / C, N = $ - _, P = -N;
|
|
2153
|
-
return e[0] += s * (w * P + $), e[1] += a * (T * P + $), e[2] += i * (E * P + $), e[3] += n * (A * N + _), e[4] += o * (g * N + _), e[5] += c * (f * N + _), e;
|
|
2154
|
-
}
|
|
2155
|
-
applyToMbs(e) {
|
|
2156
|
-
const r = Se(de(e)), s = this._totalOffset / r;
|
|
2157
|
-
return be(de(this._tmpMbs), de(e), de(e), s), this._tmpMbs[3] = e[3] + e[3] * this._totalOffset / r, this._tmpMbs;
|
|
2158
|
-
}
|
|
2159
|
-
applyToObb(e) {
|
|
2160
|
-
return Vs(e, this._totalOffset, this._totalOffset, As.Global, this._tmpObb), this._tmpObb;
|
|
2161
|
-
}
|
|
2162
|
-
}
|
|
2163
|
-
let Ni = class {
|
|
2164
|
-
constructor(e = 0) {
|
|
2165
|
-
this.offset = e, this.sphere = mr(), this.tmpVertex = b();
|
|
2166
|
-
}
|
|
2167
|
-
applyToVertex(e, r, s) {
|
|
2168
|
-
const a = this.objectTransform.transform, i = H(Yr, e, r, s), n = ye(i, i, a), o = this.offset / Se(n);
|
|
2169
|
-
be(n, n, n, o);
|
|
2170
|
-
const c = this.objectTransform.inverse;
|
|
2171
|
-
return ye(this.tmpVertex, n, c), this.tmpVertex;
|
|
2172
|
-
}
|
|
2173
|
-
applyToMinMax(e, r) {
|
|
2174
|
-
const s = this.offset / Se(e);
|
|
2175
|
-
be(e, e, e, s);
|
|
2176
|
-
const a = this.offset / Se(r);
|
|
2177
|
-
be(r, r, r, a);
|
|
2178
|
-
}
|
|
2179
|
-
applyToAabb(e) {
|
|
2180
|
-
const r = this.offset / Math.sqrt(e[0] * e[0] + e[1] * e[1] + e[2] * e[2]);
|
|
2181
|
-
e[0] += e[0] * r, e[1] += e[1] * r, e[2] += e[2] * r;
|
|
2182
|
-
const s = this.offset / Math.sqrt(e[3] * e[3] + e[4] * e[4] + e[5] * e[5]);
|
|
2183
|
-
return e[3] += e[3] * s, e[4] += e[4] * s, e[5] += e[5] * s, e;
|
|
2184
|
-
}
|
|
2185
|
-
applyToBoundingSphere(e) {
|
|
2186
|
-
const r = Se(de(e)), s = this.offset / r;
|
|
2187
|
-
return be(de(this.sphere), de(e), de(e), s), this.sphere[3] = e[3] + e[3] * this.offset / r, this.sphere;
|
|
2188
|
-
}
|
|
2189
|
-
};
|
|
2190
|
-
const sr = new Ni();
|
|
2191
|
-
function Sc(t) {
|
|
2192
|
-
return t != null ? (sr.offset = t, sr) : null;
|
|
2193
|
-
}
|
|
2194
|
-
new Mi();
|
|
2195
|
-
const Ac = "terrain", Yr = b(), Pi = b();
|
|
2196
|
-
let xc = class extends j {
|
|
2197
|
-
constructor(e, r) {
|
|
2198
|
-
super(e, "int", R.Pass, (s, a, i) => s.setUniform1i(e, r(a, i)));
|
|
2199
|
-
}
|
|
2200
|
-
};
|
|
2201
|
-
function Fi(t) {
|
|
2202
|
-
t.vertex.code.add(l`float screenSizePerspectiveViewAngleDependentFactor(float absCosAngle) {
|
|
2203
|
-
return absCosAngle * absCosAngle * absCosAngle;
|
|
2204
|
-
}`), t.vertex.code.add(l`vec3 screenSizePerspectiveScaleFactor(float absCosAngle, float distanceToCamera, vec3 params) {
|
|
2205
|
-
return vec3(
|
|
2206
|
-
min(params.x / (distanceToCamera - params.y), 1.0),
|
|
2207
|
-
screenSizePerspectiveViewAngleDependentFactor(absCosAngle),
|
|
2208
|
-
params.z
|
|
2209
|
-
);
|
|
2210
|
-
}`), t.vertex.code.add(l`float applyScreenSizePerspectiveScaleFactorFloat(float size, vec3 factor) {
|
|
2211
|
-
return mix(size * clamp(factor.x, factor.z, 1.0), size, factor.y);
|
|
2212
|
-
}`), t.vertex.code.add(l`float screenSizePerspectiveScaleFloat(float size, float absCosAngle, float distanceToCamera, vec3 params) {
|
|
2213
|
-
return applyScreenSizePerspectiveScaleFactorFloat(
|
|
2214
|
-
size,
|
|
2215
|
-
screenSizePerspectiveScaleFactor(absCosAngle, distanceToCamera, params)
|
|
2216
|
-
);
|
|
2217
|
-
}`), t.vertex.code.add(l`vec2 applyScreenSizePerspectiveScaleFactorVec2(vec2 size, vec3 factor) {
|
|
2218
|
-
return mix(size * clamp(factor.x, factor.z, 1.0), size, factor.y);
|
|
2219
|
-
}`), t.vertex.code.add(l`vec2 screenSizePerspectiveScaleVec2(vec2 size, float absCosAngle, float distanceToCamera, vec3 params) {
|
|
2220
|
-
return applyScreenSizePerspectiveScaleFactorVec2(size, screenSizePerspectiveScaleFactor(absCosAngle, distanceToCamera, params));
|
|
2221
|
-
}`);
|
|
2222
|
-
}
|
|
2223
|
-
function Rc(t) {
|
|
2224
|
-
t.uniforms.add(new q("screenSizePerspective", (e) => Kr(e.screenSizePerspective)));
|
|
2225
|
-
}
|
|
2226
|
-
function Di(t) {
|
|
2227
|
-
t.uniforms.add(new q("screenSizePerspectiveAlignment", (e) => Kr(e.screenSizePerspectiveAlignment || e.screenSizePerspective)));
|
|
2228
|
-
}
|
|
2229
|
-
function Kr(t) {
|
|
2230
|
-
return H(Bi, t.parameters.divisor, t.parameters.offset, t.minScaleFactor);
|
|
2231
|
-
}
|
|
2232
|
-
const Bi = b();
|
|
2233
|
-
function bc(t, e) {
|
|
2234
|
-
const r = t.vertex;
|
|
2235
|
-
e.hasVerticalOffset ? (Ui(r), e.hasScreenSizePerspective && (t.include(Fi), Di(r), Da(t.vertex, e)), r.code.add(l`
|
|
2236
|
-
vec3 calculateVerticalOffset(vec3 worldPos, vec3 localOrigin) {
|
|
2237
|
-
float viewDistance = length((view * vec4(worldPos, 1.0)).xyz);
|
|
2238
|
-
${e.spherical ? l`vec3 worldNormal = normalize(worldPos + localOrigin);` : l`vec3 worldNormal = vec3(0.0, 0.0, 1.0);`}
|
|
2239
|
-
${e.hasScreenSizePerspective ? l`
|
|
2240
|
-
float cosAngle = dot(worldNormal, normalize(worldPos - cameraPosition));
|
|
2241
|
-
float verticalOffsetScreenHeight = screenSizePerspectiveScaleFloat(verticalOffset.x, abs(cosAngle), viewDistance, screenSizePerspectiveAlignment);` : l`
|
|
2242
|
-
float verticalOffsetScreenHeight = verticalOffset.x;`}
|
|
2243
|
-
// Screen sized offset in world space, used for example for line callouts
|
|
2244
|
-
float worldOffset = clamp(verticalOffsetScreenHeight * verticalOffset.y * viewDistance, verticalOffset.z, verticalOffset.w);
|
|
2245
|
-
return worldNormal * worldOffset;
|
|
2246
|
-
}
|
|
2247
|
-
|
|
2248
|
-
vec3 addVerticalOffset(vec3 worldPos, vec3 localOrigin) {
|
|
2249
|
-
return worldPos + calculateVerticalOffset(worldPos, localOrigin);
|
|
2250
|
-
}
|
|
2251
|
-
`)) : r.code.add(l`vec3 addVerticalOffset(vec3 worldPos, vec3 localOrigin) { return worldPos; }`);
|
|
2252
|
-
}
|
|
2253
|
-
const Hi = Lt();
|
|
2254
|
-
function Ui(t) {
|
|
2255
|
-
t.uniforms.add(new vr("verticalOffset", (e, r) => {
|
|
2256
|
-
const { minWorldLength: s, maxWorldLength: a, screenLength: i } = e.verticalOffset, n = Math.tan(0.5 * r.camera.fovY) / (0.5 * r.camera.fullViewport[3]), o = r.camera.pixelRatio || 1;
|
|
2257
|
-
return _t(Hi, i * o, n, s, a);
|
|
2258
|
-
}));
|
|
2259
|
-
}
|
|
2260
|
-
function ar(t, e, r) {
|
|
2261
|
-
const { data: s, indices: a } = t, i = e.typedBuffer, n = e.typedBufferStride, o = a.length;
|
|
2262
|
-
r *= n;
|
|
2263
|
-
for (let c = 0; c < o; ++c) {
|
|
2264
|
-
const d = 2 * a[c];
|
|
2265
|
-
i[r] = s[d], i[r + 1] = s[d + 1], r += n;
|
|
2266
|
-
}
|
|
2267
|
-
}
|
|
2268
|
-
function Qr(t, e, r, s) {
|
|
2269
|
-
const { data: a, indices: i } = t, n = e.typedBuffer, o = e.typedBufferStride, c = i.length;
|
|
2270
|
-
if (r *= o, s == null || s === 1)
|
|
2271
|
-
for (let d = 0; d < c; ++d) {
|
|
2272
|
-
const u = 3 * i[d];
|
|
2273
|
-
n[r] = a[u], n[r + 1] = a[u + 1], n[r + 2] = a[u + 2], r += o;
|
|
2274
|
-
}
|
|
2275
|
-
else
|
|
2276
|
-
for (let d = 0; d < c; ++d) {
|
|
2277
|
-
const u = 3 * i[d];
|
|
2278
|
-
for (let h = 0; h < s; ++h)
|
|
2279
|
-
n[r] = a[u], n[r + 1] = a[u + 1], n[r + 2] = a[u + 2], r += o;
|
|
2280
|
-
}
|
|
2281
|
-
}
|
|
2282
|
-
function Zr(t, e, r, s = 1) {
|
|
2283
|
-
const { data: a, indices: i } = t, n = e.typedBuffer, o = e.typedBufferStride, c = i.length;
|
|
2284
|
-
if (r *= o, s === 1)
|
|
2285
|
-
for (let d = 0; d < c; ++d) {
|
|
2286
|
-
const u = 4 * i[d];
|
|
2287
|
-
n[r] = a[u], n[r + 1] = a[u + 1], n[r + 2] = a[u + 2], n[r + 3] = a[u + 3], r += o;
|
|
2288
|
-
}
|
|
2289
|
-
else
|
|
2290
|
-
for (let d = 0; d < c; ++d) {
|
|
2291
|
-
const u = 4 * i[d];
|
|
2292
|
-
for (let h = 0; h < s; ++h)
|
|
2293
|
-
n[r] = a[u], n[r + 1] = a[u + 1], n[r + 2] = a[u + 2], n[r + 3] = a[u + 3], r += o;
|
|
2294
|
-
}
|
|
2295
|
-
}
|
|
2296
|
-
function Ic(t, e, r) {
|
|
2297
|
-
const s = t.typedBuffer, a = t.typedBufferStride;
|
|
2298
|
-
e *= a;
|
|
2299
|
-
for (let i = 0; i < r; ++i)
|
|
2300
|
-
s[e] = 0, s[e + 1] = 0, s[e + 2] = 0, s[e + 3] = 0, e += a;
|
|
2301
|
-
}
|
|
2302
|
-
function Vi(t, e, r, s, a = 1) {
|
|
2303
|
-
if (!e)
|
|
2304
|
-
return void Qr(t, r, s, a);
|
|
2305
|
-
const { data: i, indices: n } = t, o = r.typedBuffer, c = r.typedBufferStride, d = n.length, u = e[0], h = e[1], v = e[2], O = e[4], S = e[5], V = e[6], G = e[8], F = e[9], k = e[10], y = e[12], I = e[13], C = e[14];
|
|
2306
|
-
s *= c;
|
|
2307
|
-
let w = 0, T = 0, E = 0;
|
|
2308
|
-
const A = ur(e) ? (g) => {
|
|
2309
|
-
w = i[g] + y, T = i[g + 1] + I, E = i[g + 2] + C;
|
|
2310
|
-
} : (g) => {
|
|
2311
|
-
const f = i[g], p = i[g + 1], _ = i[g + 2];
|
|
2312
|
-
w = u * f + O * p + G * _ + y, T = h * f + S * p + F * _ + I, E = v * f + V * p + k * _ + C;
|
|
2313
|
-
};
|
|
2314
|
-
if (a === 1)
|
|
2315
|
-
for (let g = 0; g < d; ++g)
|
|
2316
|
-
A(3 * n[g]), o[s] = w, o[s + 1] = T, o[s + 2] = E, s += c;
|
|
2317
|
-
else
|
|
2318
|
-
for (let g = 0; g < d; ++g) {
|
|
2319
|
-
A(3 * n[g]);
|
|
2320
|
-
for (let f = 0; f < a; ++f)
|
|
2321
|
-
o[s] = w, o[s + 1] = T, o[s + 2] = E, s += c;
|
|
2322
|
-
}
|
|
2323
|
-
}
|
|
2324
|
-
function zi(t, e, r, s, a = 1) {
|
|
2325
|
-
if (!e)
|
|
2326
|
-
return void Qr(t, r, s, a);
|
|
2327
|
-
const { data: i, indices: n } = t, o = e, c = r.typedBuffer, d = r.typedBufferStride, u = n.length, h = o[0], v = o[1], O = o[2], S = o[4], V = o[5], G = o[6], F = o[8], k = o[9], y = o[10], I = !dr(o), C = 1e-6, w = 1 - C;
|
|
2328
|
-
s *= d;
|
|
2329
|
-
let T = 0, E = 0, A = 0;
|
|
2330
|
-
const g = ur(o) ? (f) => {
|
|
2331
|
-
T = i[f], E = i[f + 1], A = i[f + 2];
|
|
2332
|
-
} : (f) => {
|
|
2333
|
-
const p = i[f], _ = i[f + 1], $ = i[f + 2];
|
|
2334
|
-
T = h * p + S * _ + F * $, E = v * p + V * _ + k * $, A = O * p + G * _ + y * $;
|
|
2335
|
-
};
|
|
2336
|
-
if (a === 1)
|
|
2337
|
-
if (I)
|
|
2338
|
-
for (let f = 0; f < u; ++f) {
|
|
2339
|
-
g(3 * n[f]);
|
|
2340
|
-
const p = T * T + E * E + A * A;
|
|
2341
|
-
if (p < w && p > C) {
|
|
2342
|
-
const _ = 1 / Math.sqrt(p);
|
|
2343
|
-
c[s] = T * _, c[s + 1] = E * _, c[s + 2] = A * _;
|
|
2344
|
-
} else
|
|
2345
|
-
c[s] = T, c[s + 1] = E, c[s + 2] = A;
|
|
2346
|
-
s += d;
|
|
2347
|
-
}
|
|
2348
|
-
else
|
|
2349
|
-
for (let f = 0; f < u; ++f)
|
|
2350
|
-
g(3 * n[f]), c[s] = T, c[s + 1] = E, c[s + 2] = A, s += d;
|
|
2351
|
-
else
|
|
2352
|
-
for (let f = 0; f < u; ++f) {
|
|
2353
|
-
if (g(3 * n[f]), I) {
|
|
2354
|
-
const p = T * T + E * E + A * A;
|
|
2355
|
-
if (p < w && p > C) {
|
|
2356
|
-
const _ = 1 / Math.sqrt(p);
|
|
2357
|
-
T *= _, E *= _, A *= _;
|
|
2358
|
-
}
|
|
2359
|
-
}
|
|
2360
|
-
for (let p = 0; p < a; ++p)
|
|
2361
|
-
c[s] = T, c[s + 1] = E, c[s + 2] = A, s += d;
|
|
2362
|
-
}
|
|
2363
|
-
}
|
|
2364
|
-
function Gi(t, e, r, s, a = 1) {
|
|
2365
|
-
if (!e)
|
|
2366
|
-
return void Zr(t, r, s, a);
|
|
2367
|
-
const { data: i, indices: n } = t, o = e, c = r.typedBuffer, d = r.typedBufferStride, u = n.length, h = o[0], v = o[1], O = o[2], S = o[4], V = o[5], G = o[6], F = o[8], k = o[9], y = o[10], I = !dr(o), C = 1e-6, w = 1 - C;
|
|
2368
|
-
if (s *= d, a === 1)
|
|
2369
|
-
for (let T = 0; T < u; ++T) {
|
|
2370
|
-
const E = 4 * n[T], A = i[E], g = i[E + 1], f = i[E + 2], p = i[E + 3];
|
|
2371
|
-
let _ = h * A + S * g + F * f, $ = v * A + V * g + k * f, N = O * A + G * g + y * f;
|
|
2372
|
-
if (I) {
|
|
2373
|
-
const P = _ * _ + $ * $ + N * N;
|
|
2374
|
-
if (P < w && P > C) {
|
|
2375
|
-
const W = 1 / Math.sqrt(P);
|
|
2376
|
-
_ *= W, $ *= W, N *= W;
|
|
2377
|
-
}
|
|
2378
|
-
}
|
|
2379
|
-
c[s] = _, c[s + 1] = $, c[s + 2] = N, c[s + 3] = p, s += d;
|
|
2380
|
-
}
|
|
2381
|
-
else
|
|
2382
|
-
for (let T = 0; T < u; ++T) {
|
|
2383
|
-
const E = 4 * n[T], A = i[E], g = i[E + 1], f = i[E + 2], p = i[E + 3];
|
|
2384
|
-
let _ = h * A + S * g + F * f, $ = v * A + V * g + k * f, N = O * A + G * g + y * f;
|
|
2385
|
-
if (I) {
|
|
2386
|
-
const P = _ * _ + $ * $ + N * N;
|
|
2387
|
-
if (P < w && P > C) {
|
|
2388
|
-
const W = 1 / Math.sqrt(P);
|
|
2389
|
-
_ *= W, $ *= W, N *= W;
|
|
2390
|
-
}
|
|
2391
|
-
}
|
|
2392
|
-
for (let P = 0; P < a; ++P)
|
|
2393
|
-
c[s] = _, c[s + 1] = $, c[s + 2] = N, c[s + 3] = p, s += d;
|
|
2394
|
-
}
|
|
2395
|
-
}
|
|
2396
|
-
function Wi(t, e, r, s, a = 1) {
|
|
2397
|
-
const { data: i, indices: n } = t, o = r.typedBuffer, c = r.typedBufferStride, d = n.length;
|
|
2398
|
-
if (s *= c, e !== i.length || e !== 4)
|
|
2399
|
-
if (a !== 1)
|
|
2400
|
-
if (e !== 4)
|
|
2401
|
-
for (let u = 0; u < d; ++u) {
|
|
2402
|
-
const h = 3 * n[u];
|
|
2403
|
-
for (let v = 0; v < a; ++v)
|
|
2404
|
-
o[s] = i[h], o[s + 1] = i[h + 1], o[s + 2] = i[h + 2], o[s + 3] = 255, s += c;
|
|
2405
|
-
}
|
|
2406
|
-
else
|
|
2407
|
-
for (let u = 0; u < d; ++u) {
|
|
2408
|
-
const h = 4 * n[u];
|
|
2409
|
-
for (let v = 0; v < a; ++v)
|
|
2410
|
-
o[s] = i[h], o[s + 1] = i[h + 1], o[s + 2] = i[h + 2], o[s + 3] = i[h + 3], s += c;
|
|
2411
|
-
}
|
|
2412
|
-
else {
|
|
2413
|
-
if (e === 4) {
|
|
2414
|
-
for (let u = 0; u < d; ++u) {
|
|
2415
|
-
const h = 4 * n[u];
|
|
2416
|
-
o[s] = i[h], o[s + 1] = i[h + 1], o[s + 2] = i[h + 2], o[s + 3] = i[h + 3], s += c;
|
|
2417
|
-
}
|
|
2418
|
-
return;
|
|
2419
|
-
}
|
|
2420
|
-
for (let u = 0; u < d; ++u) {
|
|
2421
|
-
const h = 3 * n[u];
|
|
2422
|
-
o[s] = i[h], o[s + 1] = i[h + 1], o[s + 2] = i[h + 2], o[s + 3] = 255, s += c;
|
|
2423
|
-
}
|
|
2424
|
-
}
|
|
2425
|
-
else {
|
|
2426
|
-
o[s] = i[0], o[s + 1] = i[1], o[s + 2] = i[2], o[s + 3] = i[3];
|
|
2427
|
-
const u = new Uint32Array(r.typedBuffer.buffer, r.start), h = c / 4, v = u[s /= 4];
|
|
2428
|
-
s += h;
|
|
2429
|
-
const O = d * a;
|
|
2430
|
-
for (let S = 1; S < O; ++S)
|
|
2431
|
-
u[s] = v, s += h;
|
|
2432
|
-
}
|
|
2433
|
-
}
|
|
2434
|
-
function ki(t, e, r) {
|
|
2435
|
-
const { data: s, indices: a } = t, i = e.typedBuffer, n = e.typedBufferStride, o = a.length, c = s[0];
|
|
2436
|
-
r *= n;
|
|
2437
|
-
for (let d = 0; d < o; ++d)
|
|
2438
|
-
i[r] = c, r += n;
|
|
2439
|
-
}
|
|
2440
|
-
function ji(t, e, r, s, a = 1) {
|
|
2441
|
-
const i = e.typedBuffer, n = e.typedBufferStride;
|
|
2442
|
-
if (s *= n, a === 1)
|
|
2443
|
-
for (let o = 0; o < r; ++o)
|
|
2444
|
-
i[s] = t[0], i[s + 1] = t[1], i[s + 2] = t[2], i[s + 3] = t[3], s += n;
|
|
2445
|
-
else
|
|
2446
|
-
for (let o = 0; o < r; ++o)
|
|
2447
|
-
for (let c = 0; c < a; ++c)
|
|
2448
|
-
i[s] = t[0], i[s + 1] = t[1], i[s + 2] = t[2], i[s + 3] = t[3], s += n;
|
|
2449
|
-
}
|
|
2450
|
-
function qi(t, e, r, s, a, i) {
|
|
2451
|
-
var n;
|
|
2452
|
-
for (const o of e.fields.keys()) {
|
|
2453
|
-
const c = t.attributes.get(o), d = c == null ? void 0 : c.indices;
|
|
2454
|
-
if (c && d)
|
|
2455
|
-
Xi(o, c, r, s, a, i);
|
|
2456
|
-
else if (o === m.OBJECTANDLAYERIDCOLOR && t.objectAndLayerIdColor != null) {
|
|
2457
|
-
const u = (n = t.attributes.get(m.POSITION)) == null ? void 0 : n.indices;
|
|
2458
|
-
if (u) {
|
|
2459
|
-
const h = u.length, v = a.getField(o, fr);
|
|
2460
|
-
ji(t.objectAndLayerIdColor, v, h, i);
|
|
2461
|
-
}
|
|
2462
|
-
}
|
|
2463
|
-
}
|
|
2464
|
-
}
|
|
2465
|
-
function Xi(t, e, r, s, a, i) {
|
|
2466
|
-
switch (t) {
|
|
2467
|
-
case m.POSITION: {
|
|
2468
|
-
U(e.size === 3);
|
|
2469
|
-
const n = a.getField(t, Vt);
|
|
2470
|
-
U(!!n, `No buffer view for ${t}`), n && Vi(e, r, n, i);
|
|
2471
|
-
break;
|
|
2472
|
-
}
|
|
2473
|
-
case m.NORMAL: {
|
|
2474
|
-
U(e.size === 3);
|
|
2475
|
-
const n = a.getField(t, Vt);
|
|
2476
|
-
U(!!n, `No buffer view for ${t}`), n && zi(e, s, n, i);
|
|
2477
|
-
break;
|
|
2478
|
-
}
|
|
2479
|
-
case m.NORMALCOMPRESSED: {
|
|
2480
|
-
U(e.size === 2);
|
|
2481
|
-
const n = a.getField(t, Ws);
|
|
2482
|
-
U(!!n, `No buffer view for ${t}`), n && ar(e, n, i);
|
|
2483
|
-
break;
|
|
2484
|
-
}
|
|
2485
|
-
case m.UV0: {
|
|
2486
|
-
U(e.size === 2);
|
|
2487
|
-
const n = a.getField(t, Gs);
|
|
2488
|
-
U(!!n, `No buffer view for ${t}`), n && ar(e, n, i);
|
|
2489
|
-
break;
|
|
2490
|
-
}
|
|
2491
|
-
case m.COLOR:
|
|
2492
|
-
case m.SYMBOLCOLOR: {
|
|
2493
|
-
const n = a.getField(t, fr);
|
|
2494
|
-
U(!!n, `No buffer view for ${t}`), U(e.size === 3 || e.size === 4), !n || e.size !== 3 && e.size !== 4 || Wi(e, e.size, n, i);
|
|
2495
|
-
break;
|
|
2496
|
-
}
|
|
2497
|
-
case m.COLORFEATUREATTRIBUTE: {
|
|
2498
|
-
const n = a.getField(t, zs);
|
|
2499
|
-
U(!!n, `No buffer view for ${t}`), U(e.size === 1), n && e.size === 1 && ki(e, n, i);
|
|
2500
|
-
break;
|
|
2501
|
-
}
|
|
2502
|
-
case m.TANGENT: {
|
|
2503
|
-
U(e.size === 4);
|
|
2504
|
-
const n = a.getField(t, Ut);
|
|
2505
|
-
U(!!n, `No buffer view for ${t}`), n && Gi(e, s, n, i);
|
|
2506
|
-
break;
|
|
2507
|
-
}
|
|
2508
|
-
case m.PROFILERIGHT:
|
|
2509
|
-
case m.PROFILEUP:
|
|
2510
|
-
case m.PROFILEVERTEXANDNORMAL:
|
|
2511
|
-
case m.FEATUREVALUE: {
|
|
2512
|
-
U(e.size === 4);
|
|
2513
|
-
const n = a.getField(t, Ut);
|
|
2514
|
-
U(!!n, `No buffer view for ${t}`), n && Zr(e, n, i);
|
|
2515
|
-
}
|
|
2516
|
-
}
|
|
2517
|
-
}
|
|
2518
|
-
const Yi = hr(1, 1, 0, 1), Ki = hr(1, 0, 1, 1);
|
|
2519
|
-
function $c(t) {
|
|
2520
|
-
t.fragment.uniforms.add(new We("depthTexture", (e, r) => r.mainDepth)), t.fragment.constants.add("occludedHighlightFlag", "vec4", Yi).add("unoccludedHighlightFlag", "vec4", Ki), t.fragment.code.add(l`void outputHighlight() {
|
|
2521
|
-
float sceneDepth = float(texelFetch(depthTexture, ivec2(gl_FragCoord.xy), 0).x);
|
|
2522
|
-
if (gl_FragCoord.z > sceneDepth + 5e-7) {
|
|
2523
|
-
fragColor = occludedHighlightFlag;
|
|
2524
|
-
} else {
|
|
2525
|
-
fragColor = unoccludedHighlightFlag;
|
|
2526
|
-
}
|
|
2527
|
-
}`);
|
|
2528
|
-
}
|
|
2529
|
-
class Lc {
|
|
2530
|
-
constructor(e) {
|
|
2531
|
-
this.vertexBufferLayout = e;
|
|
2532
|
-
}
|
|
2533
|
-
elementCount(e) {
|
|
2534
|
-
return e.attributes.get(m.POSITION).indices.length;
|
|
2535
|
-
}
|
|
2536
|
-
write(e, r, s, a, i) {
|
|
2537
|
-
qi(s, this.vertexBufferLayout, e, r, a, i);
|
|
2538
|
-
}
|
|
2539
|
-
}
|
|
2540
|
-
function yc(t) {
|
|
2541
|
-
Pr(t), t.vertex.code.add(l`vec4 transformPositionWithDepth(mat4 proj, mat4 view, vec3 pos, vec2 nearFar, out float depth) {
|
|
2542
|
-
vec4 eye = view * vec4(pos, 1.0);
|
|
2543
|
-
depth = calculateLinearDepth(nearFar,eye.z);
|
|
2544
|
-
return proj * eye;
|
|
2545
|
-
}`), t.vertex.code.add(l`vec4 transformPosition(mat4 proj, mat4 view, vec3 pos) {
|
|
2546
|
-
return proj * (view * vec4(pos, 1.0));
|
|
2547
|
-
}`);
|
|
2548
|
-
}
|
|
2549
|
-
function Cc(t, e) {
|
|
2550
|
-
e.hasVertexColors ? (t.attributes.add(m.COLOR, "vec4"), t.varyings.add("vColor", "vec4"), t.vertex.code.add(l`void forwardVertexColor() { vColor = color; }`), t.vertex.code.add(l`void forwardNormalizedVertexColor() { vColor = color * 0.003921568627451; }`)) : t.vertex.code.add(l`void forwardVertexColor() {}
|
|
2551
|
-
void forwardNormalizedVertexColor() {}`);
|
|
2552
|
-
}
|
|
2553
|
-
export {
|
|
2554
|
-
cc as $,
|
|
2555
|
-
oo as A,
|
|
2556
|
-
In as B,
|
|
2557
|
-
Sn as C,
|
|
2558
|
-
xn as D,
|
|
2559
|
-
io as E,
|
|
2560
|
-
Rn as F,
|
|
2561
|
-
Cn as G,
|
|
2562
|
-
Qn as H,
|
|
2563
|
-
kt as I,
|
|
2564
|
-
Yn as J,
|
|
2565
|
-
oa as K,
|
|
2566
|
-
vr as L,
|
|
2567
|
-
wi as M,
|
|
2568
|
-
Io as N,
|
|
2569
|
-
Ea as O,
|
|
2570
|
-
Wo as P,
|
|
2571
|
-
ja as Q,
|
|
2572
|
-
Xt as R,
|
|
2573
|
-
ic as S,
|
|
2574
|
-
Aa as T,
|
|
2575
|
-
Vo as U,
|
|
2576
|
-
bc as V,
|
|
2577
|
-
Da as W,
|
|
2578
|
-
Go as X,
|
|
2579
|
-
Cc as Y,
|
|
2580
|
-
ec as Z,
|
|
2581
|
-
Ro as _,
|
|
2582
|
-
xc as a,
|
|
2583
|
-
No as a$,
|
|
2584
|
-
dc as a0,
|
|
2585
|
-
uc as a1,
|
|
2586
|
-
vo as a2,
|
|
2587
|
-
sc as a3,
|
|
2588
|
-
st as a4,
|
|
2589
|
-
ke as a5,
|
|
2590
|
-
dt as a6,
|
|
2591
|
-
yo as a7,
|
|
2592
|
-
kn as a8,
|
|
2593
|
-
aa as a9,
|
|
2594
|
-
lc as aA,
|
|
2595
|
-
hc as aB,
|
|
2596
|
-
nc as aC,
|
|
2597
|
-
na as aD,
|
|
2598
|
-
jn as aE,
|
|
2599
|
-
$a as aF,
|
|
2600
|
-
Po as aG,
|
|
2601
|
-
_c as aH,
|
|
2602
|
-
tc as aI,
|
|
2603
|
-
Ko as aJ,
|
|
2604
|
-
Qo as aK,
|
|
2605
|
-
Yt as aL,
|
|
2606
|
-
gc as aM,
|
|
2607
|
-
go as aN,
|
|
2608
|
-
Ei as aO,
|
|
2609
|
-
lo as aP,
|
|
2610
|
-
Fi as aQ,
|
|
2611
|
-
Ui as aR,
|
|
2612
|
-
Ba as aS,
|
|
2613
|
-
Di as aT,
|
|
2614
|
-
Rc as aU,
|
|
2615
|
-
Yi as aV,
|
|
2616
|
-
Ki as aW,
|
|
2617
|
-
ia as aX,
|
|
2618
|
-
Or as aY,
|
|
2619
|
-
ro as aZ,
|
|
2620
|
-
to as a_,
|
|
2621
|
-
ao as aa,
|
|
2622
|
-
so as ab,
|
|
2623
|
-
Sc as ac,
|
|
2624
|
-
Lc as ad,
|
|
2625
|
-
Ao as ae,
|
|
2626
|
-
Zo as af,
|
|
2627
|
-
Lo as ag,
|
|
2628
|
-
gn as ah,
|
|
2629
|
-
yt as ai,
|
|
2630
|
-
ks as aj,
|
|
2631
|
-
js as ak,
|
|
2632
|
-
qs as al,
|
|
2633
|
-
Xs as am,
|
|
2634
|
-
$e as an,
|
|
2635
|
-
Ta as ao,
|
|
2636
|
-
Jn as ap,
|
|
2637
|
-
Xn as aq,
|
|
2638
|
-
va as ar,
|
|
2639
|
-
ka as as,
|
|
2640
|
-
pr as at,
|
|
2641
|
-
Ho as au,
|
|
2642
|
-
er as av,
|
|
2643
|
-
Pr as aw,
|
|
2644
|
-
Wn as ax,
|
|
2645
|
-
oc as ay,
|
|
2646
|
-
mc as az,
|
|
2647
|
-
ac as b,
|
|
2648
|
-
La as b0,
|
|
2649
|
-
Vi as b1,
|
|
2650
|
-
zi as b2,
|
|
2651
|
-
Wi as b3,
|
|
2652
|
-
Zr as b4,
|
|
2653
|
-
Ic as b5,
|
|
2654
|
-
ji as b6,
|
|
2655
|
-
qn as b7,
|
|
2656
|
-
Ac as b8,
|
|
2657
|
-
wo as b9,
|
|
2658
|
-
qi as ba,
|
|
2659
|
-
Ie as c,
|
|
2660
|
-
x as d,
|
|
2661
|
-
q as e,
|
|
2662
|
-
Bo as f,
|
|
2663
|
-
yc as g,
|
|
2664
|
-
Ra as h,
|
|
2665
|
-
$c as i,
|
|
2666
|
-
Sa as j,
|
|
2667
|
-
K as k,
|
|
2668
|
-
Xo as l,
|
|
2669
|
-
Yo as m,
|
|
2670
|
-
po as n,
|
|
2671
|
-
Qs as o,
|
|
2672
|
-
ko as p,
|
|
2673
|
-
Ha as q,
|
|
2674
|
-
Q as r,
|
|
2675
|
-
We as s,
|
|
2676
|
-
bo as t,
|
|
2677
|
-
Ia as u,
|
|
2678
|
-
lt as v,
|
|
2679
|
-
Ct as w,
|
|
2680
|
-
ot as x,
|
|
2681
|
-
j as y,
|
|
2682
|
-
Dn as z
|
|
2683
|
-
};
|