@arcgis/coding-components 4.29.0-beta.2 → 4.29.0-beta.21
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/{readme.md → README.md} +1 -1
- package/dist/arcgis-coding-components/arcgis-coding-components.esm.js +1 -1
- package/dist/arcgis-coding-components/assets/code-editor/arcade.worker.js +25 -22
- package/dist/arcgis-coding-components/assets/code-editor/css.worker.js +38 -35
- package/dist/arcgis-coding-components/assets/code-editor/editor.worker.js +8 -5
- package/dist/arcgis-coding-components/assets/code-editor/html.worker.js +43 -40
- package/dist/arcgis-coding-components/assets/code-editor/json.worker.js +25 -22
- package/dist/arcgis-coding-components/assets/code-editor/ts.worker.js +164 -161
- package/dist/arcgis-coding-components/index.esm.js +1 -1
- package/dist/arcgis-coding-components/{p-683e3dd4.js → p-03fdafca.js} +1 -1
- package/dist/arcgis-coding-components/{p-74e0738d.js → p-0576dbec.js} +2 -2
- package/dist/arcgis-coding-components/{p-7fb19e9b.js → p-06933e66.js} +2 -2
- package/dist/arcgis-coding-components/p-1026ac44.js +62 -0
- package/dist/arcgis-coding-components/{p-5fe913f0.js → p-19e5c819.js} +2 -2
- package/dist/arcgis-coding-components/{p-3eb641a2.js → p-27c32cb5.js} +2 -2
- package/dist/arcgis-coding-components/{p-a152b643.js → p-3230ff72.js} +2 -2
- package/dist/arcgis-coding-components/{p-96c3ebcb.js → p-5886ff57.js} +2 -2
- package/dist/arcgis-coding-components/p-b22ca8bd.entry.js +1 -0
- package/dist/arcgis-coding-components/{p-98f0e116.js → p-cfff9500.js} +1 -1
- package/dist/arcgis-coding-components/{p-27d03fb2.js → p-d295623f.js} +2 -2
- package/dist/cjs/{arcade-defaults-55c18abe.js → arcade-defaults-f3018d42.js} +64438 -59096
- package/dist/cjs/{arcade-mode-bd1630dd.js → arcade-mode-d8992eff.js} +1 -1
- package/dist/cjs/arcgis-arcade-api_6.cjs.entry.js +31 -26
- package/dist/cjs/arcgis-coding-components.cjs.js +1 -1
- package/dist/cjs/{css-3c67d381.js → css-7229b372.js} +1 -1
- package/dist/cjs/{cssMode-73d4ac47.js → cssMode-ff46e730.js} +2 -2
- package/dist/cjs/{html-da599f39.js → html-bda3d1b5.js} +2 -2
- package/dist/cjs/{htmlMode-6f0883d3.js → htmlMode-8f94c96b.js} +2 -2
- package/dist/cjs/index.cjs.js +1 -1
- package/dist/cjs/{javascript-92268a2f.js → javascript-30f6d6ec.js} +3 -3
- package/dist/cjs/{jsonMode-110ef3c9.js → jsonMode-8fa83206.js} +2 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{tsMode-8cb72aa2.js → tsMode-cbdd6b63.js} +2 -2
- package/dist/cjs/{typescript-edaad128.js → typescript-62fca9c7.js} +2 -2
- package/dist/components/arcade-api.js +7 -5
- package/dist/components/arcade-results.js +8 -6
- package/dist/components/arcade-suggestions.js +7 -5
- package/dist/components/arcade-variables.js +7 -5
- package/dist/components/arcgis-arcade-editor.js +12 -10
- package/dist/components/code-editor.js +3 -3
- package/dist/components/index2.js +2 -2
- package/dist/esm/{arcade-defaults-ac486973.js → arcade-defaults-ad21b36b.js} +64437 -59095
- package/dist/esm/{arcade-mode-fc719356.js → arcade-mode-b5543a19.js} +1 -1
- package/dist/esm/arcgis-arcade-api_6.entry.js +31 -26
- package/dist/esm/arcgis-coding-components.js +1 -1
- package/dist/esm/{css-9066b96a.js → css-ff1e9f8c.js} +1 -1
- package/dist/esm/{cssMode-f452e699.js → cssMode-36fbfe4d.js} +2 -2
- package/dist/esm/{html-7c0b7520.js → html-f3e092fc.js} +2 -2
- package/dist/esm/{htmlMode-200a28b3.js → htmlMode-488c22d0.js} +2 -2
- package/dist/esm/index.js +1 -1
- package/dist/esm/{javascript-44a7aba3.js → javascript-252e8a68.js} +3 -3
- package/dist/esm/{jsonMode-fb784fa5.js → jsonMode-5b163853.js} +2 -2
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{tsMode-890f3141.js → tsMode-7ddbcb35.js} +2 -2
- package/dist/esm/{typescript-4b8bacca.js → typescript-ab3b951e.js} +2 -2
- package/dist/types/components/arcade-api/arcade-api.d.ts +3 -2
- package/dist/types/components/arcade-editor/arcade-editor.d.ts +3 -2
- package/dist/types/components/arcade-results/arcade-results.d.ts +3 -2
- package/dist/types/components/arcade-suggestions/arcade-suggestions.d.ts +3 -2
- package/dist/types/components/arcade-variables/arcade-variables.d.ts +3 -2
- package/package.json +20 -19
- package/dist/arcgis-coding-components/p-2c5583d5.entry.js +0 -1
- package/dist/arcgis-coding-components/p-a388e974.js +0 -62
|
@@ -14,5 +14,5 @@ const patchBrowser = () => {
|
|
|
14
14
|
};
|
|
15
15
|
|
|
16
16
|
patchBrowser().then(options => {
|
|
17
|
-
return bootstrapLazy([["arcgis-arcade-api_6",[[0,"arcgis-arcade-editor",{"profile":[16],"script":[1],"testData":[16],"suggestions":[16],"snippets":[16],"hideDocumentationActions":[4,"hide-documentation-actions"],"hideSideBar":[4,"hide-side-bar"],"sideActionBarExpanded":[1540,"side-action-bar-expanded"],"openedSidePanel":[1537,"opened-side-panel"],"
|
|
17
|
+
return bootstrapLazy([["arcgis-arcade-api_6",[[0,"arcgis-arcade-editor",{"profile":[16],"script":[1],"testData":[16],"suggestions":[16],"snippets":[16],"hideDocumentationActions":[4,"hide-documentation-actions"],"hideSideBar":[4,"hide-side-bar"],"sideActionBarExpanded":[1540,"side-action-bar-expanded"],"openedSidePanel":[1537,"opened-side-panel"],"_lang":[32],"_t9nLocale":[32],"_t9nStrings":[32],"_standaloneCodeEditor":[32],"_preparingProfile":[32],"_editorProfile":[32],"_showExecutionPanel":[32],"_resultPanel":[32],"_executingScript":[32],"_consoleLogs":[32],"_executionResult":[32],"getScript":[64],"setFocus":[64],"getEditorInstance":[64],"getTestResult":[64],"getOutputType":[64],"updateThemeColors":[64]}],[1,"arcgis-arcade-api",{"hideDocumentationActions":[4,"hide-documentation-actions"],"modelId":[1,"model-id"],"_lang":[32],"_t9nLocale":[32],"_t9nStrings":[32],"_selectedApiItem":[32],"_filterValue":[32],"_colorizeStyle":[32],"_preparingApi":[32],"_apiLibrary":[32]}],[1,"arcgis-arcade-results",{"loading":[4],"openedResultPanel":[1537,"opened-result-panel"],"result":[16],"consoleLogs":[16],"_lang":[32],"_t9nLocale":[32],"_t9nStrings":[32]}],[1,"arcgis-arcade-suggestions",{"suggestions":[16],"_lang":[32],"_t9nLocale":[32],"_t9nStrings":[32],"_selectedSuggestion":[32],"_filterValue":[32],"_colorizeStyle":[32]}],[1,"arcgis-arcade-variables",{"loading":[4],"modelId":[1,"model-id"],"_lang":[32],"_t9nLocale":[32],"_t9nStrings":[32],"_mutationCounter":[32],"_flowItemRenderers":[32],"_filterValue":[32]}],[0,"arcgis-code-editor",{"value":[1],"language":[1],"modelId":[1,"model-id"],"getValue":[64],"setValue":[64],"insertText":[64],"insertSnippet":[64],"getEditorInstance":[64],"setFocus":[64]}]]]], options);
|
|
18
18
|
});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!-----------------------------------------------------------------------------
|
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Version: 0.
|
|
3
|
+
* Version: 0.44.0(3e047efd345ff102c8c61b5398fb30845aaac166)
|
|
4
4
|
* Released under the MIT license
|
|
5
5
|
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
6
6
|
*-----------------------------------------------------------------------------*/
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { n as monaco_editor_core_star } from './arcade-defaults-ad21b36b.js';
|
|
2
2
|
import './index-d4ec142a.js';
|
|
3
3
|
|
|
4
4
|
/*!-----------------------------------------------------------------------------
|
|
5
5
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6
|
-
* Version: 0.
|
|
6
|
+
* Version: 0.44.0(3e047efd345ff102c8c61b5398fb30845aaac166)
|
|
7
7
|
* Released under the MIT license
|
|
8
8
|
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
9
9
|
*-----------------------------------------------------------------------------*/
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { n as monaco_editor_core_star } from './arcade-defaults-ad21b36b.js';
|
|
2
2
|
import './index-d4ec142a.js';
|
|
3
3
|
|
|
4
4
|
/*!-----------------------------------------------------------------------------
|
|
5
5
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6
|
-
* Version: 0.
|
|
6
|
+
* Version: 0.44.0(3e047efd345ff102c8c61b5398fb30845aaac166)
|
|
7
7
|
* Released under the MIT license
|
|
8
8
|
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
9
9
|
*-----------------------------------------------------------------------------*/
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { n as monaco_editor_core_star } from './arcade-defaults-ad21b36b.js';
|
|
2
2
|
import './index-d4ec142a.js';
|
|
3
3
|
|
|
4
4
|
/*!-----------------------------------------------------------------------------
|
|
5
5
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6
|
-
* Version: 0.
|
|
6
|
+
* Version: 0.44.0(3e047efd345ff102c8c61b5398fb30845aaac166)
|
|
7
7
|
* Released under the MIT license
|
|
8
8
|
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
9
9
|
*-----------------------------------------------------------------------------*/
|
package/dist/esm/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { a as arcade } from './arcade-defaults-
|
|
1
|
+
export { a as arcade } from './arcade-defaults-ad21b36b.js';
|
|
2
2
|
import './index-d4ec142a.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { conf as conf$1, language as language$1 } from './typescript-
|
|
2
|
-
import './arcade-defaults-
|
|
1
|
+
import { conf as conf$1, language as language$1 } from './typescript-ab3b951e.js';
|
|
2
|
+
import './arcade-defaults-ad21b36b.js';
|
|
3
3
|
import './index-d4ec142a.js';
|
|
4
4
|
|
|
5
5
|
/*!-----------------------------------------------------------------------------
|
|
6
6
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
7
|
-
* Version: 0.
|
|
7
|
+
* Version: 0.44.0(3e047efd345ff102c8c61b5398fb30845aaac166)
|
|
8
8
|
* Released under the MIT license
|
|
9
9
|
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
10
10
|
*-----------------------------------------------------------------------------*/
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { n as monaco_editor_core_star } from './arcade-defaults-ad21b36b.js';
|
|
2
2
|
import './index-d4ec142a.js';
|
|
3
3
|
|
|
4
4
|
/*!-----------------------------------------------------------------------------
|
|
5
5
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6
|
-
* Version: 0.
|
|
6
|
+
* Version: 0.44.0(3e047efd345ff102c8c61b5398fb30845aaac166)
|
|
7
7
|
* Released under the MIT license
|
|
8
8
|
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
9
9
|
*-----------------------------------------------------------------------------*/
|
package/dist/esm/loader.js
CHANGED
|
@@ -11,7 +11,7 @@ const patchEsm = () => {
|
|
|
11
11
|
const defineCustomElements = (win, options) => {
|
|
12
12
|
if (typeof window === 'undefined') return Promise.resolve();
|
|
13
13
|
return patchEsm().then(() => {
|
|
14
|
-
return bootstrapLazy([["arcgis-arcade-api_6",[[0,"arcgis-arcade-editor",{"profile":[16],"script":[1],"testData":[16],"suggestions":[16],"snippets":[16],"hideDocumentationActions":[4,"hide-documentation-actions"],"hideSideBar":[4,"hide-side-bar"],"sideActionBarExpanded":[1540,"side-action-bar-expanded"],"openedSidePanel":[1537,"opened-side-panel"],"
|
|
14
|
+
return bootstrapLazy([["arcgis-arcade-api_6",[[0,"arcgis-arcade-editor",{"profile":[16],"script":[1],"testData":[16],"suggestions":[16],"snippets":[16],"hideDocumentationActions":[4,"hide-documentation-actions"],"hideSideBar":[4,"hide-side-bar"],"sideActionBarExpanded":[1540,"side-action-bar-expanded"],"openedSidePanel":[1537,"opened-side-panel"],"_lang":[32],"_t9nLocale":[32],"_t9nStrings":[32],"_standaloneCodeEditor":[32],"_preparingProfile":[32],"_editorProfile":[32],"_showExecutionPanel":[32],"_resultPanel":[32],"_executingScript":[32],"_consoleLogs":[32],"_executionResult":[32],"getScript":[64],"setFocus":[64],"getEditorInstance":[64],"getTestResult":[64],"getOutputType":[64],"updateThemeColors":[64]}],[1,"arcgis-arcade-api",{"hideDocumentationActions":[4,"hide-documentation-actions"],"modelId":[1,"model-id"],"_lang":[32],"_t9nLocale":[32],"_t9nStrings":[32],"_selectedApiItem":[32],"_filterValue":[32],"_colorizeStyle":[32],"_preparingApi":[32],"_apiLibrary":[32]}],[1,"arcgis-arcade-results",{"loading":[4],"openedResultPanel":[1537,"opened-result-panel"],"result":[16],"consoleLogs":[16],"_lang":[32],"_t9nLocale":[32],"_t9nStrings":[32]}],[1,"arcgis-arcade-suggestions",{"suggestions":[16],"_lang":[32],"_t9nLocale":[32],"_t9nStrings":[32],"_selectedSuggestion":[32],"_filterValue":[32],"_colorizeStyle":[32]}],[1,"arcgis-arcade-variables",{"loading":[4],"modelId":[1,"model-id"],"_lang":[32],"_t9nLocale":[32],"_t9nStrings":[32],"_mutationCounter":[32],"_flowItemRenderers":[32],"_filterValue":[32]}],[0,"arcgis-code-editor",{"value":[1],"language":[1],"modelId":[1,"model-id"],"getValue":[64],"setValue":[64],"insertText":[64],"insertSnippet":[64],"getEditorInstance":[64],"setFocus":[64]}]]]], options);
|
|
15
15
|
});
|
|
16
16
|
};
|
|
17
17
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { t as typescriptDefaults,
|
|
1
|
+
import { t as typescriptDefaults, n as monaco_editor_core_star } from './arcade-defaults-ad21b36b.js';
|
|
2
2
|
import './index-d4ec142a.js';
|
|
3
3
|
|
|
4
4
|
/*!-----------------------------------------------------------------------------
|
|
5
5
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6
|
-
* Version: 0.
|
|
6
|
+
* Version: 0.44.0(3e047efd345ff102c8c61b5398fb30845aaac166)
|
|
7
7
|
* Released under the MIT license
|
|
8
8
|
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
9
9
|
*-----------------------------------------------------------------------------*/
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { n as monaco_editor_core_star } from './arcade-defaults-ad21b36b.js';
|
|
2
2
|
import './index-d4ec142a.js';
|
|
3
3
|
|
|
4
4
|
/*!-----------------------------------------------------------------------------
|
|
5
5
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6
|
-
* Version: 0.
|
|
6
|
+
* Version: 0.44.0(3e047efd345ff102c8c61b5398fb30845aaac166)
|
|
7
7
|
* Released under the MIT license
|
|
8
8
|
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
9
9
|
*-----------------------------------------------------------------------------*/
|
|
@@ -5,8 +5,9 @@ import { ArcadeAPIStrings } from "./t9n-types";
|
|
|
5
5
|
export declare class ArcgisArcadeApi implements ComponentInterface {
|
|
6
6
|
private _flowObserver?;
|
|
7
7
|
private _themeChangedListner?;
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
_hostElement: HTMLArcgisArcadeApiElement;
|
|
9
|
+
_lang: string;
|
|
10
|
+
_t9nLocale: string;
|
|
10
11
|
_t9nStrings: ArcadeAPIStrings | undefined;
|
|
11
12
|
_selectedApiItem: undefined | ApiItem;
|
|
12
13
|
_filterValue: string;
|
|
@@ -15,8 +15,9 @@ export declare class ArcgisArcadeEditor implements ComponentInterface {
|
|
|
15
15
|
private _modelId;
|
|
16
16
|
private _editorProfilePromise;
|
|
17
17
|
private _disposables;
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
_hostElement: HTMLArcgisArcadeEditorElement;
|
|
19
|
+
_lang: string;
|
|
20
|
+
_t9nLocale: string;
|
|
20
21
|
_t9nStrings: ArcadeEditorStrings | undefined;
|
|
21
22
|
_standaloneCodeEditor: editor.IStandaloneCodeEditor | undefined;
|
|
22
23
|
_preparingProfile: boolean;
|
|
@@ -4,8 +4,9 @@ import { ArcadeResultsStrings } from "./t9n-types";
|
|
|
4
4
|
export type ResultPanelName = "output" | "console" | "log";
|
|
5
5
|
/** @internal */
|
|
6
6
|
export declare class ArcgisArcadeResults implements ComponentInterface {
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
_hostElement: HTMLArcgisArcadeResultsElement;
|
|
8
|
+
_lang: string;
|
|
9
|
+
_t9nLocale: string;
|
|
9
10
|
_t9nStrings: ArcadeResultsStrings | undefined;
|
|
10
11
|
/**
|
|
11
12
|
* Loading state
|
|
@@ -5,8 +5,9 @@ import { ArcadeSuggestionsStrings } from "./t9n-types";
|
|
|
5
5
|
export declare class ArcgisArcadeSuggestions implements ComponentInterface {
|
|
6
6
|
private _flowObserver?;
|
|
7
7
|
private _themeChangedListner?;
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
_hostElement: HTMLArcgisArcadeSuggestionsElement;
|
|
9
|
+
_lang: string;
|
|
10
|
+
_t9nLocale: string;
|
|
10
11
|
_t9nStrings: ArcadeSuggestionsStrings | undefined;
|
|
11
12
|
_selectedSuggestion: undefined | IEditorCodeSuggestion;
|
|
12
13
|
_filterValue: string;
|
|
@@ -3,8 +3,9 @@ import { ArcadeVariablesStrings } from "./t9n-types";
|
|
|
3
3
|
/** @internal */
|
|
4
4
|
export declare class ArcgisArcadeVariables implements ComponentInterface {
|
|
5
5
|
private _flowObserver?;
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
_hostElement: HTMLArcgisArcadeVariablesElement;
|
|
7
|
+
_lang: string;
|
|
8
|
+
_t9nLocale: string;
|
|
8
9
|
_t9nStrings: ArcadeVariablesStrings | undefined;
|
|
9
10
|
_mutationCounter: number;
|
|
10
11
|
_flowItemRenderers: Array<() => VNode>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/coding-components",
|
|
3
3
|
"description": "Contains components for editing code in different languages. The currently supported languages are html, css, json, TypeScript, JavaScript, and Arcade.",
|
|
4
|
-
"
|
|
4
|
+
"homepage": "https://developers.arcgis.com/javascript/latest/",
|
|
5
|
+
"version": "4.29.0-beta.21",
|
|
5
6
|
"module": "dist/components/index.js",
|
|
6
7
|
"main": "dist/index.cjs.js",
|
|
7
8
|
"types": "dist/types/index.d.ts",
|
|
@@ -35,7 +36,7 @@
|
|
|
35
36
|
"build:external-storybook": "storybook build -c .storybook/external -o storybook-static-external --quiet",
|
|
36
37
|
"build:components": "stencil build",
|
|
37
38
|
"build:components:dev": "stencil build --dev",
|
|
38
|
-
"build:monaco-workers": "
|
|
39
|
+
"build:monaco-workers": "tsx ./scripts/build-monaco-workers.ts",
|
|
39
40
|
"build:composite-storybook": "yarn g:shx cp -r storybook-static-external ../../docs/storybook-static-external/coding-components",
|
|
40
41
|
"test": "yarn build:test && stencil test --spec --no-build",
|
|
41
42
|
"test:e2e": "stencil test --e2e",
|
|
@@ -49,27 +50,27 @@
|
|
|
49
50
|
"prettier": "prettier . --write"
|
|
50
51
|
},
|
|
51
52
|
"dependencies": {
|
|
52
|
-
"@arcgis/arcade-languageservice": "4.29.0-beta.
|
|
53
|
+
"@arcgis/arcade-languageservice": "4.29.0-beta.21",
|
|
53
54
|
"@stencil/core": "2.22.3",
|
|
54
|
-
"monaco-editor": "^0.
|
|
55
|
+
"monaco-editor": "^0.44.0",
|
|
55
56
|
"vscode-languageserver-types": "^3.17.3"
|
|
56
57
|
},
|
|
57
58
|
"devDependencies": {
|
|
58
|
-
"@arcgis/components-plugins": "4.29.0-beta.
|
|
59
|
-
"@arcgis/components-utils": "4.29.0-beta.
|
|
59
|
+
"@arcgis/components-plugins": "4.29.0-beta.21",
|
|
60
|
+
"@arcgis/components-utils": "4.29.0-beta.21",
|
|
60
61
|
"@arcgis/core": ">=4.29.0-next <4.30",
|
|
61
|
-
"@arcgis/core-adapter": "4.29.0-beta.
|
|
62
|
+
"@arcgis/core-adapter": "4.29.0-beta.21",
|
|
62
63
|
"@arcgis/eslint-config": "1.0.0",
|
|
63
64
|
"@arcgis/typescript-config": "1.0.0",
|
|
64
65
|
"@esri/calcite-components": "^1.8.0",
|
|
65
66
|
"@stencil/angular-output-target": "0.8.1",
|
|
66
67
|
"@stencil/react-output-target": "0.5.3",
|
|
67
68
|
"@stencil/sass": "^2.0.4",
|
|
68
|
-
"@storybook/addon-a11y": "^7.
|
|
69
|
-
"@storybook/addon-essentials": "^7.
|
|
70
|
-
"@storybook/addon-links": "^7.
|
|
71
|
-
"@storybook/web-components": "^7.
|
|
72
|
-
"@storybook/web-components-vite": "^7.
|
|
69
|
+
"@storybook/addon-a11y": "^7.5.0",
|
|
70
|
+
"@storybook/addon-essentials": "^7.5.0",
|
|
71
|
+
"@storybook/addon-links": "^7.5.0",
|
|
72
|
+
"@storybook/web-components": "^7.5.0",
|
|
73
|
+
"@storybook/web-components-vite": "^7.5.0",
|
|
73
74
|
"@types/estraverse": "^5.1.2",
|
|
74
75
|
"@types/estree": "^1.0.0",
|
|
75
76
|
"@types/fs-extra": "^11.0.1",
|
|
@@ -80,8 +81,8 @@
|
|
|
80
81
|
"@types/resize-observer-browser": "^0.1.7",
|
|
81
82
|
"@types/sass": "^1.45.0",
|
|
82
83
|
"@vitejs/plugin-react": "^4.0.1",
|
|
83
|
-
"esbuild": "^0.19.
|
|
84
|
-
"eslint": "^8.
|
|
84
|
+
"esbuild": "^0.19.5",
|
|
85
|
+
"eslint": "^8.52.0",
|
|
85
86
|
"estraverse": "^5.3.0",
|
|
86
87
|
"fs-extra": "^11.1.1",
|
|
87
88
|
"jest": "^29.5.0",
|
|
@@ -90,7 +91,7 @@
|
|
|
90
91
|
"lit": "^2.8.0",
|
|
91
92
|
"magic-string": "^0.30.0",
|
|
92
93
|
"marked": "^5.0.5",
|
|
93
|
-
"postcss": "^8.4.
|
|
94
|
+
"postcss": "^8.4.31",
|
|
94
95
|
"postcss-discard-comments": "^5.1.2",
|
|
95
96
|
"postcss-url": "^10.1.3",
|
|
96
97
|
"prettier": "^3.0.0",
|
|
@@ -102,10 +103,10 @@
|
|
|
102
103
|
"rollup": "^3.25.0",
|
|
103
104
|
"rollup-plugin-import-css": "^3.1.0",
|
|
104
105
|
"rollup-plugin-node-polyfills": "^0.2.1",
|
|
105
|
-
"storybook": "^7.
|
|
106
|
-
"
|
|
106
|
+
"storybook": "^7.5.0",
|
|
107
|
+
"tsx": "^4.1.2",
|
|
107
108
|
"typescript": "4.9.5",
|
|
108
|
-
"vite": "^4.
|
|
109
|
+
"vite": "^4.5.0",
|
|
109
110
|
"vscode-languageserver-textdocument": "^1.0.9",
|
|
110
111
|
"yargs": "^17.1.1"
|
|
111
112
|
},
|
|
@@ -113,5 +114,5 @@
|
|
|
113
114
|
"@arcgis/core": ">=4.29.0-next <4.30",
|
|
114
115
|
"@esri/calcite-components": ">=1.7.0 <2.0.0"
|
|
115
116
|
},
|
|
116
|
-
"gitHead": "
|
|
117
|
+
"gitHead": "b4b1968d91b80df82ab2d4b6333edb4fa7e6bab5"
|
|
117
118
|
}
|