0.0.17 • Published 3 years ago

cov-arcgis-esm v0.0.17

Weekly downloads
106
License
MIT
Repository
github
Last release
3 years ago

cov-arcgis-esm

npm version build status

City of Vernonia widgets and friends for Esri JavaScript API in ESM.

Install

npm install cov-arcgis-esm --save

Usage

The Typescript modules in this package are intended to be used directly. No built modules are provided.

Include the src directory in tsconfig.json.

{
  "include": [
    "node_modules/cov-arcgis-esm/src/**/*"
  ]
}

Import the cov namespace as needed with import cov = __cov.

Add package alias to resolve in webpack.config.js.

const config = {
  resolve: {
    alias: {
      cov: path.resolve(__dirname, 'node_modules/cov-arcgis-esm/src/'),
    },
  },
};

Sass

Widget and layout styles are .scss files intended to be used with Sass. Most, if not all .scss files use variables in ~@arcgis/core/assets/esri/themes/base/color (or similar for other themes), and need to be imported after a @arcgis/core/ import containing the color variables.

Modules

View Models

Widgets

Layouts

Popups

Test

npm run test

Runs prettier, eslint, jest and complies the .ts(x) and .scss files.

0.0.17

3 years ago

0.0.15

3 years ago

0.0.16

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago