@itwin/map-layers 3.3.0-dev.8 → 3.3.0-dev.80

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.
Files changed (32) hide show
  1. package/CHANGELOG.md +31 -1
  2. package/lib/cjs/mapLayers.js +1 -1
  3. package/lib/cjs/mapLayers.js.map +1 -1
  4. package/lib/cjs/ui/widget/AttachLayerPopupButton.js +4 -4
  5. package/lib/cjs/ui/widget/AttachLayerPopupButton.js.map +1 -1
  6. package/lib/cjs/ui/widget/MapLayerManager.js +3 -3
  7. package/lib/cjs/ui/widget/MapLayerManager.js.map +1 -1
  8. package/lib/cjs/ui/widget/MapLayerSettingsPopupButton.d.ts.map +1 -1
  9. package/lib/cjs/ui/widget/MapLayerSettingsPopupButton.js +1 -1
  10. package/lib/cjs/ui/widget/MapLayerSettingsPopupButton.js.map +1 -1
  11. package/lib/cjs/ui/widget/MapUrlDialog.d.ts.map +1 -1
  12. package/lib/cjs/ui/widget/MapUrlDialog.js +9 -6
  13. package/lib/cjs/ui/widget/MapUrlDialog.js.map +1 -1
  14. package/lib/cjs/ui/widget/SubLayersTree.d.ts.map +1 -1
  15. package/lib/cjs/ui/widget/SubLayersTree.js +33 -3
  16. package/lib/cjs/ui/widget/SubLayersTree.js.map +1 -1
  17. package/lib/esm/mapLayers.js +1 -1
  18. package/lib/esm/mapLayers.js.map +1 -1
  19. package/lib/esm/ui/widget/AttachLayerPopupButton.js +4 -4
  20. package/lib/esm/ui/widget/AttachLayerPopupButton.js.map +1 -1
  21. package/lib/esm/ui/widget/MapLayerManager.js +3 -3
  22. package/lib/esm/ui/widget/MapLayerManager.js.map +1 -1
  23. package/lib/esm/ui/widget/MapLayerSettingsPopupButton.d.ts.map +1 -1
  24. package/lib/esm/ui/widget/MapLayerSettingsPopupButton.js +1 -1
  25. package/lib/esm/ui/widget/MapLayerSettingsPopupButton.js.map +1 -1
  26. package/lib/esm/ui/widget/MapUrlDialog.d.ts.map +1 -1
  27. package/lib/esm/ui/widget/MapUrlDialog.js +9 -6
  28. package/lib/esm/ui/widget/MapUrlDialog.js.map +1 -1
  29. package/lib/esm/ui/widget/SubLayersTree.d.ts.map +1 -1
  30. package/lib/esm/ui/widget/SubLayersTree.js +34 -4
  31. package/lib/esm/ui/widget/SubLayersTree.js.map +1 -1
  32. 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.8",
3
+ "version": "3.3.0-dev.80",
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/core/map-layers"
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.8",
25
- "@itwin/appui-layout-react": "3.3.0-dev.8",
26
- "@itwin/appui-react": "3.3.0-dev.8",
27
- "@itwin/build-tools": "3.3.0-dev.8",
28
- "@itwin/components-react": "3.3.0-dev.8",
29
- "@itwin/core-bentley": "3.3.0-dev.8",
30
- "@itwin/core-common": "3.3.0-dev.8",
31
- "@itwin/core-frontend": "3.3.0-dev.8",
32
- "@itwin/core-geometry": "3.3.0-dev.8",
33
- "@itwin/core-quantity": "3.3.0-dev.8",
34
- "@itwin/core-react": "3.3.0-dev.8",
35
- "@itwin/eslint-plugin": "3.3.0-dev.8",
36
- "@itwin/imodel-components-react": "3.3.0-dev.8",
24
+ "@itwin/appui-abstract": "3.3.0-dev.80",
25
+ "@itwin/appui-layout-react": "3.3.0-dev.80",
26
+ "@itwin/appui-react": "3.3.0-dev.80",
27
+ "@itwin/build-tools": "3.3.0-dev.80",
28
+ "@itwin/components-react": "3.3.0-dev.80",
29
+ "@itwin/core-bentley": "3.3.0-dev.80",
30
+ "@itwin/core-common": "3.3.0-dev.80",
31
+ "@itwin/core-frontend": "3.3.0-dev.80",
32
+ "@itwin/core-geometry": "3.3.0-dev.80",
33
+ "@itwin/core-quantity": "3.3.0-dev.80",
34
+ "@itwin/core-react": "3.3.0-dev.80",
35
+ "@itwin/eslint-plugin": "3.3.0-dev.80",
36
+ "@itwin/imodel-components-react": "3.3.0-dev.80",
37
37
  "@itwin/itwinui-css": "0.x",
38
- "@itwin/itwinui-react": "^1.32.0",
39
- "@itwin/presentation-common": "3.3.0-dev.8",
38
+ "@itwin/itwinui-react": "^1.38.1",
39
+ "@itwin/presentation-common": "3.3.0-dev.80",
40
40
  "@testing-library/react": "^12.0.0",
41
41
  "@testing-library/react-hooks": "^7.0.2",
42
- "@types/chai": "^4.1.4",
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": "^3.4.0",
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": "^8.3.2",
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.8",
77
- "@itwin/core-geometry": "^3.3.0-dev.8",
78
- "@itwin/core-common": "^3.3.0-dev.8",
79
- "@itwin/core-frontend": "^3.3.0-dev.8",
80
- "@itwin/core-quantity": "^3.3.0-dev.8",
81
- "@itwin/appui-abstract": "^3.3.0-dev.8",
82
- "@itwin/components-react": "^3.3.0-dev.8",
83
- "@itwin/core-react": "^3.3.0-dev.8",
84
- "@itwin/appui-react": "^3.3.0-dev.8",
85
- "@itwin/imodel-components-react": "^3.3.0-dev.8",
86
- "@itwin/appui-layout-react": "^3.3.0-dev.8",
76
+ "@itwin/core-bentley": "^3.3.0-dev.80",
77
+ "@itwin/core-geometry": "^3.3.0-dev.80",
78
+ "@itwin/core-common": "^3.3.0-dev.80",
79
+ "@itwin/core-frontend": "^3.3.0-dev.80",
80
+ "@itwin/core-quantity": "^3.3.0-dev.80",
81
+ "@itwin/appui-abstract": "^3.3.0-dev.80",
82
+ "@itwin/components-react": "^3.3.0-dev.80",
83
+ "@itwin/core-react": "^3.3.0-dev.80",
84
+ "@itwin/appui-react": "^3.3.0-dev.80",
85
+ "@itwin/imodel-components-react": "^3.3.0-dev.80",
86
+ "@itwin/appui-layout-react": "^3.3.0-dev.80",
87
87
  "react": "^17.0.0",
88
88
  "react-dom": "^17.0.0"
89
89
  },