@arcgis/coding-components 4.29.0-beta.82 → 4.29.0-beta.85
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/arcgis-coding-components/arcgis-coding-components.esm.js +1 -1
- package/dist/arcgis-coding-components/index.esm.js +1 -1
- package/dist/arcgis-coding-components/p-26220e7c.entry.js +1 -0
- package/dist/arcgis-coding-components/{p-7c5f00c2.js → p-3805737d.js} +1 -1
- package/dist/arcgis-coding-components/{p-6217d9dc.js → p-4e045b71.js} +1 -1
- package/dist/arcgis-coding-components/{p-9594c6a2.js → p-7d0446b7.js} +1 -1
- package/dist/arcgis-coding-components/{p-1d3f421c.js → p-9948e974.js} +1 -1
- package/dist/arcgis-coding-components/{p-dc9e6210.js → p-a55b2bdb.js} +1 -1
- package/dist/arcgis-coding-components/{p-b8eb837f.js → p-c6fe6292.js} +1 -1
- package/dist/arcgis-coding-components/{p-a303451c.js → p-d71ee7d2.js} +1 -1
- package/dist/arcgis-coding-components/{p-36ba7917.js → p-d9ec0047.js} +1 -1
- package/dist/arcgis-coding-components/{p-2b604eec.js → p-dd581533.js} +7 -7
- package/dist/cjs/{arcade-defaults-264d7eec.js → arcade-defaults-fee084bd.js} +7 -7
- package/dist/cjs/{arcade-mode-3b7f5bb9.js → arcade-mode-ed4d78ef.js} +1 -1
- package/dist/cjs/arcgis-arcade-api_6.cjs.entry.js +3 -3
- package/dist/cjs/{cssMode-346fb07e.js → cssMode-cb971778.js} +1 -1
- package/dist/cjs/{html-f1a675b7.js → html-dca8feef.js} +1 -1
- package/dist/cjs/{htmlMode-cffea715.js → htmlMode-77dedc8a.js} +1 -1
- package/dist/cjs/index.cjs.js +1 -1
- package/dist/cjs/{javascript-4641c7e5.js → javascript-2a1b9e40.js} +2 -2
- package/dist/cjs/{jsonMode-510badaa.js → jsonMode-8605bff0.js} +1 -1
- package/dist/cjs/{tsMode-28e50146.js → tsMode-20cd47cf.js} +1 -1
- package/dist/cjs/{typescript-ac223483.js → typescript-dc19566c.js} +1 -1
- package/dist/components/code-editor.js +2 -2
- package/dist/esm/{arcade-defaults-f0668978.js → arcade-defaults-95c55c4f.js} +7 -7
- package/dist/esm/{arcade-mode-1d252c9e.js → arcade-mode-ef0d116c.js} +1 -1
- package/dist/esm/arcgis-arcade-api_6.entry.js +3 -3
- package/dist/esm/{cssMode-4ca16df1.js → cssMode-76fecc81.js} +1 -1
- package/dist/esm/{html-f266c184.js → html-2e721316.js} +1 -1
- package/dist/esm/{htmlMode-8e91c8bd.js → htmlMode-47914b29.js} +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/{javascript-72c3d3da.js → javascript-35d95795.js} +2 -2
- package/dist/esm/{jsonMode-c8443d0f.js → jsonMode-cb730a27.js} +1 -1
- package/dist/esm/{tsMode-a540c3d2.js → tsMode-3f196357.js} +1 -1
- package/dist/esm/{typescript-9bd09708.js → typescript-d0fbeecc.js} +1 -1
- package/package.json +8 -8
- package/dist/arcgis-coding-components/p-2c554bed.entry.js +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { h, r as registerInstance, c as createEvent, g as getAssetPath, H as Host, a as getElement, F as Fragment } from './index-3732acb8.js';
|
|
2
|
-
import { g as generateTokensCSSForColorMap, e as editor, S as StandaloneServices, I as IStandaloneThemeService, c as createCommonjsModule, b as commonjsGlobal, n as ne, t as te, i as importRequest, l as languages, d as arcadeDefaults, W, U as Uri, B, j, f as filterCollection, G, h as importArcade, k as h$1, F, $, K as KeyCode, D, q, s as supportedFields, Q, R as Range, T, m as KeyMod } from './arcade-defaults-
|
|
2
|
+
import { g as generateTokensCSSForColorMap, e as editor, S as StandaloneServices, I as IStandaloneThemeService, c as createCommonjsModule, b as commonjsGlobal, n as ne, t as te, i as importRequest, l as languages, d as arcadeDefaults, W, U as Uri, B, j, f as filterCollection, G, h as importArcade, k as h$1, F, $, K as KeyCode, D, q, s as supportedFields, Q, R as Range, T, m as KeyMod } from './arcade-defaults-95c55c4f.js';
|
|
3
3
|
|
|
4
4
|
async function colorizeCode(code) {
|
|
5
5
|
return await editor.colorize(code, "arcade", { tabSize: 2 });
|
|
@@ -3015,7 +3015,7 @@ async function getArcadeWorker(uri) {
|
|
|
3015
3015
|
* @returns mode for arcade
|
|
3016
3016
|
*/
|
|
3017
3017
|
async function getMode() {
|
|
3018
|
-
return await import('./arcade-mode-
|
|
3018
|
+
return await import('./arcade-mode-ef0d116c.js');
|
|
3019
3019
|
}
|
|
3020
3020
|
// Register the language in Monaco
|
|
3021
3021
|
languages.register({
|
|
@@ -4314,7 +4314,7 @@ const ArcgisCodeEditor = class {
|
|
|
4314
4314
|
this._disposables = [];
|
|
4315
4315
|
this.value = undefined;
|
|
4316
4316
|
this.language = undefined;
|
|
4317
|
-
this.modelId =
|
|
4317
|
+
this.modelId = F();
|
|
4318
4318
|
}
|
|
4319
4319
|
valuePropChange(newValue, oldValue) {
|
|
4320
4320
|
if (!this._editorInstance || newValue === oldValue) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o as monaco_editor_core_star } from './arcade-defaults-
|
|
1
|
+
import { o as monaco_editor_core_star } from './arcade-defaults-95c55c4f.js';
|
|
2
2
|
import './index-3732acb8.js';
|
|
3
3
|
|
|
4
4
|
/*!-----------------------------------------------------------------------------
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o as monaco_editor_core_star } from './arcade-defaults-
|
|
1
|
+
import { o as monaco_editor_core_star } from './arcade-defaults-95c55c4f.js';
|
|
2
2
|
import './index-3732acb8.js';
|
|
3
3
|
|
|
4
4
|
/*!-----------------------------------------------------------------------------
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o as monaco_editor_core_star } from './arcade-defaults-
|
|
1
|
+
import { o as monaco_editor_core_star } from './arcade-defaults-95c55c4f.js';
|
|
2
2
|
import './index-3732acb8.js';
|
|
3
3
|
|
|
4
4
|
/*!-----------------------------------------------------------------------------
|
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-95c55c4f.js';
|
|
2
2
|
import './index-3732acb8.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
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-d0fbeecc.js';
|
|
2
|
+
import './arcade-defaults-95c55c4f.js';
|
|
3
3
|
import './index-3732acb8.js';
|
|
4
4
|
|
|
5
5
|
/*!-----------------------------------------------------------------------------
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o as monaco_editor_core_star } from './arcade-defaults-
|
|
1
|
+
import { o as monaco_editor_core_star } from './arcade-defaults-95c55c4f.js';
|
|
2
2
|
import './index-3732acb8.js';
|
|
3
3
|
|
|
4
4
|
/*!-----------------------------------------------------------------------------
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { p as typescriptDefaults, o as monaco_editor_core_star } from './arcade-defaults-
|
|
1
|
+
import { p as typescriptDefaults, o as monaco_editor_core_star } from './arcade-defaults-95c55c4f.js';
|
|
2
2
|
import './index-3732acb8.js';
|
|
3
3
|
|
|
4
4
|
/*!-----------------------------------------------------------------------------
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o as monaco_editor_core_star } from './arcade-defaults-
|
|
1
|
+
import { o as monaco_editor_core_star } from './arcade-defaults-95c55c4f.js';
|
|
2
2
|
import './index-3732acb8.js';
|
|
3
3
|
|
|
4
4
|
/*!-----------------------------------------------------------------------------
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
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.
|
|
5
|
+
"version": "4.29.0-beta.85",
|
|
6
6
|
"module": "dist/components/index.js",
|
|
7
7
|
"main": "dist/index.cjs.js",
|
|
8
8
|
"types": "dist/types/index.d.ts",
|
|
@@ -49,17 +49,17 @@
|
|
|
49
49
|
"generate": "stencil generate"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@arcgis/arcade-languageservice": "4.29.0-beta.
|
|
52
|
+
"@arcgis/arcade-languageservice": "4.29.0-beta.85",
|
|
53
53
|
"@stencil/core": "^4.10.0",
|
|
54
54
|
"monaco-editor": "^0.45.0",
|
|
55
55
|
"vscode-languageserver-types": "^3.17.3"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@arcgis/components-plugins": "4.29.0-beta.
|
|
59
|
-
"@arcgis/components-utils": "4.29.0-beta.
|
|
58
|
+
"@arcgis/components-plugins": "4.29.0-beta.85",
|
|
59
|
+
"@arcgis/components-utils": "4.29.0-beta.85",
|
|
60
60
|
"@arcgis/core": ">=4.29.0-next <4.30",
|
|
61
|
-
"@arcgis/core-adapter": "4.29.0-beta.
|
|
62
|
-
"@arcgis/typescript-config": "
|
|
61
|
+
"@arcgis/core-adapter": "4.29.0-beta.85",
|
|
62
|
+
"@arcgis/typescript-config": "4.29.0-beta.85",
|
|
63
63
|
"@esri/calcite-components": "^2.2.0",
|
|
64
64
|
"@stencil/angular-output-target": "0.8.3",
|
|
65
65
|
"@stencil/react-output-target": "0.5.3",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"rollup-plugin-import-css": "^3.1.0",
|
|
99
99
|
"rollup-plugin-node-polyfills": "^0.2.1",
|
|
100
100
|
"storybook": "^7.6.6",
|
|
101
|
-
"tsx": "^4.
|
|
101
|
+
"tsx": "^4.7.0",
|
|
102
102
|
"typescript": "~5.3.0",
|
|
103
103
|
"vite": "^4.5.1",
|
|
104
104
|
"vscode-languageserver-textdocument": "^1.0.9",
|
|
@@ -108,5 +108,5 @@
|
|
|
108
108
|
"@arcgis/core": ">=4.29.0-next <4.30",
|
|
109
109
|
"@esri/calcite-components": "^2.2.0"
|
|
110
110
|
},
|
|
111
|
-
"gitHead": "
|
|
111
|
+
"gitHead": "f12094e0010dc27533c437bc4dca87d0ac850616"
|
|
112
112
|
}
|