@operato/board 0.3.2 → 0.3.9

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 (115) hide show
  1. package/CHANGELOG.md +61 -0
  2. package/custom-elements.json +943 -1164
  3. package/dist/src/component/container.js +2 -2
  4. package/dist/src/component/container.js.map +1 -1
  5. package/dist/src/component/etc.js +3 -3
  6. package/dist/src/component/etc.js.map +1 -1
  7. package/dist/src/component/line.js +5 -5
  8. package/dist/src/component/line.js.map +1 -1
  9. package/dist/src/component/shape.js +6 -6
  10. package/dist/src/component/shape.js.map +1 -1
  11. package/dist/src/component/text-and-media.js +5 -5
  12. package/dist/src/component/text-and-media.js.map +1 -1
  13. package/dist/src/modeller/component-toolbar/component-menu.js +2 -2
  14. package/dist/src/modeller/component-toolbar/component-menu.js.map +1 -1
  15. package/dist/src/modeller/edit-toolbar-style.js +4 -4
  16. package/dist/src/modeller/edit-toolbar-style.js.map +1 -1
  17. package/dist/src/modeller/edit-toolbar.d.ts +1 -1
  18. package/dist/src/modeller/edit-toolbar.js +1 -1
  19. package/dist/src/modeller/edit-toolbar.js.map +1 -1
  20. package/dist/src/modeller/property-sidebar/effects/property-shadow.js +2 -2
  21. package/dist/src/modeller/property-sidebar/effects/property-shadow.js.map +1 -1
  22. package/dist/src/modeller/property-sidebar/inspector/inspector.d.ts +1 -1
  23. package/dist/src/modeller/property-sidebar/inspector/inspector.js +2 -2
  24. package/dist/src/modeller/property-sidebar/inspector/inspector.js.map +1 -1
  25. package/dist/src/modeller/property-sidebar/property-shared-style.js +1 -1
  26. package/dist/src/modeller/property-sidebar/property-shared-style.js.map +1 -1
  27. package/dist/src/modeller/property-sidebar/property-sidebar.js +2 -2
  28. package/dist/src/modeller/property-sidebar/property-sidebar.js.map +1 -1
  29. package/dist/src/modeller/property-sidebar/shapes/box-padding-editor-styles.js +1 -1
  30. package/dist/src/modeller/property-sidebar/shapes/box-padding-editor-styles.js.map +1 -1
  31. package/dist/src/modeller/property-sidebar/shapes/shapes.js +2 -2
  32. package/dist/src/modeller/property-sidebar/shapes/shapes.js.map +1 -1
  33. package/dist/src/modeller/property-sidebar/specifics/specific-properties-builder.js +9 -6
  34. package/dist/src/modeller/property-sidebar/specifics/specific-properties-builder.js.map +1 -1
  35. package/dist/src/modeller/property-sidebar/styles/styles.js +5 -5
  36. package/dist/src/modeller/property-sidebar/styles/styles.js.map +1 -1
  37. package/dist/src/ox-board-modeller.js +21 -1
  38. package/dist/src/ox-board-modeller.js.map +1 -1
  39. package/dist/src/ox-board-player.js +2 -3
  40. package/dist/src/ox-board-player.js.map +1 -1
  41. package/dist/src/ox-board-viewer.js +3 -4
  42. package/dist/src/ox-board-viewer.js.map +1 -1
  43. package/dist/tsconfig.tsbuildinfo +1 -1
  44. package/{assets/images → icons}/components/audio.png +0 -0
  45. package/{assets/images → icons}/components/both-arrow.png +0 -0
  46. package/{assets/images → icons}/components/color-image.png +0 -0
  47. package/{assets/images → icons}/components/container.png +0 -0
  48. package/{assets/images → icons}/components/dash.png +0 -0
  49. package/{assets/images → icons}/components/donut.png +0 -0
  50. package/{assets/images → icons}/components/ellipse.png +0 -0
  51. package/{assets/images → icons}/components/forklift.png +0 -0
  52. package/{assets/images → icons}/components/gif-image.png +0 -0
  53. package/{assets/images → icons}/components/global-reference.png +0 -0
  54. package/{assets/images → icons}/components/gray-image.png +0 -0
  55. package/{assets/images → icons}/components/humidity-sensor.png +0 -0
  56. package/{assets/images → icons}/components/info-window.png +0 -0
  57. package/{assets/images → icons}/components/line.png +0 -0
  58. package/{assets/images → icons}/components/local-reference.png +0 -0
  59. package/{assets/images → icons}/components/no-image.png +0 -0
  60. package/{assets/images → icons}/components/person.png +0 -0
  61. package/{assets/images → icons}/components/polygon.png +0 -0
  62. package/{assets/images → icons}/components/polyline.png +0 -0
  63. package/{assets/images → icons}/components/popup.png +0 -0
  64. package/{assets/images → icons}/components/rect.png +0 -0
  65. package/{assets/images → icons}/components/single-arrow.png +0 -0
  66. package/{assets/images → icons}/components/star.png +0 -0
  67. package/{assets/images → icons}/components/text.png +0 -0
  68. package/{assets/images → icons}/components/triangle.png +0 -0
  69. package/icons/icon-collapse-active.png +0 -0
  70. package/icons/icon-collapse.png +0 -0
  71. package/icons/icon-fullscreen.png +0 -0
  72. package/icons/icon-htoolbar.png +0 -0
  73. package/icons/icon-properties-arrow-type.png +0 -0
  74. package/icons/icon-properties-gradient-direction.png +0 -0
  75. package/icons/icon-properties-label.png +0 -0
  76. package/icons/icon-properties-line-type.png +0 -0
  77. package/icons/icon-properties-padding.png +0 -0
  78. package/icons/icon-properties-ratio.png +0 -0
  79. package/icons/icon-properties-table.png +0 -0
  80. package/icons/icon-properties.png +0 -0
  81. package/icons/icon-shell-inspector.png +0 -0
  82. package/package.json +13 -14
  83. package/src/component/container.ts +3 -2
  84. package/src/component/etc.ts +4 -3
  85. package/src/component/line.ts +6 -5
  86. package/src/component/shape.ts +7 -6
  87. package/src/component/text-and-media.ts +6 -5
  88. package/src/modeller/component-toolbar/component-menu.ts +5 -3
  89. package/src/modeller/edit-toolbar-style.ts +4 -4
  90. package/src/modeller/edit-toolbar.ts +3 -2
  91. package/src/modeller/property-sidebar/effects/property-shadow.ts +3 -2
  92. package/src/modeller/property-sidebar/inspector/inspector.ts +4 -4
  93. package/src/modeller/property-sidebar/property-shared-style.ts +1 -1
  94. package/src/modeller/property-sidebar/property-sidebar.ts +3 -3
  95. package/src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts +1 -1
  96. package/src/modeller/property-sidebar/shapes/shapes.ts +2 -2
  97. package/src/modeller/property-sidebar/specifics/specific-properties-builder.ts +11 -7
  98. package/src/modeller/property-sidebar/styles/styles.ts +5 -5
  99. package/src/ox-board-modeller.ts +27 -1
  100. package/src/ox-board-player.ts +3 -3
  101. package/src/ox-board-viewer.ts +3 -4
  102. package/@types/global/index.d.ts +0 -1
  103. package/assets/images/icon-vtoolbar.png +0 -0
  104. package/dist/src/utils/fullscreen.d.ts +0 -14
  105. package/dist/src/utils/fullscreen.js +0 -69
  106. package/dist/src/utils/fullscreen.js.map +0 -1
  107. package/dist/src/utils/os.d.ts +0 -20
  108. package/dist/src/utils/os.js +0 -41
  109. package/dist/src/utils/os.js.map +0 -1
  110. package/dist/src/utils/swipe-listener.d.ts +0 -10
  111. package/dist/src/utils/swipe-listener.js +0 -257
  112. package/dist/src/utils/swipe-listener.js.map +0 -1
  113. package/src/utils/fullscreen.ts +0 -82
  114. package/src/utils/os.ts +0 -41
  115. package/src/utils/swipe-listener.ts +0 -290
package/CHANGELOG.md CHANGED
@@ -3,6 +3,67 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ### [0.3.9](https://github.com/hatiolab/operato/compare/v0.3.8...v0.3.9) (2022-01-15)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * move @operato/board/utils to @operato/utils ([06ba865](https://github.com/hatiolab/operato/commit/06ba865ac70bd65166fd20b6d23cc5241d9fca17))
12
+
13
+
14
+
15
+ ### [0.3.8](https://github.com/hatiolab/operato/compare/v0.3.7...v0.3.8) (2022-01-14)
16
+
17
+ **Note:** Version bump only for package @operato/board
18
+
19
+
20
+
21
+
22
+
23
+ ### [0.3.7](https://github.com/hatiolab/operato/compare/v0.3.6...v0.3.7) (2022-01-09)
24
+
25
+ **Note:** Version bump only for package @operato/board
26
+
27
+
28
+
29
+
30
+
31
+ ### [0.3.6](https://github.com/hatiolab/operato/compare/v0.3.5...v0.3.6) (2022-01-09)
32
+
33
+ **Note:** Version bump only for package @operato/board
34
+
35
+
36
+
37
+
38
+
39
+ ### [0.3.5](https://github.com/hatiolab/operato/compare/v0.3.4...v0.3.5) (2022-01-09)
40
+
41
+
42
+ ### :bug: Bug Fix
43
+
44
+ * oops spinner ([c9ea72f](https://github.com/hatiolab/operato/commit/c9ea72f34c5e3fe298a0768d9bf4904c436784ac))
45
+
46
+
47
+
48
+ ### [0.3.4](https://github.com/hatiolab/operato/compare/v0.3.3...v0.3.4) (2022-01-03)
49
+
50
+ **Note:** Version bump only for package @operato/board
51
+
52
+
53
+
54
+
55
+
56
+ ### [0.3.3](https://github.com/hatiolab/operato/compare/v0.3.2...v0.3.3) (2022-01-03)
57
+
58
+
59
+ ### :bug: Bug Fix
60
+
61
+ * [@things-factory](https://github.com/things-factory)@4.0.27 for webpack5 ([f855e9a](https://github.com/hatiolab/operato/commit/f855e9a40464cad435eb80e299cb41dc3122421f))
62
+ * apply import.meta.url into @operato/board ([1262fbe](https://github.com/hatiolab/operato/commit/1262fbec19798ac5fb0f1a430cabb48c9d8f3f35))
63
+ * apply import.meta.url into @operato/board and @operato/markdown ([2d6d387](https://github.com/hatiolab/operato/commit/2d6d3874c33555aac2efe9a4750698f03b036f01))
64
+
65
+
66
+
6
67
  ### [0.3.2](https://github.com/hatiolab/operato/compare/v0.3.1...v0.3.2) (2022-01-03)
7
68
 
8
69