@itwin/map-layers 3.3.0-dev.7 → 3.3.0-dev.70
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/CHANGELOG.md +41 -1
- package/lib/cjs/mapLayers.js +1 -1
- package/lib/cjs/mapLayers.js.map +1 -1
- package/lib/cjs/ui/widget/AttachLayerPopupButton.js +4 -4
- package/lib/cjs/ui/widget/AttachLayerPopupButton.js.map +1 -1
- package/lib/cjs/ui/widget/MapLayerManager.js +3 -3
- package/lib/cjs/ui/widget/MapLayerManager.js.map +1 -1
- package/lib/cjs/ui/widget/MapLayerSettingsPopupButton.d.ts.map +1 -1
- package/lib/cjs/ui/widget/MapLayerSettingsPopupButton.js +1 -1
- package/lib/cjs/ui/widget/MapLayerSettingsPopupButton.js.map +1 -1
- package/lib/cjs/ui/widget/MapUrlDialog.d.ts.map +1 -1
- package/lib/cjs/ui/widget/MapUrlDialog.js +9 -6
- package/lib/cjs/ui/widget/MapUrlDialog.js.map +1 -1
- package/lib/cjs/ui/widget/SubLayersTree.d.ts.map +1 -1
- package/lib/cjs/ui/widget/SubLayersTree.js +33 -3
- package/lib/cjs/ui/widget/SubLayersTree.js.map +1 -1
- package/lib/esm/mapLayers.js +1 -1
- package/lib/esm/mapLayers.js.map +1 -1
- package/lib/esm/ui/widget/AttachLayerPopupButton.js +4 -4
- package/lib/esm/ui/widget/AttachLayerPopupButton.js.map +1 -1
- package/lib/esm/ui/widget/MapLayerManager.js +3 -3
- package/lib/esm/ui/widget/MapLayerManager.js.map +1 -1
- package/lib/esm/ui/widget/MapLayerSettingsPopupButton.d.ts.map +1 -1
- package/lib/esm/ui/widget/MapLayerSettingsPopupButton.js +1 -1
- package/lib/esm/ui/widget/MapLayerSettingsPopupButton.js.map +1 -1
- package/lib/esm/ui/widget/MapUrlDialog.d.ts.map +1 -1
- package/lib/esm/ui/widget/MapUrlDialog.js +9 -6
- package/lib/esm/ui/widget/MapUrlDialog.js.map +1 -1
- package/lib/esm/ui/widget/SubLayersTree.d.ts.map +1 -1
- package/lib/esm/ui/widget/SubLayersTree.js +34 -4
- package/lib/esm/ui/widget/SubLayersTree.js.map +1 -1
- package/package.json +31 -31
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/map-layers",
|
|
3
|
-
"version": "3.3.0-dev.
|
|
3
|
+
"version": "3.3.0-dev.70",
|
|
4
4
|
"description": "Extension that adds a Map Layers Widget",
|
|
5
5
|
"main": "lib/cjs/map-layers.js",
|
|
6
6
|
"module": "lib/esm/map-layers.js",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"license": "MIT",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "https://github.com/iTwin/itwinjs-core/tree/master/
|
|
11
|
+
"url": "https://github.com/iTwin/itwinjs-core/tree/master/extensions/map-layers"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
14
14
|
"iModel",
|
|
@@ -21,25 +21,25 @@
|
|
|
21
21
|
"url": "http://www.bentley.com"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@itwin/appui-abstract": "3.3.0-dev.
|
|
25
|
-
"@itwin/appui-layout-react": "3.3.0-dev.
|
|
26
|
-
"@itwin/appui-react": "3.3.0-dev.
|
|
27
|
-
"@itwin/build-tools": "3.3.0-dev.
|
|
28
|
-
"@itwin/components-react": "3.3.0-dev.
|
|
29
|
-
"@itwin/core-bentley": "3.3.0-dev.
|
|
30
|
-
"@itwin/core-common": "3.3.0-dev.
|
|
31
|
-
"@itwin/core-frontend": "3.3.0-dev.
|
|
32
|
-
"@itwin/core-geometry": "3.3.0-dev.
|
|
33
|
-
"@itwin/core-quantity": "3.3.0-dev.
|
|
34
|
-
"@itwin/core-react": "3.3.0-dev.
|
|
35
|
-
"@itwin/eslint-plugin": "3.3.0-dev.
|
|
36
|
-
"@itwin/imodel-components-react": "3.3.0-dev.
|
|
24
|
+
"@itwin/appui-abstract": "3.3.0-dev.70",
|
|
25
|
+
"@itwin/appui-layout-react": "3.3.0-dev.70",
|
|
26
|
+
"@itwin/appui-react": "3.3.0-dev.70",
|
|
27
|
+
"@itwin/build-tools": "3.3.0-dev.70",
|
|
28
|
+
"@itwin/components-react": "3.3.0-dev.70",
|
|
29
|
+
"@itwin/core-bentley": "3.3.0-dev.70",
|
|
30
|
+
"@itwin/core-common": "3.3.0-dev.70",
|
|
31
|
+
"@itwin/core-frontend": "3.3.0-dev.70",
|
|
32
|
+
"@itwin/core-geometry": "3.3.0-dev.70",
|
|
33
|
+
"@itwin/core-quantity": "3.3.0-dev.70",
|
|
34
|
+
"@itwin/core-react": "3.3.0-dev.70",
|
|
35
|
+
"@itwin/eslint-plugin": "3.3.0-dev.70",
|
|
36
|
+
"@itwin/imodel-components-react": "3.3.0-dev.70",
|
|
37
37
|
"@itwin/itwinui-css": "0.x",
|
|
38
|
-
"@itwin/itwinui-react": "^1.
|
|
39
|
-
"@itwin/presentation-common": "3.3.0-dev.
|
|
38
|
+
"@itwin/itwinui-react": "^1.38.1",
|
|
39
|
+
"@itwin/presentation-common": "3.3.0-dev.70",
|
|
40
40
|
"@testing-library/react": "^12.0.0",
|
|
41
41
|
"@testing-library/react-hooks": "^7.0.2",
|
|
42
|
-
"@types/chai": "
|
|
42
|
+
"@types/chai": "4.3.1",
|
|
43
43
|
"@types/enzyme": "3.9.3",
|
|
44
44
|
"@types/mocha": "^8.2.2",
|
|
45
45
|
"@types/node": "16.11.7",
|
|
@@ -53,12 +53,12 @@
|
|
|
53
53
|
"chai-jest-snapshot": "^2.0.0",
|
|
54
54
|
"chai-spies": "1.0.0",
|
|
55
55
|
"cpx2": "^3.0.0",
|
|
56
|
-
"enzyme": "
|
|
56
|
+
"enzyme": "3.10.0",
|
|
57
57
|
"enzyme-to-json": "^3.3.4",
|
|
58
58
|
"eslint": "^7.11.0",
|
|
59
59
|
"jsdom": "^19.0.0",
|
|
60
60
|
"jsdom-global": "3.0.2",
|
|
61
|
-
"mocha": "^
|
|
61
|
+
"mocha": "^10.0.0",
|
|
62
62
|
"nyc": "^15.1.0",
|
|
63
63
|
"react": "^17.0.0",
|
|
64
64
|
"react-dom": "^17.0.0",
|
|
@@ -73,17 +73,17 @@
|
|
|
73
73
|
"react-beautiful-dnd": "^13.0.0"
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|
|
76
|
-
"@itwin/core-bentley": "^3.3.0-dev.
|
|
77
|
-
"@itwin/core-geometry": "^3.3.0-dev.
|
|
78
|
-
"@itwin/core-common": "^3.3.0-dev.
|
|
79
|
-
"@itwin/core-frontend": "^3.3.0-dev.
|
|
80
|
-
"@itwin/core-quantity": "^3.3.0-dev.
|
|
81
|
-
"@itwin/appui-abstract": "^3.3.0-dev.
|
|
82
|
-
"@itwin/components-react": "^3.3.0-dev.
|
|
83
|
-
"@itwin/core-react": "^3.3.0-dev.
|
|
84
|
-
"@itwin/appui-react": "^3.3.0-dev.
|
|
85
|
-
"@itwin/imodel-components-react": "^3.3.0-dev.
|
|
86
|
-
"@itwin/appui-layout-react": "^3.3.0-dev.
|
|
76
|
+
"@itwin/core-bentley": "^3.3.0-dev.70",
|
|
77
|
+
"@itwin/core-geometry": "^3.3.0-dev.70",
|
|
78
|
+
"@itwin/core-common": "^3.3.0-dev.70",
|
|
79
|
+
"@itwin/core-frontend": "^3.3.0-dev.70",
|
|
80
|
+
"@itwin/core-quantity": "^3.3.0-dev.70",
|
|
81
|
+
"@itwin/appui-abstract": "^3.3.0-dev.70",
|
|
82
|
+
"@itwin/components-react": "^3.3.0-dev.70",
|
|
83
|
+
"@itwin/core-react": "^3.3.0-dev.70",
|
|
84
|
+
"@itwin/appui-react": "^3.3.0-dev.70",
|
|
85
|
+
"@itwin/imodel-components-react": "^3.3.0-dev.70",
|
|
86
|
+
"@itwin/appui-layout-react": "^3.3.0-dev.70",
|
|
87
87
|
"react": "^17.0.0",
|
|
88
88
|
"react-dom": "^17.0.0"
|
|
89
89
|
},
|