@arcgis/languages-api-utils 4.31.0-next.110 → 4.31.0-next.112
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/cjs/index.d.cts +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/package.json +4 -4
package/dist/cjs/index.d.cts
CHANGED
|
@@ -8,7 +8,7 @@ type BundleType = "core" | "data-access" | "database" | "geometry" | "knowledge-
|
|
|
8
8
|
/**
|
|
9
9
|
* The list of supported profiles
|
|
10
10
|
*/
|
|
11
|
-
type ProfileId = "minimalist" | "alias" | "attribute-rule-calculation" | "attribute-rule-constraint" | "attribute-rule-validation" | "dashboard-indicator-formatting" | "dashboard-list-formatting" | "dashboard-table-formatting" | "dashboard-data" | "dictionary-renderer" | "feature-z" | "field-calculation" | "field-mapping" | "form-calculation" | "form-constraint" | "geoanalytics" | "geotrigger-notification" | "labeling" | "layout" | "location-update-constraint" | "measure-visualization" | "popup" | "popup-element" | "popup-feature-reduction" | "popup-element-feature-reduction" | "quick-capture" | "tasks" | "velocity" | "visualization";
|
|
11
|
+
type ProfileId = "minimalist" | "aggregate-field" | "alias" | "attribute-rule-calculation" | "attribute-rule-constraint" | "attribute-rule-validation" | "data-pipelines" | "dashboard-indicator-formatting" | "dashboard-list-formatting" | "dashboard-table-formatting" | "dashboard-data" | "dictionary-renderer" | "feature-display-title" | "feature-z" | "field-calculation" | "field-mapping" | "form-calculation" | "form-constraint" | "geoanalytics" | "geotrigger-notification" | "labeling" | "layout" | "location-update-constraint" | "measure-visualization" | "model-builder" | "popup" | "popup-element" | "popup-feature-reduction" | "popup-element-feature-reduction" | "quick-capture" | "tasks" | "velocity" | "visualization";
|
|
12
12
|
/**
|
|
13
13
|
* Describes a profile
|
|
14
14
|
*/
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ type BundleType = "core" | "data-access" | "database" | "geometry" | "knowledge-
|
|
|
8
8
|
/**
|
|
9
9
|
* The list of supported profiles
|
|
10
10
|
*/
|
|
11
|
-
type ProfileId = "minimalist" | "alias" | "attribute-rule-calculation" | "attribute-rule-constraint" | "attribute-rule-validation" | "dashboard-indicator-formatting" | "dashboard-list-formatting" | "dashboard-table-formatting" | "dashboard-data" | "dictionary-renderer" | "feature-z" | "field-calculation" | "field-mapping" | "form-calculation" | "form-constraint" | "geoanalytics" | "geotrigger-notification" | "labeling" | "layout" | "location-update-constraint" | "measure-visualization" | "popup" | "popup-element" | "popup-feature-reduction" | "popup-element-feature-reduction" | "quick-capture" | "tasks" | "velocity" | "visualization";
|
|
11
|
+
type ProfileId = "minimalist" | "aggregate-field" | "alias" | "attribute-rule-calculation" | "attribute-rule-constraint" | "attribute-rule-validation" | "data-pipelines" | "dashboard-indicator-formatting" | "dashboard-list-formatting" | "dashboard-table-formatting" | "dashboard-data" | "dictionary-renderer" | "feature-display-title" | "feature-z" | "field-calculation" | "field-mapping" | "form-calculation" | "form-constraint" | "geoanalytics" | "geotrigger-notification" | "labeling" | "layout" | "location-update-constraint" | "measure-visualization" | "model-builder" | "popup" | "popup-element" | "popup-feature-reduction" | "popup-element-feature-reduction" | "quick-capture" | "tasks" | "velocity" | "visualization";
|
|
12
12
|
/**
|
|
13
13
|
* Describes a profile
|
|
14
14
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/languages-api-utils",
|
|
3
|
-
"version": "4.31.0-next.
|
|
3
|
+
"version": "4.31.0-next.112",
|
|
4
4
|
"description": "ArcGIS Languages API Utilities",
|
|
5
5
|
"homepage": "https://developers.arcgis.com/javascript/latest/",
|
|
6
6
|
"type": "module",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"vscode-languageserver-types": "^3.17.5"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@arcgis/arcade-sdk": "
|
|
33
|
-
"@arcgis/typescript-config": "4.31.0-next.
|
|
32
|
+
"@arcgis/arcade-sdk": "^1.28.0-next.3",
|
|
33
|
+
"@arcgis/typescript-config": "4.31.0-next.112",
|
|
34
34
|
"@swc/core": "^1.7.23",
|
|
35
35
|
"@swc/jest": "^0.2.36",
|
|
36
36
|
"@types/jest": "^29.5.0",
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"tsup": "^8.2.4",
|
|
42
42
|
"typescript": "~5.4.0"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "388967aea3e36323fae8a2a117cb9c67e6197a66"
|
|
45
45
|
}
|