@arcgis/coding-components 4.29.7 → 4.30.0-next.1
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 +3 -3
- package/dist/arcgis-coding-components/index.esm.js +3 -3
- package/dist/arcgis-coding-components/{p-4fe9a598.js → p-01d806ab.js} +3 -3
- package/dist/arcgis-coding-components/{p-09107099.js → p-0ecfaaf8.js} +3 -3
- package/dist/arcgis-coding-components/p-0f15d754.entry.js +6 -0
- package/dist/arcgis-coding-components/{p-dce5ee20.js → p-26cb350b.js} +3 -3
- package/dist/arcgis-coding-components/{p-b0b3c192.js → p-2c66cecd.js} +3 -3
- package/dist/arcgis-coding-components/{p-b37fb59b.js → p-3162633c.js} +2 -2
- package/dist/arcgis-coding-components/{p-88b74c67.js → p-4aab897b.js} +4 -4
- package/dist/arcgis-coding-components/{p-a69a4367.js → p-5050b8e6.js} +3 -3
- package/dist/arcgis-coding-components/{p-1c5e49bd.js → p-68bd0d31.js} +2 -2
- package/dist/arcgis-coding-components/{p-6165c7a4.js → p-9556a8c6.js} +3 -3
- package/dist/arcgis-coding-components/{p-e90b67a7.js → p-bad6d07f.js} +11 -11
- package/dist/arcgis-coding-components/{p-ec6b4cbd.js → p-c5c082c2.js} +4 -4
- package/dist/cjs/{arcade-defaults-06b4d4cc.js → arcade-defaults-337189cc.js} +11 -11
- package/dist/cjs/{arcade-mode-817b2fe3.js → arcade-mode-3b9ec201.js} +4 -4
- package/dist/cjs/arcgis-arcade-api_6.cjs.entry.js +7 -6
- package/dist/cjs/arcgis-coding-components.cjs.js +3 -3
- package/dist/cjs/{css-df5466cb.js → css-9d93d685.js} +2 -2
- package/dist/cjs/{cssMode-0b90ca41.js → cssMode-cf97e01f.js} +4 -4
- package/dist/cjs/{html-91bbd5e2.js → html-9bbb2b9f.js} +4 -4
- package/dist/cjs/{htmlMode-d5c1a01e.js → htmlMode-29fbfd01.js} +4 -4
- package/dist/cjs/{index-e1c6848d.js → index-b66d3898.js} +2 -2
- package/dist/cjs/index.cjs.js +4 -4
- package/dist/cjs/{javascript-268a7832.js → javascript-ea7308ab.js} +5 -5
- package/dist/cjs/{jsonMode-2b0ec416.js → jsonMode-25c548e6.js} +4 -4
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/{tsMode-6e14767b.js → tsMode-c54b0496.js} +4 -4
- package/dist/cjs/{typescript-2f73c9c9.js → typescript-89d35abd.js} +4 -4
- package/dist/components/arcade-api.js +14 -13
- package/dist/components/arcade-contribution.js +2 -2
- package/dist/components/arcade-defaults.js +3 -3
- package/dist/components/arcade-mode.js +2 -2
- package/dist/components/arcade-results.js +13 -12
- package/dist/components/arcade-suggestions.js +13 -12
- package/dist/components/arcade-variables.js +13 -12
- package/dist/components/arcgis-arcade-api.js +2 -2
- package/dist/components/arcgis-arcade-editor.js +10 -8
- package/dist/components/arcgis-arcade-results.js +2 -2
- package/dist/components/arcgis-arcade-suggestions.js +2 -2
- package/dist/components/arcgis-arcade-variables.js +2 -2
- package/dist/components/arcgis-assets.js +12 -0
- package/dist/components/arcgis-code-editor.js +2 -2
- package/dist/components/code-editor.js +4 -3
- package/dist/components/fields.js +2 -2
- package/dist/components/index.js +4 -3
- package/dist/components/index2.js +2 -2
- package/dist/components/markdown.js +2 -2
- package/dist/components/utilities.js +2 -2
- package/dist/esm/{arcade-defaults-587f3032.js → arcade-defaults-80ab7068.js} +11 -11
- package/dist/esm/{arcade-mode-8ee5121e.js → arcade-mode-145e7a14.js} +4 -4
- package/dist/esm/arcgis-arcade-api_6.entry.js +7 -6
- package/dist/esm/arcgis-coding-components.js +4 -4
- package/dist/esm/{css-860331cd.js → css-d2e6a792.js} +2 -2
- package/dist/esm/{cssMode-b108809b.js → cssMode-6d9545da.js} +4 -4
- package/dist/esm/{html-587f7fbc.js → html-0af5dfb9.js} +4 -4
- package/dist/esm/{htmlMode-24b300eb.js → htmlMode-7006edc4.js} +4 -4
- package/dist/esm/{index-7b69917c.js → index-a2b632a0.js} +2 -2
- package/dist/esm/index.js +4 -4
- package/dist/esm/{javascript-8d35d24a.js → javascript-89b3eeb2.js} +5 -5
- package/dist/esm/{jsonMode-8a23454b.js → jsonMode-a3501a18.js} +4 -4
- package/dist/esm/loader.js +4 -4
- package/dist/esm/{tsMode-9f8691c4.js → tsMode-29dad6cb.js} +4 -4
- package/dist/esm/{typescript-1c7e49d5.js → typescript-6f3a39e0.js} +4 -4
- package/dist/loader/cdn.js +2 -2
- package/dist/loader/index.cjs.js +2 -2
- package/dist/loader/index.es2017.js +2 -2
- package/dist/loader/index.js +2 -2
- package/package.json +12 -14
- package/dist/arcgis-coding-components/p-5c59462f.entry.js +0 -6
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* All material copyright Esri, All Rights Reserved, unless otherwise specified.
|
|
3
|
-
* See https://js.arcgis.com/4.
|
|
4
|
-
* v4.
|
|
3
|
+
* See https://js.arcgis.com/4.30/esri/copyright.txt for details.
|
|
4
|
+
* v4.30.0-next.1
|
|
5
5
|
*/
|
|
6
|
-
import{p as e,b as t}from"./p-
|
|
6
|
+
import{p as e,b as t}from"./p-68bd0d31.js";export{s as setNonce}from"./p-68bd0d31.js";(()=>{const t=import.meta.url,n={};return""!==t&&(n.resourcesUrl=new URL(".",t).href),e(n)})().then((e=>t([["p-0f15d754",[[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"],editorOptions:[16],_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],updateThemeColors:[64]},null,{profile:["_profileChanged"],testData:["_testDataChanged"],snippets:["_snippetChanged"]}],[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]},null,{suggestions:["suggestionsPropChanged"]}],[1,"arcgis-arcade-variables",{loading:[4],modelId:[1,"model-id"],_lang:[32],_t9nLocale:[32],_t9nStrings:[32],_mutationCounter:[32],_flowItemRenderers:[32],_filterValue:[32]},null,{modelId:["modelIdPropChanged"]}],[0,"arcgis-code-editor",{value:[1],language:[1],modelId:[1,"model-id"],options:[16],getValue:[64],setValue:[64],insertText:[64],insertSnippet:[64],getEditorInstance:[64],setFocus:[64]},null,{value:["valuePropChange"],language:["languagePropChange"],modelId:["modelIdPropChange"],options:["optionsPropChange"]}]]]],e)));
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* All material copyright Esri, All Rights Reserved, unless otherwise specified.
|
|
3
|
-
* See https://js.arcgis.com/4.
|
|
4
|
-
* v4.
|
|
3
|
+
* See https://js.arcgis.com/4.30/esri/copyright.txt for details.
|
|
4
|
+
* v4.30.0-next.1
|
|
5
5
|
*/
|
|
6
|
-
export{a as arcade}from"./p-
|
|
6
|
+
export{a as arcade}from"./p-bad6d07f.js";import"./p-68bd0d31.js";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* All material copyright Esri, All Rights Reserved, unless otherwise specified.
|
|
3
|
-
* See https://js.arcgis.com/4.
|
|
4
|
-
* v4.
|
|
3
|
+
* See https://js.arcgis.com/4.30/esri/copyright.txt for details.
|
|
4
|
+
* v4.30.0-next.1
|
|
5
5
|
*/
|
|
6
|
-
import{t}from"./p-
|
|
6
|
+
import{t}from"./p-bad6d07f.js";import"./p-68bd0d31.js";
|
|
7
7
|
/*!-----------------------------------------------------------------------------
|
|
8
8
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
9
9
|
* Version: 0.45.0(5e5af013f8d295555a7210df0d5f2cea0bf5dd56)
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* All material copyright Esri, All Rights Reserved, unless otherwise specified.
|
|
3
|
-
* See https://js.arcgis.com/4.
|
|
4
|
-
* v4.
|
|
3
|
+
* See https://js.arcgis.com/4.30/esri/copyright.txt for details.
|
|
4
|
+
* v4.30.0-next.1
|
|
5
5
|
*/
|
|
6
|
-
import{t as e}from"./p-
|
|
6
|
+
import{t as e}from"./p-bad6d07f.js";import"./p-68bd0d31.js";
|
|
7
7
|
/*!-----------------------------------------------------------------------------
|
|
8
8
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
9
9
|
* Version: 0.45.0(5e5af013f8d295555a7210df0d5f2cea0bf5dd56)
|