@arcgis/coding-components 4.31.0-next.69 → 4.31.0-next.70

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 (96) hide show
  1. package/dist/arcgis-coding-components/arcgis-coding-components.esm.js +2 -2
  2. package/dist/arcgis-coding-components/assets/code-editor/sql-expr.worker.js +1 -1
  3. package/dist/arcgis-coding-components/index.esm.js +2 -2
  4. package/dist/arcgis-coding-components/{p-eb76c226.js → p-02e6e286.js} +2 -2
  5. package/dist/arcgis-coding-components/{p-7f256a68.entry.js → p-0404a892.entry.js} +2 -2
  6. package/dist/arcgis-coding-components/{p-b8a8f2bc.js → p-0dcf7955.js} +2 -2
  7. package/dist/arcgis-coding-components/{p-b0266c52.entry.js → p-22174956.entry.js} +2 -2
  8. package/dist/arcgis-coding-components/{p-f58b89e8.js → p-34fe2dd6.js} +2 -2
  9. package/dist/arcgis-coding-components/{p-5c558d92.js → p-54d243cd.js} +2 -2
  10. package/dist/arcgis-coding-components/{p-b4a1c922.js → p-579d66d6.js} +3 -3
  11. package/dist/arcgis-coding-components/{p-df41dd02.js → p-58e40d91.js} +1 -1
  12. package/dist/arcgis-coding-components/{p-5f700f69.js → p-593b0300.js} +2 -2
  13. package/dist/arcgis-coding-components/{p-6f4cf6f0.js → p-6028d59e.js} +2 -2
  14. package/dist/arcgis-coding-components/{p-e0b4145e.js → p-7dc5d82d.js} +10 -10
  15. package/dist/arcgis-coding-components/{p-c9057f03.js → p-a1dcbea7.js} +2 -2
  16. package/dist/arcgis-coding-components/{p-0fd1bcc9.js → p-ab14bb56.js} +1 -1
  17. package/dist/arcgis-coding-components/{p-bf6b4c3a.js → p-b631b14e.js} +1 -1
  18. package/dist/arcgis-coding-components/{p-6640bd8f.js → p-c9194d97.js} +2 -2
  19. package/dist/arcgis-coding-components/{p-462b54f8.js → p-dfaf3149.js} +2 -2
  20. package/dist/arcgis-coding-components/{p-1568cfab.js → p-f14e2e19.js} +2 -2
  21. package/dist/arcgis-coding-components/{p-9c976666.entry.js → p-f3129ecb.entry.js} +2 -2
  22. package/dist/cjs/{app-globals-2da43ff8.js → app-globals-887a8391.js} +1 -1
  23. package/dist/cjs/{arcade-defaults-60446758.js → arcade-defaults-478c5e90.js} +3 -3
  24. package/dist/cjs/{arcade-mode-0254dea6.js → arcade-mode-ecfc37eb.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-862ac965.js → css-2a608e85.js} +1 -1
  30. package/dist/cjs/{cssMode-b45a40a5.js → cssMode-3e47f52c.js} +3 -3
  31. package/dist/cjs/{html-f2deed9c.js → html-09cbb36b.js} +3 -3
  32. package/dist/cjs/{htmlMode-c0d08bbc.js → htmlMode-5665b5b6.js} +3 -3
  33. package/dist/cjs/{index-84e07309.js → index-5bd3e3b1.js} +1 -1
  34. package/dist/cjs/index.cjs.js +4 -4
  35. package/dist/cjs/{javascript-6d7b91a2.js → javascript-46570145.js} +4 -4
  36. package/dist/cjs/{jsonMode-6b9087bf.js → jsonMode-10ea1f35.js} +3 -3
  37. package/dist/cjs/loader.cjs.js +3 -3
  38. package/dist/cjs/{sql-expr-defaults-3fa24a65.js → sql-expr-defaults-20945f37.js} +10 -10
  39. package/dist/cjs/{sql-expr-mode-aa18e59a.js → sql-expr-mode-a91c8a61.js} +3 -3
  40. package/dist/cjs/{tsMode-87586e13.js → tsMode-7c03c06e.js} +3 -3
  41. package/dist/cjs/{typescript-d362dca0.js → typescript-adc483a4.js} +3 -3
  42. package/dist/cjs/{useT9n-4a095955.js → useT9n-31724f93.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/arcade-variables.js +1 -1
  48. package/dist/components/arcgis-arcade-editor.js +1 -1
  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 +1 -1
  57. package/dist/components/arcgis-sql-expression-fields.js +1 -1
  58. package/dist/components/chunk-WPBUOQSP.js +1 -1
  59. package/dist/components/code-editor.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/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 +1 -1
  69. package/dist/components/useT9n.js +1 -1
  70. package/dist/components/utilities.js +1 -1
  71. package/dist/esm/{app-globals-a2374d63.js → app-globals-32ca408c.js} +1 -1
  72. package/dist/esm/{arcade-defaults-7656cf66.js → arcade-defaults-b423808d.js} +3 -3
  73. package/dist/esm/{arcade-mode-288ea75e.js → arcade-mode-7877495e.js} +3 -3
  74. package/dist/esm/arcgis-arcade-editor_6.entry.js +7 -7
  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-1ef8a8f8.js → css-1acae2d8.js} +1 -1
  79. package/dist/esm/{cssMode-3324b258.js → cssMode-aa365d5c.js} +3 -3
  80. package/dist/esm/{html-366d16eb.js → html-e67737ee.js} +3 -3
  81. package/dist/esm/{htmlMode-c4b1a1b2.js → htmlMode-5b16f814.js} +3 -3
  82. package/dist/esm/{index-55e0c0fb.js → index-41e2b85b.js} +1 -1
  83. package/dist/esm/index.js +4 -4
  84. package/dist/esm/{javascript-7072cc5f.js → javascript-987e7336.js} +4 -4
  85. package/dist/esm/{jsonMode-bed36d5f.js → jsonMode-f6fc964e.js} +3 -3
  86. package/dist/esm/loader.js +4 -4
  87. package/dist/esm/{sql-expr-defaults-cdbca449.js → sql-expr-defaults-4c4b81c4.js} +10 -10
  88. package/dist/esm/{sql-expr-mode-c00e5db8.js → sql-expr-mode-7b75359c.js} +3 -3
  89. package/dist/esm/{tsMode-85ff097e.js → tsMode-e375276b.js} +3 -3
  90. package/dist/esm/{typescript-1efdd903.js → typescript-9dbd4d39.js} +3 -3
  91. package/dist/esm/{useT9n-e715e4ee.js → useT9n-184bc1ae.js} +3 -3
  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
@@ -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.69
4
+ * v4.31.0-next.70
5
5
  */
6
6
  'use strict';
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.69
4
+ * v4.31.0-next.70
5
5
  */
6
6
  'use strict';
7
7
 
8
- const sqlExprDefaults = require('./sql-expr-defaults-3fa24a65.js');
9
- const index = require('./index-84e07309.js');
8
+ const sqlExprDefaults = require('./sql-expr-defaults-20945f37.js');
9
+ const index = require('./index-5bd3e3b1.js');
10
10
 
11
11
  // #region convert editor profile to apiProfile
12
12
  /**
@@ -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.69
4
+ * v4.31.0-next.70
5
5
  */
6
6
  'use strict';
7
7
 
8
- const sqlExprDefaults = require('./sql-expr-defaults-3fa24a65.js');
9
- require('./index-84e07309.js');
8
+ const sqlExprDefaults = require('./sql-expr-defaults-20945f37.js');
9
+ require('./index-5bd3e3b1.js');
10
10
 
11
11
  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:sqlExprDefaults.main.exports.CompletionItemKind.Constant}));lt.map(e=>({label:e,kind:sqlExprDefaults.main.exports.CompletionItemKind.Keyword}));
12
12
 
@@ -1,16 +1,16 @@
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.69
4
+ * v4.31.0-next.70
5
5
  */
6
6
  'use strict';
7
7
 
8
8
  Object.defineProperty(exports, '__esModule', { value: true });
9
9
 
10
- const index = require('./index-84e07309.js');
11
- const sqlExprDefaults = require('./sql-expr-defaults-3fa24a65.js');
12
- const useT9n = require('./useT9n-4a095955.js');
13
- const arcadeDefaults = require('./arcade-defaults-60446758.js');
10
+ const index = require('./index-5bd3e3b1.js');
11
+ const sqlExprDefaults = require('./sql-expr-defaults-20945f37.js');
12
+ const useT9n = require('./useT9n-31724f93.js');
13
+ const arcadeDefaults = require('./arcade-defaults-478c5e90.js');
14
14
 
15
15
  const DevelopersWebSitePath = "https://developers.arcgis.com/arcade/";
16
16
  const MaxArrayItems = 100;
@@ -367,7 +367,7 @@ async function getArcadeDiagnosticService() {
367
367
  * @returns arcade mode module
368
368
  */
369
369
  async function getMode$1() {
370
- return await Promise.resolve().then(function () { return require('./arcade-mode-0254dea6.js'); });
370
+ return await Promise.resolve().then(function () { return require('./arcade-mode-ecfc37eb.js'); });
371
371
  }
372
372
 
373
373
  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}";
@@ -4162,7 +4162,7 @@ sqlExprDefaults.languages.onLanguage(arcadeDefaults.arcadeDefaults.languageId, (
4162
4162
  * @returns sql-expression mode module
4163
4163
  */
4164
4164
  async function getMode() {
4165
- return await Promise.resolve().then(function () { return require('./sql-expr-mode-aa18e59a.js'); });
4165
+ return await Promise.resolve().then(function () { return require('./sql-expr-mode-a91c8a61.js'); });
4166
4166
  }
4167
4167
 
4168
4168
  // Register the language in Monaco
@@ -1,14 +1,14 @@
1
1
  /*!
2
2
  * All material copyright Esri, All Rights Reserved, unless otherwise specified.
3
3
  * See https://js.arcgis.com/4.31/esri/copyright.txt for details.
4
- * v4.31.0-next.69
4
+ * v4.31.0-next.70
5
5
  */
6
6
  'use strict';
7
7
 
8
8
  Object.defineProperty(exports, '__esModule', { value: true });
9
9
 
10
- const index = require('./index-84e07309.js');
11
- const appGlobals = require('./app-globals-2da43ff8.js');
10
+ const index = require('./index-5bd3e3b1.js');
11
+ const appGlobals = require('./app-globals-887a8391.js');
12
12
 
13
13
  /*
14
14
  Stencil Client Patch Browser v4.19.2 | MIT Licensed | https://stenciljs.com
@@ -1,15 +1,15 @@
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.69
4
+ * v4.31.0-next.70
5
5
  */
6
6
  'use strict';
7
7
 
8
8
  Object.defineProperty(exports, '__esModule', { value: true });
9
9
 
10
- const index = require('./index-84e07309.js');
11
- const useT9n = require('./useT9n-4a095955.js');
12
- const sqlExprDefaults = require('./sql-expr-defaults-3fa24a65.js');
10
+ const index = require('./index-5bd3e3b1.js');
11
+ const useT9n = require('./useT9n-31724f93.js');
12
+ const sqlExprDefaults = require('./sql-expr-defaults-20945f37.js');
13
13
 
14
14
  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%}";
15
15
  const ArcgisSqlExpressionEditorStyle0 = sqlExpressionEditorCss;
@@ -1,15 +1,15 @@
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.69
4
+ * v4.31.0-next.70
5
5
  */
6
6
  'use strict';
7
7
 
8
8
  Object.defineProperty(exports, '__esModule', { value: true });
9
9
 
10
- const index = require('./index-84e07309.js');
11
- const useT9n = require('./useT9n-4a095955.js');
12
- const sqlExprDefaults = require('./sql-expr-defaults-3fa24a65.js');
10
+ const index = require('./index-5bd3e3b1.js');
11
+ const useT9n = require('./useT9n-31724f93.js');
12
+ const sqlExprDefaults = require('./sql-expr-defaults-20945f37.js');
13
13
 
14
14
  const sqlExpressionFieldsCss = ":host calcite-flow{height:100%}:host calcite-list-item-group{background-color:var(--calcite-color-foreground-2)}";
15
15
  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.69
4
+ * v4.31.0-next.70
5
5
  */
6
6
  'use strict';
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.69
4
+ * v4.31.0-next.70
5
5
  */
6
6
  'use strict';
7
7
 
8
- const sqlExprDefaults = require('./sql-expr-defaults-3fa24a65.js');
9
- require('./index-84e07309.js');
8
+ const sqlExprDefaults = require('./sql-expr-defaults-20945f37.js');
9
+ require('./index-5bd3e3b1.js');
10
10
 
11
11
  /*!-----------------------------------------------------------------------------
12
12
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -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.69
4
+ * v4.31.0-next.70
5
5
  */
6
6
  'use strict';
7
7
 
8
- const sqlExprDefaults = require('./sql-expr-defaults-3fa24a65.js');
9
- require('./index-84e07309.js');
8
+ const sqlExprDefaults = require('./sql-expr-defaults-20945f37.js');
9
+ require('./index-5bd3e3b1.js');
10
10
 
11
11
  /*!-----------------------------------------------------------------------------
12
12
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -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.69
4
+ * v4.31.0-next.70
5
5
  */
6
6
  'use strict';
7
7
 
8
- const sqlExprDefaults = require('./sql-expr-defaults-3fa24a65.js');
9
- require('./index-84e07309.js');
8
+ const sqlExprDefaults = require('./sql-expr-defaults-20945f37.js');
9
+ require('./index-5bd3e3b1.js');
10
10
 
11
11
  /*!-----------------------------------------------------------------------------
12
12
  * 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.69
4
+ * v4.31.0-next.70
5
5
  */
6
6
  'use strict';
7
7
 
@@ -1,15 +1,15 @@
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.69
4
+ * v4.31.0-next.70
5
5
  */
6
6
  'use strict';
7
7
 
8
8
  Object.defineProperty(exports, '__esModule', { value: true });
9
9
 
10
- const arcadeDefaults = require('./arcade-defaults-60446758.js');
11
- const sqlExprDefaults = require('./sql-expr-defaults-3fa24a65.js');
12
- require('./index-84e07309.js');
10
+ const arcadeDefaults = require('./arcade-defaults-478c5e90.js');
11
+ const sqlExprDefaults = require('./sql-expr-defaults-20945f37.js');
12
+ require('./index-5bd3e3b1.js');
13
13
 
14
14
 
15
15
 
@@ -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.69
4
+ * v4.31.0-next.70
5
5
  */
6
6
  'use strict';
7
7
 
8
- const typescript = require('./typescript-d362dca0.js');
9
- require('./sql-expr-defaults-3fa24a65.js');
10
- require('./index-84e07309.js');
8
+ const typescript = require('./typescript-adc483a4.js');
9
+ require('./sql-expr-defaults-20945f37.js');
10
+ require('./index-5bd3e3b1.js');
11
11
 
12
12
  /*!-----------------------------------------------------------------------------
13
13
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -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.69
4
+ * v4.31.0-next.70
5
5
  */
6
6
  'use strict';
7
7
 
8
- const sqlExprDefaults = require('./sql-expr-defaults-3fa24a65.js');
9
- require('./index-84e07309.js');
8
+ const sqlExprDefaults = require('./sql-expr-defaults-20945f37.js');
9
+ require('./index-5bd3e3b1.js');
10
10
 
11
11
  /*!-----------------------------------------------------------------------------
12
12
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1,14 +1,14 @@
1
1
  /*!
2
2
  * All material copyright Esri, All Rights Reserved, unless otherwise specified.
3
3
  * See https://js.arcgis.com/4.31/esri/copyright.txt for details.
4
- * v4.31.0-next.69
4
+ * v4.31.0-next.70
5
5
  */
6
6
  'use strict';
7
7
 
8
8
  Object.defineProperty(exports, '__esModule', { value: true });
9
9
 
10
- const index = require('./index-84e07309.js');
11
- const appGlobals = require('./app-globals-2da43ff8.js');
10
+ const index = require('./index-5bd3e3b1.js');
11
+ const appGlobals = require('./app-globals-887a8391.js');
12
12
 
13
13
  const defineCustomElements = async (win, options) => {
14
14
  if (typeof window === 'undefined') return undefined;
@@ -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.69
4
+ * v4.31.0-next.70
5
5
  */
6
6
  'use strict';
7
7
 
8
- const index = require('./index-84e07309.js');
8
+ const index = require('./index-5bd3e3b1.js');
9
9
 
10
10
  function _interopNamespace(e) {
11
11
  if (e && e.__esModule) return e;
@@ -124688,7 +124688,7 @@ registerLanguage({
124688
124688
  mimetypes: ["text/css"],
124689
124689
  loader: () => {
124690
124690
  {
124691
- return Promise.resolve().then(function () { return require('./css-862ac965.js'); });
124691
+ return Promise.resolve().then(function () { return require('./css-2a608e85.js'); });
124692
124692
  }
124693
124693
  }
124694
124694
  });
@@ -124706,7 +124706,7 @@ registerLanguage({
124706
124706
  mimetypes: ["text/html", "text/x-jshtm", "text/template", "text/ng-template"],
124707
124707
  loader: () => {
124708
124708
  {
124709
- return Promise.resolve().then(function () { return require('./html-f2deed9c.js'); });
124709
+ return Promise.resolve().then(function () { return require('./html-09cbb36b.js'); });
124710
124710
  }
124711
124711
  }
124712
124712
  });
@@ -124726,7 +124726,7 @@ registerLanguage({
124726
124726
  mimetypes: ["text/javascript"],
124727
124727
  loader: () => {
124728
124728
  {
124729
- return Promise.resolve().then(function () { return require('./javascript-6d7b91a2.js'); });
124729
+ return Promise.resolve().then(function () { return require('./javascript-46570145.js'); });
124730
124730
  }
124731
124731
  }
124732
124732
  });
@@ -124744,7 +124744,7 @@ registerLanguage({
124744
124744
  mimetypes: ["text/typescript"],
124745
124745
  loader: () => {
124746
124746
  {
124747
- return Promise.resolve().then(function () { return require('./typescript-d362dca0.js'); });
124747
+ return Promise.resolve().then(function () { return require('./typescript-adc483a4.js'); });
124748
124748
  }
124749
124749
  }
124750
124750
  });
@@ -124865,7 +124865,7 @@ var lessDefaults = new LanguageServiceDefaultsImpl$3("less", optionsDefault$1, m
124865
124865
  monaco_editor_core_exports$3.languages.css = { cssDefaults, lessDefaults, scssDefaults };
124866
124866
  function getMode$3() {
124867
124867
  {
124868
- return Promise.resolve().then(function () { return require('./cssMode-b45a40a5.js'); });
124868
+ return Promise.resolve().then(function () { return require('./cssMode-3e47f52c.js'); });
124869
124869
  }
124870
124870
  }
124871
124871
  monaco_editor_core_exports$3.languages.onLanguage("less", () => {
@@ -124990,7 +124990,7 @@ monaco_editor_core_exports$2.languages.html = {
124990
124990
  };
124991
124991
  function getMode$2() {
124992
124992
  {
124993
- return Promise.resolve().then(function () { return require('./htmlMode-c0d08bbc.js'); });
124993
+ return Promise.resolve().then(function () { return require('./htmlMode-5665b5b6.js'); });
124994
124994
  }
124995
124995
  }
124996
124996
  function registerHTMLLanguageService(languageId, options = optionsDefault, modeConfiguration = getConfigurationDefault(languageId)) {
@@ -125092,7 +125092,7 @@ var jsonDefaults = new LanguageServiceDefaultsImpl$1("json", diagnosticDefault,
125092
125092
  monaco_editor_core_exports$1.languages.json = { jsonDefaults };
125093
125093
  function getMode$1() {
125094
125094
  {
125095
- return Promise.resolve().then(function () { return require('./jsonMode-6b9087bf.js'); });
125095
+ return Promise.resolve().then(function () { return require('./jsonMode-10ea1f35.js'); });
125096
125096
  }
125097
125097
  }
125098
125098
  monaco_editor_core_exports$1.languages.register({
@@ -125361,7 +125361,7 @@ monaco_editor_core_exports.languages.typescript = {
125361
125361
  };
125362
125362
  function getMode() {
125363
125363
  {
125364
- return Promise.resolve().then(function () { return require('./tsMode-87586e13.js'); });
125364
+ return Promise.resolve().then(function () { return require('./tsMode-7c03c06e.js'); });
125365
125365
  }
125366
125366
  }
125367
125367
  monaco_editor_core_exports.languages.onLanguage("typescript", () => {
@@ -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.69
4
+ * v4.31.0-next.70
5
5
  */
6
6
  'use strict';
7
7
 
8
- const sqlExprDefaults = require('./sql-expr-defaults-3fa24a65.js');
9
- require('./index-84e07309.js');
8
+ const sqlExprDefaults = require('./sql-expr-defaults-20945f37.js');
9
+ require('./index-5bd3e3b1.js');
10
10
 
11
11
  // hold onto a promise that resolves when the worker is ready
12
12
  let deferredWorker = new sqlExprDefaults.Deferred();
@@ -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.69
4
+ * v4.31.0-next.70
5
5
  */
6
6
  'use strict';
7
7
 
8
- const sqlExprDefaults = require('./sql-expr-defaults-3fa24a65.js');
9
- require('./index-84e07309.js');
8
+ const sqlExprDefaults = require('./sql-expr-defaults-20945f37.js');
9
+ require('./index-5bd3e3b1.js');
10
10
 
11
11
  /*!-----------------------------------------------------------------------------
12
12
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -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.69
4
+ * v4.31.0-next.70
5
5
  */
6
6
  'use strict';
7
7
 
8
- const sqlExprDefaults = require('./sql-expr-defaults-3fa24a65.js');
9
- require('./index-84e07309.js');
8
+ const sqlExprDefaults = require('./sql-expr-defaults-20945f37.js');
9
+ require('./index-5bd3e3b1.js');
10
10
 
11
11
  /*!-----------------------------------------------------------------------------
12
12
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -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.69
4
+ * v4.31.0-next.70
5
5
  */
6
6
  'use strict';
7
7
 
8
- const sqlExprDefaults = require('./sql-expr-defaults-3fa24a65.js');
9
- const index = require('./index-84e07309.js');
8
+ const sqlExprDefaults = require('./sql-expr-defaults-20945f37.js');
9
+ const index = require('./index-5bd3e3b1.js');
10
10
 
11
11
  // src/framework.ts
12
12
  function retrieveComponentMembers(component, isLit) {
@@ -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.69
4
+ * v4.31.0-next.70
5
5
  */
6
6
  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';
7
7
  import { s as supportedLocales, f as fetchT9nStringsBundle } 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.69
4
+ * v4.31.0-next.70
5
5
  */
6
6
  import { editor, MarkerSeverity, Range, languages, Emitter } from 'monaco-editor';
7
7
  import { CompletionItemKind, DiagnosticSeverity, InsertTextFormat } 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.69
4
+ * v4.31.0-next.70
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.69
4
+ * v4.31.0-next.70
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.69
4
+ * v4.31.0-next.70
5
5
  */
6
6
  import { proxyCustomElement, HTMLElement, createEvent, forceUpdate, h } from '@stencil/core/internal/client';
7
7
  import { u as useControllerManager } from './chunk-WPBUOQSP.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.69
4
+ * v4.31.0-next.70
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.69
4
+ * v4.31.0-next.70
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.69
4
+ * v4.31.0-next.70
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.69
4
+ * v4.31.0-next.70
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.69
4
+ * v4.31.0-next.70
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.69
4
+ * v4.31.0-next.70
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.69
4
+ * v4.31.0-next.70
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.69
4
+ * v4.31.0-next.70
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.69
4
+ * v4.31.0-next.70
5
5
  */
6
6
  import { proxyCustomElement, HTMLElement, createEvent, forceUpdate, h, Host } from '@stencil/core/internal/client';
7
7
  import { u as useControllerManager } from './chunk-WPBUOQSP.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.69
4
+ * v4.31.0-next.70
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.69
4
+ * v4.31.0-next.70
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.69
4
+ * v4.31.0-next.70
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.69
4
+ * v4.31.0-next.70
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);