@arcgis/coding-components 4.31.0-next.32 → 4.31.0-next.33

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 (101) hide show
  1. package/dist/arcgis-coding-components/arcgis-coding-components.esm.js +2 -2
  2. package/dist/arcgis-coding-components/assets/code-editor/sql-expr.worker.js +1 -1
  3. package/dist/arcgis-coding-components/index.esm.js +2 -2
  4. package/dist/arcgis-coding-components/{p-4f46e6ac.js → p-08b429c3.js} +2 -2
  5. package/dist/arcgis-coding-components/{p-d5bd5390.entry.js → p-0f7c3b46.entry.js} +2 -2
  6. package/dist/arcgis-coding-components/{p-531bda1b.js → p-11d77b20.js} +2 -2
  7. package/dist/arcgis-coding-components/{p-5db7e141.js → p-1e8ecfad.js} +2 -2
  8. package/dist/arcgis-coding-components/{p-0a2fa466.entry.js → p-26bd361b.entry.js} +2 -2
  9. package/dist/arcgis-coding-components/{p-4a04e849.js → p-31373916.js} +2 -2
  10. package/dist/arcgis-coding-components/{p-69c92c90.js → p-355201f9.js} +1 -1
  11. package/dist/arcgis-coding-components/{p-9cfd27ab.js → p-41da41b7.js} +2 -2
  12. package/dist/arcgis-coding-components/{p-4fcbd73e.js → p-5712f14a.js} +2 -2
  13. package/dist/arcgis-coding-components/{p-c2440aac.js → p-75433d50.js} +2 -2
  14. package/dist/arcgis-coding-components/{p-aa2689dc.js → p-81abf375.js} +9 -9
  15. package/dist/arcgis-coding-components/{p-06242845.js → p-86eb1d4c.js} +2 -2
  16. package/dist/arcgis-coding-components/{p-4588edac.js → p-8a69d580.js} +2 -2
  17. package/dist/arcgis-coding-components/{p-2c79cdd2.js → p-993bc0d7.js} +1 -1
  18. package/dist/arcgis-coding-components/{p-1a675634.js → p-9f2c7bf5.js} +1 -1
  19. package/dist/arcgis-coding-components/{p-fd94b404.js → p-b320932c.js} +2 -2
  20. package/dist/arcgis-coding-components/{p-9e521d43.js → p-e9a06305.js} +2 -2
  21. package/dist/arcgis-coding-components/{p-92a0108e.js → p-f544962a.js} +2 -2
  22. package/dist/arcgis-coding-components/{p-49e97608.entry.js → p-ffffcb8d.entry.js} +2 -2
  23. package/dist/cjs/{app-globals-bf839fe4.js → app-globals-4fe8cc70.js} +1 -1
  24. package/dist/cjs/{arcade-defaults-ac2a291d.js → arcade-defaults-a591369b.js} +4 -4
  25. package/dist/cjs/{arcade-language-features-c3a319a5.js → arcade-language-features-58ffb6a0.js} +2 -2
  26. package/dist/cjs/{arcade-mode-83faa797.js → arcade-mode-8e6464d3.js} +3 -3
  27. package/dist/cjs/arcgis-arcade-editor_6.cjs.entry.js +5 -5
  28. package/dist/cjs/arcgis-coding-components.cjs.js +3 -3
  29. package/dist/cjs/arcgis-sql-expression-editor.cjs.entry.js +4 -4
  30. package/dist/cjs/arcgis-sql-expression-fields.cjs.entry.js +4 -4
  31. package/dist/cjs/{css-e4051cbf.js → css-67e59b62.js} +1 -1
  32. package/dist/cjs/{cssMode-1fd0a3ad.js → cssMode-ac51091d.js} +2 -2
  33. package/dist/cjs/{html-aaf65f03.js → html-3127941b.js} +2 -2
  34. package/dist/cjs/{htmlMode-2824b015.js → htmlMode-c686ddee.js} +2 -2
  35. package/dist/cjs/{index-014f39e0.js → index-8e823a40.js} +1 -1
  36. package/dist/cjs/index.cjs.js +4 -4
  37. package/dist/cjs/{javascript-b5c9decb.js → javascript-37aa76f5.js} +3 -3
  38. package/dist/cjs/{jsonMode-1fd3a8a3.js → jsonMode-9d875fc8.js} +2 -2
  39. package/dist/cjs/{language-defaults-base-8fcd2252.js → language-defaults-base-82944173.js} +9 -9
  40. package/dist/cjs/loader.cjs.js +3 -3
  41. package/dist/cjs/{sql-expr-defaults-96a65f60.js → sql-expr-defaults-d74ef4f2.js} +4 -4
  42. package/dist/cjs/{sql-expr-mode-9c838de2.js → sql-expr-mode-98437b6d.js} +5 -5
  43. package/dist/cjs/{tsMode-2eccff9f.js → tsMode-916f8dc0.js} +2 -2
  44. package/dist/cjs/{typescript-be142a49.js → typescript-05142a58.js} +2 -2
  45. package/dist/components/arcade-defaults.js +1 -1
  46. package/dist/components/arcade-language-features.js +1 -1
  47. package/dist/components/arcade-mode.js +1 -1
  48. package/dist/components/arcade-results.js +1 -1
  49. package/dist/components/arcade-suggestions.js +1 -1
  50. package/dist/components/arcade-variables.js +1 -1
  51. package/dist/components/arcgis-arcade-editor.js +1 -1
  52. package/dist/components/arcgis-arcade-results.js +1 -1
  53. package/dist/components/arcgis-arcade-suggestions.js +1 -1
  54. package/dist/components/arcgis-arcade-variables.js +1 -1
  55. package/dist/components/arcgis-assets.d.ts +26 -26
  56. package/dist/components/arcgis-assets.js +2 -2
  57. package/dist/components/arcgis-code-editor.js +1 -1
  58. package/dist/components/arcgis-language-api-panel.js +1 -1
  59. package/dist/components/arcgis-sql-expression-editor.js +1 -1
  60. package/dist/components/arcgis-sql-expression-fields.js +1 -1
  61. package/dist/components/chunk-EOMOY2EF.js +1 -1
  62. package/dist/components/code-editor.js +1 -1
  63. package/dist/components/fields.js +1 -1
  64. package/dist/components/index.d.ts +3 -18
  65. package/dist/components/index.js +1 -1
  66. package/dist/components/index2.js +1 -1
  67. package/dist/components/language-api-panel.js +1 -1
  68. package/dist/components/language-defaults-base.js +1 -1
  69. package/dist/components/markdown.js +1 -1
  70. package/dist/components/sql-expr-defaults.js +1 -1
  71. package/dist/components/sql-expr-mode.js +1 -1
  72. package/dist/components/sql-expression-fields.js +1 -1
  73. package/dist/components/useT9n.js +1 -1
  74. package/dist/components/utilities.js +1 -1
  75. package/dist/esm/{app-globals-d07fd226.js → app-globals-5a151155.js} +1 -1
  76. package/dist/esm/{arcade-defaults-a1c83e3a.js → arcade-defaults-5c8f894d.js} +4 -4
  77. package/dist/esm/{arcade-language-features-f90d7754.js → arcade-language-features-664e727d.js} +2 -2
  78. package/dist/esm/{arcade-mode-d7fa3ea8.js → arcade-mode-c4a6c6e6.js} +3 -3
  79. package/dist/esm/arcgis-arcade-editor_6.entry.js +5 -5
  80. package/dist/esm/arcgis-coding-components.js +4 -4
  81. package/dist/esm/arcgis-sql-expression-editor.entry.js +4 -4
  82. package/dist/esm/arcgis-sql-expression-fields.entry.js +4 -4
  83. package/dist/esm/{css-dbad9053.js → css-6709b3e0.js} +1 -1
  84. package/dist/esm/{cssMode-5d2d30fd.js → cssMode-76e8796d.js} +2 -2
  85. package/dist/esm/{html-ab48e12a.js → html-53d10c85.js} +2 -2
  86. package/dist/esm/{htmlMode-b1e0354c.js → htmlMode-e9f070f1.js} +2 -2
  87. package/dist/esm/{index-5867d400.js → index-b16f119e.js} +1 -1
  88. package/dist/esm/index.js +4 -4
  89. package/dist/esm/{javascript-734d1821.js → javascript-785bbfd8.js} +3 -3
  90. package/dist/esm/{jsonMode-177925fe.js → jsonMode-cd6fe200.js} +2 -2
  91. package/dist/esm/{language-defaults-base-745ed48c.js → language-defaults-base-e68e4d35.js} +9 -9
  92. package/dist/esm/loader.js +4 -4
  93. package/dist/esm/{sql-expr-defaults-9f3e2604.js → sql-expr-defaults-bdfdf7b4.js} +4 -4
  94. package/dist/esm/{sql-expr-mode-c7d89036.js → sql-expr-mode-e58e1f11.js} +5 -5
  95. package/dist/esm/{tsMode-3836fed5.js → tsMode-31b5e806.js} +2 -2
  96. package/dist/esm/{typescript-84db9ae0.js → typescript-b2aa1d45.js} +2 -2
  97. package/dist/loader/cdn.js +1 -1
  98. package/dist/loader/index.cjs.js +1 -1
  99. package/dist/loader/index.es2017.js +1 -1
  100. package/dist/loader/index.js +1 -1
  101. package/package.json +11 -11
@@ -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.32
4
+ * v4.31.0-next.33
5
5
  */
6
6
  'use strict';
7
7
 
@@ -120614,7 +120614,7 @@ registerLanguage({
120614
120614
  mimetypes: ["text/css"],
120615
120615
  loader: () => {
120616
120616
  {
120617
- return Promise.resolve().then(function () { return require('./css-e4051cbf.js'); });
120617
+ return Promise.resolve().then(function () { return require('./css-67e59b62.js'); });
120618
120618
  }
120619
120619
  }
120620
120620
  });
@@ -120632,7 +120632,7 @@ registerLanguage({
120632
120632
  mimetypes: ["text/html", "text/x-jshtm", "text/template", "text/ng-template"],
120633
120633
  loader: () => {
120634
120634
  {
120635
- return Promise.resolve().then(function () { return require('./html-aaf65f03.js'); });
120635
+ return Promise.resolve().then(function () { return require('./html-3127941b.js'); });
120636
120636
  }
120637
120637
  }
120638
120638
  });
@@ -120652,7 +120652,7 @@ registerLanguage({
120652
120652
  mimetypes: ["text/javascript"],
120653
120653
  loader: () => {
120654
120654
  {
120655
- return Promise.resolve().then(function () { return require('./javascript-b5c9decb.js'); });
120655
+ return Promise.resolve().then(function () { return require('./javascript-37aa76f5.js'); });
120656
120656
  }
120657
120657
  }
120658
120658
  });
@@ -120670,7 +120670,7 @@ registerLanguage({
120670
120670
  mimetypes: ["text/typescript"],
120671
120671
  loader: () => {
120672
120672
  {
120673
- return Promise.resolve().then(function () { return require('./typescript-be142a49.js'); });
120673
+ return Promise.resolve().then(function () { return require('./typescript-05142a58.js'); });
120674
120674
  }
120675
120675
  }
120676
120676
  });
@@ -120791,7 +120791,7 @@ var lessDefaults = new LanguageServiceDefaultsImpl$3("less", optionsDefault$1, m
120791
120791
  monaco_editor_core_exports$3.languages.css = { cssDefaults, lessDefaults, scssDefaults };
120792
120792
  function getMode$3() {
120793
120793
  {
120794
- return Promise.resolve().then(function () { return require('./cssMode-1fd0a3ad.js'); });
120794
+ return Promise.resolve().then(function () { return require('./cssMode-ac51091d.js'); });
120795
120795
  }
120796
120796
  }
120797
120797
  monaco_editor_core_exports$3.languages.onLanguage("less", () => {
@@ -120916,7 +120916,7 @@ monaco_editor_core_exports$2.languages.html = {
120916
120916
  };
120917
120917
  function getMode$2() {
120918
120918
  {
120919
- return Promise.resolve().then(function () { return require('./htmlMode-2824b015.js'); });
120919
+ return Promise.resolve().then(function () { return require('./htmlMode-c686ddee.js'); });
120920
120920
  }
120921
120921
  }
120922
120922
  function registerHTMLLanguageService(languageId, options = optionsDefault, modeConfiguration = getConfigurationDefault(languageId)) {
@@ -121018,7 +121018,7 @@ var jsonDefaults = new LanguageServiceDefaultsImpl$1("json", diagnosticDefault,
121018
121018
  monaco_editor_core_exports$1.languages.json = { jsonDefaults };
121019
121019
  function getMode$1() {
121020
121020
  {
121021
- return Promise.resolve().then(function () { return require('./jsonMode-1fd3a8a3.js'); });
121021
+ return Promise.resolve().then(function () { return require('./jsonMode-9d875fc8.js'); });
121022
121022
  }
121023
121023
  }
121024
121024
  monaco_editor_core_exports$1.languages.register({
@@ -121287,7 +121287,7 @@ monaco_editor_core_exports.languages.typescript = {
121287
121287
  };
121288
121288
  function getMode() {
121289
121289
  {
121290
- return Promise.resolve().then(function () { return require('./tsMode-2eccff9f.js'); });
121290
+ return Promise.resolve().then(function () { return require('./tsMode-916f8dc0.js'); });
121291
121291
  }
121292
121292
  }
121293
121293
  monaco_editor_core_exports.languages.onLanguage("typescript", () => {
@@ -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.31/esri/copyright.txt for details.
4
- * v4.31.0-next.32
4
+ * v4.31.0-next.33
5
5
  */
6
6
  'use strict';
7
7
 
8
8
  Object.defineProperty(exports, '__esModule', { value: true });
9
9
 
10
- const index = require('./index-014f39e0.js');
11
- const appGlobals = require('./app-globals-bf839fe4.js');
10
+ const index = require('./index-8e823a40.js');
11
+ const appGlobals = require('./app-globals-4fe8cc70.js');
12
12
 
13
13
  const defineCustomElements = async (win, options) => {
14
14
  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.31/esri/copyright.txt for details.
4
- * v4.31.0-next.32
4
+ * v4.31.0-next.33
5
5
  */
6
6
  'use strict';
7
7
 
8
- const languageDefaultsBase = require('./language-defaults-base-8fcd2252.js');
9
- const index = require('./index-014f39e0.js');
8
+ const languageDefaultsBase = require('./language-defaults-base-82944173.js');
9
+ const index = require('./index-8e823a40.js');
10
10
 
11
11
  // src/framework.ts
12
12
  function retrieveComponentMembers(component, isLit) {
@@ -1283,7 +1283,7 @@ async function getSqlExprWorker(uri) {
1283
1283
  * @returns sql-expression mode module
1284
1284
  */
1285
1285
  async function getMode() {
1286
- return await Promise.resolve().then(function () { return require('./sql-expr-mode-9c838de2.js'); });
1286
+ return await Promise.resolve().then(function () { return require('./sql-expr-mode-98437b6d.js'); });
1287
1287
  }
1288
1288
 
1289
1289
  const languageId = "arcgis-sql-expression";
@@ -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.31/esri/copyright.txt for details.
4
- * v4.31.0-next.32
4
+ * v4.31.0-next.33
5
5
  */
6
6
  'use strict';
7
7
 
8
- const languageDefaultsBase = require('./language-defaults-base-8fcd2252.js');
9
- const sqlExprDefaults = require('./sql-expr-defaults-96a65f60.js');
10
- const arcadeLanguageFeatures = require('./arcade-language-features-c3a319a5.js');
11
- require('./index-014f39e0.js');
8
+ const languageDefaultsBase = require('./language-defaults-base-82944173.js');
9
+ const sqlExprDefaults = require('./sql-expr-defaults-d74ef4f2.js');
10
+ const arcadeLanguageFeatures = require('./arcade-language-features-58ffb6a0.js');
11
+ require('./index-8e823a40.js');
12
12
 
13
13
  /**
14
14
  * Manager to create our sql-expression worker and client proxy
@@ -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.31/esri/copyright.txt for details.
4
- * v4.31.0-next.32
4
+ * v4.31.0-next.33
5
5
  */
6
6
  'use strict';
7
7
 
8
- const languageDefaultsBase = require('./language-defaults-base-8fcd2252.js');
8
+ const languageDefaultsBase = require('./language-defaults-base-82944173.js');
9
9
 
10
10
  /*!-----------------------------------------------------------------------------
11
11
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -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.31/esri/copyright.txt for details.
4
- * v4.31.0-next.32
4
+ * v4.31.0-next.33
5
5
  */
6
6
  'use strict';
7
7
 
8
- const languageDefaultsBase = require('./language-defaults-base-8fcd2252.js');
8
+ const languageDefaultsBase = require('./language-defaults-base-82944173.js');
9
9
 
10
10
  /*!-----------------------------------------------------------------------------
11
11
  * 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.32
4
+ * v4.31.0-next.33
5
5
  */
6
6
  import { Uri } from 'monaco-editor';
7
7
  import { f as fieldsToProfileValues, i as isPredefinedProfile, a as isFeatureSetCollectionDefinition, b as isFeatureSetDefinition, c as isFeatureDefinition, L as LanguageDefaultsBase, E as EditorProfile } from './language-defaults-base.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.32
4
+ * v4.31.0-next.33
5
5
  */
6
6
  import { editor, MarkerSeverity, Range, languages } from 'monaco-editor';
7
7
  import { DiagnosticSeverity, 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.31/esri/copyright.txt for details.
4
- * v4.31.0-next.32
4
+ * v4.31.0-next.33
5
5
  */
6
6
  import { editor, languages, Emitter } from 'monaco-editor';
7
7
  import { 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.31/esri/copyright.txt for details.
4
- * v4.31.0-next.32
4
+ * v4.31.0-next.33
5
5
  */
6
6
  import { proxyCustomElement, HTMLElement, createEvent, h, Fragment, Host, forceUpdate } from '@stencil/core/internal/client';
7
7
  import { g as importArcade, s as supportedFields } from './fields.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.32
4
+ * v4.31.0-next.33
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, a as colorizeCodeElement } from './markdown.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.32
4
+ * v4.31.0-next.33
5
5
  */
6
6
  import { proxyCustomElement, HTMLElement, createEvent, forceUpdate, h } from '@stencil/core/internal/client';
7
7
  import { u as useControllerManager } from './chunk-EOMOY2EF.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.32
4
+ * v4.31.0-next.33
5
5
  */
6
6
  import { proxyCustomElement, HTMLElement, createEvent, forceUpdate, h, Fragment, Host } from '@stencil/core/internal/client';
7
7
  import { KeyCode } from 'monaco-editor';
@@ -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.32
4
+ * v4.31.0-next.33
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.31/esri/copyright.txt for details.
4
- * v4.31.0-next.32
4
+ * v4.31.0-next.33
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.31/esri/copyright.txt for details.
4
- * v4.31.0-next.32
4
+ * v4.31.0-next.33
5
5
  */
6
6
  import { A as ArcgisArcadeVariables$1, d as defineCustomElement$1 } from './arcade-variables.js';
7
7
 
@@ -1,35 +1,35 @@
1
-
2
1
  /*!
3
2
  * All material copyright Esri, All Rights Reserved, unless otherwise specified.
4
3
  * See https://js.arcgis.com/4.31/esri/copyright.txt for details.
5
- * v4.31.0-next.32
4
+ * v4.31.0-next.33
6
5
  */
6
+
7
7
  /**
8
- * Get the base path to where the package assets can be found.
9
- * By default, the package asset path is set to "https://js.arcgis.com/<simplified-package-name>/<released-verion>/".
10
- * We are hosting our assets on a CDN (Content Delivery Network) to ensure fast and reliable access.
11
- * It is CORS-enabled, so you can load the assets from any domain.
12
- * Use "setArcgisAssetPath(path)" if the path needs to be customized.
13
- */
8
+ * Get the base path to where the package assets can be found.
9
+ * By default, the package asset path is set to "https://js.arcgis.com/<simplified-package-name>/<released-verion>/".
10
+ * We are hosting our assets on a CDN (Content Delivery Network) to ensure fast and reliable access.
11
+ * It is CORS-enabled, so you can load the assets from any domain.
12
+ * Use "setArcgisAssetPath(path)" if the path needs to be customized.
13
+ */
14
14
  export declare const getArcgisAssetPath: (path: string) => string;
15
15
 
16
16
  /**
17
- * Used to manually set the base path where package assets can be found.
18
- *
19
- * By default, the package asset path is set to "https://js.arcgis.com/<simplified-package-name>/<released-verion>/".
20
- * For example, "https://js.arcgis.com/map-components/4.29/".
21
- * We are hosting our assets on a CDN (Content Delivery Network) to ensure fast and reliable access.
22
- * It is CORS-enabled, so you can load the assets from any domain.
23
- * This is the recommended way to load the assets and avoid bundling them with your application.
24
- * It means that by default, you don't need to use "setArcgisAssetPath" since the path is already set.
25
- *
26
- * However, if you need to host the assets locally, you can use "setArcgisAssetPath" to set the base path.
27
- * If the script is used as "module", it's recommended to use "import.meta.url",
28
- * such as "setArcgisAssetPath(import.meta.url)". Other options include
29
- * "setArcgisAssetPath(document.currentScript.src)", or using a bundler's replace plugin to
30
- * dynamically set the path at build time, such as "setArcgisAssetPath(process.env.ASSET_PATH)".
31
- * But do note that this configuration depends on how your script is bundled, or lack of
32
- * bundling, and where your assets can be loaded from. Additionally custom bundling
33
- * will have to ensure the static assets are copied to its build directory.
34
- */
17
+ * Used to manually set the base path where package assets can be found.
18
+ *
19
+ * By default, the package asset path is set to "https://js.arcgis.com/<simplified-package-name>/<released-verion>/".
20
+ * For example, "https://js.arcgis.com/map-components/4.29/".
21
+ * We are hosting our assets on a CDN (Content Delivery Network) to ensure fast and reliable access.
22
+ * It is CORS-enabled, so you can load the assets from any domain.
23
+ * This is the recommended way to load the assets and avoid bundling them with your application.
24
+ * It means that by default, you don't need to use "setArcgisAssetPath" since the path is already set.
25
+ *
26
+ * However, if you need to host the assets locally, you can use "setArcgisAssetPath" to set the base path.
27
+ * If the script is used as "module", it's recommended to use "import.meta.url",
28
+ * such as "setArcgisAssetPath(import.meta.url)". Other options include
29
+ * "setArcgisAssetPath(document.currentScript.src)", or using a bundler's replace plugin to
30
+ * dynamically set the path at build time, such as "setArcgisAssetPath(process.env.ASSET_PATH)".
31
+ * But do note that this configuration depends on how your script is bundled, or lack of
32
+ * bundling, and where your assets can be loaded from. Additionally custom bundling
33
+ * will have to ensure the static assets are copied to its build directory.
34
+ */
35
35
  export declare const setArcgisAssetPath: (path: string) => void;
@@ -1,10 +1,10 @@
1
-
2
1
  /*!
3
2
  * All material copyright Esri, All Rights Reserved, unless otherwise specified.
4
3
  * See https://js.arcgis.com/4.31/esri/copyright.txt for details.
5
- * v4.31.0-next.32
4
+ * v4.31.0-next.33
6
5
  */
7
6
  let resourceUrl = "https://js.arcgis.com/coding-components/next/";
7
+
8
8
  export const getArcgisAssetPath = (path) => {
9
9
  const assetUrl = new URL(path, resourceUrl);
10
10
  return assetUrl.origin !== window.location.origin ? assetUrl.href : assetUrl.pathname;
@@ -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.32
4
+ * v4.31.0-next.33
5
5
  */
6
6
  import { A as ArcgisCodeEditor$1, d as defineCustomElement$1 } from './code-editor.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.31/esri/copyright.txt for details.
4
- * v4.31.0-next.32
4
+ * v4.31.0-next.33
5
5
  */
6
6
  import { A as ArcgisLanguageApiPanel$1, d as defineCustomElement$1 } from './language-api-panel.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.31/esri/copyright.txt for details.
4
- * v4.31.0-next.32
4
+ * v4.31.0-next.33
5
5
  */
6
6
  import { proxyCustomElement, HTMLElement, forceUpdate, h, Host } from '@stencil/core/internal/client';
7
7
  import { u as useControllerManager } from './chunk-EOMOY2EF.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.32
4
+ * v4.31.0-next.33
5
5
  */
6
6
  import { S as SqlExpressionFields, d as defineCustomElement$1 } from './sql-expression-fields.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.31/esri/copyright.txt for details.
4
- * v4.31.0-next.32
4
+ * v4.31.0-next.33
5
5
  */
6
6
  import { a as isNotUndefined, D as Deferred, k as safeAsyncCall, l as devToolsAwareTimeout, m as safeCall } from './index2.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.31/esri/copyright.txt for details.
4
- * v4.31.0-next.32
4
+ * v4.31.0-next.33
5
5
  */
6
6
  import { proxyCustomElement, HTMLElement, createEvent, forceUpdate, h, Host } from '@stencil/core/internal/client';
7
7
  import { editor, languages, Range, Uri, KeyMod, KeyCode } from 'monaco-editor';
@@ -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.32
4
+ * v4.31.0-next.33
5
5
  */
6
6
  // src/index.ts
7
7
  var isAMD = typeof window !== "undefined" && "$arcgis" in window && typeof window.$arcgis === "object" && "import" in window.$arcgis && !("forceESM" in window.$arcgis);
@@ -1,21 +1,3 @@
1
- /**
2
- * Get the base path to where the assets can be found. Use "setAssetPath(path)"
3
- * if the path needs to be customized.
4
- */
5
- export declare const getAssetPath: (path: string) => string;
6
-
7
- /**
8
- * Used to manually set the base path where assets can be found.
9
- * If the script is used as "module", it's recommended to use "import.meta.url",
10
- * such as "setAssetPath(import.meta.url)". Other options include
11
- * "setAssetPath(document.currentScript.src)", or using a bundler's replace plugin to
12
- * dynamically set the path at build time, such as "setAssetPath(process.env.ASSET_PATH)".
13
- * But do note that this configuration depends on how your script is bundled, or lack of
14
- * bundling, and where your assets can be loaded from. Additionally custom bundling
15
- * will have to ensure the static assets are copied to its build directory.
16
- */
17
- export declare const setAssetPath: (path: string) => void;
18
-
19
1
  /**
20
2
  * Used to specify a nonce value that corresponds with an application's CSP.
21
3
  * When set, the nonce will be added to all dynamically created script and style tags at runtime.
@@ -31,3 +13,6 @@ export interface SetPlatformOptions {
31
13
  rel?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;
32
14
  }
33
15
  export declare const setPlatformOptions: (opts: SetPlatformOptions) => void;
16
+
17
+ export * from "../types";
18
+ export * from "./arcgis-assets";
@@ -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.32
4
+ * v4.31.0-next.33
5
5
  */
6
6
  export { setNonce, setPlatformOptions } from '@stencil/core/internal/client';
7
7
  export { a as arcade } 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.31/esri/copyright.txt for details.
4
- * v4.31.0-next.32
4
+ * v4.31.0-next.33
5
5
  */
6
6
  // src/array-utils.ts
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.31/esri/copyright.txt for details.
4
- * v4.31.0-next.32
4
+ * v4.31.0-next.33
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 colorizedAllCodeElements } from './markdown.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.32
4
+ * v4.31.0-next.33
5
5
  */
6
6
  import { n as newLayersFeatureLayer, i as importRequest, s as supportedFields, a as newPortalPortalItem, b as newWebScene, c as newWebMap, f as fieldAlias, d as fieldTypeToIconName, e as fieldTypeToApiValueVarType } from './fields.js';
7
7
  import { p as portalItemPageUrl } from './utilities.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.32
4
+ * v4.31.0-next.33
5
5
  */
6
6
  import { editor } from 'monaco-editor';
7
7
  import { StandaloneServices } from 'monaco-editor/esm/vs/editor/standalone/browser/standaloneServices.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.32
4
+ * v4.31.0-next.33
5
5
  */
6
6
  import { f as fieldsToProfileValues, i as isPredefinedProfile, b as isFeatureSetDefinition, L as LanguageDefaultsBase, E as EditorProfile } from './language-defaults-base.js';
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.31/esri/copyright.txt for details.
4
- * v4.31.0-next.32
4
+ * v4.31.0-next.33
5
5
  */
6
6
  import * as monaco from 'monaco-editor';
7
7
  import { editor, languages, Emitter } from 'monaco-editor';
@@ -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.32
4
+ * v4.31.0-next.33
5
5
  */
6
6
  import { proxyCustomElement, HTMLElement, createEvent, forceUpdate, h } from '@stencil/core/internal/client';
7
7
  import { u as useControllerManager } from './chunk-EOMOY2EF.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.32
4
+ * v4.31.0-next.33
5
5
  */
6
6
  import { m as makeController, w as watch } from './chunk-EOMOY2EF.js';
7
7
  import { n as startLocaleObserver, p as getElementLocales } from './index2.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.32
4
+ * v4.31.0-next.33
5
5
  */
6
6
  import { d as createFilterExpression } from './index2.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.31/esri/copyright.txt for details.
4
- * v4.31.0-next.32
4
+ * v4.31.0-next.33
5
5
  */
6
6
  const globalScripts = () => {};
7
7
 
@@ -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.32
4
+ * v4.31.0-next.33
5
5
  */
6
- import { m as main, f as fieldsToProfileValues, i as isPredefinedProfile, a as isFeatureSetCollectionDefinition, b as isFeatureSetDefinition, c as isFeatureDefinition, s as supportedLocales, L as LanguageDefaultsBase, d as fetchT9nStringsBundle, E as EditorProfile, U as Uri } from './language-defaults-base-745ed48c.js';
7
- import { g as getAssetPath } from './index-5867d400.js';
6
+ import { m as main, f as fieldsToProfileValues, i as isPredefinedProfile, a as isFeatureSetCollectionDefinition, b as isFeatureSetDefinition, c as isFeatureDefinition, s as supportedLocales, L as LanguageDefaultsBase, d as fetchT9nStringsBundle, E as EditorProfile, U as Uri } from './language-defaults-base-e68e4d35.js';
7
+ import { g as getAssetPath } from './index-b16f119e.js';
8
8
 
9
9
  /**
10
10
  * Returns the arcade diagnostic service.
@@ -38,7 +38,7 @@ async function getArcadeWorker(uri) {
38
38
  * @returns arcade mode module
39
39
  */
40
40
  async function getMode() {
41
- return await import('./arcade-mode-d7fa3ea8.js');
41
+ return await import('./arcade-mode-c4a6c6e6.js');
42
42
  }
43
43
 
44
44
  // #region convert editor profile to apiProfile
@@ -1,9 +1,9 @@
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.32
4
+ * v4.31.0-next.33
5
5
  */
6
- import { g as editor, P as MarkerSeverity, m as main, R as Range, z as languages, Q as debounce } from './language-defaults-base-745ed48c.js';
6
+ import { g as editor, P as MarkerSeverity, m as main, R as Range, z as languages, Q as debounce } from './language-defaults-base-e68e4d35.js';
7
7
 
8
8
  //#region Diagnostic
9
9
  class DiagnosticsAdapter {
@@ -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.32
4
+ * v4.31.0-next.33
5
5
  */
6
- import { m as main, g as editor, z as languages, O as Emitter } from './language-defaults-base-745ed48c.js';
7
- import { C as CompletionProvider, F as FormattingProvider, D as DiagnosticsAdapter } from './arcade-language-features-f90d7754.js';
6
+ import { m as main, g as editor, z as languages, O as Emitter } from './language-defaults-base-e68e4d35.js';
7
+ import { C as CompletionProvider, F as FormattingProvider, D as DiagnosticsAdapter } from './arcade-language-features-664e727d.js';
8
8
 
9
9
  var V={False:"false",Null:"null",True:"true"},f={Break:"break",Continue:"continue",Else:"else",For:"for",From:"from",Function:"function",If:"if",Import:"import",Export:"export",In:"in",Return:"return",Var:"var",While:"while"},Ee=["++","--"],Je=["-","+","!","~"],Qe=["=","/=","*=","%=","+=","-="],Ze=["||","&&"],Lt=["|","&",">>","<<",">>>","^","==","!=","<","<=",">",">=","+","-","*","/","%"];var U=[[],[],[]];Ee.forEach(t=>U[t.length-1]?.push(t));Je.forEach(t=>U[t.length-1]?.push(t));Ze.forEach(t=>U[t.length-1]?.push(t));Qe.forEach(t=>U[t.length-1]?.push(t));Lt.forEach(t=>U[t.length-1]?.push(t));var ft=Object.values(f),gt=Object.values(V);gt.map(t=>({label:t,kind:main.exports.CompletionItemKind.Constant}));ft.map(t=>({label:t,kind:main.exports.CompletionItemKind.Keyword}));
10
10