@arcgis/coding-components 4.32.0-next.8 → 4.32.0-next.9
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/2MDSFEG2.js +6 -0
- package/dist/arcgis-coding-components/2PI32Y2U.js +6 -0
- package/dist/arcgis-coding-components/3V25SSHK.js +6 -0
- package/dist/arcgis-coding-components/3VDNGHYC.js +6 -0
- package/dist/arcgis-coding-components/7WDTHUR4.js +11 -0
- package/dist/arcgis-coding-components/7XVSPO47.js +9 -0
- package/dist/arcgis-coding-components/AEKG2KZR.js +6 -0
- package/dist/arcgis-coding-components/AIXM3VSQ.js +8 -0
- package/dist/arcgis-coding-components/BPTMRHZS.js +69 -0
- package/dist/arcgis-coding-components/DHTXVFD4.js +51 -0
- package/dist/arcgis-coding-components/DPP6LIRE.css +1 -0
- package/dist/arcgis-coding-components/ECH2G2ZZ.js +6 -0
- package/dist/arcgis-coding-components/EKW5ZAMS.js +16 -0
- package/dist/arcgis-coding-components/FH25RZLB.js +6 -0
- package/dist/arcgis-coding-components/FXWBQCOX.js +6 -0
- package/dist/arcgis-coding-components/HISHP6LH.js +16 -0
- package/dist/arcgis-coding-components/KHZVCRKI.js +8 -0
- package/dist/arcgis-coding-components/LNXU5XHH.js +6 -0
- package/dist/arcgis-coding-components/N6NF6W3K.js +6 -0
- package/dist/arcgis-coding-components/NKEDGV5F.js +6 -0
- package/dist/arcgis-coding-components/NTFB2MYM.js +6 -0
- package/dist/arcgis-coding-components/O65WSYRU.css +1 -0
- package/dist/arcgis-coding-components/OKPAIUSJ.js +6 -0
- package/dist/arcgis-coding-components/P6B3SBFZ.js +6 -0
- package/dist/arcgis-coding-components/PMX66XBR.js +6 -0
- package/dist/arcgis-coding-components/QLSWCCDO.js +643 -0
- package/dist/arcgis-coding-components/QVCUOYDS.js +8 -0
- package/dist/arcgis-coding-components/R7VUAISU.js +6 -0
- package/dist/arcgis-coding-components/TAUA2L5H.js +11 -0
- package/dist/arcgis-coding-components/UN7QZAZG.js +6 -0
- package/dist/arcgis-coding-components/W4GCHDB7.js +6 -0
- package/dist/arcgis-coding-components/W72BHJQV.js +10 -0
- package/dist/arcgis-coding-components/WGGW2MMN.js +6 -0
- package/dist/arcgis-coding-components/WR2OQEKQ.js +6 -0
- package/dist/arcgis-coding-components/XI3I5HIQ.js +20 -0
- package/dist/arcgis-coding-components/Z4OQ4TOJ.js +9 -0
- package/dist/arcgis-coding-components/Z4W7MWSC.js +6 -0
- package/dist/arcgis-coding-components/arcgis-coding-components.esm.js +2 -807
- package/dist/chunks/arcade-defaults.js +1 -1
- package/dist/chunks/arcade-executor.js +1 -1
- package/dist/chunks/arcade-mode.js +20 -19
- package/dist/chunks/arcade-service-accessors.js +1 -1
- package/dist/chunks/fields.js +1 -1
- package/dist/chunks/language-defaults-base.js +11 -11
- package/dist/chunks/markdown.js +2 -2
- package/dist/chunks/monaco-importer.js +28 -0
- package/dist/chunks/runtime.js +1 -1
- package/dist/chunks/sql-expr-defaults.js +1 -1
- package/dist/chunks/sql-expr-mode.js +31 -30
- package/dist/chunks/useT9n.js +1 -1
- package/dist/components/arcgis-arcade-editor/customElement.d.ts +4 -4
- package/dist/components/arcgis-arcade-editor/customElement.js +15 -14
- package/dist/components/arcgis-arcade-results/customElement.js +1 -1
- package/dist/components/arcgis-arcade-suggestions/customElement.js +2 -2
- package/dist/components/arcgis-code-editor/customElement.d.ts +5 -5
- package/dist/components/arcgis-code-editor/customElement.js +21 -20
- package/dist/components/arcgis-editor-variables/customElement.js +1 -1
- package/dist/components/arcgis-language-api-panel/customElement.js +2 -2
- package/dist/components/arcgis-sql-expression-editor/customElement.js +1 -1
- package/dist/components/arcgis-sql-expression-fields/customElement.js +1 -1
- package/dist/docs/docs.json +14 -14
- package/dist/docs/manifest.json +10 -10
- package/dist/docs/vscode.html-custom-data.json +2 -2
- package/dist/docs/web-types.json +3 -3
- package/dist/index.js +1 -1
- package/dist/loader.js +1 -1
- package/dist/types/components.d.ts +1 -5
- package/dist/utils/arcade-monaco/arcade-language-features.d.ts +4 -3
- package/dist/utils/arcade-monaco/arcade-language-syntax.d.ts +3 -3
- package/dist/utils/arcade-monaco/arcade-worker-manager.d.ts +2 -2
- package/dist/utils/language-defaults-base.d.ts +2 -1
- package/dist/utils/monaco-importer.d.ts +7 -0
- package/dist/utils/sql-expr-monaco/sql-expr-language-features.d.ts +2 -2
- package/dist/utils/sql-expr-monaco/sql-expr-language-syntax.d.ts +3 -3
- package/dist/utils/sql-expr-monaco/sql-expr-worker-manager.d.ts +2 -2
- package/package.json +7 -7
- package/dist/chunks/utilities.js +0 -22
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Selection, editor } from 'monaco-editor';
|
|
1
|
+
import { Selection, editor as Editor } from 'monaco-editor';
|
|
2
2
|
import { PropertyValues } from 'lit';
|
|
3
3
|
import { PublicLitElement as LitElement } from '@arcgis/lumina';
|
|
4
4
|
|
|
@@ -10,7 +10,7 @@ export declare class ArcgisCodeEditor extends LitElement {
|
|
|
10
10
|
*
|
|
11
11
|
* @readonly
|
|
12
12
|
*/
|
|
13
|
-
get editorInstance():
|
|
13
|
+
get editorInstance(): Editor.IStandaloneCodeEditor | undefined;
|
|
14
14
|
/**
|
|
15
15
|
* Options to update on the editor.
|
|
16
16
|
* For example:
|
|
@@ -22,7 +22,7 @@ export declare class ArcgisCodeEditor extends LitElement {
|
|
|
22
22
|
*
|
|
23
23
|
* To get the full list of options set on the editor, use the editorInstance property and see Monaco Editor options documentation for more details.
|
|
24
24
|
*/
|
|
25
|
-
editorOptions: (
|
|
25
|
+
editorOptions: (Editor.IEditorOptions & Editor.IGlobalEditorOptions) | undefined;
|
|
26
26
|
/**
|
|
27
27
|
* The language for the editor.
|
|
28
28
|
* Currently supported language: arcade, arcgis-sql-expression, json, css, html, javascript, typescript, and text.
|
|
@@ -44,7 +44,7 @@ export declare class ArcgisCodeEditor extends LitElement {
|
|
|
44
44
|
* @internal
|
|
45
45
|
* @deprecated Use `editorInstance` property instead.
|
|
46
46
|
*/
|
|
47
|
-
getEditorInstance(): Promise<
|
|
47
|
+
getEditorInstance(): Promise<Editor.IStandaloneCodeEditor | undefined>;
|
|
48
48
|
/** @deprecated Use `value` property instead. */
|
|
49
49
|
getValue(): Promise<string>;
|
|
50
50
|
/**
|
|
@@ -72,7 +72,7 @@ export declare class ArcgisCodeEditor extends LitElement {
|
|
|
72
72
|
/** Emitted when the selection has changed. */
|
|
73
73
|
readonly arcgisSelectionChange: CustomEvent<{
|
|
74
74
|
selection: Selection;
|
|
75
|
-
model:
|
|
75
|
+
model: Editor.ITextModel | null | undefined;
|
|
76
76
|
}>;
|
|
77
77
|
/** Emitted when the value has changed (script, code, css, json, etc.) */
|
|
78
78
|
readonly arcgisValueChange: CustomEvent<string>;
|