@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,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
- import { P as typescriptDefaults, O as monaco_editor_core_star } from './sql-expr-defaults-4dd740c6.js';
7
- import './index-5c660cb7.js';
6
+ import { P as typescriptDefaults, O as monaco_editor_core_star } from './sql-expr-defaults-81c3fc3c.js';
7
+ import './index-3957d3a3.js';
8
8
 
9
9
  /*!-----------------------------------------------------------------------------
10
10
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1,10 +1,10 @@
1
1
  /*!
2
2
  * All material copyright Esri, All Rights Reserved, unless otherwise specified.
3
3
  * See https://js.arcgis.com/4.31/esri/copyright.txt for details.
4
- * v4.31.0-next.65
4
+ * v4.31.0-next.68
5
5
  */
6
- import { O as monaco_editor_core_star } from './sql-expr-defaults-4dd740c6.js';
7
- import './index-5c660cb7.js';
6
+ import { O as monaco_editor_core_star } from './sql-expr-defaults-81c3fc3c.js';
7
+ import './index-3957d3a3.js';
8
8
 
9
9
  /*!-----------------------------------------------------------------------------
10
10
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1,10 +1,10 @@
1
1
  /*!
2
2
  * All material copyright Esri, All Rights Reserved, unless otherwise specified.
3
3
  * See https://js.arcgis.com/4.31/esri/copyright.txt for details.
4
- * v4.31.0-next.65
4
+ * v4.31.0-next.68
5
5
  */
6
- import { F as isNotUndefined, D as Deferred, G as safeAsyncCall, H as devToolsAwareTimeout, J as safeCall, M as startLocaleObserver, N as getElementLocales } from './sql-expr-defaults-4dd740c6.js';
7
- import { g as getAssetPath } from './index-5c660cb7.js';
6
+ import { F as isNotUndefined, D as Deferred, G as safeAsyncCall, H as devToolsAwareTimeout, J as safeCall, M as startLocaleObserver, N as getElementLocales } from './sql-expr-defaults-81c3fc3c.js';
7
+ import { g as getAssetPath } from './index-3957d3a3.js';
8
8
 
9
9
  // src/framework.ts
10
10
  function retrieveComponentMembers(component, isLit) {
@@ -586,7 +586,7 @@ var ComponentInternals = class {
586
586
  /**
587
587
  * Configure a getter or setter for a given \@Prop/\@State
588
588
  *
589
- * Note, since props are defined on the prototype, they are shared between all
589
+ * Since props are defined on the prototype, they are shared between all
590
590
  * instances of a component. Thus, instead of passing a reference to the
591
591
  * getter/setter function, you should update the
592
592
  * ComponentInternals.getters/setters properties, and then call getSetProxy
@@ -646,12 +646,8 @@ var ComponentInternals = class {
646
646
  }
647
647
  let newValue = component2.manager.isLit ? (
648
648
  /*
649
- * Cast `null` to `undefined`. Reasons:
650
- * - component can declare properties simply using
651
- * `@property() name?: string;` and get accurate typings,
652
- * without being forced to use
653
- * `@property() name?: string | Nil;`.
654
- * - simplifies checks in the code and thus reduces bugs
649
+ * Cast `null` to `undefined`.
650
+ * See https://devtopia.esri.com/WebGIS/arcgis-web-components/discussions/1299
655
651
  */
656
652
  rawNewValue ?? void 0
657
653
  ) : parsePropertyValue(rawNewValue, propType);
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * All material copyright Esri, All Rights Reserved, unless otherwise specified.
3
3
  * See https://js.arcgis.com/4.31/esri/copyright.txt for details.
4
- * v4.31.0-next.65
4
+ * v4.31.0-next.68
5
5
  */
6
6
  module.exports = require('../cjs/loader.cjs.js');
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * All material copyright Esri, All Rights Reserved, unless otherwise specified.
3
3
  * See https://js.arcgis.com/4.31/esri/copyright.txt for details.
4
- * v4.31.0-next.65
4
+ * v4.31.0-next.68
5
5
  */
6
6
  module.exports = require('../cjs/loader.cjs.js');
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * All material copyright Esri, All Rights Reserved, unless otherwise specified.
3
3
  * See https://js.arcgis.com/4.31/esri/copyright.txt for details.
4
- * v4.31.0-next.65
4
+ * v4.31.0-next.68
5
5
  */
6
6
  export * from '../esm/loader.js';
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * All material copyright Esri, All Rights Reserved, unless otherwise specified.
3
3
  * See https://js.arcgis.com/4.31/esri/copyright.txt for details.
4
- * v4.31.0-next.65
4
+ * v4.31.0-next.68
5
5
  */
6
6
  (function(){if("undefined"!==typeof window&&void 0!==window.Reflect&&void 0!==window.customElements){var a=HTMLElement;window.HTMLElement=function(){return Reflect.construct(a,[],this.constructor)};HTMLElement.prototype=a.prototype;HTMLElement.prototype.constructor=HTMLElement;Object.setPrototypeOf(HTMLElement,a)}})();
7
7
  export * from '../esm/loader.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/coding-components",
3
- "version": "4.31.0-next.65",
3
+ "version": "4.31.0-next.68",
4
4
  "description": "Contains components for editing code in different languages. The currently supported languages are html, css, json, TypeScript, JavaScript, and Arcade.",
5
5
  "keywords": [
6
6
  "ArcGIS",
@@ -22,7 +22,8 @@
22
22
  ],
23
23
  "publishConfig": {
24
24
  "registry": "https://registry.npmjs.org/",
25
- "access": "public"
25
+ "access": "public",
26
+ "cdnPublish": true
26
27
  },
27
28
  "license": "SEE LICENSE IN LICENSE.md",
28
29
  "scripts": {
@@ -48,21 +49,21 @@
48
49
  "generate": "stencil generate"
49
50
  },
50
51
  "dependencies": {
51
- "@arcgis/arcade-languageservice": "4.31.0-next.65",
52
- "@arcgis/components-controllers": "4.31.0-next.65",
53
- "@arcgis/components-utils": "4.31.0-next.65",
54
- "@arcgis/languages-api-utils": "4.31.0-next.65",
52
+ "@arcgis/arcade-languageservice": "4.31.0-next.68",
53
+ "@arcgis/components-controllers": "4.31.0-next.68",
54
+ "@arcgis/components-utils": "4.31.0-next.68",
55
+ "@arcgis/languages-api-utils": "4.31.0-next.68",
55
56
  "@stencil/core": "4.19.2",
56
57
  "monaco-editor": "0.45.0",
57
58
  "vscode-languageserver-types": "^3.17.5"
58
59
  },
59
60
  "devDependencies": {
60
- "@arcgis/components-build-utils": "4.31.0-next.65",
61
- "@arcgis/components-plugins": "4.31.0-next.65",
61
+ "@arcgis/components-build-utils": "4.31.0-next.68",
62
+ "@arcgis/components-plugins": "4.31.0-next.68",
62
63
  "@arcgis/core": ">=4.31.0-next <4.32",
63
- "@arcgis/core-adapter": "4.31.0-next.65",
64
- "@arcgis/storybook-utils": "4.31.0-next.65",
65
- "@arcgis/typescript-config": "4.31.0-next.65",
64
+ "@arcgis/core-adapter": "4.31.0-next.68",
65
+ "@arcgis/storybook-utils": "4.31.0-next.68",
66
+ "@arcgis/typescript-config": "4.31.0-next.68",
66
67
  "@esri/calcite-components": "^2.11.1",
67
68
  "@stencil/angular-output-target": "0.8.4",
68
69
  "@stencil/react-output-target": "0.5.3",
@@ -76,7 +77,6 @@
76
77
  "@types/node": "^20.2.5",
77
78
  "@types/postcss-url": "^10.0.0",
78
79
  "@types/resize-observer-browser": "^0.1.7",
79
- "chromatic": "^11.3.0",
80
80
  "esbuild": "^0.21.4",
81
81
  "eslint": "^8.55.0",
82
82
  "jest": "^29.5.0",
@@ -102,5 +102,5 @@
102
102
  "@arcgis/core": ">=4.31.0-next <4.32",
103
103
  "@esri/calcite-components": "^2.11.1"
104
104
  },
105
- "gitHead": "335037837b13f05b634cdbcc259bcf4ae881542b"
105
+ "gitHead": "3f73956f1b30542b1077371c042222b286f56b93"
106
106
  }