UNPKG

esri-map-view

Version:

Display an Esri map view as a web component.

14 lines (10 loc) 1.91 kB
'use strict'; var index = require('./index-Df6oH7es.js'); var appGlobals = require('./app-globals-V2Kpy_OQ.js'); const defineCustomElements = async (win, options) => { if (typeof window === 'undefined') return undefined; await appGlobals.globalScripts(); return index.bootstrapLazy([["esri-map-view_2.cjs",[[0,"esri-map-view",{"apikey":[1537],"basemap":[1537],"webmap":[1537],"viewpoint":[1537],"layers":[1537],"search":[1537],"symbol":[1537],"symboloffset":[1537],"popuptitle":[1537],"popupinfo":[1537],"ui":[1537],"minmaxzoom":[1537]},null,{"apikey":[{"watchAPIKeyHandler":0}],"basemap":[{"watchBasemapHandler":0}],"webmap":[{"watchWebmapHandler":0}],"viewpoint":[{"watchViewPointHandler":0}],"layers":[{"watchLayersHandler":0}],"search":[{"watchSearchHandler":0}],"symbol":[{"watchSymbolHandler":0}],"symboloffset":[{"watchSymbolOffsetHandler":0}],"popuptitle":[{"watchPopupTitleHandler":0}],"popupinfo":[{"watchPopupInfoHandler":0}],"ui":[{"watchUIHandler":0}],"minmaxzoom":[{"watchMinMaxZoomHandler":0}]}],[0,"esri-scene-view",{"apikey":[1537],"basemap":[1537],"webscene":[1537],"viewpoint":[1537],"cameraposition":[1537],"layers":[1537],"search":[1537],"symbol":[1537],"symboloffset":[1537],"popuptitle":[1537],"popupinfo":[1537],"ui":[1537],"minmaxalt":[1537]},null,{"apikey":[{"watchAPIKeyHandler":0}],"basemap":[{"watchBasemapHandler":0}],"webscene":[{"watchWebSceneHandler":0}],"viewpoint":[{"watchViewPointHandler":0}],"cameraPosition":[{"watchCameraPositionHandler":0}],"layers":[{"watchLayersHandler":0}],"search":[{"watchSearchHandler":0}],"symbol":[{"watchSymbolHandler":0}],"symboloffset":[{"watchSymbolOffsetHandler":0}],"popuptitle":[{"watchPopupTitleHandler":0}],"popupinfo":[{"watchPopupInfoHandler":0}],"ui":[{"watchUIHandler":0}],"minmaxalt":[{"watchMinMaxAltHandler":0}]}]]]], options); }; exports.setNonce = index.setNonce; exports.defineCustomElements = defineCustomElements;