@arcgis/common-components 4.29.0-beta.1 → 4.29.0-beta.11
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/dist/cjs/arcgis-api-key.cjs.entry.js +2 -2
- package/dist/cjs/arcgis-identity.cjs.entry.js +2 -2
- package/dist/components/arcgis-api-key.js +2 -2
- package/dist/components/arcgis-identity.js +2 -2
- package/dist/components/index.d.ts +2 -2
- package/dist/esm/arcgis-api-key.entry.js +2 -2
- package/dist/esm/arcgis-identity.entry.js +2 -2
- package/package.json +14 -13
- /package/dist/types/components/{arcgis-api-key/arcgis-api-key.d.ts → api-key/api-key.d.ts} +0 -0
- /package/dist/types/components/{arcgis-identity/arcgis-identity.d.ts → identity/identity.d.ts} +0 -0
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
const index = require('./index-e8c59179.js');
|
|
6
6
|
const index$1 = require('./index-f1a937af.js');
|
|
7
7
|
|
|
8
|
-
const
|
|
8
|
+
const apiKeyCss = ":host{display:none}arcgis-api-key{display:none}";
|
|
9
9
|
|
|
10
10
|
const ArcgisApiKey = class {
|
|
11
11
|
constructor(hostRef) {
|
|
@@ -46,6 +46,6 @@ const ArcgisApiKey = class {
|
|
|
46
46
|
"apiKey": ["apiKeyWatcher"]
|
|
47
47
|
}; }
|
|
48
48
|
};
|
|
49
|
-
ArcgisApiKey.style =
|
|
49
|
+
ArcgisApiKey.style = apiKeyCss;
|
|
50
50
|
|
|
51
51
|
exports.arcgis_api_key = ArcgisApiKey;
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
const index = require('./index-e8c59179.js');
|
|
6
6
|
const index$1 = require('./index-f1a937af.js');
|
|
7
7
|
|
|
8
|
-
const
|
|
8
|
+
const identityCss = ":host{display:none}arcgis-identity{display:none}";
|
|
9
9
|
|
|
10
10
|
const ArcgisIdentity = class {
|
|
11
11
|
constructor(hostRef) {
|
|
@@ -134,6 +134,6 @@ const ArcgisIdentity = class {
|
|
|
134
134
|
"appId": ["appIdWatcher"]
|
|
135
135
|
}; }
|
|
136
136
|
};
|
|
137
|
-
ArcgisIdentity.style =
|
|
137
|
+
ArcgisIdentity.style = identityCss;
|
|
138
138
|
|
|
139
139
|
exports.arcgis_identity = ArcgisIdentity;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, createEvent } from '@stencil/core/internal/client';
|
|
2
2
|
import { i as importConfig } from './index2.js';
|
|
3
3
|
|
|
4
|
-
const
|
|
4
|
+
const apiKeyCss = ":host{display:none}arcgis-api-key{display:none}";
|
|
5
5
|
|
|
6
6
|
const ArcgisApiKey$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
7
7
|
constructor() {
|
|
@@ -42,7 +42,7 @@ const ArcgisApiKey$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLElemen
|
|
|
42
42
|
static get watchers() { return {
|
|
43
43
|
"apiKey": ["apiKeyWatcher"]
|
|
44
44
|
}; }
|
|
45
|
-
static get style() { return
|
|
45
|
+
static get style() { return apiKeyCss; }
|
|
46
46
|
}, [0, "arcgis-api-key", {
|
|
47
47
|
"apiKey": [1, "api-key"]
|
|
48
48
|
}]);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, createEvent } from '@stencil/core/internal/client';
|
|
2
2
|
import { a as importCoreReactiveUtils, n as newIdentityOAuthInfo, b as importIdentityIdentityManager } from './index2.js';
|
|
3
3
|
|
|
4
|
-
const
|
|
4
|
+
const identityCss = ":host{display:none}arcgis-identity{display:none}";
|
|
5
5
|
|
|
6
6
|
const ArcgisIdentity$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
7
7
|
constructor() {
|
|
@@ -130,7 +130,7 @@ const ArcgisIdentity$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLElem
|
|
|
130
130
|
static get watchers() { return {
|
|
131
131
|
"appId": ["appIdWatcher"]
|
|
132
132
|
}; }
|
|
133
|
-
static get style() { return
|
|
133
|
+
static get style() { return identityCss; }
|
|
134
134
|
}, [0, "arcgis-identity", {
|
|
135
135
|
"identity": [1040],
|
|
136
136
|
"appId": [1, "app-id"],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* ArcgisCommonComponents custom elements */
|
|
2
|
-
export { ArcgisApiKey as ArcgisApiKey } from '../types/components/
|
|
3
|
-
export { ArcgisIdentity as ArcgisIdentity } from '../types/components/
|
|
2
|
+
export { ArcgisApiKey as ArcgisApiKey } from '../types/components/api-key/api-key';
|
|
3
|
+
export { ArcgisIdentity as ArcgisIdentity } from '../types/components/identity/identity';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Used to manually set the base path where assets can be found.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, g as getElement } from './index-1f7e8e45.js';
|
|
2
2
|
import { i as importConfig } from './index-71b437b1.js';
|
|
3
3
|
|
|
4
|
-
const
|
|
4
|
+
const apiKeyCss = ":host{display:none}arcgis-api-key{display:none}";
|
|
5
5
|
|
|
6
6
|
const ArcgisApiKey = class {
|
|
7
7
|
constructor(hostRef) {
|
|
@@ -42,6 +42,6 @@ const ArcgisApiKey = class {
|
|
|
42
42
|
"apiKey": ["apiKeyWatcher"]
|
|
43
43
|
}; }
|
|
44
44
|
};
|
|
45
|
-
ArcgisApiKey.style =
|
|
45
|
+
ArcgisApiKey.style = apiKeyCss;
|
|
46
46
|
|
|
47
47
|
export { ArcgisApiKey as arcgis_api_key };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, g as getElement } from './index-1f7e8e45.js';
|
|
2
2
|
import { a as importCoreReactiveUtils, n as newIdentityOAuthInfo, b as importIdentityIdentityManager } from './index-71b437b1.js';
|
|
3
3
|
|
|
4
|
-
const
|
|
4
|
+
const identityCss = ":host{display:none}arcgis-identity{display:none}";
|
|
5
5
|
|
|
6
6
|
const ArcgisIdentity = class {
|
|
7
7
|
constructor(hostRef) {
|
|
@@ -130,6 +130,6 @@ const ArcgisIdentity = class {
|
|
|
130
130
|
"appId": ["appIdWatcher"]
|
|
131
131
|
}; }
|
|
132
132
|
};
|
|
133
|
-
ArcgisIdentity.style =
|
|
133
|
+
ArcgisIdentity.style = identityCss;
|
|
134
134
|
|
|
135
135
|
export { ArcgisIdentity as arcgis_identity };
|
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/common-components",
|
|
3
3
|
"description": "ArcGIS Common Components",
|
|
4
|
-
"
|
|
4
|
+
"homepage": "https://developers.arcgis.com/javascript/latest/",
|
|
5
|
+
"version": "4.29.0-beta.11",
|
|
5
6
|
"module": "dist/components/index.js",
|
|
6
7
|
"main": "dist/index.cjs.js",
|
|
7
8
|
"types": "dist/types/index.d.ts",
|
|
@@ -52,23 +53,23 @@
|
|
|
52
53
|
"@stencil/core": "2.22.3"
|
|
53
54
|
},
|
|
54
55
|
"devDependencies": {
|
|
55
|
-
"@arcgis/components-plugins": "4.29.0-beta.
|
|
56
|
+
"@arcgis/components-plugins": "4.29.0-beta.11",
|
|
56
57
|
"@arcgis/core": ">=4.29.0-next <4.30",
|
|
57
|
-
"@arcgis/core-adapter": "4.29.0-beta.
|
|
58
|
+
"@arcgis/core-adapter": "4.29.0-beta.11",
|
|
58
59
|
"@arcgis/eslint-config": "1.0.0",
|
|
59
|
-
"@arcgis/map-components": "4.29.0-beta.
|
|
60
|
+
"@arcgis/map-components": "4.29.0-beta.11",
|
|
60
61
|
"@arcgis/typescript-config": "1.0.0",
|
|
61
62
|
"@esri/calcite-components": "^1.8.0",
|
|
62
63
|
"@stencil/angular-output-target": "0.8.1",
|
|
63
64
|
"@stencil/react-output-target": "0.5.3",
|
|
64
65
|
"@stencil/sass": "^2.0.4",
|
|
65
|
-
"@storybook/addon-a11y": "^7.
|
|
66
|
-
"@storybook/addon-essentials": "^7.
|
|
67
|
-
"@storybook/addon-links": "^7.
|
|
68
|
-
"@storybook/web-components": "^7.
|
|
69
|
-
"@storybook/web-components-vite": "^7.
|
|
66
|
+
"@storybook/addon-a11y": "^7.5.0",
|
|
67
|
+
"@storybook/addon-essentials": "^7.5.0",
|
|
68
|
+
"@storybook/addon-links": "^7.5.0",
|
|
69
|
+
"@storybook/web-components": "^7.5.0",
|
|
70
|
+
"@storybook/web-components-vite": "^7.5.0",
|
|
70
71
|
"@types/jest": "^29.5.0",
|
|
71
|
-
"eslint": "^8.
|
|
72
|
+
"eslint": "^8.52.0",
|
|
72
73
|
"jest": "^29.5.0",
|
|
73
74
|
"jest-cli": "^29.5.0",
|
|
74
75
|
"kill-port": "^2.0.1",
|
|
@@ -79,13 +80,13 @@
|
|
|
79
80
|
"react-dom": "^18.2.0",
|
|
80
81
|
"resolve-pkg": "^2.0.0",
|
|
81
82
|
"rimraf": "^5.0.0",
|
|
82
|
-
"storybook": "^7.
|
|
83
|
+
"storybook": "^7.5.0",
|
|
83
84
|
"typescript": "4.9.5",
|
|
84
|
-
"vite": "^4.
|
|
85
|
+
"vite": "^4.5.0"
|
|
85
86
|
},
|
|
86
87
|
"peerDependencies": {
|
|
87
88
|
"@arcgis/core": ">=4.29.0-next <4.30",
|
|
88
89
|
"@esri/calcite-components": ">=1.7.0 <2.0.0"
|
|
89
90
|
},
|
|
90
|
-
"gitHead": "
|
|
91
|
+
"gitHead": "d8d9438a622d0c29f93d12067fd3e76c8fdb0a0b"
|
|
91
92
|
}
|
|
File without changes
|
/package/dist/types/components/{arcgis-identity/arcgis-identity.d.ts → identity/identity.d.ts}
RENAMED
|
File without changes
|