@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,8 +1,68 @@
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
+ // src/index.ts
7
+ var isAMD = typeof window !== "undefined" && "$arcgis" in window && typeof window.$arcgis === "object" && "import" in window.$arcgis;
8
+ function isDefaultModule(module) {
9
+ return module.default !== void 0;
10
+ }
11
+ async function importLayersFeatureLayer() {
12
+ if (isAMD) {
13
+ return await window.$arcgis.import("esri/layers/FeatureLayer");
14
+ }
15
+ const module = await import('@arcgis/core/layers/FeatureLayer.js');
16
+ return isDefaultModule(module) ? module.default : module;
17
+ }
18
+ async function importPortalPortalItem() {
19
+ if (isAMD) {
20
+ return await window.$arcgis.import("esri/portal/PortalItem");
21
+ }
22
+ const module = await import('@arcgis/core/portal/PortalItem.js');
23
+ return isDefaultModule(module) ? module.default : module;
24
+ }
25
+ async function newPortalPortalItem(properties) {
26
+ const ModConstructor = await importPortalPortalItem();
27
+ return new ModConstructor(properties);
28
+ }
29
+ async function importWebMap() {
30
+ if (isAMD) {
31
+ return await window.$arcgis.import("esri/WebMap");
32
+ }
33
+ const module = await import('@arcgis/core/WebMap.js');
34
+ return isDefaultModule(module) ? module.default : module;
35
+ }
36
+ async function newWebMap(properties) {
37
+ const ModConstructor = await importWebMap();
38
+ return new ModConstructor(properties);
39
+ }
40
+ async function importWebScene() {
41
+ if (isAMD) {
42
+ return await window.$arcgis.import("esri/WebScene");
43
+ }
44
+ const module = await import('@arcgis/core/WebScene.js');
45
+ return isDefaultModule(module) ? module.default : module;
46
+ }
47
+ async function newWebScene(properties) {
48
+ const ModConstructor = await importWebScene();
49
+ return new ModConstructor(properties);
50
+ }
51
+ async function importArcade() {
52
+ if (isAMD) {
53
+ return await window.$arcgis.import("esri/arcade");
54
+ }
55
+ const module = await import('@arcgis/core/arcade.js');
56
+ return isDefaultModule(module) ? module.default : module;
57
+ }
58
+ async function importRequest() {
59
+ if (isAMD) {
60
+ return await window.$arcgis.import("esri/request");
61
+ }
62
+ const module = await import('@arcgis/core/request.js');
63
+ return isDefaultModule(module) ? module.default : module;
64
+ }
65
+
6
66
  /**
7
67
  * Returns an icon name for the field type
8
68
  */
@@ -88,4 +148,4 @@ function fieldAlias(field) {
88
148
  return field.alias || field.name;
89
149
  }
90
150
 
91
- export { fieldTypeToIconName as a, fieldTypeToArcadeType as b, fieldAlias as f, supportedFields as s };
151
+ export { importRequest as a, newWebScene as b, newWebMap as c, fieldTypeToIconName as d, fieldTypeToArcadeType as e, fieldAlias as f, importArcade as g, importLayersFeatureLayer as i, newPortalPortalItem as n, supportedFields 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.30/esri/copyright.txt for details.
4
- * v4.30.0-next.47
4
+ * v4.30.0-next.49
5
5
  */
6
6
  export { setNonce, setPlatformOptions } from '@stencil/core/internal/client';
7
7
  export { a as arcade } from './arcade-defaults.js';
@@ -1,82 +1,8 @@
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
- // src/index.ts
7
- var isAMD = typeof window !== "undefined" && "$arcgis" in window && typeof window.$arcgis === "object" && "import" in window.$arcgis;
8
- function isDefaultModule(module) {
9
- return module.default !== void 0;
10
- }
11
- async function importCoreAccessor() {
12
- if (isAMD) {
13
- return await window.$arcgis.import("esri/core/Accessor");
14
- }
15
- const module = await import('@arcgis/core/core/Accessor.js');
16
- return isDefaultModule(module) ? module.default : module;
17
- }
18
- async function importLayersFeatureLayer() {
19
- if (isAMD) {
20
- return await window.$arcgis.import("esri/layers/FeatureLayer");
21
- }
22
- const module = await import('@arcgis/core/layers/FeatureLayer.js');
23
- return isDefaultModule(module) ? module.default : module;
24
- }
25
- async function importPortalPortalItem() {
26
- if (isAMD) {
27
- return await window.$arcgis.import("esri/portal/PortalItem");
28
- }
29
- const module = await import('@arcgis/core/portal/PortalItem.js');
30
- return isDefaultModule(module) ? module.default : module;
31
- }
32
- async function newPortalPortalItem(properties) {
33
- const ModConstructor = await importPortalPortalItem();
34
- return new ModConstructor(properties);
35
- }
36
- async function importWebMap() {
37
- if (isAMD) {
38
- return await window.$arcgis.import("esri/WebMap");
39
- }
40
- const module = await import('@arcgis/core/WebMap.js');
41
- return isDefaultModule(module) ? module.default : module;
42
- }
43
- async function newWebMap(properties) {
44
- const ModConstructor = await importWebMap();
45
- return new ModConstructor(properties);
46
- }
47
- async function importWebScene() {
48
- if (isAMD) {
49
- return await window.$arcgis.import("esri/WebScene");
50
- }
51
- const module = await import('@arcgis/core/WebScene.js');
52
- return isDefaultModule(module) ? module.default : module;
53
- }
54
- async function newWebScene(properties) {
55
- const ModConstructor = await importWebScene();
56
- return new ModConstructor(properties);
57
- }
58
- async function importArcade() {
59
- if (isAMD) {
60
- return await window.$arcgis.import("esri/arcade");
61
- }
62
- const module = await import('@arcgis/core/arcade.js');
63
- return isDefaultModule(module) ? module.default : module;
64
- }
65
- async function importCoreAccessorSupportDecorators() {
66
- if (isAMD) {
67
- return await window.$arcgis.import("esri/core/accessorSupport/decorators");
68
- }
69
- const module = await import('@arcgis/core/core/accessorSupport/decorators.js');
70
- return isDefaultModule(module) ? module.default : module;
71
- }
72
- async function importRequest() {
73
- if (isAMD) {
74
- return await window.$arcgis.import("esri/request");
75
- }
76
- const module = await import('@arcgis/core/request.js');
77
- return isDefaultModule(module) ? module.default : module;
78
- }
79
-
80
6
  // src/array-utils.ts
81
7
 
82
8
  // src/deferred.ts
@@ -390,4 +316,4 @@ function isURL(url) {
390
316
  }
391
317
  }
392
318
 
393
- export { Deferred as D, importRequest as a, isNotNull as b, isNotUndefined as c, newWebScene as d, newWebMap as e, addLTRMark as f, supportedLocales as g, fetchT9NStringsBundle as h, importLayersFeatureLayer as i, createFilterExpression as j, setFocusOnElement as k, importCoreAccessor as l, importCoreAccessorSupportDecorators as m, newPortalPortalItem as n, isURL as o, hasSameOrigin as p, generateGuid as q, getElementTheme as r, setValuesInString as s, importArcade as t, quoteString as u, observeAncestorsMutation as v, debounce as w };
319
+ export { Deferred as D, isNotUndefined as a, addLTRMark as b, supportedLocales as c, createFilterExpression as d, setFocusOnElement as e, fetchT9NStringsBundle as f, isURL as g, hasSameOrigin as h, isNotNull as i, generateGuid as j, getElementTheme as k, debounce as l, observeAncestorsMutation as o, quoteString as q, setValuesInString 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.30/esri/copyright.txt for details.
4
- * v4.30.0-next.47
4
+ * v4.30.0-next.49
5
5
  */
6
6
  import { editor } from 'monaco-editor';
7
7
  import { StandaloneServices } from 'monaco-editor/esm/vs/editor/standalone/browser/standaloneServices.js';
@@ -0,0 +1,11 @@
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.49
5
+ */
6
+ import { m as makeT9nController } from './chunk-27DTPISK.js';
7
+ import { getArcgisAssetPath as getAssetPath } from "./arcgis-assets.js";
8
+
9
+ const useT9n = makeT9nController(getAssetPath);
10
+
11
+ export { useT9n as u };
@@ -1,9 +1,9 @@
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 { j as createFilterExpression } from './index2.js';
6
+ import { d as createFilterExpression } from './index2.js';
7
7
 
8
8
  /**
9
9
  * Filters a collection of items by the given keys and filter word.
@@ -1,9 +1,9 @@
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 { g as getAssetPath } from './index-c6b28dae.js';
6
+ import { g as getAssetPath } from './index-88cb51ca.js';
7
7
 
8
8
  /**
9
9
  * Returns the last element of an array.
@@ -120522,7 +120522,7 @@ registerLanguage({
120522
120522
  mimetypes: ["text/css"],
120523
120523
  loader: () => {
120524
120524
  {
120525
- return import('./css-58b4c966.js');
120525
+ return import('./css-549e7ecd.js');
120526
120526
  }
120527
120527
  }
120528
120528
  });
@@ -120540,7 +120540,7 @@ registerLanguage({
120540
120540
  mimetypes: ["text/html", "text/x-jshtm", "text/template", "text/ng-template"],
120541
120541
  loader: () => {
120542
120542
  {
120543
- return import('./html-7c8fbcc5.js');
120543
+ return import('./html-03b9ab7d.js');
120544
120544
  }
120545
120545
  }
120546
120546
  });
@@ -120560,7 +120560,7 @@ registerLanguage({
120560
120560
  mimetypes: ["text/javascript"],
120561
120561
  loader: () => {
120562
120562
  {
120563
- return import('./javascript-9ac36865.js');
120563
+ return import('./javascript-df9e60b6.js');
120564
120564
  }
120565
120565
  }
120566
120566
  });
@@ -120578,7 +120578,7 @@ registerLanguage({
120578
120578
  mimetypes: ["text/typescript"],
120579
120579
  loader: () => {
120580
120580
  {
120581
- return import('./typescript-a34ba038.js');
120581
+ return import('./typescript-4ca85521.js');
120582
120582
  }
120583
120583
  }
120584
120584
  });
@@ -120699,7 +120699,7 @@ var lessDefaults = new LanguageServiceDefaultsImpl$3("less", optionsDefault$1, m
120699
120699
  monaco_editor_core_exports$3.languages.css = { cssDefaults, lessDefaults, scssDefaults };
120700
120700
  function getMode$3() {
120701
120701
  {
120702
- return import('./cssMode-f5916932.js');
120702
+ return import('./cssMode-63059930.js');
120703
120703
  }
120704
120704
  }
120705
120705
  monaco_editor_core_exports$3.languages.onLanguage("less", () => {
@@ -120824,7 +120824,7 @@ monaco_editor_core_exports$2.languages.html = {
120824
120824
  };
120825
120825
  function getMode$2() {
120826
120826
  {
120827
- return import('./htmlMode-d7755346.js');
120827
+ return import('./htmlMode-ae2b0579.js');
120828
120828
  }
120829
120829
  }
120830
120830
  function registerHTMLLanguageService(languageId, options = optionsDefault, modeConfiguration = getConfigurationDefault(languageId)) {
@@ -120926,7 +120926,7 @@ var jsonDefaults = new LanguageServiceDefaultsImpl$1("json", diagnosticDefault,
120926
120926
  monaco_editor_core_exports$1.languages.json = { jsonDefaults };
120927
120927
  function getMode$1() {
120928
120928
  {
120929
- return import('./jsonMode-ef328849.js');
120929
+ return import('./jsonMode-e0f3f4e6.js');
120930
120930
  }
120931
120931
  }
120932
120932
  monaco_editor_core_exports$1.languages.register({
@@ -121195,7 +121195,7 @@ monaco_editor_core_exports.languages.typescript = {
121195
121195
  };
121196
121196
  function getMode() {
121197
121197
  {
121198
- return import('./tsMode-0daf7dc9.js');
121198
+ return import('./tsMode-4477deb0.js');
121199
121199
  }
121200
121200
  }
121201
121201
  monaco_editor_core_exports.languages.onLanguage("typescript", () => {
@@ -168930,13 +168930,6 @@ var isAMD = typeof window !== "undefined" && "$arcgis" in window && typeof windo
168930
168930
  function isDefaultModule(module) {
168931
168931
  return module.default !== void 0;
168932
168932
  }
168933
- async function importCoreAccessor() {
168934
- if (isAMD) {
168935
- return await window.$arcgis.import("esri/core/Accessor");
168936
- }
168937
- const module = await import('@arcgis/core/core/Accessor.js');
168938
- return isDefaultModule(module) ? module.default : module;
168939
- }
168940
168933
  async function importLayersFeatureLayer() {
168941
168934
  if (isAMD) {
168942
168935
  return await window.$arcgis.import("esri/layers/FeatureLayer");
@@ -168984,13 +168977,6 @@ async function importArcade() {
168984
168977
  const module = await import('@arcgis/core/arcade.js');
168985
168978
  return isDefaultModule(module) ? module.default : module;
168986
168979
  }
168987
- async function importCoreAccessorSupportDecorators() {
168988
- if (isAMD) {
168989
- return await window.$arcgis.import("esri/core/accessorSupport/decorators");
168990
- }
168991
- const module = await import('@arcgis/core/core/accessorSupport/decorators.js');
168992
- return isDefaultModule(module) ? module.default : module;
168993
- }
168994
168980
  async function importRequest() {
168995
168981
  if (isAMD) {
168996
168982
  return await window.$arcgis.import("esri/request");
@@ -171043,4 +171029,4 @@ const arcade = {
171043
171029
  setProfileForModel: arcadeDefaults.setProfileForModel.bind(arcadeDefaults),
171044
171030
  };
171045
171031
 
171046
- export { main as A, debounce as B, Deferred as D, Emitter as E, IStandaloneThemeService as I, KeyCode as K, MarkerSeverity as M, Range as R, StandaloneServices as S, Uri as U, arcade as a, commonjsGlobal as b, createCommonjsModule as c, importCoreAccessorSupportDecorators as d, editor as e, isURL as f, generateTokensCSSForColorMap as g, hasSameOrigin as h, importCoreAccessor as i, importRequest as j, arcadeDefaults as k, languages as l, filterCollection as m, addLTRMark as n, importArcade as o, generateGuid as p, getElementTheme as q, setValuesInString as r, setFocusOnElement as s, quoteString as t, supportedFields as u, createFilterExpression as v, observeAncestorsMutation as w, KeyMod as x, monaco_editor_core_star as y, typescriptDefaults as z };
171032
+ export { Deferred as D, Emitter as E, IStandaloneThemeService as I, KeyCode as K, MarkerSeverity as M, Range as R, StandaloneServices as S, Uri as U, arcade as a, commonjsGlobal as b, createCommonjsModule as c, importRequest as d, editor as e, arcadeDefaults as f, generateTokensCSSForColorMap as g, hasSameOrigin as h, isURL as i, filterCollection as j, addLTRMark as k, languages as l, importArcade as m, generateGuid as n, getElementTheme as o, setValuesInString as p, quoteString as q, supportedFields as r, setFocusOnElement as s, createFilterExpression as t, observeAncestorsMutation as u, KeyMod as v, monaco_editor_core_star as w, typescriptDefaults as x, main as y, debounce as z };
@@ -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 { A as main, e as editor, M as MarkerSeverity, R as Range, l as languages, B as debounce, E as Emitter } from './arcade-defaults-fdba0972.js';
7
- import './index-c6b28dae.js';
6
+ import { y as main, e as editor, M as MarkerSeverity, R as Range, l as languages, z as debounce, E as Emitter } from './arcade-defaults-0903c8e4.js';
7
+ import './index-88cb51ca.js';
8
8
 
9
9
  var j={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"},Fe=["++","--"],Qe=["-","+","!","~"],Ze=["=","/=","*=","%=","+=","-="],Xe=["||","&&"],Lt=["|","&",">>","<<",">>>","^","==","!=","<","<=",">",">=","+","-","*","/","%"];var U=[[],[],[]];Fe.forEach(t=>U[t.length-1]?.push(t));Qe.forEach(t=>U[t.length-1]?.push(t));Xe.forEach(t=>U[t.length-1]?.push(t));Ze.forEach(t=>U[t.length-1]?.push(t));Lt.forEach(t=>U[t.length-1]?.push(t));var ht=Object.values(f),dt=Object.values(j);dt.map(t=>({label:t,kind:main.CompletionItemKind.Constant}));ht.map(t=>({label:t,kind:main.CompletionItemKind.Keyword}));
10
10