@operato/board 0.2.52 → 0.3.7

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 (147) hide show
  1. package/CHANGELOG.md +76 -0
  2. package/custom-elements.json +2565 -2474
  3. package/demo/index.html +3 -3
  4. package/dist/src/component/container.js +2 -2
  5. package/dist/src/component/container.js.map +1 -1
  6. package/dist/src/component/etc.js +3 -3
  7. package/dist/src/component/etc.js.map +1 -1
  8. package/dist/src/component/line.js +5 -5
  9. package/dist/src/component/line.js.map +1 -1
  10. package/dist/src/component/shape.js +6 -6
  11. package/dist/src/component/shape.js.map +1 -1
  12. package/dist/src/component/text-and-media.js +5 -5
  13. package/dist/src/component/text-and-media.js.map +1 -1
  14. package/dist/src/index.d.ts +3 -0
  15. package/dist/src/index.js +3 -0
  16. package/dist/src/index.js.map +1 -1
  17. package/dist/src/modeller/component-toolbar/component-menu.js +2 -2
  18. package/dist/src/modeller/component-toolbar/component-menu.js.map +1 -1
  19. package/dist/src/modeller/component-toolbar/component-toolbar.js +35 -1
  20. package/dist/src/modeller/component-toolbar/component-toolbar.js.map +1 -1
  21. package/dist/src/modeller/component-toolbar/mode-icons.d.ts +2 -0
  22. package/dist/src/modeller/component-toolbar/mode-icons.js +86 -0
  23. package/dist/src/modeller/component-toolbar/mode-icons.js.map +1 -0
  24. package/dist/src/modeller/edit-toolbar-style.js +4 -4
  25. package/dist/src/modeller/edit-toolbar-style.js.map +1 -1
  26. package/dist/src/modeller/edit-toolbar.d.ts +1 -1
  27. package/dist/src/modeller/edit-toolbar.js +1 -1
  28. package/dist/src/modeller/edit-toolbar.js.map +1 -1
  29. package/dist/src/modeller/property-sidebar/data-binding/data-binding-mapper.d.ts +2 -2
  30. package/dist/src/modeller/property-sidebar/data-binding/data-binding-mapper.js +4 -5
  31. package/dist/src/modeller/property-sidebar/data-binding/data-binding-mapper.js.map +1 -1
  32. package/dist/src/modeller/property-sidebar/data-binding/data-binding.d.ts +2 -2
  33. package/dist/src/modeller/property-sidebar/data-binding/data-binding.js +3 -3
  34. package/dist/src/modeller/property-sidebar/data-binding/data-binding.js.map +1 -1
  35. package/dist/src/modeller/property-sidebar/effects/effects.js +2 -2
  36. package/dist/src/modeller/property-sidebar/effects/effects.js.map +1 -1
  37. package/dist/src/modeller/property-sidebar/effects/property-animation.d.ts +1 -1
  38. package/dist/src/modeller/property-sidebar/effects/property-animation.js +2 -2
  39. package/dist/src/modeller/property-sidebar/effects/property-animation.js.map +1 -1
  40. package/dist/src/modeller/property-sidebar/effects/property-animations.js +2 -2
  41. package/dist/src/modeller/property-sidebar/effects/property-animations.js.map +1 -1
  42. package/dist/src/modeller/property-sidebar/effects/property-event-hover.d.ts +1 -1
  43. package/dist/src/modeller/property-sidebar/effects/property-event-hover.js +3 -3
  44. package/dist/src/modeller/property-sidebar/effects/property-event-hover.js.map +1 -1
  45. package/dist/src/modeller/property-sidebar/effects/property-event-tap.d.ts +1 -1
  46. package/dist/src/modeller/property-sidebar/effects/property-event-tap.js +3 -3
  47. package/dist/src/modeller/property-sidebar/effects/property-event-tap.js.map +1 -1
  48. package/dist/src/modeller/property-sidebar/effects/property-event.js +2 -2
  49. package/dist/src/modeller/property-sidebar/effects/property-event.js.map +1 -1
  50. package/dist/src/modeller/property-sidebar/effects/property-shadow.js +2 -2
  51. package/dist/src/modeller/property-sidebar/effects/property-shadow.js.map +1 -1
  52. package/dist/src/modeller/property-sidebar/inspector/inspector.d.ts +1 -1
  53. package/dist/src/modeller/property-sidebar/inspector/inspector.js +3 -3
  54. package/dist/src/modeller/property-sidebar/inspector/inspector.js.map +1 -1
  55. package/dist/src/modeller/property-sidebar/property-shared-style.js +1 -1
  56. package/dist/src/modeller/property-sidebar/property-shared-style.js.map +1 -1
  57. package/dist/src/modeller/property-sidebar/property-sidebar.js +2 -2
  58. package/dist/src/modeller/property-sidebar/property-sidebar.js.map +1 -1
  59. package/dist/src/modeller/property-sidebar/shapes/box-padding-editor-styles.js +1 -1
  60. package/dist/src/modeller/property-sidebar/shapes/box-padding-editor-styles.js.map +1 -1
  61. package/dist/src/modeller/property-sidebar/shapes/shapes.d.ts +2 -2
  62. package/dist/src/modeller/property-sidebar/shapes/shapes.js +5 -5
  63. package/dist/src/modeller/property-sidebar/shapes/shapes.js.map +1 -1
  64. package/dist/src/modeller/property-sidebar/specifics/specific-properties-builder.js +10 -7
  65. package/dist/src/modeller/property-sidebar/specifics/specific-properties-builder.js.map +1 -1
  66. package/dist/src/modeller/property-sidebar/styles/styles.js +5 -5
  67. package/dist/src/modeller/property-sidebar/styles/styles.js.map +1 -1
  68. package/dist/src/ox-board-list.d.ts +1 -1
  69. package/dist/src/ox-board-list.js +4 -4
  70. package/dist/src/ox-board-list.js.map +1 -1
  71. package/dist/src/ox-board-modeller.d.ts +2 -2
  72. package/dist/src/ox-board-modeller.js +23 -3
  73. package/dist/src/ox-board-modeller.js.map +1 -1
  74. package/dist/tsconfig.tsbuildinfo +1 -1
  75. package/{assets/images → icons}/components/audio.png +0 -0
  76. package/{assets/images → icons}/components/both-arrow.png +0 -0
  77. package/{assets/images → icons}/components/color-image.png +0 -0
  78. package/{assets/images → icons}/components/container.png +0 -0
  79. package/{assets/images → icons}/components/dash.png +0 -0
  80. package/{assets/images → icons}/components/donut.png +0 -0
  81. package/{assets/images → icons}/components/ellipse.png +0 -0
  82. package/{assets/images → icons}/components/forklift.png +0 -0
  83. package/{assets/images → icons}/components/gif-image.png +0 -0
  84. package/{assets/images → icons}/components/global-reference.png +0 -0
  85. package/{assets/images → icons}/components/gray-image.png +0 -0
  86. package/{assets/images → icons}/components/humidity-sensor.png +0 -0
  87. package/{assets/images → icons}/components/info-window.png +0 -0
  88. package/{assets/images → icons}/components/line.png +0 -0
  89. package/{assets/images → icons}/components/local-reference.png +0 -0
  90. package/{assets/images → icons}/components/no-image.png +0 -0
  91. package/{assets/images → icons}/components/person.png +0 -0
  92. package/{assets/images → icons}/components/polygon.png +0 -0
  93. package/{assets/images → icons}/components/polyline.png +0 -0
  94. package/{assets/images → icons}/components/popup.png +0 -0
  95. package/{assets/images → icons}/components/rect.png +0 -0
  96. package/{assets/images → icons}/components/single-arrow.png +0 -0
  97. package/{assets/images → icons}/components/star.png +0 -0
  98. package/{assets/images → icons}/components/text.png +0 -0
  99. package/{assets/images → icons}/components/triangle.png +0 -0
  100. package/icons/icon-collapse-active.png +0 -0
  101. package/icons/icon-collapse.png +0 -0
  102. package/icons/icon-fullscreen.png +0 -0
  103. package/icons/icon-htoolbar.png +0 -0
  104. package/icons/icon-properties-arrow-type.png +0 -0
  105. package/icons/icon-properties-gradient-direction.png +0 -0
  106. package/icons/icon-properties-label.png +0 -0
  107. package/icons/icon-properties-line-type.png +0 -0
  108. package/icons/icon-properties-padding.png +0 -0
  109. package/icons/icon-properties-ratio.png +0 -0
  110. package/icons/icon-properties-table.png +0 -0
  111. package/icons/icon-properties.png +0 -0
  112. package/icons/icon-shell-inspector.png +0 -0
  113. package/package.json +21 -14
  114. package/src/component/container.ts +3 -2
  115. package/src/component/etc.ts +4 -3
  116. package/src/component/line.ts +6 -5
  117. package/src/component/shape.ts +7 -6
  118. package/src/component/text-and-media.ts +6 -5
  119. package/src/index.ts +5 -0
  120. package/src/modeller/component-toolbar/component-menu.ts +5 -3
  121. package/src/modeller/component-toolbar/component-toolbar.ts +39 -1
  122. package/src/modeller/component-toolbar/mode-icons.ts +86 -0
  123. package/src/modeller/edit-toolbar-style.ts +4 -4
  124. package/src/modeller/edit-toolbar.ts +3 -2
  125. package/src/modeller/property-sidebar/data-binding/data-binding-mapper.ts +5 -5
  126. package/src/modeller/property-sidebar/data-binding/data-binding.ts +5 -4
  127. package/src/modeller/property-sidebar/effects/effects.ts +2 -3
  128. package/src/modeller/property-sidebar/effects/property-animation.ts +2 -2
  129. package/src/modeller/property-sidebar/effects/property-animations.ts +2 -3
  130. package/src/modeller/property-sidebar/effects/property-event-hover.ts +4 -3
  131. package/src/modeller/property-sidebar/effects/property-event-tap.ts +4 -3
  132. package/src/modeller/property-sidebar/effects/property-event.ts +2 -3
  133. package/src/modeller/property-sidebar/effects/property-shadow.ts +2 -2
  134. package/src/modeller/property-sidebar/inspector/inspector.ts +5 -5
  135. package/src/modeller/property-sidebar/property-shared-style.ts +1 -1
  136. package/src/modeller/property-sidebar/property-sidebar.ts +3 -3
  137. package/src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts +1 -1
  138. package/src/modeller/property-sidebar/shapes/shapes.ts +5 -5
  139. package/src/modeller/property-sidebar/specifics/specific-properties-builder.ts +12 -8
  140. package/src/modeller/property-sidebar/styles/styles.ts +5 -5
  141. package/src/ox-board-list.ts +7 -7
  142. package/src/ox-board-modeller.ts +32 -5
  143. package/tsconfig.json +1 -0
  144. package/web-dev-server.config.mjs +2 -0
  145. package/yarn-error.log +18355 -0
  146. package/@types/global/index.d.ts +0 -1
  147. package/assets/images/icon-vtoolbar.png +0 -0
package/CHANGELOG.md CHANGED
@@ -3,6 +3,82 @@
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.7](https://github.com/hatiolab/operato/compare/v0.3.6...v0.3.7) (2022-01-09)
7
+
8
+ **Note:** Version bump only for package @operato/board
9
+
10
+
11
+
12
+
13
+
14
+ ### [0.3.6](https://github.com/hatiolab/operato/compare/v0.3.5...v0.3.6) (2022-01-09)
15
+
16
+ **Note:** Version bump only for package @operato/board
17
+
18
+
19
+
20
+
21
+
22
+ ### [0.3.5](https://github.com/hatiolab/operato/compare/v0.3.4...v0.3.5) (2022-01-09)
23
+
24
+
25
+ ### :bug: Bug Fix
26
+
27
+ * oops spinner ([c9ea72f](https://github.com/hatiolab/operato/commit/c9ea72f34c5e3fe298a0768d9bf4904c436784ac))
28
+
29
+
30
+
31
+ ### [0.3.4](https://github.com/hatiolab/operato/compare/v0.3.3...v0.3.4) (2022-01-03)
32
+
33
+ **Note:** Version bump only for package @operato/board
34
+
35
+
36
+
37
+
38
+
39
+ ### [0.3.3](https://github.com/hatiolab/operato/compare/v0.3.2...v0.3.3) (2022-01-03)
40
+
41
+
42
+ ### :bug: Bug Fix
43
+
44
+ * [@things-factory](https://github.com/things-factory)@4.0.27 for webpack5 ([f855e9a](https://github.com/hatiolab/operato/commit/f855e9a40464cad435eb80e299cb41dc3122421f))
45
+ * apply import.meta.url into @operato/board ([1262fbe](https://github.com/hatiolab/operato/commit/1262fbec19798ac5fb0f1a430cabb48c9d8f3f35))
46
+ * apply import.meta.url into @operato/board and @operato/markdown ([2d6d387](https://github.com/hatiolab/operato/commit/2d6d3874c33555aac2efe9a4750698f03b036f01))
47
+
48
+
49
+
50
+ ### [0.3.2](https://github.com/hatiolab/operato/compare/v0.3.1...v0.3.2) (2022-01-03)
51
+
52
+
53
+ ### :bug: Bug Fix
54
+
55
+ * custem-elements ([8cf6675](https://github.com/hatiolab/operato/commit/8cf667565c1a04576dfa9cb39fac885ad0455f27))
56
+
57
+
58
+
59
+ ### [0.3.1](https://github.com/hatiolab/operato/compare/v0.3.0...v0.3.1) (2021-12-31)
60
+
61
+ **Note:** Version bump only for package @operato/board
62
+
63
+
64
+
65
+
66
+
67
+ ## [0.3.0](https://github.com/hatiolab/operato/compare/v0.2.52...v0.3.0) (2021-12-31)
68
+
69
+
70
+ ### :bug: Bug Fix
71
+
72
+ * reveal mode-change button for board ([8f7f27f](https://github.com/hatiolab/operato/commit/8f7f27ff0c6a98b0f006aa622bf7e598a2094b64))
73
+
74
+
75
+ ### :rocket: New Features
76
+
77
+ * add tsconfig option useDefineForClassFields ([6291438](https://github.com/hatiolab/operato/commit/6291438571eee0f095064e7d2ada1c620832e092))
78
+ * support package.json exports ([3717fa7](https://github.com/hatiolab/operato/commit/3717fa7f87f0411f6f023ba730b84441ffa5d4a8))
79
+
80
+
81
+
6
82
  ### [0.2.52](https://github.com/hatiolab/operato/compare/v0.2.51...v0.2.52) (2021-12-21)
7
83
 
8
84