UNPKG

@arcgis/map-components

Version:
49 lines (48 loc) 1.86 kB
/* COPYRIGHT Esri - https://js.arcgis.com/5.1/LICENSE.txt */ const t = "arcgis-map", e = { base: t, containerUI: `${t}-container-ui`, containerElement: `${t}-container-ui__element`, containerElementDefaultSlot: `${t}-container-ui__element-default`, containerElementPopupSlot: `${t}-container-ui__element-popup`, containerTopCenterColumn: `${t}-container-ui__top-center-column`, containerTopLeftColumn: `${t}-container-ui__top-left-column`, containerTopRightColumn: `${t}-container-ui__top-right-column`, containerBottomCenterRow: `${t}-container-ui__bottom-center-row`, containerBottomLeftRow: `${t}-container-ui__bottom-left-row`, containerBottomRightRow: `${t}-container-ui__bottom-right-row`, containerElementTopCenter: `${t}-container-ui__element-top-center`, containerElementTopLeft: `${t}-container-ui__element-top-left`, containerElementTopRight: `${t}-container-ui__element-top-right`, containerElementBottomCenter: `${t}-container-ui__element-bottom-center`, containerElementBottomLeft: `${t}-container-ui__element-bottom-left`, containerElementBottomRight: `${t}-container-ui__element-bottom-right`, containerElementTopStart: `${t}-container-ui__element-top-start`, containerElementTopEnd: `${t}-container-ui__element-top-end`, containerElementBottomStart: `${t}-container-ui__element-bottom-start`, containerElementBottomEnd: `${t}-container-ui__element-bottom-end` }, o = { topCenter: "top-center", topLeft: "top-left", topRight: "top-right", bottomCenter: "bottom-center", bottomLeft: "bottom-left", bottomRight: "bottom-right", topStart: "top-start", topEnd: "top-end", bottomStart: "bottom-start", bottomEnd: "bottom-end", popup: "popup" }, n = [ "topCenter", "topLeft", "topRight", "bottomCenter", "bottomLeft", "bottomRight" ]; export { e as C, o as S, n as s };