@arcgis/coding-components 4.29.0-beta.40 → 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/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/package.json +6 -6
|
@@ -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
|
+
}
|
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.41",
|
|
6
6
|
"module": "dist/components/index.js",
|
|
7
7
|
"main": "dist/index.cjs.js",
|
|
8
8
|
"types": "dist/types/index.d.ts",
|
|
@@ -48,16 +48,16 @@
|
|
|
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.41",
|
|
52
52
|
"@stencil/core": "4.7.1",
|
|
53
53
|
"monaco-editor": "^0.44.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.41",
|
|
58
|
+
"@arcgis/components-utils": "4.29.0-beta.41",
|
|
59
59
|
"@arcgis/core": ">=4.29.0-next <4.30",
|
|
60
|
-
"@arcgis/core-adapter": "4.29.0-beta.
|
|
60
|
+
"@arcgis/core-adapter": "4.29.0-beta.41",
|
|
61
61
|
"@arcgis/typescript-config": "1.0.0",
|
|
62
62
|
"@esri/calcite-components": "^2.0.0",
|
|
63
63
|
"@stencil/angular-output-target": "0.8.1",
|
|
@@ -110,5 +110,5 @@
|
|
|
110
110
|
"@arcgis/core": ">=4.29.0-next <4.30",
|
|
111
111
|
"@esri/calcite-components": "^2.0.0"
|
|
112
112
|
},
|
|
113
|
-
"gitHead": "
|
|
113
|
+
"gitHead": "819fd350e56671fcbe459da3ffdbbd2074c98865"
|
|
114
114
|
}
|