@itwin/editor-frontend 3.0.0-dev.184 → 3.0.0-dev.185

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.
@@ -222,6 +222,44 @@
222
222
  "keyin": "editor delete subentities",
223
223
  "flyover": "Delete faces and edges of solids and surfaces"
224
224
  },
225
+ "LocateSubEntities": {
226
+ "Identify": {
227
+ "Face": "Identify face",
228
+ "Edge": "Identify edge",
229
+ "Vertex": "Identity vertex",
230
+ "FaceEdge": "Identify face or edge",
231
+ "FaceVertex": "Identify face or vertex",
232
+ "EdgeVertex": "Identify edge or vertex",
233
+ "FaceEdgeVertex": "Identity face, edge, or vertex"
234
+ },
235
+ "IdentifyAdditional": {
236
+ "Face": "Identify additional faces",
237
+ "Edge": "Identify additional edges",
238
+ "Vertex": "Identity additional vertices",
239
+ "FaceEdge": "Identify additional faces or edges",
240
+ "FaceVertex": "Identify additional faces or vertices",
241
+ "EdgeVertex": "Identify additional edges or vertices",
242
+ "FaceEdgeVertex": "Identity additional faces, edges, or vertices"
243
+ },
244
+ "Accept": {
245
+ "Face": "Accept face",
246
+ "Edge": "Accept edge",
247
+ "Vertex": "Accept vertex",
248
+ "FaceEdge": "Accept face or edge",
249
+ "FaceVertex": "Accept face or vertex",
250
+ "EdgeVertex": "Accept edge or vertex",
251
+ "FaceEdgeVertex": "Accept face, edge, or vertex"
252
+ },
253
+ "AcceptNext": {
254
+ "Face": "Accept next face",
255
+ "Edge": "Accept next edge",
256
+ "Vertex": "Accept next vertex",
257
+ "FaceEdge": "Accept next face or edge",
258
+ "FaceVertex": "Accept next face or vertex",
259
+ "EdgeVertex": "Accept next edge or vertex",
260
+ "FaceEdgeVertex": "Accept next face, edge, or vertex"
261
+ }
262
+ },
225
263
  "UndoAll": {
226
264
  "keyin": "editor undo all",
227
265
  "flyover": "Undo All"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/editor-frontend",
3
- "version": "3.0.0-dev.184",
3
+ "version": "3.0.0-dev.185",
4
4
  "description": "iTwin.js frontend components",
5
5
  "main": "lib/cjs/editor-frontend.js",
6
6
  "module": "lib/esm/editor-frontend.js",
@@ -23,19 +23,19 @@
23
23
  "url": "http://www.bentley.com"
24
24
  },
25
25
  "peerDependencies": {
26
- "@itwin/core-bentley": "^3.0.0-dev.184",
27
- "@itwin/core-common": "^3.0.0-dev.184"
26
+ "@itwin/core-bentley": "^3.0.0-dev.185",
27
+ "@itwin/core-common": "^3.0.0-dev.185"
28
28
  },
29
29
  "//devDependencies": [
30
30
  "NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
31
31
  "NOTE: All tools used by scripts in this package must be listed as devDependencies"
32
32
  ],
33
33
  "devDependencies": {
34
- "@itwin/build-tools": "3.0.0-dev.184",
35
- "@itwin/certa": "3.0.0-dev.184",
36
- "@itwin/core-bentley": "3.0.0-dev.184",
37
- "@itwin/core-common": "3.0.0-dev.184",
38
- "@itwin/eslint-plugin": "3.0.0-dev.184",
34
+ "@itwin/build-tools": "3.0.0-dev.185",
35
+ "@itwin/certa": "3.0.0-dev.185",
36
+ "@itwin/core-bentley": "3.0.0-dev.185",
37
+ "@itwin/core-common": "3.0.0-dev.185",
38
+ "@itwin/eslint-plugin": "3.0.0-dev.185",
39
39
  "cpx2": "^3.0.0",
40
40
  "eslint": "^7.11.0",
41
41
  "rimraf": "^3.0.2",
@@ -46,10 +46,10 @@
46
46
  "NOTE: editor-frontend should remain UI technology agnostic, so no react/angular dependencies are allowed"
47
47
  ],
48
48
  "dependencies": {
49
- "@itwin/core-frontend": "3.0.0-dev.184",
50
- "@itwin/core-geometry": "3.0.0-dev.184",
51
- "@itwin/editor-common": "3.0.0-dev.184",
52
- "@itwin/appui-abstract": "3.0.0-dev.184"
49
+ "@itwin/core-frontend": "3.0.0-dev.185",
50
+ "@itwin/core-geometry": "3.0.0-dev.185",
51
+ "@itwin/editor-common": "3.0.0-dev.185",
52
+ "@itwin/appui-abstract": "3.0.0-dev.185"
53
53
  },
54
54
  "eslintConfig": {
55
55
  "plugins": [