@arcgis/coding-components 4.30.0-next.31 → 4.30.0-next.33
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-a286cbca.js → p-24f29eb4.js} +2 -2
- package/dist/arcgis-coding-components/{p-ffda93ad.js → p-5865a798.js} +1 -1
- package/dist/arcgis-coding-components/{p-55ccf00d.js → p-68f31968.js} +3 -3
- package/dist/arcgis-coding-components/p-6bc94114.entry.js +6 -0
- package/dist/arcgis-coding-components/{p-0f773b26.js → p-9ea4ac05.js} +2 -2
- package/dist/arcgis-coding-components/{p-a9b7b4e7.js → p-a382f14a.js} +2 -2
- package/dist/arcgis-coding-components/{p-6e95a049.js → p-ad464919.js} +2 -2
- package/dist/arcgis-coding-components/{p-b7048f8f.js → p-b0d11a1c.js} +2 -2
- package/dist/arcgis-coding-components/{p-b45853be.js → p-b1235394.js} +2 -2
- package/dist/arcgis-coding-components/{p-a0b7ffe0.js → p-c71dac95.js} +10 -10
- package/dist/arcgis-coding-components/{p-238b42f1.js → p-ec99ba57.js} +2 -2
- package/dist/arcgis-coding-components/{p-fc096a00.js → p-eca4aa08.js} +2 -2
- package/dist/cjs/{arcade-defaults-c7fb2997.js → arcade-defaults-436340b0.js} +10 -10
- package/dist/cjs/{arcade-mode-3e94a952.js → arcade-mode-7b19a9f1.js} +3 -3
- package/dist/cjs/arcgis-arcade-api_6.cjs.entry.js +88 -77
- package/dist/cjs/arcgis-coding-components.cjs.js +2 -2
- package/dist/cjs/{css-49099aaf.js → css-994237f6.js} +1 -1
- package/dist/cjs/{cssMode-ae7543b4.js → cssMode-a0096604.js} +3 -3
- package/dist/cjs/{html-5fb457e8.js → html-4b877e6d.js} +3 -3
- package/dist/cjs/{htmlMode-29b3d04d.js → htmlMode-e2a2c858.js} +3 -3
- package/dist/cjs/{index-4761d9b3.js → index-2e6c0de2.js} +2 -2
- package/dist/cjs/index.cjs.js +3 -3
- package/dist/cjs/{javascript-a1ce96d3.js → javascript-d23266e2.js} +4 -4
- package/dist/cjs/{jsonMode-0dc42ab3.js → jsonMode-79a70a56.js} +3 -3
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{tsMode-41b4ad72.js → tsMode-113011cb.js} +3 -3
- package/dist/cjs/{typescript-6862dde4.js → typescript-71747915.js} +3 -3
- package/dist/components/arcade-api.js +5 -11
- package/dist/components/arcade-contribution.js +1 -1
- package/dist/components/arcade-defaults.js +1 -1
- package/dist/components/arcade-mode.js +1 -1
- package/dist/components/arcade-results.js +5 -8
- package/dist/components/arcade-suggestions.js +5 -10
- package/dist/components/arcade-variables.js +5 -11
- package/dist/components/arcgis-arcade-api.js +1 -1
- package/dist/components/arcgis-arcade-editor.js +6 -33
- 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-assets.d.ts +1 -1
- package/dist/components/arcgis-assets.js +1 -1
- package/dist/components/arcgis-code-editor.js +1 -1
- package/dist/components/{chunk-FQ4KFKVY.js → chunk-WQTCUXBS.js} +84 -73
- package/dist/components/code-editor.js +1 -1
- package/dist/components/fields.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-c1f134db.js → arcade-defaults-4e691530.js} +10 -10
- package/dist/esm/{arcade-mode-923e3be6.js → arcade-mode-d9da615e.js} +3 -3
- package/dist/esm/arcgis-arcade-api_6.entry.js +88 -77
- package/dist/esm/arcgis-coding-components.js +3 -3
- package/dist/esm/{css-2997dcdd.js → css-3ab60b24.js} +1 -1
- package/dist/esm/{cssMode-5a2cc7ad.js → cssMode-f91659a3.js} +3 -3
- package/dist/esm/{html-32528844.js → html-c95c89bf.js} +3 -3
- package/dist/esm/{htmlMode-c84c9b50.js → htmlMode-9ba0a55d.js} +3 -3
- package/dist/esm/{index-4dfdaab1.js → index-a06bf6f4.js} +2 -2
- package/dist/esm/index.js +3 -3
- package/dist/esm/{javascript-921d3a14.js → javascript-3ec443eb.js} +4 -4
- package/dist/esm/{jsonMode-c0ecf6b9.js → jsonMode-6e466a77.js} +3 -3
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{tsMode-aba3c96f.js → tsMode-f1fa7423.js} +3 -3
- package/dist/esm/{typescript-871ba741.js → typescript-8dd8ba46.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/package.json +9 -9
- package/dist/arcgis-coding-components/p-d4190a0c.entry.js +0 -6
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.30/esri/copyright.txt for details.
|
|
4
|
-
* v4.30.0-next.
|
|
4
|
+
* v4.30.0-next.33
|
|
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';
|
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.30.0-next.
|
|
5
|
+
"version": "4.30.0-next.33",
|
|
6
6
|
"module": "dist/components/index.js",
|
|
7
7
|
"main": "dist/index.cjs.js",
|
|
8
8
|
"types": "dist/types/index.d.ts",
|
|
@@ -48,19 +48,19 @@
|
|
|
48
48
|
"generate": "stencil generate"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@arcgis/arcade-languageservice": "4.30.0-next.
|
|
51
|
+
"@arcgis/arcade-languageservice": "4.30.0-next.33",
|
|
52
52
|
"@stencil/core": "4.9.0",
|
|
53
53
|
"monaco-editor": "0.45.0",
|
|
54
54
|
"vscode-languageserver-types": "^3.17.5"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@arcgis/components-controllers": "4.30.0-next.
|
|
58
|
-
"@arcgis/components-plugins": "4.30.0-next.
|
|
59
|
-
"@arcgis/components-utils": "4.30.0-next.
|
|
57
|
+
"@arcgis/components-controllers": "4.30.0-next.33",
|
|
58
|
+
"@arcgis/components-plugins": "4.30.0-next.33",
|
|
59
|
+
"@arcgis/components-utils": "4.30.0-next.33",
|
|
60
60
|
"@arcgis/core": ">=4.30.0-next <4.31",
|
|
61
|
-
"@arcgis/core-adapter": "4.30.0-next.
|
|
62
|
-
"@arcgis/storybook-utils": "4.30.0-next.
|
|
63
|
-
"@arcgis/typescript-config": "4.30.0-next.
|
|
61
|
+
"@arcgis/core-adapter": "4.30.0-next.33",
|
|
62
|
+
"@arcgis/storybook-utils": "4.30.0-next.33",
|
|
63
|
+
"@arcgis/typescript-config": "4.30.0-next.33",
|
|
64
64
|
"@esri/calcite-components": "^2.7.1",
|
|
65
65
|
"@stencil/angular-output-target": "0.8.4",
|
|
66
66
|
"@stencil/react-output-target": "0.5.3",
|
|
@@ -97,5 +97,5 @@
|
|
|
97
97
|
"@arcgis/core": ">=4.30.0-next <4.31",
|
|
98
98
|
"@esri/calcite-components": ">=2.2.0 <3.0.0"
|
|
99
99
|
},
|
|
100
|
-
"gitHead": "
|
|
100
|
+
"gitHead": "78e8134ab74784e23eec72305d93aaac2164cad3"
|
|
101
101
|
}
|