@arcgis/coding-components 4.31.0-next.20 → 4.31.0-next.22

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 (120) 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 +433 -22
  3. package/dist/arcgis-coding-components/index.esm.js +2 -2
  4. package/dist/arcgis-coding-components/{p-16665cca.js → p-04046096.js} +2 -2
  5. package/dist/arcgis-coding-components/p-1e246aa1.entry.js +6 -0
  6. package/dist/arcgis-coding-components/{p-8520101e.js → p-31a7f388.js} +1 -1
  7. package/dist/arcgis-coding-components/{p-70dfb6e0.js → p-5c15b81f.js} +1 -1
  8. package/dist/arcgis-coding-components/{p-c926f6ae.js → p-698f50b7.js} +1 -1
  9. package/dist/arcgis-coding-components/{p-e2c2d9f5.js → p-8cb2cec6.js} +2 -2
  10. package/dist/arcgis-coding-components/{p-08cc04d4.js → p-a223495a.js} +2 -2
  11. package/dist/arcgis-coding-components/p-a7ea4ad1.js +6 -0
  12. package/dist/arcgis-coding-components/{p-7daf64fe.js → p-ae29fd38.js} +2 -2
  13. package/dist/arcgis-coding-components/{p-a953e9a1.js → p-aef68788.js} +9 -9
  14. package/dist/arcgis-coding-components/{p-4c81b37f.js → p-b6f71862.js} +2 -2
  15. package/dist/arcgis-coding-components/{p-e3189913.js → p-bf3f0478.js} +2 -2
  16. package/dist/arcgis-coding-components/{p-4d86285c.js → p-c49159a2.js} +2 -2
  17. package/dist/arcgis-coding-components/{p-42f04cb9.js → p-ccafb99e.js} +2 -2
  18. package/dist/arcgis-coding-components/{p-fe49b257.js → p-d0ac8a70.js} +2 -2
  19. package/dist/arcgis-coding-components/{p-641c9ea9.entry.js → p-d7d799d4.entry.js} +2 -2
  20. package/dist/arcgis-coding-components/{p-7e8d63b6.js → p-ea1ee0c8.js} +2 -2
  21. package/dist/arcgis-coding-components/{p-18bd9e47.entry.js → p-f3831703.entry.js} +2 -2
  22. package/dist/arcgis-coding-components/{p-3d234f2d.js → p-f71e9ed5.js} +2 -2
  23. package/dist/cjs/{app-globals-433a74c8.js → app-globals-f02809f3.js} +1 -1
  24. package/dist/cjs/{arcade-defaults-f257c1c3.js → arcade-defaults-40184900.js} +4 -4
  25. package/dist/cjs/{arcade-language-features-ce247b7e.js → arcade-language-features-535d0206.js} +2 -2
  26. package/dist/cjs/{arcade-mode-b587bc69.js → arcade-mode-7b5b3660.js} +3 -3
  27. package/dist/cjs/arcgis-arcade-editor_6.cjs.entry.js +7 -7
  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-252f9ccd.js → css-259c266e.js} +1 -1
  32. package/dist/cjs/{cssMode-1990a12b.js → cssMode-02a6802b.js} +2 -2
  33. package/dist/cjs/{html-217d7f16.js → html-e05ebdd6.js} +2 -2
  34. package/dist/cjs/{htmlMode-d88c8cdb.js → htmlMode-d6ac0a56.js} +2 -2
  35. package/dist/cjs/{index-f3d540a4.js → index-14b1186a.js} +1 -1
  36. package/dist/cjs/index.cjs.js +4 -4
  37. package/dist/cjs/{javascript-40f5746e.js → javascript-2437a527.js} +3 -3
  38. package/dist/cjs/{jsonMode-3673ef76.js → jsonMode-fbeb801a.js} +2 -2
  39. package/dist/cjs/{language-defaults-base-be0a4718.js → language-defaults-base-a8d8e0f8.js} +29 -9
  40. package/dist/cjs/loader.cjs.js +3 -3
  41. package/dist/cjs/{sql-expr-defaults-a578c1be.js → sql-expr-defaults-c040d302.js} +4 -4
  42. package/dist/cjs/sql-expr-mode-8bdb4b49.js +1825 -0
  43. package/dist/cjs/{tsMode-e9ef14cc.js → tsMode-66858edd.js} +2 -2
  44. package/dist/cjs/{typescript-f0bb959a.js → typescript-b3955cad.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 +3 -3
  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 +1 -1
  56. package/dist/components/arcgis-assets.js +1 -1
  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-2JTWBRMN.js +1 -1
  62. package/dist/components/code-editor.js +1 -1
  63. package/dist/components/fields.js +20 -2
  64. package/dist/components/index.js +1 -1
  65. package/dist/components/index2.js +1 -1
  66. package/dist/components/language-api-panel.js +1 -1
  67. package/dist/components/language-defaults-base.js +1 -1
  68. package/dist/components/markdown.js +1 -1
  69. package/dist/components/sql-expr-defaults.js +1 -1
  70. package/dist/components/sql-expr-mode.js +33 -19051
  71. package/dist/components/sql-expression-fields.js +1 -1
  72. package/dist/components/useT9n.js +1 -1
  73. package/dist/components/utilities.js +1 -1
  74. package/dist/esm/{app-globals-b1f90441.js → app-globals-8d4f9d3b.js} +1 -1
  75. package/dist/esm/{arcade-defaults-8c376092.js → arcade-defaults-3c61c6dd.js} +4 -4
  76. package/dist/esm/{arcade-language-features-ba3c7e54.js → arcade-language-features-678161da.js} +2 -2
  77. package/dist/esm/{arcade-mode-12b9d199.js → arcade-mode-df03d5ec.js} +3 -3
  78. package/dist/esm/arcgis-arcade-editor_6.entry.js +7 -7
  79. package/dist/esm/arcgis-coding-components.js +4 -4
  80. package/dist/esm/arcgis-sql-expression-editor.entry.js +4 -4
  81. package/dist/esm/arcgis-sql-expression-fields.entry.js +4 -4
  82. package/dist/esm/{css-01ccbf73.js → css-140b3abe.js} +1 -1
  83. package/dist/esm/{cssMode-02fb248f.js → cssMode-812f7d07.js} +2 -2
  84. package/dist/esm/{html-4bd55af7.js → html-41815a5d.js} +2 -2
  85. package/dist/esm/{htmlMode-c6bd4ff4.js → htmlMode-943d8283.js} +2 -2
  86. package/dist/esm/{index-c5d62434.js → index-f59fc370.js} +1 -1
  87. package/dist/esm/index.js +4 -4
  88. package/dist/esm/{javascript-d9ba4333.js → javascript-0ba8a1a5.js} +3 -3
  89. package/dist/esm/{jsonMode-cb71d241.js → jsonMode-bd76e932.js} +2 -2
  90. package/dist/esm/{language-defaults-base-588e12d0.js → language-defaults-base-e209fc24.js} +28 -10
  91. package/dist/esm/loader.js +4 -4
  92. package/dist/esm/{sql-expr-defaults-c8a3b5af.js → sql-expr-defaults-3a4b9b1b.js} +4 -4
  93. package/dist/esm/sql-expr-mode-ebe0129d.js +1821 -0
  94. package/dist/esm/{tsMode-43accb2b.js → tsMode-a5f7147d.js} +2 -2
  95. package/dist/esm/{typescript-3ff6e545.js → typescript-ec0c2161.js} +2 -2
  96. package/dist/loader/cdn.js +1 -1
  97. package/dist/loader/index.cjs.js +1 -1
  98. package/dist/loader/index.es2017.js +1 -1
  99. package/dist/loader/index.js +1 -1
  100. package/dist/types/utils/sql-expr-monaco/sql-expr-completion.d.ts +1 -1
  101. package/dist/types/utils/sql-expr-monaco/sql-expr-validation-utils.d.ts +7 -8
  102. package/dist/types/utils/sql-expr-monaco/sql-expr-validation.d.ts +2 -3
  103. package/dist/types/utils/sql-expr-monaco/types.d.ts +2 -6
  104. package/package.json +13 -14
  105. package/dist/arcgis-coding-components/p-63dcb1c1.js +0 -6
  106. package/dist/arcgis-coding-components/p-6b4de3d1.entry.js +0 -6
  107. package/dist/cjs/sql-expr-mode-dd91c009.js +0 -20844
  108. package/dist/esm/sql-expr-mode-d2f31cd1.js +0 -20840
  109. package/dist/types/utils/sql-expr-monaco/DependentFiles/DateOnly.d.ts +0 -41
  110. package/dist/types/utils/sql-expr-monaco/DependentFiles/SqlInterval.d.ts +0 -16
  111. package/dist/types/utils/sql-expr-monaco/DependentFiles/SqlTimestampOffset.d.ts +0 -26
  112. package/dist/types/utils/sql-expr-monaco/DependentFiles/TimeOnly.d.ts +0 -37
  113. package/dist/types/utils/sql-expr-monaco/DependentFiles/UnknownTimeZone.d.ts +0 -11
  114. package/dist/types/utils/sql-expr-monaco/DependentFiles/WhereGrammar.d.ts +0 -122
  115. package/dist/types/utils/sql-expr-monaco/DependentFiles/sqlCompareUtils.d.ts +0 -5
  116. package/dist/types/utils/sql-expr-monaco/DependentFiles/sqlDateParsingUtils.d.ts +0 -18
  117. package/dist/types/utils/sql-expr-monaco/DependentFiles/sqlUtils.d.ts +0 -6
  118. package/dist/types/utils/sql-expr-monaco/DependentFiles/standardizedFunctions.d.ts +0 -156
  119. package/dist/types/utils/sql-expr-monaco/DependentFiles/support.d.ts +0 -150
  120. package/dist/types/utils/sql-expr-monaco/PeggyGrammar/sql92grammar.d.ts +0 -1397
@@ -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.20
4
+ * v4.31.0-next.22
5
5
  */
6
6
  'use strict';
7
7
 
8
- const languageDefaultsBase = require('./language-defaults-base-be0a4718.js');
8
+ const languageDefaultsBase = require('./language-defaults-base-a8d8e0f8.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.20
4
+ * v4.31.0-next.22
5
5
  */
6
6
  'use strict';
7
7
 
8
- const languageDefaultsBase = require('./language-defaults-base-be0a4718.js');
8
+ const languageDefaultsBase = require('./language-defaults-base-a8d8e0f8.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.20
4
+ * v4.31.0-next.22
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.20
4
+ * v4.31.0-next.22
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.20
4
+ * v4.31.0-next.22
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.20
4
+ * v4.31.0-next.22
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.20
4
+ * v4.31.0-next.22
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.20
4
+ * v4.31.0-next.22
5
5
  */
6
6
  import { proxyCustomElement, HTMLElement, createEvent, forceUpdate, h } from '@stencil/core/internal/client';
7
7
  import { u as useControllerManager } from './chunk-2JTWBRMN.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.20
4
+ * v4.31.0-next.22
5
5
  */
6
6
  import { proxyCustomElement, HTMLElement, createEvent, forceUpdate, h, Fragment, Host } from '@stencil/core/internal/client';
7
7
  import { KeyCode } from 'monaco-editor';
@@ -299,7 +299,7 @@ this.constructor.__registerControllers = ()=>__cmpMeta[2]??{};
299
299
  icon: "question",
300
300
  active: false,
301
301
  panelName: "none",
302
- iconFlipRtl: true,
302
+ iconFlipRtl: this.messages._lang === "ar",
303
303
  onClick: this._openArcadeHelp,
304
304
  }))));
305
305
  }
@@ -331,7 +331,7 @@ this.constructor.__registerControllers = ()=>__cmpMeta[2]??{};
331
331
  //#endregion
332
332
  //#region Render
333
333
  render() {
334
- return (h(Host, { key: '024ff08c3853fc24aa904de8b498dc99219661be' }, this.renderMainActionBar(), h("div", { key: 'eae67c4446cc0f440008deffbdeef933fd48ee79', class: "flex-row flex-adjustable" }, h("div", { key: '7c508b4d7410ec6e4440e9946fbe3a9f5318b5c3', class: "flex-column flex-adjustable" }, this.renderMainPanel(), this.renderResultsPanel()), this.renderSidePanel(), this.renderSideActionBar())));
334
+ return (h(Host, { key: 'f8a7e9cb7620c72586fc06dba017a44b63330198' }, this.renderMainActionBar(), h("div", { key: '086f52ceaa74266a8bcd28833ae526f73537a165', class: "flex-row flex-adjustable" }, h("div", { key: 'fa33e21b52d41b7c01a504eb85a229714b8c0556', class: "flex-column flex-adjustable" }, this.renderMainPanel(), this.renderResultsPanel()), this.renderSidePanel(), this.renderSideActionBar())));
335
335
  }
336
336
  static get assetsDirs() { return ["assets"]; }
337
337
  get el() { return this; }
@@ -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.20
4
+ * v4.31.0-next.22
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.20
4
+ * v4.31.0-next.22
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.20
4
+ * v4.31.0-next.22
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.31/esri/copyright.txt for details.
5
- * v4.31.0-next.20
5
+ * v4.31.0-next.22
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.31/esri/copyright.txt for details.
5
- * v4.31.0-next.20
5
+ * v4.31.0-next.22
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.31/esri/copyright.txt for details.
4
- * v4.31.0-next.20
4
+ * v4.31.0-next.22
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.20
4
+ * v4.31.0-next.22
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.20
4
+ * v4.31.0-next.22
5
5
  */
6
6
  import { proxyCustomElement, HTMLElement, forceUpdate, h, Host } from '@stencil/core/internal/client';
7
7
  import { u as useControllerManager } from './chunk-2JTWBRMN.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.20
4
+ * v4.31.0-next.22
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.20
4
+ * v4.31.0-next.22
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.20
4
+ * v4.31.0-next.22
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.20
4
+ * v4.31.0-next.22
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);
@@ -19,6 +19,17 @@ async function newLayersFeatureLayer(properties) {
19
19
  const ModConstructor = await importLayersFeatureLayer();
20
20
  return new ModConstructor(properties);
21
21
  }
22
+ async function importLayersSupportFieldsIndex() {
23
+ if (isAMD) {
24
+ return await window.$arcgis.import("esri/layers/support/FieldsIndex");
25
+ }
26
+ const module = await import('@arcgis/core/layers/support/FieldsIndex.js');
27
+ return isDefaultModule(module) ? module.default : module;
28
+ }
29
+ async function newLayersSupportFieldsIndex(properties) {
30
+ const ModConstructor = await importLayersSupportFieldsIndex();
31
+ return new ModConstructor(properties);
32
+ }
22
33
  async function importPortalPortalItem() {
23
34
  if (isAMD) {
24
35
  return await window.$arcgis.import("esri/portal/PortalItem");
@@ -59,6 +70,13 @@ async function importArcade() {
59
70
  const module = await import('@arcgis/core/arcade.js');
60
71
  return isDefaultModule(module) ? module.default : module;
61
72
  }
73
+ async function importCoreSql() {
74
+ if (isAMD) {
75
+ return await window.$arcgis.import("esri/core/sql");
76
+ }
77
+ const module = await import('@arcgis/core/core/sql.js');
78
+ return isDefaultModule(module) ? module.default : module;
79
+ }
62
80
  async function importRequest() {
63
81
  if (isAMD) {
64
82
  return await window.$arcgis.import("esri/request");
@@ -152,4 +170,4 @@ function fieldAlias(field) {
152
170
  return field.alias || field.name;
153
171
  }
154
172
 
155
- export { newPortalPortalItem as a, newWebScene as b, newWebMap as c, fieldTypeToIconName as d, fieldTypeToApiValueVarType as e, fieldAlias as f, importArcade as g, importRequest as i, newLayersFeatureLayer as n, supportedFields as s };
173
+ export { newPortalPortalItem as a, newWebScene as b, newWebMap as c, fieldTypeToIconName as d, fieldTypeToApiValueVarType as e, fieldAlias as f, importArcade as g, importCoreSql as h, importRequest as i, newLayersSupportFieldsIndex as j, newLayersFeatureLayer as n, supportedFields as s };
@@ -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.20
4
+ * v4.31.0-next.22
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.20
4
+ * v4.31.0-next.22
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.20
4
+ * v4.31.0-next.22
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.20
4
+ * v4.31.0-next.22
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.20
4
+ * v4.31.0-next.22
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.20
4
+ * v4.31.0-next.22
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';