@arcgis/common-components 1.0.0-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/LICENSE.md +13 -0
- package/README.md +17 -0
- package/dist/arcgis-common-components/arcgis-common-components.esm.js +1 -0
- package/dist/arcgis-common-components/index.esm.js +0 -0
- package/dist/arcgis-common-components/p-9fc4e265.entry.js +1 -0
- package/dist/arcgis-common-components/p-adc54f17.entry.js +1 -0
- package/dist/arcgis-common-components/p-b0c98bba.js +2 -0
- package/dist/arcgis-common-components/p-e8b62824.js +1 -0
- package/dist/cjs/arcgis-api-key.cjs.entry.js +51 -0
- package/dist/cjs/arcgis-common-components.cjs.js +23 -0
- package/dist/cjs/arcgis-identity.cjs.entry.js +139 -0
- package/dist/cjs/index-33f2dbd2.js +65 -0
- package/dist/cjs/index-e8c59179.js +858 -0
- package/dist/cjs/index.cjs.js +2 -0
- package/dist/cjs/loader.cjs.js +22 -0
- package/dist/components/arcgis-api-key.d.ts +11 -0
- package/dist/components/arcgis-api-key.js +67 -0
- package/dist/components/arcgis-identity.d.ts +11 -0
- package/dist/components/arcgis-identity.js +165 -0
- package/dist/components/index.d.ts +32 -0
- package/dist/components/index.js +3 -0
- package/dist/components/index2.js +40 -0
- package/dist/esm/arcgis-api-key.entry.js +47 -0
- package/dist/esm/arcgis-common-components.js +18 -0
- package/dist/esm/arcgis-identity.entry.js +135 -0
- package/dist/esm/index-1f7e8e45.js +831 -0
- package/dist/esm/index-386f07e9.js +40 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/loader.js +18 -0
- package/dist/esm/polyfills/core-js.js +11 -0
- package/dist/esm/polyfills/css-shim.js +1 -0
- package/dist/esm/polyfills/dom.js +79 -0
- package/dist/esm/polyfills/es5-html-element.js +1 -0
- package/dist/esm/polyfills/index.js +34 -0
- package/dist/esm/polyfills/system.js +6 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/loader/cdn.js +3 -0
- package/dist/loader/index.cjs.js +3 -0
- package/dist/loader/index.d.ts +21 -0
- package/dist/loader/index.es2017.js +3 -0
- package/dist/loader/index.js +4 -0
- package/dist/loader/package.json +11 -0
- package/dist/types/components/arcgis-api-key/arcgis-api-key.d.ts +9 -0
- package/dist/types/components/arcgis-identity/arcgis-identity.d.ts +32 -0
- package/dist/types/components.d.ts +84 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/stencil-public-runtime.d.ts +1637 -0
- package/package.json +88 -0
package/package.json
ADDED
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@arcgis/common-components",
|
|
3
|
+
"description": "ArcGIS Common Components",
|
|
4
|
+
"version": "1.0.0-beta.1",
|
|
5
|
+
"module": "dist/components/index.js",
|
|
6
|
+
"main": "dist/index.cjs.js",
|
|
7
|
+
"types": "dist/types/index.d.ts",
|
|
8
|
+
"keywords": [
|
|
9
|
+
"ArcGIS",
|
|
10
|
+
"javascript",
|
|
11
|
+
"map",
|
|
12
|
+
"3D",
|
|
13
|
+
"2D",
|
|
14
|
+
"visualization",
|
|
15
|
+
"analytics",
|
|
16
|
+
"spatial",
|
|
17
|
+
"data-driven",
|
|
18
|
+
"gis",
|
|
19
|
+
"components",
|
|
20
|
+
"web-components",
|
|
21
|
+
"Esri"
|
|
22
|
+
],
|
|
23
|
+
"files": [
|
|
24
|
+
"dist/"
|
|
25
|
+
],
|
|
26
|
+
"publishConfig": {
|
|
27
|
+
"registry": "https://registry.npmjs.org/",
|
|
28
|
+
"access": "public"
|
|
29
|
+
},
|
|
30
|
+
"license": "SEE LICENSE IN LICENSE.md",
|
|
31
|
+
"scripts": {
|
|
32
|
+
"start": "yarn pre && yarn build:components --dev --watch --serve --no-open",
|
|
33
|
+
"start:storybook": "storybook dev -c .storybook/internal --quiet",
|
|
34
|
+
"start:external-storybook": "kill-port 6019 && storybook dev -c .storybook/external -p 6019 --quiet",
|
|
35
|
+
"build": "yarn pre && yarn build:components",
|
|
36
|
+
"build:dev": "yarn pre && yarn build:components --dev",
|
|
37
|
+
"build:storybook": "storybook build -c .storybook/internal --quiet",
|
|
38
|
+
"build:external-storybook": "storybook build -c .storybook/external -o storybook-static-external --quiet",
|
|
39
|
+
"build:components": "stencil build",
|
|
40
|
+
"build:components:prod": "stencil build --docs",
|
|
41
|
+
"build:components:dev": "stencil build --dev",
|
|
42
|
+
"build:composite-storybook": "yarn g:shx cp -r storybook-static-external ../docs/storybook-static-external/common-components",
|
|
43
|
+
"test": "yarn build:test && stencil test --spec --no-build",
|
|
44
|
+
"test:e2e": "stencil test --e2e",
|
|
45
|
+
"test.watch": "stencil test --spec --e2e --watchAll",
|
|
46
|
+
"pre": "rimraf ./dist ./www && awc-build-t9n-types",
|
|
47
|
+
"clean": "rimraf ./node_modules ./storybook-static ./storybook-static-external ./turbo ./dist ./www",
|
|
48
|
+
"lint": "eslint .",
|
|
49
|
+
"generate": "stencil generate",
|
|
50
|
+
"prettier": "prettier . --write"
|
|
51
|
+
},
|
|
52
|
+
"dependencies": {
|
|
53
|
+
"@arcgis/core": ">=4.28.0-next <4.29",
|
|
54
|
+
"@esri/calcite-components": "^1.3.0",
|
|
55
|
+
"@stencil/core": "2.22.3"
|
|
56
|
+
},
|
|
57
|
+
"devDependencies": {
|
|
58
|
+
"@arcgis/components-plugins": "1.0.0-beta.7",
|
|
59
|
+
"@arcgis/components-utils": "1.0.0-beta.7",
|
|
60
|
+
"@arcgis/core-adapter": "1.0.0-beta.10",
|
|
61
|
+
"@arcgis/eslint-config": "1.0.0",
|
|
62
|
+
"@arcgis/typescript-config": "1.0.0",
|
|
63
|
+
"@stencil/react-output-target": "0.5.3",
|
|
64
|
+
"@stencil/sass": "^2.0.4",
|
|
65
|
+
"@storybook/addon-a11y": "^7.3.2",
|
|
66
|
+
"@storybook/addon-essentials": "^7.3.2",
|
|
67
|
+
"@storybook/addon-links": "^7.3.2",
|
|
68
|
+
"@storybook/web-components": "^7.3.2",
|
|
69
|
+
"@storybook/web-components-vite": "^7.3.2",
|
|
70
|
+
"@types/jest": "^29.5.0",
|
|
71
|
+
"eslint": "^8.45.0",
|
|
72
|
+
"jest": "^29.5.0",
|
|
73
|
+
"jest-cli": "^29.5.0",
|
|
74
|
+
"kill-port": "^2.0.1",
|
|
75
|
+
"lit": "^2.7.5",
|
|
76
|
+
"npm-run-all": "^4.1.5",
|
|
77
|
+
"prettier": "^3.0.0",
|
|
78
|
+
"puppeteer": "^20.5.0",
|
|
79
|
+
"react": "^18.2.0",
|
|
80
|
+
"react-dom": "^18.2.0",
|
|
81
|
+
"resolve-pkg": "^2.0.0",
|
|
82
|
+
"rimraf": "^5.0.0",
|
|
83
|
+
"storybook": "^7.3.2",
|
|
84
|
+
"typescript": "4.9.5",
|
|
85
|
+
"vite": "^4.4.9"
|
|
86
|
+
},
|
|
87
|
+
"gitHead": "cd1b3bf7e48b497211638bbe607ad0e10340b119"
|
|
88
|
+
}
|