@arcgis/coding-components 4.31.0-next.6 → 4.31.0-next.7

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.
Files changed (104) hide show
  1. package/dist/arcgis-coding-components/arcgis-coding-components.esm.js +2 -2
  2. package/dist/arcgis-coding-components/index.esm.js +2 -2
  3. package/dist/arcgis-coding-components/{p-cd67026d.js → p-24128ac2.js} +2 -2
  4. package/dist/arcgis-coding-components/p-2ba0dc32.js +6 -0
  5. package/dist/arcgis-coding-components/{p-e11999af.js → p-51cb7124.js} +2 -2
  6. package/dist/arcgis-coding-components/{p-19b4f0e9.js → p-56ef1db2.js} +2 -2
  7. package/dist/arcgis-coding-components/{p-022df536.js → p-57b9aa11.js} +1 -1
  8. package/dist/arcgis-coding-components/{p-f1fab45e.js → p-5fbefa40.js} +1 -1
  9. package/dist/arcgis-coding-components/{p-d7e83ea1.entry.js → p-6d76b473.entry.js} +2 -2
  10. package/dist/arcgis-coding-components/{p-38534c31.js → p-7f1b7590.js} +2 -2
  11. package/dist/arcgis-coding-components/{p-933de2b5.entry.js → p-827f1fff.entry.js} +2 -2
  12. package/dist/arcgis-coding-components/p-8a789638.js +6 -0
  13. package/dist/arcgis-coding-components/{p-e055c041.js → p-a3af83b2.js} +2 -2
  14. package/dist/arcgis-coding-components/{p-8c6a6176.js → p-b7927956.js} +2 -2
  15. package/dist/arcgis-coding-components/{p-14ab3ed5.js → p-c753e2e1.js} +1 -1
  16. package/dist/arcgis-coding-components/{p-8e61744c.js → p-c9173dd7.js} +10 -10
  17. package/dist/arcgis-coding-components/{p-2a7ef2fd.js → p-d610db5e.js} +2 -2
  18. package/dist/arcgis-coding-components/{p-41c932b5.js → p-de0ced33.js} +2 -2
  19. package/dist/arcgis-coding-components/{p-1baf3624.entry.js → p-dec9545b.entry.js} +2 -2
  20. package/dist/arcgis-coding-components/{p-10cab8d9.js → p-eca45afe.js} +2 -2
  21. package/dist/arcgis-coding-components/p-fd9abbee.js +6 -0
  22. package/dist/cjs/{app-globals-8991f48d.js → app-globals-95a58c45.js} +1 -1
  23. package/dist/cjs/{arcade-defaults-2d36c400.js → arcade-defaults-adce528c.js} +4 -4
  24. package/dist/cjs/arcade-language-features-72d4b0d4.js +274 -0
  25. package/dist/cjs/{arcade-mode-ee5f5a57.js → arcade-mode-a8f7893e.js} +7 -266
  26. package/dist/cjs/arcgis-arcade-editor_6.cjs.entry.js +6 -6
  27. package/dist/cjs/arcgis-coding-components.cjs.js +3 -3
  28. package/dist/cjs/arcgis-sql-expression-editor.cjs.entry.js +4 -4
  29. package/dist/cjs/arcgis-sql-expression-fields.cjs.entry.js +4 -4
  30. package/dist/cjs/{css-c0ad88d7.js → css-10717df1.js} +1 -1
  31. package/dist/cjs/{cssMode-deeb6f90.js → cssMode-af6b6837.js} +3 -3
  32. package/dist/cjs/{html-be08d94a.js → html-e871b2ae.js} +3 -3
  33. package/dist/cjs/{htmlMode-f5b8239a.js → htmlMode-33758987.js} +3 -3
  34. package/dist/cjs/{index-358de60d.js → index-2c90e42e.js} +1 -1
  35. package/dist/cjs/index.cjs.js +4 -4
  36. package/dist/cjs/{javascript-37d3d13f.js → javascript-03d1437c.js} +4 -4
  37. package/dist/cjs/{jsonMode-12a2a091.js → jsonMode-3013c90b.js} +3 -3
  38. package/dist/cjs/{language-defaults-base-1f082ad7.js → language-defaults-base-081fe837.js} +10 -10
  39. package/dist/cjs/loader.cjs.js +3 -3
  40. package/dist/cjs/{sql-expr-defaults-dca57c68.js → sql-expr-defaults-a8b942e3.js} +3 -3
  41. package/dist/cjs/{sql-expr-mode-c644220d.js → sql-expr-mode-7f91696f.js} +11531 -14828
  42. package/dist/cjs/{tsMode-d33a7021.js → tsMode-a47d5976.js} +3 -3
  43. package/dist/cjs/{typescript-f3be2ce7.js → typescript-eebe50a0.js} +3 -3
  44. package/dist/components/arcade-defaults.js +1 -1
  45. package/dist/components/arcade-language-features.js +271 -0
  46. package/dist/components/arcade-mode.js +4 -264
  47. package/dist/components/arcade-results.js +1 -1
  48. package/dist/components/arcade-suggestions.js +1 -1
  49. package/dist/components/arcade-variables.js +1 -1
  50. package/dist/components/arcgis-arcade-editor.js +1 -1
  51. package/dist/components/arcgis-arcade-results.js +1 -1
  52. package/dist/components/arcgis-arcade-suggestions.js +1 -1
  53. package/dist/components/arcgis-arcade-variables.js +1 -1
  54. package/dist/components/arcgis-assets.d.ts +1 -1
  55. package/dist/components/arcgis-assets.js +1 -1
  56. package/dist/components/arcgis-code-editor.js +1 -1
  57. package/dist/components/arcgis-language-api-panel.js +1 -1
  58. package/dist/components/arcgis-sql-expression-editor.js +1 -1
  59. package/dist/components/arcgis-sql-expression-fields.js +1 -1
  60. package/dist/components/chunk-3IUJHIAA.js +1 -1
  61. package/dist/components/code-editor.js +1 -1
  62. package/dist/components/fields.js +1 -1
  63. package/dist/components/index.js +1 -1
  64. package/dist/components/index2.js +1 -1
  65. package/dist/components/language-api-panel.js +1 -1
  66. package/dist/components/language-defaults-base.js +1 -1
  67. package/dist/components/markdown.js +1 -1
  68. package/dist/components/sql-expr-defaults.js +1 -1
  69. package/dist/components/sql-expr-mode.js +11529 -14825
  70. package/dist/components/sql-expression-fields.js +1 -1
  71. package/dist/components/useT9n.js +1 -1
  72. package/dist/components/utilities.js +1 -1
  73. package/dist/esm/{app-globals-3e4e0353.js → app-globals-9b568679.js} +1 -1
  74. package/dist/esm/{arcade-defaults-1adb5004.js → arcade-defaults-3b370e7f.js} +4 -4
  75. package/dist/esm/arcade-language-features-09dbac1a.js +269 -0
  76. package/dist/esm/{arcade-mode-4a83348d.js → arcade-mode-dc12cdd7.js} +4 -263
  77. package/dist/esm/arcgis-arcade-editor_6.entry.js +6 -6
  78. package/dist/esm/arcgis-coding-components.js +4 -4
  79. package/dist/esm/arcgis-sql-expression-editor.entry.js +4 -4
  80. package/dist/esm/arcgis-sql-expression-fields.entry.js +4 -4
  81. package/dist/esm/{css-bad8d1c3.js → css-2ac5d369.js} +1 -1
  82. package/dist/esm/{cssMode-68a5f601.js → cssMode-ee67ef12.js} +3 -3
  83. package/dist/esm/{html-9b27df1a.js → html-db02f025.js} +3 -3
  84. package/dist/esm/{htmlMode-361ad282.js → htmlMode-d98c6313.js} +3 -3
  85. package/dist/esm/{index-8a552796.js → index-79a2905d.js} +1 -1
  86. package/dist/esm/index.js +4 -4
  87. package/dist/esm/{javascript-8004e14f.js → javascript-49434450.js} +4 -4
  88. package/dist/esm/{jsonMode-91a0be74.js → jsonMode-7eb9940c.js} +3 -3
  89. package/dist/esm/{language-defaults-base-df906b3d.js → language-defaults-base-bb09da9f.js} +11 -11
  90. package/dist/esm/loader.js +4 -4
  91. package/dist/esm/{sql-expr-defaults-ae0be602.js → sql-expr-defaults-1aedce82.js} +3 -3
  92. package/dist/esm/{sql-expr-mode-1821b2b9.js → sql-expr-mode-3c0c4ee2.js} +11531 -14828
  93. package/dist/esm/{tsMode-2756c213.js → tsMode-abf1ffe4.js} +3 -3
  94. package/dist/esm/{typescript-1aaf3ddd.js → typescript-6ebd28ac.js} +3 -3
  95. package/dist/loader/cdn.js +1 -1
  96. package/dist/loader/index.cjs.js +1 -1
  97. package/dist/loader/index.es2017.js +1 -1
  98. package/dist/loader/index.js +1 -1
  99. package/dist/types/utils/arcade-monaco/arcade-language-features.d.ts +1 -0
  100. package/dist/types/utils/sql-expr-monaco/sql-expr-completion.d.ts +3 -2
  101. package/dist/types/utils/sql-expr-monaco/sql-expr-language-features.d.ts +6 -485
  102. package/package.json +10 -10
  103. package/dist/arcgis-coding-components/p-9dfc06ea.js +0 -6
  104. package/dist/arcgis-coding-components/p-a536144e.js +0 -6
@@ -1,10 +1,10 @@
1
1
  /*!
2
2
  * All material copyright Esri, All Rights Reserved, unless otherwise specified.
3
3
  * See https://js.arcgis.com/4.31/esri/copyright.txt for details.
4
- * v4.31.0-next.6
4
+ * v4.31.0-next.7
5
5
  */
6
- import { H as typescriptDefaults, G as monaco_editor_core_star } from './language-defaults-base-df906b3d.js';
7
- import './index-8a552796.js';
6
+ import { H as typescriptDefaults, G as monaco_editor_core_star } from './language-defaults-base-bb09da9f.js';
7
+ import './index-79a2905d.js';
8
8
 
9
9
  /*!-----------------------------------------------------------------------------
10
10
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1,10 +1,10 @@
1
1
  /*!
2
2
  * All material copyright Esri, All Rights Reserved, unless otherwise specified.
3
3
  * See https://js.arcgis.com/4.31/esri/copyright.txt for details.
4
- * v4.31.0-next.6
4
+ * v4.31.0-next.7
5
5
  */
6
- import { G as monaco_editor_core_star } from './language-defaults-base-df906b3d.js';
7
- import './index-8a552796.js';
6
+ import { G as monaco_editor_core_star } from './language-defaults-base-bb09da9f.js';
7
+ import './index-79a2905d.js';
8
8
 
9
9
  /*!-----------------------------------------------------------------------------
10
10
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -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.31/esri/copyright.txt for details.
4
- * v4.31.0-next.6
4
+ * v4.31.0-next.7
5
5
  */
6
6
  module.exports = require('../cjs/loader.cjs.js');
7
7
  module.exports.applyPolyfills = function() { return Promise.resolve() };
@@ -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.31/esri/copyright.txt for details.
4
- * v4.31.0-next.6
4
+ * v4.31.0-next.7
5
5
  */
6
6
  module.exports = require('../cjs/loader.cjs.js');
7
7
  module.exports.applyPolyfills = function() { return Promise.resolve() };
@@ -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.31/esri/copyright.txt for details.
4
- * v4.31.0-next.6
4
+ * v4.31.0-next.7
5
5
  */
6
6
  export * from '../esm/polyfills/index.js';
7
7
  export * from '../esm/loader.js';
@@ -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.31/esri/copyright.txt for details.
4
- * v4.31.0-next.6
4
+ * v4.31.0-next.7
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';
@@ -19,6 +19,7 @@ export declare class DiagnosticsAdapter {
19
19
  dispose(): void;
20
20
  private _doValidate;
21
21
  }
22
+ export declare function toCompletionItemKind(kind: number | undefined): languages.CompletionItemKind;
22
23
  export declare class CompletionProvider implements languages.CompletionItemProvider {
23
24
  private _worker;
24
25
  private _defaults;
@@ -1,5 +1,6 @@
1
1
  import * as monaco from "monaco-editor";
2
- export declare function sqlExpressionCompletion(range: monaco.IRange, model: monaco.editor.ITextModel, position: monaco.Position): monaco.languages.CompletionItem[];
2
+ import type { ApiItem } from "@arcgis/languages-api-utils";
3
+ export declare function sqlExpressionCompletion(range: monaco.IRange, model: monaco.editor.ITextModel, position: monaco.Position, sdkFunctions: Record<string, ApiItem>): monaco.languages.CompletionItem[];
3
4
  /** source */
4
5
  export declare const sqlBinOps: string[];
5
- export declare function generateCompletionItems(layer: __esri.FeatureLayer, range: monaco.IRange): Record<"fieldsCompletion" | "sqlBinOpsCompletion" | "sqlDataTypeCompletion" | "sqlFunctionCompletion" | "sqlKeywordsCompletion", monaco.languages.CompletionItem[]>;
6
+ export declare function generateCompletionItems(layer: __esri.FeatureLayer, range: monaco.IRange, sdkFunctions: Record<string, ApiItem>): Record<"fieldsCompletion" | "sqlBinOpsCompletion" | "sqlDataTypeCompletion" | "sqlFunctionCompletion" | "sqlKeywordsCompletion", monaco.languages.CompletionItem[]>;
@@ -1,495 +1,17 @@
1
1
  import type { IRange, Position, editor, languages } from "monaco-editor";
2
- import { standardizedFunctions } from "./DependentFiles/standardizedFunctions";
3
2
  import type { SqlExprDefaults } from "./sql-expr-defaults";
3
+ export declare const sqlFunctionParamKeywords: {
4
+ CAST: string[];
5
+ EXTRACT: string[];
6
+ TRIM: string[];
7
+ };
4
8
  export declare class SqlExprCompletionProvider implements languages.CompletionItemProvider {
5
9
  private _defaults;
10
+ private _sdkFunctions;
6
11
  constructor(_defaults: SqlExprDefaults);
7
12
  provideCompletionItems(model: editor.ITextModel, position: Position): Promise<languages.CompletionList | undefined>;
8
13
  }
9
- export declare const apiFunctions: {
10
- char_length: {
11
- description: string;
12
- parameters: {
13
- name: string;
14
- type: string;
15
- description: string;
16
- }[];
17
- returnValue: string;
18
- examples: {
19
- description: string;
20
- code: string;
21
- }[];
22
- snippet: string;
23
- name: string;
24
- bundle: string;
25
- };
26
- coalesce: {
27
- description: string;
28
- parameters: {
29
- name: string;
30
- type: string[];
31
- description: string;
32
- }[];
33
- returnValue: string[];
34
- examples: {
35
- description: string;
36
- code: string;
37
- }[];
38
- snippet: string;
39
- name: string;
40
- bundle: string;
41
- };
42
- concat: {
43
- description: string;
44
- parameters: {
45
- name: string;
46
- type: string;
47
- description: string;
48
- }[];
49
- returnValue: string;
50
- examples: {
51
- description: string;
52
- code: string;
53
- }[];
54
- snippet: string;
55
- name: string;
56
- bundle: string;
57
- };
58
- lower: {
59
- description: string;
60
- parameters: {
61
- name: string;
62
- type: string;
63
- description: string;
64
- }[];
65
- returnValue: string;
66
- examples: {
67
- description: string;
68
- code: string;
69
- }[];
70
- snippet: string;
71
- name: string;
72
- bundle: string;
73
- };
74
- position: {
75
- description: string;
76
- parameters: {
77
- name: string;
78
- type: string;
79
- description: string;
80
- }[];
81
- returnValue: string;
82
- examples: {
83
- description: string;
84
- code: string;
85
- }[];
86
- snippet: string;
87
- name: string;
88
- bundle: string;
89
- };
90
- substring: {
91
- description: string;
92
- parameters: {
93
- name: string;
94
- type: string;
95
- description: string;
96
- }[];
97
- returnValue: string;
98
- examples: {
99
- description: string;
100
- code: string;
101
- }[];
102
- snippet: string;
103
- name: string;
104
- bundle: string;
105
- }[];
106
- trim: {
107
- description: string;
108
- parameters: ({
109
- name: string;
110
- type: string[];
111
- description: string;
112
- } | {
113
- name: string;
114
- type: string;
115
- description: string;
116
- })[];
117
- returnValue: string;
118
- examples: {
119
- description: string;
120
- code: string;
121
- }[];
122
- snippet: string;
123
- name: string;
124
- bundle: string;
125
- };
126
- upper: {
127
- description: string;
128
- parameters: {
129
- name: string;
130
- type: string;
131
- description: string;
132
- }[];
133
- returnValue: string;
134
- examples: {
135
- description: string;
136
- code: string;
137
- }[];
138
- snippet: string;
139
- name: string;
140
- bundle: string;
141
- };
142
- abs: {
143
- description: string;
144
- parameters: {
145
- name: string;
146
- type: string;
147
- description: string;
148
- }[];
149
- returnValue: string;
150
- examples: {
151
- description: string;
152
- code: string;
153
- }[];
154
- snippet: string;
155
- name: string;
156
- bundle: string;
157
- };
158
- acos: {
159
- description: string;
160
- parameters: {
161
- name: string;
162
- type: string;
163
- description: string;
164
- }[];
165
- returnValue: string;
166
- examples: {
167
- description: string;
168
- code: string;
169
- }[];
170
- snippet: string;
171
- name: string;
172
- bundle: string;
173
- };
174
- asin: {
175
- description: string;
176
- parameters: {
177
- name: string;
178
- type: string;
179
- description: string;
180
- }[];
181
- returnValue: string;
182
- examples: {
183
- description: string;
184
- code: string;
185
- }[];
186
- snippet: string;
187
- name: string;
188
- bundle: string;
189
- };
190
- atan: {
191
- description: string;
192
- parameters: {
193
- name: string;
194
- type: string;
195
- description: string;
196
- }[];
197
- returnValue: string;
198
- examples: {
199
- description: string;
200
- code: string;
201
- }[];
202
- snippet: string;
203
- name: string;
204
- bundle: string;
205
- };
206
- cast: {
207
- description: string;
208
- parameters: ({
209
- name: string;
210
- type: string;
211
- description: string;
212
- } | {
213
- name: string;
214
- type: string[];
215
- description: string;
216
- })[];
217
- returnValue: string[];
218
- examples: {
219
- description: string;
220
- code: string;
221
- }[];
222
- snippet: string;
223
- name: string;
224
- bundle: string;
225
- };
226
- ceiling: {
227
- description: string;
228
- parameters: {
229
- name: string;
230
- type: string;
231
- description: string;
232
- }[];
233
- returnValue: string;
234
- examples: {
235
- description: string;
236
- code: string;
237
- }[];
238
- snippet: string;
239
- name: string;
240
- bundle: string;
241
- };
242
- cos: {
243
- description: string;
244
- parameters: {
245
- name: string;
246
- type: string;
247
- description: string;
248
- }[];
249
- returnValue: string;
250
- examples: {
251
- description: string;
252
- code: string;
253
- }[];
254
- snippet: string;
255
- name: string;
256
- bundle: string;
257
- };
258
- floor: {
259
- description: string;
260
- parameters: {
261
- name: string;
262
- type: string;
263
- description: string;
264
- }[];
265
- returnValue: string;
266
- examples: {
267
- description: string;
268
- code: string;
269
- }[];
270
- snippet: string;
271
- name: string;
272
- bundle: string;
273
- };
274
- log: {
275
- description: string;
276
- parameters: {
277
- name: string;
278
- type: string;
279
- description: string;
280
- }[];
281
- returnValue: string;
282
- examples: {
283
- description: string;
284
- code: string;
285
- }[];
286
- snippet: string;
287
- name: string;
288
- bundle: string;
289
- };
290
- log10: {
291
- description: string;
292
- parameters: {
293
- name: string;
294
- type: string;
295
- description: string;
296
- }[];
297
- returnValue: string;
298
- examples: {
299
- description: string;
300
- code: string;
301
- }[];
302
- snippet: string;
303
- name: string;
304
- bundle: string;
305
- };
306
- mod: {
307
- description: string;
308
- parameters: {
309
- name: string;
310
- type: string;
311
- description: string;
312
- }[];
313
- returnValue: string;
314
- examples: {
315
- description: string;
316
- code: string;
317
- }[];
318
- snippet: string;
319
- name: string;
320
- bundle: string;
321
- };
322
- nullif: {
323
- description: string;
324
- parameters: {
325
- name: string;
326
- type: string[];
327
- description: string;
328
- }[];
329
- returnValue: string[];
330
- examples: {
331
- description: string;
332
- code: string;
333
- }[];
334
- snippet: string;
335
- name: string;
336
- bundle: string;
337
- };
338
- power: {
339
- description: string;
340
- parameters: {
341
- name: string;
342
- type: string;
343
- description: string;
344
- }[];
345
- returnValue: string;
346
- examples: {
347
- description: string;
348
- code: string;
349
- }[];
350
- snippet: string;
351
- name: string;
352
- bundle: string;
353
- };
354
- round: {
355
- description: string;
356
- parameters: {
357
- name: string;
358
- type: string;
359
- description: string;
360
- }[];
361
- returnValue: string;
362
- examples: {
363
- description: string;
364
- code: string;
365
- }[];
366
- snippet: string;
367
- name: string;
368
- bundle: string;
369
- };
370
- sign: {
371
- description: string;
372
- parameters: {
373
- name: string;
374
- type: string;
375
- description: string;
376
- }[];
377
- returnValue: string;
378
- examples: {
379
- description: string;
380
- code: string;
381
- }[];
382
- snippet: string;
383
- name: string;
384
- bundle: string;
385
- };
386
- sin: {
387
- description: string;
388
- parameters: {
389
- name: string;
390
- type: string;
391
- description: string;
392
- }[];
393
- returnValue: string;
394
- examples: {
395
- description: string;
396
- code: string;
397
- }[];
398
- snippet: string;
399
- name: string;
400
- bundle: string;
401
- };
402
- tan: {
403
- description: string;
404
- parameters: {
405
- name: string;
406
- type: string;
407
- description: string;
408
- }[];
409
- returnValue: string;
410
- examples: {
411
- description: string;
412
- code: string;
413
- }[];
414
- snippet: string;
415
- name: string;
416
- bundle: string;
417
- };
418
- truncate: {
419
- description: string;
420
- parameters: {
421
- name: string;
422
- type: string;
423
- description: string;
424
- }[];
425
- returnValue: string;
426
- examples: {
427
- description: string;
428
- code: string;
429
- }[];
430
- snippet: string;
431
- name: string;
432
- bundle: string;
433
- };
434
- current_date: {
435
- description: string;
436
- parameters: never[];
437
- returnValue: string;
438
- examples: {
439
- description: string;
440
- code: string;
441
- }[];
442
- snippet: string[];
443
- name: string;
444
- bundle: string;
445
- };
446
- current_time: {
447
- description: string;
448
- parameters: never[];
449
- returnValue: string;
450
- examples: {
451
- description: string;
452
- code: string;
453
- }[];
454
- snippet: string[];
455
- name: string;
456
- bundle: string;
457
- };
458
- current_timestamp: {
459
- description: string;
460
- parameters: never[];
461
- returnValue: string;
462
- examples: {
463
- description: string;
464
- code: string;
465
- }[];
466
- snippet: string[];
467
- name: string;
468
- bundle: string;
469
- };
470
- extract: {
471
- description: string;
472
- parameters: ({
473
- name: string;
474
- type: string[];
475
- description: string;
476
- } | {
477
- name: string;
478
- type: string;
479
- description: string;
480
- })[];
481
- returnValue: string;
482
- examples: {
483
- description: string;
484
- code: string;
485
- }[];
486
- snippet: string;
487
- name: string;
488
- bundle: string;
489
- };
490
- };
491
14
  export declare const sqlParenLessFunctions: string[];
492
- export declare const sqlFunctions: string[];
493
15
  export declare const dataTypes: string[];
494
16
  export declare const getKeywords: (identifier: string) => string[] | undefined;
495
17
  export declare const getDelimiterPosition: (index: number, node: any, model: editor.ITextModel, lastIndex: number) => IRange;
@@ -504,7 +26,6 @@ export declare const generateCompletionDocumentation: (description: string, exam
504
26
  code: string;
505
27
  description: string;
506
28
  }[]) => string;
507
- export declare function getFunction(functionName: string): (typeof standardizedFunctions)[keyof typeof standardizedFunctions];
508
29
  export declare enum ChildBearingProperties {
509
30
  ARGS = "args",
510
31
  CLAUSES = "clauses",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/coding-components",
3
- "version": "4.31.0-next.6",
3
+ "version": "4.31.0-next.7",
4
4
  "description": "Contains components for editing code in different languages. The currently supported languages are html, css, json, TypeScript, JavaScript, and Arcade.",
5
5
  "keywords": [
6
6
  "ArcGIS",
@@ -49,20 +49,20 @@
49
49
  "generate": "stencil generate"
50
50
  },
51
51
  "dependencies": {
52
- "@arcgis/arcade-languageservice": "4.31.0-next.6",
53
- "@arcgis/components-controllers": "4.31.0-next.6",
54
- "@arcgis/components-utils": "4.31.0-next.6",
55
- "@arcgis/languages-api-utils": "4.31.0-next.6",
52
+ "@arcgis/arcade-languageservice": "4.31.0-next.7",
53
+ "@arcgis/components-controllers": "4.31.0-next.7",
54
+ "@arcgis/components-utils": "4.31.0-next.7",
55
+ "@arcgis/languages-api-utils": "4.31.0-next.7",
56
56
  "@stencil/core": "4.17.1",
57
57
  "monaco-editor": "0.45.0",
58
58
  "vscode-languageserver-types": "^3.17.5"
59
59
  },
60
60
  "devDependencies": {
61
- "@arcgis/components-plugins": "4.31.0-next.6",
61
+ "@arcgis/components-plugins": "4.31.0-next.7",
62
62
  "@arcgis/core": ">=4.31.0-next <4.32",
63
- "@arcgis/core-adapter": "4.31.0-next.6",
64
- "@arcgis/storybook-utils": "4.31.0-next.6",
65
- "@arcgis/typescript-config": "4.31.0-next.6",
63
+ "@arcgis/core-adapter": "4.31.0-next.7",
64
+ "@arcgis/storybook-utils": "4.31.0-next.7",
65
+ "@arcgis/typescript-config": "4.31.0-next.7",
66
66
  "@esri/calcite-components": "^2.8.0",
67
67
  "@stencil/angular-output-target": "0.8.4",
68
68
  "@stencil/react-output-target": "0.5.3",
@@ -102,5 +102,5 @@
102
102
  "@arcgis/core": ">=4.31.0-next <4.32",
103
103
  "@esri/calcite-components": "^2.8.0"
104
104
  },
105
- "gitHead": "148486c28f63f5d52b04eecc6206422def4f03ca"
105
+ "gitHead": "f6854a945b416e45d2ae78b610251d0cb62870d0"
106
106
  }