@itwin/editor-frontend 5.2.0-dev.8 → 5.2.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.
@@ -1,80 +1,80 @@
1
- {
2
- "tools": {
3
- "UndoAll": {
4
- "keyin": "editor undo all",
5
- "flyover": "Undo All"
6
- },
7
- "Undo": {
8
- "keyin": "editor undo single",
9
- "flyover": "Undo Elements"
10
- },
11
- "Redo": {
12
- "keyin": "editor redo",
13
- "flyover": "Redo Elements"
14
- },
15
- "ProjectLocation": {
16
- "Show": {
17
- "keyin": "editor project location show",
18
- "flyover": "Show Project Location"
19
- },
20
- "Hide": {
21
- "keyin": "editor project location hide",
22
- "flyover": "Hide Project Location"
23
- },
24
- "Cancel": {
25
- "keyin": "editor project location cancel",
26
- "flyover": "Abandon Project Location Changes"
27
- },
28
- "Save": {
29
- "keyin": "editor project location save",
30
- "flyover": "Save Project Location Changes"
31
- },
32
- "Geolocation": {
33
- "Move": {
34
- "keyin": "editor project geolocation move",
35
- "flyover": "Move Project Geolocation"
36
- },
37
- "Point": {
38
- "keyin": "editor project geolocation point",
39
- "flyover": "Define Project Geolocation"
40
- },
41
- "North": {
42
- "keyin": "editor project geolocation north",
43
- "flyover": "Define Project North"
44
- }
45
- },
46
- "Prompts": {
47
- "IdentifyRefPoint": "Identify reference point",
48
- "DefineAngle": "Enter point to define angle",
49
- "DefineOffset": "Enter point to define offset",
50
- "IdentifyKnownLocation": "Identify location of known latitude and longitude",
51
- "ConfirmCoordinates": "Confirm latitude and longitude",
52
- "SpecifyCoordinates": "Specify latitude and longitude then accept"
53
- },
54
- "Inputs": {
55
- "AcceptHandle": "Accept project extents or handle"
56
- },
57
- "Message": {
58
- "RestartTxn": "Undo of prior changes will no longer be possible, continue?",
59
- "NotActive": "Enable geolocation tools with 'editor project location show' first",
60
- "NotAllowed": "A valid geographic coordinate reference system already exists",
61
- "NotGeolocated": "Not geolocated",
62
- "NoChanges": "No changes to project extents or geolocation to save",
63
- "Readonly": "iModel is read-only",
64
- "ProjectExtents": "Project Extents",
65
- "LargeProjectExtents": "Project Extents Too Large",
66
- "ModifyProjectExtents": "Modify Project Extents",
67
- "ModifyGeolocation": "Modify/Add Geolocation",
68
- "ModifyNorthDirection": "Modify North Direction",
69
- "MaxExtent": "Recommended Maximum",
70
- "Length": "Length",
71
- "Width": "Width",
72
- "Height": "Height",
73
- "Latitude": "Latitude",
74
- "Longitude": "Longitude",
75
- "Angle": "Angle",
76
- "North": "North Angle"
77
- }
78
- }
79
- }
1
+ {
2
+ "tools": {
3
+ "UndoAll": {
4
+ "keyin": "editor undo all",
5
+ "flyover": "Undo All"
6
+ },
7
+ "Undo": {
8
+ "keyin": "editor undo single",
9
+ "flyover": "Undo Elements"
10
+ },
11
+ "Redo": {
12
+ "keyin": "editor redo",
13
+ "flyover": "Redo Elements"
14
+ },
15
+ "ProjectLocation": {
16
+ "Show": {
17
+ "keyin": "editor project location show",
18
+ "flyover": "Show Project Location"
19
+ },
20
+ "Hide": {
21
+ "keyin": "editor project location hide",
22
+ "flyover": "Hide Project Location"
23
+ },
24
+ "Cancel": {
25
+ "keyin": "editor project location cancel",
26
+ "flyover": "Abandon Project Location Changes"
27
+ },
28
+ "Save": {
29
+ "keyin": "editor project location save",
30
+ "flyover": "Save Project Location Changes"
31
+ },
32
+ "Geolocation": {
33
+ "Move": {
34
+ "keyin": "editor project geolocation move",
35
+ "flyover": "Move Project Geolocation"
36
+ },
37
+ "Point": {
38
+ "keyin": "editor project geolocation point",
39
+ "flyover": "Define Project Geolocation"
40
+ },
41
+ "North": {
42
+ "keyin": "editor project geolocation north",
43
+ "flyover": "Define Project North"
44
+ }
45
+ },
46
+ "Prompts": {
47
+ "IdentifyRefPoint": "Identify reference point",
48
+ "DefineAngle": "Enter point to define angle",
49
+ "DefineOffset": "Enter point to define offset",
50
+ "IdentifyKnownLocation": "Identify location of known latitude and longitude",
51
+ "ConfirmCoordinates": "Confirm latitude and longitude",
52
+ "SpecifyCoordinates": "Specify latitude and longitude then accept"
53
+ },
54
+ "Inputs": {
55
+ "AcceptHandle": "Accept project extents or handle"
56
+ },
57
+ "Message": {
58
+ "RestartTxn": "Undo of prior changes will no longer be possible, continue?",
59
+ "NotActive": "Enable geolocation tools with 'editor project location show' first",
60
+ "NotAllowed": "A valid geographic coordinate reference system already exists",
61
+ "NotGeolocated": "Not geolocated",
62
+ "NoChanges": "No changes to project extents or geolocation to save",
63
+ "Readonly": "iModel is read-only",
64
+ "ProjectExtents": "Project Extents",
65
+ "LargeProjectExtents": "Project Extents Too Large",
66
+ "ModifyProjectExtents": "Modify Project Extents",
67
+ "ModifyGeolocation": "Modify/Add Geolocation",
68
+ "ModifyNorthDirection": "Modify North Direction",
69
+ "MaxExtent": "Recommended Maximum",
70
+ "Length": "Length",
71
+ "Width": "Width",
72
+ "Height": "Height",
73
+ "Latitude": "Latitude",
74
+ "Longitude": "Longitude",
75
+ "Angle": "Angle",
76
+ "North": "North Angle"
77
+ }
78
+ }
79
+ }
80
80
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/editor-frontend",
3
- "version": "5.2.0-dev.8",
3
+ "version": "5.2.0",
4
4
  "description": "iTwin.js frontend components",
5
5
  "main": "lib/cjs/editor-frontend.js",
6
6
  "module": "lib/esm/editor-frontend.js",
@@ -23,11 +23,11 @@
23
23
  "url": "http://www.bentley.com"
24
24
  },
25
25
  "peerDependencies": {
26
- "@itwin/core-bentley": "5.2.0-dev.8",
27
- "@itwin/appui-abstract": "5.2.0-dev.8",
28
- "@itwin/core-common": "5.2.0-dev.8",
29
- "@itwin/core-frontend": "5.2.0-dev.8",
30
- "@itwin/core-geometry": "5.2.0-dev.8"
26
+ "@itwin/appui-abstract": "5.2.0",
27
+ "@itwin/core-common": "5.2.0",
28
+ "@itwin/core-frontend": "5.2.0",
29
+ "@itwin/core-bentley": "5.2.0",
30
+ "@itwin/core-geometry": "5.2.0"
31
31
  },
32
32
  "//devDependencies": [
33
33
  "NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
@@ -39,20 +39,20 @@
39
39
  "eslint": "^9.31.0",
40
40
  "rimraf": "^6.0.1",
41
41
  "typescript": "~5.6.2",
42
- "@itwin/build-tools": "5.2.0-dev.8",
43
- "@itwin/core-bentley": "5.2.0-dev.8",
44
- "@itwin/certa": "5.2.0-dev.8",
45
- "@itwin/core-geometry": "5.2.0-dev.8",
46
- "@itwin/appui-abstract": "5.2.0-dev.8",
47
- "@itwin/core-frontend": "5.2.0-dev.8",
48
- "@itwin/core-common": "5.2.0-dev.8"
42
+ "@itwin/appui-abstract": "5.2.0",
43
+ "@itwin/certa": "5.2.0",
44
+ "@itwin/core-common": "5.2.0",
45
+ "@itwin/build-tools": "5.2.0",
46
+ "@itwin/core-bentley": "5.2.0",
47
+ "@itwin/core-frontend": "5.2.0",
48
+ "@itwin/core-geometry": "5.2.0"
49
49
  },
50
50
  "//dependencies": [
51
51
  "NOTE: these dependencies should be only for things that DO NOT APPEAR IN THE API",
52
52
  "NOTE: editor-frontend should remain UI technology agnostic, so no react/angular dependencies are allowed"
53
53
  ],
54
54
  "dependencies": {
55
- "@itwin/editor-common": "5.2.0-dev.8"
55
+ "@itwin/editor-common": "5.2.0"
56
56
  },
57
57
  "scripts": {
58
58
  "build": "npm run -s copy:locale && npm run -s build:cjs && npm run -s build:esm",