@itwin/core-markup 3.6.0-dev.8 → 3.7.0-dev.1

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.
Files changed (52) hide show
  1. package/CHANGELOG.md +31 -1
  2. package/LICENSE.md +1 -1
  3. package/lib/cjs/Markup.d.ts +310 -310
  4. package/lib/cjs/Markup.js +420 -420
  5. package/lib/cjs/Markup.js.map +1 -1
  6. package/lib/cjs/MarkupTool.d.ts +38 -38
  7. package/lib/cjs/MarkupTool.js +88 -88
  8. package/lib/cjs/MarkupTool.js.map +1 -1
  9. package/lib/cjs/RedlineTool.d.ts +145 -145
  10. package/lib/cjs/RedlineTool.js +512 -512
  11. package/lib/cjs/RedlineTool.js.map +1 -1
  12. package/lib/cjs/SelectTool.d.ts +126 -126
  13. package/lib/cjs/SelectTool.js +741 -741
  14. package/lib/cjs/SelectTool.js.map +1 -1
  15. package/lib/cjs/SvgJsExt.d.ts +85 -85
  16. package/lib/cjs/SvgJsExt.js +185 -185
  17. package/lib/cjs/SvgJsExt.js.map +1 -1
  18. package/lib/cjs/TextEdit.d.ts +43 -43
  19. package/lib/cjs/TextEdit.js +196 -196
  20. package/lib/cjs/TextEdit.js.map +1 -1
  21. package/lib/cjs/Undo.d.ts +46 -46
  22. package/lib/cjs/Undo.js +168 -168
  23. package/lib/cjs/Undo.js.map +1 -1
  24. package/lib/cjs/core-markup.d.ts +18 -18
  25. package/lib/cjs/core-markup.js +34 -34
  26. package/lib/cjs/core-markup.js.map +1 -1
  27. package/lib/esm/Markup.d.ts +310 -310
  28. package/lib/esm/Markup.js +415 -415
  29. package/lib/esm/Markup.js.map +1 -1
  30. package/lib/esm/MarkupTool.d.ts +38 -38
  31. package/lib/esm/MarkupTool.js +84 -84
  32. package/lib/esm/MarkupTool.js.map +1 -1
  33. package/lib/esm/RedlineTool.d.ts +145 -145
  34. package/lib/esm/RedlineTool.js +498 -498
  35. package/lib/esm/RedlineTool.js.map +1 -1
  36. package/lib/esm/SelectTool.d.ts +126 -126
  37. package/lib/esm/SelectTool.js +734 -734
  38. package/lib/esm/SelectTool.js.map +1 -1
  39. package/lib/esm/SvgJsExt.d.ts +85 -85
  40. package/lib/esm/SvgJsExt.js +180 -180
  41. package/lib/esm/SvgJsExt.js.map +1 -1
  42. package/lib/esm/TextEdit.d.ts +43 -43
  43. package/lib/esm/TextEdit.js +191 -191
  44. package/lib/esm/TextEdit.js.map +1 -1
  45. package/lib/esm/Undo.d.ts +46 -46
  46. package/lib/esm/Undo.js +164 -164
  47. package/lib/esm/Undo.js.map +1 -1
  48. package/lib/esm/core-markup.d.ts +18 -18
  49. package/lib/esm/core-markup.js +22 -22
  50. package/lib/esm/core-markup.js.map +1 -1
  51. package/lib/public/locales/en/MarkupTools.json +98 -98
  52. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,6 +1,36 @@
1
1
  # Change Log - @itwin/core-markup
2
2
 
3
- This log was last generated on Wed, 07 Dec 2022 19:12:37 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 08 Feb 2023 14:58:40 GMT and should not be manually modified.
4
+
5
+ ## 3.6.0
6
+ Wed, 08 Feb 2023 14:58:40 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.5.5
11
+ Thu, 26 Jan 2023 22:53:27 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 3.5.4
16
+ Wed, 18 Jan 2023 15:27:15 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 3.5.3
21
+ Fri, 13 Jan 2023 17:23:07 GMT
22
+
23
+ _Version update only_
24
+
25
+ ## 3.5.2
26
+ Wed, 11 Jan 2023 16:46:30 GMT
27
+
28
+ _Version update only_
29
+
30
+ ## 3.5.1
31
+ Thu, 15 Dec 2022 16:38:28 GMT
32
+
33
+ _Version update only_
4
34
 
5
35
  ## 3.5.0
6
36
  Wed, 07 Dec 2022 19:12:37 GMT
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # MIT License
2
2
 
3
- Copyright © 2017-2022 Bentley Systems, Incorporated. All rights reserved.
3
+ Copyright © 2017-2023 Bentley Systems, Incorporated. All rights reserved.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
6