@itwin/map-layers 4.0.0-dev.8 → 4.0.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.
Files changed (199) hide show
  1. package/CHANGELOG.md +746 -848
  2. package/README.md +32 -32
  3. package/lib/cjs/MapLayerPreferences.d.ts +88 -88
  4. package/lib/cjs/MapLayerPreferences.js +312 -312
  5. package/lib/cjs/MapLayerPreferences.js.map +1 -1
  6. package/lib/cjs/map-layers.d.ts +6 -6
  7. package/lib/cjs/map-layers.js +22 -22
  8. package/lib/cjs/mapLayers.d.ts +26 -44
  9. package/lib/cjs/mapLayers.d.ts.map +1 -1
  10. package/lib/cjs/mapLayers.js +34 -63
  11. package/lib/cjs/mapLayers.js.map +1 -1
  12. package/lib/cjs/ui/FeatureInfoUiItemsProvider.d.ts +16 -11
  13. package/lib/cjs/ui/FeatureInfoUiItemsProvider.d.ts.map +1 -1
  14. package/lib/cjs/ui/FeatureInfoUiItemsProvider.js +47 -52
  15. package/lib/cjs/ui/FeatureInfoUiItemsProvider.js.map +1 -1
  16. package/lib/cjs/ui/Interfaces.d.ts +50 -50
  17. package/lib/cjs/ui/Interfaces.js +2 -2
  18. package/lib/cjs/ui/Interfaces.js.map +1 -1
  19. package/lib/cjs/ui/MapFeatureInfoTool.d.ts +13 -13
  20. package/lib/cjs/ui/MapFeatureInfoTool.d.ts.map +1 -1
  21. package/lib/cjs/ui/MapFeatureInfoTool.js +50 -50
  22. package/lib/cjs/ui/MapFeatureInfoTool.js.map +1 -1
  23. package/lib/cjs/ui/MapLayersUiItemsProvider.d.ts +8 -8
  24. package/lib/cjs/ui/MapLayersUiItemsProvider.d.ts.map +1 -1
  25. package/lib/cjs/ui/MapLayersUiItemsProvider.js +35 -38
  26. package/lib/cjs/ui/MapLayersUiItemsProvider.js.map +1 -1
  27. package/lib/cjs/ui/widget/AttachLayerPopupButton.d.ts +13 -14
  28. package/lib/cjs/ui/widget/AttachLayerPopupButton.d.ts.map +1 -1
  29. package/lib/cjs/ui/widget/AttachLayerPopupButton.js +338 -338
  30. package/lib/cjs/ui/widget/AttachLayerPopupButton.js.map +1 -1
  31. package/lib/cjs/ui/widget/BasemapPanel.d.ts +7 -8
  32. package/lib/cjs/ui/widget/BasemapPanel.d.ts.map +1 -1
  33. package/lib/cjs/ui/widget/BasemapPanel.js +156 -156
  34. package/lib/cjs/ui/widget/BasemapPanel.js.map +1 -1
  35. package/lib/cjs/ui/widget/BasemapPanel.scss +87 -87
  36. package/lib/cjs/ui/widget/ConfirmMessageDialog.d.ts +20 -21
  37. package/lib/cjs/ui/widget/ConfirmMessageDialog.d.ts.map +1 -1
  38. package/lib/cjs/ui/widget/ConfirmMessageDialog.js +25 -25
  39. package/lib/cjs/ui/widget/ConfirmMessageDialog.js.map +1 -1
  40. package/lib/cjs/ui/widget/FeatureInfoDataProvider.d.ts +35 -40
  41. package/lib/cjs/ui/widget/FeatureInfoDataProvider.d.ts.map +1 -1
  42. package/lib/cjs/ui/widget/FeatureInfoDataProvider.js +140 -139
  43. package/lib/cjs/ui/widget/FeatureInfoDataProvider.js.map +1 -1
  44. package/lib/cjs/ui/widget/FeatureInfoWidget.d.ts +6 -7
  45. package/lib/cjs/ui/widget/FeatureInfoWidget.d.ts.map +1 -1
  46. package/lib/cjs/ui/widget/FeatureInfoWidget.js +76 -71
  47. package/lib/cjs/ui/widget/FeatureInfoWidget.js.map +1 -1
  48. package/lib/cjs/ui/widget/MapLayerDroppable.d.ts +18 -19
  49. package/lib/cjs/ui/widget/MapLayerDroppable.d.ts.map +1 -1
  50. package/lib/cjs/ui/widget/MapLayerDroppable.js +88 -88
  51. package/lib/cjs/ui/widget/MapLayerDroppable.js.map +1 -1
  52. package/lib/cjs/ui/widget/MapLayerManager.d.ts +26 -26
  53. package/lib/cjs/ui/widget/MapLayerManager.js +403 -403
  54. package/lib/cjs/ui/widget/MapLayerManager.js.map +1 -1
  55. package/lib/cjs/ui/widget/MapLayerManager.scss +409 -409
  56. package/lib/cjs/ui/widget/MapLayerSettingsMenu.d.ts +11 -12
  57. package/lib/cjs/ui/widget/MapLayerSettingsMenu.d.ts.map +1 -1
  58. package/lib/cjs/ui/widget/MapLayerSettingsMenu.js +83 -83
  59. package/lib/cjs/ui/widget/MapLayerSettingsMenu.js.map +1 -1
  60. package/lib/cjs/ui/widget/MapLayerSettingsPopupButton.d.ts +6 -7
  61. package/lib/cjs/ui/widget/MapLayerSettingsPopupButton.d.ts.map +1 -1
  62. package/lib/cjs/ui/widget/MapLayerSettingsPopupButton.js +65 -65
  63. package/lib/cjs/ui/widget/MapLayerSettingsPopupButton.js.map +1 -1
  64. package/lib/cjs/ui/widget/MapLayerSettingsPopupButton.scss +20 -20
  65. package/lib/cjs/ui/widget/MapLayersWidget.d.ts +10 -11
  66. package/lib/cjs/ui/widget/MapLayersWidget.d.ts.map +1 -1
  67. package/lib/cjs/ui/widget/MapLayersWidget.js +31 -31
  68. package/lib/cjs/ui/widget/MapLayersWidget.js.map +1 -1
  69. package/lib/cjs/ui/widget/MapManagerSettings.d.ts +2 -3
  70. package/lib/cjs/ui/widget/MapManagerSettings.d.ts.map +1 -1
  71. package/lib/cjs/ui/widget/MapManagerSettings.js +200 -200
  72. package/lib/cjs/ui/widget/MapManagerSettings.js.map +1 -1
  73. package/lib/cjs/ui/widget/MapManagerSettings.scss +29 -29
  74. package/lib/cjs/ui/widget/MapUrlDialog.d.ts +22 -23
  75. package/lib/cjs/ui/widget/MapUrlDialog.d.ts.map +1 -1
  76. package/lib/cjs/ui/widget/MapUrlDialog.js +533 -527
  77. package/lib/cjs/ui/widget/MapUrlDialog.js.map +1 -1
  78. package/lib/cjs/ui/widget/MapUrlDialog.scss +99 -100
  79. package/lib/cjs/ui/widget/SelectMapFormat.d.ts +17 -18
  80. package/lib/cjs/ui/widget/SelectMapFormat.d.ts.map +1 -1
  81. package/lib/cjs/ui/widget/SelectMapFormat.js +59 -59
  82. package/lib/cjs/ui/widget/SelectMapFormat.js.map +1 -1
  83. package/lib/cjs/ui/widget/SubLayersDataProvider.d.ts +18 -20
  84. package/lib/cjs/ui/widget/SubLayersDataProvider.d.ts.map +1 -1
  85. package/lib/cjs/ui/widget/SubLayersDataProvider.js +75 -76
  86. package/lib/cjs/ui/widget/SubLayersDataProvider.js.map +1 -1
  87. package/lib/cjs/ui/widget/SubLayersPopupButton.d.ts +9 -10
  88. package/lib/cjs/ui/widget/SubLayersPopupButton.d.ts.map +1 -1
  89. package/lib/cjs/ui/widget/SubLayersPopupButton.js +40 -40
  90. package/lib/cjs/ui/widget/SubLayersPopupButton.js.map +1 -1
  91. package/lib/cjs/ui/widget/SubLayersTree.d.ts +14 -15
  92. package/lib/cjs/ui/widget/SubLayersTree.d.ts.map +1 -1
  93. package/lib/cjs/ui/widget/SubLayersTree.js +419 -419
  94. package/lib/cjs/ui/widget/SubLayersTree.js.map +1 -1
  95. package/lib/cjs/ui/widget/SubLayersTree.scss +70 -69
  96. package/lib/cjs/ui/widget/TransparencyPopupButton.d.ts +13 -14
  97. package/lib/cjs/ui/widget/TransparencyPopupButton.d.ts.map +1 -1
  98. package/lib/cjs/ui/widget/TransparencyPopupButton.js +47 -47
  99. package/lib/cjs/ui/widget/TransparencyPopupButton.js.map +1 -1
  100. package/lib/cjs/ui/widget/TransparencyPopupButton.scss +35 -36
  101. package/lib/esm/MapLayerPreferences.d.ts +88 -88
  102. package/lib/esm/MapLayerPreferences.js +308 -308
  103. package/lib/esm/MapLayerPreferences.js.map +1 -1
  104. package/lib/esm/map-layers.d.ts +6 -6
  105. package/lib/esm/map-layers.js +10 -10
  106. package/lib/esm/mapLayers.d.ts +26 -44
  107. package/lib/esm/mapLayers.d.ts.map +1 -1
  108. package/lib/esm/mapLayers.js +30 -59
  109. package/lib/esm/mapLayers.js.map +1 -1
  110. package/lib/esm/ui/FeatureInfoUiItemsProvider.d.ts +16 -11
  111. package/lib/esm/ui/FeatureInfoUiItemsProvider.d.ts.map +1 -1
  112. package/lib/esm/ui/FeatureInfoUiItemsProvider.js +43 -48
  113. package/lib/esm/ui/FeatureInfoUiItemsProvider.js.map +1 -1
  114. package/lib/esm/ui/Interfaces.d.ts +50 -50
  115. package/lib/esm/ui/Interfaces.js +1 -1
  116. package/lib/esm/ui/Interfaces.js.map +1 -1
  117. package/lib/esm/ui/MapFeatureInfoTool.d.ts +13 -13
  118. package/lib/esm/ui/MapFeatureInfoTool.d.ts.map +1 -1
  119. package/lib/esm/ui/MapFeatureInfoTool.js +45 -45
  120. package/lib/esm/ui/MapFeatureInfoTool.js.map +1 -1
  121. package/lib/esm/ui/MapLayersUiItemsProvider.d.ts +8 -8
  122. package/lib/esm/ui/MapLayersUiItemsProvider.d.ts.map +1 -1
  123. package/lib/esm/ui/MapLayersUiItemsProvider.js +31 -34
  124. package/lib/esm/ui/MapLayersUiItemsProvider.js.map +1 -1
  125. package/lib/esm/ui/widget/AttachLayerPopupButton.d.ts +13 -14
  126. package/lib/esm/ui/widget/AttachLayerPopupButton.d.ts.map +1 -1
  127. package/lib/esm/ui/widget/AttachLayerPopupButton.js +334 -334
  128. package/lib/esm/ui/widget/AttachLayerPopupButton.js.map +1 -1
  129. package/lib/esm/ui/widget/BasemapPanel.d.ts +7 -8
  130. package/lib/esm/ui/widget/BasemapPanel.d.ts.map +1 -1
  131. package/lib/esm/ui/widget/BasemapPanel.js +152 -152
  132. package/lib/esm/ui/widget/BasemapPanel.js.map +1 -1
  133. package/lib/esm/ui/widget/BasemapPanel.scss +87 -87
  134. package/lib/esm/ui/widget/ConfirmMessageDialog.d.ts +20 -21
  135. package/lib/esm/ui/widget/ConfirmMessageDialog.d.ts.map +1 -1
  136. package/lib/esm/ui/widget/ConfirmMessageDialog.js +21 -21
  137. package/lib/esm/ui/widget/ConfirmMessageDialog.js.map +1 -1
  138. package/lib/esm/ui/widget/FeatureInfoDataProvider.d.ts +35 -40
  139. package/lib/esm/ui/widget/FeatureInfoDataProvider.d.ts.map +1 -1
  140. package/lib/esm/ui/widget/FeatureInfoDataProvider.js +136 -135
  141. package/lib/esm/ui/widget/FeatureInfoDataProvider.js.map +1 -1
  142. package/lib/esm/ui/widget/FeatureInfoWidget.d.ts +6 -7
  143. package/lib/esm/ui/widget/FeatureInfoWidget.d.ts.map +1 -1
  144. package/lib/esm/ui/widget/FeatureInfoWidget.js +72 -67
  145. package/lib/esm/ui/widget/FeatureInfoWidget.js.map +1 -1
  146. package/lib/esm/ui/widget/MapLayerDroppable.d.ts +18 -19
  147. package/lib/esm/ui/widget/MapLayerDroppable.d.ts.map +1 -1
  148. package/lib/esm/ui/widget/MapLayerDroppable.js +84 -84
  149. package/lib/esm/ui/widget/MapLayerDroppable.js.map +1 -1
  150. package/lib/esm/ui/widget/MapLayerManager.d.ts +26 -26
  151. package/lib/esm/ui/widget/MapLayerManager.js +398 -398
  152. package/lib/esm/ui/widget/MapLayerManager.js.map +1 -1
  153. package/lib/esm/ui/widget/MapLayerManager.scss +409 -409
  154. package/lib/esm/ui/widget/MapLayerSettingsMenu.d.ts +11 -12
  155. package/lib/esm/ui/widget/MapLayerSettingsMenu.d.ts.map +1 -1
  156. package/lib/esm/ui/widget/MapLayerSettingsMenu.js +79 -79
  157. package/lib/esm/ui/widget/MapLayerSettingsMenu.js.map +1 -1
  158. package/lib/esm/ui/widget/MapLayerSettingsPopupButton.d.ts +6 -7
  159. package/lib/esm/ui/widget/MapLayerSettingsPopupButton.d.ts.map +1 -1
  160. package/lib/esm/ui/widget/MapLayerSettingsPopupButton.js +61 -61
  161. package/lib/esm/ui/widget/MapLayerSettingsPopupButton.js.map +1 -1
  162. package/lib/esm/ui/widget/MapLayerSettingsPopupButton.scss +20 -20
  163. package/lib/esm/ui/widget/MapLayersWidget.d.ts +10 -11
  164. package/lib/esm/ui/widget/MapLayersWidget.d.ts.map +1 -1
  165. package/lib/esm/ui/widget/MapLayersWidget.js +27 -27
  166. package/lib/esm/ui/widget/MapLayersWidget.js.map +1 -1
  167. package/lib/esm/ui/widget/MapManagerSettings.d.ts +2 -3
  168. package/lib/esm/ui/widget/MapManagerSettings.d.ts.map +1 -1
  169. package/lib/esm/ui/widget/MapManagerSettings.js +196 -196
  170. package/lib/esm/ui/widget/MapManagerSettings.js.map +1 -1
  171. package/lib/esm/ui/widget/MapManagerSettings.scss +29 -29
  172. package/lib/esm/ui/widget/MapUrlDialog.d.ts +22 -23
  173. package/lib/esm/ui/widget/MapUrlDialog.d.ts.map +1 -1
  174. package/lib/esm/ui/widget/MapUrlDialog.js +529 -523
  175. package/lib/esm/ui/widget/MapUrlDialog.js.map +1 -1
  176. package/lib/esm/ui/widget/MapUrlDialog.scss +99 -100
  177. package/lib/esm/ui/widget/SelectMapFormat.d.ts +17 -18
  178. package/lib/esm/ui/widget/SelectMapFormat.d.ts.map +1 -1
  179. package/lib/esm/ui/widget/SelectMapFormat.js +55 -55
  180. package/lib/esm/ui/widget/SelectMapFormat.js.map +1 -1
  181. package/lib/esm/ui/widget/SubLayersDataProvider.d.ts +18 -20
  182. package/lib/esm/ui/widget/SubLayersDataProvider.d.ts.map +1 -1
  183. package/lib/esm/ui/widget/SubLayersDataProvider.js +71 -72
  184. package/lib/esm/ui/widget/SubLayersDataProvider.js.map +1 -1
  185. package/lib/esm/ui/widget/SubLayersPopupButton.d.ts +9 -10
  186. package/lib/esm/ui/widget/SubLayersPopupButton.d.ts.map +1 -1
  187. package/lib/esm/ui/widget/SubLayersPopupButton.js +36 -36
  188. package/lib/esm/ui/widget/SubLayersPopupButton.js.map +1 -1
  189. package/lib/esm/ui/widget/SubLayersTree.d.ts +14 -15
  190. package/lib/esm/ui/widget/SubLayersTree.d.ts.map +1 -1
  191. package/lib/esm/ui/widget/SubLayersTree.js +414 -414
  192. package/lib/esm/ui/widget/SubLayersTree.js.map +1 -1
  193. package/lib/esm/ui/widget/SubLayersTree.scss +70 -69
  194. package/lib/esm/ui/widget/TransparencyPopupButton.d.ts +13 -14
  195. package/lib/esm/ui/widget/TransparencyPopupButton.d.ts.map +1 -1
  196. package/lib/esm/ui/widget/TransparencyPopupButton.js +43 -43
  197. package/lib/esm/ui/widget/TransparencyPopupButton.js.map +1 -1
  198. package/lib/esm/ui/widget/TransparencyPopupButton.scss +35 -36
  199. package/package.json +39 -38
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/map-layers",
3
- "version": "4.0.0-dev.8",
3
+ "version": "4.0.0",
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/extensions/map-layers"
11
+ "url": "https://github.com/iTwin/viewer-components-react/tree/master/packages/itwin/map-layers"
12
12
  },
13
13
  "keywords": [
14
14
  "iModel",
@@ -20,29 +20,36 @@
20
20
  "name": "Bentley Systems, Inc.",
21
21
  "url": "http://www.bentley.com"
22
22
  },
23
+ "dependencies": {
24
+ "@itwin/itwinui-icons-color-react": "~1.0.3",
25
+ "classnames": "^2.3.1",
26
+ "react-beautiful-dnd": "^13.0.0"
27
+ },
23
28
  "devDependencies": {
24
- "@itwin/appui-abstract": "4.0.0-dev.8",
25
- "@itwin/appui-layout-react": "4.0.0-dev.8",
26
- "@itwin/appui-react": "4.0.0-dev.8",
27
- "@itwin/build-tools": "4.0.0-dev.8",
28
- "@itwin/components-react": "4.0.0-dev.8",
29
- "@itwin/core-bentley": "4.0.0-dev.8",
30
- "@itwin/core-common": "4.0.0-dev.8",
31
- "@itwin/core-frontend": "4.0.0-dev.8",
32
- "@itwin/core-geometry": "4.0.0-dev.8",
33
- "@itwin/core-quantity": "4.0.0-dev.8",
34
- "@itwin/core-react": "4.0.0-dev.8",
35
- "@itwin/eslint-plugin": "4.0.0-dev.8",
36
- "@itwin/imodel-components-react": "4.0.0-dev.8",
37
- "@itwin/itwinui-css": "0.x",
38
- "@itwin/itwinui-react": "~1.46.0",
39
- "@itwin/presentation-common": "4.0.0-dev.8",
29
+ "@itwin/appui-abstract": "^3.7.1",
30
+ "@itwin/appui-layout-react": "^4.0.0",
31
+ "@itwin/appui-react": "^4.0.0",
32
+ "@itwin/build-tools": "^3.7.1",
33
+ "@itwin/components-react": "^4.0.0",
34
+ "@itwin/core-bentley": "^3.7.1",
35
+ "@itwin/core-common": "^3.7.1",
36
+ "@itwin/core-frontend": "^3.7.1",
37
+ "@itwin/core-geometry": "^3.7.1",
38
+ "@itwin/core-orbitgt": "^3.7.1",
39
+ "@itwin/core-quantity": "^3.7.1",
40
+ "@itwin/core-react": "^4.0.0",
41
+ "@itwin/core-telemetry": "^3.7.1",
42
+ "@itwin/eslint-plugin": "^3.7.1",
43
+ "@itwin/imodel-components-react": "^4.0.0",
44
+ "@itwin/itwinui-variables": "^2.0.0",
45
+ "@itwin/itwinui-react": "^2.7.0",
46
+ "@itwin/webgl-compatibility": "^3.7.1",
40
47
  "@testing-library/react": "^12.0.0",
41
48
  "@testing-library/react-hooks": "^7.0.2",
42
49
  "@types/chai": "4.3.1",
43
50
  "@types/enzyme": "3.9.3",
44
51
  "@types/mocha": "^8.2.2",
45
- "@types/node": "18.11.5",
52
+ "@types/node": "^18.11.5",
46
53
  "@types/react": "^17.0.37",
47
54
  "@types/react-beautiful-dnd": "^12.1.2",
48
55
  "@types/sinon": "^9.0.0",
@@ -62,29 +69,24 @@
62
69
  "nyc": "^15.1.0",
63
70
  "react": "^17.0.0",
64
71
  "react-dom": "^17.0.0",
72
+ "react-redux": "^7.2.2",
73
+ "redux": "^4.1.0",
65
74
  "rimraf": "^3.0.2",
66
75
  "sinon": "^9.0.2",
67
76
  "sinon-chai": "^3.2.0",
68
77
  "typemoq": "^2.1.0",
69
78
  "typescript": "~4.4.0"
70
79
  },
71
- "dependencies": {
72
- "@itwin/itwinui-icons-color-react": "~1.0.3",
73
- "classnames": "^2.3.1",
74
- "react-beautiful-dnd": "^13.0.0"
75
- },
76
80
  "peerDependencies": {
77
- "@itwin/core-bentley": "^4.0.0-dev.8",
78
- "@itwin/core-geometry": "^4.0.0-dev.8",
79
- "@itwin/core-common": "^4.0.0-dev.8",
80
- "@itwin/core-frontend": "^4.0.0-dev.8",
81
- "@itwin/core-quantity": "^4.0.0-dev.8",
82
- "@itwin/appui-abstract": "^4.0.0-dev.8",
83
- "@itwin/components-react": "^4.0.0-dev.8",
84
- "@itwin/core-react": "^4.0.0-dev.8",
85
- "@itwin/appui-react": "^4.0.0-dev.8",
86
- "@itwin/imodel-components-react": "^4.0.0-dev.8",
87
- "@itwin/appui-layout-react": "^4.0.0-dev.8",
81
+ "@itwin/appui-abstract": "^3.7.1",
82
+ "@itwin/appui-layout-react": "^4.0.0",
83
+ "@itwin/appui-react": "^4.0.0",
84
+ "@itwin/components-react": "^4.0.0",
85
+ "@itwin/core-bentley": "^3.7.1",
86
+ "@itwin/core-common": "^3.7.1",
87
+ "@itwin/core-frontend": "^3.7.1",
88
+ "@itwin/core-react": "^4.0.0",
89
+ "@itwin/imodel-components-react": "^4.0.0",
88
90
  "react": "^17.0.0",
89
91
  "react-dom": "^17.0.0"
90
92
  },
@@ -122,8 +124,7 @@
122
124
  ]
123
125
  },
124
126
  "scripts": {
125
- "build": "npm run -s copy:locale && npm run -s build:cjs",
126
- "build:ci": "npm run -s build && npm run -s build:esm",
127
+ "build": "npm run -s copy:locale && npm run -s build:cjs && npm run -s build:esm",
127
128
  "build:cjs": "tsc 1>&2 --outDir lib/cjs && npm run -s copy:cjs",
128
129
  "build:esm": "tsc 1>&2 --module ES2020 --outDir lib/esm && npm run -s copy:esm",
129
130
  "clean": "rimraf lib .rush/temp/package-deps*.json",
@@ -137,5 +138,5 @@
137
138
  "test": "mocha \"./lib/cjs/test/**/*.test.js\"",
138
139
  "rebuild": "npm run -s clean && npm run -s build"
139
140
  },
140
- "readme": "# MapLayers Extension/Package\r\n\r\nCopyright © Bentley Systems, Incorporated. All rights reserved. See LICENSE.md for license terms and full copyright notice.\r\n\r\nAn iTwin.js Extension that adds a widget for attaching and updating map attachments in a view:\r\n\r\nThis extension serves as an example of a extension that can be added to iTwin.js host applications.\r\nSee <http://itwinjs.org> for comprehensive documentation on the iTwin.js API and the various constructs used in this sample.\r\n\r\nThis package can also be installed into an application and the method MapLayersUI.initialized() called during the host IModelApps initialize processing.\r\n\r\n## Development Setup\r\n\r\n1. Select and prepare an iTwin.js host application. You can use the [ui-test-app] to host the extension, for example.\r\n2. The dependencies are installed as part of \"rush install\" in the iTwin.js repository.\r\n3. Build the extension as part of the \"rush build\" in the iTwin.js repository, or separately build using the npm build command.\r\n\r\n ```sh\r\n npm run build\r\n ```\r\n\r\n4. Start the host application - go to its directory and run:\r\n\r\n ```sh\r\n npm run start:servers\r\n ```\r\n\r\n5. Open a web browser (e.g., Chrome), and browse to http://localhost:3000.\r\n\r\n## Contributing\r\n\r\n[Contributing to iTwin.js](https://github.com/iTwin/itwinjs-core/blob/master/CONTRIBUTING.md)\r\n"
141
+ "readme": "# MapLayers Extension/Package\n\nCopyright © Bentley Systems, Incorporated. All rights reserved. See LICENSE.md for license terms and full copyright notice.\n\nAn iTwin.js Extension that adds a widget for attaching and updating map attachments in a view:\n\nThis extension serves as an example of a extension that can be added to iTwin.js host applications.\nSee <http://itwinjs.org> for comprehensive documentation on the iTwin.js API and the various constructs used in this sample.\n\nThis package can also be installed into an application and the method MapLayersUI.initialized() called during the host IModelApps initialize processing.\n\n## Development Setup\n\n1. Select and prepare an iTwin.js host application. You can use the [ui-test-app] to host the extension, for example.\n2. The dependencies are installed as part of \"rush install\" in the iTwin.js repository.\n3. Build the extension as part of the \"rush build\" in the iTwin.js repository, or separately build using the npm build command.\n\n ```sh\n npm run build\n ```\n\n4. Start the host application - go to its directory and run:\n\n ```sh\n npm run start:servers\n ```\n\n5. Open a web browser (e.g., Chrome), and browse to http://localhost:3000.\n\n## Contributing\n\n[Contributing to iTwin.js](https://github.com/iTwin/itwinjs-core/blob/master/CONTRIBUTING.md)\n"
141
142
  }