@arcgis/coding-components 4.31.0-next.78 → 4.31.0-next.80

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 (94) 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 +147 -80
  3. package/dist/arcgis-coding-components/index.esm.js +2 -2
  4. package/dist/arcgis-coding-components/{p-39f82bdf.js → p-1e75aef7.js} +10 -10
  5. package/dist/arcgis-coding-components/{p-8afa5752.js → p-229307a6.js} +2 -2
  6. package/dist/arcgis-coding-components/{p-df53ceb3.js → p-23f7b563.js} +2 -2
  7. package/dist/arcgis-coding-components/{p-56b9a46b.js → p-38f6256a.js} +2 -2
  8. package/dist/arcgis-coding-components/{p-6c02d087.js → p-4640ee48.js} +2 -2
  9. package/dist/arcgis-coding-components/{p-856489e5.js → p-48541be9.js} +2 -2
  10. package/dist/arcgis-coding-components/{p-8d86a470.js → p-625f6109.js} +2 -2
  11. package/dist/arcgis-coding-components/{p-cae88f7a.js → p-69c96c8a.js} +2 -2
  12. package/dist/arcgis-coding-components/{p-3e9138d1.js → p-73502685.js} +2 -2
  13. package/dist/arcgis-coding-components/{p-783b5f57.js → p-73bb7708.js} +1 -1
  14. package/dist/arcgis-coding-components/{p-65fac2a2.js → p-7a10c3da.js} +1 -1
  15. package/dist/arcgis-coding-components/{p-7a683b74.entry.js → p-82a842a3.entry.js} +2 -2
  16. package/dist/arcgis-coding-components/{p-c2881d0b.entry.js → p-9c85a274.entry.js} +2 -2
  17. package/dist/arcgis-coding-components/{p-768bbd21.js → p-cbd36018.js} +1 -1
  18. package/dist/arcgis-coding-components/{p-a0d7e57e.js → p-d1467727.js} +2 -2
  19. package/dist/arcgis-coding-components/{p-d4a2c779.js → p-dfbbee8c.js} +2 -2
  20. package/dist/arcgis-coding-components/{p-75194595.entry.js → p-e6047946.entry.js} +2 -2
  21. package/dist/arcgis-coding-components/{p-f191d5c4.js → p-fd0f7216.js} +2 -2
  22. package/dist/cjs/{app-globals-36508d17.js → app-globals-d6870708.js} +1 -1
  23. package/dist/cjs/{arcade-defaults-3ba38e64.js → arcade-defaults-d5f0036c.js} +3 -3
  24. package/dist/cjs/{arcade-mode-153379ec.js → arcade-mode-b1401880.js} +3 -3
  25. package/dist/cjs/arcgis-arcade-editor_6.cjs.entry.js +7 -7
  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-6e35ab05.js → css-611ac32c.js} +1 -1
  30. package/dist/cjs/{cssMode-3dc2bccb.js → cssMode-e2578074.js} +3 -3
  31. package/dist/cjs/{html-20965b18.js → html-93b4d2ab.js} +3 -3
  32. package/dist/cjs/{htmlMode-9324d914.js → htmlMode-00042e70.js} +3 -3
  33. package/dist/cjs/{index-b6860332.js → index-5044931c.js} +1 -1
  34. package/dist/cjs/index.cjs.js +4 -4
  35. package/dist/cjs/{javascript-c62e64af.js → javascript-54fb2607.js} +4 -4
  36. package/dist/cjs/{jsonMode-5d208206.js → jsonMode-ea50b37a.js} +3 -3
  37. package/dist/cjs/loader.cjs.js +3 -3
  38. package/dist/cjs/{sql-expr-defaults-e8d6f68b.js → sql-expr-defaults-00c01d20.js} +10 -10
  39. package/dist/cjs/{sql-expr-mode-08b2ba7b.js → sql-expr-mode-eeab0edf.js} +3 -3
  40. package/dist/cjs/{tsMode-4edda21c.js → tsMode-6d61d3d7.js} +3 -3
  41. package/dist/cjs/{typescript-fef47aa2.js → typescript-f22e6538.js} +3 -3
  42. package/dist/cjs/{useT9n-5e3f59e6.js → useT9n-d38a0876.js} +3 -3
  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 +1 -1
  46. package/dist/components/arcade-suggestions.js +1 -1
  47. package/dist/components/arcgis-arcade-editor.js +1 -1
  48. package/dist/components/arcgis-arcade-results.js +1 -1
  49. package/dist/components/arcgis-arcade-suggestions.js +1 -1
  50. package/dist/components/arcgis-assets.d.ts +1 -1
  51. package/dist/components/arcgis-assets.js +1 -1
  52. package/dist/components/arcgis-code-editor.js +1 -1
  53. package/dist/components/arcgis-editor-variables.js +1 -1
  54. package/dist/components/arcgis-language-api-panel.js +1 -1
  55. package/dist/components/arcgis-sql-expression-editor.js +1 -1
  56. package/dist/components/arcgis-sql-expression-fields.js +1 -1
  57. package/dist/components/chunk-A4MUWALE.js +1 -1
  58. package/dist/components/code-editor.js +1 -1
  59. package/dist/components/editor-variables.js +1 -1
  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 +1 -1
  64. package/dist/components/markdown.js +1 -1
  65. package/dist/components/sql-expr-defaults.js +1 -1
  66. package/dist/components/sql-expr-mode.js +1 -1
  67. package/dist/components/useT9n.js +1 -1
  68. package/dist/components/utilities.js +1 -1
  69. package/dist/esm/{app-globals-114942c8.js → app-globals-7fcac93b.js} +1 -1
  70. package/dist/esm/{arcade-defaults-72d79638.js → arcade-defaults-217a2323.js} +3 -3
  71. package/dist/esm/{arcade-mode-33501bbf.js → arcade-mode-8d760d93.js} +3 -3
  72. package/dist/esm/arcgis-arcade-editor_6.entry.js +7 -7
  73. package/dist/esm/arcgis-coding-components.js +4 -4
  74. package/dist/esm/arcgis-sql-expression-editor.entry.js +4 -4
  75. package/dist/esm/arcgis-sql-expression-fields.entry.js +4 -4
  76. package/dist/esm/{css-e669c8cc.js → css-2b824b87.js} +1 -1
  77. package/dist/esm/{cssMode-a8b477e3.js → cssMode-f5f2ea7d.js} +3 -3
  78. package/dist/esm/{html-fa654ea8.js → html-816b16a4.js} +3 -3
  79. package/dist/esm/{htmlMode-252b58ec.js → htmlMode-19050fe9.js} +3 -3
  80. package/dist/esm/{index-515ec576.js → index-4ec6f5a8.js} +1 -1
  81. package/dist/esm/index.js +4 -4
  82. package/dist/esm/{javascript-e43d9aad.js → javascript-bbb51b1a.js} +4 -4
  83. package/dist/esm/{jsonMode-788ef636.js → jsonMode-c4ea09e0.js} +3 -3
  84. package/dist/esm/loader.js +4 -4
  85. package/dist/esm/{sql-expr-defaults-eff5fcd0.js → sql-expr-defaults-bb0d1f1b.js} +10 -10
  86. package/dist/esm/{sql-expr-mode-f4116ccc.js → sql-expr-mode-36c35f5b.js} +3 -3
  87. package/dist/esm/{tsMode-b6afbaf3.js → tsMode-1bd2e1f1.js} +3 -3
  88. package/dist/esm/{typescript-e6399cf1.js → typescript-b4cf4403.js} +3 -3
  89. package/dist/esm/{useT9n-1988d923.js → useT9n-51ee9f56.js} +3 -3
  90. package/dist/loader/cdn.js +1 -1
  91. package/dist/loader/index.cjs.js +1 -1
  92. package/dist/loader/index.es2017.js +1 -1
  93. package/dist/loader/index.js +1 -1
  94. 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.78
4
+ * v4.31.0-next.80
5
5
  */
6
6
  import { proxyCustomElement, HTMLElement, createEvent, forceUpdate, h } from '@stencil/core/internal/client';
7
7
  import { u as useControllerManager } from './chunk-A4MUWALE.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.78
4
+ * v4.31.0-next.80
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.78
4
+ * v4.31.0-next.80
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.78
4
+ * v4.31.0-next.80
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.78
4
+ * v4.31.0-next.80
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.78
4
+ * v4.31.0-next.80
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.78
4
+ * v4.31.0-next.80
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 { InsertTextMode, InsertTextFormat, CompletionItemKind, MarkupKind } 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.78
4
+ * v4.31.0-next.80
5
5
  */
6
6
  import { editor, languages, Emitter } from 'monaco-editor';
7
7
  import { D as Deferred, u as debounce } 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.78
4
+ * v4.31.0-next.80
5
5
  */
6
6
  import { p as proxyExports, w as watch, C as Controller, s as setAmbientComponent } from './chunk-A4MUWALE.js';
7
7
  import { p as startLocaleObserver, r 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.78
4
+ * v4.31.0-next.80
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.78
4
+ * v4.31.0-next.80
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.78
4
+ * v4.31.0-next.80
5
5
  */
6
- import { m as main, f as fieldsToProfileValues, i as isPredefinedProfile, a as isFeatureSetCollectionDefinition, b as isFeatureSetDefinition, c as isFeatureDefinition, d as supportedLocales, L as LanguageDefaultsBase, e as fetchT9nStringsBundle, E as EditorProfile } from './sql-expr-defaults-eff5fcd0.js';
7
- import { g as getAssetPath } from './index-515ec576.js';
6
+ import { m as main, f as fieldsToProfileValues, i as isPredefinedProfile, a as isFeatureSetCollectionDefinition, b as isFeatureSetDefinition, c as isFeatureDefinition, d as supportedLocales, L as LanguageDefaultsBase, e as fetchT9nStringsBundle, E as EditorProfile } from './sql-expr-defaults-bb0d1f1b.js';
7
+ import { g as getAssetPath } from './index-4ec6f5a8.js';
8
8
 
9
9
  // #region convert editor profile to apiProfile
10
10
  /**
@@ -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.78
4
+ * v4.31.0-next.80
5
5
  */
6
- import { m as main, h as editor, Q as MarkerSeverity, R as Range, x as languages, T as debounce, D as Deferred, V as Emitter } from './sql-expr-defaults-eff5fcd0.js';
7
- import './index-515ec576.js';
6
+ import { m as main, h as editor, Q as MarkerSeverity, R as Range, x as languages, T as debounce, D as Deferred, V as Emitter } from './sql-expr-defaults-bb0d1f1b.js';
7
+ import './index-4ec6f5a8.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"},xe=["++","--"],Ge=["-","+","!","~"],Je=["=","/=","*=","%=","+=","-="],Qe=["||","&&"],Lt=["|","&",">>","<<",">>>","^","==","!=","<","<=",">",">=","+","-","*","/","%"];var U=[[],[],[]];xe.forEach(e=>U[e.length-1]?.push(e));Ge.forEach(e=>U[e.length-1]?.push(e));Qe.forEach(e=>U[e.length-1]?.push(e));Je.forEach(e=>U[e.length-1]?.push(e));Lt.forEach(e=>U[e.length-1]?.push(e));var lt=Object.values(f),pt=Object.values(V);pt.map(e=>({label:e,kind:main.exports.CompletionItemKind.Constant}));lt.map(e=>({label:e,kind:main.exports.CompletionItemKind.Keyword}));
10
10
 
@@ -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.78
4
+ * v4.31.0-next.80
5
5
  */
6
- import { r as registerInstance, c as createEvent, g as getAssetPath, h, F as Fragment, H as Host, a as getElement } from './index-515ec576.js';
7
- import { g as importArcade, h as editor, j as isURL, k as hasSameOrigin, l as importRequest, D as Deferred, n as generateGuid, o as getElementTheme, K as KeyCode, p as setValuesInString, q as quoteString, r as supportedFields, t as generateTokensCSSForColorMap, S as StandaloneServices, I as IStandaloneThemeService, u as commonjsGlobal, v as setFocusOnElement, w as filterCollection, x as languages, y as sqlExprDefaults, R as Range, z as observeAncestorsMutation, U as Uri, A as KeyMod, B as createFilterExpression, C as addLTRMark } from './sql-expr-defaults-eff5fcd0.js';
8
- import { u as useControllerManager, a as useT9n, g as getSet } from './useT9n-1988d923.js';
9
- import { b as arcadeDefaults } from './arcade-defaults-72d79638.js';
6
+ import { r as registerInstance, c as createEvent, g as getAssetPath, h, F as Fragment, H as Host, a as getElement } from './index-4ec6f5a8.js';
7
+ import { g as importArcade, h as editor, j as isURL, k as hasSameOrigin, l as importRequest, D as Deferred, n as generateGuid, o as getElementTheme, K as KeyCode, p as setValuesInString, q as quoteString, r as supportedFields, t as generateTokensCSSForColorMap, S as StandaloneServices, I as IStandaloneThemeService, u as commonjsGlobal, v as setFocusOnElement, w as filterCollection, x as languages, y as sqlExprDefaults, R as Range, z as observeAncestorsMutation, U as Uri, A as KeyMod, B as createFilterExpression, C as addLTRMark } from './sql-expr-defaults-bb0d1f1b.js';
8
+ import { u as useControllerManager, a as useT9n, g as getSet } from './useT9n-51ee9f56.js';
9
+ import { b as arcadeDefaults } from './arcade-defaults-217a2323.js';
10
10
 
11
11
  const DevelopersWebSitePath = "https://developers.arcgis.com/arcade/";
12
12
  const MaxArrayItems = 100;
@@ -363,7 +363,7 @@ async function getArcadeDiagnosticService() {
363
363
  * @returns arcade mode module
364
364
  */
365
365
  async function getMode$1() {
366
- return await import('./arcade-mode-33501bbf.js');
366
+ return await import('./arcade-mode-8d760d93.js');
367
367
  }
368
368
 
369
369
  const arcadeEditorCss = "arcgis-arcade-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-arcade-editor .flex-adjustable{flex:1 1 auto;overflow:hidden}arcgis-arcade-editor .flex-panel{flex:1 0 auto}arcgis-arcade-editor .position-relative{position:relative}arcgis-arcade-editor .flex-row{display:flex;flex-direction:row;overflow:hidden}arcgis-arcade-editor .flex-column{display:flex;flex-direction:column;overflow:hidden}arcgis-arcade-editor .border-inline-start{border-inline-start:1px solid var(--calcite-color-border-3);box-sizing:border-box}arcgis-arcade-editor .border-inline-end{border-inline-end:1px solid var(--calcite-color-border-3);box-sizing:border-box}arcgis-arcade-editor .sticky{position:sticky;top:0px;z-index:10}arcgis-arcade-editor .notice-container{margin:var(--calcite-spacing-xxs);padding:var(--calcite-spacing-sm);background-color:var(--calcite-color-foreground-1);text-align:center}arcgis-arcade-editor .side-action-bar{max-width:25%}arcgis-arcade-editor .side-panel{max-width:45%;width:600px}arcgis-arcade-editor .side-panel calcite-flow{height:100%}arcgis-arcade-editor .main-action-bar{border-bottom:1px solid var(--calcite-color-border-3);flex:0 0 auto}arcgis-arcade-editor .main-action-bar calcite-action-group{padding-inline-end:var(--calcite-spacing-sm)}arcgis-arcade-editor .main-action-bar calcite-action-group calcite-action{padding-inline-end:var(--calcite-spacing-sm)}arcgis-arcade-editor .main-action-bar calcite-action-group calcite-action:not(:first-child){padding-inline-start:var(--calcite-spacing-sm)}arcgis-arcade-editor .main-action-bar calcite-action-group:last-child{border-inline-end-width:0px}arcgis-arcade-editor .main-action-bar calcite-action-group:not(:first-child){padding-inline-start:var(--calcite-spacing-sm)}arcgis-arcade-editor arcgis-arcade-results{border-top:1px solid var(--calcite-color-border-3);box-sizing:border-box;max-height:50%;min-height:50%;margin-bottom:-1px}arcgis-arcade-editor calcite-flow [slot=footer]{word-break:break-word}";
@@ -4011,7 +4011,7 @@ languages.onLanguage(arcadeDefaults.languageId, () => {
4011
4011
  * @returns sql-expression mode module
4012
4012
  */
4013
4013
  async function getMode() {
4014
- return await import('./sql-expr-mode-f4116ccc.js');
4014
+ return await import('./sql-expr-mode-36c35f5b.js');
4015
4015
  }
4016
4016
 
4017
4017
  // Register the language in Monaco
@@ -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.78
4
+ * v4.31.0-next.80
5
5
  */
6
- import { p as promiseResolve, b as bootstrapLazy } from './index-515ec576.js';
7
- export { s as setNonce } from './index-515ec576.js';
8
- import { g as globalScripts } from './app-globals-114942c8.js';
6
+ import { p as promiseResolve, b as bootstrapLazy } from './index-4ec6f5a8.js';
7
+ export { s as setNonce } from './index-4ec6f5a8.js';
8
+ import { g as globalScripts } from './app-globals-7fcac93b.js';
9
9
 
10
10
  /*
11
11
  Stencil Client Patch Browser v4.19.2 | 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.78
4
+ * v4.31.0-next.80
5
5
  */
6
- import { r as registerInstance, c as createEvent, h, H as Host, a as getElement } from './index-515ec576.js';
7
- import { u as useControllerManager, a as useT9n } from './useT9n-1988d923.js';
8
- import { n as generateGuid, y as sqlExprDefaults } from './sql-expr-defaults-eff5fcd0.js';
6
+ import { r as registerInstance, c as createEvent, h, H as Host, a as getElement } from './index-4ec6f5a8.js';
7
+ import { u as useControllerManager, a as useT9n } from './useT9n-51ee9f56.js';
8
+ import { n as generateGuid, y as sqlExprDefaults } from './sql-expr-defaults-bb0d1f1b.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.78
4
+ * v4.31.0-next.80
5
5
  */
6
- import { r as registerInstance, c as createEvent, h, a as getElement } from './index-515ec576.js';
7
- import { u as useControllerManager, a as useT9n } from './useT9n-1988d923.js';
8
- import { y as sqlExprDefaults } from './sql-expr-defaults-eff5fcd0.js';
6
+ import { r as registerInstance, c as createEvent, h, a as getElement } from './index-4ec6f5a8.js';
7
+ import { u as useControllerManager, a as useT9n } from './useT9n-51ee9f56.js';
8
+ import { y as sqlExprDefaults } from './sql-expr-defaults-bb0d1f1b.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.78
4
+ * v4.31.0-next.80
5
5
  */
6
6
  /*!-----------------------------------------------------------------------------
7
7
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -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.78
4
+ * v4.31.0-next.80
5
5
  */
6
- import { O as monaco_editor_core_star } from './sql-expr-defaults-eff5fcd0.js';
7
- import './index-515ec576.js';
6
+ import { O as monaco_editor_core_star } from './sql-expr-defaults-bb0d1f1b.js';
7
+ import './index-4ec6f5a8.js';
8
8
 
9
9
  /*!-----------------------------------------------------------------------------
10
10
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -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.78
4
+ * v4.31.0-next.80
5
5
  */
6
- import { O as monaco_editor_core_star } from './sql-expr-defaults-eff5fcd0.js';
7
- import './index-515ec576.js';
6
+ import { O as monaco_editor_core_star } from './sql-expr-defaults-bb0d1f1b.js';
7
+ import './index-4ec6f5a8.js';
8
8
 
9
9
  /*!-----------------------------------------------------------------------------
10
10
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -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.78
4
+ * v4.31.0-next.80
5
5
  */
6
- import { O as monaco_editor_core_star } from './sql-expr-defaults-eff5fcd0.js';
7
- import './index-515ec576.js';
6
+ import { O as monaco_editor_core_star } from './sql-expr-defaults-bb0d1f1b.js';
7
+ import './index-4ec6f5a8.js';
8
8
 
9
9
  /*!-----------------------------------------------------------------------------
10
10
  * 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.78
4
+ * v4.31.0-next.80
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 };
package/dist/esm/index.js CHANGED
@@ -1,8 +1,8 @@
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.78
4
+ * v4.31.0-next.80
5
5
  */
6
- export { a as arcade } from './arcade-defaults-72d79638.js';
7
- export { s as sqlExpression } from './sql-expr-defaults-eff5fcd0.js';
8
- import './index-515ec576.js';
6
+ export { a as arcade } from './arcade-defaults-217a2323.js';
7
+ export { s as sqlExpression } from './sql-expr-defaults-bb0d1f1b.js';
8
+ import './index-4ec6f5a8.js';
@@ -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.78
4
+ * v4.31.0-next.80
5
5
  */
6
- import { conf as conf$1, language as language$1 } from './typescript-e6399cf1.js';
7
- import './sql-expr-defaults-eff5fcd0.js';
8
- import './index-515ec576.js';
6
+ import { conf as conf$1, language as language$1 } from './typescript-b4cf4403.js';
7
+ import './sql-expr-defaults-bb0d1f1b.js';
8
+ import './index-4ec6f5a8.js';
9
9
 
10
10
  /*!-----------------------------------------------------------------------------
11
11
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -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.78
4
+ * v4.31.0-next.80
5
5
  */
6
- import { O as monaco_editor_core_star } from './sql-expr-defaults-eff5fcd0.js';
7
- import './index-515ec576.js';
6
+ import { O as monaco_editor_core_star } from './sql-expr-defaults-bb0d1f1b.js';
7
+ import './index-4ec6f5a8.js';
8
8
 
9
9
  /*!-----------------------------------------------------------------------------
10
10
  * 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.78
4
+ * v4.31.0-next.80
5
5
  */
6
- import { b as bootstrapLazy } from './index-515ec576.js';
7
- export { s as setNonce } from './index-515ec576.js';
8
- import { g as globalScripts } from './app-globals-114942c8.js';
6
+ import { b as bootstrapLazy } from './index-4ec6f5a8.js';
7
+ export { s as setNonce } from './index-4ec6f5a8.js';
8
+ import { g as globalScripts } from './app-globals-7fcac93b.js';
9
9
 
10
10
  const defineCustomElements = async (win, options) => {
11
11
  if (typeof window === 'undefined') return undefined;
@@ -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.78
4
+ * v4.31.0-next.80
5
5
  */
6
- import { g as getAssetPath } from './index-515ec576.js';
6
+ import { g as getAssetPath } from './index-4ec6f5a8.js';
7
7
 
8
8
  // src/index.ts
9
9
  var isAMD = typeof window !== "undefined" && "$arcgis" in window && typeof window.$arcgis === "object" && "import" in window.$arcgis && !("forceESM" in window.$arcgis);
@@ -124670,7 +124670,7 @@ registerLanguage({
124670
124670
  mimetypes: ["text/css"],
124671
124671
  loader: () => {
124672
124672
  {
124673
- return import('./css-e669c8cc.js');
124673
+ return import('./css-2b824b87.js');
124674
124674
  }
124675
124675
  }
124676
124676
  });
@@ -124688,7 +124688,7 @@ registerLanguage({
124688
124688
  mimetypes: ["text/html", "text/x-jshtm", "text/template", "text/ng-template"],
124689
124689
  loader: () => {
124690
124690
  {
124691
- return import('./html-fa654ea8.js');
124691
+ return import('./html-816b16a4.js');
124692
124692
  }
124693
124693
  }
124694
124694
  });
@@ -124708,7 +124708,7 @@ registerLanguage({
124708
124708
  mimetypes: ["text/javascript"],
124709
124709
  loader: () => {
124710
124710
  {
124711
- return import('./javascript-e43d9aad.js');
124711
+ return import('./javascript-bbb51b1a.js');
124712
124712
  }
124713
124713
  }
124714
124714
  });
@@ -124726,7 +124726,7 @@ registerLanguage({
124726
124726
  mimetypes: ["text/typescript"],
124727
124727
  loader: () => {
124728
124728
  {
124729
- return import('./typescript-e6399cf1.js');
124729
+ return import('./typescript-b4cf4403.js');
124730
124730
  }
124731
124731
  }
124732
124732
  });
@@ -124847,7 +124847,7 @@ var lessDefaults = new LanguageServiceDefaultsImpl$3("less", optionsDefault$1, m
124847
124847
  monaco_editor_core_exports$3.languages.css = { cssDefaults, lessDefaults, scssDefaults };
124848
124848
  function getMode$3() {
124849
124849
  {
124850
- return import('./cssMode-a8b477e3.js');
124850
+ return import('./cssMode-f5f2ea7d.js');
124851
124851
  }
124852
124852
  }
124853
124853
  monaco_editor_core_exports$3.languages.onLanguage("less", () => {
@@ -124972,7 +124972,7 @@ monaco_editor_core_exports$2.languages.html = {
124972
124972
  };
124973
124973
  function getMode$2() {
124974
124974
  {
124975
- return import('./htmlMode-252b58ec.js');
124975
+ return import('./htmlMode-19050fe9.js');
124976
124976
  }
124977
124977
  }
124978
124978
  function registerHTMLLanguageService(languageId, options = optionsDefault, modeConfiguration = getConfigurationDefault(languageId)) {
@@ -125074,7 +125074,7 @@ var jsonDefaults = new LanguageServiceDefaultsImpl$1("json", diagnosticDefault,
125074
125074
  monaco_editor_core_exports$1.languages.json = { jsonDefaults };
125075
125075
  function getMode$1() {
125076
125076
  {
125077
- return import('./jsonMode-788ef636.js');
125077
+ return import('./jsonMode-c4ea09e0.js');
125078
125078
  }
125079
125079
  }
125080
125080
  monaco_editor_core_exports$1.languages.register({
@@ -125343,7 +125343,7 @@ monaco_editor_core_exports.languages.typescript = {
125343
125343
  };
125344
125344
  function getMode() {
125345
125345
  {
125346
- return import('./tsMode-b6afbaf3.js');
125346
+ return import('./tsMode-1bd2e1f1.js');
125347
125347
  }
125348
125348
  }
125349
125349
  monaco_editor_core_exports.languages.onLanguage("typescript", () => {
@@ -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.78
4
+ * v4.31.0-next.80
5
5
  */
6
- import { D as Deferred, h as editor, T as debounce, x as languages, y as sqlExprDefaults, V as Emitter } from './sql-expr-defaults-eff5fcd0.js';
7
- import './index-515ec576.js';
6
+ import { D as Deferred, h as editor, T as debounce, x as languages, y as sqlExprDefaults, V as Emitter } from './sql-expr-defaults-bb0d1f1b.js';
7
+ import './index-4ec6f5a8.js';
8
8
 
9
9
  // hold onto a promise that resolves when the worker is ready
10
10
  let deferredWorker = new Deferred();
@@ -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.78
4
+ * v4.31.0-next.80
5
5
  */
6
- import { P as typescriptDefaults, O as monaco_editor_core_star } from './sql-expr-defaults-eff5fcd0.js';
7
- import './index-515ec576.js';
6
+ import { P as typescriptDefaults, O as monaco_editor_core_star } from './sql-expr-defaults-bb0d1f1b.js';
7
+ import './index-4ec6f5a8.js';
8
8
 
9
9
  /*!-----------------------------------------------------------------------------
10
10
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -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.78
4
+ * v4.31.0-next.80
5
5
  */
6
- import { O as monaco_editor_core_star } from './sql-expr-defaults-eff5fcd0.js';
7
- import './index-515ec576.js';
6
+ import { O as monaco_editor_core_star } from './sql-expr-defaults-bb0d1f1b.js';
7
+ import './index-4ec6f5a8.js';
8
8
 
9
9
  /*!-----------------------------------------------------------------------------
10
10
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -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.78
4
+ * v4.31.0-next.80
5
5
  */
6
- import { F as isNotUndefined, D as Deferred, G as safeAsyncCall, H as devToolsAwareTimeout, J as safeCall, M as startLocaleObserver, N as getElementLocales } from './sql-expr-defaults-eff5fcd0.js';
7
- import { g as getAssetPath } from './index-515ec576.js';
6
+ import { F as isNotUndefined, D as Deferred, G as safeAsyncCall, H as devToolsAwareTimeout, J as safeCall, M as startLocaleObserver, N as getElementLocales } from './sql-expr-defaults-bb0d1f1b.js';
7
+ import { g as getAssetPath } from './index-4ec6f5a8.js';
8
8
 
9
9
  // src/framework.ts
10
10
  function retrieveComponentMembers(component, isLit) {
@@ -1,6 +1,6 @@
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.78
4
+ * v4.31.0-next.80
5
5
  */
6
6
  module.exports = require('../cjs/loader.cjs.js');
@@ -1,6 +1,6 @@
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.78
4
+ * v4.31.0-next.80
5
5
  */
6
6
  module.exports = require('../cjs/loader.cjs.js');
@@ -1,6 +1,6 @@
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.78
4
+ * v4.31.0-next.80
5
5
  */
6
6
  export * from '../esm/loader.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.78
4
+ * v4.31.0-next.80
5
5
  */
6
6
  (function(){if("undefined"!==typeof window&&void 0!==window.Reflect&&void 0!==window.customElements){var a=HTMLElement;window.HTMLElement=function(){return Reflect.construct(a,[],this.constructor)};HTMLElement.prototype=a.prototype;HTMLElement.prototype.constructor=HTMLElement;Object.setPrototypeOf(HTMLElement,a)}})();
7
7
  export * from '../esm/loader.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/coding-components",
3
- "version": "4.31.0-next.78",
3
+ "version": "4.31.0-next.80",
4
4
  "description": "Contains components for editing code in different languages. The currently supported languages are html, css, json, TypeScript, JavaScript, and Arcade.",
5
5
  "keywords": [
6
6
  "ArcGIS",
@@ -49,22 +49,22 @@
49
49
  "generate": "stencil generate"
50
50
  },
51
51
  "dependencies": {
52
- "@arcgis/arcade-languageservice": "4.31.0-next.78",
53
- "@arcgis/components-controllers": "4.31.0-next.78",
54
- "@arcgis/components-utils": "4.31.0-next.78",
55
- "@arcgis/languages-api-utils": "4.31.0-next.78",
52
+ "@arcgis/arcade-languageservice": "4.31.0-next.80",
53
+ "@arcgis/components-controllers": "4.31.0-next.80",
54
+ "@arcgis/components-utils": "4.31.0-next.80",
55
+ "@arcgis/languages-api-utils": "4.31.0-next.80",
56
56
  "@stencil/core": "4.19.2",
57
57
  "monaco-editor": "0.45.0",
58
58
  "vscode-languageserver-types": "^3.17.5"
59
59
  },
60
60
  "devDependencies": {
61
- "@arcgis/components-build-utils": "4.31.0-next.78",
62
- "@arcgis/components-plugins": "4.31.0-next.78",
61
+ "@arcgis/components-build-utils": "4.31.0-next.80",
62
+ "@arcgis/components-plugins": "4.31.0-next.80",
63
63
  "@arcgis/core": ">=4.31.0-next <4.32",
64
- "@arcgis/core-adapter": "4.31.0-next.78",
64
+ "@arcgis/core-adapter": "4.31.0-next.80",
65
65
  "@arcgis/sql-expression-sdk": "^1.1.0-next.10",
66
- "@arcgis/storybook-utils": "4.31.0-next.78",
67
- "@arcgis/typescript-config": "4.31.0-next.78",
66
+ "@arcgis/storybook-utils": "4.31.0-next.80",
67
+ "@arcgis/typescript-config": "4.31.0-next.80",
68
68
  "@esri/calcite-components": "^2.11.1",
69
69
  "@stencil/react-output-target": "0.5.3",
70
70
  "@stencil/sass": "^3.0.12",
@@ -102,5 +102,5 @@
102
102
  "@arcgis/core": ">=4.31.0-next <4.32",
103
103
  "@esri/calcite-components": "^2.11.1"
104
104
  },
105
- "gitHead": "f47e6937efd499c81e208afc973f63fd8d6917ca"
105
+ "gitHead": "bd1ad74ca8ce92cca94299846d573e94edb5a115"
106
106
  }