@arcgis/coding-components 4.29.0-beta.109 → 4.29.0-beta.110
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 +2 -2
- package/dist/arcgis-coding-components/index.esm.js +2 -2
- package/dist/arcgis-coding-components/{p-ec85d134.js → p-06f39793.js} +2 -2
- package/dist/arcgis-coding-components/{p-1cd316bf.js → p-0b4995df.js} +2 -2
- package/dist/arcgis-coding-components/{p-09dd5d6c.js → p-356ca5d3.js} +1 -1
- package/dist/arcgis-coding-components/{p-adf98d20.js → p-4d58beca.js} +2 -2
- package/dist/arcgis-coding-components/{p-174178e7.js → p-567ee7d3.js} +2 -2
- package/dist/arcgis-coding-components/p-5e2653b4.entry.js +6 -0
- package/dist/arcgis-coding-components/{p-b14ac5b8.js → p-7a575e52.js} +10 -10
- package/dist/arcgis-coding-components/{p-ffc1ca6e.js → p-a90212eb.js} +2 -2
- package/dist/arcgis-coding-components/{p-c089ef80.js → p-aceb9f91.js} +3 -3
- package/dist/arcgis-coding-components/{p-09a0ee03.js → p-b48f9897.js} +2 -2
- package/dist/arcgis-coding-components/{p-dd629a57.js → p-e90b1f2f.js} +2 -2
- package/dist/arcgis-coding-components/{p-c441923b.js → p-ff11efd4.js} +1 -1
- package/dist/cjs/{arcade-defaults-243f1d0c.js → arcade-defaults-c274c792.js} +35 -29
- package/dist/cjs/{arcade-mode-713ce2c3.js → arcade-mode-e7a5feec.js} +3 -3
- package/dist/cjs/arcgis-arcade-api_6.cjs.entry.js +45 -22
- package/dist/cjs/arcgis-coding-components.cjs.js +2 -2
- package/dist/cjs/{css-d9452f0e.js → css-3d77c5a8.js} +1 -1
- package/dist/cjs/{cssMode-4ba5410f.js → cssMode-79b21179.js} +3 -3
- package/dist/cjs/{html-fc5c516e.js → html-176c4248.js} +3 -3
- package/dist/cjs/{htmlMode-8437fe37.js → htmlMode-4fff608a.js} +3 -3
- package/dist/cjs/{index-1b175662.js → index-8eb42874.js} +1 -1
- package/dist/cjs/index.cjs.js +3 -3
- package/dist/cjs/{javascript-94bf8806.js → javascript-cb5b58a7.js} +4 -4
- package/dist/cjs/{jsonMode-3528dffd.js → jsonMode-b6e8a3b4.js} +3 -3
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{tsMode-fe693a2d.js → tsMode-97f32109.js} +3 -3
- package/dist/cjs/{typescript-2f8ed118.js → typescript-002b1bed.js} +3 -3
- package/dist/components/arcade-api.js +1 -1
- package/dist/components/arcade-contribution.js +1 -1
- package/dist/components/arcade-defaults.js +16 -13
- package/dist/components/arcade-mode.js +1 -1
- package/dist/components/arcade-results.js +2 -2
- package/dist/components/arcade-suggestions.js +1 -1
- package/dist/components/arcade-variables.js +1 -1
- package/dist/components/arcgis-arcade-api.js +1 -1
- package/dist/components/arcgis-arcade-editor.js +42 -18
- package/dist/components/arcgis-arcade-results.js +1 -1
- package/dist/components/arcgis-arcade-suggestions.js +1 -1
- package/dist/components/arcgis-arcade-variables.js +1 -1
- package/dist/components/arcgis-code-editor.js +1 -1
- package/dist/components/code-editor.js +1 -1
- package/dist/components/fields.js +13 -10
- package/dist/components/functional-components.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/index2.js +1 -1
- package/dist/components/markdown.js +1 -1
- package/dist/components/utilities.js +1 -1
- package/dist/esm/{arcade-defaults-2be262c3.js → arcade-defaults-d6c47dac.js} +35 -29
- package/dist/esm/{arcade-mode-9b5533a2.js → arcade-mode-77aefd9b.js} +3 -3
- package/dist/esm/arcgis-arcade-api_6.entry.js +45 -22
- package/dist/esm/arcgis-coding-components.js +3 -3
- package/dist/esm/{css-09aa6c3a.js → css-4b82e605.js} +1 -1
- package/dist/esm/{cssMode-f90a1e62.js → cssMode-7229ff3a.js} +3 -3
- package/dist/esm/{html-2dae6cf1.js → html-c3b25474.js} +3 -3
- package/dist/esm/{htmlMode-7e3483f9.js → htmlMode-0e07604f.js} +3 -3
- package/dist/esm/{index-23b528c2.js → index-09479ad2.js} +1 -1
- package/dist/esm/index.js +3 -3
- package/dist/esm/{javascript-84611956.js → javascript-a0d8a182.js} +4 -4
- package/dist/esm/{jsonMode-cdf283a8.js → jsonMode-2bbed644.js} +3 -3
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{tsMode-0c3bded5.js → tsMode-b8728ce8.js} +3 -3
- package/dist/esm/{typescript-6fb8a4c2.js → typescript-4b81fd47.js} +3 -3
- package/dist/loader/cdn.js +1 -1
- package/dist/loader/index.cjs.js +1 -1
- package/dist/loader/index.es2017.js +1 -1
- package/dist/loader/index.js +1 -1
- package/dist/types/components/arcade-editor/arcade-editor.d.ts +1 -0
- package/dist/types/utils/fields.d.ts +1 -0
- package/package.json +8 -8
- package/dist/arcgis-coding-components/p-690b6627.entry.js +0 -6
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* All material copyright Esri, All Rights Reserved, unless otherwise specified.
|
|
3
3
|
* See https://js.arcgis.com/4.29/esri/copyright.txt for details.
|
|
4
|
-
* v4.29.0-beta.
|
|
4
|
+
* v4.29.0-beta.110
|
|
5
5
|
*/
|
|
6
|
-
import { conf as conf$1, language as language$1 } from './typescript-
|
|
7
|
-
import './arcade-defaults-
|
|
8
|
-
import './index-
|
|
6
|
+
import { conf as conf$1, language as language$1 } from './typescript-4b81fd47.js';
|
|
7
|
+
import './arcade-defaults-d6c47dac.js';
|
|
8
|
+
import './index-09479ad2.js';
|
|
9
9
|
|
|
10
10
|
/*!-----------------------------------------------------------------------------
|
|
11
11
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* All material copyright Esri, All Rights Reserved, unless otherwise specified.
|
|
3
3
|
* See https://js.arcgis.com/4.29/esri/copyright.txt for details.
|
|
4
|
-
* v4.29.0-beta.
|
|
4
|
+
* v4.29.0-beta.110
|
|
5
5
|
*/
|
|
6
|
-
import { r as monaco_editor_core_star } from './arcade-defaults-
|
|
7
|
-
import './index-
|
|
6
|
+
import { r as monaco_editor_core_star } from './arcade-defaults-d6c47dac.js';
|
|
7
|
+
import './index-09479ad2.js';
|
|
8
8
|
|
|
9
9
|
/*!-----------------------------------------------------------------------------
|
|
10
10
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
package/dist/esm/loader.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* All material copyright Esri, All Rights Reserved, unless otherwise specified.
|
|
3
3
|
* See https://js.arcgis.com/4.29/esri/copyright.txt for details.
|
|
4
|
-
* v4.29.0-beta.
|
|
4
|
+
* v4.29.0-beta.110
|
|
5
5
|
*/
|
|
6
|
-
import { b as bootstrapLazy } from './index-
|
|
7
|
-
export { s as setNonce } from './index-
|
|
6
|
+
import { b as bootstrapLazy } from './index-09479ad2.js';
|
|
7
|
+
export { s as setNonce } from './index-09479ad2.js';
|
|
8
8
|
|
|
9
9
|
const defineCustomElements = (win, options) => {
|
|
10
10
|
if (typeof window === 'undefined') return undefined;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* All material copyright Esri, All Rights Reserved, unless otherwise specified.
|
|
3
3
|
* See https://js.arcgis.com/4.29/esri/copyright.txt for details.
|
|
4
|
-
* v4.29.0-beta.
|
|
4
|
+
* v4.29.0-beta.110
|
|
5
5
|
*/
|
|
6
|
-
import { t as typescriptDefaults, r as monaco_editor_core_star } from './arcade-defaults-
|
|
7
|
-
import './index-
|
|
6
|
+
import { t as typescriptDefaults, r as monaco_editor_core_star } from './arcade-defaults-d6c47dac.js';
|
|
7
|
+
import './index-09479ad2.js';
|
|
8
8
|
|
|
9
9
|
/*!-----------------------------------------------------------------------------
|
|
10
10
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* All material copyright Esri, All Rights Reserved, unless otherwise specified.
|
|
3
3
|
* See https://js.arcgis.com/4.29/esri/copyright.txt for details.
|
|
4
|
-
* v4.29.0-beta.
|
|
4
|
+
* v4.29.0-beta.110
|
|
5
5
|
*/
|
|
6
|
-
import { r as monaco_editor_core_star } from './arcade-defaults-
|
|
7
|
-
import './index-
|
|
6
|
+
import { r as monaco_editor_core_star } from './arcade-defaults-d6c47dac.js';
|
|
7
|
+
import './index-09479ad2.js';
|
|
8
8
|
|
|
9
9
|
/*!-----------------------------------------------------------------------------
|
|
10
10
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
package/dist/loader/cdn.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* All material copyright Esri, All Rights Reserved, unless otherwise specified.
|
|
3
3
|
* See https://js.arcgis.com/4.29/esri/copyright.txt for details.
|
|
4
|
-
* v4.29.0-beta.
|
|
4
|
+
* v4.29.0-beta.110
|
|
5
5
|
*/
|
|
6
6
|
module.exports = require('../cjs/loader.cjs.js');
|
|
7
7
|
module.exports.applyPolyfills = function() { return Promise.resolve() };
|
package/dist/loader/index.cjs.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* All material copyright Esri, All Rights Reserved, unless otherwise specified.
|
|
3
3
|
* See https://js.arcgis.com/4.29/esri/copyright.txt for details.
|
|
4
|
-
* v4.29.0-beta.
|
|
4
|
+
* v4.29.0-beta.110
|
|
5
5
|
*/
|
|
6
6
|
module.exports = require('../cjs/loader.cjs.js');
|
|
7
7
|
module.exports.applyPolyfills = function() { return Promise.resolve() };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* All material copyright Esri, All Rights Reserved, unless otherwise specified.
|
|
3
3
|
* See https://js.arcgis.com/4.29/esri/copyright.txt for details.
|
|
4
|
-
* v4.29.0-beta.
|
|
4
|
+
* v4.29.0-beta.110
|
|
5
5
|
*/
|
|
6
6
|
export * from '../esm/polyfills/index.js';
|
|
7
7
|
export * from '../esm/loader.js';
|
package/dist/loader/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* All material copyright Esri, All Rights Reserved, unless otherwise specified.
|
|
3
3
|
* See https://js.arcgis.com/4.29/esri/copyright.txt for details.
|
|
4
|
-
* v4.29.0-beta.
|
|
4
|
+
* v4.29.0-beta.110
|
|
5
5
|
*/
|
|
6
6
|
(function(){if("undefined"!==typeof window&&void 0!==window.Reflect&&void 0!==window.customElements){var a=HTMLElement;window.HTMLElement=function(){return Reflect.construct(a,[],this.constructor)};HTMLElement.prototype=a.prototype;HTMLElement.prototype.constructor=HTMLElement;Object.setPrototypeOf(HTMLElement,a)}})();
|
|
7
7
|
export * from '../esm/polyfills/index.js';
|
|
@@ -127,6 +127,7 @@ export declare class ArcgisArcadeEditor implements ComponentInterface {
|
|
|
127
127
|
private _onExecutionPanelClose;
|
|
128
128
|
private renderMainActionBar;
|
|
129
129
|
private renderMainPanel;
|
|
130
|
+
private renderAction;
|
|
130
131
|
private renderSideActionBar;
|
|
131
132
|
private renderSidePanel;
|
|
132
133
|
private renderResultsPanel;
|
|
@@ -8,3 +8,4 @@ export declare function fieldTypeToIconName(field: __esri.Field): string;
|
|
|
8
8
|
*/
|
|
9
9
|
export declare function fieldTypeToArcadeType(field: __esri.Field): ApiValueVariableType;
|
|
10
10
|
export declare function supportedFields(fields: __esri.Field[] | null | undefined): __esri.Field[];
|
|
11
|
+
export declare function fieldAlias(field: __esri.Field): string;
|
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.110",
|
|
6
6
|
"module": "dist/components/index.js",
|
|
7
7
|
"main": "dist/index.cjs.js",
|
|
8
8
|
"types": "dist/types/index.d.ts",
|
|
@@ -48,18 +48,18 @@
|
|
|
48
48
|
"generate": "stencil generate"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@arcgis/arcade-languageservice": "4.29.0-beta.
|
|
51
|
+
"@arcgis/arcade-languageservice": "4.29.0-beta.110",
|
|
52
52
|
"@stencil/core": "^4.10.0",
|
|
53
53
|
"monaco-editor": "^0.45.0",
|
|
54
54
|
"vscode-languageserver-types": "^3.17.3"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@arcgis/components-plugins": "4.29.0-beta.
|
|
58
|
-
"@arcgis/components-utils": "4.29.0-beta.
|
|
57
|
+
"@arcgis/components-plugins": "4.29.0-beta.110",
|
|
58
|
+
"@arcgis/components-utils": "4.29.0-beta.110",
|
|
59
59
|
"@arcgis/core": ">=4.29.0-next <4.30",
|
|
60
|
-
"@arcgis/core-adapter": "4.29.0-beta.
|
|
61
|
-
"@arcgis/storybook-utils": "4.29.0-beta.
|
|
62
|
-
"@arcgis/typescript-config": "4.29.0-beta.
|
|
60
|
+
"@arcgis/core-adapter": "4.29.0-beta.110",
|
|
61
|
+
"@arcgis/storybook-utils": "4.29.0-beta.110",
|
|
62
|
+
"@arcgis/typescript-config": "4.29.0-beta.110",
|
|
63
63
|
"@esri/calcite-components": "^2.4.0",
|
|
64
64
|
"@stencil/angular-output-target": "0.8.3",
|
|
65
65
|
"@stencil/react-output-target": "0.5.3",
|
|
@@ -98,5 +98,5 @@
|
|
|
98
98
|
"@arcgis/core": ">=4.29.0-next <4.30",
|
|
99
99
|
"@esri/calcite-components": ">=2.2.0 <3.0.0"
|
|
100
100
|
},
|
|
101
|
-
"gitHead": "
|
|
101
|
+
"gitHead": "516ccb2efe5ca9c6984fd654d063eba8432b7cd6"
|
|
102
102
|
}
|