@operato/board 0.3.1 → 0.3.8

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