@arcgis/coding-components 4.30.0-next.51 → 4.30.0-next.53

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 (73) 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-3a4276bd.js → p-223fbe86.js} +3 -3
  4. package/dist/arcgis-coding-components/{p-0896b7eb.js → p-2694d8a3.js} +2 -2
  5. package/dist/arcgis-coding-components/{p-16c63687.js → p-50faa900.js} +2 -2
  6. package/dist/arcgis-coding-components/{p-5ed2705f.js → p-712c4f1a.js} +1 -1
  7. package/dist/arcgis-coding-components/{p-eab7d60f.js → p-8dfefa05.js} +2 -2
  8. package/dist/arcgis-coding-components/{p-29f6bd55.js → p-ac96528d.js} +2 -2
  9. package/dist/arcgis-coding-components/{p-f3a9afad.js → p-bcc7c6e7.js} +2 -2
  10. package/dist/arcgis-coding-components/{p-e2da838b.js → p-beb2f723.js} +2 -2
  11. package/dist/arcgis-coding-components/{p-3b2a6597.js → p-c8c907bf.js} +1 -1
  12. package/dist/arcgis-coding-components/{p-395caf21.js → p-cb3bac9e.js} +2 -2
  13. package/dist/arcgis-coding-components/{p-f7aa3581.js → p-d3506b60.js} +10 -10
  14. package/dist/arcgis-coding-components/p-f5e4e643.entry.js +6 -0
  15. package/dist/cjs/{arcade-defaults-1aa69c71.js → arcade-defaults-86f87dbf.js} +21 -12
  16. package/dist/cjs/{arcade-mode-33f3df24.js → arcade-mode-2f573fc7.js} +3 -3
  17. package/dist/cjs/arcgis-arcade-api_6.cjs.entry.js +232 -170
  18. package/dist/cjs/arcgis-coding-components.cjs.js +2 -2
  19. package/dist/cjs/{css-3d26f81a.js → css-c43c1312.js} +1 -1
  20. package/dist/cjs/{cssMode-26a24d10.js → cssMode-68f945ef.js} +3 -3
  21. package/dist/cjs/{html-de12b315.js → html-ad32caf5.js} +3 -3
  22. package/dist/cjs/{htmlMode-a867aaf5.js → htmlMode-34c3af71.js} +3 -3
  23. package/dist/cjs/{index-e81383ee.js → index-9680417b.js} +1 -1
  24. package/dist/cjs/index.cjs.js +3 -3
  25. package/dist/cjs/{javascript-13d997cc.js → javascript-3af71f33.js} +4 -4
  26. package/dist/cjs/{jsonMode-9cde30d6.js → jsonMode-785845b1.js} +3 -3
  27. package/dist/cjs/loader.cjs.js +2 -2
  28. package/dist/cjs/{tsMode-dae6c019.js → tsMode-6d89ee5c.js} +3 -3
  29. package/dist/cjs/{typescript-c592bb67.js → typescript-db79e227.js} +3 -3
  30. package/dist/components/arcade-api.js +2 -2
  31. package/dist/components/arcade-contribution.js +1 -1
  32. package/dist/components/arcade-defaults.js +1 -1
  33. package/dist/components/arcade-mode.js +1 -1
  34. package/dist/components/arcade-results.js +2 -2
  35. package/dist/components/arcade-suggestions.js +2 -2
  36. package/dist/components/arcade-variables.js +2 -2
  37. package/dist/components/arcgis-arcade-api.js +1 -1
  38. package/dist/components/arcgis-arcade-editor.js +3 -3
  39. package/dist/components/arcgis-arcade-results.js +1 -1
  40. package/dist/components/arcgis-arcade-suggestions.js +1 -1
  41. package/dist/components/arcgis-arcade-variables.js +1 -1
  42. package/dist/components/arcgis-assets.d.ts +1 -1
  43. package/dist/components/arcgis-assets.js +1 -1
  44. package/dist/components/arcgis-code-editor.js +1 -1
  45. package/dist/components/{chunk-27DTPISK.js → chunk-JHYFFIV3.js} +227 -189
  46. package/dist/components/code-editor.js +3 -3
  47. package/dist/components/fields.js +1 -1
  48. package/dist/components/index.js +1 -1
  49. package/dist/components/index2.js +12 -3
  50. package/dist/components/markdown.js +1 -1
  51. package/dist/components/useT9n.js +26 -2
  52. package/dist/components/utilities.js +1 -1
  53. package/dist/esm/{arcade-defaults-37d4f4e4.js → arcade-defaults-b38398b2.js} +21 -12
  54. package/dist/esm/{arcade-mode-1eac12c1.js → arcade-mode-c69f900a.js} +3 -3
  55. package/dist/esm/arcgis-arcade-api_6.entry.js +232 -170
  56. package/dist/esm/arcgis-coding-components.js +3 -3
  57. package/dist/esm/{css-e65205b4.js → css-d7e57264.js} +1 -1
  58. package/dist/esm/{cssMode-f3feaf44.js → cssMode-f3b67cc6.js} +3 -3
  59. package/dist/esm/{html-8bada477.js → html-5dde7d7f.js} +3 -3
  60. package/dist/esm/{htmlMode-dd32ef0c.js → htmlMode-7d0e5cb0.js} +3 -3
  61. package/dist/esm/{index-7e8027d3.js → index-119ec33b.js} +1 -1
  62. package/dist/esm/index.js +3 -3
  63. package/dist/esm/{javascript-437946ea.js → javascript-7c2c7fa3.js} +4 -4
  64. package/dist/esm/{jsonMode-548d5b0e.js → jsonMode-a83c8152.js} +3 -3
  65. package/dist/esm/loader.js +3 -3
  66. package/dist/esm/{tsMode-302da5fd.js → tsMode-b72fe3be.js} +3 -3
  67. package/dist/esm/{typescript-838d7751.js → typescript-a3e7b53d.js} +3 -3
  68. package/dist/loader/cdn.js +1 -1
  69. package/dist/loader/index.cjs.js +1 -1
  70. package/dist/loader/index.es2017.js +1 -1
  71. package/dist/loader/index.js +1 -1
  72. package/package.json +9 -9
  73. package/dist/arcgis-coding-components/p-7bf08296.entry.js +0 -6
@@ -1,13 +1,13 @@
1
1
  /*!
2
2
  * All material copyright Esri, All Rights Reserved, unless otherwise specified.
3
3
  * See https://js.arcgis.com/4.30/esri/copyright.txt for details.
4
- * v4.30.0-next.51
4
+ * v4.30.0-next.53
5
5
  */
6
6
  'use strict';
7
7
 
8
8
  Object.defineProperty(exports, '__esModule', { value: true });
9
9
 
10
- const index = require('./index-e81383ee.js');
10
+ const index = require('./index-9680417b.js');
11
11
 
12
12
  /*
13
13
  Stencil Client Patch Browser v4.9.0 | MIT Licensed | https://stenciljs.com
@@ -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.30/esri/copyright.txt for details.
4
- * v4.30.0-next.51
4
+ * v4.30.0-next.53
5
5
  */
6
6
  'use strict';
7
7
 
@@ -1,12 +1,12 @@
1
1
  /*!
2
2
  * All material copyright Esri, All Rights Reserved, unless otherwise specified.
3
3
  * See https://js.arcgis.com/4.30/esri/copyright.txt for details.
4
- * v4.30.0-next.51
4
+ * v4.30.0-next.53
5
5
  */
6
6
  'use strict';
7
7
 
8
- const arcadeDefaults = require('./arcade-defaults-1aa69c71.js');
9
- require('./index-e81383ee.js');
8
+ const arcadeDefaults = require('./arcade-defaults-86f87dbf.js');
9
+ require('./index-9680417b.js');
10
10
 
11
11
  /*!-----------------------------------------------------------------------------
12
12
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1,12 +1,12 @@
1
1
  /*!
2
2
  * All material copyright Esri, All Rights Reserved, unless otherwise specified.
3
3
  * See https://js.arcgis.com/4.30/esri/copyright.txt for details.
4
- * v4.30.0-next.51
4
+ * v4.30.0-next.53
5
5
  */
6
6
  'use strict';
7
7
 
8
- const arcadeDefaults = require('./arcade-defaults-1aa69c71.js');
9
- require('./index-e81383ee.js');
8
+ const arcadeDefaults = require('./arcade-defaults-86f87dbf.js');
9
+ require('./index-9680417b.js');
10
10
 
11
11
  /*!-----------------------------------------------------------------------------
12
12
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1,12 +1,12 @@
1
1
  /*!
2
2
  * All material copyright Esri, All Rights Reserved, unless otherwise specified.
3
3
  * See https://js.arcgis.com/4.30/esri/copyright.txt for details.
4
- * v4.30.0-next.51
4
+ * v4.30.0-next.53
5
5
  */
6
6
  'use strict';
7
7
 
8
- const arcadeDefaults = require('./arcade-defaults-1aa69c71.js');
9
- require('./index-e81383ee.js');
8
+ const arcadeDefaults = require('./arcade-defaults-86f87dbf.js');
9
+ require('./index-9680417b.js');
10
10
 
11
11
  /*!-----------------------------------------------------------------------------
12
12
  * 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.30/esri/copyright.txt for details.
4
- * v4.30.0-next.51
4
+ * v4.30.0-next.53
5
5
  */
6
6
  'use strict';
7
7
 
@@ -1,14 +1,14 @@
1
1
  /*!
2
2
  * All material copyright Esri, All Rights Reserved, unless otherwise specified.
3
3
  * See https://js.arcgis.com/4.30/esri/copyright.txt for details.
4
- * v4.30.0-next.51
4
+ * v4.30.0-next.53
5
5
  */
6
6
  'use strict';
7
7
 
8
8
  Object.defineProperty(exports, '__esModule', { value: true });
9
9
 
10
- const arcadeDefaults = require('./arcade-defaults-1aa69c71.js');
11
- require('./index-e81383ee.js');
10
+ const arcadeDefaults = require('./arcade-defaults-86f87dbf.js');
11
+ require('./index-9680417b.js');
12
12
 
13
13
 
14
14
 
@@ -1,13 +1,13 @@
1
1
  /*!
2
2
  * All material copyright Esri, All Rights Reserved, unless otherwise specified.
3
3
  * See https://js.arcgis.com/4.30/esri/copyright.txt for details.
4
- * v4.30.0-next.51
4
+ * v4.30.0-next.53
5
5
  */
6
6
  'use strict';
7
7
 
8
- const typescript = require('./typescript-c592bb67.js');
9
- require('./arcade-defaults-1aa69c71.js');
10
- require('./index-e81383ee.js');
8
+ const typescript = require('./typescript-db79e227.js');
9
+ require('./arcade-defaults-86f87dbf.js');
10
+ require('./index-9680417b.js');
11
11
 
12
12
  /*!-----------------------------------------------------------------------------
13
13
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1,12 +1,12 @@
1
1
  /*!
2
2
  * All material copyright Esri, All Rights Reserved, unless otherwise specified.
3
3
  * See https://js.arcgis.com/4.30/esri/copyright.txt for details.
4
- * v4.30.0-next.51
4
+ * v4.30.0-next.53
5
5
  */
6
6
  'use strict';
7
7
 
8
- const arcadeDefaults = require('./arcade-defaults-1aa69c71.js');
9
- require('./index-e81383ee.js');
8
+ const arcadeDefaults = require('./arcade-defaults-86f87dbf.js');
9
+ require('./index-9680417b.js');
10
10
 
11
11
  /*!-----------------------------------------------------------------------------
12
12
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1,13 +1,13 @@
1
1
  /*!
2
2
  * All material copyright Esri, All Rights Reserved, unless otherwise specified.
3
3
  * See https://js.arcgis.com/4.30/esri/copyright.txt for details.
4
- * v4.30.0-next.51
4
+ * v4.30.0-next.53
5
5
  */
6
6
  'use strict';
7
7
 
8
8
  Object.defineProperty(exports, '__esModule', { value: true });
9
9
 
10
- const index = require('./index-e81383ee.js');
10
+ const index = require('./index-9680417b.js');
11
11
 
12
12
  const defineCustomElements = (win, options) => {
13
13
  if (typeof window === 'undefined') return undefined;
@@ -1,12 +1,12 @@
1
1
  /*!
2
2
  * All material copyright Esri, All Rights Reserved, unless otherwise specified.
3
3
  * See https://js.arcgis.com/4.30/esri/copyright.txt for details.
4
- * v4.30.0-next.51
4
+ * v4.30.0-next.53
5
5
  */
6
6
  'use strict';
7
7
 
8
- const arcadeDefaults = require('./arcade-defaults-1aa69c71.js');
9
- require('./index-e81383ee.js');
8
+ const arcadeDefaults = require('./arcade-defaults-86f87dbf.js');
9
+ require('./index-9680417b.js');
10
10
 
11
11
  /*!-----------------------------------------------------------------------------
12
12
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1,12 +1,12 @@
1
1
  /*!
2
2
  * All material copyright Esri, All Rights Reserved, unless otherwise specified.
3
3
  * See https://js.arcgis.com/4.30/esri/copyright.txt for details.
4
- * v4.30.0-next.51
4
+ * v4.30.0-next.53
5
5
  */
6
6
  'use strict';
7
7
 
8
- const arcadeDefaults = require('./arcade-defaults-1aa69c71.js');
9
- require('./index-e81383ee.js');
8
+ const arcadeDefaults = require('./arcade-defaults-86f87dbf.js');
9
+ require('./index-9680417b.js');
10
10
 
11
11
  /*!-----------------------------------------------------------------------------
12
12
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1,13 +1,13 @@
1
1
  /*!
2
2
  * All material copyright Esri, All Rights Reserved, unless otherwise specified.
3
3
  * See https://js.arcgis.com/4.30/esri/copyright.txt for details.
4
- * v4.30.0-next.51
4
+ * v4.30.0-next.53
5
5
  */
6
6
  import { proxyCustomElement, HTMLElement, createEvent, h, Host, forceUpdate } from '@stencil/core/internal/client';
7
7
  import { g as generateColorizeStyles, o as onColorizeThemeChanged, c as convertMarkdownString, a as colorizedAllCodeElements } from './markdown.js';
8
8
  import { f as filterCollection } from './utilities.js';
9
9
  import { Uri } from 'monaco-editor';
10
- import { u as useControllerManager } from './chunk-27DTPISK.js';
10
+ import { u as useControllerManager } from './chunk-JHYFFIV3.js';
11
11
  import { e as setFocusOnElement, b as addLTRMark } from './index2.js';
12
12
  import { b as arcadeDefaults } from './arcade-defaults.js';
13
13
  import { g as getArcadeWorker } from './arcade-contribution.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.30/esri/copyright.txt for details.
4
- * v4.30.0-next.51
4
+ * v4.30.0-next.53
5
5
  */
6
6
  import { editor, languages } from 'monaco-editor';
7
7
  import { b as arcadeDefaults } from './arcade-defaults.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.30/esri/copyright.txt for details.
4
- * v4.30.0-next.51
4
+ * v4.30.0-next.53
5
5
  */
6
6
  import { Emitter, Uri } from 'monaco-editor';
7
7
  import { InsertTextMode, InsertTextFormat, CompletionItemKind } from 'vscode-languageserver-types';
@@ -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.30/esri/copyright.txt for details.
4
- * v4.30.0-next.51
4
+ * v4.30.0-next.53
5
5
  */
6
6
  import { editor, MarkerSeverity, Range, languages, Emitter } from 'monaco-editor';
7
7
  import { CompletionItemKind, DiagnosticSeverity, InsertTextFormat } from 'vscode-languageserver-types';
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * All material copyright Esri, All Rights Reserved, unless otherwise specified.
3
3
  * See https://js.arcgis.com/4.30/esri/copyright.txt for details.
4
- * v4.30.0-next.51
4
+ * v4.30.0-next.53
5
5
  */
6
6
  import { proxyCustomElement, HTMLElement, createEvent, forceUpdate, h, Fragment, Host } from '@stencil/core/internal/client';
7
7
  import { g as importArcade, s as supportedFields } from './fields.js';
8
- import { u as useControllerManager } from './chunk-27DTPISK.js';
8
+ import { u as useControllerManager } from './chunk-JHYFFIV3.js';
9
9
  import { s as setValuesInString, q as quoteString } from './index2.js';
10
10
  import { u as useT9n } from './useT9n.js';
11
11
  import "@esri/calcite-components/dist/components/calcite-tree.js";
@@ -1,12 +1,12 @@
1
1
  /*!
2
2
  * All material copyright Esri, All Rights Reserved, unless otherwise specified.
3
3
  * See https://js.arcgis.com/4.30/esri/copyright.txt for details.
4
- * v4.30.0-next.51
4
+ * v4.30.0-next.53
5
5
  */
6
6
  import { proxyCustomElement, HTMLElement, createEvent, forceUpdate, h, Host } from '@stencil/core/internal/client';
7
7
  import { g as generateColorizeStyles, o as onColorizeThemeChanged, c as convertMarkdownString, b as colorizeCodeElement } from './markdown.js';
8
8
  import { f as filterCollection } from './utilities.js';
9
- import { u as useControllerManager } from './chunk-27DTPISK.js';
9
+ import { u as useControllerManager } from './chunk-JHYFFIV3.js';
10
10
  import { e as setFocusOnElement } from './index2.js';
11
11
  import { u as useT9n } from './useT9n.js';
12
12
  import "@esri/calcite-components/dist/components/calcite-list-item-group.js";
@@ -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.30/esri/copyright.txt for details.
4
- * v4.30.0-next.51
4
+ * v4.30.0-next.53
5
5
  */
6
6
  import { proxyCustomElement, HTMLElement, createEvent, forceUpdate, h } from '@stencil/core/internal/client';
7
- import { u as useControllerManager } from './chunk-27DTPISK.js';
7
+ import { u as useControllerManager } from './chunk-JHYFFIV3.js';
8
8
  import { e as setFocusOnElement, d as createFilterExpression } from './index2.js';
9
9
  import { b as arcadeDefaults } from './arcade-defaults.js';
10
10
  import { u as useT9n } from './useT9n.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.30/esri/copyright.txt for details.
4
- * v4.30.0-next.51
4
+ * v4.30.0-next.53
5
5
  */
6
6
  import { A as ArcgisArcadeApi$1, d as defineCustomElement$1 } from './arcade-api.js';
7
7
 
@@ -1,13 +1,13 @@
1
1
  /*!
2
2
  * All material copyright Esri, All Rights Reserved, unless otherwise specified.
3
3
  * See https://js.arcgis.com/4.30/esri/copyright.txt for details.
4
- * v4.30.0-next.51
4
+ * v4.30.0-next.53
5
5
  */
6
6
  import { proxyCustomElement, HTMLElement, createEvent, forceUpdate, h, Fragment, Host } from '@stencil/core/internal/client';
7
7
  import { KeyCode } from 'monaco-editor';
8
8
  import { e as executeScript, D as DevelopersWebSitePath, d as defineCustomElement$5 } from './arcade-results.js';
9
9
  import { u as updateThemeColors, c as colorRulesKeys, s as setupMonacoEnvironment, a as getArcadeDiagnosticService } from './arcade-contribution.js';
10
- import { u as useControllerManager } from './chunk-27DTPISK.js';
10
+ import { u as useControllerManager } from './chunk-JHYFFIV3.js';
11
11
  import { D as Deferred, j as generateGuid, k as getElementTheme } from './index2.js';
12
12
  import { b as arcadeDefaults } from './arcade-defaults.js';
13
13
  import { u as useT9n } from './useT9n.js';
@@ -104,7 +104,7 @@ this.constructor.__registerControllers = ()=>__cmpMeta[2]??{};
104
104
  this.editorOptions = undefined;
105
105
  this.editorInstance = this.manager.getSet(undefined, {
106
106
  get: () => this._codeEditorElt?.editorInstance,
107
- set: (_value, prevValue) => prevValue,
107
+ set: "ignore",
108
108
  });
109
109
  }
110
110
  _profileChanged() {
@@ -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.30/esri/copyright.txt for details.
4
- * v4.30.0-next.51
4
+ * v4.30.0-next.53
5
5
  */
6
6
  import { A as ArcgisArcadeResults$1, d as defineCustomElement$1 } from './arcade-results.js';
7
7
 
@@ -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.30/esri/copyright.txt for details.
4
- * v4.30.0-next.51
4
+ * v4.30.0-next.53
5
5
  */
6
6
  import { A as ArcgisArcadeSuggestions$1, d as defineCustomElement$1 } from './arcade-suggestions.js';
7
7
 
@@ -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.30/esri/copyright.txt for details.
4
- * v4.30.0-next.51
4
+ * v4.30.0-next.53
5
5
  */
6
6
  import { A as ArcgisArcadeVariables$1, d as defineCustomElement$1 } from './arcade-variables.js';
7
7
 
@@ -2,7 +2,7 @@
2
2
  /*!
3
3
  * All material copyright Esri, All Rights Reserved, unless otherwise specified.
4
4
  * See https://js.arcgis.com/4.30/esri/copyright.txt for details.
5
- * v4.30.0-next.51
5
+ * v4.30.0-next.53
6
6
  */
7
7
  /**
8
8
  * Get the base path to where the package assets can be found.
@@ -2,7 +2,7 @@
2
2
  /*!
3
3
  * All material copyright Esri, All Rights Reserved, unless otherwise specified.
4
4
  * See https://js.arcgis.com/4.30/esri/copyright.txt for details.
5
- * v4.30.0-next.51
5
+ * v4.30.0-next.53
6
6
  */
7
7
  let resourceUrl = "https://js.arcgis.com/coding-components/next/";
8
8
  export const getArcgisAssetPath = (path) => {
@@ -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.30/esri/copyright.txt for details.
4
- * v4.30.0-next.51
4
+ * v4.30.0-next.53
5
5
  */
6
6
  import { A as ArcgisCodeEditor$1, d as defineCustomElement$1 } from './code-editor.js';
7
7