@arcgis/coding-components 4.29.0-beta.4 → 4.29.0-beta.41
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/LICENSE.md +1 -1
- package/dist/arcgis-coding-components/arcgis-coding-components.esm.js +1 -1
- package/dist/arcgis-coding-components/assets/arcade-api/t9n/arcade-api.t9n.en.json +8 -8
- package/dist/arcgis-coding-components/assets/arcade-editor/t9n/arcade-editor.t9n.en.json +8 -8
- package/dist/arcgis-coding-components/assets/arcade-results/t9n/arcade-results.t9n.en.json +13 -13
- package/dist/arcgis-coding-components/assets/arcade-suggestions/t9n/arcade-suggestions.t9n.en.json +6 -6
- package/dist/arcgis-coding-components/assets/arcade-variables/t9n/arcade-variables.t9n.en.json +8 -8
- package/dist/arcgis-coding-components/assets/code-editor/arcade.worker.js +24 -22
- package/dist/arcgis-coding-components/assets/code-editor/css.worker.js +34 -35
- package/dist/arcgis-coding-components/assets/code-editor/editor.worker.js +7 -5
- package/dist/arcgis-coding-components/assets/code-editor/html.worker.js +41 -40
- package/dist/arcgis-coding-components/assets/code-editor/json.worker.js +24 -22
- package/dist/arcgis-coding-components/assets/code-editor/ts.worker.js +163 -161
- package/dist/arcgis-coding-components/index.esm.js +1 -1
- package/dist/arcgis-coding-components/{p-3eb641a2.js → p-15b09ea0.js} +2 -2
- package/dist/arcgis-coding-components/{p-74e0738d.js → p-2053efe5.js} +3 -3
- package/dist/arcgis-coding-components/{p-5fe913f0.js → p-4056fd39.js} +3 -3
- package/dist/arcgis-coding-components/p-5d670bd2.js +2 -0
- package/dist/arcgis-coding-components/p-6b0c537d.js +62 -0
- package/dist/arcgis-coding-components/{p-683e3dd4.js → p-739259a0.js} +1 -1
- package/dist/arcgis-coding-components/{p-96c3ebcb.js → p-8919c3fb.js} +2 -2
- package/dist/arcgis-coding-components/p-a67252ce.entry.js +1 -0
- package/dist/arcgis-coding-components/{p-7fb19e9b.js → p-a8cfb543.js} +2 -2
- package/dist/arcgis-coding-components/{p-27d03fb2.js → p-c66fdb0b.js} +2 -2
- package/dist/arcgis-coding-components/{p-98f0e116.js → p-cfff9500.js} +1 -1
- package/dist/arcgis-coding-components/{p-a152b643.js → p-f56ec2fe.js} +2 -2
- package/dist/cjs/{arcade-defaults-55c18abe.js → arcade-defaults-0bd884a4.js} +64439 -59097
- package/dist/cjs/{arcade-mode-bd1630dd.js → arcade-mode-7bc7978f.js} +2 -2
- package/dist/cjs/arcgis-arcade-api_6.cjs.entry.js +40 -32
- package/dist/cjs/arcgis-coding-components.cjs.js +3 -3
- package/dist/cjs/{css-3c67d381.js → css-7229b372.js} +1 -1
- package/dist/cjs/{cssMode-73d4ac47.js → cssMode-04695efd.js} +3 -3
- package/dist/cjs/{html-da599f39.js → html-4364b57b.js} +3 -3
- package/dist/cjs/{htmlMode-6f0883d3.js → htmlMode-3232d4d2.js} +3 -3
- package/dist/cjs/{index-f8a85eb8.js → index-6a382a34.js} +302 -64
- package/dist/cjs/index.cjs.js +2 -2
- package/dist/cjs/{javascript-92268a2f.js → javascript-1b17ffb0.js} +4 -4
- package/dist/cjs/{jsonMode-110ef3c9.js → jsonMode-85cfe5d7.js} +3 -3
- package/dist/cjs/loader.cjs.js +3 -12
- package/dist/cjs/{tsMode-8cb72aa2.js → tsMode-6ac3dd97.js} +3 -3
- package/dist/cjs/{typescript-edaad128.js → typescript-e8854a4f.js} +3 -3
- package/dist/components/arcade-api.js +10 -8
- package/dist/components/arcade-contribution.js +1 -1
- package/dist/components/arcade-results.js +13 -8
- package/dist/components/arcade-suggestions.js +11 -7
- package/dist/components/arcade-variables.js +10 -6
- package/dist/components/arcgis-arcade-editor.js +20 -14
- package/dist/components/code-editor.js +8 -4
- package/dist/components/index.d.ts +5 -8
- package/dist/components/index.js +1 -7
- package/dist/components/index2.js +2 -2
- package/dist/esm/{arcade-defaults-ac486973.js → arcade-defaults-145d902c.js} +64438 -59096
- package/dist/esm/{arcade-mode-fc719356.js → arcade-mode-4f74179e.js} +2 -2
- package/dist/esm/arcgis-arcade-api_6.entry.js +40 -32
- package/dist/esm/arcgis-coding-components.js +4 -4
- package/dist/esm/{css-9066b96a.js → css-ff1e9f8c.js} +1 -1
- package/dist/esm/{cssMode-f452e699.js → cssMode-93b88d81.js} +3 -3
- package/dist/esm/{html-7c0b7520.js → html-7d557330.js} +3 -3
- package/dist/esm/{htmlMode-200a28b3.js → htmlMode-e9b83ec7.js} +3 -3
- package/dist/esm/{index-d4ec142a.js → index-fd6b2fd8.js} +302 -64
- package/dist/esm/index.js +2 -2
- package/dist/esm/{javascript-44a7aba3.js → javascript-83c892dd.js} +4 -4
- package/dist/esm/{jsonMode-fb784fa5.js → jsonMode-5c5eb0e2.js} +3 -3
- package/dist/esm/loader.js +4 -13
- package/dist/esm/{tsMode-890f3141.js → tsMode-77877670.js} +3 -3
- package/dist/esm/{typescript-4b8bacca.js → typescript-dab44a94.js} +3 -3
- package/dist/loader/index.d.ts +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/dist/types/components.d.ts +78 -0
- package/dist/types/stencil-public-runtime.d.ts +53 -17
- package/package.json +26 -30
- package/dist/arcgis-coding-components/p-0fa0a06d.js +0 -2
- package/dist/arcgis-coding-components/p-2c5583d5.entry.js +0 -1
- package/dist/arcgis-coding-components/p-a388e974.js +0 -62
- package/dist/esm/polyfills/css-shim.js +0 -1
package/LICENSE.md
CHANGED
|
@@ -10,4 +10,4 @@ See use restrictions at http://www.esri.com/legal/pdfs/mla_e204_e300/english
|
|
|
10
10
|
|
|
11
11
|
For additional information, contact: Environmental Systems Research Institute, Inc. Attn: Contracts and Legal Services Department 380 New York Street Redlands, California, USA 92373 USA
|
|
12
12
|
|
|
13
|
-
email: contracts@esri.com
|
|
13
|
+
email: contracts@esri.com
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as e,b as t}from"./p-
|
|
1
|
+
import{p as e,b as t}from"./p-5d670bd2.js";export{s as setNonce}from"./p-5d670bd2.js";(()=>{const t=import.meta.url,n={};return""!==t&&(n.resourcesUrl=new URL(".",t).href),e(n)})().then((e=>t([["p-a67252ce",[[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]},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"],getValue:[64],setValue:[64],insertText:[64],insertSnippet:[64],getEditorInstance:[64],setFocus:[64]},null,{value:["valuePropChange"],language:["languagePropChange"],modelId:["modelIdPropChange"]}]]]],e)));
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
{
|
|
2
|
-
"expand": "Expand",
|
|
3
|
-
"loading": "Loading",
|
|
4
|
-
"constantsandfunctions": "Functions",
|
|
5
|
-
"insert": "Insert",
|
|
6
|
-
"noitems": "No items",
|
|
7
|
-
"moreinformation": "More information"
|
|
8
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"expand": "Expand",
|
|
3
|
+
"loading": "Loading",
|
|
4
|
+
"constantsandfunctions": "Functions",
|
|
5
|
+
"insert": "Insert",
|
|
6
|
+
"noitems": "No items",
|
|
7
|
+
"moreinformation": "More information"
|
|
8
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
{
|
|
2
|
-
"help": "Help",
|
|
3
|
-
"profilevariables": "Profile variables",
|
|
4
|
-
"constantsandfunctions": "Functions",
|
|
5
|
-
"suggestions": "Suggestions",
|
|
6
|
-
"run": "Run",
|
|
7
|
-
"lastresults": "Last results"
|
|
8
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"help": "Help",
|
|
3
|
+
"profilevariables": "Profile variables",
|
|
4
|
+
"constantsandfunctions": "Functions",
|
|
5
|
+
"suggestions": "Suggestions",
|
|
6
|
+
"run": "Run",
|
|
7
|
+
"lastresults": "Last results"
|
|
8
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
{
|
|
2
|
-
"close": "Close",
|
|
3
|
-
"console": "Console",
|
|
4
|
-
"output": "Output",
|
|
5
|
-
"log": "Log",
|
|
6
|
-
"consolemessage": "Use Console function to output messages.",
|
|
7
|
-
"lastexecutionformat": "Last execution {timeStamp}",
|
|
8
|
-
"compilationtimeformat": "Compilation {time}",
|
|
9
|
-
"executiontimeformat": "Execution {time}",
|
|
10
|
-
"runscriptmessage": "No output, run the script once.",
|
|
11
|
-
"showingfirstitemsformat": "(Showing first {count} items)",
|
|
12
|
-
"executionerrorformat": "Test execution error: {message}. Verify test data."
|
|
13
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"close": "Close",
|
|
3
|
+
"console": "Console",
|
|
4
|
+
"output": "Output",
|
|
5
|
+
"log": "Log",
|
|
6
|
+
"consolemessage": "Use Console function to output messages.",
|
|
7
|
+
"lastexecutionformat": "Last execution {timeStamp}",
|
|
8
|
+
"compilationtimeformat": "Compilation {time}",
|
|
9
|
+
"executiontimeformat": "Execution {time}",
|
|
10
|
+
"runscriptmessage": "No output, run the script once.",
|
|
11
|
+
"showingfirstitemsformat": "(Showing first {count} items)",
|
|
12
|
+
"executionerrorformat": "Test execution error: {message}. Verify test data."
|
|
13
|
+
}
|
package/dist/arcgis-coding-components/assets/arcade-suggestions/t9n/arcade-suggestions.t9n.en.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
{
|
|
2
|
-
"expand": "Expand",
|
|
3
|
-
"suggestions": "Suggestions",
|
|
4
|
-
"insert": "Insert",
|
|
5
|
-
"noitems": "No items"
|
|
6
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"expand": "Expand",
|
|
3
|
+
"suggestions": "Suggestions",
|
|
4
|
+
"insert": "Insert",
|
|
5
|
+
"noitems": "No items"
|
|
6
|
+
}
|
package/dist/arcgis-coding-components/assets/arcade-variables/t9n/arcade-variables.t9n.en.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
{
|
|
2
|
-
"backtotop": "Back to top",
|
|
3
|
-
"expand": "Expand",
|
|
4
|
-
"loading": "Loading",
|
|
5
|
-
"profilevariables": "Profile variables",
|
|
6
|
-
"noitems": "No items",
|
|
7
|
-
"noprofilevariablesmessage": "This profile does not have any variables."
|
|
8
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"backtotop": "Back to top",
|
|
3
|
+
"expand": "Expand",
|
|
4
|
+
"loading": "Loading",
|
|
5
|
+
"profilevariables": "Profile variables",
|
|
6
|
+
"noitems": "No items",
|
|
7
|
+
"noprofilevariablesmessage": "This profile does not have any variables."
|
|
8
|
+
}
|