@itwin/editor-frontend 3.0.0-dev.152 → 3.0.0-dev.156

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.
@@ -117,11 +117,20 @@
117
117
  },
118
118
  "ThickenSheets": {
119
119
  "keyin": "editor thicken sheets",
120
- "flyover": "Thicken selected sheets into solids"
120
+ "flyover": "Thicken selected sheets into solids",
121
+ "Label": {
122
+ "FrontDistance": "Front Distance",
123
+ "BackDistance": "Back Distance"
124
+ }
121
125
  },
122
126
  "CutSolids": {
123
127
  "keyin": "editor cut solids",
124
- "flyover": "Cut solids by open path or planar region"
128
+ "flyover": "Cut solids by open path or planar region",
129
+ "Label": {
130
+ "Depth": "Depth",
131
+ "BothDirections": "Both Directions",
132
+ "Outside": "Outside"
133
+ }
125
134
  },
126
135
  "EmbossSolids": {
127
136
  "keyin": "editor emboss solids",
@@ -129,7 +138,17 @@
129
138
  },
130
139
  "ImprintSolids": {
131
140
  "keyin": "editor imprint solids",
132
- "flyover": "Imprint offset edges or another element on a solid"
141
+ "flyover": "Imprint offset edges or another element on a solid",
142
+ "Label": {
143
+ "Method": "Method",
144
+ "Distance": "Distance",
145
+ "Extend": "Extend"
146
+ },
147
+ "Method": {
148
+ "Element": "Element",
149
+ "Edges": "Edges",
150
+ "Points": "Points"
151
+ }
133
152
  },
134
153
  "SweepAlongPath": {
135
154
  "keyin": "editor sweep path",
@@ -141,27 +160,59 @@
141
160
  },
142
161
  "OffsetFaces": {
143
162
  "keyin": "editor offset faces",
144
- "flyover": "Offset faces of surfaces and solids"
163
+ "flyover": "Offset faces of surfaces and solids",
164
+ "Label": {
165
+ "AddSmooth": "Add Smooth Faces",
166
+ "Distance": "Distance"
167
+ }
145
168
  },
146
169
  "HollowFaces": {
147
170
  "keyin": "editor hollow faces",
148
- "flyover": "Hollow solids by offsetting faces"
171
+ "flyover": "Hollow solids by offsetting faces",
172
+ "Label": {
173
+ "ShellThickness": "Shell Thickness",
174
+ "FaceThickness": "Face Thickness"
175
+ }
149
176
  },
150
177
  "SweepFaces": {
151
178
  "keyin": "editor sweep faces",
152
- "flyover": "Sweep planar curves, surfaces, or faces of solids"
179
+ "flyover": "Sweep planar curves, surfaces, or faces of solids",
180
+ "Label": {
181
+ "AddSmooth": "Add Smooth Faces",
182
+ "Distance": "Distance"
183
+ }
153
184
  },
154
185
  "SpinFaces": {
155
186
  "keyin": "editor spin faces",
156
- "flyover": "Spin planar curves, surfaces, or faces of solids"
187
+ "flyover": "Spin planar curves, surfaces, or faces of solids",
188
+ "Label": {
189
+ "Angle": "Sweep Angle"
190
+ }
157
191
  },
158
192
  "RoundEdges": {
159
193
  "keyin": "editor round edges",
160
- "flyover": "Round edges of solids and surfaces"
194
+ "flyover": "Round edges of solids and surfaces",
195
+ "Label": {
196
+ "Radius": "Radius",
197
+ "AddSmooth": "Add Smooth Edges"
198
+ }
161
199
  },
162
200
  "ChamferEdges": {
163
201
  "keyin": "editor chamfer edges",
164
- "flyover": "Chamfer edges of solids and surfaces"
202
+ "flyover": "Chamfer edges of solids and surfaces",
203
+ "Label": {
204
+ "Method": "Method",
205
+ "Length": "Length",
206
+ "LeftDistance": "Left Distance",
207
+ "RightDistance": "Right Distance",
208
+ "Angle": "Angle"
209
+ },
210
+ "Method": {
211
+ "Length": "Length",
212
+ "Distances": "Distances",
213
+ "DistanceAngle": "Distance/Angle",
214
+ "AngleDistance": "Angle/Distance"
215
+ }
165
216
  },
166
217
  "DeleteSubEntities": {
167
218
  "keyin": "editor delete subentities",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/editor-frontend",
3
- "version": "3.0.0-dev.152",
3
+ "version": "3.0.0-dev.156",
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.152",
27
- "@itwin/core-common": "^3.0.0-dev.152"
26
+ "@itwin/core-bentley": "^3.0.0-dev.156",
27
+ "@itwin/core-common": "^3.0.0-dev.156"
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.152",
35
- "@itwin/certa": "3.0.0-dev.152",
36
- "@itwin/core-bentley": "3.0.0-dev.152",
37
- "@itwin/core-common": "3.0.0-dev.152",
38
- "@itwin/eslint-plugin": "3.0.0-dev.152",
34
+ "@itwin/build-tools": "3.0.0-dev.156",
35
+ "@itwin/certa": "3.0.0-dev.156",
36
+ "@itwin/core-bentley": "3.0.0-dev.156",
37
+ "@itwin/core-common": "3.0.0-dev.156",
38
+ "@itwin/eslint-plugin": "3.0.0-dev.156",
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.152",
50
- "@itwin/core-geometry": "3.0.0-dev.152",
51
- "@itwin/editor-common": "3.0.0-dev.152",
52
- "@itwin/appui-abstract": "3.0.0-dev.152"
49
+ "@itwin/core-frontend": "3.0.0-dev.156",
50
+ "@itwin/core-geometry": "3.0.0-dev.156",
51
+ "@itwin/editor-common": "3.0.0-dev.156",
52
+ "@itwin/appui-abstract": "3.0.0-dev.156"
53
53
  },
54
54
  "eslintConfig": {
55
55
  "plugins": [