@arcgis/coding-components 4.31.0-next.65 → 4.31.0-next.68

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 +35 -35
  3. package/dist/arcgis-coding-components/index.esm.js +2 -2
  4. package/dist/arcgis-coding-components/{p-d99b5946.js → p-10d9ee2d.js} +2 -2
  5. package/dist/arcgis-coding-components/{p-a2bffd99.js → p-1569565d.js} +2 -2
  6. package/dist/arcgis-coding-components/{p-4c86b56f.js → p-1c83fbdd.js} +2 -2
  7. package/dist/arcgis-coding-components/{p-2bec7c71.js → p-28661001.js} +2 -2
  8. package/dist/arcgis-coding-components/{p-34ad650f.js → p-29dc4786.js} +2 -2
  9. package/dist/arcgis-coding-components/{p-f8afce04.entry.js → p-3600f9ff.entry.js} +2 -2
  10. package/dist/arcgis-coding-components/{p-68fe81cc.js → p-3e5368ec.js} +2 -2
  11. package/dist/arcgis-coding-components/{p-576560d1.js → p-498a3430.js} +1 -1
  12. package/dist/arcgis-coding-components/{p-82dddfdc.js → p-4d8a4953.js} +2 -2
  13. package/dist/arcgis-coding-components/{p-eaf01e27.entry.js → p-6054eb95.entry.js} +2 -2
  14. package/dist/arcgis-coding-components/{p-1bb471bf.js → p-6c6a9bac.js} +2 -2
  15. package/dist/arcgis-coding-components/{p-65f1c740.entry.js → p-7fdae243.entry.js} +2 -2
  16. package/dist/arcgis-coding-components/{p-64fc2915.js → p-986cb1f0.js} +2 -2
  17. package/dist/arcgis-coding-components/{p-430930d5.js → p-a82280ae.js} +2 -2
  18. package/dist/arcgis-coding-components/{p-7db8a265.js → p-d66716c3.js} +2 -2
  19. package/dist/arcgis-coding-components/{p-d3289e30.js → p-d7bb6aad.js} +10 -10
  20. package/dist/arcgis-coding-components/{p-1fa70817.js → p-e2266c5b.js} +1 -1
  21. package/dist/arcgis-coding-components/{p-8664d3f3.js → p-fa928ee9.js} +1 -1
  22. package/dist/cjs/{app-globals-e407170d.js → app-globals-a5b8adb5.js} +1 -1
  23. package/dist/cjs/{arcade-defaults-725a96a8.js → arcade-defaults-3175a813.js} +3 -3
  24. package/dist/cjs/{arcade-mode-cd7471c8.js → arcade-mode-5cd2e1b0.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-b34da0f2.js → css-73d8d898.js} +1 -1
  30. package/dist/cjs/{cssMode-b4289ef7.js → cssMode-b5e57610.js} +3 -3
  31. package/dist/cjs/{html-e0b26775.js → html-d3b9b249.js} +3 -3
  32. package/dist/cjs/{htmlMode-f4adeb18.js → htmlMode-b6566928.js} +3 -3
  33. package/dist/cjs/{index-c0d1a43d.js → index-76c04c6d.js} +1 -1
  34. package/dist/cjs/index.cjs.js +4 -4
  35. package/dist/cjs/{javascript-f5280af9.js → javascript-b9b5c7e5.js} +4 -4
  36. package/dist/cjs/{jsonMode-9c4b79f3.js → jsonMode-452c89a5.js} +3 -3
  37. package/dist/cjs/loader.cjs.js +3 -3
  38. package/dist/cjs/{sql-expr-defaults-33b58101.js → sql-expr-defaults-33a1c68c.js} +10 -10
  39. package/dist/cjs/{sql-expr-mode-67dc565b.js → sql-expr-mode-26d407eb.js} +3 -3
  40. package/dist/cjs/{tsMode-0ee1dd0e.js → tsMode-34082264.js} +3 -3
  41. package/dist/cjs/{typescript-ba75ab75.js → typescript-49525f03.js} +3 -3
  42. package/dist/cjs/{useT9n-1dca8e16.js → useT9n-c9a10e25.js} +6 -10
  43. package/dist/components/arcade-defaults.js +1 -1
  44. package/dist/components/arcade-mode.js +1 -1
  45. package/dist/components/arcade-results.js +2 -2
  46. package/dist/components/arcade-suggestions.js +2 -2
  47. package/dist/components/arcade-variables.js +2 -2
  48. package/dist/components/arcgis-arcade-editor.js +2 -2
  49. package/dist/components/arcgis-arcade-results.js +1 -1
  50. package/dist/components/arcgis-arcade-suggestions.js +1 -1
  51. package/dist/components/arcgis-arcade-variables.js +1 -1
  52. package/dist/components/arcgis-assets.d.ts +1 -1
  53. package/dist/components/arcgis-assets.js +1 -1
  54. package/dist/components/arcgis-code-editor.js +1 -1
  55. package/dist/components/arcgis-language-api-panel.js +1 -1
  56. package/dist/components/arcgis-sql-expression-editor.js +2 -2
  57. package/dist/components/arcgis-sql-expression-fields.js +1 -1
  58. package/dist/components/{chunk-WEX2VUZV.js → chunk-WPBUOQSP.js} +4 -8
  59. package/dist/components/code-editor.js +2 -2
  60. package/dist/components/fields.js +1 -1
  61. package/dist/components/index.js +1 -1
  62. package/dist/components/index2.js +1 -1
  63. package/dist/components/language-api-panel.js +2 -2
  64. package/dist/components/language-defaults-base.js +1 -1
  65. package/dist/components/markdown.js +1 -1
  66. package/dist/components/sql-expr-defaults.js +1 -1
  67. package/dist/components/sql-expr-mode.js +1 -1
  68. package/dist/components/sql-expression-fields.js +2 -2
  69. package/dist/components/useT9n.js +2 -2
  70. package/dist/components/utilities.js +1 -1
  71. package/dist/esm/{app-globals-3cad93e5.js → app-globals-89a1c28a.js} +1 -1
  72. package/dist/esm/{arcade-defaults-1bc4a870.js → arcade-defaults-8a2513ed.js} +3 -3
  73. package/dist/esm/{arcade-mode-b66e68fc.js → arcade-mode-94c417a7.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-45117410.js → css-8440a721.js} +1 -1
  79. package/dist/esm/{cssMode-29021929.js → cssMode-fac11e5f.js} +3 -3
  80. package/dist/esm/{html-af5b0888.js → html-6b2e9e6b.js} +3 -3
  81. package/dist/esm/{htmlMode-fe1439a6.js → htmlMode-2c59d193.js} +3 -3
  82. package/dist/esm/{index-5c660cb7.js → index-3957d3a3.js} +1 -1
  83. package/dist/esm/index.js +4 -4
  84. package/dist/esm/{javascript-82cb86ec.js → javascript-71f83aa8.js} +4 -4
  85. package/dist/esm/{jsonMode-fbf2125d.js → jsonMode-458e98af.js} +3 -3
  86. package/dist/esm/loader.js +4 -4
  87. package/dist/esm/{sql-expr-defaults-4dd740c6.js → sql-expr-defaults-81c3fc3c.js} +10 -10
  88. package/dist/esm/{sql-expr-mode-a25e3139.js → sql-expr-mode-a0bac0f6.js} +3 -3
  89. package/dist/esm/{tsMode-f35cdffe.js → tsMode-8ad344bc.js} +3 -3
  90. package/dist/esm/{typescript-df315cb3.js → typescript-2b9457e1.js} +3 -3
  91. package/dist/esm/{useT9n-d9cc0f22.js → useT9n-3ae09a57.js} +6 -10
  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 +13 -13
@@ -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.65
4
+ * v4.31.0-next.68
5
5
  */
6
6
  var e=Object.defineProperty,t=new WeakMap,n=e=>t.get(e),l=(e,n)=>t.set(n.t=e,n),o=(e,t)=>t in e,r=(e,t)=>(0,console.error)(e,t),s=new Map,i=new Map,c="slot-fb{display:contents}slot-fb[hidden]{display:none}",u="http://www.w3.org/1999/xlink",a="undefined"!=typeof window?window:{},f=a.document||{head:{}},h={l:0,o:"",jmp:e=>e(),raf:e=>requestAnimationFrame(e),ael:(e,t,n,l)=>e.addEventListener(t,n,l),rel:(e,t,n,l)=>e.removeEventListener(t,n,l),ce:(e,t)=>new CustomEvent(e,t)},d=e=>Promise.resolve(e),p=(()=>{try{return new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replaceSync}catch(e){}return!1})(),m=!1,y=[],v=[],w=(e,t)=>n=>{e.push(n),m||(m=!0,t&&4&h.l?g(b):h.raf(b))},$=e=>{for(let t=0;t<e.length;t++)try{e[t](performance.now())}catch(e){r(e)}e.length=0},b=()=>{$(y),$(v),(m=y.length>0)&&h.raf(b)},g=e=>d().then(e),S=w(v,!0),k=e=>{const t=new URL(e,h.o);return t.origin!==a.location.origin?t.href:t.pathname},j={},O=e=>"object"==(e=typeof e)||"function"===e;function E(e){var t,n,l;return null!=(l=null==(n=null==(t=e.head)?void 0:t.querySelector('meta[name="csp-nonce"]'))?void 0:n.getAttribute("content"))?l:void 0}((t,n)=>{for(var l in n)e(t,l,{get:n[l],enumerable:!0})})({},{err:()=>x,map:()=>M,ok:()=>C,unwrap:()=>L,unwrapErr:()=>R});var C=e=>({isOk:!0,isErr:!1,value:e}),x=e=>({isOk:!1,isErr:!0,value:e});function M(e,t){if(e.isOk){const n=t(e.value);return n instanceof Promise?n.then((e=>C(e))):C(n)}if(e.isErr)return x(e.value);throw"should never get here"}var P,U,L=e=>{if(e.isOk)return e.value;throw e.value},R=e=>{if(e.isErr)return e.value;throw e.value},T=(e,t,...n)=>{let l=null,o=null,r=!1,s=!1;const i=[],c=t=>{for(let n=0;n<t.length;n++)l=t[n],Array.isArray(l)?c(l):null!=l&&"boolean"!=typeof l&&((r="function"!=typeof e&&!O(l))&&(l+=""),r&&s?i[i.length-1].i+=l:i.push(r?W(null,l):l),s=r)};if(c(n),t){t.key&&(o=t.key);{const e=t.className||t.class;e&&(t.class="object"!=typeof e?e:Object.keys(e).filter((t=>e[t])).join(" "))}}if("function"==typeof e)return e(null===t?{}:t,i,D);const u=W(e,null);return u.u=t,i.length>0&&(u.h=i),u.p=o,u},W=(e,t)=>({l:0,m:e,i:t,v:null,h:null,u:null,p:null}),A={},D={forEach:(e,t)=>e.map(F).forEach(t),map:(e,t)=>e.map(F).map(t).map(H)},F=e=>({vattrs:e.u,vchildren:e.h,vkey:e.p,vname:e.$,vtag:e.m,vtext:e.i}),H=e=>{if("function"==typeof e.vtag){const t={...e.vattrs};return e.vkey&&(t.key=e.vkey),e.vname&&(t.name=e.vname),T(e.vtag,t,...e.vchildren||[])}const t=W(e.vtag,e.vtext);return t.u=e.vattrs,t.h=e.vchildren,t.p=e.vkey,t.$=e.vname,t},N=e=>n(e).$hostElement$,q=(e,t,n)=>{const l=N(e);return{emit:e=>G(l,t,{bubbles:!!(4&n),composed:!!(2&n),cancelable:!!(1&n),detail:e})}},G=(e,t,n)=>{const l=h.ce(t,n);return e.dispatchEvent(l),l},V=new WeakMap,_=e=>"sc-"+e.S,z=(e,t,n,l,r,s)=>{if(n!==l){let i=o(e,t),c=t.toLowerCase();if("class"===t){const t=e.classList,o=I(n),r=I(l);t.remove(...o.filter((e=>e&&!r.includes(e)))),t.add(...r.filter((e=>e&&!o.includes(e))))}else if("style"===t){for(const t in n)l&&null!=l[t]||(t.includes("-")?e.style.removeProperty(t):e.style[t]="");for(const t in l)n&&l[t]===n[t]||(t.includes("-")?e.style.setProperty(t,l[t]):e.style[t]=l[t])}else if("key"===t);else if("ref"===t)l&&l(e);else if(i||"o"!==t[0]||"n"!==t[1]){const o=O(l);if((i||o&&null!==l)&&!r)try{if(e.tagName.includes("-"))e[t]=l;else{const o=null==l?"":l;"list"===t?i=!1:null!=n&&e[t]==o||(e[t]=o)}}catch(e){}let a=!1;c!==(c=c.replace(/^xlink\:?/,""))&&(t=c,a=!0),null==l||!1===l?!1===l&&""!==e.getAttribute(t)||(a?e.removeAttributeNS(u,t):e.removeAttribute(t)):(!i||4&s||r)&&!o&&(l=!0===l?"":l,a?e.setAttributeNS(u,t,l):e.setAttribute(t,l))}else if(t="-"===t[2]?t.slice(3):o(a,c)?c.slice(2):c[2]+t.slice(3),n||l){const o=t.endsWith(J);t=t.replace(K,""),n&&h.rel(e,t,n,o),l&&h.ael(e,t,l,o)}}},B=/\s/,I=e=>e?e.split(B):[],J="Capture",K=RegExp(J+"$"),Q=(e,t,n)=>{const l=11===t.v.nodeType&&t.v.host?t.v.host:t.v,o=e&&e.u||j,r=t.u||j;for(const e of X(Object.keys(o)))e in r||z(l,e,o[e],void 0,n,t.l);for(const e of X(Object.keys(r)))z(l,e,o[e],r[e],n,t.l)};function X(e){return e.includes("ref")?[...e.filter((e=>"ref"!==e)),"ref"]:e}var Y=!1,Z=(e,t,n)=>{const l=t.h[n];let o,r,s=0;if(null!==l.i)o=l.v=f.createTextNode(l.i);else if(o=l.v=f.createElement(l.m),Q(null,l,Y),null!=P&&o["s-si"]!==P&&o.classList.add(o["s-si"]=P),l.h)for(s=0;s<l.h.length;++s)r=Z(e,l,s),r&&o.appendChild(r);return o["s-hn"]=U,o},ee=(e,t,n,l,o,r)=>{let s,i=e;for(i.shadowRoot&&i.tagName===U&&(i=i.shadowRoot);o<=r;++o)l[o]&&(s=Z(null,n,o),s&&(l[o].v=s,re(i,s,t)))},te=(e,t,n)=>{for(let l=t;l<=n;++l){const t=e[l];if(t){const e=t.v;oe(t),e&&e.remove()}}},ne=(e,t,n=!1)=>e.m===t.m&&(!!n||e.p===t.p),le=(e,t,n=!1)=>{const l=t.v=e.v,o=e.h,r=t.h,s=t.i;null===s?(Q(e,t,Y),null!==o&&null!==r?((e,t,n,l,o=!1)=>{let r,s,i=0,c=0,u=0,a=0,f=t.length-1,h=t[0],d=t[f],p=l.length-1,m=l[0],y=l[p];for(;i<=f&&c<=p;)if(null==h)h=t[++i];else if(null==d)d=t[--f];else if(null==m)m=l[++c];else if(null==y)y=l[--p];else if(ne(h,m,o))le(h,m,o),h=t[++i],m=l[++c];else if(ne(d,y,o))le(d,y,o),d=t[--f],y=l[--p];else if(ne(h,y,o))le(h,y,o),re(e,h.v,d.v.nextSibling),h=t[++i],y=l[--p];else if(ne(d,m,o))le(d,m,o),re(e,d.v,h.v),d=t[--f],m=l[++c];else{for(u=-1,a=i;a<=f;++a)if(t[a]&&null!==t[a].p&&t[a].p===m.p){u=a;break}u>=0?(s=t[u],s.m!==m.m?r=Z(t&&t[c],n,u):(le(s,m,o),t[u]=void 0,r=s.v),m=l[++c]):(r=Z(t&&t[c],n,c),m=l[++c]),r&&re(h.v.parentNode,r,h.v)}i>f?ee(e,null==l[p+1]?null:l[p+1].v,n,l,c,p):c>p&&te(t,i,f)})(l,o,t,r,n):null!==r?(null!==e.i&&(l.textContent=""),ee(l,null,t,r,0,r.length-1)):null!==o&&te(o,0,o.length-1)):e.i!==s&&(l.data=s)},oe=e=>{e.u&&e.u.ref&&e.u.ref(null),e.h&&e.h.map(oe)},re=(e,t,n)=>null==e?void 0:e.insertBefore(t,n),se=(e,t)=>{t&&!e.k&&t["s-p"]&&t["s-p"].push(new Promise((t=>e.k=t)))},ie=(e,t)=>{if(e.l|=16,!(4&e.l))return se(e,e.j),S((()=>ce(e,t)));e.l|=512},ce=(e,t)=>{const n=e.t;if(!n)throw Error(`Can't render component <${e.$hostElement$.tagName.toLowerCase()} /> with invalid Stencil runtime! Make sure this imported component is compiled with a \`externalRuntime: true\` flag. For more information, please refer to https://stenciljs.com/docs/custom-elements#externalruntime`);let l;return l=ye(n,t?"componentWillLoad":"componentWillUpdate"),ue(l,(()=>fe(e,n,t)))},ue=(e,t)=>ae(e)?e.then(t).catch((e=>{console.error(e),t()})):t(),ae=e=>e instanceof Promise||e&&e.then&&"function"==typeof e.then,fe=async(e,t,n)=>{var l;const o=e.$hostElement$,r=o["s-rc"];n&&(e=>{const t=e.O,n=e.$hostElement$,l=t.l,o=((e,t)=>{var n;const l=_(t),o=i.get(l);if(e=11===e.nodeType?e:f,o)if("string"==typeof o){let r,s=V.get(e=e.head||e);if(s||V.set(e,s=new Set),!s.has(l)){{r=f.createElement("style"),r.innerHTML=o;const t=null!=(n=h.C)?n:E(f);null!=t&&r.setAttribute("nonce",t),e.insertBefore(r,e.querySelector("link"))}4&t.l&&(r.innerHTML+=c),s&&s.add(l)}}else e.adoptedStyleSheets.includes(o)||(e.adoptedStyleSheets=[...e.adoptedStyleSheets,o]);return l})(n.shadowRoot?n.shadowRoot:n.getRootNode(),t);10&l&&(n["s-sc"]=o,n.classList.add(o+"-h"))})(e);he(e,t,o,n),r&&(r.map((e=>e())),o["s-rc"]=void 0);{const t=null!=(l=o["s-p"])?l:[],n=()=>de(e);0===t.length?n():(Promise.all(t).then(n),e.l|=4,t.length=0)}},he=(e,t,n,l)=>{try{t=t.render(),e.l&=-17,e.l|=2,((e,t,n=!1)=>{const l=e.$hostElement$,o=e.O,r=e.M||W(null,null),s=(e=>e&&e.m===A)(t)?t:T(null,null,t);if(U=l.tagName,o.P&&(s.u=s.u||{},o.P.map((([e,t])=>s.u[t]=l[e]))),n&&s.u)for(const e of Object.keys(s.u))l.hasAttribute(e)&&!["key","ref","style","class"].includes(e)&&(s.u[e]=l[e]);s.m=null,s.l|=4,e.M=s,s.v=r.v=l.shadowRoot||l,P=l["s-sc"],le(r,s,n)})(e,t,l)}catch(t){r(t,e.$hostElement$)}return null},de=e=>{const t=e.$hostElement$,n=e.t,l=e.j;64&e.l?ye(n,"componentDidUpdate"):(e.l|=64,ve(t),ye(n,"componentDidLoad"),e.U(t),l||me()),e.L(t),e.k&&(e.k(),e.k=void 0),512&e.l&&g((()=>ie(e,!1))),e.l&=-517},pe=e=>{{const t=n(e),l=t.$hostElement$.isConnected;return l&&2==(18&t.l)&&ie(t,!1),l}},me=()=>{ve(f.documentElement),g((()=>G(a,"appload",{detail:{namespace:"arcgis-coding-components"}})))},ye=(e,t,n)=>{if(e&&e[t])try{return e[t](n)}catch(e){r(e)}},ve=e=>e.setAttribute("hydrated",""),we=(e,t,l)=>{var o,s;const i=e.prototype;if(t.R||t.T||e.watchers){e.watchers&&!t.T&&(t.T=e.watchers);const c=Object.entries(null!=(o=t.R)?o:{});if(c.map((([e,[o]])=>{31&o||2&l&&32&o?Object.defineProperty(i,e,{get(){return((e,t)=>n(this).W.get(t))(0,e)},set(l){((e,t,l,o)=>{const s=n(e);if(!s)throw Error(`Couldn't find host element for "${o.S}" as it is unknown to this Stencil runtime. This usually happens when integrating a 3rd party Stencil component with another Stencil component or application. Please reach out to the maintainers of the 3rd party Stencil component or report this on the Stencil Discord server (https://chat.stenciljs.com) or comment on this similar [GitHub issue](https://github.com/ionic-team/stencil/issues/5457).`);const i=s.$hostElement$,c=s.W.get(t),u=s.l,a=s.t;if(l=((e,t)=>null==e||O(e)?e:4&t?"false"!==e&&(""===e||!!e):1&t?e+"":e)(l,o.R[t][0]),(!(8&u)||void 0===c)&&l!==c&&(!Number.isNaN(c)||!Number.isNaN(l))&&(s.W.set(t,l),a)){if(o.T&&128&u){const e=o.T[t];e&&e.map((e=>{try{a[e](l,c,t)}catch(e){r(e,i)}}))}if(2==(18&u)){if(a.componentShouldUpdate&&!1===a.componentShouldUpdate(l,c,t))return;ie(s,!1)}}})(this,e,l,t)},configurable:!0,enumerable:!0}):1&l&&64&o&&Object.defineProperty(i,e,{value(...t){var l;const o=n(this);return null==(l=null==o?void 0:o.A)?void 0:l.then((()=>{var n;return null==(n=o.t)?void 0:n[e](...t)}))}})})),1&l){const l=new Map;i.attributeChangedCallback=function(e,o,r){h.jmp((()=>{var s;const c=l.get(e);if(this.hasOwnProperty(c))r=this[c],delete this[c];else{if(i.hasOwnProperty(c)&&"number"==typeof this[c]&&this[c]==r)return;if(null==c){const l=n(this),i=null==l?void 0:l.l;if(i&&!(8&i)&&128&i&&r!==o){const n=l.t,i=null==(s=t.T)?void 0:s[e];null==i||i.forEach((t=>{null!=n[t]&&n[t].call(n,r,o,e)}))}return}}this[c]=(null!==r||"boolean"!=typeof this[c])&&r}))},e.observedAttributes=Array.from(new Set([...Object.keys(null!=(s=t.T)?s:{}),...c.filter((([e,t])=>15&t[0])).map((([e,n])=>{var o;const r=n[1]||e;return l.set(r,e),512&n[0]&&(null==(o=t.P)||o.push([e,r])),r}))]))}}return e},$e=e=>{ye(e,"connectedCallback")},be=e=>{ye(e,"disconnectedCallback")},ge=(e,o={})=>{var u;const d=[],m=o.exclude||[],y=a.customElements,v=f.head,w=v.querySelector("meta[charset]"),$=f.createElement("style"),b=[];let g,S=!0;Object.assign(h,o),h.o=new URL(o.resourcesUrl||"./",f.baseURI).href;let k=!1;if(e.map((e=>{e[1].map((o=>{var c;const u={l:o[0],S:o[1],R:o[2],D:o[3]};4&u.l&&(k=!0),u.R=o[2],u.P=[],u.T=null!=(c=o[4])?c:{};const a=u.S,f=class extends HTMLElement{constructor(e){if(super(e),this.hasRegisteredEventListeners=!1,((e,n)=>{const l={l:0,$hostElement$:e,O:n,W:new Map};l.A=new Promise((e=>l.L=e)),l.F=new Promise((e=>l.U=e)),e["s-p"]=[],e["s-rc"]=[],t.set(e,l)})(e=this,u),1&u.l)if(e.shadowRoot){if("open"!==e.shadowRoot.mode)throw Error(`Unable to re-use existing shadow root for ${u.S}! Mode is set to ${e.shadowRoot.mode} but Stencil only supports open shadow roots.`)}else e.attachShadow({mode:"open"})}connectedCallback(){this.hasRegisteredEventListeners||(this.hasRegisteredEventListeners=!0),g&&(clearTimeout(g),g=null),S?b.push(this):h.jmp((()=>(e=>{if(!(1&h.l)){const t=n(e),o=t.O,c=()=>{};if(1&t.l)(null==t?void 0:t.t)?$e(t.t):(null==t?void 0:t.F)&&t.F.then((()=>$e(t.t)));else{t.l|=1;{let n=e;for(;n=n.parentNode||n.host;)if(n["s-p"]){se(t,t.j=n);break}}o.R&&Object.entries(o.R).map((([t,[n]])=>{if(31&n&&e.hasOwnProperty(t)){const n=e[t];delete e[t],e[t]=n}})),(async(e,t,n)=>{let o;if(!(32&t.l)){if(t.l|=32,n.H){const e=(e=>{const t=e.S.replace(/-/g,"_"),n=e.H;if(!n)return;const l=s.get(n);return l?l[t]:import(`./${n}.entry.js`).then((e=>(s.set(n,e),e[t])),r)
7
7
  /*!__STENCIL_STATIC_IMPORT_SWITCH__*/})(n);if(e&&"then"in e){const t=()=>{};o=await e,t()}else o=e;if(!o)throw Error(`Constructor for "${n.S}#${t.N}" was not found`);o.isProxied||(n.T=o.watchers,we(o,n,2),o.isProxied=!0);const i=()=>{};t.l|=8;try{o.__forceUpdate=pe,o.__registerControllers=e=>(l(e,t),t.O.R??{}),new o(t),o.__registerControllers=void 0}catch(e){r(e)}t.l&=-9,t.l|=128,i(),$e(t.t)}else o=e.constructor,customElements.whenDefined(e.localName).then((()=>t.l|=128));if(o&&o.style){let e;"string"==typeof o.style&&(e=o.style);const t=_(n);if(!i.has(t)){const l=()=>{};((e,t,n)=>{let l=i.get(e);p&&n?(l=l||new CSSStyleSheet,"string"==typeof l?l=t:l.replaceSync(t)):l=t,i.set(e,l)})(t,e,!!(1&n.l)),l()}}}const c=t.j,u=()=>ie(t,!0);c&&c["s-rc"]?c["s-rc"].push(u):u()})(e,t,o)}c()}})(this)))}disconnectedCallback(){h.jmp((()=>(async()=>{if(!(1&h.l)){const e=n(this);(null==e?void 0:e.t)?be(e.t):(null==e?void 0:e.F)&&e.F.then((()=>be(e.t)))}})()))}componentOnReady(){return n(this).F}};u.H=e[0],m.includes(a)||y.get(a)||(d.push(a),y.define(a,we(f,u,1)))}))})),d.length>0&&(k&&($.textContent+=c),$.textContent+=d.sort()+"{visibility:hidden}[hydrated]{visibility:inherit}",$.innerHTML.length)){$.setAttribute("data-styles","");const e=null!=(u=h.C)?u:E(f);null!=e&&$.setAttribute("nonce",e),v.insertBefore($,w?w.nextSibling:v.firstChild)}S=!1,b.length?b.map((e=>e.connectedCallback())):h.jmp((()=>g=setTimeout(me,30)))},Se=(e,t)=>t,ke=e=>h.C=e;export{Se as F,A as H,N as a,ge as b,q as c,k as g,T as h,d as p,l as r,ke as s}
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * All material copyright Esri, All Rights Reserved, unless otherwise specified.
3
3
  * See https://js.arcgis.com/4.31/esri/copyright.txt for details.
4
- * v4.31.0-next.65
4
+ * v4.31.0-next.68
5
5
  */
6
6
  /*!-----------------------------------------------------------------------------
7
7
  * 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.65
4
+ * v4.31.0-next.68
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.65
4
+ * v4.31.0-next.68
5
5
  */
6
6
  'use strict';
7
7
 
8
- const sqlExprDefaults = require('./sql-expr-defaults-33b58101.js');
9
- const index = require('./index-c0d1a43d.js');
8
+ const sqlExprDefaults = require('./sql-expr-defaults-33a1c68c.js');
9
+ const index = require('./index-76c04c6d.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.65
4
+ * v4.31.0-next.68
5
5
  */
6
6
  'use strict';
7
7
 
8
- const sqlExprDefaults = require('./sql-expr-defaults-33b58101.js');
9
- require('./index-c0d1a43d.js');
8
+ const sqlExprDefaults = require('./sql-expr-defaults-33a1c68c.js');
9
+ require('./index-76c04c6d.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.65
4
+ * v4.31.0-next.68
5
5
  */
6
6
  'use strict';
7
7
 
8
8
  Object.defineProperty(exports, '__esModule', { value: true });
9
9
 
10
- const index = require('./index-c0d1a43d.js');
11
- const sqlExprDefaults = require('./sql-expr-defaults-33b58101.js');
12
- const useT9n = require('./useT9n-1dca8e16.js');
13
- const arcadeDefaults = require('./arcade-defaults-725a96a8.js');
10
+ const index = require('./index-76c04c6d.js');
11
+ const sqlExprDefaults = require('./sql-expr-defaults-33a1c68c.js');
12
+ const useT9n = require('./useT9n-c9a10e25.js');
13
+ const arcadeDefaults = require('./arcade-defaults-3175a813.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-cd7471c8.js'); });
370
+ return await Promise.resolve().then(function () { return require('./arcade-mode-5cd2e1b0.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-67dc565b.js'); });
4165
+ return await Promise.resolve().then(function () { return require('./sql-expr-mode-26d407eb.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.65
4
+ * v4.31.0-next.68
5
5
  */
6
6
  'use strict';
7
7
 
8
8
  Object.defineProperty(exports, '__esModule', { value: true });
9
9
 
10
- const index = require('./index-c0d1a43d.js');
11
- const appGlobals = require('./app-globals-e407170d.js');
10
+ const index = require('./index-76c04c6d.js');
11
+ const appGlobals = require('./app-globals-a5b8adb5.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.65
4
+ * v4.31.0-next.68
5
5
  */
6
6
  'use strict';
7
7
 
8
8
  Object.defineProperty(exports, '__esModule', { value: true });
9
9
 
10
- const index = require('./index-c0d1a43d.js');
11
- const useT9n = require('./useT9n-1dca8e16.js');
12
- const sqlExprDefaults = require('./sql-expr-defaults-33b58101.js');
10
+ const index = require('./index-76c04c6d.js');
11
+ const useT9n = require('./useT9n-c9a10e25.js');
12
+ const sqlExprDefaults = require('./sql-expr-defaults-33a1c68c.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.65
4
+ * v4.31.0-next.68
5
5
  */
6
6
  'use strict';
7
7
 
8
8
  Object.defineProperty(exports, '__esModule', { value: true });
9
9
 
10
- const index = require('./index-c0d1a43d.js');
11
- const useT9n = require('./useT9n-1dca8e16.js');
12
- const sqlExprDefaults = require('./sql-expr-defaults-33b58101.js');
10
+ const index = require('./index-76c04c6d.js');
11
+ const useT9n = require('./useT9n-c9a10e25.js');
12
+ const sqlExprDefaults = require('./sql-expr-defaults-33a1c68c.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.65
4
+ * v4.31.0-next.68
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.65
4
+ * v4.31.0-next.68
5
5
  */
6
6
  'use strict';
7
7
 
8
- const sqlExprDefaults = require('./sql-expr-defaults-33b58101.js');
9
- require('./index-c0d1a43d.js');
8
+ const sqlExprDefaults = require('./sql-expr-defaults-33a1c68c.js');
9
+ require('./index-76c04c6d.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.65
4
+ * v4.31.0-next.68
5
5
  */
6
6
  'use strict';
7
7
 
8
- const sqlExprDefaults = require('./sql-expr-defaults-33b58101.js');
9
- require('./index-c0d1a43d.js');
8
+ const sqlExprDefaults = require('./sql-expr-defaults-33a1c68c.js');
9
+ require('./index-76c04c6d.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.65
4
+ * v4.31.0-next.68
5
5
  */
6
6
  'use strict';
7
7
 
8
- const sqlExprDefaults = require('./sql-expr-defaults-33b58101.js');
9
- require('./index-c0d1a43d.js');
8
+ const sqlExprDefaults = require('./sql-expr-defaults-33a1c68c.js');
9
+ require('./index-76c04c6d.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.65
4
+ * v4.31.0-next.68
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.65
4
+ * v4.31.0-next.68
5
5
  */
6
6
  'use strict';
7
7
 
8
8
  Object.defineProperty(exports, '__esModule', { value: true });
9
9
 
10
- const arcadeDefaults = require('./arcade-defaults-725a96a8.js');
11
- const sqlExprDefaults = require('./sql-expr-defaults-33b58101.js');
12
- require('./index-c0d1a43d.js');
10
+ const arcadeDefaults = require('./arcade-defaults-3175a813.js');
11
+ const sqlExprDefaults = require('./sql-expr-defaults-33a1c68c.js');
12
+ require('./index-76c04c6d.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.65
4
+ * v4.31.0-next.68
5
5
  */
6
6
  'use strict';
7
7
 
8
- const typescript = require('./typescript-ba75ab75.js');
9
- require('./sql-expr-defaults-33b58101.js');
10
- require('./index-c0d1a43d.js');
8
+ const typescript = require('./typescript-49525f03.js');
9
+ require('./sql-expr-defaults-33a1c68c.js');
10
+ require('./index-76c04c6d.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.65
4
+ * v4.31.0-next.68
5
5
  */
6
6
  'use strict';
7
7
 
8
- const sqlExprDefaults = require('./sql-expr-defaults-33b58101.js');
9
- require('./index-c0d1a43d.js');
8
+ const sqlExprDefaults = require('./sql-expr-defaults-33a1c68c.js');
9
+ require('./index-76c04c6d.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.65
4
+ * v4.31.0-next.68
5
5
  */
6
6
  'use strict';
7
7
 
8
8
  Object.defineProperty(exports, '__esModule', { value: true });
9
9
 
10
- const index = require('./index-c0d1a43d.js');
11
- const appGlobals = require('./app-globals-e407170d.js');
10
+ const index = require('./index-76c04c6d.js');
11
+ const appGlobals = require('./app-globals-a5b8adb5.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.65
4
+ * v4.31.0-next.68
5
5
  */
6
6
  'use strict';
7
7
 
8
- const index = require('./index-c0d1a43d.js');
8
+ const index = require('./index-76c04c6d.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-b34da0f2.js'); });
124691
+ return Promise.resolve().then(function () { return require('./css-73d8d898.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-e0b26775.js'); });
124709
+ return Promise.resolve().then(function () { return require('./html-d3b9b249.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-f5280af9.js'); });
124729
+ return Promise.resolve().then(function () { return require('./javascript-b9b5c7e5.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-ba75ab75.js'); });
124747
+ return Promise.resolve().then(function () { return require('./typescript-49525f03.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-b4289ef7.js'); });
124868
+ return Promise.resolve().then(function () { return require('./cssMode-b5e57610.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-f4adeb18.js'); });
124993
+ return Promise.resolve().then(function () { return require('./htmlMode-b6566928.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-9c4b79f3.js'); });
125095
+ return Promise.resolve().then(function () { return require('./jsonMode-452c89a5.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-0ee1dd0e.js'); });
125364
+ return Promise.resolve().then(function () { return require('./tsMode-34082264.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.65
4
+ * v4.31.0-next.68
5
5
  */
6
6
  'use strict';
7
7
 
8
- const sqlExprDefaults = require('./sql-expr-defaults-33b58101.js');
9
- require('./index-c0d1a43d.js');
8
+ const sqlExprDefaults = require('./sql-expr-defaults-33a1c68c.js');
9
+ require('./index-76c04c6d.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.65
4
+ * v4.31.0-next.68
5
5
  */
6
6
  'use strict';
7
7
 
8
- const sqlExprDefaults = require('./sql-expr-defaults-33b58101.js');
9
- require('./index-c0d1a43d.js');
8
+ const sqlExprDefaults = require('./sql-expr-defaults-33a1c68c.js');
9
+ require('./index-76c04c6d.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.65
4
+ * v4.31.0-next.68
5
5
  */
6
6
  'use strict';
7
7
 
8
- const sqlExprDefaults = require('./sql-expr-defaults-33b58101.js');
9
- require('./index-c0d1a43d.js');
8
+ const sqlExprDefaults = require('./sql-expr-defaults-33a1c68c.js');
9
+ require('./index-76c04c6d.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.65
4
+ * v4.31.0-next.68
5
5
  */
6
6
  'use strict';
7
7
 
8
- const sqlExprDefaults = require('./sql-expr-defaults-33b58101.js');
9
- const index = require('./index-c0d1a43d.js');
8
+ const sqlExprDefaults = require('./sql-expr-defaults-33a1c68c.js');
9
+ const index = require('./index-76c04c6d.js');
10
10
 
11
11
  // src/framework.ts
12
12
  function retrieveComponentMembers(component, isLit) {
@@ -588,7 +588,7 @@ var ComponentInternals = class {
588
588
  /**
589
589
  * Configure a getter or setter for a given \@Prop/\@State
590
590
  *
591
- * Note, since props are defined on the prototype, they are shared between all
591
+ * Since props are defined on the prototype, they are shared between all
592
592
  * instances of a component. Thus, instead of passing a reference to the
593
593
  * getter/setter function, you should update the
594
594
  * ComponentInternals.getters/setters properties, and then call getSetProxy
@@ -648,12 +648,8 @@ var ComponentInternals = class {
648
648
  }
649
649
  let newValue = component2.manager.isLit ? (
650
650
  /*
651
- * Cast `null` to `undefined`. Reasons:
652
- * - component can declare properties simply using
653
- * `@property() name?: string;` and get accurate typings,
654
- * without being forced to use
655
- * `@property() name?: string | Nil;`.
656
- * - simplifies checks in the code and thus reduces bugs
651
+ * Cast `null` to `undefined`.
652
+ * See https://devtopia.esri.com/WebGIS/arcgis-web-components/discussions/1299
657
653
  */
658
654
  rawNewValue ?? void 0
659
655
  ) : parsePropertyValue(rawNewValue, propType);
@@ -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.65
4
+ * v4.31.0-next.68
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.65
4
+ * v4.31.0-next.68
5
5
  */
6
6
  import { editor, MarkerSeverity, Range, languages, Emitter } from 'monaco-editor';
7
7
  import { CompletionItemKind, DiagnosticSeverity, InsertTextFormat } from 'vscode-languageserver-types';
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * All material copyright Esri, All Rights Reserved, unless otherwise specified.
3
3
  * See https://js.arcgis.com/4.31/esri/copyright.txt for details.
4
- * v4.31.0-next.65
4
+ * v4.31.0-next.68
5
5
  */
6
6
  import { proxyCustomElement, HTMLElement, createEvent, h, Fragment, Host, forceUpdate } from '@stencil/core/internal/client';
7
7
  import { g as importArcade, s as supportedFields } from './fields.js';
8
- import { u as useControllerManager } from './chunk-WEX2VUZV.js';
8
+ import { u as useControllerManager } from './chunk-WPBUOQSP.js';
9
9
  import { c as setValuesInString, q as quoteString } from './index2.js';
10
10
  import { u as useT9n } from './useT9n.js';
11
11
  import "@esri/calcite-components/dist/components/calcite-tree.js";
@@ -1,12 +1,12 @@
1
1
  /*!
2
2
  * All material copyright Esri, All Rights Reserved, unless otherwise specified.
3
3
  * See https://js.arcgis.com/4.31/esri/copyright.txt for details.
4
- * v4.31.0-next.65
4
+ * v4.31.0-next.68
5
5
  */
6
6
  import { proxyCustomElement, HTMLElement, createEvent, forceUpdate, h, Host } from '@stencil/core/internal/client';
7
7
  import { g as generateColorizeStyles, o as onColorizeThemeChanged, c as convertMarkdownString, a as colorizeCodeElement } from './markdown.js';
8
8
  import { f as filterCollection } from './utilities.js';
9
- import { u as useControllerManager } from './chunk-WEX2VUZV.js';
9
+ import { u as useControllerManager } from './chunk-WPBUOQSP.js';
10
10
  import { t as setFocusOnElement } from './index2.js';
11
11
  import { u as useT9n } from './useT9n.js';
12
12
  import "@esri/calcite-components/dist/components/calcite-list-item-group.js";
@@ -1,10 +1,10 @@
1
1
  /*!
2
2
  * All material copyright Esri, All Rights Reserved, unless otherwise specified.
3
3
  * See https://js.arcgis.com/4.31/esri/copyright.txt for details.
4
- * v4.31.0-next.65
4
+ * v4.31.0-next.68
5
5
  */
6
6
  import { proxyCustomElement, HTMLElement, createEvent, forceUpdate, h } from '@stencil/core/internal/client';
7
- import { u as useControllerManager } from './chunk-WEX2VUZV.js';
7
+ import { u as useControllerManager } from './chunk-WPBUOQSP.js';
8
8
  import { t as setFocusOnElement, d as createFilterExpression } from './index2.js';
9
9
  import { b as arcadeDefaults } from './arcade-defaults.js';
10
10
  import { u as useT9n } from './useT9n.js';
@@ -1,13 +1,13 @@
1
1
  /*!
2
2
  * All material copyright Esri, All Rights Reserved, unless otherwise specified.
3
3
  * See https://js.arcgis.com/4.31/esri/copyright.txt for details.
4
- * v4.31.0-next.65
4
+ * v4.31.0-next.68
5
5
  */
6
6
  import { proxyCustomElement, HTMLElement, createEvent, forceUpdate, h, Fragment, Host } from '@stencil/core/internal/client';
7
7
  import { KeyCode } from 'monaco-editor';
8
8
  import { d as defineCustomElement$6, e as executeScript, D as DevelopersWebSitePath } from './arcade-results.js';
9
9
  import { d as defineCustomElement$3, u as updateThemeColors, c as colorRulesKeys, s as setupMonacoEnvironment, g as getArcadeDiagnosticService } from './code-editor.js';
10
- import { u as useControllerManager, g as getSet } from './chunk-WEX2VUZV.js';
10
+ import { u as useControllerManager, g as getSet } from './chunk-WPBUOQSP.js';
11
11
  import { D as Deferred, g as generateGuid, e as getElementTheme } from './index2.js';
12
12
  import { b as arcadeDefaults } from './arcade-defaults.js';
13
13
  import { u as useT9n } from './useT9n.js';
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * All material copyright Esri, All Rights Reserved, unless otherwise specified.
3
3
  * See https://js.arcgis.com/4.31/esri/copyright.txt for details.
4
- * v4.31.0-next.65
4
+ * v4.31.0-next.68
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.65
4
+ * v4.31.0-next.68
5
5
  */
6
6
  import { A as ArcgisArcadeSuggestions$1, d as defineCustomElement$1 } from './arcade-suggestions.js';
7
7