@arcgis/coding-components 4.31.0-next.36 → 4.31.0-next.38

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 (97) 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 +40 -40
  3. package/dist/arcgis-coding-components/index.esm.js +2 -2
  4. package/dist/arcgis-coding-components/{p-b35496fa.js → p-073d8983.js} +2 -2
  5. package/dist/arcgis-coding-components/{p-e89fca83.js → p-1d458152.js} +2 -2
  6. package/dist/arcgis-coding-components/{p-236d12d3.js → p-3381cbb3.js} +2 -2
  7. package/dist/arcgis-coding-components/{p-16f8beba.entry.js → p-4e928153.entry.js} +2 -2
  8. package/dist/arcgis-coding-components/{p-bfb67195.entry.js → p-55dc17b5.entry.js} +2 -2
  9. package/dist/arcgis-coding-components/{p-f0d080e1.js → p-69f6692f.js} +2 -2
  10. package/dist/arcgis-coding-components/{p-cc07c26d.js → p-76acc36e.js} +2 -2
  11. package/dist/arcgis-coding-components/{p-5d68f261.js → p-7ce1f34b.js} +9 -9
  12. package/dist/arcgis-coding-components/{p-1edf2758.entry.js → p-b0adca59.entry.js} +2 -2
  13. package/dist/arcgis-coding-components/{p-4494f395.js → p-c27e1be0.js} +1 -1
  14. package/dist/arcgis-coding-components/{p-8995ea48.js → p-c60f1c50.js} +2 -2
  15. package/dist/arcgis-coding-components/{p-ea90961f.js → p-e0cea0a8.js} +1 -1
  16. package/dist/arcgis-coding-components/{p-b582c623.js → p-e37185ef.js} +2 -2
  17. package/dist/arcgis-coding-components/{p-66ca1d28.js → p-e6c85bbb.js} +2 -2
  18. package/dist/arcgis-coding-components/{p-c4463b73.js → p-eef6fa27.js} +2 -2
  19. package/dist/arcgis-coding-components/p-faf88d6b.js +6 -0
  20. package/dist/arcgis-coding-components/{p-b5242f41.js → p-fce66178.js} +1 -1
  21. package/dist/arcgis-coding-components/{p-8fbf75c8.js → p-ffed1f26.js} +2 -2
  22. package/dist/cjs/{app-globals-28d59deb.js → app-globals-8c111153.js} +1 -1
  23. package/dist/cjs/{arcade-defaults-d664a41b.js → arcade-defaults-11f7d268.js} +4 -4
  24. package/dist/cjs/{arcade-mode-0d9d8594.js → arcade-mode-07c807b8.js} +2 -2
  25. package/dist/cjs/arcgis-arcade-editor_6.cjs.entry.js +5 -5
  26. package/dist/cjs/arcgis-coding-components.cjs.js +3 -3
  27. package/dist/cjs/arcgis-sql-expression-editor.cjs.entry.js +4 -4
  28. package/dist/cjs/arcgis-sql-expression-fields.cjs.entry.js +4 -4
  29. package/dist/cjs/{css-697a4f1f.js → css-34ad091b.js} +1 -1
  30. package/dist/cjs/{cssMode-0884af5c.js → cssMode-bfb409ae.js} +2 -2
  31. package/dist/cjs/{html-be2c5070.js → html-b91f2de3.js} +2 -2
  32. package/dist/cjs/{htmlMode-972b5d00.js → htmlMode-5a9f2b7b.js} +2 -2
  33. package/dist/cjs/{index-0286e65d.js → index-398efbd8.js} +1 -1
  34. package/dist/cjs/index.cjs.js +4 -4
  35. package/dist/cjs/{javascript-ca1a83c0.js → javascript-9c5e51cf.js} +3 -3
  36. package/dist/cjs/{jsonMode-f80b130e.js → jsonMode-7e3a4ee0.js} +2 -2
  37. package/dist/cjs/{language-defaults-base-4ef5a410.js → language-defaults-base-37d42cfc.js} +9 -9
  38. package/dist/cjs/loader.cjs.js +3 -3
  39. package/dist/cjs/{sql-expr-defaults-c2303d39.js → sql-expr-defaults-e6b4b714.js} +22 -9
  40. package/dist/cjs/{sql-expr-mode-8427e6a9.js → sql-expr-mode-389da910.js} +4 -4
  41. package/dist/cjs/{tsMode-9f7c1e47.js → tsMode-ad3d89e7.js} +2 -2
  42. package/dist/cjs/{typescript-a542d6e5.js → typescript-75eb2530.js} +2 -2
  43. package/dist/components/arcade-defaults.js +1 -1
  44. package/dist/components/arcade-mode.js +1 -1
  45. package/dist/components/arcade-results.js +2 -2
  46. package/dist/components/arcade-suggestions.js +2 -2
  47. package/dist/components/arcade-variables.js +2 -2
  48. package/dist/components/arcgis-arcade-editor.js +2 -2
  49. package/dist/components/arcgis-arcade-results.js +1 -1
  50. package/dist/components/arcgis-arcade-suggestions.js +1 -1
  51. package/dist/components/arcgis-arcade-variables.js +1 -1
  52. package/dist/components/arcgis-assets.d.ts +1 -1
  53. package/dist/components/arcgis-assets.js +1 -1
  54. package/dist/components/arcgis-code-editor.js +1 -1
  55. package/dist/components/arcgis-language-api-panel.js +1 -1
  56. package/dist/components/arcgis-sql-expression-editor.js +2 -2
  57. package/dist/components/arcgis-sql-expression-fields.js +1 -1
  58. package/dist/components/{chunk-EOMOY2EF.js → chunk-656WPE3G.js} +19 -6
  59. package/dist/components/code-editor.js +2 -2
  60. package/dist/components/fields.js +1 -1
  61. package/dist/components/index.js +1 -1
  62. package/dist/components/index2.js +1 -1
  63. package/dist/components/language-api-panel.js +2 -2
  64. package/dist/components/language-defaults-base.js +1 -1
  65. package/dist/components/markdown.js +1 -1
  66. package/dist/components/sql-expr-defaults.js +1 -1
  67. package/dist/components/sql-expr-mode.js +1 -1
  68. package/dist/components/sql-expression-fields.js +2 -2
  69. package/dist/components/useT9n.js +2 -2
  70. package/dist/components/utilities.js +1 -1
  71. package/dist/esm/{app-globals-b8dea988.js → app-globals-a5f17ef9.js} +1 -1
  72. package/dist/esm/{arcade-defaults-86737d71.js → arcade-defaults-00680bcb.js} +4 -4
  73. package/dist/esm/{arcade-mode-94734b13.js → arcade-mode-627341f8.js} +2 -2
  74. package/dist/esm/arcgis-arcade-editor_6.entry.js +5 -5
  75. package/dist/esm/arcgis-coding-components.js +4 -4
  76. package/dist/esm/arcgis-sql-expression-editor.entry.js +4 -4
  77. package/dist/esm/arcgis-sql-expression-fields.entry.js +4 -4
  78. package/dist/esm/{css-ddcc1fba.js → css-8ad9d577.js} +1 -1
  79. package/dist/esm/{cssMode-40f96388.js → cssMode-17974b04.js} +2 -2
  80. package/dist/esm/{html-0003137e.js → html-fb4b0ddf.js} +2 -2
  81. package/dist/esm/{htmlMode-7e1bc03d.js → htmlMode-8fb4b96c.js} +2 -2
  82. package/dist/esm/{index-756fae1a.js → index-368c6a65.js} +1 -1
  83. package/dist/esm/index.js +4 -4
  84. package/dist/esm/{javascript-729f34fa.js → javascript-41a8850e.js} +3 -3
  85. package/dist/esm/{jsonMode-8bf91ede.js → jsonMode-95982e18.js} +2 -2
  86. package/dist/esm/{language-defaults-base-54c5450e.js → language-defaults-base-b8c444af.js} +9 -9
  87. package/dist/esm/loader.js +4 -4
  88. package/dist/esm/{sql-expr-defaults-3b31f1e6.js → sql-expr-defaults-a6190532.js} +22 -9
  89. package/dist/esm/{sql-expr-mode-eb602c14.js → sql-expr-mode-c034d7e3.js} +4 -4
  90. package/dist/esm/{tsMode-f1787a53.js → tsMode-6a09145b.js} +2 -2
  91. package/dist/esm/{typescript-b1cb128a.js → typescript-1b68bb5a.js} +2 -2
  92. package/dist/loader/cdn.js +1 -1
  93. package/dist/loader/index.cjs.js +1 -1
  94. package/dist/loader/index.es2017.js +1 -1
  95. package/dist/loader/index.js +1 -1
  96. package/package.json +11 -11
  97. package/dist/arcgis-coding-components/p-50318043.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.31/esri/copyright.txt for details.
4
- * v4.31.0-next.36
4
+ * v4.31.0-next.38
5
5
  */
6
6
  'use strict';
7
7
 
8
- const languageDefaultsBase = require('./language-defaults-base-4ef5a410.js');
9
- const sqlExprDefaults = require('./sql-expr-defaults-c2303d39.js');
10
- require('./index-0286e65d.js');
8
+ const languageDefaultsBase = require('./language-defaults-base-37d42cfc.js');
9
+ const sqlExprDefaults = require('./sql-expr-defaults-e6b4b714.js');
10
+ require('./index-398efbd8.js');
11
11
 
12
12
  /**
13
13
  * 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.36
4
+ * v4.31.0-next.38
5
5
  */
6
6
  'use strict';
7
7
 
8
- const languageDefaultsBase = require('./language-defaults-base-4ef5a410.js');
8
+ const languageDefaultsBase = require('./language-defaults-base-37d42cfc.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.36
4
+ * v4.31.0-next.38
5
5
  */
6
6
  'use strict';
7
7
 
8
- const languageDefaultsBase = require('./language-defaults-base-4ef5a410.js');
8
+ const languageDefaultsBase = require('./language-defaults-base-37d42cfc.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.36
4
+ * v4.31.0-next.38
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.36
4
+ * v4.31.0-next.38
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.31/esri/copyright.txt for details.
4
- * v4.31.0-next.36
4
+ * v4.31.0-next.38
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';
8
- import { u as useControllerManager } from './chunk-EOMOY2EF.js';
8
+ import { u as useControllerManager } from './chunk-656WPE3G.js';
9
9
  import { c 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.31/esri/copyright.txt for details.
4
- * v4.31.0-next.36
4
+ * v4.31.0-next.38
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';
8
8
  import { f as filterCollection } from './utilities.js';
9
- import { u as useControllerManager } from './chunk-EOMOY2EF.js';
9
+ import { u as useControllerManager } from './chunk-656WPE3G.js';
10
10
  import { r 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.31/esri/copyright.txt for details.
4
- * v4.31.0-next.36
4
+ * v4.31.0-next.38
5
5
  */
6
6
  import { proxyCustomElement, HTMLElement, createEvent, forceUpdate, h } from '@stencil/core/internal/client';
7
- import { u as useControllerManager } from './chunk-EOMOY2EF.js';
7
+ import { u as useControllerManager } from './chunk-656WPE3G.js';
8
8
  import { r 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,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.31/esri/copyright.txt for details.
4
- * v4.31.0-next.36
4
+ * v4.31.0-next.38
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 { d as defineCustomElement$6, e as executeScript, D as DevelopersWebSitePath } from './arcade-results.js';
9
9
  import { d as defineCustomElement$3, u as updateThemeColors, c as colorRulesKeys, s as setupMonacoEnvironment } from './code-editor.js';
10
- import { u as useControllerManager, g as getSet } from './chunk-EOMOY2EF.js';
10
+ import { u as useControllerManager, g as getSet } from './chunk-656WPE3G.js';
11
11
  import { D as Deferred, g as generateGuid, e as getElementTheme } from './index2.js';
12
12
  import { b as arcadeDefaults, g as getArcadeDiagnosticService } from './arcade-defaults.js';
13
13
  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.31/esri/copyright.txt for details.
4
- * v4.31.0-next.36
4
+ * v4.31.0-next.38
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.36
4
+ * v4.31.0-next.38
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.36
4
+ * v4.31.0-next.38
5
5
  */
6
6
  import { A as ArcgisArcadeVariables$1, d as defineCustomElement$1 } from './arcade-variables.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.36
4
+ * v4.31.0-next.38
5
5
  */
6
6
 
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.36
4
+ * v4.31.0-next.38
5
5
  */
6
6
  let resourceUrl = "https://js.arcgis.com/coding-components/next/";
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.36
4
+ * v4.31.0-next.38
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.36
4
+ * v4.31.0-next.38
5
5
  */
6
6
  import { A as ArcgisLanguageApiPanel$1, d as defineCustomElement$1 } from './language-api-panel.js';
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.36
4
+ * v4.31.0-next.38
5
5
  */
6
6
  import { proxyCustomElement, HTMLElement, forceUpdate, h, Host } from '@stencil/core/internal/client';
7
- import { u as useControllerManager } from './chunk-EOMOY2EF.js';
7
+ import { u as useControllerManager } from './chunk-656WPE3G.js';
8
8
  import { g as generateGuid } from './index2.js';
9
9
  import { s as sqlExprDefaults } from './sql-expr-defaults.js';
10
10
  import { d as defineCustomElement$4 } from './code-editor.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.36
4
+ * v4.31.0-next.38
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.36
4
+ * v4.31.0-next.38
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
 
@@ -585,7 +585,10 @@ var ComponentInternals = class {
585
585
  _getSetProxy(prototype, name2, type) {
586
586
  const component = this.component;
587
587
  const propType = getMemberType(component, name2);
588
- const descriptor = Object.getOwnPropertyDescriptor(prototype, name2);
588
+ let descriptor;
589
+ do {
590
+ descriptor = Object.getOwnPropertyDescriptor(prototype, name2);
591
+ } while (!descriptor && (prototype = Object.getPrototypeOf(prototype)));
589
592
  if (!descriptor) {
590
593
  return void 0;
591
594
  }
@@ -593,11 +596,11 @@ var ComponentInternals = class {
593
596
  const originalSet = descriptor.set;
594
597
  const isGetterAlreadyOverwritten = customAccessor in originalGet;
595
598
  const isSetterAlreadyOverwritten = customAccessor in originalSet;
596
- const shouldOverwriteGet = !isGetterAlreadyOverwritten;
597
- const shouldOverwriteSet = !isSetterAlreadyOverwritten;
598
- if (!shouldOverwriteGet && !shouldOverwriteSet) {
599
+ if (isGetterAlreadyOverwritten && isSetterAlreadyOverwritten) {
599
600
  return;
600
601
  }
602
+ const shouldOverwriteGet = !isGetterAlreadyOverwritten;
603
+ const shouldOverwriteSet = !isSetterAlreadyOverwritten;
601
604
  const finalGetter = shouldOverwriteGet ? function getter() {
602
605
  let value = originalGet.call(this);
603
606
  const component2 = elementToInstance.get(this);
@@ -619,7 +622,17 @@ var ComponentInternals = class {
619
622
  originalSet.call(this, rawNewValue);
620
623
  return;
621
624
  }
622
- let newValue = component2.manager.isLit ? rawNewValue : parsePropertyValue(rawNewValue, propType);
625
+ let newValue = component2.manager.isLit ? (
626
+ /*
627
+ * Cast `null` to `undefined`. Reasons:
628
+ * - component can declare properties simply using
629
+ * `@property() name?: string;` and get accurate typings,
630
+ * without being forced to use
631
+ * `@property() name?: string | Nil;`.
632
+ * - simplifies checks in the code and thus reduces bugs
633
+ */
634
+ rawNewValue ?? void 0
635
+ ) : parsePropertyValue(rawNewValue, propType);
623
636
  const internals = component2.manager.internals;
624
637
  if (newValue === oldValue) {
625
638
  originalSet.call(this, rawNewValue);
@@ -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.31/esri/copyright.txt for details.
4
- * v4.31.0-next.36
4
+ * v4.31.0-next.38
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';
8
8
  import { i as importRequest } from './fields.js';
9
9
  import { h as isURL, j as hasSameOrigin, D as Deferred, g as generateGuid, o as observeAncestorsMutation, e as getElementTheme } from './index2.js';
10
- import { u as useControllerManager, g as getSet } from './chunk-EOMOY2EF.js';
10
+ import { u as useControllerManager, g as getSet } from './chunk-656WPE3G.js';
11
11
  import { b as arcadeDefaults, c as getMode } from './arcade-defaults.js';
12
12
  import { s as sqlExprDefaults, g as getMode$1 } from './sql-expr-defaults.js';
13
13
  import { getArcgisAssetPath as getAssetPath } from "./arcgis-assets.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.36
4
+ * v4.31.0-next.38
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,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.36
4
+ * v4.31.0-next.38
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.36
4
+ * v4.31.0-next.38
5
5
  */
6
6
  // src/array-utils.ts
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.31/esri/copyright.txt for details.
4
- * v4.31.0-next.36
4
+ * v4.31.0-next.38
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';
8
8
  import { f as filterCollection } from './utilities.js';
9
- import { u as useControllerManager } from './chunk-EOMOY2EF.js';
9
+ import { u as useControllerManager } from './chunk-656WPE3G.js';
10
10
  import { r as setFocusOnElement, b as addLTRMark } 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,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.36
4
+ * v4.31.0-next.38
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.36
4
+ * v4.31.0-next.38
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.36
4
+ * v4.31.0-next.38
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.36
4
+ * v4.31.0-next.38
5
5
  */
6
6
  import { editor, languages, Emitter } from 'monaco-editor';
7
7
  import { s as sqlExprDefaults } from './sql-expr-defaults.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.31/esri/copyright.txt for details.
4
- * v4.31.0-next.36
4
+ * v4.31.0-next.38
5
5
  */
6
6
  import { proxyCustomElement, HTMLElement, createEvent, forceUpdate, h } from '@stencil/core/internal/client';
7
- import { u as useControllerManager } from './chunk-EOMOY2EF.js';
7
+ import { u as useControllerManager } from './chunk-656WPE3G.js';
8
8
  import { s as sqlExprDefaults } from './sql-expr-defaults.js';
9
9
  import "@esri/calcite-components/dist/components/calcite-block.js";
10
10
  import "@esri/calcite-components/dist/components/calcite-flow.js";
@@ -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.36
4
+ * v4.31.0-next.38
5
5
  */
6
- import { m as makeController, w as watch } from './chunk-EOMOY2EF.js';
6
+ import { m as makeController, w as watch } from './chunk-656WPE3G.js';
7
7
  import { n as startLocaleObserver, p as getElementLocales } from './index2.js';
8
8
  import { getArcgisAssetPath as getAssetPath } from "./arcgis-assets.js";
9
9
 
@@ -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.36
4
+ * v4.31.0-next.38
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.36
4
+ * v4.31.0-next.38
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.36
4
+ * v4.31.0-next.38
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-54c5450e.js';
7
- import { g as getAssetPath } from './index-756fae1a.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-b8c444af.js';
7
+ import { g as getAssetPath } from './index-368c6a65.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-94734b13.js');
41
+ return await import('./arcade-mode-627341f8.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.36
4
+ * v4.31.0-next.38
5
5
  */
6
- import { m as main, g as editor, O as MarkerSeverity, R as Range, z as languages, P as debounce, Q as Emitter } from './language-defaults-base-54c5450e.js';
6
+ import { m as main, g as editor, O as MarkerSeverity, R as Range, z as languages, P as debounce, Q as Emitter } from './language-defaults-base-b8c444af.js';
7
7
 
8
8
  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}));
9
9
 
@@ -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.36
4
+ * v4.31.0-next.38
5
5
  */
6
- import { g as getAssetPath, r as registerInstance, c as createEvent, h, F as Fragment, H as Host, a as getElement } from './index-756fae1a.js';
7
- import { e as importArcade, g as editor, h as startLocaleObserver, j as getElementLocales, k as isURL, l as hasSameOrigin, n as importRequest, D as Deferred, o as generateGuid, p as getElementTheme, K as KeyCode, q as setValuesInString, r as quoteString, t as supportedFields, u as generateTokensCSSForColorMap, S as StandaloneServices, I as IStandaloneThemeService, v as commonjsGlobal, w as setFocusOnElement, x as filterCollection, y as createFilterExpression, z as languages, R as Range, A as observeAncestorsMutation, U as Uri, B as KeyMod, C as addLTRMark } from './language-defaults-base-54c5450e.js';
8
- import { m as makeController, w as watch, u as useControllerManager, g as getSet, s as sqlExprDefaults, a as getMode$1 } from './sql-expr-defaults-3b31f1e6.js';
9
- import { b as arcadeDefaults, g as getArcadeDiagnosticService, c as getMode } from './arcade-defaults-86737d71.js';
6
+ import { g as getAssetPath, r as registerInstance, c as createEvent, h, F as Fragment, H as Host, a as getElement } from './index-368c6a65.js';
7
+ import { e as importArcade, g as editor, h as startLocaleObserver, j as getElementLocales, k as isURL, l as hasSameOrigin, n as importRequest, D as Deferred, o as generateGuid, p as getElementTheme, K as KeyCode, q as setValuesInString, r as quoteString, t as supportedFields, u as generateTokensCSSForColorMap, S as StandaloneServices, I as IStandaloneThemeService, v as commonjsGlobal, w as setFocusOnElement, x as filterCollection, y as createFilterExpression, z as languages, R as Range, A as observeAncestorsMutation, U as Uri, B as KeyMod, C as addLTRMark } from './language-defaults-base-b8c444af.js';
8
+ import { m as makeController, w as watch, u as useControllerManager, g as getSet, s as sqlExprDefaults, a as getMode$1 } from './sql-expr-defaults-a6190532.js';
9
+ import { b as arcadeDefaults, g as getArcadeDiagnosticService, c as getMode } from './arcade-defaults-00680bcb.js';
10
10
 
11
11
  const DevelopersWebSitePath = "https://developers.arcgis.com/arcade/";
12
12
  const MaxArrayItems = 100;
@@ -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.36
4
+ * v4.31.0-next.38
5
5
  */
6
- import { p as promiseResolve, b as bootstrapLazy } from './index-756fae1a.js';
7
- export { s as setNonce } from './index-756fae1a.js';
8
- import { g as globalScripts } from './app-globals-b8dea988.js';
6
+ import { p as promiseResolve, b as bootstrapLazy } from './index-368c6a65.js';
7
+ export { s as setNonce } from './index-368c6a65.js';
8
+ import { g as globalScripts } from './app-globals-a5f17ef9.js';
9
9
 
10
10
  /*
11
11
  Stencil Client Patch Browser v4.18.3 | MIT Licensed | https://stenciljs.com
@@ -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.36
4
+ * v4.31.0-next.38
5
5
  */
6
- import { r as registerInstance, h, H as Host, a as getElement } from './index-756fae1a.js';
7
- import { u as useControllerManager, s as sqlExprDefaults } from './sql-expr-defaults-3b31f1e6.js';
8
- import { o as generateGuid } from './language-defaults-base-54c5450e.js';
6
+ import { r as registerInstance, h, H as Host, a as getElement } from './index-368c6a65.js';
7
+ import { u as useControllerManager, s as sqlExprDefaults } from './sql-expr-defaults-a6190532.js';
8
+ import { o as generateGuid } from './language-defaults-base-b8c444af.js';
9
9
 
10
10
  const sqlExpressionEditorCss = "arcgis-sql-expression-editor{display:flex;flex-direction:column;position:relative;overflow:hidden;border:1px solid var(--calcite-color-border-3);box-sizing:border-box;background-color:var(--calcite-color-foreground-1);height:100%}arcgis-sql-expression-editor .flex-adjustable{flex:1 1 auto;overflow:hidden}arcgis-sql-expression-editor .flex-panel{flex:1 0 auto}arcgis-sql-expression-editor .position-relative{position:relative}arcgis-sql-expression-editor .flex-row{display:flex;flex-direction:row;overflow:hidden}arcgis-sql-expression-editor .flex-column{display:flex;flex-direction:column;overflow:hidden}arcgis-sql-expression-editor .border-inline-start{border-inline-start:1px solid var(--calcite-color-border-3);box-sizing:border-box}arcgis-sql-expression-editor .border-inline-end{border-inline-end:1px solid var(--calcite-color-border-3);box-sizing:border-box}arcgis-sql-expression-editor .side-action-bar{max-width:25%}arcgis-sql-expression-editor .side-panel{max-width:45%;width:600px}arcgis-sql-expression-editor .side-panel calcite-flow{height:100%}";
11
11
  const ArcgisSqlExpressionEditorStyle0 = sqlExpressionEditorCss;
@@ -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.36
4
+ * v4.31.0-next.38
5
5
  */
6
- import { r as registerInstance, c as createEvent, h, a as getElement } from './index-756fae1a.js';
7
- import { u as useControllerManager, s as sqlExprDefaults } from './sql-expr-defaults-3b31f1e6.js';
8
- import './language-defaults-base-54c5450e.js';
6
+ import { r as registerInstance, c as createEvent, h, a as getElement } from './index-368c6a65.js';
7
+ import { u as useControllerManager, s as sqlExprDefaults } from './sql-expr-defaults-a6190532.js';
8
+ import './language-defaults-base-b8c444af.js';
9
9
 
10
10
  const sqlExpressionFieldsCss = ":host calcite-flow{height:100%}:host calcite-list-item-group{background-color:var(--calcite-color-foreground-2)}";
11
11
  const ArcgisSqlExpressionFieldsStyle0 = sqlExpressionFieldsCss;
@@ -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.36
4
+ * v4.31.0-next.38
5
5
  */
6
6
  /*!-----------------------------------------------------------------------------
7
7
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -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.36
4
+ * v4.31.0-next.38
5
5
  */
6
- import { M as monaco_editor_core_star } from './language-defaults-base-54c5450e.js';
6
+ import { M as monaco_editor_core_star } from './language-defaults-base-b8c444af.js';
7
7
 
8
8
  /*!-----------------------------------------------------------------------------
9
9
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -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.36
4
+ * v4.31.0-next.38
5
5
  */
6
- import { M as monaco_editor_core_star } from './language-defaults-base-54c5450e.js';
6
+ import { M as monaco_editor_core_star } from './language-defaults-base-b8c444af.js';
7
7
 
8
8
  /*!-----------------------------------------------------------------------------
9
9
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -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.36
4
+ * v4.31.0-next.38
5
5
  */
6
- import { M as monaco_editor_core_star } from './language-defaults-base-54c5450e.js';
6
+ import { M as monaco_editor_core_star } from './language-defaults-base-b8c444af.js';
7
7
 
8
8
  /*!-----------------------------------------------------------------------------
9
9
  * 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.36
4
+ * v4.31.0-next.38
5
5
  */
6
6
  const NAMESPACE = 'arcgis-coding-components';
7
7
  const BUILD = /* arcgis-coding-components */ { allRenderFn: true, appendChildSlotFix: false, asyncLoading: true, asyncQueue: false, attachStyles: true, cloneNodeFix: false, cmpDidLoad: true, cmpDidRender: false, cmpDidUnload: false, cmpDidUpdate: true, cmpShouldUpdate: true, cmpWillLoad: true, cmpWillRender: false, cmpWillUpdate: true, connectedCallback: true, constructableCSS: true, cssAnnotations: true, devTools: false, disconnectedCallback: true, element: false, event: true, experimentalScopedSlotChanges: false, experimentalSlotFixes: false, formAssociated: false, hasRenderFn: true, hostListener: false, hostListenerTarget: false, hostListenerTargetBody: false, hostListenerTargetDocument: false, hostListenerTargetParent: false, hostListenerTargetWindow: false, hotModuleReplacement: false, hydrateClientSide: false, hydrateServerSide: false, hydratedAttribute: true, hydratedClass: false, hydratedSelectorName: "hydrated", initializeNextTick: false, invisiblePrehydration: true, isDebug: false, isDev: false, isTesting: false, lazyLoad: true, lifecycle: true, lifecycleDOMEvents: false, member: true, method: true, mode: false, observeAttribute: true, profile: false, prop: true, propBoolean: true, propMutable: true, propNumber: false, propString: true, reflect: true, scoped: false, scopedSlotTextContentFix: false, scriptDataOpts: false, shadowDelegatesFocus: false, shadowDom: true, slot: false, slotChildNodesFix: false, slotRelocation: false, state: true, style: true, svg: false, taskQueue: true, transformTagName: false, updatable: true, vdomAttribute: true, vdomClass: true, vdomFunctional: true, vdomKey: true, vdomListener: true, vdomPropOrAttr: true, vdomRef: true, vdomRender: true, vdomStyle: true, vdomText: true, vdomXlink: true, watchCallback: true };