@arcgis/coding-components 4.31.0-next.21 → 4.31.0-next.23

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 (119) 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-08b8fd1f.js +6 -0
  5. package/dist/arcgis-coding-components/{p-cdc52d2f.js → p-1402a8f3.js} +1 -1
  6. package/dist/arcgis-coding-components/{p-8eb7e694.js → p-1635ee06.js} +2 -2
  7. package/dist/arcgis-coding-components/{p-57b8bcd7.js → p-1d45a6dd.js} +1 -1
  8. package/dist/arcgis-coding-components/{p-5b67b62b.js → p-22c2d840.js} +2 -2
  9. package/dist/arcgis-coding-components/{p-cbee273f.js → p-2cfa8f19.js} +2 -2
  10. package/dist/arcgis-coding-components/{p-ffce0588.entry.js → p-3f1b5f73.entry.js} +2 -2
  11. package/dist/arcgis-coding-components/{p-a2341e0c.js → p-50e53c02.js} +2 -2
  12. package/dist/arcgis-coding-components/{p-1b799777.js → p-5872baf9.js} +2 -2
  13. package/dist/arcgis-coding-components/{p-d7d1f130.js → p-776d550d.js} +9 -9
  14. package/dist/arcgis-coding-components/{p-4d5cf512.entry.js → p-9c58968d.entry.js} +2 -2
  15. package/dist/arcgis-coding-components/{p-b715834b.js → p-9c7cef40.js} +2 -2
  16. package/dist/arcgis-coding-components/{p-6621a80f.js → p-9e1c9066.js} +2 -2
  17. package/dist/arcgis-coding-components/{p-56266a64.js → p-9edc9c4b.js} +2 -2
  18. package/dist/arcgis-coding-components/{p-64137fec.js → p-a444264e.js} +2 -2
  19. package/dist/arcgis-coding-components/{p-e5a924a1.js → p-b4912aa0.js} +1 -1
  20. package/dist/arcgis-coding-components/{p-f2d64a9d.js → p-c4521d1d.js} +2 -2
  21. package/dist/arcgis-coding-components/{p-e1f9b463.entry.js → p-d99efb76.entry.js} +2 -2
  22. package/dist/arcgis-coding-components/{p-ff62d134.js → p-f18cfc50.js} +2 -2
  23. package/dist/cjs/{app-globals-a9ef3ca8.js → app-globals-b0c856f6.js} +1 -1
  24. package/dist/cjs/{arcade-defaults-f5241680.js → arcade-defaults-25d38bc0.js} +4 -4
  25. package/dist/cjs/{arcade-language-features-0b9f3947.js → arcade-language-features-0422f79b.js} +2 -2
  26. package/dist/cjs/{arcade-mode-cc08d9cd.js → arcade-mode-151f7044.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-bb6a49ec.js → css-c3bfee00.js} +1 -1
  32. package/dist/cjs/{cssMode-e7fac7d7.js → cssMode-c7d6c64b.js} +2 -2
  33. package/dist/cjs/{html-7ff4071d.js → html-3ff5bd3b.js} +2 -2
  34. package/dist/cjs/{htmlMode-c89193ec.js → htmlMode-71714c3e.js} +2 -2
  35. package/dist/cjs/{index-4b7880ab.js → index-d386d3e2.js} +1 -1
  36. package/dist/cjs/index.cjs.js +4 -4
  37. package/dist/cjs/{javascript-864c0220.js → javascript-d1a20c9f.js} +3 -3
  38. package/dist/cjs/{jsonMode-ac4a7be7.js → jsonMode-2b25e5f4.js} +2 -2
  39. package/dist/cjs/{language-defaults-base-57b37f9f.js → language-defaults-base-fe1d850e.js} +29 -9
  40. package/dist/cjs/loader.cjs.js +3 -3
  41. package/dist/cjs/{sql-expr-defaults-245b036d.js → sql-expr-defaults-0acd5dfe.js} +4 -4
  42. package/dist/cjs/sql-expr-mode-bc156416.js +1825 -0
  43. package/dist/cjs/{tsMode-d30d4ab1.js → tsMode-9cfe75b9.js} +2 -2
  44. package/dist/cjs/{typescript-6c87ddb3.js → typescript-fc9b2e83.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 +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-6d0ca11d.js → app-globals-1d6b10d3.js} +1 -1
  75. package/dist/esm/{arcade-defaults-066445c4.js → arcade-defaults-059a08f1.js} +4 -4
  76. package/dist/esm/{arcade-language-features-0e00c199.js → arcade-language-features-749f495a.js} +2 -2
  77. package/dist/esm/{arcade-mode-abf1e1cf.js → arcade-mode-5e2da07e.js} +3 -3
  78. package/dist/esm/arcgis-arcade-editor_6.entry.js +5 -5
  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-c6dae12d.js → css-0fa06f45.js} +1 -1
  83. package/dist/esm/{cssMode-052bb603.js → cssMode-7d51359f.js} +2 -2
  84. package/dist/esm/{html-572696a1.js → html-900c5e2a.js} +2 -2
  85. package/dist/esm/{htmlMode-fc184f2d.js → htmlMode-aaba1915.js} +2 -2
  86. package/dist/esm/{index-0edd9846.js → index-51f840b4.js} +1 -1
  87. package/dist/esm/index.js +4 -4
  88. package/dist/esm/{javascript-8bfc0096.js → javascript-4a0ddd5a.js} +3 -3
  89. package/dist/esm/{jsonMode-7adf94ff.js → jsonMode-bcfe66f5.js} +2 -2
  90. package/dist/esm/{language-defaults-base-85a7f476.js → language-defaults-base-5cb37b1e.js} +28 -10
  91. package/dist/esm/loader.js +4 -4
  92. package/dist/esm/{sql-expr-defaults-be84ec7f.js → sql-expr-defaults-f1fd7291.js} +4 -4
  93. package/dist/esm/sql-expr-mode-0f087c3e.js +1821 -0
  94. package/dist/esm/{tsMode-d10773c8.js → tsMode-6deb8933.js} +2 -2
  95. package/dist/esm/{typescript-9491f23e.js → typescript-11a558e0.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-77dd5521.js +0 -6
  106. package/dist/cjs/sql-expr-mode-304f5ce2.js +0 -20844
  107. package/dist/esm/sql-expr-mode-a4413e5c.js +0 -20840
  108. package/dist/types/utils/sql-expr-monaco/DependentFiles/DateOnly.d.ts +0 -41
  109. package/dist/types/utils/sql-expr-monaco/DependentFiles/SqlInterval.d.ts +0 -16
  110. package/dist/types/utils/sql-expr-monaco/DependentFiles/SqlTimestampOffset.d.ts +0 -26
  111. package/dist/types/utils/sql-expr-monaco/DependentFiles/TimeOnly.d.ts +0 -37
  112. package/dist/types/utils/sql-expr-monaco/DependentFiles/UnknownTimeZone.d.ts +0 -11
  113. package/dist/types/utils/sql-expr-monaco/DependentFiles/WhereGrammar.d.ts +0 -122
  114. package/dist/types/utils/sql-expr-monaco/DependentFiles/sqlCompareUtils.d.ts +0 -5
  115. package/dist/types/utils/sql-expr-monaco/DependentFiles/sqlDateParsingUtils.d.ts +0 -18
  116. package/dist/types/utils/sql-expr-monaco/DependentFiles/sqlUtils.d.ts +0 -6
  117. package/dist/types/utils/sql-expr-monaco/DependentFiles/standardizedFunctions.d.ts +0 -156
  118. package/dist/types/utils/sql-expr-monaco/DependentFiles/support.d.ts +0 -150
  119. 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.21
4
+ * v4.31.0-next.23
5
5
  */
6
6
  'use strict';
7
7
 
8
- const languageDefaultsBase = require('./language-defaults-base-57b37f9f.js');
8
+ const languageDefaultsBase = require('./language-defaults-base-fe1d850e.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.21
4
+ * v4.31.0-next.23
5
5
  */
6
6
  'use strict';
7
7
 
8
- const languageDefaultsBase = require('./language-defaults-base-57b37f9f.js');
8
+ const languageDefaultsBase = require('./language-defaults-base-fe1d850e.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.21
4
+ * v4.31.0-next.23
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.21
4
+ * v4.31.0-next.23
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.21
4
+ * v4.31.0-next.23
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.21
4
+ * v4.31.0-next.23
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.21
4
+ * v4.31.0-next.23
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.21
4
+ * v4.31.0-next.23
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.21
4
+ * v4.31.0-next.23
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.21
4
+ * v4.31.0-next.23
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.21
4
+ * v4.31.0-next.23
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.21
4
+ * v4.31.0-next.23
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.21
5
+ * v4.31.0-next.23
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.21
5
+ * v4.31.0-next.23
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.21
4
+ * v4.31.0-next.23
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.21
4
+ * v4.31.0-next.23
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.21
4
+ * v4.31.0-next.23
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.21
4
+ * v4.31.0-next.23
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.21
4
+ * v4.31.0-next.23
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.21
4
+ * v4.31.0-next.23
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.21
4
+ * v4.31.0-next.23
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.21
4
+ * v4.31.0-next.23
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.21
4
+ * v4.31.0-next.23
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.21
4
+ * v4.31.0-next.23
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.21
4
+ * v4.31.0-next.23
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.21
4
+ * v4.31.0-next.23
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.21
4
+ * v4.31.0-next.23
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';