@vertigis/viewer-spec 61.14.1 → 61.15.0
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/analytics/MobileAction.d.ts +1 -1
- package/analytics/WebAction.d.ts +1 -1
- package/app-config/AppConfig.d.ts +1 -1
- package/app-config/common/ApplicationModelProperties.d.ts +1 -1
- package/app-config/common/BookmarksModelProperties.d.ts +2 -2
- package/app-config/common/BrandingThemeProperties.d.ts +1 -1
- package/app-config/common/CoordinateModelProperties.d.ts +1 -1
- package/app-config/common/EventListenerModelProperties.d.ts +1 -1
- package/app-config/common/FeatureDetailsModelProperties.d.ts +1 -1
- package/app-config/common/HighlightModelProperties.d.ts +1 -1
- package/app-config/common/LayerPresetsModelProperties.d.ts +1 -1
- package/app-config/common/LayoutProperties.d.ts +1 -1
- package/app-config/common/MapModelProperties.d.ts +1 -1
- package/app-config/common/MenuModelProperties.d.ts +2 -2
- package/app-config/common/ModelProperties.d.ts +1 -1
- package/app-config/common/RegionModelProperties.d.ts +1 -1
- package/app-config/common/ResultsModelProperties.d.ts +1 -1
- package/app-config/common/SearchModelProperties.d.ts +1 -1
- package/app-config/common/TranslatableText.d.ts +1 -1
- package/app-config/common/WorkflowModelProperties.d.ts +1 -1
- package/app-config/common/colors.d.ts +2 -2
- package/app-config/mobile/BasemapModelProperties.d.ts +1 -1
- package/app-config/mobile/CoordinateModelProperties.d.ts +1 -1
- package/app-config/mobile/FeatureDetailsModelProperties.d.ts +1 -1
- package/app-config/mobile/MapModelProperties.d.ts +1 -1
- package/app-config/mobile/OfflineModelProperties.d.ts +1 -1
- package/app-config/mobile/ResultsModelProperties.d.ts +1 -1
- package/app-config/schema/common-app-config.schema.json +1 -1
- package/app-config/schema/mobile-app-config.schema.json +1 -1
- package/app-config/schema/web-app-config.schema.json +1 -1
- package/app-config/web/BasemapModelProperties.d.ts +1 -1
- package/app-config/web/ChartModelProperties.d.ts +2 -2
- package/app-config/web/DataLinkSourceProperties.d.ts +2 -2
- package/app-config/web/DrawModelProperties.d.ts +9 -9
- package/app-config/web/FeatureInfoModelProperties.d.ts +1 -1
- package/app-config/web/FeatureListProperties.d.ts +1 -1
- package/app-config/web/FeatureSetProperties.d.ts +3 -3
- package/app-config/web/FeatureSummaryModelProperties.d.ts +1 -1
- package/app-config/web/GeoDataModelProperties.d.ts +1 -1
- package/app-config/web/GeocoderModelProperties.d.ts +2 -2
- package/app-config/web/KpiCardModelProperties.d.ts +2 -2
- package/app-config/web/MenuItemModelProperties.d.ts +1 -1
- package/app-config/web/ModelProperties.d.ts +1 -1
- package/app-config/web/QueryBuilderModelProperties.d.ts +1 -1
- package/app-config/web/ReportModelProperties.d.ts +1 -1
- package/app-config/web/ResultsModelProperties.d.ts +1 -1
- package/app-config/web/ResultsServiceModelProperties.d.ts +1 -1
- package/app-config/web/SearchServiceProperties.d.ts +1 -1
- package/app-config/web/SharedProjectsModelProperties.d.ts +3 -3
- package/app-config/web/SharedStorageModelProperties.d.ts +1 -1
- package/app-config/web/SnappingProperties.d.ts +3 -3
- package/app-config/web/SplashScreenModelProperties.d.ts +1 -1
- package/app-config/web/TopologyProperties.d.ts +2 -2
- package/app-config/web/VertigisWebModelProperties.d.ts +1 -1
- package/messaging/Command.d.ts +1 -1
- package/messaging/Event.d.ts +1 -1
- package/messaging/Message.d.ts +1 -1
- package/messaging/MessageBus.d.ts +2 -2
- package/messaging/Operation.d.ts +1 -1
- package/messaging/common.d.ts +37 -37
- package/messaging/registry/auth.d.ts +3 -4
- package/messaging/registry/basemap.d.ts +1 -1
- package/messaging/registry/drawing.d.ts +9 -9
- package/messaging/registry/edit.d.ts +3 -3
- package/messaging/registry/file.d.ts +1 -2
- package/messaging/registry/geocode.d.ts +1 -1
- package/messaging/registry/geolocation.d.ts +2 -2
- package/messaging/registry/geometry.d.ts +5 -5
- package/messaging/registry/layer-presets.d.ts +1 -1
- package/messaging/registry/layers.d.ts +0 -1
- package/messaging/registry/location-marker.d.ts +5 -5
- package/messaging/registry/map.d.ts +12 -12
- package/messaging/registry/measurement.d.ts +1 -1
- package/messaging/registry/offline.d.ts +7 -9
- package/messaging/registry/portal.d.ts +1 -1
- package/messaging/registry/printing.d.ts +4 -4
- package/messaging/registry/project.d.ts +6 -6
- package/messaging/registry/reports.d.ts +1 -1
- package/messaging/registry/results.d.ts +10 -10
- package/messaging/registry/sketching.d.ts +12 -12
- package/messaging/registry/tasks.d.ts +4 -4
- package/messaging/registry/utility-network.d.ts +4 -5
- package/messaging/registry/viewer.d.ts +1 -1
- package/messaging/schema/common-action.schema.json +1 -1
- package/messaging/schema/common-event.schema.json +1 -1
- package/messaging/schema/mobile-action.schema.json +1 -1
- package/messaging/schema/mobile-event.schema.json +1 -1
- package/messaging/schema/web-action.schema.json +1 -1
- package/messaging/schema/web-drawing-command-definitions.md +554 -76
- package/messaging/schema/web-drawing-operation-definitions.md +261 -20
- package/messaging/schema/web-edit-command-definitions.md +8 -0
- package/messaging/schema/web-event.schema.json +1 -1
- package/messaging/schema/web-geometry-command-definitions.md +0 -16
- package/messaging/schema/web-geometry-operation-definitions.md +233 -18
- package/messaging/schema/web-map-command-definitions.md +870 -58
- package/messaging/schema/web-map-operation-definitions.md +8 -0
- package/messaging/schema/web-measurement-command-definitions.md +556 -94
- package/messaging/schema/web-measurement-operation-definitions.md +124 -11
- package/messaging/schema/web-portal-operation-definitions.md +8 -0
- package/messaging/schema/web-printing-operation-definitions.md +1 -1
- package/messaging/schema/web-results-operation-definitions.md +4 -1
- package/messaging/schema/web-system-command-definitions.md +3 -1
- package/messaging/schema/web-system-operation-definitions.md +16 -0
- package/messaging/schema/web-ui-operation-definitions.md +1 -1
- package/package.json +33 -29
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -146,15 +146,78 @@ Geometries properties:
|
|
|
146
146
|
"$ref": "esri.geometry.Mesh"
|
|
147
147
|
},
|
|
148
148
|
"attributes": {
|
|
149
|
+
"anyOf": [
|
|
150
|
+
{
|
|
151
|
+
"description": "Construct a type with a set of properties K of type T"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"type": "null"
|
|
155
|
+
}
|
|
156
|
+
],
|
|
149
157
|
"description": "The feature attributes. It is a JSON object that contains a dictionary of name-value pairs. The names are the feature field names. The values are the field values and they can be any of the standard JSON types - string, number and boolean. Note that date values are encoded as numbers. The number represents the number of milliseconds since epoch (January 1,\n1970) in UTC."
|
|
150
158
|
},
|
|
151
159
|
"geometry": {
|
|
152
160
|
"description": "The geometry to use for the command/operation."
|
|
153
161
|
},
|
|
154
162
|
"popupInfo": {
|
|
163
|
+
"anyOf": [
|
|
164
|
+
{
|
|
165
|
+
"$ref": "#/definitions/esri.rest-api.PopupInfoJson.PopupInfoJson"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"type": "null"
|
|
169
|
+
}
|
|
170
|
+
],
|
|
155
171
|
"description": "A popupInfo object defining the content of popup window when you click a feature on the map. Applicable to features in a map notes feature layer only."
|
|
156
172
|
},
|
|
157
173
|
"symbol": {
|
|
174
|
+
"anyOf": [
|
|
175
|
+
{
|
|
176
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolJson"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolReferenceJson"
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.PictureFillSymbolJson"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.PictureMarkerSymbolJson"
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleFillSymbolJson"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleLineSymbolJson"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleMarkerSymbolJson"
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.TextSymbolJson"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.LabelSymbol3DJson"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.LineSymbol3DJson"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.MeshSymbol3DJson"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.PointSymbol3DJson"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.StyleSymbolReferenceJson"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"type": "null"
|
|
219
|
+
}
|
|
220
|
+
],
|
|
158
221
|
"description": "Symbol used for drawing the feature."
|
|
159
222
|
},
|
|
160
223
|
"@arcgis.core.rest.support.FeatureSet.FeatureSet": {
|
|
@@ -162,14 +225,26 @@ Geometries properties:
|
|
|
162
225
|
},
|
|
163
226
|
"m": {
|
|
164
227
|
"description": "M coordinate which contains measures used for linear referencing.",
|
|
165
|
-
"type":
|
|
228
|
+
"type": [
|
|
229
|
+
"null",
|
|
230
|
+
"number"
|
|
231
|
+
]
|
|
166
232
|
},
|
|
167
233
|
"spatialReference": {
|
|
234
|
+
"anyOf": [
|
|
235
|
+
{
|
|
236
|
+
"$ref": "#/definitions/esri.rest-api.SpatialReferenceJson.SpatialReferenceJson"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"type": "null"
|
|
240
|
+
}
|
|
241
|
+
],
|
|
168
242
|
"description": "The spatial reference can be defined using a well-known ID (WKID) or well-known text (WKT)."
|
|
169
243
|
},
|
|
170
244
|
"x": {
|
|
171
245
|
"description": "X coordinate which is measured along the east/west axis.",
|
|
172
246
|
"type": [
|
|
247
|
+
"null",
|
|
173
248
|
"string",
|
|
174
249
|
"number"
|
|
175
250
|
],
|
|
@@ -178,6 +253,7 @@ Geometries properties:
|
|
|
178
253
|
"y": {
|
|
179
254
|
"description": "Y coordinate which is measured along the north/south axis.",
|
|
180
255
|
"type": [
|
|
256
|
+
"null",
|
|
181
257
|
"string",
|
|
182
258
|
"number"
|
|
183
259
|
],
|
|
@@ -186,17 +262,24 @@ Geometries properties:
|
|
|
186
262
|
"z": {
|
|
187
263
|
"description": "Z coordinate which measures height or elevation.",
|
|
188
264
|
"type": [
|
|
265
|
+
"null",
|
|
189
266
|
"string",
|
|
190
267
|
"number"
|
|
191
268
|
]
|
|
192
269
|
},
|
|
193
270
|
"hasM": {
|
|
194
271
|
"description": "Indicates whether the geometry contains M coordinate values.",
|
|
195
|
-
"type":
|
|
272
|
+
"type": [
|
|
273
|
+
"null",
|
|
274
|
+
"boolean"
|
|
275
|
+
]
|
|
196
276
|
},
|
|
197
277
|
"hasZ": {
|
|
198
278
|
"description": "Indicates whether the geometry contains Z coordinate values.",
|
|
199
|
-
"type":
|
|
279
|
+
"type": [
|
|
280
|
+
"null",
|
|
281
|
+
"boolean"
|
|
282
|
+
]
|
|
200
283
|
},
|
|
201
284
|
"points": {
|
|
202
285
|
"description": "An array that corresponds to 2D and 3D points.",
|
|
@@ -239,19 +322,31 @@ Geometries properties:
|
|
|
239
322
|
},
|
|
240
323
|
"xmax": {
|
|
241
324
|
"description": "A numeric value indicating the top-right X-coordinate of an extent envelope.",
|
|
242
|
-
"type":
|
|
325
|
+
"type": [
|
|
326
|
+
"null",
|
|
327
|
+
"number"
|
|
328
|
+
]
|
|
243
329
|
},
|
|
244
330
|
"xmin": {
|
|
245
331
|
"description": "A numeric value indicating the bottom-left X-coordinate of an extent envelope.",
|
|
246
|
-
"type":
|
|
332
|
+
"type": [
|
|
333
|
+
"null",
|
|
334
|
+
"number"
|
|
335
|
+
]
|
|
247
336
|
},
|
|
248
337
|
"ymax": {
|
|
249
338
|
"description": "A numeric value indicating the top-right Y-coordinate of an extent envelope.",
|
|
250
|
-
"type":
|
|
339
|
+
"type": [
|
|
340
|
+
"null",
|
|
341
|
+
"number"
|
|
342
|
+
]
|
|
251
343
|
},
|
|
252
344
|
"ymin": {
|
|
253
345
|
"description": "A numeric value indicating the bottom-left Y-coordinate of an extent envelope.",
|
|
254
|
-
"type":
|
|
346
|
+
"type": [
|
|
347
|
+
"null",
|
|
348
|
+
"number"
|
|
349
|
+
]
|
|
255
350
|
}
|
|
256
351
|
}
|
|
257
352
|
```
|
|
@@ -264,13 +359,22 @@ Description: Gets the area units used for measurements. If undefined the units w
|
|
|
264
359
|
|
|
265
360
|
Inputs: `None`
|
|
266
361
|
|
|
267
|
-
Outputs: `
|
|
362
|
+
Outputs: `"acres" | "ares" | "hectares" | "square-feet" | "square-kilometers" | "square-meters" | "square-miles" | "square-yards"`
|
|
268
363
|
|
|
269
364
|
---
|
|
270
365
|
# operation: measurement.get-default-symbol
|
|
271
366
|
Description: Gets the value of the default point, line, or polygon symbol for the provided geometry type. Web only.
|
|
272
367
|
|
|
273
|
-
Inputs: `
|
|
368
|
+
Inputs: `( GetDefaultSymbolArgs | "extent" | "mesh" | "multipatch" | "multipoint" | "point" | "polygon" | "polyline" )`
|
|
369
|
+
|
|
370
|
+
GetDefaultSymbolArgs properties:
|
|
371
|
+
```json
|
|
372
|
+
{
|
|
373
|
+
"geometryType": {
|
|
374
|
+
"description": "The geometry type for the default symbol to retrieve."
|
|
375
|
+
}
|
|
376
|
+
}
|
|
377
|
+
```
|
|
274
378
|
|
|
275
379
|
Outputs: `DrawingSymbolConfig`
|
|
276
380
|
|
|
@@ -278,7 +382,16 @@ Outputs: `DrawingSymbolConfig`
|
|
|
278
382
|
# operation: measurement.get-default-symbol3-d
|
|
279
383
|
Description: Gets the value of the default 3D point, line, or polygon symbol for the provided geometry type. Web only.
|
|
280
384
|
|
|
281
|
-
Inputs: `
|
|
385
|
+
Inputs: `( GetDefaultSymbolArgs | "extent" | "mesh" | "multipatch" | "multipoint" | "point" | "polygon" | "polyline" )`
|
|
386
|
+
|
|
387
|
+
GetDefaultSymbolArgs properties:
|
|
388
|
+
```json
|
|
389
|
+
{
|
|
390
|
+
"geometryType": {
|
|
391
|
+
"description": "The geometry type for the default symbol to retrieve."
|
|
392
|
+
}
|
|
393
|
+
}
|
|
394
|
+
```
|
|
282
395
|
|
|
283
396
|
Outputs: `DrawingSymbolConfig`
|
|
284
397
|
|
|
@@ -288,6 +401,6 @@ Description: Gets the length units used for measurements. If undefined the units
|
|
|
288
401
|
|
|
289
402
|
Inputs: `None`
|
|
290
403
|
|
|
291
|
-
Outputs: `
|
|
404
|
+
Outputs: `"feet" | "kilometers" | "meters" | "miles" | "nautical-miles" | "yards"`
|
|
292
405
|
|
|
293
406
|
---
|
|
@@ -31,6 +31,14 @@ ChooseLayersOptions properties:
|
|
|
31
31
|
"description": "Map(s) to use for the command/operation."
|
|
32
32
|
},
|
|
33
33
|
"parent": {
|
|
34
|
+
"anyOf": [
|
|
35
|
+
{
|
|
36
|
+
"$ref": "#/definitions/Model"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"type": "string"
|
|
40
|
+
}
|
|
41
|
+
],
|
|
34
42
|
"description": "The layout ID or ItemRef to target for the command/operation. This component will be the parent of the temporary UI that will be removed after the command/operation completes."
|
|
35
43
|
},
|
|
36
44
|
"sources": {
|
|
@@ -776,6 +776,9 @@ FromGraphicsArgs properties:
|
|
|
776
776
|
},
|
|
777
777
|
"sublayer": {
|
|
778
778
|
"anyOf": [
|
|
779
|
+
{
|
|
780
|
+
"$ref": "#/definitions/@arcgis.core.layers.support.Sublayer.Sublayer"
|
|
781
|
+
},
|
|
779
782
|
{
|
|
780
783
|
"type": "number"
|
|
781
784
|
}
|
|
@@ -970,7 +973,7 @@ Model properties:
|
|
|
970
973
|
}
|
|
971
974
|
```
|
|
972
975
|
|
|
973
|
-
Outputs: `Features`
|
|
976
|
+
Outputs: `( @vertigis.api-docs.Features FeatureSet|FeatureList|FeatureStream | ( @vertigis.arcgis-extensions.data.Feature.FeatureProperties )[] | Results )`
|
|
974
977
|
|
|
975
978
|
---
|
|
976
979
|
# operation: results.get-features
|
|
@@ -34,6 +34,14 @@ ReadFileArgs properties:
|
|
|
34
34
|
"type": "boolean"
|
|
35
35
|
},
|
|
36
36
|
"parent": {
|
|
37
|
+
"anyOf": [
|
|
38
|
+
{
|
|
39
|
+
"$ref": "#/definitions/Model"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"type": "string"
|
|
43
|
+
}
|
|
44
|
+
],
|
|
37
45
|
"description": "The layout ID or ItemRef to target for the command/operation. This component will be the parent of the temporary UI that will be removed after the command/operation completes."
|
|
38
46
|
},
|
|
39
47
|
"promptMessage": {
|
|
@@ -78,6 +86,14 @@ ReadFileArgs properties:
|
|
|
78
86
|
"type": "boolean"
|
|
79
87
|
},
|
|
80
88
|
"parent": {
|
|
89
|
+
"anyOf": [
|
|
90
|
+
{
|
|
91
|
+
"$ref": "#/definitions/Model"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"type": "string"
|
|
95
|
+
}
|
|
96
|
+
],
|
|
81
97
|
"description": "The layout ID or ItemRef to target for the command/operation. This component will be the parent of the temporary UI that will be removed after the command/operation completes."
|
|
82
98
|
},
|
|
83
99
|
"promptMessage": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vertigis/viewer-spec",
|
|
3
|
-
"version": "61.
|
|
3
|
+
"version": "61.15.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"description": "VertiGIS Viewer Specification",
|
|
6
6
|
"type": "module",
|
|
@@ -14,19 +14,19 @@
|
|
|
14
14
|
"LICENSE"
|
|
15
15
|
],
|
|
16
16
|
"scripts": {
|
|
17
|
-
"app-schema": "
|
|
17
|
+
"app-schema": "node scripts/appConfigSchema.ts",
|
|
18
18
|
"audit": "npx audit-ci@7.1.0 --config ./audit-ci.jsonc",
|
|
19
19
|
"build": "npm run -s delete-js-folders && npm run update-version && tsc -d -p src && npm run minify && npm run -s lint && npm run -s build-schema && npm run -s build-text-schema",
|
|
20
20
|
"build-debug": "npm run -s delete-js-folders && npm run update-version && tsc -d --sourceMap true -p src && npm run -s lint && npm run build-schema",
|
|
21
|
-
"build-text-schema": "
|
|
22
|
-
"build-schema": "
|
|
21
|
+
"build-text-schema": "node scripts/convertSchemaToText.ts ",
|
|
22
|
+
"build-schema": "npm run app-schema && npm run message-schema",
|
|
23
23
|
"delete-js-folders": "del-cli app-config messaging",
|
|
24
24
|
"lint": "eslint . --max-warnings=0",
|
|
25
|
-
"message-schema": "
|
|
26
|
-
"minify": "
|
|
25
|
+
"message-schema": "node scripts/messageSchema.ts",
|
|
26
|
+
"minify": "node scripts/minify.ts",
|
|
27
27
|
"prettier": "prettier --write \"**/*.ts\" \"**/*.json\" \"**/*.js\" \"**/*.xml\" \"**/*.xsd\"",
|
|
28
28
|
"start": "tsc -w -p src",
|
|
29
|
-
"update-version": "
|
|
29
|
+
"update-version": "node scripts/generateVersion.ts",
|
|
30
30
|
"watch-build-folder": "tsc -p build -w"
|
|
31
31
|
},
|
|
32
32
|
"repository": {
|
|
@@ -43,32 +43,36 @@
|
|
|
43
43
|
],
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"@arcgis/core": "*",
|
|
46
|
-
"@vertigis/arcgis-extensions": "
|
|
46
|
+
"@vertigis/arcgis-extensions": "*",
|
|
47
47
|
"highcharts": "*"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@
|
|
51
|
-
"@
|
|
50
|
+
"@eslint/compat": "2.0.5",
|
|
51
|
+
"@eslint/js": "9.39.4",
|
|
52
|
+
"@eslint/eslintrc": "3.3.5",
|
|
53
|
+
"@prettier/plugin-xml": "3.4.2",
|
|
54
|
+
"@stylistic/eslint-plugin": "5.10.0",
|
|
55
|
+
"@types/glob": "9.0.0",
|
|
52
56
|
"@types/node": "22.18.10",
|
|
53
|
-
"@typescript-eslint/eslint-plugin": "
|
|
54
|
-
"@typescript-eslint/parser": "
|
|
55
|
-
"del-cli": "
|
|
56
|
-
"eslint": "
|
|
57
|
-
"eslint-config-prettier": "
|
|
58
|
-
"eslint-plugin-import": "2.
|
|
59
|
-
"eslint-plugin-jsdoc": "
|
|
60
|
-
"eslint-plugin-no-autofix": "1.
|
|
61
|
-
"eslint-plugin-only-warn": "1.1
|
|
62
|
-
"glob": "
|
|
63
|
-
"
|
|
57
|
+
"@typescript-eslint/eslint-plugin": "8.59.1",
|
|
58
|
+
"@typescript-eslint/parser": "8.59.1",
|
|
59
|
+
"del-cli": "7.0.0",
|
|
60
|
+
"eslint": "9.39.4",
|
|
61
|
+
"eslint-config-prettier": "10.1.8",
|
|
62
|
+
"eslint-plugin-import": "2.32.0",
|
|
63
|
+
"eslint-plugin-jsdoc": "62.9.0",
|
|
64
|
+
"eslint-plugin-no-autofix": "2.1.0",
|
|
65
|
+
"eslint-plugin-only-warn": "1.2.1",
|
|
66
|
+
"glob": "13.0.6",
|
|
67
|
+
"globals": "13.20.0",
|
|
68
|
+
"lint-staged": "16.4.0",
|
|
64
69
|
"path-equal": "1.2.5",
|
|
65
|
-
"prettier": "3.
|
|
66
|
-
"prettier-plugin-jsdoc": "1.
|
|
67
|
-
"safe-stable-stringify": "2.
|
|
68
|
-
"simple-git-hooks": "2.
|
|
69
|
-
"terser": "5.
|
|
70
|
-
"
|
|
71
|
-
"typescript": "5.4.2",
|
|
70
|
+
"prettier": "3.8.3",
|
|
71
|
+
"prettier-plugin-jsdoc": "1.8.0",
|
|
72
|
+
"safe-stable-stringify": "2.5.0",
|
|
73
|
+
"simple-git-hooks": "2.13.1",
|
|
74
|
+
"terser": "5.46.2",
|
|
75
|
+
"typescript": "^6.0.3",
|
|
72
76
|
"weaktuplemap": "1.0.0"
|
|
73
77
|
},
|
|
74
78
|
"overrides": {
|
|
@@ -82,7 +86,7 @@
|
|
|
82
86
|
"*.{js,json,ts,md,xml,xsd}": "prettier --write"
|
|
83
87
|
},
|
|
84
88
|
"allowScripts": {
|
|
85
|
-
"simple-git-hooks@2.
|
|
89
|
+
"simple-git-hooks@2.13.1": true,
|
|
86
90
|
"@vaadin/vaadin-usage-statistics": false
|
|
87
91
|
}
|
|
88
92
|
}
|
package/version.d.ts
CHANGED
package/version.js
CHANGED