jmapcloud-ng-types 1.1.6 → 1.1.9
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/index.ts +1 -1
- package/package.json +3 -3
- package/public/form.d.ts +2 -2
package/index.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jmapcloud-ng-types",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.9",
|
|
4
4
|
"description": "JMap Cloud specific version of JMap Cloud NG types and interfaces",
|
|
5
5
|
"main": "src/app.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"homepage": "https://github.com/k2geospatial/jmapcloud-ng-types#readme",
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@types/react": "^18.3.2",
|
|
23
|
-
"@fortawesome/fontawesome-svg-core": "
|
|
23
|
+
"@fortawesome/fontawesome-svg-core": "6.7.2",
|
|
24
24
|
"jmapcloud-ng-core-types": "../ng-core-types",
|
|
25
25
|
"maplibre-gl": "^4.7.1",
|
|
26
|
-
"react": "
|
|
26
|
+
"react": "18.3.1",
|
|
27
27
|
"typedoc": "^0.25.13"
|
|
28
28
|
}
|
|
29
29
|
}
|
package/public/form.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ declare type JFormDialogParams = JFormDialogLayerParams | JFormDialogTableParams
|
|
|
3
3
|
declare type JFormDialogLayerParams = {
|
|
4
4
|
layerId: JId
|
|
5
5
|
featureId?: JId
|
|
6
|
-
feature
|
|
6
|
+
feature: GeoJSON.Feature
|
|
7
7
|
isReadOnly: boolean
|
|
8
8
|
onSubmit?: () => void
|
|
9
9
|
}
|
|
@@ -13,4 +13,4 @@ declare type JFormDialogTableParams = {
|
|
|
13
13
|
row?: { [key: string]: any }
|
|
14
14
|
isReadOnly: boolean
|
|
15
15
|
onSubmit?: () => void
|
|
16
|
-
}
|
|
16
|
+
}
|