@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,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 { N as typescriptDefaults, M as monaco_editor_core_star } from './language-defaults-base-
|
|
6
|
+
import { N as typescriptDefaults, 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/loader/cdn.js
CHANGED
|
@@ -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
|
module.exports = require('../cjs/loader.cjs.js');
|
|
7
7
|
module.exports.applyPolyfills = function() { return Promise.resolve() };
|
package/dist/loader/index.cjs.js
CHANGED
|
@@ -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
|
module.exports = require('../cjs/loader.cjs.js');
|
|
7
7
|
module.exports.applyPolyfills = function() { return Promise.resolve() };
|
|
@@ -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
|
export * from '../esm/polyfills/index.js';
|
|
7
7
|
export * from '../esm/loader.js';
|
package/dist/loader/index.js
CHANGED
|
@@ -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
|
(function(){if("undefined"!==typeof window&&void 0!==window.Reflect&&void 0!==window.customElements){var a=HTMLElement;window.HTMLElement=function(){return Reflect.construct(a,[],this.constructor)};HTMLElement.prototype=a.prototype;HTMLElement.prototype.constructor=HTMLElement;Object.setPrototypeOf(HTMLElement,a)}})();
|
|
7
7
|
export * from '../esm/polyfills/index.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as monaco from "monaco-editor";
|
|
2
2
|
import type { ApiItem, ApiVariable } from "@arcgis/languages-api-utils";
|
|
3
|
-
export declare function sqlExpressionCompletion(range: monaco.IRange, model: monaco.editor.ITextModel, position: monaco.Position, sdkFunctions: Record<string, ApiItem>): monaco.languages.CompletionItem[]
|
|
3
|
+
export declare function sqlExpressionCompletion(range: monaco.IRange, model: monaco.editor.ITextModel, position: monaco.Position, sdkFunctions: Record<string, ApiItem>): Promise<monaco.languages.CompletionItem[]>;
|
|
4
4
|
/** source */
|
|
5
5
|
export declare const sqlBinOps: string[];
|
|
6
6
|
export declare function generateCompletionItems(fields: ApiVariable[], range: monaco.IRange, sdkFunctions: Record<string, ApiItem>): Record<"fieldsCompletion" | "sqlBinOpsCompletion" | "sqlDataTypeCompletion" | "sqlFunctionCompletion" | "sqlKeywordsCompletion", monaco.languages.CompletionItem[]>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import type { IRange, editor } from "monaco-editor";
|
|
2
|
-
import type {
|
|
3
|
-
import type { ArcGISFieldType, PeggyError, SqlExpressionLiteral, PeggyLocation } from "./types";
|
|
2
|
+
import type { ArcGISFieldType, SqlExpressionLiteral } from "./types";
|
|
4
3
|
import type { ApiVariable } from "@arcgis/languages-api-utils";
|
|
5
4
|
export interface ValidationSyntaxContext {
|
|
6
5
|
token: string;
|
|
@@ -89,12 +88,12 @@ export declare const validOps: string[];
|
|
|
89
88
|
export declare const relationalTypes: SqlExpressionLiteral[];
|
|
90
89
|
export declare const qualifiers: TokenType[];
|
|
91
90
|
export declare function convertArcgisTypeToSqlReturnType(arcgisType: ArcGISFieldType): SqlExpressionLiteral;
|
|
92
|
-
export declare const identifyNodeReturnType: (node: SQLNode, fields: ApiVariable[]) => SqlExpressionLiteral | "time-only" | "unknown_function";
|
|
91
|
+
export declare const identifyNodeReturnType: (node: __esri.SQLNode, fields: ApiVariable[]) => SqlExpressionLiteral | "time-only" | "unknown_function";
|
|
93
92
|
export declare const isNumericType: (type: SqlExpressionLiteral) => boolean;
|
|
94
93
|
export declare const formatListToString: (types: SqlExpressionLiteral[], delimiter: string) => string;
|
|
95
94
|
export declare const formatType: (type: string) => string;
|
|
96
|
-
export declare const getValueFromNode: (node: SQLNode) => number | string;
|
|
97
|
-
export declare const addNewMarker: (message: string, range:
|
|
98
|
-
export declare const validateTypeMatch: (node: SQLNode, expectedType: NodeReturnType, markers: editor.IMarkerData[], fields: ApiVariable[]) => void;
|
|
99
|
-
export declare function isSyntaxError(error:
|
|
100
|
-
export declare function formatSyntaxError(error:
|
|
95
|
+
export declare const getValueFromNode: (node: __esri.SQLNode) => number | string;
|
|
96
|
+
export declare const addNewMarker: (message: string, range: __esri.SQLSourceLocation | IRange, markers: editor.IMarkerData[], isNodeFormat?: boolean) => void;
|
|
97
|
+
export declare const validateTypeMatch: (node: __esri.SQLNode, expectedType: NodeReturnType, markers: editor.IMarkerData[], fields: ApiVariable[]) => void;
|
|
98
|
+
export declare function isSyntaxError(error: __esri.SQLSyntaxError): boolean;
|
|
99
|
+
export declare function formatSyntaxError(error: __esri.SQLSyntaxError): string;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import type { SQLNode } from "./DependentFiles/WhereGrammar";
|
|
2
1
|
import type { editor } from "monaco-editor";
|
|
3
2
|
import type { ApiCategory, ApiContext } from "@arcgis/languages-api-utils";
|
|
4
3
|
export declare class SQLExpressionValidation {
|
|
@@ -11,12 +10,12 @@ export declare class SQLExpressionValidation {
|
|
|
11
10
|
* validates the SQL Expression by generating an AST and traversing it
|
|
12
11
|
* @param modelContent The SQL Expression to validate
|
|
13
12
|
*/
|
|
14
|
-
validateModel(modelContent: string): void
|
|
13
|
+
validateModel(modelContent: string): Promise<void>;
|
|
15
14
|
/**
|
|
16
15
|
* a DFS traversal of the SQL Expression AST
|
|
17
16
|
* @param node The node to traverse, start with the root node
|
|
18
17
|
*/
|
|
19
|
-
traverse(node: SQLNode): void;
|
|
18
|
+
traverse(node: __esri.SQLNode): void;
|
|
20
19
|
/**
|
|
21
20
|
* Validates a nodes syntax and types
|
|
22
21
|
* @param node The node to validate
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import type { Thenable, Uri, languages, editor } from "monaco-editor";
|
|
2
2
|
import type { Position } from "vscode-languageserver-types";
|
|
3
|
-
import type { PeggySyntaxError, FileRange } from "./PeggyGrammar/sql92grammar";
|
|
4
|
-
import type { DataTypeNode, SQLNode } from "./DependentFiles/WhereGrammar";
|
|
5
3
|
import type { ApiCategory, ApiContext } from "@arcgis/languages-api-utils";
|
|
6
4
|
export interface ISqlExprWorker {
|
|
7
5
|
doValidation: (modelId: string, context: ApiContext) => Thenable<editor.IMarkerData[]>;
|
|
@@ -39,7 +37,7 @@ export type SqlExpressionLiteral =
|
|
|
39
37
|
* "timestamp"
|
|
40
38
|
* "varchar"
|
|
41
39
|
*/
|
|
42
|
-
DataTypeNode["value"]["type"]
|
|
40
|
+
__esri.DataTypeNode["value"]["type"]
|
|
43
41
|
/**
|
|
44
42
|
* "case-expression"
|
|
45
43
|
* "when-clause"
|
|
@@ -62,7 +60,7 @@ DataTypeNode["value"]["type"]
|
|
|
62
60
|
* "function"
|
|
63
61
|
* "data-type"
|
|
64
62
|
*/
|
|
65
|
-
| SQLNode["type"];
|
|
63
|
+
| __esri.SQLNode["type"];
|
|
66
64
|
export type ArcGISFieldType =
|
|
67
65
|
/**
|
|
68
66
|
* "string"
|
|
@@ -85,5 +83,3 @@ export type ArcGISFieldType =
|
|
|
85
83
|
* "xml"
|
|
86
84
|
*/
|
|
87
85
|
__esri.Field["type"];
|
|
88
|
-
export type PeggyError = PeggySyntaxError;
|
|
89
|
-
export type PeggyLocation = FileRange;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/coding-components",
|
|
3
|
-
"version": "4.31.0-next.
|
|
3
|
+
"version": "4.31.0-next.23",
|
|
4
4
|
"description": "Contains components for editing code in different languages. The currently supported languages are html, css, json, TypeScript, JavaScript, and Arcade.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ArcGIS",
|
|
@@ -37,7 +37,6 @@
|
|
|
37
37
|
"build:components": "stencil build",
|
|
38
38
|
"build:components:dev": "stencil build --dev",
|
|
39
39
|
"build:monaco-workers": "tsx ./scripts/build-monaco-workers.ts",
|
|
40
|
-
"build:peggy": "peggy --plugin ../../../node_modules/ts-pegjs/dist/tspegjs -o ./src/utils/sql-expr-monaco/PeggyGrammar/sql92grammar.ts ./src/utils/sql-expr-monaco/PeggyGrammar/sql92grammar.peggy",
|
|
41
40
|
"test": "stencil test --spec --no-build",
|
|
42
41
|
"test:e2e": "stencil test --e2e",
|
|
43
42
|
"test:spec": "stencil test --spec",
|
|
@@ -49,25 +48,27 @@
|
|
|
49
48
|
"generate": "stencil generate"
|
|
50
49
|
},
|
|
51
50
|
"dependencies": {
|
|
52
|
-
"@arcgis/arcade-languageservice": "4.31.0-next.
|
|
53
|
-
"@arcgis/components-controllers": "4.31.0-next.
|
|
54
|
-
"@arcgis/components-utils": "4.31.0-next.
|
|
55
|
-
"@arcgis/languages-api-utils": "4.31.0-next.
|
|
51
|
+
"@arcgis/arcade-languageservice": "4.31.0-next.23",
|
|
52
|
+
"@arcgis/components-controllers": "4.31.0-next.23",
|
|
53
|
+
"@arcgis/components-utils": "4.31.0-next.23",
|
|
54
|
+
"@arcgis/languages-api-utils": "4.31.0-next.23",
|
|
56
55
|
"@stencil/core": "4.17.1",
|
|
57
56
|
"monaco-editor": "0.45.0",
|
|
58
57
|
"vscode-languageserver-types": "^3.17.5"
|
|
59
58
|
},
|
|
60
59
|
"devDependencies": {
|
|
61
|
-
"@arcgis/components-build-utils": "4.31.0-next.
|
|
62
|
-
"@arcgis/components-plugins": "4.31.0-next.
|
|
60
|
+
"@arcgis/components-build-utils": "4.31.0-next.23",
|
|
61
|
+
"@arcgis/components-plugins": "4.31.0-next.23",
|
|
63
62
|
"@arcgis/core": ">=4.31.0-next <4.32",
|
|
64
|
-
"@arcgis/core-adapter": "4.31.0-next.
|
|
65
|
-
"@arcgis/storybook-utils": "4.31.0-next.
|
|
66
|
-
"@arcgis/typescript-config": "4.31.0-next.
|
|
63
|
+
"@arcgis/core-adapter": "4.31.0-next.23",
|
|
64
|
+
"@arcgis/storybook-utils": "4.31.0-next.23",
|
|
65
|
+
"@arcgis/typescript-config": "4.31.0-next.23",
|
|
67
66
|
"@esri/calcite-components": "^2.8.0",
|
|
68
67
|
"@stencil/angular-output-target": "0.8.4",
|
|
69
68
|
"@stencil/react-output-target": "0.5.3",
|
|
70
69
|
"@stencil/sass": "^3.0.0",
|
|
70
|
+
"@swc/core": "^1.5.6",
|
|
71
|
+
"@swc/jest": "^0.2.36",
|
|
71
72
|
"@types/estree": "^1.0.0",
|
|
72
73
|
"@types/jest": "^29.5.0",
|
|
73
74
|
"@types/luxon": "^3",
|
|
@@ -82,7 +83,6 @@
|
|
|
82
83
|
"jest-cli": "^29.5.0",
|
|
83
84
|
"magic-string": "^0.30.10",
|
|
84
85
|
"marked": "^5.1.2",
|
|
85
|
-
"peggy": "3.0.2",
|
|
86
86
|
"postcss": ">=8.4.31",
|
|
87
87
|
"postcss-discard-comments": "^5.1.2",
|
|
88
88
|
"postcss-url": "^10.1.3",
|
|
@@ -93,7 +93,6 @@
|
|
|
93
93
|
"rollup-plugin-import-css": "^3.1.0",
|
|
94
94
|
"rollup-plugin-node-polyfills": "^0.2.1",
|
|
95
95
|
"storybook": "^8.1.10",
|
|
96
|
-
"ts-pegjs": "^4.2.1",
|
|
97
96
|
"tsx": "^4.7.0",
|
|
98
97
|
"typescript": "~5.4.0",
|
|
99
98
|
"vscode-languageserver-textdocument": "^1.0.11",
|
|
@@ -103,5 +102,5 @@
|
|
|
103
102
|
"@arcgis/core": ">=4.31.0-next <4.32",
|
|
104
103
|
"@esri/calcite-components": "^2.8.0"
|
|
105
104
|
},
|
|
106
|
-
"gitHead": "
|
|
105
|
+
"gitHead": "5b07975a31027e24601010da013ea1d4650551ea"
|
|
107
106
|
}
|