@agentic-ui-experience/ui-arcgis 0.0.1-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +309 -0
- package/dist/ArcGISMapView.d.ts +51 -0
- package/dist/ArcGISMapView.js +1 -0
- package/dist/api.d.ts +1563 -0
- package/dist/api.js +1 -0
- package/dist/catalog.d.ts +1211 -0
- package/dist/catalog.js +1 -0
- package/dist/controller/api.d.ts +970 -0
- package/dist/controller/api.js +1 -0
- package/dist/controller/createArcGISMapController.d.ts +16 -0
- package/dist/controller/createArcGISMapController.js +1 -0
- package/dist/controller/featureFilter.d.ts +425 -0
- package/dist/controller/featureFilter.js +1 -0
- package/dist/controller/featureFilterExpression.d.ts +16 -0
- package/dist/controller/featureFilterExpression.js +1 -0
- package/dist/controller/featureFilterRuntime.d.ts +19 -0
- package/dist/controller/featureFilterRuntime.js +1 -0
- package/dist/controller/featureQuery.d.ts +275 -0
- package/dist/controller/featureQuery.js +1 -0
- package/dist/controller/featureQueryExpression.d.ts +16 -0
- package/dist/controller/featureQueryExpression.js +1 -0
- package/dist/controller/featureQueryRuntime.d.ts +12 -0
- package/dist/controller/featureQueryRuntime.js +1 -0
- package/dist/controller/useArcGISMapController.d.ts +13 -0
- package/dist/controller/useArcGISMapController.js +1 -0
- package/dist/index.d.ts +9 -0
- package/dist/index.js +1 -0
- package/dist/prompt.d.ts +2 -0
- package/dist/prompt.js +1 -0
- package/package.json +54 -0
- package/styles.css +1 -0
package/dist/catalog.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x2a2de5=_0x295f;(function(_0x14b752,_0x2fbfeb){const _0x4e5c83=_0x295f,_0x4735d6=_0x14b752();while(!![]){try{const _0x23f19f=parseInt(_0x4e5c83(0x121))/0x1+-parseInt(_0x4e5c83(0x11f))/0x2+-parseInt(_0x4e5c83(0x11e))/0x3+parseInt(_0x4e5c83(0x120))/0x4+-parseInt(_0x4e5c83(0x11b))/0x5+parseInt(_0x4e5c83(0x11c))/0x6*(parseInt(_0x4e5c83(0x11d))/0x7)+parseInt(_0x4e5c83(0x11a))/0x8;if(_0x23f19f===_0x2fbfeb)break;else _0x4735d6['push'](_0x4735d6['shift']());}catch(_0x223c9b){_0x4735d6['push'](_0x4735d6['shift']());}}}(_0x5182,0x352d0));function _0x295f(_0x30b004,_0x3ac682){_0x30b004=_0x30b004-0x119;const _0x5182dd=_0x5182();let _0x295fed=_0x5182dd[_0x30b004];return _0x295fed;}function _0x5182(){const _0x42250f=['7RyKkLO','295767JfJnkA','455796rCsjvi','473748yMhrmC','96712wGRKbO','com.agentic-ui-experience.arcgis.v1','3114760RGzEMz','989590lYlyOT','826314XoeGhy'];_0x5182=function(){return _0x42250f;};return _0x5182();}import{defineCatalogPromptDescriptor}from'@agentic-ui-experience/ui-core';import{defineCatalog}from'@agentic-ui-experience/ui-runtime';import{defineReactCatalog}from'@agentic-ui-experience/ui-react';import{ArcGISMapViewApi}from'./api.js';import{ArcGISMapView}from'./ArcGISMapView.js';import{arcgisStyleGuide,arcGISMapViewDescription}from'./prompt.js';const ARCGIS_CATALOG_ID=_0x2a2de5(0x119),arcgisComponentApis=[ArcGISMapViewApi],arcgisComponents=[ArcGISMapView],arcgisPromptDescriptor=defineCatalogPromptDescriptor({'id':ARCGIS_CATALOG_ID,'components':arcgisComponentApis,'descriptions':{'ArcGISMapView':arcGISMapViewDescription},'styleGuide':arcgisStyleGuide}),arcgisRuntimeCatalog=defineCatalog({'id':ARCGIS_CATALOG_ID,'components':arcgisComponentApis}),arcgisReactCatalog=defineReactCatalog({'id':ARCGIS_CATALOG_ID,'components':arcgisComponents});export{ARCGIS_CATALOG_ID,arcgisComponentApis,arcgisComponents,arcgisPromptDescriptor,arcgisReactCatalog,arcgisRuntimeCatalog};
|