@arcgis/coding-components 4.30.0-next.29 → 4.30.0-next.30

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 (89) 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-2262edb5.js → p-05407167.js} +2 -2
  4. package/dist/arcgis-coding-components/p-0e4fd488.entry.js +6 -0
  5. package/dist/arcgis-coding-components/{p-eff2d3a4.js → p-1b04872b.js} +3 -3
  6. package/dist/arcgis-coding-components/{p-77ed71a8.js → p-305e6a27.js} +3 -3
  7. package/dist/arcgis-coding-components/{p-24adbb7c.js → p-38778060.js} +3 -3
  8. package/dist/arcgis-coding-components/{p-9a00ddea.js → p-3e84bed2.js} +2 -2
  9. package/dist/arcgis-coding-components/{p-23baf361.js → p-50cbdef2.js} +2 -2
  10. package/dist/arcgis-coding-components/p-51032f3c.js +68 -0
  11. package/dist/arcgis-coding-components/{p-9f9cd0b9.js → p-61a3a32b.js} +2 -2
  12. package/dist/arcgis-coding-components/{p-6df29b26.js → p-7f41598e.js} +2 -2
  13. package/dist/arcgis-coding-components/{p-9a6e0c8c.js → p-a09a2021.js} +1 -1
  14. package/dist/arcgis-coding-components/{p-622b32b2.js → p-f2b266c1.js} +1 -1
  15. package/dist/cjs/{arcade-defaults-5269f6ab.js → arcade-defaults-18a60f03.js} +663 -337
  16. package/dist/cjs/{arcade-mode-85df9043.js → arcade-mode-c53bfc0e.js} +45 -51
  17. package/dist/cjs/arcgis-arcade-api_6.cjs.entry.js +366 -261
  18. package/dist/cjs/arcgis-coding-components.cjs.js +2 -2
  19. package/dist/cjs/{css-894bed01.js → css-56924b29.js} +1 -1
  20. package/dist/cjs/{cssMode-0fd626db.js → cssMode-ea630257.js} +3 -3
  21. package/dist/cjs/{html-64719fae.js → html-3d953aa2.js} +3 -3
  22. package/dist/cjs/{htmlMode-ad637d19.js → htmlMode-f3da6666.js} +3 -3
  23. package/dist/cjs/{index-994ea295.js → index-084a0845.js} +1 -1
  24. package/dist/cjs/index.cjs.js +3 -3
  25. package/dist/cjs/{javascript-72aed55a.js → javascript-470dd761.js} +4 -4
  26. package/dist/cjs/{jsonMode-b98b4ca9.js → jsonMode-f2bad76f.js} +3 -3
  27. package/dist/cjs/loader.cjs.js +2 -2
  28. package/dist/cjs/{tsMode-7b613436.js → tsMode-4dbfa911.js} +3 -3
  29. package/dist/cjs/{typescript-585a7543.js → typescript-8fb2fceb.js} +3 -3
  30. package/dist/components/arcade-api.js +6 -6
  31. package/dist/components/arcade-contribution.js +9 -10
  32. package/dist/components/arcade-defaults.js +58 -58
  33. package/dist/components/arcade-mode.js +44 -50
  34. package/dist/components/arcade-results.js +27 -27
  35. package/dist/components/arcade-suggestions.js +4 -4
  36. package/dist/components/arcade-variables.js +5 -5
  37. package/dist/components/arcgis-arcade-api.js +1 -1
  38. package/dist/components/arcgis-arcade-editor.js +24 -24
  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-MRROWYKQ.js → chunk-FQ4KFKVY.js} +305 -199
  46. package/dist/components/code-editor.js +13 -13
  47. package/dist/components/fields.js +2 -62
  48. package/dist/components/index.js +1 -1
  49. package/dist/components/index2.js +387 -3
  50. package/dist/components/markdown.js +3 -3
  51. package/dist/components/utilities.js +3 -3
  52. package/dist/esm/{arcade-defaults-87a86d11.js → arcade-defaults-3f0e1c43.js} +650 -326
  53. package/dist/esm/{arcade-mode-45fc67da.js → arcade-mode-5aef1763.js} +45 -51
  54. package/dist/esm/arcgis-arcade-api_6.entry.js +419 -314
  55. package/dist/esm/arcgis-coding-components.js +3 -3
  56. package/dist/esm/{css-08f38d73.js → css-4c710cf8.js} +1 -1
  57. package/dist/esm/{cssMode-ab8f5063.js → cssMode-54cea919.js} +3 -3
  58. package/dist/esm/{html-af497230.js → html-3908d2da.js} +3 -3
  59. package/dist/esm/{htmlMode-da083262.js → htmlMode-2fa6e6a4.js} +3 -3
  60. package/dist/esm/{index-18371544.js → index-06d390be.js} +1 -1
  61. package/dist/esm/index.js +3 -3
  62. package/dist/esm/{javascript-5e6afc56.js → javascript-1d86322d.js} +4 -4
  63. package/dist/esm/{jsonMode-71281d55.js → jsonMode-27eb619c.js} +3 -3
  64. package/dist/esm/loader.js +3 -3
  65. package/dist/esm/{tsMode-98a33527.js → tsMode-9a8f9af2.js} +3 -3
  66. package/dist/esm/{typescript-1dcc1a21.js → typescript-7a26367c.js} +3 -3
  67. package/dist/loader/cdn.js +1 -1
  68. package/dist/loader/index.cjs.js +1 -1
  69. package/dist/loader/index.es2017.js +1 -1
  70. package/dist/loader/index.js +1 -1
  71. package/dist/types/utils/arcade-monaco/arcade-language-features.d.ts +1 -1
  72. package/package.json +9 -9
  73. package/dist/arcgis-coding-components/p-0dc0bb8a.js +0 -6
  74. package/dist/arcgis-coding-components/p-1cdc731d.js +0 -6
  75. package/dist/arcgis-coding-components/p-62e5bb1a.js +0 -6
  76. package/dist/arcgis-coding-components/p-9dc57c40.entry.js +0 -6
  77. package/dist/arcgis-coding-components/p-e2200653.js +0 -68
  78. package/dist/cjs/Accessor-U5QUEX2T-e8f5e012.js +0 -1249
  79. package/dist/cjs/chunk-CQC6TXVI-eb50b11c.js +0 -1286
  80. package/dist/cjs/decorators-5KFQ5FDO-45eeb3a7.js +0 -120
  81. package/dist/components/Accessor-U5QUEX2T.js +0 -1247
  82. package/dist/components/chunk-CQC6TXVI.js +0 -1257
  83. package/dist/components/decorators-5KFQ5FDO.js +0 -109
  84. package/dist/esm/Accessor-U5QUEX2T-0dfda39e.js +0 -1247
  85. package/dist/esm/chunk-CQC6TXVI-f8d27710.js +0 -1257
  86. package/dist/esm/decorators-5KFQ5FDO-7ae08fab.js +0 -109
  87. /package/dist/types/data/{actions-runner-2 → actions-runner-1}/_work/arcgis-web-components/arcgis-web-components/packages/coding-packages/coding-components/.stencil/stories/internal/arcade-editor/arcade-editor.stories.d.ts +0 -0
  88. /package/dist/types/data/{actions-runner-2 → actions-runner-1}/_work/arcgis-web-components/arcgis-web-components/packages/coding-packages/coding-components/.stencil/stories/internal/code-editor/code-editor.stories.d.ts +0 -0
  89. /package/dist/types/data/{actions-runner-2 → actions-runner-1}/_work/arcgis-web-components/arcgis-web-components/packages/coding-packages/coding-components/.stencil/stories/reference/stories/arcade-editor.stories.d.ts +0 -0
@@ -1,109 +0,0 @@
1
- /*!
2
- * All material copyright Esri, All Rights Reserved, unless otherwise specified.
3
- * See https://js.arcgis.com/4.30/esri/copyright.txt for details.
4
- * v4.30.0-next.29
5
- */
6
- import { l as o$2, y, q as d2, w as o5, x as d } from './chunk-CQC6TXVI-f8d27710.js';
7
- export { z as ensureRange, A as finalizeClass, y as property, q as propertyJSONMeta, a as subclass } from './chunk-CQC6TXVI-f8d27710.js';
8
-
9
- // ../../../node_modules/@arcgis/core/core/jsonMap.js
10
- var n$1 = class {
11
- constructor(n2, i2 = { ignoreUnknown: false, useNumericKeys: false }) {
12
- this._jsonToAPI = n2, this._options = i2, this.apiValues = [], this.jsonValues = [], this._apiToJSON = t(n2), this.apiValues = s$1(this._apiToJSON), this.jsonValues = s$1(this._jsonToAPI), this.read = (o2) => this.fromJSON(o2), this.write = (n3, t2, s2) => {
13
- const i3 = this.toJSON(n3);
14
- void 0 !== i3 && o$2(s2, i3, t2);
15
- }, this.write.isJSONMapWriter = true;
16
- }
17
- toJSON(o2) {
18
- if (null == o2)
19
- return null;
20
- if (this._apiToJSON.hasOwnProperty(o2)) {
21
- const n2 = this._apiToJSON[o2];
22
- return this._options.useNumericKeys ? +n2 : n2;
23
- }
24
- return this._options.ignoreUnknown ? void 0 : o2;
25
- }
26
- fromJSON(o2) {
27
- return null != o2 && this._jsonToAPI.hasOwnProperty(o2) ? this._jsonToAPI[o2] : this._options.ignoreUnknown ? void 0 : o2;
28
- }
29
- };
30
- function t(o2) {
31
- const n2 = {};
32
- for (const t2 in o2)
33
- n2[o2[t2]] = t2;
34
- return n2;
35
- }
36
- function s$1(o2) {
37
- const n2 = [];
38
- for (const t2 in o2)
39
- n2.push(t2);
40
- return n2.sort(), n2;
41
- }
42
-
43
- // ../../../node_modules/@arcgis/core/core/accessorSupport/decorators/enumeration.js
44
- function o$1(o2, r = {}) {
45
- const a = o2 instanceof n$1 ? o2 : new n$1(o2, r), l = { type: r?.ignoreUnknown ?? 1 ? a.apiValues : String, json: { type: a.jsonValues, read: !r?.readOnly && { reader: a.read }, write: { writer: a.write } } };
46
- return void 0 !== r?.readOnly && (l.readOnly = !!r.readOnly), void 0 !== r?.default && (l.json.default = r.default), void 0 !== r?.name && (l.json.name = r.name), void 0 !== r?.nonNullable && (l.nonNullable = r.nonNullable), y(l);
47
- }
48
-
49
- // ../../../node_modules/@arcgis/core/core/accessorSupport/decorators/reader.js
50
- function o(o2, e, t) {
51
- let a, c;
52
- return void 0 === e || Array.isArray(e) ? (c = o2, t = e, a = [void 0]) : (c = e, a = Array.isArray(o2) ? o2 : [o2]), (o3, e2) => {
53
- const d2$1 = o3.constructor.prototype;
54
- a.forEach((a2) => {
55
- const s = d2(o3, a2, c);
56
- s.read && "object" == typeof s.read || (s.read = {}), s.read.reader = d2$1[e2], t && (s.read.source = (s.read.source || []).concat(t));
57
- });
58
- };
59
- }
60
-
61
- // ../../../node_modules/@arcgis/core/core/accessorSupport/decorators/writer.js
62
- function r$1(r2, o, e) {
63
- let i, n;
64
- return void 0 === o ? (n = r2, i = [void 0]) : "string" != typeof o ? (n = r2, i = [void 0], e = o) : (n = o, i = Array.isArray(r2) ? r2 : [r2]), (r3, o2) => {
65
- const p = r3.constructor.prototype;
66
- for (const c of i) {
67
- const i2 = d2(r3, c, n);
68
- i2.write && "object" == typeof i2.write || (i2.write = {}), e && (i2.write.target = e), i2.write.writer = p[o2];
69
- }
70
- };
71
- }
72
-
73
- // ../../../node_modules/@arcgis/core/core/accessorSupport/decorators/cast.js
74
- var r = Object.prototype.toString;
75
- function o2(n) {
76
- const r2 = "__accessorMetadata__" in n ? d(n) : n;
77
- return function(...t) {
78
- if (t.push(r2), "number" == typeof t[2])
79
- throw new Error("Using @cast has parameter decorator is not supported since 4.16");
80
- return e.apply(this, t);
81
- };
82
- }
83
- function e(t, r2, o3, e2) {
84
- o5(t, r2).cast = e2;
85
- }
86
- function i(t) {
87
- return (r2, o3) => {
88
- o5(r2, t).cast = r2[o3];
89
- };
90
- }
91
- function s(...t) {
92
- if (3 !== t.length || "string" != typeof t[1])
93
- return 1 === t.length && "[object Function]" === r.call(t[0]) ? o2(t[0]) : 1 === t.length && "string" == typeof t[0] ? i(t[0]) : void 0;
94
- }
95
-
96
- // ../../../node_modules/@arcgis/core/core/accessorSupport/decorators/shared.js
97
- function n(n2) {
98
- return (r, t) => {
99
- r[t] = n2;
100
- };
101
- }
102
-
103
- // ../../../node_modules/@arcgis/core/core/accessorSupport/decorators/aliasOf.js
104
- function o3(o4, t) {
105
- const e = t ? { ...t, source: o4 } : o4;
106
- return y({ aliasOf: e });
107
- }
108
-
109
- export { o3 as aliasOf, s as cast, o$1 as enumeration, o as reader, n as shared, r$1 as writer };