@arcgis/coding-components 4.32.0-next.2 → 4.32.0-next.4
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.
- package/dist/arcgis-coding-components/arcgis-coding-components.esm.js +2 -2
- package/dist/arcgis-coding-components/assets/code-editor/sql-expr.worker.js +82 -92
- package/dist/arcgis-coding-components/index.esm.js +2 -2
- package/dist/arcgis-coding-components/{p-f2133384.js → p-041d1692.js} +2 -2
- package/dist/arcgis-coding-components/{p-aa5ca703.entry.js → p-2a938946.entry.js} +2 -2
- package/dist/arcgis-coding-components/{p-2ff9c3b1.js → p-2f83b616.js} +2 -2
- package/dist/arcgis-coding-components/{p-3e3fe4e2.js → p-30a11326.js} +10 -10
- package/dist/arcgis-coding-components/{p-7ede01c4.js → p-34fbe145.js} +2 -2
- package/dist/arcgis-coding-components/p-4e4e83ba.js +6 -0
- package/dist/arcgis-coding-components/{p-5609ffa9.entry.js → p-53163bb8.entry.js} +2 -2
- package/dist/arcgis-coding-components/{p-45d5d08c.js → p-65af9b26.js} +2 -2
- package/dist/arcgis-coding-components/{p-86ac3ba3.js → p-65cc9080.js} +2 -2
- package/dist/arcgis-coding-components/{p-810982ce.js → p-6d8fdce9.js} +2 -2
- package/dist/arcgis-coding-components/{p-3a02ec49.js → p-8207f8e5.js} +1 -1
- package/dist/arcgis-coding-components/{p-fd292a0b.js → p-a1e848e4.js} +3 -3
- package/dist/arcgis-coding-components/{p-6ea55b0d.js → p-b5c3444f.js} +1 -1
- package/dist/arcgis-coding-components/{p-9bb0a9b8.js → p-b935d45d.js} +2 -2
- package/dist/arcgis-coding-components/p-c308b33c.js +6 -0
- package/dist/arcgis-coding-components/{p-c7e8f807.js → p-d3e1bf7c.js} +2 -2
- package/dist/arcgis-coding-components/{p-fbd8567b.js → p-d42b86d4.js} +1 -1
- package/dist/arcgis-coding-components/{p-93399310.entry.js → p-dfafee6e.entry.js} +2 -2
- package/dist/cjs/{app-globals-369fff1c.js → app-globals-f90c9cef.js} +1 -1
- package/dist/cjs/{arcade-defaults-f2f2aef5.js → arcade-defaults-d1a76de9.js} +3 -3
- package/dist/cjs/{arcade-mode-43f7ea6d.js → arcade-mode-b75bef25.js} +15 -11
- package/dist/cjs/arcgis-arcade-editor_6.cjs.entry.js +7 -7
- package/dist/cjs/arcgis-coding-components.cjs.js +3 -3
- package/dist/cjs/arcgis-sql-expression-editor.cjs.entry.js +4 -4
- package/dist/cjs/arcgis-sql-expression-fields.cjs.entry.js +4 -4
- package/dist/cjs/{css-bb9e6855.js → css-11bb5558.js} +1 -1
- package/dist/cjs/{cssMode-5a9f9458.js → cssMode-1a971201.js} +3 -3
- package/dist/cjs/{html-f0b7b602.js → html-f57c6240.js} +3 -3
- package/dist/cjs/{htmlMode-ebe8b57f.js → htmlMode-044b3b95.js} +3 -3
- package/dist/cjs/{index-661b6ae1.js → index-b9ac51eb.js} +1 -1
- package/dist/cjs/index.cjs.js +4 -4
- package/dist/cjs/{javascript-08435efd.js → javascript-00b82c69.js} +4 -4
- package/dist/cjs/{jsonMode-72f98a9f.js → jsonMode-0be75ae4.js} +3 -3
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/{sql-expr-defaults-2d1df28c.js → sql-expr-defaults-80b66c10.js} +10 -10
- package/dist/cjs/{sql-expr-mode-e3111d56.js → sql-expr-mode-3188e2b6.js} +16 -12
- package/dist/cjs/{tsMode-13683633.js → tsMode-4b36654a.js} +3 -3
- package/dist/cjs/{typescript-0da7ad5a.js → typescript-8dcdde12.js} +3 -3
- package/dist/cjs/{useT9n-07705722.js → useT9n-453c879a.js} +51 -52
- package/dist/components/arcade-defaults.js +1 -1
- package/dist/components/arcade-mode.js +13 -9
- package/dist/components/arcade-results.js +2 -2
- package/dist/components/arcade-suggestions.js +2 -2
- package/dist/components/arcgis-arcade-editor.js +2 -2
- package/dist/components/arcgis-arcade-results.js +1 -1
- package/dist/components/arcgis-arcade-suggestions.js +1 -1
- package/dist/components/arcgis-assets.d.ts +1 -1
- package/dist/components/arcgis-assets.js +1 -1
- package/dist/components/arcgis-code-editor.js +1 -1
- package/dist/components/arcgis-editor-variables.js +1 -1
- package/dist/components/arcgis-language-api-panel.js +1 -1
- package/dist/components/arcgis-sql-expression-editor.js +2 -2
- package/dist/components/arcgis-sql-expression-fields.js +2 -2
- package/dist/components/{chunk-DH6FIUFH.js → chunk-UO6SL5WB.js} +3 -3
- package/dist/components/code-editor.js +2 -2
- package/dist/components/editor-variables.js +2 -2
- package/dist/components/fields.js +1 -1
- package/dist/components/index.d.ts +18 -3
- package/dist/components/index.js +1 -1
- package/dist/components/index2.js +2 -2
- package/dist/components/language-api-panel.js +2 -2
- package/dist/components/markdown.js +1 -1
- package/dist/components/sql-expr-defaults.js +1 -1
- package/dist/components/sql-expr-mode.js +14 -10
- package/dist/components/useT9n.js +49 -50
- package/dist/components/utilities.js +1 -1
- package/dist/esm/{app-globals-61a0b37f.js → app-globals-1ba0e0f1.js} +1 -1
- package/dist/esm/{arcade-defaults-39c09fb3.js → arcade-defaults-890ce4ef.js} +3 -3
- package/dist/esm/{arcade-mode-f71b93c3.js → arcade-mode-539b4860.js} +15 -11
- package/dist/esm/arcgis-arcade-editor_6.entry.js +7 -7
- package/dist/esm/arcgis-coding-components.js +4 -4
- package/dist/esm/arcgis-sql-expression-editor.entry.js +4 -4
- package/dist/esm/arcgis-sql-expression-fields.entry.js +4 -4
- package/dist/esm/{css-a277ad93.js → css-cebacbef.js} +1 -1
- package/dist/esm/{cssMode-8e69e001.js → cssMode-534d736c.js} +3 -3
- package/dist/esm/{html-1ee1e335.js → html-0dd67d20.js} +3 -3
- package/dist/esm/{htmlMode-f719c141.js → htmlMode-450c6dcf.js} +3 -3
- package/dist/esm/{index-8e0246ff.js → index-240f605a.js} +1 -1
- package/dist/esm/index.js +4 -4
- package/dist/esm/{javascript-bf625a2d.js → javascript-b9e20a1f.js} +4 -4
- package/dist/esm/{jsonMode-f2d341c1.js → jsonMode-330ba776.js} +3 -3
- package/dist/esm/loader.js +4 -4
- package/dist/esm/{sql-expr-defaults-803d0865.js → sql-expr-defaults-c38bd01c.js} +11 -11
- package/dist/esm/{sql-expr-mode-0acae40b.js → sql-expr-mode-82420487.js} +16 -12
- package/dist/esm/{tsMode-13293815.js → tsMode-b9dd20d3.js} +3 -3
- package/dist/esm/{typescript-e213d515.js → typescript-d3b21946.js} +3 -3
- package/dist/esm/{useT9n-a77e7a6f.js → useT9n-233b1a48.js} +51 -52
- package/dist/loader/cdn.js +1 -1
- package/dist/loader/index.cjs.js +1 -1
- package/dist/loader/index.es2017.js +1 -1
- package/dist/loader/index.js +1 -1
- package/dist/types/data/arcgis-web-compoments/actions-runner-1/_work/arcgis-web-components/arcgis-web-components/packages/coding-packages/coding-components/.stencil/stories/internal/sql-expression-editor/sql-expression-editor.stories.d.ts +1 -0
- package/dist/types/utils/arcade-monaco/arcade-language-features.d.ts +1 -1
- package/dist/types/utils/sql-expr-monaco/sql-expr-language-features.d.ts +1 -1
- package/package.json +13 -13
- package/dist/arcgis-coding-components/p-534574aa.js +0 -6
- package/dist/arcgis-coding-components/p-e40d1c72.js +0 -6
|
@@ -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.32/esri/copyright.txt for details.
|
|
4
|
-
* v4.32.0-next.
|
|
4
|
+
* v4.32.0-next.4
|
|
5
5
|
*/
|
|
6
6
|
'use strict';
|
|
7
7
|
|
|
8
8
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
9
9
|
|
|
10
|
-
const index = require('./index-
|
|
11
|
-
const useT9n = require('./useT9n-
|
|
12
|
-
const sqlExprDefaults = require('./sql-expr-defaults-
|
|
10
|
+
const index = require('./index-b9ac51eb.js');
|
|
11
|
+
const useT9n = require('./useT9n-453c879a.js');
|
|
12
|
+
const sqlExprDefaults = require('./sql-expr-defaults-80b66c10.js');
|
|
13
13
|
|
|
14
14
|
const sqlExpressionEditorCss = "arcgis-sql-expression-editor{display:flex;flex-direction:column;position:relative;overflow:hidden;border:var(--arcgis-coding-components-border);box-sizing:border-box;background-color:var(--arcgis-coding-components-background-color);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:var(--arcgis-coding-components-border);box-sizing:border-box}arcgis-sql-expression-editor .border-inline-end{border-inline-end:var(--arcgis-coding-components-border);box-sizing:border-box}arcgis-sql-expression-editor .side-action-bar{max-width:var(--arcgis-coding-components-side-action-bar-max-w)}arcgis-sql-expression-editor .side-panel{max-width:var(--arcgis-coding-components-side-panel-max-w);width:var(--arcgis-coding-components-side-panel-w)}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.32/esri/copyright.txt for details.
|
|
4
|
-
* v4.32.0-next.
|
|
4
|
+
* v4.32.0-next.4
|
|
5
5
|
*/
|
|
6
6
|
'use strict';
|
|
7
7
|
|
|
8
8
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
9
9
|
|
|
10
|
-
const index = require('./index-
|
|
11
|
-
const useT9n = require('./useT9n-
|
|
12
|
-
const sqlExprDefaults = require('./sql-expr-defaults-
|
|
10
|
+
const index = require('./index-b9ac51eb.js');
|
|
11
|
+
const useT9n = require('./useT9n-453c879a.js');
|
|
12
|
+
const sqlExprDefaults = require('./sql-expr-defaults-80b66c10.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,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.32/esri/copyright.txt for details.
|
|
4
|
-
* v4.32.0-next.
|
|
4
|
+
* v4.32.0-next.4
|
|
5
5
|
*/
|
|
6
6
|
'use strict';
|
|
7
7
|
|
|
8
|
-
const sqlExprDefaults = require('./sql-expr-defaults-
|
|
9
|
-
require('./index-
|
|
8
|
+
const sqlExprDefaults = require('./sql-expr-defaults-80b66c10.js');
|
|
9
|
+
require('./index-b9ac51eb.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.32/esri/copyright.txt for details.
|
|
4
|
-
* v4.32.0-next.
|
|
4
|
+
* v4.32.0-next.4
|
|
5
5
|
*/
|
|
6
6
|
'use strict';
|
|
7
7
|
|
|
8
|
-
const sqlExprDefaults = require('./sql-expr-defaults-
|
|
9
|
-
require('./index-
|
|
8
|
+
const sqlExprDefaults = require('./sql-expr-defaults-80b66c10.js');
|
|
9
|
+
require('./index-b9ac51eb.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.32/esri/copyright.txt for details.
|
|
4
|
-
* v4.32.0-next.
|
|
4
|
+
* v4.32.0-next.4
|
|
5
5
|
*/
|
|
6
6
|
'use strict';
|
|
7
7
|
|
|
8
|
-
const sqlExprDefaults = require('./sql-expr-defaults-
|
|
9
|
-
require('./index-
|
|
8
|
+
const sqlExprDefaults = require('./sql-expr-defaults-80b66c10.js');
|
|
9
|
+
require('./index-b9ac51eb.js');
|
|
10
10
|
|
|
11
11
|
/*!-----------------------------------------------------------------------------
|
|
12
12
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
package/dist/cjs/index.cjs.js
CHANGED
|
@@ -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.32/esri/copyright.txt for details.
|
|
4
|
-
* v4.32.0-next.
|
|
4
|
+
* v4.32.0-next.4
|
|
5
5
|
*/
|
|
6
6
|
'use strict';
|
|
7
7
|
|
|
8
8
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
9
9
|
|
|
10
|
-
const arcadeDefaults = require('./arcade-defaults-
|
|
11
|
-
const sqlExprDefaults = require('./sql-expr-defaults-
|
|
12
|
-
require('./index-
|
|
10
|
+
const arcadeDefaults = require('./arcade-defaults-d1a76de9.js');
|
|
11
|
+
const sqlExprDefaults = require('./sql-expr-defaults-80b66c10.js');
|
|
12
|
+
require('./index-b9ac51eb.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.32/esri/copyright.txt for details.
|
|
4
|
-
* v4.32.0-next.
|
|
4
|
+
* v4.32.0-next.4
|
|
5
5
|
*/
|
|
6
6
|
'use strict';
|
|
7
7
|
|
|
8
|
-
const typescript = require('./typescript-
|
|
9
|
-
require('./sql-expr-defaults-
|
|
10
|
-
require('./index-
|
|
8
|
+
const typescript = require('./typescript-8dcdde12.js');
|
|
9
|
+
require('./sql-expr-defaults-80b66c10.js');
|
|
10
|
+
require('./index-b9ac51eb.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.32/esri/copyright.txt for details.
|
|
4
|
-
* v4.32.0-next.
|
|
4
|
+
* v4.32.0-next.4
|
|
5
5
|
*/
|
|
6
6
|
'use strict';
|
|
7
7
|
|
|
8
|
-
const sqlExprDefaults = require('./sql-expr-defaults-
|
|
9
|
-
require('./index-
|
|
8
|
+
const sqlExprDefaults = require('./sql-expr-defaults-80b66c10.js');
|
|
9
|
+
require('./index-b9ac51eb.js');
|
|
10
10
|
|
|
11
11
|
/*!-----------------------------------------------------------------------------
|
|
12
12
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -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.32/esri/copyright.txt for details.
|
|
4
|
-
* v4.32.0-next.
|
|
4
|
+
* v4.32.0-next.4
|
|
5
5
|
*/
|
|
6
6
|
'use strict';
|
|
7
7
|
|
|
8
8
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
9
9
|
|
|
10
|
-
const index = require('./index-
|
|
11
|
-
const appGlobals = require('./app-globals-
|
|
10
|
+
const index = require('./index-b9ac51eb.js');
|
|
11
|
+
const appGlobals = require('./app-globals-f90c9cef.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.32/esri/copyright.txt for details.
|
|
4
|
-
* v4.32.0-next.
|
|
4
|
+
* v4.32.0-next.4
|
|
5
5
|
*/
|
|
6
6
|
'use strict';
|
|
7
7
|
|
|
8
|
-
const index = require('./index-
|
|
8
|
+
const index = require('./index-b9ac51eb.js');
|
|
9
9
|
|
|
10
10
|
function _interopNamespace(e) {
|
|
11
11
|
if (e && e.__esModule) return e;
|
|
@@ -124694,7 +124694,7 @@ registerLanguage({
|
|
|
124694
124694
|
mimetypes: ["text/css"],
|
|
124695
124695
|
loader: () => {
|
|
124696
124696
|
{
|
|
124697
|
-
return Promise.resolve().then(function () { return require('./css-
|
|
124697
|
+
return Promise.resolve().then(function () { return require('./css-11bb5558.js'); });
|
|
124698
124698
|
}
|
|
124699
124699
|
}
|
|
124700
124700
|
});
|
|
@@ -124712,7 +124712,7 @@ registerLanguage({
|
|
|
124712
124712
|
mimetypes: ["text/html", "text/x-jshtm", "text/template", "text/ng-template"],
|
|
124713
124713
|
loader: () => {
|
|
124714
124714
|
{
|
|
124715
|
-
return Promise.resolve().then(function () { return require('./html-
|
|
124715
|
+
return Promise.resolve().then(function () { return require('./html-f57c6240.js'); });
|
|
124716
124716
|
}
|
|
124717
124717
|
}
|
|
124718
124718
|
});
|
|
@@ -124732,7 +124732,7 @@ registerLanguage({
|
|
|
124732
124732
|
mimetypes: ["text/javascript"],
|
|
124733
124733
|
loader: () => {
|
|
124734
124734
|
{
|
|
124735
|
-
return Promise.resolve().then(function () { return require('./javascript-
|
|
124735
|
+
return Promise.resolve().then(function () { return require('./javascript-00b82c69.js'); });
|
|
124736
124736
|
}
|
|
124737
124737
|
}
|
|
124738
124738
|
});
|
|
@@ -124750,7 +124750,7 @@ registerLanguage({
|
|
|
124750
124750
|
mimetypes: ["text/typescript"],
|
|
124751
124751
|
loader: () => {
|
|
124752
124752
|
{
|
|
124753
|
-
return Promise.resolve().then(function () { return require('./typescript-
|
|
124753
|
+
return Promise.resolve().then(function () { return require('./typescript-8dcdde12.js'); });
|
|
124754
124754
|
}
|
|
124755
124755
|
}
|
|
124756
124756
|
});
|
|
@@ -124871,7 +124871,7 @@ var lessDefaults = new LanguageServiceDefaultsImpl$3("less", optionsDefault$1, m
|
|
|
124871
124871
|
monaco_editor_core_exports$3.languages.css = { cssDefaults, lessDefaults, scssDefaults };
|
|
124872
124872
|
function getMode$3() {
|
|
124873
124873
|
{
|
|
124874
|
-
return Promise.resolve().then(function () { return require('./cssMode-
|
|
124874
|
+
return Promise.resolve().then(function () { return require('./cssMode-1a971201.js'); });
|
|
124875
124875
|
}
|
|
124876
124876
|
}
|
|
124877
124877
|
monaco_editor_core_exports$3.languages.onLanguage("less", () => {
|
|
@@ -124996,7 +124996,7 @@ monaco_editor_core_exports$2.languages.html = {
|
|
|
124996
124996
|
};
|
|
124997
124997
|
function getMode$2() {
|
|
124998
124998
|
{
|
|
124999
|
-
return Promise.resolve().then(function () { return require('./htmlMode-
|
|
124999
|
+
return Promise.resolve().then(function () { return require('./htmlMode-044b3b95.js'); });
|
|
125000
125000
|
}
|
|
125001
125001
|
}
|
|
125002
125002
|
function registerHTMLLanguageService(languageId, options = optionsDefault, modeConfiguration = getConfigurationDefault(languageId)) {
|
|
@@ -125098,7 +125098,7 @@ var jsonDefaults = new LanguageServiceDefaultsImpl$1("json", diagnosticDefault,
|
|
|
125098
125098
|
monaco_editor_core_exports$1.languages.json = { jsonDefaults };
|
|
125099
125099
|
function getMode$1() {
|
|
125100
125100
|
{
|
|
125101
|
-
return Promise.resolve().then(function () { return require('./jsonMode-
|
|
125101
|
+
return Promise.resolve().then(function () { return require('./jsonMode-0be75ae4.js'); });
|
|
125102
125102
|
}
|
|
125103
125103
|
}
|
|
125104
125104
|
monaco_editor_core_exports$1.languages.register({
|
|
@@ -125367,7 +125367,7 @@ monaco_editor_core_exports.languages.typescript = {
|
|
|
125367
125367
|
};
|
|
125368
125368
|
function getMode() {
|
|
125369
125369
|
{
|
|
125370
|
-
return Promise.resolve().then(function () { return require('./tsMode-
|
|
125370
|
+
return Promise.resolve().then(function () { return require('./tsMode-4b36654a.js'); });
|
|
125371
125371
|
}
|
|
125372
125372
|
}
|
|
125373
125373
|
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.32/esri/copyright.txt for details.
|
|
4
|
-
* v4.32.0-next.
|
|
4
|
+
* v4.32.0-next.4
|
|
5
5
|
*/
|
|
6
6
|
'use strict';
|
|
7
7
|
|
|
8
|
-
const sqlExprDefaults = require('./sql-expr-defaults-
|
|
9
|
-
require('./index-
|
|
8
|
+
const sqlExprDefaults = require('./sql-expr-defaults-80b66c10.js');
|
|
9
|
+
require('./index-b9ac51eb.js');
|
|
10
10
|
|
|
11
11
|
// hold onto a promise that resolves when the worker is ready
|
|
12
12
|
let deferredWorker = new sqlExprDefaults.Deferred();
|
|
@@ -332,7 +332,7 @@ class SqlExprDiagnosticsAdapter {
|
|
|
332
332
|
this._languageId = _languageId;
|
|
333
333
|
this._worker = _worker;
|
|
334
334
|
this._disposables = [];
|
|
335
|
-
this.
|
|
335
|
+
this._modelListeners = new Map();
|
|
336
336
|
this._diagnosticsService = diagnosticService;
|
|
337
337
|
this._defaults = defaults;
|
|
338
338
|
const onModelAdd = (model) => {
|
|
@@ -345,16 +345,20 @@ class SqlExprDiagnosticsAdapter {
|
|
|
345
345
|
throw err;
|
|
346
346
|
});
|
|
347
347
|
});
|
|
348
|
-
|
|
348
|
+
const didChangeListener = model.onDidChangeContent(debouncedValidate);
|
|
349
|
+
const didChangeAttachedListener = model.onDidChangeAttached(debouncedValidate);
|
|
350
|
+
this._modelListeners.set(model.uri.toString(), [didChangeListener, didChangeAttachedListener]);
|
|
349
351
|
this._doValidate(model, languageId).catch(console.error);
|
|
350
352
|
};
|
|
351
353
|
const onModelRemoved = (model) => {
|
|
352
|
-
const
|
|
354
|
+
const uriStr = model.uri.toString();
|
|
353
355
|
sqlExprDefaults.editor.setModelMarkers(model, this._languageId, []);
|
|
354
|
-
const
|
|
355
|
-
if (
|
|
356
|
-
|
|
357
|
-
|
|
356
|
+
const listeners = this._modelListeners.get(uriStr);
|
|
357
|
+
if (listeners) {
|
|
358
|
+
while (listeners.length) {
|
|
359
|
+
listeners.pop()?.dispose();
|
|
360
|
+
}
|
|
361
|
+
this._modelListeners.delete(uriStr);
|
|
358
362
|
}
|
|
359
363
|
};
|
|
360
364
|
this._disposables.push(sqlExprDefaults.editor.onDidCreateModel(onModelAdd));
|
|
@@ -380,8 +384,8 @@ class SqlExprDiagnosticsAdapter {
|
|
|
380
384
|
}));
|
|
381
385
|
this._disposables.push({
|
|
382
386
|
dispose: () => {
|
|
383
|
-
this.
|
|
384
|
-
this.
|
|
387
|
+
this._modelListeners.forEach((listeners) => listeners.forEach((disposable) => disposable.dispose()));
|
|
388
|
+
this._modelListeners.clear();
|
|
385
389
|
},
|
|
386
390
|
});
|
|
387
391
|
sqlExprDefaults.editor.getModels().forEach(onModelAdd);
|
|
@@ -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.32/esri/copyright.txt for details.
|
|
4
|
-
* v4.32.0-next.
|
|
4
|
+
* v4.32.0-next.4
|
|
5
5
|
*/
|
|
6
6
|
'use strict';
|
|
7
7
|
|
|
8
|
-
const sqlExprDefaults = require('./sql-expr-defaults-
|
|
9
|
-
require('./index-
|
|
8
|
+
const sqlExprDefaults = require('./sql-expr-defaults-80b66c10.js');
|
|
9
|
+
require('./index-b9ac51eb.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.32/esri/copyright.txt for details.
|
|
4
|
-
* v4.32.0-next.
|
|
4
|
+
* v4.32.0-next.4
|
|
5
5
|
*/
|
|
6
6
|
'use strict';
|
|
7
7
|
|
|
8
|
-
const sqlExprDefaults = require('./sql-expr-defaults-
|
|
9
|
-
require('./index-
|
|
8
|
+
const sqlExprDefaults = require('./sql-expr-defaults-80b66c10.js');
|
|
9
|
+
require('./index-b9ac51eb.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.32/esri/copyright.txt for details.
|
|
4
|
-
* v4.32.0-next.
|
|
4
|
+
* v4.32.0-next.4
|
|
5
5
|
*/
|
|
6
6
|
'use strict';
|
|
7
7
|
|
|
8
|
-
const sqlExprDefaults = require('./sql-expr-defaults-
|
|
9
|
-
const index = require('./index-
|
|
8
|
+
const sqlExprDefaults = require('./sql-expr-defaults-80b66c10.js');
|
|
9
|
+
const index = require('./index-b9ac51eb.js');
|
|
10
10
|
|
|
11
11
|
// src/framework.ts
|
|
12
12
|
function retrieveComponentMembers(component, isLit) {
|
|
@@ -228,8 +228,8 @@ var Controller = class {
|
|
|
228
228
|
}
|
|
229
229
|
this._ready.resolve(exports);
|
|
230
230
|
}
|
|
231
|
-
setProvisionalExports(exports) {
|
|
232
|
-
this._exports = makeProvisionalValue(exports);
|
|
231
|
+
setProvisionalExports(exports, proxy = true) {
|
|
232
|
+
this._exports = proxy ? makeProvisionalValue(exports) : exports;
|
|
233
233
|
this._exportWatchers.forEach(sqlExprDefaults.safeCall);
|
|
234
234
|
}
|
|
235
235
|
watchExports(callback) {
|
|
@@ -1185,55 +1185,54 @@ var FunctionalController = class extends Controller {
|
|
|
1185
1185
|
}
|
|
1186
1186
|
};
|
|
1187
1187
|
var proxy = proxyExports(FunctionalController);
|
|
1188
|
-
var makeT9nController = (getAssetPath) => (options = {}) => (
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
controller.onLifecycle(() => watch(componentWithOverrides, "messageOverrides", applyOverrides));
|
|
1224
|
-
}
|
|
1225
|
-
if (options.blocking) {
|
|
1226
|
-
return controller.ready;
|
|
1188
|
+
var makeT9nController = (getAssetPath) => (options = {}) => makeController((component, controller) => {
|
|
1189
|
+
const locale = sqlExprDefaults.getElementLocales(component.el);
|
|
1190
|
+
const pending = {
|
|
1191
|
+
_lang: locale.lang,
|
|
1192
|
+
_t9nLocale: locale.t9nLocale,
|
|
1193
|
+
_loading: true
|
|
1194
|
+
};
|
|
1195
|
+
const componentWithOverrides = component;
|
|
1196
|
+
controller.onLifecycle(
|
|
1197
|
+
() => sqlExprDefaults.startLocaleObserver(
|
|
1198
|
+
component.el,
|
|
1199
|
+
getAssetPath("./assets"),
|
|
1200
|
+
({ t9nLocale, t9nStrings, lang }) => {
|
|
1201
|
+
const withoutOverrides = {
|
|
1202
|
+
...t9nStrings,
|
|
1203
|
+
_lang: lang,
|
|
1204
|
+
_t9nLocale: t9nLocale,
|
|
1205
|
+
_loading: false
|
|
1206
|
+
};
|
|
1207
|
+
controller.exports = withoutOverrides;
|
|
1208
|
+
const label = t9nStrings.componentLabel ?? t9nStrings.widgetLabel;
|
|
1209
|
+
if (typeof label === "string" && "label" in component && component.label == null) {
|
|
1210
|
+
component.label ?? (component.label = label);
|
|
1211
|
+
}
|
|
1212
|
+
applyOverrides(componentWithOverrides.messageOverrides);
|
|
1213
|
+
},
|
|
1214
|
+
options.name
|
|
1215
|
+
)
|
|
1216
|
+
);
|
|
1217
|
+
function applyOverrides(messageOverrides) {
|
|
1218
|
+
const currentValue = controller.exports;
|
|
1219
|
+
const rawMessages = currentValue._original ?? currentValue;
|
|
1220
|
+
const updated = deepMerge(rawMessages, messageOverrides);
|
|
1221
|
+
if (messageOverrides) {
|
|
1222
|
+
updated._original = rawMessages;
|
|
1227
1223
|
}
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1224
|
+
controller.exports = updated;
|
|
1225
|
+
}
|
|
1226
|
+
if ("messageOverrides" in componentWithOverrides) {
|
|
1227
|
+
controller.onLifecycle(() => watch(componentWithOverrides, "messageOverrides", applyOverrides));
|
|
1228
|
+
}
|
|
1229
|
+
if (options.blocking) {
|
|
1230
|
+
controller.setProvisionalExports(pending, false);
|
|
1231
|
+
return void 0;
|
|
1232
|
+
} else {
|
|
1234
1233
|
return pending;
|
|
1235
|
-
}
|
|
1236
|
-
);
|
|
1234
|
+
}
|
|
1235
|
+
});
|
|
1237
1236
|
function deepMerge(original, overwrites) {
|
|
1238
1237
|
if (!overwrites) {
|
|
1239
1238
|
return original;
|
|
@@ -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.32/esri/copyright.txt for details.
|
|
4
|
-
* v4.32.0-next.
|
|
4
|
+
* v4.32.0-next.4
|
|
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 './sql-expr-defaults.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.32/esri/copyright.txt for details.
|
|
4
|
-
* v4.32.0-next.
|
|
4
|
+
* v4.32.0-next.4
|
|
5
5
|
*/
|
|
6
6
|
import { editor, MarkerSeverity, Range, languages, Emitter } from 'monaco-editor';
|
|
7
7
|
import { CompletionItemKind, DiagnosticSeverity, InsertTextFormat } from 'vscode-languageserver-types';
|
|
@@ -223,7 +223,7 @@ class DiagnosticsAdapter {
|
|
|
223
223
|
this._languageId = _languageId;
|
|
224
224
|
this._worker = _worker;
|
|
225
225
|
this._disposables = [];
|
|
226
|
-
this.
|
|
226
|
+
this._modelListeners = new Map();
|
|
227
227
|
this._diagnosticsService = diagnosticsService;
|
|
228
228
|
this._defaults = defaults;
|
|
229
229
|
const onModelAdd = (model) => {
|
|
@@ -236,16 +236,20 @@ class DiagnosticsAdapter {
|
|
|
236
236
|
throw err;
|
|
237
237
|
});
|
|
238
238
|
});
|
|
239
|
-
|
|
239
|
+
const didChangeListener = model.onDidChangeContent(debouncedValidate);
|
|
240
|
+
const didChangeAttachedListener = model.onDidChangeAttached(debouncedValidate);
|
|
241
|
+
this._modelListeners.set(model.uri.toString(), [didChangeListener, didChangeAttachedListener]);
|
|
240
242
|
this._doValidate(model, languageId).catch(console.error);
|
|
241
243
|
};
|
|
242
244
|
const onModelRemoved = (model) => {
|
|
243
245
|
const uriStr = model.uri.toString();
|
|
244
246
|
editor.setModelMarkers(model, this._languageId, []);
|
|
245
|
-
const
|
|
246
|
-
if (
|
|
247
|
-
|
|
248
|
-
|
|
247
|
+
const listeners = this._modelListeners.get(uriStr);
|
|
248
|
+
if (listeners) {
|
|
249
|
+
while (listeners.length) {
|
|
250
|
+
listeners.pop()?.dispose();
|
|
251
|
+
}
|
|
252
|
+
this._modelListeners.delete(uriStr);
|
|
249
253
|
}
|
|
250
254
|
};
|
|
251
255
|
this._disposables.push(editor.onDidCreateModel(onModelAdd));
|
|
@@ -273,8 +277,8 @@ class DiagnosticsAdapter {
|
|
|
273
277
|
}));
|
|
274
278
|
this._disposables.push({
|
|
275
279
|
dispose: () => {
|
|
276
|
-
this.
|
|
277
|
-
this.
|
|
280
|
+
this._modelListeners.forEach((listeners) => listeners.forEach((disposable) => disposable.dispose()));
|
|
281
|
+
this._modelListeners.clear();
|
|
278
282
|
},
|
|
279
283
|
});
|
|
280
284
|
editor.getModels().forEach(onModelAdd);
|
|
@@ -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.32/esri/copyright.txt for details.
|
|
4
|
-
* v4.32.0-next.
|
|
4
|
+
* v4.32.0-next.4
|
|
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-
|
|
8
|
+
import { u as useControllerManager } from './chunk-UO6SL5WB.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.32/esri/copyright.txt for details.
|
|
4
|
-
* v4.32.0-next.
|
|
4
|
+
* v4.32.0-next.4
|
|
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-
|
|
9
|
+
import { u as useControllerManager } from './chunk-UO6SL5WB.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,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.32/esri/copyright.txt for details.
|
|
4
|
-
* v4.32.0-next.
|
|
4
|
+
* v4.32.0-next.4
|
|
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
|
-
import { u as useControllerManager, g as getSet } from './chunk-
|
|
9
|
+
import { u as useControllerManager, g as getSet } from './chunk-UO6SL5WB.js';
|
|
10
10
|
import { D as Deferred, g as generateGuid } from './index2.js';
|
|
11
11
|
import { d as defineCustomElement$4, s as setupMonacoEnvironment, g as getArcadeDiagnosticService } from './code-editor.js';
|
|
12
12
|
import { b as arcadeDefaults } from './arcade-defaults.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.32/esri/copyright.txt for details.
|
|
4
|
-
* v4.32.0-next.
|
|
4
|
+
* v4.32.0-next.4
|
|
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.32/esri/copyright.txt for details.
|
|
4
|
-
* v4.32.0-next.
|
|
4
|
+
* v4.32.0-next.4
|
|
5
5
|
*/
|
|
6
6
|
import { A as ArcgisArcadeSuggestions$1, d as defineCustomElement$1 } from './arcade-suggestions.js';
|
|
7
7
|
|