@arcgis/coding-components 4.31.0-next.21 → 4.31.0-next.23
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 +433 -22
- package/dist/arcgis-coding-components/index.esm.js +2 -2
- package/dist/arcgis-coding-components/p-08b8fd1f.js +6 -0
- package/dist/arcgis-coding-components/{p-cdc52d2f.js → p-1402a8f3.js} +1 -1
- package/dist/arcgis-coding-components/{p-8eb7e694.js → p-1635ee06.js} +2 -2
- package/dist/arcgis-coding-components/{p-57b8bcd7.js → p-1d45a6dd.js} +1 -1
- package/dist/arcgis-coding-components/{p-5b67b62b.js → p-22c2d840.js} +2 -2
- package/dist/arcgis-coding-components/{p-cbee273f.js → p-2cfa8f19.js} +2 -2
- package/dist/arcgis-coding-components/{p-ffce0588.entry.js → p-3f1b5f73.entry.js} +2 -2
- package/dist/arcgis-coding-components/{p-a2341e0c.js → p-50e53c02.js} +2 -2
- package/dist/arcgis-coding-components/{p-1b799777.js → p-5872baf9.js} +2 -2
- package/dist/arcgis-coding-components/{p-d7d1f130.js → p-776d550d.js} +9 -9
- package/dist/arcgis-coding-components/{p-4d5cf512.entry.js → p-9c58968d.entry.js} +2 -2
- package/dist/arcgis-coding-components/{p-b715834b.js → p-9c7cef40.js} +2 -2
- package/dist/arcgis-coding-components/{p-6621a80f.js → p-9e1c9066.js} +2 -2
- package/dist/arcgis-coding-components/{p-56266a64.js → p-9edc9c4b.js} +2 -2
- package/dist/arcgis-coding-components/{p-64137fec.js → p-a444264e.js} +2 -2
- package/dist/arcgis-coding-components/{p-e5a924a1.js → p-b4912aa0.js} +1 -1
- package/dist/arcgis-coding-components/{p-f2d64a9d.js → p-c4521d1d.js} +2 -2
- package/dist/arcgis-coding-components/{p-e1f9b463.entry.js → p-d99efb76.entry.js} +2 -2
- package/dist/arcgis-coding-components/{p-ff62d134.js → p-f18cfc50.js} +2 -2
- package/dist/cjs/{app-globals-a9ef3ca8.js → app-globals-b0c856f6.js} +1 -1
- package/dist/cjs/{arcade-defaults-f5241680.js → arcade-defaults-25d38bc0.js} +4 -4
- package/dist/cjs/{arcade-language-features-0b9f3947.js → arcade-language-features-0422f79b.js} +2 -2
- package/dist/cjs/{arcade-mode-cc08d9cd.js → arcade-mode-151f7044.js} +3 -3
- package/dist/cjs/arcgis-arcade-editor_6.cjs.entry.js +5 -5
- 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-bb6a49ec.js → css-c3bfee00.js} +1 -1
- package/dist/cjs/{cssMode-e7fac7d7.js → cssMode-c7d6c64b.js} +2 -2
- package/dist/cjs/{html-7ff4071d.js → html-3ff5bd3b.js} +2 -2
- package/dist/cjs/{htmlMode-c89193ec.js → htmlMode-71714c3e.js} +2 -2
- package/dist/cjs/{index-4b7880ab.js → index-d386d3e2.js} +1 -1
- package/dist/cjs/index.cjs.js +4 -4
- package/dist/cjs/{javascript-864c0220.js → javascript-d1a20c9f.js} +3 -3
- package/dist/cjs/{jsonMode-ac4a7be7.js → jsonMode-2b25e5f4.js} +2 -2
- package/dist/cjs/{language-defaults-base-57b37f9f.js → language-defaults-base-fe1d850e.js} +29 -9
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/{sql-expr-defaults-245b036d.js → sql-expr-defaults-0acd5dfe.js} +4 -4
- package/dist/cjs/sql-expr-mode-bc156416.js +1825 -0
- package/dist/cjs/{tsMode-d30d4ab1.js → tsMode-9cfe75b9.js} +2 -2
- package/dist/cjs/{typescript-6c87ddb3.js → typescript-fc9b2e83.js} +2 -2
- package/dist/components/arcade-defaults.js +1 -1
- package/dist/components/arcade-language-features.js +1 -1
- package/dist/components/arcade-mode.js +1 -1
- package/dist/components/arcade-results.js +1 -1
- package/dist/components/arcade-suggestions.js +1 -1
- package/dist/components/arcade-variables.js +1 -1
- package/dist/components/arcgis-arcade-editor.js +1 -1
- package/dist/components/arcgis-arcade-results.js +1 -1
- package/dist/components/arcgis-arcade-suggestions.js +1 -1
- package/dist/components/arcgis-arcade-variables.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-language-api-panel.js +1 -1
- package/dist/components/arcgis-sql-expression-editor.js +1 -1
- package/dist/components/arcgis-sql-expression-fields.js +1 -1
- package/dist/components/chunk-2JTWBRMN.js +1 -1
- package/dist/components/code-editor.js +1 -1
- package/dist/components/fields.js +20 -2
- package/dist/components/index.js +1 -1
- package/dist/components/index2.js +1 -1
- package/dist/components/language-api-panel.js +1 -1
- package/dist/components/language-defaults-base.js +1 -1
- package/dist/components/markdown.js +1 -1
- package/dist/components/sql-expr-defaults.js +1 -1
- package/dist/components/sql-expr-mode.js +33 -19051
- package/dist/components/sql-expression-fields.js +1 -1
- package/dist/components/useT9n.js +1 -1
- package/dist/components/utilities.js +1 -1
- package/dist/esm/{app-globals-6d0ca11d.js → app-globals-1d6b10d3.js} +1 -1
- package/dist/esm/{arcade-defaults-066445c4.js → arcade-defaults-059a08f1.js} +4 -4
- package/dist/esm/{arcade-language-features-0e00c199.js → arcade-language-features-749f495a.js} +2 -2
- package/dist/esm/{arcade-mode-abf1e1cf.js → arcade-mode-5e2da07e.js} +3 -3
- package/dist/esm/arcgis-arcade-editor_6.entry.js +5 -5
- 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-c6dae12d.js → css-0fa06f45.js} +1 -1
- package/dist/esm/{cssMode-052bb603.js → cssMode-7d51359f.js} +2 -2
- package/dist/esm/{html-572696a1.js → html-900c5e2a.js} +2 -2
- package/dist/esm/{htmlMode-fc184f2d.js → htmlMode-aaba1915.js} +2 -2
- package/dist/esm/{index-0edd9846.js → index-51f840b4.js} +1 -1
- package/dist/esm/index.js +4 -4
- package/dist/esm/{javascript-8bfc0096.js → javascript-4a0ddd5a.js} +3 -3
- package/dist/esm/{jsonMode-7adf94ff.js → jsonMode-bcfe66f5.js} +2 -2
- package/dist/esm/{language-defaults-base-85a7f476.js → language-defaults-base-5cb37b1e.js} +28 -10
- package/dist/esm/loader.js +4 -4
- package/dist/esm/{sql-expr-defaults-be84ec7f.js → sql-expr-defaults-f1fd7291.js} +4 -4
- package/dist/esm/sql-expr-mode-0f087c3e.js +1821 -0
- package/dist/esm/{tsMode-d10773c8.js → tsMode-6deb8933.js} +2 -2
- package/dist/esm/{typescript-9491f23e.js → typescript-11a558e0.js} +2 -2
- 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/utils/sql-expr-monaco/sql-expr-completion.d.ts +1 -1
- package/dist/types/utils/sql-expr-monaco/sql-expr-validation-utils.d.ts +7 -8
- package/dist/types/utils/sql-expr-monaco/sql-expr-validation.d.ts +2 -3
- package/dist/types/utils/sql-expr-monaco/types.d.ts +2 -6
- package/package.json +13 -14
- package/dist/arcgis-coding-components/p-77dd5521.js +0 -6
- package/dist/cjs/sql-expr-mode-304f5ce2.js +0 -20844
- package/dist/esm/sql-expr-mode-a4413e5c.js +0 -20840
- package/dist/types/utils/sql-expr-monaco/DependentFiles/DateOnly.d.ts +0 -41
- package/dist/types/utils/sql-expr-monaco/DependentFiles/SqlInterval.d.ts +0 -16
- package/dist/types/utils/sql-expr-monaco/DependentFiles/SqlTimestampOffset.d.ts +0 -26
- package/dist/types/utils/sql-expr-monaco/DependentFiles/TimeOnly.d.ts +0 -37
- package/dist/types/utils/sql-expr-monaco/DependentFiles/UnknownTimeZone.d.ts +0 -11
- package/dist/types/utils/sql-expr-monaco/DependentFiles/WhereGrammar.d.ts +0 -122
- package/dist/types/utils/sql-expr-monaco/DependentFiles/sqlCompareUtils.d.ts +0 -5
- package/dist/types/utils/sql-expr-monaco/DependentFiles/sqlDateParsingUtils.d.ts +0 -18
- package/dist/types/utils/sql-expr-monaco/DependentFiles/sqlUtils.d.ts +0 -6
- package/dist/types/utils/sql-expr-monaco/DependentFiles/standardizedFunctions.d.ts +0 -156
- package/dist/types/utils/sql-expr-monaco/DependentFiles/support.d.ts +0 -150
- package/dist/types/utils/sql-expr-monaco/PeggyGrammar/sql92grammar.d.ts +0 -1397
|
@@ -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.
|
|
4
|
+
* v4.31.0-next.23
|
|
5
5
|
*/
|
|
6
6
|
import { proxyCustomElement, HTMLElement, createEvent, forceUpdate, h } from '@stencil/core/internal/client';
|
|
7
7
|
import { u as useControllerManager } from './chunk-2JTWBRMN.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.
|
|
4
|
+
* v4.31.0-next.23
|
|
5
5
|
*/
|
|
6
6
|
import { m as makeController, w as watch } from './chunk-2JTWBRMN.js';
|
|
7
7
|
import { n as startLocaleObserver, p as getElementLocales } from './index2.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.
|
|
4
|
+
* v4.31.0-next.23
|
|
5
5
|
*/
|
|
6
|
-
import { m as main, f as fieldsToProfileValues, i as isPredefinedProfile, a as isFeatureSetCollectionDefinition, b as isFeatureSetDefinition, c as isFeatureDefinition, s as supportedLocales, L as LanguageDefaultsBase, d as fetchT9nStringsBundle, E as EditorProfile, U as Uri } from './language-defaults-base-
|
|
7
|
-
import { g as getAssetPath } from './index-
|
|
6
|
+
import { m as main, f as fieldsToProfileValues, i as isPredefinedProfile, a as isFeatureSetCollectionDefinition, b as isFeatureSetDefinition, c as isFeatureDefinition, s as supportedLocales, L as LanguageDefaultsBase, d as fetchT9nStringsBundle, E as EditorProfile, U as Uri } from './language-defaults-base-5cb37b1e.js';
|
|
7
|
+
import { g as getAssetPath } from './index-51f840b4.js';
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
* Returns the arcade diagnostic service.
|
|
@@ -38,7 +38,7 @@ async function getArcadeWorker(uri) {
|
|
|
38
38
|
* @returns arcade mode module
|
|
39
39
|
*/
|
|
40
40
|
async function getMode() {
|
|
41
|
-
return await import('./arcade-mode-
|
|
41
|
+
return await import('./arcade-mode-5e2da07e.js');
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
// #region convert editor profile to apiProfile
|
package/dist/esm/{arcade-language-features-0e00c199.js → arcade-language-features-749f495a.js}
RENAMED
|
@@ -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.31/esri/copyright.txt for details.
|
|
4
|
-
* v4.31.0-next.
|
|
4
|
+
* v4.31.0-next.23
|
|
5
5
|
*/
|
|
6
|
-
import { g as editor, P as MarkerSeverity, m as main, R as Range, z as languages, Q as debounce } from './language-defaults-base-
|
|
6
|
+
import { g as editor, P as MarkerSeverity, m as main, R as Range, z as languages, Q as debounce } from './language-defaults-base-5cb37b1e.js';
|
|
7
7
|
|
|
8
8
|
//#region Diagnostic
|
|
9
9
|
class DiagnosticsAdapter {
|
|
@@ -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.
|
|
4
|
+
* v4.31.0-next.23
|
|
5
5
|
*/
|
|
6
|
-
import { m as main, g as editor, z as languages, O as Emitter } from './language-defaults-base-
|
|
7
|
-
import { C as CompletionProvider, F as FormattingProvider, D as DiagnosticsAdapter } from './arcade-language-features-
|
|
6
|
+
import { m as main, g as editor, z as languages, O as Emitter } from './language-defaults-base-5cb37b1e.js';
|
|
7
|
+
import { C as CompletionProvider, F as FormattingProvider, D as DiagnosticsAdapter } from './arcade-language-features-749f495a.js';
|
|
8
8
|
|
|
9
9
|
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"},Ee=["++","--"],Je=["-","+","!","~"],Qe=["=","/=","*=","%=","+=","-="],Ze=["||","&&"],Lt=["|","&",">>","<<",">>>","^","==","!=","<","<=",">",">=","+","-","*","/","%"];var U=[[],[],[]];Ee.forEach(t=>U[t.length-1]?.push(t));Je.forEach(t=>U[t.length-1]?.push(t));Ze.forEach(t=>U[t.length-1]?.push(t));Qe.forEach(t=>U[t.length-1]?.push(t));Lt.forEach(t=>U[t.length-1]?.push(t));var ft=Object.values(f),gt=Object.values(V);gt.map(t=>({label:t,kind:main.exports.CompletionItemKind.Constant}));ft.map(t=>({label:t,kind:main.exports.CompletionItemKind.Keyword}));
|
|
10
10
|
|
|
@@ -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.
|
|
4
|
+
* v4.31.0-next.23
|
|
5
5
|
*/
|
|
6
|
-
import { g as getAssetPath, r as registerInstance, c as createEvent, h, F as Fragment, H as Host, a as getElement } from './index-
|
|
7
|
-
import { e as importArcade, g as editor, h as startLocaleObserver, j as getElementLocales, k as isURL, l as hasSameOrigin, n as importRequest, D as Deferred, o as generateGuid, p as getElementTheme, K as KeyCode, q as setValuesInString, r as quoteString, t as supportedFields, u as generateTokensCSSForColorMap, S as StandaloneServices, I as IStandaloneThemeService, v as commonjsGlobal, w as setFocusOnElement, x as filterCollection, y as createFilterExpression, z as languages, R as Range, A as observeAncestorsMutation, U as Uri, B as KeyMod, C as addLTRMark } from './language-defaults-base-
|
|
8
|
-
import { m as makeController, w as watch, u as useControllerManager, g as getSet, s as sqlExprDefaults, a as getMode$1 } from './sql-expr-defaults-
|
|
9
|
-
import { b as arcadeDefaults, g as getArcadeDiagnosticService, c as getMode } from './arcade-defaults-
|
|
6
|
+
import { g as getAssetPath, r as registerInstance, c as createEvent, h, F as Fragment, H as Host, a as getElement } from './index-51f840b4.js';
|
|
7
|
+
import { e as importArcade, g as editor, h as startLocaleObserver, j as getElementLocales, k as isURL, l as hasSameOrigin, n as importRequest, D as Deferred, o as generateGuid, p as getElementTheme, K as KeyCode, q as setValuesInString, r as quoteString, t as supportedFields, u as generateTokensCSSForColorMap, S as StandaloneServices, I as IStandaloneThemeService, v as commonjsGlobal, w as setFocusOnElement, x as filterCollection, y as createFilterExpression, z as languages, R as Range, A as observeAncestorsMutation, U as Uri, B as KeyMod, C as addLTRMark } from './language-defaults-base-5cb37b1e.js';
|
|
8
|
+
import { m as makeController, w as watch, u as useControllerManager, g as getSet, s as sqlExprDefaults, a as getMode$1 } from './sql-expr-defaults-f1fd7291.js';
|
|
9
|
+
import { b as arcadeDefaults, g as getArcadeDiagnosticService, c as getMode } from './arcade-defaults-059a08f1.js';
|
|
10
10
|
|
|
11
11
|
const DevelopersWebSitePath = "https://developers.arcgis.com/arcade/";
|
|
12
12
|
const MaxArrayItems = 100;
|
|
@@ -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.
|
|
4
|
+
* v4.31.0-next.23
|
|
5
5
|
*/
|
|
6
|
-
import { p as promiseResolve, b as bootstrapLazy } from './index-
|
|
7
|
-
export { s as setNonce } from './index-
|
|
8
|
-
import { g as globalScripts } from './app-globals-
|
|
6
|
+
import { p as promiseResolve, b as bootstrapLazy } from './index-51f840b4.js';
|
|
7
|
+
export { s as setNonce } from './index-51f840b4.js';
|
|
8
|
+
import { g as globalScripts } from './app-globals-1d6b10d3.js';
|
|
9
9
|
|
|
10
10
|
/*
|
|
11
11
|
Stencil Client Patch Browser v4.17.1 | MIT Licensed | https://stenciljs.com
|
|
@@ -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.
|
|
4
|
+
* v4.31.0-next.23
|
|
5
5
|
*/
|
|
6
|
-
import { r as registerInstance, h, H as Host, a as getElement } from './index-
|
|
7
|
-
import { u as useControllerManager, s as sqlExprDefaults } from './sql-expr-defaults-
|
|
8
|
-
import { o as generateGuid } from './language-defaults-base-
|
|
6
|
+
import { r as registerInstance, h, H as Host, a as getElement } from './index-51f840b4.js';
|
|
7
|
+
import { u as useControllerManager, s as sqlExprDefaults } from './sql-expr-defaults-f1fd7291.js';
|
|
8
|
+
import { o as generateGuid } from './language-defaults-base-5cb37b1e.js';
|
|
9
9
|
|
|
10
10
|
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%}";
|
|
11
11
|
const ArcgisSqlExpressionEditorStyle0 = sqlExpressionEditorCss;
|
|
@@ -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.
|
|
4
|
+
* v4.31.0-next.23
|
|
5
5
|
*/
|
|
6
|
-
import { r as registerInstance, c as createEvent, h, a as getElement } from './index-
|
|
7
|
-
import { u as useControllerManager, s as sqlExprDefaults } from './sql-expr-defaults-
|
|
8
|
-
import './language-defaults-base-
|
|
6
|
+
import { r as registerInstance, c as createEvent, h, a as getElement } from './index-51f840b4.js';
|
|
7
|
+
import { u as useControllerManager, s as sqlExprDefaults } from './sql-expr-defaults-f1fd7291.js';
|
|
8
|
+
import './language-defaults-base-5cb37b1e.js';
|
|
9
9
|
|
|
10
10
|
const sqlExpressionFieldsCss = ":host calcite-flow{height:100%}:host calcite-list-item-group{background-color:var(--calcite-color-foreground-2)}";
|
|
11
11
|
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.
|
|
4
|
+
* v4.31.0-next.23
|
|
5
5
|
*/
|
|
6
6
|
/*!-----------------------------------------------------------------------------
|
|
7
7
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -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.31/esri/copyright.txt for details.
|
|
4
|
-
* v4.31.0-next.
|
|
4
|
+
* v4.31.0-next.23
|
|
5
5
|
*/
|
|
6
|
-
import { M as monaco_editor_core_star } from './language-defaults-base-
|
|
6
|
+
import { M as monaco_editor_core_star } from './language-defaults-base-5cb37b1e.js';
|
|
7
7
|
|
|
8
8
|
/*!-----------------------------------------------------------------------------
|
|
9
9
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -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.31/esri/copyright.txt for details.
|
|
4
|
-
* v4.31.0-next.
|
|
4
|
+
* v4.31.0-next.23
|
|
5
5
|
*/
|
|
6
|
-
import { M as monaco_editor_core_star } from './language-defaults-base-
|
|
6
|
+
import { M as monaco_editor_core_star } from './language-defaults-base-5cb37b1e.js';
|
|
7
7
|
|
|
8
8
|
/*!-----------------------------------------------------------------------------
|
|
9
9
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -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.31/esri/copyright.txt for details.
|
|
4
|
-
* v4.31.0-next.
|
|
4
|
+
* v4.31.0-next.23
|
|
5
5
|
*/
|
|
6
|
-
import { M as monaco_editor_core_star } from './language-defaults-base-
|
|
6
|
+
import { M as monaco_editor_core_star } from './language-defaults-base-5cb37b1e.js';
|
|
7
7
|
|
|
8
8
|
/*!-----------------------------------------------------------------------------
|
|
9
9
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
package/dist/esm/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
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.
|
|
4
|
+
* v4.31.0-next.23
|
|
5
5
|
*/
|
|
6
|
-
export { a as arcade } from './arcade-defaults-
|
|
7
|
-
import './language-defaults-base-
|
|
8
|
-
import './index-
|
|
6
|
+
export { a as arcade } from './arcade-defaults-059a08f1.js';
|
|
7
|
+
import './language-defaults-base-5cb37b1e.js';
|
|
8
|
+
import './index-51f840b4.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.
|
|
4
|
+
* v4.31.0-next.23
|
|
5
5
|
*/
|
|
6
|
-
import { conf as conf$1, language as language$1 } from './typescript-
|
|
7
|
-
import './language-defaults-base-
|
|
6
|
+
import { conf as conf$1, language as language$1 } from './typescript-11a558e0.js';
|
|
7
|
+
import './language-defaults-base-5cb37b1e.js';
|
|
8
8
|
|
|
9
9
|
/*!-----------------------------------------------------------------------------
|
|
10
10
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -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.31/esri/copyright.txt for details.
|
|
4
|
-
* v4.31.0-next.
|
|
4
|
+
* v4.31.0-next.23
|
|
5
5
|
*/
|
|
6
|
-
import { M as monaco_editor_core_star } from './language-defaults-base-
|
|
6
|
+
import { M as monaco_editor_core_star } from './language-defaults-base-5cb37b1e.js';
|
|
7
7
|
|
|
8
8
|
/*!-----------------------------------------------------------------------------
|
|
9
9
|
* 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.
|
|
4
|
+
* v4.31.0-next.23
|
|
5
5
|
*/
|
|
6
6
|
/**
|
|
7
7
|
* Returns the last element of an array.
|
|
@@ -120592,7 +120592,7 @@ registerLanguage({
|
|
|
120592
120592
|
mimetypes: ["text/css"],
|
|
120593
120593
|
loader: () => {
|
|
120594
120594
|
{
|
|
120595
|
-
return import('./css-
|
|
120595
|
+
return import('./css-0fa06f45.js');
|
|
120596
120596
|
}
|
|
120597
120597
|
}
|
|
120598
120598
|
});
|
|
@@ -120610,7 +120610,7 @@ registerLanguage({
|
|
|
120610
120610
|
mimetypes: ["text/html", "text/x-jshtm", "text/template", "text/ng-template"],
|
|
120611
120611
|
loader: () => {
|
|
120612
120612
|
{
|
|
120613
|
-
return import('./html-
|
|
120613
|
+
return import('./html-900c5e2a.js');
|
|
120614
120614
|
}
|
|
120615
120615
|
}
|
|
120616
120616
|
});
|
|
@@ -120630,7 +120630,7 @@ registerLanguage({
|
|
|
120630
120630
|
mimetypes: ["text/javascript"],
|
|
120631
120631
|
loader: () => {
|
|
120632
120632
|
{
|
|
120633
|
-
return import('./javascript-
|
|
120633
|
+
return import('./javascript-4a0ddd5a.js');
|
|
120634
120634
|
}
|
|
120635
120635
|
}
|
|
120636
120636
|
});
|
|
@@ -120648,7 +120648,7 @@ registerLanguage({
|
|
|
120648
120648
|
mimetypes: ["text/typescript"],
|
|
120649
120649
|
loader: () => {
|
|
120650
120650
|
{
|
|
120651
|
-
return import('./typescript-
|
|
120651
|
+
return import('./typescript-11a558e0.js');
|
|
120652
120652
|
}
|
|
120653
120653
|
}
|
|
120654
120654
|
});
|
|
@@ -120769,7 +120769,7 @@ var lessDefaults = new LanguageServiceDefaultsImpl$3("less", optionsDefault$1, m
|
|
|
120769
120769
|
monaco_editor_core_exports$3.languages.css = { cssDefaults, lessDefaults, scssDefaults };
|
|
120770
120770
|
function getMode$3() {
|
|
120771
120771
|
{
|
|
120772
|
-
return import('./cssMode-
|
|
120772
|
+
return import('./cssMode-7d51359f.js');
|
|
120773
120773
|
}
|
|
120774
120774
|
}
|
|
120775
120775
|
monaco_editor_core_exports$3.languages.onLanguage("less", () => {
|
|
@@ -120894,7 +120894,7 @@ monaco_editor_core_exports$2.languages.html = {
|
|
|
120894
120894
|
};
|
|
120895
120895
|
function getMode$2() {
|
|
120896
120896
|
{
|
|
120897
|
-
return import('./htmlMode-
|
|
120897
|
+
return import('./htmlMode-aaba1915.js');
|
|
120898
120898
|
}
|
|
120899
120899
|
}
|
|
120900
120900
|
function registerHTMLLanguageService(languageId, options = optionsDefault, modeConfiguration = getConfigurationDefault(languageId)) {
|
|
@@ -120996,7 +120996,7 @@ var jsonDefaults = new LanguageServiceDefaultsImpl$1("json", diagnosticDefault,
|
|
|
120996
120996
|
monaco_editor_core_exports$1.languages.json = { jsonDefaults };
|
|
120997
120997
|
function getMode$1() {
|
|
120998
120998
|
{
|
|
120999
|
-
return import('./jsonMode-
|
|
120999
|
+
return import('./jsonMode-bcfe66f5.js');
|
|
121000
121000
|
}
|
|
121001
121001
|
}
|
|
121002
121002
|
monaco_editor_core_exports$1.languages.register({
|
|
@@ -121265,7 +121265,7 @@ monaco_editor_core_exports.languages.typescript = {
|
|
|
121265
121265
|
};
|
|
121266
121266
|
function getMode() {
|
|
121267
121267
|
{
|
|
121268
|
-
return import('./tsMode-
|
|
121268
|
+
return import('./tsMode-6deb8933.js');
|
|
121269
121269
|
}
|
|
121270
121270
|
}
|
|
121271
121271
|
monaco_editor_core_exports.languages.onLanguage("typescript", () => {
|
|
@@ -166728,6 +166728,17 @@ async function newLayersFeatureLayer(properties) {
|
|
|
166728
166728
|
const ModConstructor = await importLayersFeatureLayer();
|
|
166729
166729
|
return new ModConstructor(properties);
|
|
166730
166730
|
}
|
|
166731
|
+
async function importLayersSupportFieldsIndex() {
|
|
166732
|
+
if (isAMD) {
|
|
166733
|
+
return await window.$arcgis.import("esri/layers/support/FieldsIndex");
|
|
166734
|
+
}
|
|
166735
|
+
const module = await import('@arcgis/core/layers/support/FieldsIndex.js');
|
|
166736
|
+
return isDefaultModule(module) ? module.default : module;
|
|
166737
|
+
}
|
|
166738
|
+
async function newLayersSupportFieldsIndex(properties) {
|
|
166739
|
+
const ModConstructor = await importLayersSupportFieldsIndex();
|
|
166740
|
+
return new ModConstructor(properties);
|
|
166741
|
+
}
|
|
166731
166742
|
async function importPortalPortalItem() {
|
|
166732
166743
|
if (isAMD) {
|
|
166733
166744
|
return await window.$arcgis.import("esri/portal/PortalItem");
|
|
@@ -166768,6 +166779,13 @@ async function importArcade() {
|
|
|
166768
166779
|
const module = await import('@arcgis/core/arcade.js');
|
|
166769
166780
|
return isDefaultModule(module) ? module.default : module;
|
|
166770
166781
|
}
|
|
166782
|
+
async function importCoreSql() {
|
|
166783
|
+
if (isAMD) {
|
|
166784
|
+
return await window.$arcgis.import("esri/core/sql");
|
|
166785
|
+
}
|
|
166786
|
+
const module = await import('@arcgis/core/core/sql.js');
|
|
166787
|
+
return isDefaultModule(module) ? module.default : module;
|
|
166788
|
+
}
|
|
166771
166789
|
async function importRequest() {
|
|
166772
166790
|
if (isAMD) {
|
|
166773
166791
|
return await window.$arcgis.import("esri/request");
|
|
@@ -170867,4 +170885,4 @@ class LanguageDefaultsBase {
|
|
|
170867
170885
|
}
|
|
170868
170886
|
}
|
|
170869
170887
|
|
|
170870
|
-
export { observeAncestorsMutation as A, KeyMod as B, addLTRMark as C, Deferred as D, EditorProfile as E, isNotUndefined as F, safeAsyncCall as G, devToolsAwareTimeout as H, IStandaloneThemeService as I, safeCall as J, KeyCode as K, LanguageDefaultsBase as L, monaco_editor_core_star as M, typescriptDefaults as N, Emitter as O, MarkerSeverity as P, debounce as Q, Range as R, StandaloneServices as S, Uri as U, isFeatureSetCollectionDefinition as a, isFeatureSetDefinition as b, isFeatureDefinition as c, fetchT9nStringsBundle as d, importArcade as e, fieldsToProfileValues as f, editor as g, startLocaleObserver as h, isPredefinedProfile as i, getElementLocales as j, isURL as k, hasSameOrigin as l, main as m, importRequest as n, generateGuid as o, getElementTheme as p, setValuesInString as q, quoteString as r, supportedLocales as s, supportedFields as t, generateTokensCSSForColorMap as u, commonjsGlobal as v, setFocusOnElement as w, filterCollection as x, createFilterExpression as y, languages as z };
|
|
170888
|
+
export { observeAncestorsMutation as A, KeyMod as B, addLTRMark as C, Deferred as D, EditorProfile as E, isNotUndefined as F, safeAsyncCall as G, devToolsAwareTimeout as H, IStandaloneThemeService as I, safeCall as J, KeyCode as K, LanguageDefaultsBase as L, monaco_editor_core_star as M, typescriptDefaults as N, Emitter as O, MarkerSeverity as P, debounce as Q, Range as R, StandaloneServices as S, importCoreSql as T, Uri as U, newLayersSupportFieldsIndex as V, isFeatureSetCollectionDefinition as a, isFeatureSetDefinition as b, isFeatureDefinition as c, fetchT9nStringsBundle as d, importArcade as e, fieldsToProfileValues as f, editor as g, startLocaleObserver as h, isPredefinedProfile as i, getElementLocales as j, isURL as k, hasSameOrigin as l, main as m, importRequest as n, generateGuid as o, getElementTheme as p, setValuesInString as q, quoteString as r, supportedLocales as s, supportedFields as t, generateTokensCSSForColorMap as u, commonjsGlobal as v, setFocusOnElement as w, filterCollection as x, createFilterExpression as y, languages as z };
|
package/dist/esm/loader.js
CHANGED
|
@@ -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.
|
|
4
|
+
* v4.31.0-next.23
|
|
5
5
|
*/
|
|
6
|
-
import { b as bootstrapLazy } from './index-
|
|
7
|
-
export { s as setNonce } from './index-
|
|
8
|
-
import { g as globalScripts } from './app-globals-
|
|
6
|
+
import { b as bootstrapLazy } from './index-51f840b4.js';
|
|
7
|
+
export { s as setNonce } from './index-51f840b4.js';
|
|
8
|
+
import { g as globalScripts } from './app-globals-1d6b10d3.js';
|
|
9
9
|
|
|
10
10
|
const defineCustomElements = async (win, options) => {
|
|
11
11
|
if (typeof window === 'undefined') return undefined;
|
|
@@ -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.
|
|
4
|
+
* v4.31.0-next.23
|
|
5
5
|
*/
|
|
6
|
-
import { F as isNotUndefined, D as Deferred, G as safeAsyncCall, H as devToolsAwareTimeout, J as safeCall, f as fieldsToProfileValues, i as isPredefinedProfile, b as isFeatureSetDefinition, m as main, L as LanguageDefaultsBase, d as fetchT9nStringsBundle, E as EditorProfile, U as Uri } from './language-defaults-base-
|
|
7
|
-
import { g as getAssetPath } from './index-
|
|
6
|
+
import { F as isNotUndefined, D as Deferred, G as safeAsyncCall, H as devToolsAwareTimeout, J as safeCall, f as fieldsToProfileValues, i as isPredefinedProfile, b as isFeatureSetDefinition, m as main, L as LanguageDefaultsBase, d as fetchT9nStringsBundle, E as EditorProfile, U as Uri } from './language-defaults-base-5cb37b1e.js';
|
|
7
|
+
import { g as getAssetPath } from './index-51f840b4.js';
|
|
8
8
|
|
|
9
9
|
// src/framework.ts
|
|
10
10
|
function retrieveComponentMembers(component, isLit) {
|
|
@@ -1281,7 +1281,7 @@ async function getSqlExprWorker(uri) {
|
|
|
1281
1281
|
* @returns sql-expression mode module
|
|
1282
1282
|
*/
|
|
1283
1283
|
async function getMode() {
|
|
1284
|
-
return await import('./sql-expr-mode-
|
|
1284
|
+
return await import('./sql-expr-mode-0f087c3e.js');
|
|
1285
1285
|
}
|
|
1286
1286
|
|
|
1287
1287
|
const languageId = "arcgis-sql-expression";
|