@itwin/editor-frontend 3.5.0-dev.49 → 3.5.0-dev.51

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.
@@ -212,6 +212,32 @@
212
212
  "IdentifyEnd": "Identify end to modify"
213
213
  }
214
214
  },
215
+ "ExtrudeCurve": {
216
+ "keyin": "editor extrude curve",
217
+ "flyover": "Extrude Curve",
218
+ "Label": {
219
+ "Length": "Length",
220
+ "Orthogonal": "Orthogonal",
221
+ "Capped": "Solid",
222
+ "KeepProfile": "Keep Profile"
223
+ },
224
+ "Prompts": {
225
+ "LengthPoint": "Define length"
226
+ }
227
+ },
228
+ "RevolveCurve": {
229
+ "keyin": "editor revolve curve",
230
+ "flyover": "Revolve Curve",
231
+ "Label": {
232
+ "Angle": "Sweep Angle",
233
+ "Capped": "Solid",
234
+ "KeepProfile": "Keep Profile"
235
+ },
236
+ "Prompts": {
237
+ "AxisPoint": "Define point on axis",
238
+ "AxisDirection": "Define axis direction"
239
+ }
240
+ },
215
241
  "UniteSolids": {
216
242
  "keyin": "editor unite solids",
217
243
  "flyover": "Unite selected solids"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/editor-frontend",
3
- "version": "3.5.0-dev.49",
3
+ "version": "3.5.0-dev.51",
4
4
  "description": "iTwin.js frontend components",
5
5
  "main": "lib/cjs/editor-frontend.js",
6
6
  "module": "lib/esm/editor-frontend.js",
@@ -22,25 +22,25 @@
22
22
  "url": "http://www.bentley.com"
23
23
  },
24
24
  "peerDependencies": {
25
- "@itwin/appui-abstract": "^3.5.0-dev.49",
26
- "@itwin/core-bentley": "^3.5.0-dev.49",
27
- "@itwin/core-common": "^3.5.0-dev.49",
28
- "@itwin/core-frontend": "^3.5.0-dev.49",
29
- "@itwin/core-geometry": "^3.5.0-dev.49"
25
+ "@itwin/appui-abstract": "^3.5.0-dev.51",
26
+ "@itwin/core-bentley": "^3.5.0-dev.51",
27
+ "@itwin/core-common": "^3.5.0-dev.51",
28
+ "@itwin/core-frontend": "^3.5.0-dev.51",
29
+ "@itwin/core-geometry": "^3.5.0-dev.51"
30
30
  },
31
31
  "//devDependencies": [
32
32
  "NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
33
33
  "NOTE: All tools used by scripts in this package must be listed as devDependencies"
34
34
  ],
35
35
  "devDependencies": {
36
- "@itwin/appui-abstract": "3.5.0-dev.49",
37
- "@itwin/build-tools": "3.5.0-dev.49",
38
- "@itwin/certa": "3.5.0-dev.49",
39
- "@itwin/core-bentley": "3.5.0-dev.49",
40
- "@itwin/core-common": "3.5.0-dev.49",
41
- "@itwin/core-frontend": "3.5.0-dev.49",
42
- "@itwin/core-geometry": "3.5.0-dev.49",
43
- "@itwin/eslint-plugin": "3.5.0-dev.49",
36
+ "@itwin/appui-abstract": "3.5.0-dev.51",
37
+ "@itwin/build-tools": "3.5.0-dev.51",
38
+ "@itwin/certa": "3.5.0-dev.51",
39
+ "@itwin/core-bentley": "3.5.0-dev.51",
40
+ "@itwin/core-common": "3.5.0-dev.51",
41
+ "@itwin/core-frontend": "3.5.0-dev.51",
42
+ "@itwin/core-geometry": "3.5.0-dev.51",
43
+ "@itwin/eslint-plugin": "3.5.0-dev.51",
44
44
  "cpx2": "^3.0.0",
45
45
  "eslint": "^7.11.0",
46
46
  "rimraf": "^3.0.2",
@@ -51,7 +51,7 @@
51
51
  "NOTE: editor-frontend should remain UI technology agnostic, so no react/angular dependencies are allowed"
52
52
  ],
53
53
  "dependencies": {
54
- "@itwin/editor-common": "3.5.0-dev.49"
54
+ "@itwin/editor-common": "3.5.0-dev.51"
55
55
  },
56
56
  "eslintConfig": {
57
57
  "plugins": [