@arcgis/coding-components 4.30.0-next.47 → 4.30.0-next.49

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 (80) hide show
  1. package/dist/arcgis-coding-components/arcgis-coding-components.esm.js +2 -2
  2. package/dist/arcgis-coding-components/index.esm.js +2 -2
  3. package/dist/arcgis-coding-components/{p-833b0216.js → p-00583f5a.js} +2 -2
  4. package/dist/arcgis-coding-components/{p-4fd5a02d.js → p-384b88cc.js} +3 -3
  5. package/dist/arcgis-coding-components/{p-a0704d86.js → p-523db1e4.js} +10 -10
  6. package/dist/arcgis-coding-components/{p-a412be74.js → p-59f2dedc.js} +2 -2
  7. package/dist/arcgis-coding-components/{p-1a627096.js → p-82321ce1.js} +3 -3
  8. package/dist/arcgis-coding-components/{p-6fd22ff7.js → p-82c4966b.js} +3 -3
  9. package/dist/arcgis-coding-components/{p-621187ef.js → p-8d013f83.js} +2 -2
  10. package/dist/arcgis-coding-components/{p-0fee5174.js → p-9054397c.js} +3 -3
  11. package/dist/arcgis-coding-components/p-905b1583.js +7 -0
  12. package/dist/arcgis-coding-components/{p-29207f1e.js → p-9859037c.js} +1 -1
  13. package/dist/arcgis-coding-components/{p-ab7e89c0.js → p-d32ebf93.js} +2 -2
  14. package/dist/arcgis-coding-components/p-fe90777a.entry.js +6 -0
  15. package/dist/cjs/{arcade-defaults-4e0664fb.js → arcade-defaults-c09aa6ca.js} +10 -26
  16. package/dist/cjs/{arcade-mode-61a07430.js → arcade-mode-f43455a9.js} +3 -3
  17. package/dist/cjs/arcgis-arcade-api_6.cjs.entry.js +257 -283
  18. package/dist/cjs/arcgis-coding-components.cjs.js +2 -2
  19. package/dist/cjs/{css-fac19960.js → css-d565ba31.js} +1 -1
  20. package/dist/cjs/{cssMode-22d917f0.js → cssMode-0c9ea16a.js} +3 -3
  21. package/dist/cjs/{html-5bc24648.js → html-bbac75a5.js} +3 -3
  22. package/dist/cjs/{htmlMode-f09628e1.js → htmlMode-275dad7c.js} +3 -3
  23. package/dist/cjs/{index-02749111.js → index-97b5c264.js} +2 -9
  24. package/dist/cjs/index.cjs.js +3 -3
  25. package/dist/cjs/{javascript-29521fd3.js → javascript-3bc3e94b.js} +4 -4
  26. package/dist/cjs/{jsonMode-99606370.js → jsonMode-358b250b.js} +3 -3
  27. package/dist/cjs/loader.cjs.js +2 -2
  28. package/dist/cjs/{tsMode-e34432d7.js → tsMode-10794c88.js} +3 -3
  29. package/dist/cjs/{typescript-8ce06335.js → typescript-a3afcaae.js} +3 -3
  30. package/dist/components/arcade-api.js +6 -5
  31. package/dist/components/arcade-contribution.js +3 -2
  32. package/dist/components/arcade-defaults.js +3 -3
  33. package/dist/components/arcade-mode.js +2 -2
  34. package/dist/components/arcade-results.js +7 -6
  35. package/dist/components/arcade-suggestions.js +8 -7
  36. package/dist/components/arcade-variables.js +6 -5
  37. package/dist/components/arcgis-arcade-api.js +1 -1
  38. package/dist/components/arcgis-arcade-editor.js +6 -5
  39. package/dist/components/arcgis-arcade-results.js +1 -1
  40. package/dist/components/arcgis-arcade-suggestions.js +1 -1
  41. package/dist/components/arcgis-arcade-variables.js +1 -1
  42. package/dist/components/arcgis-assets.d.ts +1 -1
  43. package/dist/components/arcgis-assets.js +1 -1
  44. package/dist/components/arcgis-code-editor.js +1 -1
  45. package/dist/components/{chunk-36QZLGG2.js → chunk-27DTPISK.js} +250 -282
  46. package/dist/components/code-editor.js +5 -5
  47. package/dist/components/fields.js +62 -2
  48. package/dist/components/index.js +1 -1
  49. package/dist/components/index2.js +2 -76
  50. package/dist/components/markdown.js +1 -1
  51. package/dist/components/useT9n.js +11 -0
  52. package/dist/components/utilities.js +2 -2
  53. package/dist/esm/{arcade-defaults-fdba0972.js → arcade-defaults-0903c8e4.js} +11 -25
  54. package/dist/esm/{arcade-mode-0d144d92.js → arcade-mode-6bc35b9a.js} +3 -3
  55. package/dist/esm/arcgis-arcade-api_6.entry.js +256 -282
  56. package/dist/esm/arcgis-coding-components.js +3 -3
  57. package/dist/esm/{css-58b4c966.js → css-549e7ecd.js} +1 -1
  58. package/dist/esm/{cssMode-f5916932.js → cssMode-63059930.js} +3 -3
  59. package/dist/esm/{html-7c8fbcc5.js → html-03b9ab7d.js} +3 -3
  60. package/dist/esm/{htmlMode-d7755346.js → htmlMode-ae2b0579.js} +3 -3
  61. package/dist/esm/{index-c6b28dae.js → index-88cb51ca.js} +3 -9
  62. package/dist/esm/index.js +3 -3
  63. package/dist/esm/{javascript-9ac36865.js → javascript-df9e60b6.js} +4 -4
  64. package/dist/esm/{jsonMode-ef328849.js → jsonMode-e0f3f4e6.js} +3 -3
  65. package/dist/esm/loader.js +3 -3
  66. package/dist/esm/{tsMode-0daf7dc9.js → tsMode-4477deb0.js} +3 -3
  67. package/dist/esm/{typescript-a34ba038.js → typescript-4ca85521.js} +3 -3
  68. package/dist/loader/cdn.js +1 -1
  69. package/dist/loader/index.cjs.js +1 -1
  70. package/dist/loader/index.es2017.js +1 -1
  71. package/dist/loader/index.js +1 -1
  72. package/dist/types/components/arcade-suggestions/arcade-suggestions.d.ts +1 -1
  73. package/dist/types/controllers/useT9n.d.ts +1 -0
  74. package/dist/types/data/actions-runner-1/_work/arcgis-web-components/arcgis-web-components/packages/coding-packages/coding-components/.stencil/stencil.config.d.ts +3 -0
  75. package/dist/types/data/actions-runner-1/_work/arcgis-web-components/arcgis-web-components/packages/coding-packages/coding-components/.stencil/support/sass-inline-url-importer.d.ts +9 -0
  76. package/dist/types/data/actions-runner-1/_work/arcgis-web-components/arcgis-web-components/packages/coding-packages/coding-components/.stencil/support/sass-json-importer.d.ts +19 -0
  77. package/dist/types/data/actions-runner-1/_work/arcgis-web-components/arcgis-web-components/packages/coding-packages/coding-components/.stencil/support/stencil-monaco-plugins.d.ts +6 -0
  78. package/package.json +9 -9
  79. package/dist/arcgis-coding-components/p-2b6dab4b.entry.js +0 -6
  80. package/dist/arcgis-coding-components/p-d5df8d73.js +0 -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.30/esri/copyright.txt for details.
4
- * v4.30.0-next.47
4
+ * v4.30.0-next.49
5
5
  */
6
- import { p as promiseResolve, b as bootstrapLazy } from './index-c6b28dae.js';
7
- export { s as setNonce } from './index-c6b28dae.js';
6
+ import { p as promiseResolve, b as bootstrapLazy } from './index-88cb51ca.js';
7
+ export { s as setNonce } from './index-88cb51ca.js';
8
8
 
9
9
  /*
10
10
  Stencil Client Patch Browser v4.9.0 | MIT Licensed | https://stenciljs.com
@@ -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.30/esri/copyright.txt for details.
4
- * v4.30.0-next.47
4
+ * v4.30.0-next.49
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.30/esri/copyright.txt for details.
4
- * v4.30.0-next.47
4
+ * v4.30.0-next.49
5
5
  */
6
- import { y as monaco_editor_core_star } from './arcade-defaults-fdba0972.js';
7
- import './index-c6b28dae.js';
6
+ import { w as monaco_editor_core_star } from './arcade-defaults-0903c8e4.js';
7
+ import './index-88cb51ca.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.30/esri/copyright.txt for details.
4
- * v4.30.0-next.47
4
+ * v4.30.0-next.49
5
5
  */
6
- import { y as monaco_editor_core_star } from './arcade-defaults-fdba0972.js';
7
- import './index-c6b28dae.js';
6
+ import { w as monaco_editor_core_star } from './arcade-defaults-0903c8e4.js';
7
+ import './index-88cb51ca.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.30/esri/copyright.txt for details.
4
- * v4.30.0-next.47
4
+ * v4.30.0-next.49
5
5
  */
6
- import { y as monaco_editor_core_star } from './arcade-defaults-fdba0972.js';
7
- import './index-c6b28dae.js';
6
+ import { w as monaco_editor_core_star } from './arcade-defaults-0903c8e4.js';
7
+ import './index-88cb51ca.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.30/esri/copyright.txt for details.
4
- * v4.30.0-next.47
4
+ * v4.30.0-next.49
5
5
  */
6
6
  const NAMESPACE = 'arcgis-coding-components';
7
7
 
@@ -1119,9 +1119,6 @@ const dispatchHooks = (hostRef, isInitialLoad) => {
1119
1119
  maybePromise = safeCall(instance, 'componentWillUpdate');
1120
1120
  }
1121
1121
  }
1122
- {
1123
- maybePromise = enqueue(maybePromise, () => safeCall(instance, 'componentWillRender'));
1124
- }
1125
1122
  endSchedule();
1126
1123
  return enqueue(maybePromise, () => updateComponent(hostRef, instance, isInitialLoad));
1127
1124
  };
@@ -1246,9 +1243,6 @@ const postUpdateComponent = (hostRef) => {
1246
1243
  const endPostUpdate = createTime('postUpdate', tagName);
1247
1244
  const instance = hostRef.$lazyInstance$ ;
1248
1245
  const ancestorComponent = hostRef.$ancestorComponent$;
1249
- {
1250
- safeCall(instance, 'componentDidRender');
1251
- }
1252
1246
  if (!(hostRef.$flags$ & 64 /* HOST_FLAGS.hasLoadedComponent */)) {
1253
1247
  hostRef.$flags$ |= 64 /* HOST_FLAGS.hasLoadedComponent */;
1254
1248
  {
@@ -1579,7 +1573,7 @@ const initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
1579
1573
  // construction in order to directly wire together the
1580
1574
  // host element and the lazy-loaded instance
1581
1575
  try {
1582
- Cstr.__registerControllers=(component)=>{registerInstance(component,hostRef);return hostRef.$cmpMeta$.$members$??{}};new Cstr(hostRef);Cstr.__registerControllers=undefined;
1576
+ Cstr.__forceUpdate=forceUpdate;Cstr.__registerControllers=(component)=>{registerInstance(component,hostRef);return hostRef.$cmpMeta$.$members$??{}};new Cstr(hostRef);Cstr.__registerControllers=undefined;
1583
1577
  }
1584
1578
  catch (e) {
1585
1579
  consoleError(e);
@@ -1966,4 +1960,4 @@ const flush = () => {
1966
1960
  const nextTick = (cb) => promiseResolve().then(cb);
1967
1961
  const writeTask = /*@__PURE__*/ queueTask(queueDomWrites, true);
1968
1962
 
1969
- export { Fragment as F, Host as H, getElement as a, bootstrapLazy as b, createEvent as c, forceUpdate as f, getAssetPath as g, h, promiseResolve as p, registerInstance as r, setNonce as s };
1963
+ export { Fragment as F, Host as H, getElement as a, bootstrapLazy as b, createEvent as c, getAssetPath as g, h, promiseResolve as p, registerInstance as r, setNonce as s };
package/dist/esm/index.js CHANGED
@@ -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.30/esri/copyright.txt for details.
4
- * v4.30.0-next.47
4
+ * v4.30.0-next.49
5
5
  */
6
- export { a as arcade } from './arcade-defaults-fdba0972.js';
7
- import './index-c6b28dae.js';
6
+ export { a as arcade } from './arcade-defaults-0903c8e4.js';
7
+ import './index-88cb51ca.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.30/esri/copyright.txt for details.
4
- * v4.30.0-next.47
4
+ * v4.30.0-next.49
5
5
  */
6
- import { conf as conf$1, language as language$1 } from './typescript-a34ba038.js';
7
- import './arcade-defaults-fdba0972.js';
8
- import './index-c6b28dae.js';
6
+ import { conf as conf$1, language as language$1 } from './typescript-4ca85521.js';
7
+ import './arcade-defaults-0903c8e4.js';
8
+ import './index-88cb51ca.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.30/esri/copyright.txt for details.
4
- * v4.30.0-next.47
4
+ * v4.30.0-next.49
5
5
  */
6
- import { y as monaco_editor_core_star } from './arcade-defaults-fdba0972.js';
7
- import './index-c6b28dae.js';
6
+ import { w as monaco_editor_core_star } from './arcade-defaults-0903c8e4.js';
7
+ import './index-88cb51ca.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.30/esri/copyright.txt for details.
4
- * v4.30.0-next.47
4
+ * v4.30.0-next.49
5
5
  */
6
- import { b as bootstrapLazy } from './index-c6b28dae.js';
7
- export { s as setNonce } from './index-c6b28dae.js';
6
+ import { b as bootstrapLazy } from './index-88cb51ca.js';
7
+ export { s as setNonce } from './index-88cb51ca.js';
8
8
 
9
9
  const defineCustomElements = (win, options) => {
10
10
  if (typeof window === 'undefined') return undefined;
@@ -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.30/esri/copyright.txt for details.
4
- * v4.30.0-next.47
4
+ * v4.30.0-next.49
5
5
  */
6
- import { z as typescriptDefaults, y as monaco_editor_core_star } from './arcade-defaults-fdba0972.js';
7
- import './index-c6b28dae.js';
6
+ import { x as typescriptDefaults, w as monaco_editor_core_star } from './arcade-defaults-0903c8e4.js';
7
+ import './index-88cb51ca.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.30/esri/copyright.txt for details.
4
- * v4.30.0-next.47
4
+ * v4.30.0-next.49
5
5
  */
6
- import { y as monaco_editor_core_star } from './arcade-defaults-fdba0972.js';
7
- import './index-c6b28dae.js';
6
+ import { w as monaco_editor_core_star } from './arcade-defaults-0903c8e4.js';
7
+ import './index-88cb51ca.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.30/esri/copyright.txt for details.
4
- * v4.30.0-next.47
4
+ * v4.30.0-next.49
5
5
  */
6
6
  module.exports = require('../cjs/loader.cjs.js');
7
7
  module.exports.applyPolyfills = function() { return Promise.resolve() };
@@ -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.30/esri/copyright.txt for details.
4
- * v4.30.0-next.47
4
+ * v4.30.0-next.49
5
5
  */
6
6
  module.exports = require('../cjs/loader.cjs.js');
7
7
  module.exports.applyPolyfills = function() { return Promise.resolve() };
@@ -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.30/esri/copyright.txt for details.
4
- * v4.30.0-next.47
4
+ * v4.30.0-next.49
5
5
  */
6
6
  export * from '../esm/polyfills/index.js';
7
7
  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.30/esri/copyright.txt for details.
4
- * v4.30.0-next.47
4
+ * v4.30.0-next.49
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/polyfills/index.js';
@@ -5,7 +5,7 @@ import type { ControllerManager } from "@arcgis/components-controllers";
5
5
  export declare class ArcgisArcadeSuggestions implements ComponentInterface {
6
6
  manager: ControllerManager<this>;
7
7
  private _flowObserver?;
8
- private _themeChangedListner?;
8
+ private _themeChangedListener?;
9
9
  private messages;
10
10
  el: HTMLArcgisArcadeSuggestionsElement;
11
11
  _selectedSuggestion: IEditorCodeSuggestion | undefined;
@@ -0,0 +1 @@
1
+ export declare const useT9n: import("@arcgis/components-controllers").UseT9n;
@@ -0,0 +1,3 @@
1
+ import type { Config } from "../../../../../../../../../stencil-public-runtime";
2
+ declare const config: Config;
3
+ export { config };
@@ -0,0 +1,9 @@
1
+ import type { Importer } from "@stencil/sass/dist/declarations";
2
+ /**
3
+ * Special SASS importer for files starting with `inlineurl:`.
4
+ * Example: `@use "inlineurl:~monaco-editor/min/vs/editor/editor.main.css";`
5
+ * It will import the file and inline the url resources using postcss.
6
+ * This importer is actually usefull for importing Monaco css files that
7
+ * contain file resources references.
8
+ */
9
+ export declare const sassInlineUrlImporter: Importer;
@@ -0,0 +1,19 @@
1
+ import type { Importer } from "@stencil/sass/dist/declarations";
2
+ /**
3
+ * Special SASS importer for json files.
4
+ * The currently structure is:
5
+ * {
6
+ * key-1: value,
7
+ * key-2: {
8
+ * sub-key-1: value,
9
+ * sub-key-2: value
10
+ * }
11
+ * }
12
+ *
13
+ * Will be converted to:
14
+ * $key-1: value;
15
+ * $key-2: ("sub-key-1": value, "sub-key-2": value);
16
+ *
17
+ * Use map.get($key-2, "sub-key-2")
18
+ */
19
+ export declare const sassJsonImporter: Importer;
@@ -0,0 +1,6 @@
1
+ import type { Plugin } from "rollup";
2
+ export declare function handleMonacoDependencies(): Plugin;
3
+ /**
4
+ * Avoid loading unecessary monaco languages
5
+ */
6
+ export declare function removeMonacoBasicLanguages(): Plugin;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@arcgis/coding-components",
3
3
  "description": "Contains components for editing code in different languages. The currently supported languages are html, css, json, TypeScript, JavaScript, and Arcade.",
4
4
  "homepage": "https://developers.arcgis.com/javascript/latest/",
5
- "version": "4.30.0-next.47",
5
+ "version": "4.30.0-next.49",
6
6
  "module": "dist/components/index.js",
7
7
  "main": "dist/index.cjs.js",
8
8
  "types": "dist/types/index.d.ts",
@@ -48,19 +48,19 @@
48
48
  "generate": "stencil generate"
49
49
  },
50
50
  "dependencies": {
51
- "@arcgis/arcade-languageservice": "4.30.0-next.47",
51
+ "@arcgis/arcade-languageservice": "4.30.0-next.49",
52
52
  "@stencil/core": "4.9.0",
53
53
  "monaco-editor": "0.45.0",
54
54
  "vscode-languageserver-types": "^3.17.5"
55
55
  },
56
56
  "devDependencies": {
57
- "@arcgis/components-controllers": "4.30.0-next.47",
58
- "@arcgis/components-plugins": "4.30.0-next.47",
59
- "@arcgis/components-utils": "4.30.0-next.47",
57
+ "@arcgis/components-controllers": "4.30.0-next.49",
58
+ "@arcgis/components-plugins": "4.30.0-next.49",
59
+ "@arcgis/components-utils": "4.30.0-next.49",
60
60
  "@arcgis/core": ">=4.30.0-next <4.31",
61
- "@arcgis/core-adapter": "4.30.0-next.47",
62
- "@arcgis/storybook-utils": "4.30.0-next.47",
63
- "@arcgis/typescript-config": "4.30.0-next.47",
61
+ "@arcgis/core-adapter": "4.30.0-next.49",
62
+ "@arcgis/storybook-utils": "4.30.0-next.49",
63
+ "@arcgis/typescript-config": "4.30.0-next.49",
64
64
  "@esri/calcite-components": "^2.7.1",
65
65
  "@stencil/angular-output-target": "0.8.4",
66
66
  "@stencil/react-output-target": "0.5.3",
@@ -97,5 +97,5 @@
97
97
  "@arcgis/core": ">=4.30.0-next <4.31",
98
98
  "@esri/calcite-components": ">=2.2.0 <3.0.0"
99
99
  },
100
- "gitHead": "01af323d348ec645d220882f5bcc7b2bf29c0a80"
100
+ "gitHead": "b279c84e54ee132420a40fba01b38eccd6595c62"
101
101
  }