@arcgis/coding-components 4.30.0-next.91 → 4.30.0-next.92
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/index.esm.js +2 -2
- package/dist/arcgis-coding-components/{p-42521253.js → p-0190a309.js} +2 -2
- package/dist/arcgis-coding-components/{p-571527b2.js → p-1bc7e0c2.js} +3 -3
- package/dist/arcgis-coding-components/p-25501682.entry.js +6 -0
- package/dist/arcgis-coding-components/{p-7e9bfb5e.js → p-3e4f3f41.js} +1 -1
- package/dist/arcgis-coding-components/{p-cb0e91f8.js → p-46d1cda2.js} +3 -3
- package/dist/arcgis-coding-components/p-6c40604b.js +6 -0
- package/dist/arcgis-coding-components/{p-f4f50674.js → p-79d193ed.js} +2 -2
- package/dist/arcgis-coding-components/{p-f6af0173.js → p-7cde797e.js} +2 -2
- package/dist/arcgis-coding-components/p-a98568ee.js +7 -0
- package/dist/arcgis-coding-components/{p-d6af9a0f.js → p-cd448d71.js} +2 -2
- package/dist/arcgis-coding-components/p-ec7e1a55.js +6 -0
- package/dist/arcgis-coding-components/{p-ab667b93.js → p-ed73e5a3.js} +3 -3
- package/dist/arcgis-coding-components/p-f57f9e70.js +68 -0
- package/dist/cjs/app-globals-047e78fc.js +10 -0
- package/dist/cjs/{arcade-defaults-9c519009.js → arcade-defaults-3c4dc2cf.js} +103 -40
- package/dist/cjs/{arcade-mode-2de2a7bf.js → arcade-mode-1eb8e568.js} +36 -36
- package/dist/cjs/arcgis-arcade-api_6.cjs.entry.js +27 -19
- package/dist/cjs/arcgis-coding-components.cjs.js +13 -11
- package/dist/cjs/{css-de32edb5.js → css-0ae86119.js} +1 -1
- package/dist/cjs/{cssMode-576d9424.js → cssMode-ba9bc009.js} +3 -3
- package/dist/cjs/{html-04970904.js → html-4df48129.js} +3 -3
- package/dist/cjs/{htmlMode-d2890ac0.js → htmlMode-071997b3.js} +3 -3
- package/dist/cjs/index-f0f092db.js +1303 -0
- package/dist/cjs/index.cjs.js +3 -3
- package/dist/cjs/{javascript-cbbd5053.js → javascript-f4eb7ca9.js} +4 -4
- package/dist/cjs/{jsonMode-dd28f8eb.js → jsonMode-757a7b5a.js} +3 -3
- package/dist/cjs/loader.cjs.js +5 -3
- package/dist/cjs/{tsMode-dac552ef.js → tsMode-a00f62e2.js} +3 -3
- package/dist/cjs/{typescript-da6b4646.js → typescript-7b3e1f2a.js} +3 -3
- package/dist/components/arcade-api.js +4 -3
- package/dist/components/arcade-contribution.js +1 -1
- package/dist/components/arcade-defaults.js +2 -2
- package/dist/components/arcade-mode.js +3 -3
- package/dist/components/arcade-results.js +4 -3
- package/dist/components/arcade-suggestions.js +4 -3
- package/dist/components/arcade-variables.js +3 -2
- package/dist/components/arcgis-arcade-api.js +1 -1
- package/dist/components/arcgis-arcade-editor.js +5 -4
- 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/chunk-IHYYRFLQ.js +1 -1
- package/dist/components/code-editor.js +4 -3
- package/dist/components/fields.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/index2.js +1 -1
- package/dist/components/markdown.js +6 -18
- package/dist/components/useT9n.js +1 -1
- package/dist/components/utilities.js +1 -1
- package/dist/esm/app-globals-2d0bde8e.js +8 -0
- package/dist/esm/{arcade-defaults-656c0b09.js → arcade-defaults-ce7d07c9.js} +104 -40
- package/dist/esm/{arcade-mode-777c3a35.js → arcade-mode-6a725db5.js} +36 -36
- package/dist/esm/arcgis-arcade-api_6.entry.js +27 -19
- package/dist/esm/arcgis-coding-components.js +14 -12
- package/dist/esm/{css-c3db7375.js → css-f83ea0c7.js} +1 -1
- package/dist/esm/{cssMode-f030de75.js → cssMode-1a8b382c.js} +3 -3
- package/dist/esm/{html-a57519f0.js → html-ceee1af3.js} +3 -3
- package/dist/esm/{htmlMode-a292e84b.js → htmlMode-7c78efa5.js} +3 -3
- package/dist/esm/index-200cf3a7.js +1272 -0
- package/dist/esm/index.js +3 -3
- package/dist/esm/{javascript-3eda0787.js → javascript-f46e9bad.js} +4 -4
- package/dist/esm/{jsonMode-2c222212.js → jsonMode-ab0411e0.js} +3 -3
- package/dist/esm/loader.js +6 -4
- package/dist/esm/{tsMode-40f20114.js → tsMode-fe9beec6.js} +3 -3
- package/dist/esm/{typescript-e6ad6f59.js → typescript-b1c8cd2a.js} +3 -3
- 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/package.json +10 -10
- package/dist/arcgis-coding-components/p-1818f70a.js +0 -7
- package/dist/arcgis-coding-components/p-c959e8ad.entry.js +0 -6
- package/dist/arcgis-coding-components/p-d172cb6b.js +0 -68
- package/dist/arcgis-coding-components/p-e2de9631.js +0 -6
- package/dist/cjs/index-873901a9.js +0 -1994
- package/dist/esm/index-21588bc1.js +0 -1963
|
@@ -1,27 +1,29 @@
|
|
|
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.
|
|
4
|
+
* v4.30.0-next.92
|
|
5
5
|
*/
|
|
6
6
|
'use strict';
|
|
7
7
|
|
|
8
8
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
9
9
|
|
|
10
|
-
const index = require('./index-
|
|
10
|
+
const index = require('./index-f0f092db.js');
|
|
11
|
+
const appGlobals = require('./app-globals-047e78fc.js');
|
|
11
12
|
|
|
12
13
|
/*
|
|
13
|
-
Stencil Client Patch Browser v4.
|
|
14
|
+
Stencil Client Patch Browser v4.17.0 | MIT Licensed | https://stenciljs.com
|
|
14
15
|
*/
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
16
|
+
var patchBrowser = () => {
|
|
17
|
+
const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('arcgis-coding-components.cjs.js', document.baseURI).href));
|
|
18
|
+
const opts = {};
|
|
19
|
+
if (importMeta !== "") {
|
|
20
|
+
opts.resourcesUrl = new URL(".", importMeta).href;
|
|
21
|
+
}
|
|
22
|
+
return index.promiseResolve(opts);
|
|
22
23
|
};
|
|
23
24
|
|
|
24
|
-
patchBrowser().then(options => {
|
|
25
|
+
patchBrowser().then(async (options) => {
|
|
26
|
+
await appGlobals.globalScripts();
|
|
25
27
|
return index.bootstrapLazy([["arcgis-arcade-api_6.cjs",[[0,"arcgis-arcade-editor",{"profile":[16],"script":[1025],"testData":[16],"suggestions":[16],"snippets":[16],"hideDocumentationActions":[4,"hide-documentation-actions"],"hideSideBar":[4,"hide-side-bar"],"sideActionBarExpanded":[1540,"side-action-bar-expanded"],"openedSidePanel":[1537,"opened-side-panel"],"editorOptions":[16],"editorInstance":[16],"messages":[32],"_preparingProfile":[32],"_editorProfile":[32],"_showExecutionPanel":[32],"_resultPanel":[32],"_executingScript":[32],"_consoleLogs":[32],"_executionResult":[32],"getScript":[64],"setFocus":[64],"getEditorInstance":[64],"getTestResult":[64],"updateThemeColors":[64]},null,{"profile":["_profileChanged"],"testData":["_testDataChanged"],"snippets":["_snippetChanged"]}],[1,"arcgis-arcade-api",{"hideDocumentationActions":[4,"hide-documentation-actions"],"modelId":[1,"model-id"],"_selectedApiItem":[32],"_filterValue":[32],"_colorizeStyle":[32],"_preparingApi":[32],"_apiLibrary":[32]}],[1,"arcgis-arcade-results",{"loading":[4],"openedResultPanel":[1537,"opened-result-panel"],"result":[16],"consoleLogs":[16]}],[1,"arcgis-arcade-suggestions",{"suggestions":[16],"_selectedSuggestion":[32],"_filterValue":[32],"_colorizeStyle":[32]},null,{"suggestions":["suggestionsPropChanged"]}],[1,"arcgis-arcade-variables",{"loading":[4],"modelId":[1,"model-id"],"_mutationCounter":[32],"_flowItemRenderers":[32],"_filterValue":[32]},null,{"modelId":["modelIdPropChanged"]}],[0,"arcgis-code-editor",{"value":[1],"language":[1],"modelId":[1,"model-id"],"options":[16],"editorInstance":[16],"getValue":[64],"setValue":[64],"insertText":[64],"insertSnippet":[64],"getEditorInstance":[64],"setFocus":[64]},null,{"language":["languagePropChange"],"modelId":["modelIdPropChange"],"options":["optionsPropChange"]}]]]], options);
|
|
26
28
|
});
|
|
27
29
|
|
|
@@ -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.30/esri/copyright.txt for details.
|
|
4
|
-
* v4.30.0-next.
|
|
4
|
+
* v4.30.0-next.92
|
|
5
5
|
*/
|
|
6
6
|
'use strict';
|
|
7
7
|
|
|
8
|
-
const arcadeDefaults = require('./arcade-defaults-
|
|
9
|
-
require('./index-
|
|
8
|
+
const arcadeDefaults = require('./arcade-defaults-3c4dc2cf.js');
|
|
9
|
+
require('./index-f0f092db.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.30/esri/copyright.txt for details.
|
|
4
|
-
* v4.30.0-next.
|
|
4
|
+
* v4.30.0-next.92
|
|
5
5
|
*/
|
|
6
6
|
'use strict';
|
|
7
7
|
|
|
8
|
-
const arcadeDefaults = require('./arcade-defaults-
|
|
9
|
-
require('./index-
|
|
8
|
+
const arcadeDefaults = require('./arcade-defaults-3c4dc2cf.js');
|
|
9
|
+
require('./index-f0f092db.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.30/esri/copyright.txt for details.
|
|
4
|
-
* v4.30.0-next.
|
|
4
|
+
* v4.30.0-next.92
|
|
5
5
|
*/
|
|
6
6
|
'use strict';
|
|
7
7
|
|
|
8
|
-
const arcadeDefaults = require('./arcade-defaults-
|
|
9
|
-
require('./index-
|
|
8
|
+
const arcadeDefaults = require('./arcade-defaults-3c4dc2cf.js');
|
|
9
|
+
require('./index-f0f092db.js');
|
|
10
10
|
|
|
11
11
|
/*!-----------------------------------------------------------------------------
|
|
12
12
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|