@arcgis/coding-components 4.31.0-next.10 → 4.31.0-next.13
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 +29 -7
- package/dist/arcgis-coding-components/index.esm.js +2 -2
- package/dist/arcgis-coding-components/{p-8cf09bcc.js → p-0238f1c9.js} +1 -1
- package/dist/arcgis-coding-components/p-056c22f6.js +6 -0
- package/dist/arcgis-coding-components/{p-193ac44f.js → p-30a27259.js} +1 -1
- package/dist/arcgis-coding-components/{p-8196fa73.js → p-46ee5802.js} +2 -2
- package/dist/arcgis-coding-components/{p-960aa9dc.js → p-48800c64.js} +2 -2
- package/dist/arcgis-coding-components/{p-6e28fd70.js → p-5f9d02cd.js} +2 -2
- package/dist/arcgis-coding-components/p-6b06bf1f.entry.js +6 -0
- package/dist/arcgis-coding-components/{p-4fc79a07.entry.js → p-6dd5c8ac.entry.js} +2 -2
- package/dist/arcgis-coding-components/{p-767b17ee.entry.js → p-70be15ef.entry.js} +2 -2
- package/dist/arcgis-coding-components/{p-ad75160d.js → p-7ce92237.js} +3 -3
- package/dist/arcgis-coding-components/p-7db90261.js +6 -0
- package/dist/arcgis-coding-components/{p-ab78d6c4.js → p-817249dc.js} +3 -3
- package/dist/arcgis-coding-components/{p-790067b1.js → p-9521dcf8.js} +12 -12
- package/dist/arcgis-coding-components/{p-da9431ba.js → p-af89dfbf.js} +2 -2
- package/dist/arcgis-coding-components/{p-923858b5.js → p-b3831336.js} +2 -2
- package/dist/arcgis-coding-components/{p-02cae55d.js → p-b7351b5a.js} +3 -3
- package/dist/arcgis-coding-components/{p-22253750.js → p-dc1f177d.js} +1 -1
- package/dist/arcgis-coding-components/p-e8f28ec2.js +6 -0
- package/dist/arcgis-coding-components/p-f6939275.js +6 -0
- package/dist/cjs/{app-globals-bade840e.js → app-globals-5c2eb6c4.js} +1 -1
- package/dist/cjs/arcade-defaults-f0f15084.js +349 -0
- package/dist/cjs/{arcade-language-features-747fb1da.js → arcade-language-features-d1ca02a6.js} +2 -2
- package/dist/cjs/{arcade-mode-dce44622.js → arcade-mode-f16e383a.js} +3 -4
- package/dist/cjs/arcgis-arcade-editor_6.cjs.entry.js +7 -14
- 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-077ba0c5.js → css-f9c7e7cd.js} +1 -1
- package/dist/cjs/{cssMode-7f2030db.js → cssMode-22b5188b.js} +2 -3
- package/dist/cjs/{html-e3a243e9.js → html-35ace5ce.js} +2 -3
- package/dist/cjs/{htmlMode-c273d6dc.js → htmlMode-03149da9.js} +2 -3
- package/dist/cjs/{index-37a86ff4.js → index-168881c0.js} +1 -1
- package/dist/cjs/index.cjs.js +4 -4
- package/dist/cjs/{javascript-7a33cca7.js → javascript-20775679.js} +3 -4
- package/dist/cjs/{jsonMode-6b4e0850.js → jsonMode-74a5f024.js} +2 -3
- package/dist/cjs/{language-defaults-base-b32cb091.js → language-defaults-base-9b48f557.js} +800 -1024
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/{sql-expr-defaults-8a5834f3.js → sql-expr-defaults-7c0204a1.js} +78 -24
- package/dist/cjs/{sql-expr-mode-a72a1f92.js → sql-expr-mode-5d08be72.js} +19971 -20969
- package/dist/cjs/{tsMode-c2edcd57.js → tsMode-8ed4166e.js} +2 -3
- package/dist/cjs/{typescript-c50c5516.js → typescript-821d6d32.js} +2 -3
- package/dist/components/arcade-defaults.js +238 -4
- package/dist/components/arcade-language-features.js +1 -1
- package/dist/components/arcade-mode.js +1 -1
- package/dist/components/arcade-results.js +3 -3
- package/dist/components/arcade-suggestions.js +2 -2
- package/dist/components/arcade-variables.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-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 +2 -2
- package/dist/components/arcgis-sql-expression-fields.js +1 -1
- package/dist/components/{chunk-3IUJHIAA.js → chunk-2JTWBRMN.js} +2 -2
- package/dist/components/code-editor.js +7 -14
- package/dist/components/fields.js +4 -4
- 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/language-defaults-base.js +47 -273
- package/dist/components/markdown.js +1 -1
- package/dist/components/sql-expr-defaults.js +77 -24
- package/dist/components/sql-expr-mode.js +19969 -20967
- package/dist/components/sql-expression-fields.js +2 -2
- package/dist/components/useT9n.js +2 -2
- package/dist/components/utilities.js +1 -1
- package/dist/esm/{app-globals-ed47e16d.js → app-globals-b9f25e63.js} +1 -1
- package/dist/esm/arcade-defaults-0b98d37c.js +344 -0
- package/dist/esm/{arcade-language-features-8edb3527.js → arcade-language-features-ca303d47.js} +2 -2
- package/dist/esm/{arcade-mode-ad036f46.js → arcade-mode-fca51be8.js} +3 -4
- package/dist/esm/arcgis-arcade-editor_6.entry.js +8 -15
- 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-810518f1.js → css-ba350248.js} +1 -1
- package/dist/esm/{cssMode-a7208024.js → cssMode-d8267564.js} +2 -3
- package/dist/esm/{html-e187d7d8.js → html-8ed39dee.js} +2 -3
- package/dist/esm/{htmlMode-06b7bae2.js → htmlMode-b26c455f.js} +2 -3
- package/dist/esm/{index-3743d31f.js → index-658e1601.js} +1 -1
- package/dist/esm/index.js +4 -4
- package/dist/esm/{javascript-04a3f866.js → javascript-a8c18cd8.js} +3 -4
- package/dist/esm/{jsonMode-ee8bb2ea.js → jsonMode-1a25e1fd.js} +2 -3
- package/dist/esm/{language-defaults-base-52a397f5.js → language-defaults-base-8d2a6ab5.js} +797 -1024
- package/dist/esm/loader.js +4 -4
- package/dist/esm/{sql-expr-defaults-f7c2d5ef.js → sql-expr-defaults-02ec1eb4.js} +78 -25
- package/dist/esm/{sql-expr-mode-433b4a39.js → sql-expr-mode-6e9cd3f1.js} +19971 -20970
- package/dist/esm/{tsMode-c80c462e.js → tsMode-36db3afb.js} +2 -3
- package/dist/esm/{typescript-a9b8caa7.js → typescript-8ff4383d.js} +2 -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/dist/types/utils/arcade-monaco/arcade-profile-strategy.d.ts +9 -0
- package/dist/types/utils/fields.d.ts +2 -2
- package/dist/types/utils/profile/editor-profile.d.ts +7 -6
- package/dist/types/utils/profile/types.d.ts +3 -0
- package/dist/types/utils/profile/utils.d.ts +4 -0
- package/dist/types/utils/sql-expr-monaco/sql-expr-constants.d.ts +45 -0
- package/dist/types/utils/sql-expr-monaco/sql-expr-contribution.d.ts +1 -11
- package/dist/types/utils/sql-expr-monaco/sql-expr-defaults.d.ts +0 -1
- package/dist/types/utils/sql-expr-monaco/sql-expr-language-features.d.ts +17 -39
- package/dist/types/utils/sql-expr-monaco/sql-expr-mode.d.ts +34 -1
- package/dist/types/utils/sql-expr-monaco/sql-expr-service-accessors.d.ts +19 -0
- package/dist/types/utils/sql-expr-monaco/sql-expr-validation-diagnostic-adapter.d.ts +0 -7
- package/dist/types/utils/sql-expr-monaco/sql-expr-validation-utils.d.ts +6 -5
- package/dist/types/utils/sql-expr-monaco/sql-expr-validation.d.ts +3 -3
- package/dist/types/utils/sql-expr-monaco/sql-expr-worker-manager.d.ts +2 -0
- package/dist/types/utils/sql-expr-monaco/sql-expr.worker.d.ts +9 -6
- package/dist/types/utils/sql-expr-monaco/sql-expression-profile-strategy.d.ts +9 -0
- package/dist/types/utils/sql-expr-monaco/types.d.ts +4 -6
- package/package.json +10 -10
- package/dist/arcgis-coding-components/p-025fda85.js +0 -6
- package/dist/arcgis-coding-components/p-50484a4f.js +0 -6
- package/dist/arcgis-coding-components/p-7164c348.js +0 -6
- package/dist/arcgis-coding-components/p-9956a574.js +0 -6
- package/dist/arcgis-coding-components/p-f452d4b8.entry.js +0 -6
- package/dist/cjs/arcade-defaults-8b8d6c07.js +0 -116
- package/dist/esm/arcade-defaults-562fe19b.js +0 -111
- package/dist/types/utils/profile/predefined-profile.d.ts +0 -4
- package/dist/types/utils/sql-expr-monaco/libraries/date/properties/index.d.ts +0 -59
- package/dist/types/utils/sql-expr-monaco/libraries/numeric/properties/index.d.ts +0 -295
- package/dist/types/utils/sql-expr-monaco/libraries/string/properties/index.d.ts +0 -135
- package/dist/types/utils/sql-expr-monaco/sql-expr-validation-adapter.d.ts +0 -3
- package/dist/types/utils/sql-expr-profile/predefined-profile.d.ts +0 -2
|
@@ -1,135 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
char_length: {
|
|
3
|
-
description: string;
|
|
4
|
-
parameters: {
|
|
5
|
-
name: string;
|
|
6
|
-
type: string;
|
|
7
|
-
description: string;
|
|
8
|
-
}[];
|
|
9
|
-
returnValue: string;
|
|
10
|
-
examples: {
|
|
11
|
-
description: string;
|
|
12
|
-
code: string;
|
|
13
|
-
}[];
|
|
14
|
-
snippet: string;
|
|
15
|
-
name: string;
|
|
16
|
-
bundle: string;
|
|
17
|
-
};
|
|
18
|
-
coalesce: {
|
|
19
|
-
description: string;
|
|
20
|
-
parameters: {
|
|
21
|
-
name: string;
|
|
22
|
-
type: string[];
|
|
23
|
-
description: string;
|
|
24
|
-
}[];
|
|
25
|
-
returnValue: string[];
|
|
26
|
-
examples: {
|
|
27
|
-
description: string;
|
|
28
|
-
code: string;
|
|
29
|
-
}[];
|
|
30
|
-
snippet: string;
|
|
31
|
-
name: string;
|
|
32
|
-
bundle: string;
|
|
33
|
-
};
|
|
34
|
-
concat: {
|
|
35
|
-
description: string;
|
|
36
|
-
parameters: {
|
|
37
|
-
name: string;
|
|
38
|
-
type: string;
|
|
39
|
-
description: string;
|
|
40
|
-
}[];
|
|
41
|
-
returnValue: string;
|
|
42
|
-
examples: {
|
|
43
|
-
description: string;
|
|
44
|
-
code: string;
|
|
45
|
-
}[];
|
|
46
|
-
snippet: string;
|
|
47
|
-
name: string;
|
|
48
|
-
bundle: string;
|
|
49
|
-
};
|
|
50
|
-
lower: {
|
|
51
|
-
description: string;
|
|
52
|
-
parameters: {
|
|
53
|
-
name: string;
|
|
54
|
-
type: string;
|
|
55
|
-
description: string;
|
|
56
|
-
}[];
|
|
57
|
-
returnValue: string;
|
|
58
|
-
examples: {
|
|
59
|
-
description: string;
|
|
60
|
-
code: string;
|
|
61
|
-
}[];
|
|
62
|
-
snippet: string;
|
|
63
|
-
name: string;
|
|
64
|
-
bundle: string;
|
|
65
|
-
};
|
|
66
|
-
position: {
|
|
67
|
-
description: string;
|
|
68
|
-
parameters: {
|
|
69
|
-
name: string;
|
|
70
|
-
type: string;
|
|
71
|
-
description: string;
|
|
72
|
-
}[];
|
|
73
|
-
returnValue: string;
|
|
74
|
-
examples: {
|
|
75
|
-
description: string;
|
|
76
|
-
code: string;
|
|
77
|
-
}[];
|
|
78
|
-
snippet: string;
|
|
79
|
-
name: string;
|
|
80
|
-
bundle: string;
|
|
81
|
-
};
|
|
82
|
-
substring: {
|
|
83
|
-
description: string;
|
|
84
|
-
parameters: {
|
|
85
|
-
name: string;
|
|
86
|
-
type: string;
|
|
87
|
-
description: string;
|
|
88
|
-
}[];
|
|
89
|
-
returnValue: string;
|
|
90
|
-
examples: {
|
|
91
|
-
description: string;
|
|
92
|
-
code: string;
|
|
93
|
-
}[];
|
|
94
|
-
snippet: string;
|
|
95
|
-
name: string;
|
|
96
|
-
bundle: string;
|
|
97
|
-
}[];
|
|
98
|
-
trim: {
|
|
99
|
-
description: string;
|
|
100
|
-
parameters: ({
|
|
101
|
-
name: string;
|
|
102
|
-
type: string[];
|
|
103
|
-
description: string;
|
|
104
|
-
} | {
|
|
105
|
-
name: string;
|
|
106
|
-
type: string;
|
|
107
|
-
description: string;
|
|
108
|
-
})[];
|
|
109
|
-
returnValue: string;
|
|
110
|
-
examples: {
|
|
111
|
-
description: string;
|
|
112
|
-
code: string;
|
|
113
|
-
}[];
|
|
114
|
-
snippet: string;
|
|
115
|
-
name: string;
|
|
116
|
-
bundle: string;
|
|
117
|
-
};
|
|
118
|
-
upper: {
|
|
119
|
-
description: string;
|
|
120
|
-
parameters: {
|
|
121
|
-
name: string;
|
|
122
|
-
type: string;
|
|
123
|
-
description: string;
|
|
124
|
-
}[];
|
|
125
|
-
returnValue: string;
|
|
126
|
-
examples: {
|
|
127
|
-
description: string;
|
|
128
|
-
code: string;
|
|
129
|
-
}[];
|
|
130
|
-
snippet: string;
|
|
131
|
-
name: string;
|
|
132
|
-
bundle: string;
|
|
133
|
-
};
|
|
134
|
-
};
|
|
135
|
-
export default _default;
|