@itwin/core-markup 5.5.0-dev.2 → 5.5.0-dev.5
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.
- package/CHANGELOG.md +6 -1
- package/lib/cjs/Markup.js.map +1 -1
- package/lib/cjs/MarkupTool.js.map +1 -1
- package/lib/cjs/RedlineTool.js.map +1 -1
- package/lib/cjs/SelectTool.js.map +1 -1
- package/lib/cjs/SvgJsExt.js.map +1 -1
- package/lib/cjs/TextEdit.js.map +1 -1
- package/lib/cjs/Undo.js.map +1 -1
- package/lib/cjs/core-markup.js.map +1 -1
- package/lib/esm/Markup.js.map +1 -1
- package/lib/esm/MarkupTool.js.map +1 -1
- package/lib/esm/RedlineTool.js.map +1 -1
- package/lib/esm/SelectTool.js.map +1 -1
- package/lib/esm/SvgJsExt.js.map +1 -1
- package/lib/esm/TextEdit.js.map +1 -1
- package/lib/esm/Undo.js.map +1 -1
- package/lib/esm/core-markup.js.map +1 -1
- package/lib/public/locales/en/MarkupTools.json +98 -98
- package/package.json +11 -11
|
@@ -1,98 +1,98 @@
|
|
|
1
|
-
{
|
|
2
|
-
"actions": {
|
|
3
|
-
"modify": "Modify markup",
|
|
4
|
-
"group": "Group markups",
|
|
5
|
-
"ungroup": "Ungroup markup",
|
|
6
|
-
"delete": "Delete markup",
|
|
7
|
-
"copy": "Copy markup",
|
|
8
|
-
"toFront": "Bring to front",
|
|
9
|
-
"toBack": "Send To back"
|
|
10
|
-
},
|
|
11
|
-
"tools": {
|
|
12
|
-
"Markup": {
|
|
13
|
-
"Select": {
|
|
14
|
-
"keyin": "Markup Select",
|
|
15
|
-
"description": "Markup selection tool",
|
|
16
|
-
"Prompts": {
|
|
17
|
-
"IdentifyMarkup": "Identify markup element",
|
|
18
|
-
"AcceptMarkup": "Accept markup element"
|
|
19
|
-
}
|
|
20
|
-
},
|
|
21
|
-
"Line": {
|
|
22
|
-
"keyin": "Markup Line",
|
|
23
|
-
"description": "Draw line",
|
|
24
|
-
"flyover": "Line"
|
|
25
|
-
},
|
|
26
|
-
"Rectangle": {
|
|
27
|
-
"keyin": "Markup Rectangle",
|
|
28
|
-
"description": "Draw rectangle",
|
|
29
|
-
"flyover": "Rectangle"
|
|
30
|
-
},
|
|
31
|
-
"Polygon": {
|
|
32
|
-
"keyin": "Markup Polygon",
|
|
33
|
-
"description": "Draw polygon",
|
|
34
|
-
"flyover": "Polygon",
|
|
35
|
-
"Prompts": {
|
|
36
|
-
"FirstPoint": "Identify center",
|
|
37
|
-
"NextPoint": "Define point on edge"
|
|
38
|
-
}
|
|
39
|
-
},
|
|
40
|
-
"Circle": {
|
|
41
|
-
"keyin": "Markup Circle",
|
|
42
|
-
"description": "Draw circle",
|
|
43
|
-
"flyover": "Circle",
|
|
44
|
-
"Prompts": {
|
|
45
|
-
"FirstPoint": "Identify center",
|
|
46
|
-
"NextPoint": "Define radius"
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
"Ellipse": {
|
|
50
|
-
"keyin": "Markup Ellipse",
|
|
51
|
-
"description": "Draw ellipse",
|
|
52
|
-
"flyover": "Ellipse"
|
|
53
|
-
},
|
|
54
|
-
"Arrow": {
|
|
55
|
-
"keyin": "Markup Arrow",
|
|
56
|
-
"description": "Draw arrow",
|
|
57
|
-
"flyover": "Arrow"
|
|
58
|
-
},
|
|
59
|
-
"Distance": {
|
|
60
|
-
"keyin": "Markup Distance",
|
|
61
|
-
"description": "Markup distance between points"
|
|
62
|
-
},
|
|
63
|
-
"Cloud": {
|
|
64
|
-
"keyin": "Markup Cloud",
|
|
65
|
-
"description": "Draw cloud",
|
|
66
|
-
"flyover": "Cloud"
|
|
67
|
-
},
|
|
68
|
-
"Sketch": {
|
|
69
|
-
"keyin": "Markup Sketch",
|
|
70
|
-
"description": "Draw freehand sketch",
|
|
71
|
-
"flyover": "Sketch"
|
|
72
|
-
},
|
|
73
|
-
"Symbol": {
|
|
74
|
-
"keyin": "Markup Symbol",
|
|
75
|
-
"description": "Place symbol",
|
|
76
|
-
"Prompts": {
|
|
77
|
-
"FirstPoint": "Define center or drag to define corners"
|
|
78
|
-
}
|
|
79
|
-
},
|
|
80
|
-
"Text": {
|
|
81
|
-
"Place": {
|
|
82
|
-
"keyin": "Place Markup Text",
|
|
83
|
-
"description": "Add text box",
|
|
84
|
-
"Prompts": {
|
|
85
|
-
"FirstPoint": "Identify text location"
|
|
86
|
-
}
|
|
87
|
-
},
|
|
88
|
-
"Edit": {
|
|
89
|
-
"keyin": "Edit Markup Text",
|
|
90
|
-
"description": "Edit text",
|
|
91
|
-
"Prompts": {
|
|
92
|
-
"FirstPoint": "Enter text"
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"actions": {
|
|
3
|
+
"modify": "Modify markup",
|
|
4
|
+
"group": "Group markups",
|
|
5
|
+
"ungroup": "Ungroup markup",
|
|
6
|
+
"delete": "Delete markup",
|
|
7
|
+
"copy": "Copy markup",
|
|
8
|
+
"toFront": "Bring to front",
|
|
9
|
+
"toBack": "Send To back"
|
|
10
|
+
},
|
|
11
|
+
"tools": {
|
|
12
|
+
"Markup": {
|
|
13
|
+
"Select": {
|
|
14
|
+
"keyin": "Markup Select",
|
|
15
|
+
"description": "Markup selection tool",
|
|
16
|
+
"Prompts": {
|
|
17
|
+
"IdentifyMarkup": "Identify markup element",
|
|
18
|
+
"AcceptMarkup": "Accept markup element"
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"Line": {
|
|
22
|
+
"keyin": "Markup Line",
|
|
23
|
+
"description": "Draw line",
|
|
24
|
+
"flyover": "Line"
|
|
25
|
+
},
|
|
26
|
+
"Rectangle": {
|
|
27
|
+
"keyin": "Markup Rectangle",
|
|
28
|
+
"description": "Draw rectangle",
|
|
29
|
+
"flyover": "Rectangle"
|
|
30
|
+
},
|
|
31
|
+
"Polygon": {
|
|
32
|
+
"keyin": "Markup Polygon",
|
|
33
|
+
"description": "Draw polygon",
|
|
34
|
+
"flyover": "Polygon",
|
|
35
|
+
"Prompts": {
|
|
36
|
+
"FirstPoint": "Identify center",
|
|
37
|
+
"NextPoint": "Define point on edge"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"Circle": {
|
|
41
|
+
"keyin": "Markup Circle",
|
|
42
|
+
"description": "Draw circle",
|
|
43
|
+
"flyover": "Circle",
|
|
44
|
+
"Prompts": {
|
|
45
|
+
"FirstPoint": "Identify center",
|
|
46
|
+
"NextPoint": "Define radius"
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
"Ellipse": {
|
|
50
|
+
"keyin": "Markup Ellipse",
|
|
51
|
+
"description": "Draw ellipse",
|
|
52
|
+
"flyover": "Ellipse"
|
|
53
|
+
},
|
|
54
|
+
"Arrow": {
|
|
55
|
+
"keyin": "Markup Arrow",
|
|
56
|
+
"description": "Draw arrow",
|
|
57
|
+
"flyover": "Arrow"
|
|
58
|
+
},
|
|
59
|
+
"Distance": {
|
|
60
|
+
"keyin": "Markup Distance",
|
|
61
|
+
"description": "Markup distance between points"
|
|
62
|
+
},
|
|
63
|
+
"Cloud": {
|
|
64
|
+
"keyin": "Markup Cloud",
|
|
65
|
+
"description": "Draw cloud",
|
|
66
|
+
"flyover": "Cloud"
|
|
67
|
+
},
|
|
68
|
+
"Sketch": {
|
|
69
|
+
"keyin": "Markup Sketch",
|
|
70
|
+
"description": "Draw freehand sketch",
|
|
71
|
+
"flyover": "Sketch"
|
|
72
|
+
},
|
|
73
|
+
"Symbol": {
|
|
74
|
+
"keyin": "Markup Symbol",
|
|
75
|
+
"description": "Place symbol",
|
|
76
|
+
"Prompts": {
|
|
77
|
+
"FirstPoint": "Define center or drag to define corners"
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
"Text": {
|
|
81
|
+
"Place": {
|
|
82
|
+
"keyin": "Place Markup Text",
|
|
83
|
+
"description": "Add text box",
|
|
84
|
+
"Prompts": {
|
|
85
|
+
"FirstPoint": "Identify text location"
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
"Edit": {
|
|
89
|
+
"keyin": "Edit Markup Text",
|
|
90
|
+
"description": "Edit text",
|
|
91
|
+
"Prompts": {
|
|
92
|
+
"FirstPoint": "Enter text"
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-markup",
|
|
3
|
-
"version": "5.5.0-dev.
|
|
3
|
+
"version": "5.5.0-dev.5",
|
|
4
4
|
"description": "iTwin.js markup package",
|
|
5
5
|
"main": "lib/cjs/core-markup.js",
|
|
6
6
|
"module": "lib/esm/core-markup.js",
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
"@svgdotjs/svg.js": "3.0.16"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
|
-
"@itwin/core-bentley": "5.5.0-dev.
|
|
31
|
-
"@itwin/core-
|
|
32
|
-
"@itwin/core-common": "5.5.0-dev.
|
|
33
|
-
"@itwin/core-
|
|
30
|
+
"@itwin/core-bentley": "5.5.0-dev.5",
|
|
31
|
+
"@itwin/core-frontend": "5.5.0-dev.5",
|
|
32
|
+
"@itwin/core-common": "5.5.0-dev.5",
|
|
33
|
+
"@itwin/core-geometry": "5.5.0-dev.5"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@itwin/eslint-plugin": "5.2.2-dev.2",
|
|
@@ -48,12 +48,12 @@
|
|
|
48
48
|
"source-map-loader": "^5.0.0",
|
|
49
49
|
"typescript": "~5.6.2",
|
|
50
50
|
"webpack": "^5.97.1",
|
|
51
|
-
"@itwin/build-tools": "5.5.0-dev.
|
|
52
|
-
"@itwin/core-
|
|
53
|
-
"@itwin/
|
|
54
|
-
"@itwin/core-
|
|
55
|
-
"@itwin/
|
|
56
|
-
"@itwin/core-
|
|
51
|
+
"@itwin/build-tools": "5.5.0-dev.5",
|
|
52
|
+
"@itwin/core-frontend": "5.5.0-dev.5",
|
|
53
|
+
"@itwin/core-common": "5.5.0-dev.5",
|
|
54
|
+
"@itwin/core-bentley": "5.5.0-dev.5",
|
|
55
|
+
"@itwin/certa": "5.5.0-dev.5",
|
|
56
|
+
"@itwin/core-geometry": "5.5.0-dev.5"
|
|
57
57
|
},
|
|
58
58
|
"nyc": {
|
|
59
59
|
"extends": "./node_modules/@itwin/build-tools/.nycrc"
|