@operato/board 2.0.0-alpha.9 → 2.0.0-alpha.91

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 (104) hide show
  1. package/CHANGELOG.md +554 -0
  2. package/demo/index-modeller.html +13 -2
  3. package/demo/index-player.html +13 -2
  4. package/demo/index-viewer.html +13 -2
  5. package/demo/index.html +13 -2
  6. package/dist/src/component/etc.js +2 -2
  7. package/dist/src/component/etc.js.map +1 -1
  8. package/dist/src/modeller/component-toolbar/component-detail.d.ts +1 -1
  9. package/dist/src/modeller/component-toolbar/component-menu.d.ts +1 -1
  10. package/dist/src/modeller/component-toolbar/component-menu.js +9 -4
  11. package/dist/src/modeller/component-toolbar/component-menu.js.map +1 -1
  12. package/dist/src/modeller/component-toolbar/component-toolbar.d.ts +1 -1
  13. package/dist/src/modeller/component-toolbar/component-toolbar.js.map +1 -1
  14. package/dist/src/modeller/edit-toolbar.d.ts +1 -1
  15. package/dist/src/modeller/property-sidebar/data-binding/data-binding-mapper.d.ts +1 -1
  16. package/dist/src/modeller/property-sidebar/data-binding/data-binding-value-map.d.ts +1 -1
  17. package/dist/src/modeller/property-sidebar/data-binding/data-binding-value-range.d.ts +1 -1
  18. package/dist/src/modeller/property-sidebar/data-binding/data-binding.d.ts +2 -2
  19. package/dist/src/modeller/property-sidebar/data-binding/data-binding.js +19 -19
  20. package/dist/src/modeller/property-sidebar/data-binding/data-binding.js.map +1 -1
  21. package/dist/src/modeller/property-sidebar/effects/effects.d.ts +1 -1
  22. package/dist/src/modeller/property-sidebar/effects/property-animation.d.ts +1 -1
  23. package/dist/src/modeller/property-sidebar/effects/property-animations.d.ts +2 -2
  24. package/dist/src/modeller/property-sidebar/effects/property-animations.js +4 -4
  25. package/dist/src/modeller/property-sidebar/effects/property-animations.js.map +1 -1
  26. package/dist/src/modeller/property-sidebar/effects/property-event-hover.d.ts +1 -1
  27. package/dist/src/modeller/property-sidebar/effects/property-event-tap.d.ts +1 -1
  28. package/dist/src/modeller/property-sidebar/effects/property-event.d.ts +1 -1
  29. package/dist/src/modeller/property-sidebar/effects/property-shadow.d.ts +1 -1
  30. package/dist/src/modeller/property-sidebar/inspector/inspector.js +1 -1
  31. package/dist/src/modeller/property-sidebar/inspector/inspector.js.map +1 -1
  32. package/dist/src/modeller/property-sidebar/property-sidebar.d.ts +2 -2
  33. package/dist/src/modeller/property-sidebar/property-sidebar.js +8 -8
  34. package/dist/src/modeller/property-sidebar/property-sidebar.js.map +1 -1
  35. package/dist/src/modeller/property-sidebar/shapes/shapes.d.ts +2 -2
  36. package/dist/src/modeller/property-sidebar/shapes/shapes.js +15 -4
  37. package/dist/src/modeller/property-sidebar/shapes/shapes.js.map +1 -1
  38. package/dist/src/modeller/property-sidebar/specifics/specific-properties-builder.d.ts +1 -1
  39. package/dist/src/modeller/property-sidebar/specifics/specifics.d.ts +1 -1
  40. package/dist/src/modeller/property-sidebar/specifics/specifics.js +4 -1
  41. package/dist/src/modeller/property-sidebar/specifics/specifics.js.map +1 -1
  42. package/dist/src/modeller/property-sidebar/styles/styles.d.ts +1 -1
  43. package/dist/src/modeller/scene-viewer/ox-scene-handler.d.ts +1 -1
  44. package/dist/src/modeller/scene-viewer/ox-scene-layer.d.ts +1 -1
  45. package/dist/src/modeller/scene-viewer/ox-scene-viewer.d.ts +1 -1
  46. package/dist/src/ox-board-component-info.d.ts +2 -3
  47. package/dist/src/ox-board-component-info.js +5 -6
  48. package/dist/src/ox-board-component-info.js.map +1 -1
  49. package/dist/src/ox-board-list.js +22 -14
  50. package/dist/src/ox-board-list.js.map +1 -1
  51. package/dist/src/ox-board-modeller.d.ts +4 -3
  52. package/dist/src/ox-board-modeller.js +6 -3
  53. package/dist/src/ox-board-modeller.js.map +1 -1
  54. package/dist/src/ox-board-player-style.js +10 -10
  55. package/dist/src/ox-board-player-style.js.map +1 -1
  56. package/dist/src/ox-board-player.d.ts +2 -3
  57. package/dist/src/ox-board-player.js +17 -18
  58. package/dist/src/ox-board-player.js.map +1 -1
  59. package/dist/src/ox-board-template-list.d.ts +1 -1
  60. package/dist/src/ox-board-viewer.d.ts +3 -3
  61. package/dist/src/ox-board-viewer.js +16 -15
  62. package/dist/src/ox-board-viewer.js.map +1 -1
  63. package/dist/src/ox-editor-board-selector.d.ts +2 -2
  64. package/dist/src/ox-editor-board-selector.js +3 -3
  65. package/dist/src/ox-editor-board-selector.js.map +1 -1
  66. package/dist/src/selector/board-creation-popup.d.ts +5 -6
  67. package/dist/src/selector/board-creation-popup.js +22 -17
  68. package/dist/src/selector/board-creation-popup.js.map +1 -1
  69. package/dist/src/selector/board-thumbnail-card.d.ts +1 -1
  70. package/dist/src/selector/board-thumbnail-card.js +2 -2
  71. package/dist/src/selector/board-thumbnail-card.js.map +1 -1
  72. package/dist/src/selector/ox-board-creation-card.d.ts +2 -2
  73. package/dist/src/selector/ox-board-creation-card.js +7 -3
  74. package/dist/src/selector/ox-board-creation-card.js.map +1 -1
  75. package/dist/src/selector/ox-board-selector.d.ts +1 -1
  76. package/dist/stories/property-data-binding.stories.js +1 -0
  77. package/dist/stories/property-data-binding.stories.js.map +1 -1
  78. package/dist/tsconfig.tsbuildinfo +1 -1
  79. package/package.json +28 -28
  80. package/src/component/etc.ts +2 -2
  81. package/src/modeller/component-toolbar/component-menu.ts +9 -5
  82. package/src/modeller/component-toolbar/component-toolbar.ts +8 -5
  83. package/src/modeller/property-sidebar/data-binding/data-binding.ts +19 -19
  84. package/src/modeller/property-sidebar/effects/property-animations.ts +4 -4
  85. package/src/modeller/property-sidebar/inspector/inspector.ts +1 -1
  86. package/src/modeller/property-sidebar/property-sidebar.ts +8 -8
  87. package/src/modeller/property-sidebar/shapes/shapes.ts +15 -4
  88. package/src/modeller/property-sidebar/specifics/specifics.ts +5 -1
  89. package/src/ox-board-component-info.ts +5 -6
  90. package/src/ox-board-list.ts +22 -15
  91. package/src/ox-board-modeller.ts +6 -3
  92. package/src/ox-board-player-style.ts +10 -10
  93. package/src/ox-board-player.ts +18 -20
  94. package/src/ox-board-viewer.ts +16 -15
  95. package/src/ox-editor-board-selector.ts +3 -3
  96. package/src/selector/board-creation-popup.ts +22 -17
  97. package/src/selector/board-thumbnail-card.ts +2 -2
  98. package/src/selector/ox-board-creation-card.ts +7 -3
  99. package/stories/property-data-binding.stories.ts +2 -0
  100. package/db.sqlite +0 -0
  101. package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +0 -15
  102. package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +0 -15
  103. package/logs/application-2023-03-12-02.log +0 -14
  104. package/logs/connections-2023-03-12-02.log +0 -70
package/CHANGELOG.md CHANGED
@@ -3,6 +3,560 @@
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
+ ## [2.0.0-alpha.91](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.90...v2.0.0-alpha.91) (2024-04-19)
7
+
8
+ **Note:** Version bump only for package @operato/board
9
+
10
+
11
+
12
+
13
+
14
+ ## [2.0.0-alpha.90](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.89...v2.0.0-alpha.90) (2024-04-18)
15
+
16
+ **Note:** Version bump only for package @operato/board
17
+
18
+
19
+
20
+
21
+
22
+ ## [2.0.0-alpha.89](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.88...v2.0.0-alpha.89) (2024-04-18)
23
+
24
+ **Note:** Version bump only for package @operato/board
25
+
26
+
27
+
28
+
29
+
30
+ ## [2.0.0-alpha.88](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.87...v2.0.0-alpha.88) (2024-04-18)
31
+
32
+ **Note:** Version bump only for package @operato/board
33
+
34
+
35
+
36
+
37
+
38
+ ## [2.0.0-alpha.87](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.86...v2.0.0-alpha.87) (2024-04-17)
39
+
40
+ **Note:** Version bump only for package @operato/board
41
+
42
+
43
+
44
+
45
+
46
+ ## [2.0.0-alpha.86](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.85...v2.0.0-alpha.86) (2024-04-16)
47
+
48
+ **Note:** Version bump only for package @operato/board
49
+
50
+
51
+
52
+
53
+
54
+ ## [2.0.0-alpha.85](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.84...v2.0.0-alpha.85) (2024-04-16)
55
+
56
+
57
+ ### :bug: Bug Fix
58
+
59
+ * tweak filters-form style ([6fb293d](https://github.com/hatiolab/operato/commit/6fb293d7d34ea7b01b3011264f554158beb62621))
60
+
61
+
62
+
63
+ ## [2.0.0-alpha.82](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.81...v2.0.0-alpha.82) (2024-04-15)
64
+
65
+ **Note:** Version bump only for package @operato/board
66
+
67
+
68
+
69
+
70
+
71
+ ## [2.0.0-alpha.81](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.80...v2.0.0-alpha.81) (2024-04-15)
72
+
73
+ **Note:** Version bump only for package @operato/board
74
+
75
+
76
+
77
+
78
+
79
+ ## [2.0.0-alpha.80](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.79...v2.0.0-alpha.80) (2024-04-15)
80
+
81
+ **Note:** Version bump only for package @operato/board
82
+
83
+
84
+
85
+
86
+
87
+ ## [2.0.0-alpha.79](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.78...v2.0.0-alpha.79) (2024-04-14)
88
+
89
+ **Note:** Version bump only for package @operato/board
90
+
91
+
92
+
93
+
94
+
95
+ ## [2.0.0-alpha.78](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.77...v2.0.0-alpha.78) (2024-04-14)
96
+
97
+
98
+ ### :bug: Bug Fix
99
+
100
+ * revert @open-wc/scoped-elements to ^2.1.3 ([dfdfc57](https://github.com/hatiolab/operato/commit/dfdfc5738a54a492c580178e944b51e0b42dc512))
101
+
102
+
103
+
104
+ ## [2.0.0-alpha.77](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.76...v2.0.0-alpha.77) (2024-04-14)
105
+
106
+
107
+ ### :bug: Bug Fix
108
+
109
+ * add @webcomponents/scoped-custom-element-registry for storybook ([1f4264b](https://github.com/hatiolab/operato/commit/1f4264bd8384d8256437dfc838d22d64ec9a452d))
110
+
111
+
112
+
113
+ ## [2.0.0-alpha.76](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.75...v2.0.0-alpha.76) (2024-04-14)
114
+
115
+
116
+ ### :bug: Bug Fix
117
+
118
+ * fix: apply @open-wc/scoped-elements@3 ([929d74a](https://github.com/hatiolab/operato/commit/929d74a8febdb77379b4ecbf9e5721bbf40a2063))
119
+
120
+
121
+
122
+ ## [2.0.0-alpha.75](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.74...v2.0.0-alpha.75) (2024-04-14)
123
+
124
+
125
+ ### :bug: Bug Fix
126
+
127
+ * apply @open-wc/scoped-elements@3 ([ff1c9b4](https://github.com/hatiolab/operato/commit/ff1c9b4de393e955e2cacbf8f0c6ea307df7c76e))
128
+
129
+
130
+
131
+ ## [2.0.0-alpha.74](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.73...v2.0.0-alpha.74) (2024-04-14)
132
+
133
+
134
+ ### :bug: Bug Fix
135
+
136
+ * apply @open-wc/scoped-elements@3 ([b15def6](https://github.com/hatiolab/operato/commit/b15def6d50fefc1bfb940022a0019f36cf74335a))
137
+
138
+
139
+
140
+ ## [2.0.0-alpha.73](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.72...v2.0.0-alpha.73) (2024-04-14)
141
+
142
+
143
+ ### :bug: Bug Fix
144
+
145
+ * remove whole mwc-components ([c1a4f3e](https://github.com/hatiolab/operato/commit/c1a4f3e269f591919bf91e6afdb8bbc208e59c49))
146
+
147
+
148
+
149
+ ## [2.0.0-alpha.71](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.70...v2.0.0-alpha.71) (2024-04-13)
150
+
151
+ **Note:** Version bump only for package @operato/board
152
+
153
+
154
+
155
+
156
+
157
+ ## [2.0.0-alpha.70](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.69...v2.0.0-alpha.70) (2024-04-13)
158
+
159
+ **Note:** Version bump only for package @operato/board
160
+
161
+
162
+
163
+
164
+
165
+ ## [2.0.0-alpha.69](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.68...v2.0.0-alpha.69) (2024-04-13)
166
+
167
+
168
+ ### :bug: Bug Fix
169
+
170
+ * mwc=>md for context ([972f5fd](https://github.com/hatiolab/operato/commit/972f5fd8da02820b6d6238cf1dd099591f97d8df))
171
+
172
+
173
+
174
+ ## [2.0.0-alpha.68](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.67...v2.0.0-alpha.68) (2024-04-13)
175
+
176
+
177
+ ### :bug: Bug Fix
178
+
179
+ * mwc=>md for context ([2bc13f2](https://github.com/hatiolab/operato/commit/2bc13f285f257782f73e5d7b5d1ddd197df85393))
180
+
181
+
182
+
183
+ ## [2.0.0-alpha.64](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.63...v2.0.0-alpha.64) (2024-04-13)
184
+
185
+ **Note:** Version bump only for package @operato/board
186
+
187
+
188
+
189
+
190
+
191
+ ## [2.0.0-alpha.63](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.62...v2.0.0-alpha.63) (2024-04-12)
192
+
193
+ **Note:** Version bump only for package @operato/board
194
+
195
+
196
+
197
+
198
+
199
+ ## [2.0.0-alpha.62](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.61...v2.0.0-alpha.62) (2024-04-12)
200
+
201
+ **Note:** Version bump only for package @operato/board
202
+
203
+
204
+
205
+
206
+
207
+ ## [2.0.0-alpha.61](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.60...v2.0.0-alpha.61) (2024-04-11)
208
+
209
+ **Note:** Version bump only for package @operato/board
210
+
211
+
212
+
213
+
214
+
215
+ ## [2.0.0-alpha.60](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.59...v2.0.0-alpha.60) (2024-04-11)
216
+
217
+ **Note:** Version bump only for package @operato/board
218
+
219
+
220
+
221
+
222
+
223
+ ## [2.0.0-alpha.59](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.58...v2.0.0-alpha.59) (2024-04-11)
224
+
225
+ **Note:** Version bump only for package @operato/board
226
+
227
+
228
+
229
+
230
+
231
+ ## [2.0.0-alpha.58](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.57...v2.0.0-alpha.58) (2024-04-07)
232
+
233
+ **Note:** Version bump only for package @operato/board
234
+
235
+
236
+
237
+
238
+
239
+ ## [2.0.0-alpha.57](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.56...v2.0.0-alpha.57) (2024-04-07)
240
+
241
+ **Note:** Version bump only for package @operato/board
242
+
243
+
244
+
245
+
246
+
247
+
248
+
249
+ **Note:** Version bump only for package @operato/board
250
+
251
+
252
+
253
+
254
+
255
+ ## [2.0.0-alpha.54](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.53...v2.0.0-alpha.54) (2024-04-01)
256
+
257
+ **Note:** Version bump only for package @operato/board
258
+
259
+
260
+
261
+
262
+
263
+ ## [2.0.0-alpha.52](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.51...v2.0.0-alpha.52) (2024-03-29)
264
+
265
+ **Note:** Version bump only for package @operato/board
266
+
267
+
268
+
269
+
270
+
271
+ ## [2.0.0-alpha.51](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.50...v2.0.0-alpha.51) (2024-03-29)
272
+
273
+
274
+ ### :bug: Bug Fix
275
+
276
+ * upgrade lit ([e661c33](https://github.com/hatiolab/operato/commit/e661c333d2bb97f784b5ac2c0e365714ee5e80ff))
277
+
278
+
279
+
280
+ ## [2.0.0-alpha.50](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.49...v2.0.0-alpha.50) (2024-03-28)
281
+
282
+ **Note:** Version bump only for package @operato/board
283
+
284
+
285
+
286
+
287
+
288
+ ## [2.0.0-alpha.49](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.48...v2.0.0-alpha.49) (2024-03-28)
289
+
290
+ **Note:** Version bump only for package @operato/board
291
+
292
+
293
+
294
+
295
+
296
+ ## [2.0.0-alpha.48](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.47...v2.0.0-alpha.48) (2024-03-28)
297
+
298
+ **Note:** Version bump only for package @operato/board
299
+
300
+
301
+
302
+
303
+
304
+ ## [2.0.0-alpha.47](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.46...v2.0.0-alpha.47) (2024-03-27)
305
+
306
+ **Note:** Version bump only for package @operato/board
307
+
308
+
309
+
310
+
311
+
312
+ ## [2.0.0-alpha.46](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.45...v2.0.0-alpha.46) (2024-03-26)
313
+
314
+ **Note:** Version bump only for package @operato/board
315
+
316
+
317
+
318
+
319
+
320
+ ## [2.0.0-alpha.45](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.44...v2.0.0-alpha.45) (2024-03-26)
321
+
322
+
323
+ ### :bug: Bug Fix
324
+
325
+ * board modeller style ([53445fc](https://github.com/hatiolab/operato/commit/53445fca78ba87f81549da395b25911f0341e323))
326
+
327
+
328
+
329
+ ## [2.0.0-alpha.44](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.43...v2.0.0-alpha.44) (2024-03-24)
330
+
331
+ **Note:** Version bump only for package @operato/board
332
+
333
+
334
+
335
+
336
+
337
+ ## [2.0.0-alpha.43](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.42...v2.0.0-alpha.43) (2024-03-24)
338
+
339
+ **Note:** Version bump only for package @operato/board
340
+
341
+
342
+
343
+
344
+
345
+ ## [2.0.0-alpha.42](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.41...v2.0.0-alpha.42) (2024-03-21)
346
+
347
+
348
+ ### :bug: Bug Fix
349
+
350
+ * board template type ([cb26db6](https://github.com/hatiolab/operato/commit/cb26db61c6a93583c8fe33196491045df4ce795b))
351
+
352
+
353
+
354
+ ## [2.0.0-alpha.41](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.40...v2.0.0-alpha.41) (2024-03-20)
355
+
356
+
357
+ ### :bug: Bug Fix
358
+
359
+ * scene component label ([b8e56cf](https://github.com/hatiolab/operato/commit/b8e56cf2eb42f0767ed5d2a5f153b1fbbe7cabe5))
360
+
361
+
362
+
363
+ ## [2.0.0-alpha.40](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.39...v2.0.0-alpha.40) (2024-03-20)
364
+
365
+
366
+ ### :bug: Bug Fix
367
+
368
+ * scene component label ([f55c4a8](https://github.com/hatiolab/operato/commit/f55c4a8eb377974da0685c48afb668051bdcb04c))
369
+
370
+
371
+
372
+ ## [2.0.0-alpha.39](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.38...v2.0.0-alpha.39) (2024-03-20)
373
+
374
+
375
+ ### :bug: Bug Fix
376
+
377
+ * scene component label ([b5058fa](https://github.com/hatiolab/operato/commit/b5058fa526a791d2be8f982f1c1d8208440c0f38))
378
+
379
+
380
+
381
+ ## [2.0.0-alpha.37](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.36...v2.0.0-alpha.37) (2024-03-18)
382
+
383
+ **Note:** Version bump only for package @operato/board
384
+
385
+
386
+
387
+
388
+
389
+ ## [2.0.0-alpha.35](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.34...v2.0.0-alpha.35) (2024-03-13)
390
+
391
+ **Note:** Version bump only for package @operato/board
392
+
393
+
394
+
395
+
396
+
397
+ ## [2.0.0-alpha.34](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.33...v2.0.0-alpha.34) (2024-03-12)
398
+
399
+ **Note:** Version bump only for package @operato/board
400
+
401
+
402
+
403
+
404
+
405
+ ## [2.0.0-alpha.32](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.31...v2.0.0-alpha.32) (2024-03-12)
406
+
407
+ **Note:** Version bump only for package @operato/board
408
+
409
+
410
+
411
+
412
+
413
+ ## [2.0.0-alpha.31](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.30...v2.0.0-alpha.31) (2024-03-03)
414
+
415
+ **Note:** Version bump only for package @operato/board
416
+
417
+
418
+
419
+
420
+
421
+ ## [2.0.0-alpha.30](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2024-03-03)
422
+
423
+ **Note:** Version bump only for package @operato/board
424
+
425
+
426
+
427
+
428
+
429
+ ## [2.0.0-alpha.29](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-02-22)
430
+
431
+
432
+ ### :rocket: New Features
433
+
434
+ * 말줄임 텍스트 UI 수정 ([29fce15](https://github.com/hatiolab/operato/commit/29fce1511cf13c3bb19ff28c3d334846da0a7dbb))
435
+ * 보드 프로퍼티 UI에 textOverflow 추가 ([b9639a7](https://github.com/hatiolab/operato/commit/b9639a7f34cec066e37660f28068f9a6d125277b))
436
+
437
+
438
+
439
+ ## [2.0.0-alpha.28](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-02-20)
440
+
441
+
442
+ ### :bug: Bug Fix
443
+
444
+ * upgrade devDependencies for webcomponents ([1489b8b](https://github.com/hatiolab/operato/commit/1489b8b790d9bcee779a070a630697f25c01728f))
445
+
446
+
447
+
448
+ ## [2.0.0-alpha.27](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-02-17)
449
+
450
+ **Note:** Version bump only for package @operato/board
451
+
452
+
453
+
454
+
455
+
456
+ ## [2.0.0-alpha.25](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2024-02-12)
457
+
458
+ **Note:** Version bump only for package @operato/board
459
+
460
+
461
+
462
+
463
+
464
+ ## [2.0.0-alpha.24](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2024-02-11)
465
+
466
+ **Note:** Version bump only for package @operato/board
467
+
468
+
469
+
470
+
471
+
472
+ ## [2.0.0-alpha.23](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2024-02-10)
473
+
474
+ **Note:** Version bump only for package @operato/board
475
+
476
+
477
+
478
+
479
+
480
+ ## [2.0.0-alpha.22](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2024-02-10)
481
+
482
+ **Note:** Version bump only for package @operato/board
483
+
484
+
485
+
486
+
487
+
488
+ ## [2.0.0-alpha.21](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.20...v2.0.0-alpha.21) (2024-02-09)
489
+
490
+ **Note:** Version bump only for package @operato/board
491
+
492
+
493
+
494
+
495
+
496
+ ## [2.0.0-alpha.20](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2024-02-05)
497
+
498
+ **Note:** Version bump only for package @operato/board
499
+
500
+
501
+
502
+
503
+
504
+ ## [2.0.0-alpha.19](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.18...v2.0.0-alpha.19) (2024-02-05)
505
+
506
+ **Note:** Version bump only for package @operato/board
507
+
508
+
509
+
510
+
511
+
512
+ ## [2.0.0-alpha.17](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2024-02-04)
513
+
514
+ **Note:** Version bump only for package @operato/board
515
+
516
+
517
+
518
+
519
+
520
+ ## [2.0.0-alpha.16](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2024-02-03)
521
+
522
+ **Note:** Version bump only for package @operato/board
523
+
524
+
525
+
526
+
527
+
528
+ ## [2.0.0-alpha.13](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2024-01-28)
529
+
530
+ **Note:** Version bump only for package @operato/board
531
+
532
+
533
+
534
+
535
+
536
+ ## [2.0.0-alpha.12](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.11...v2.0.0-alpha.12) (2024-01-24)
537
+
538
+ **Note:** Version bump only for package @operato/board
539
+
540
+
541
+
542
+
543
+
544
+ ## [2.0.0-alpha.11](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.10...v2.0.0-alpha.11) (2024-01-24)
545
+
546
+ **Note:** Version bump only for package @operato/board
547
+
548
+
549
+
550
+
551
+
552
+ ## [2.0.0-alpha.10](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.9...v2.0.0-alpha.10) (2024-01-22)
553
+
554
+ **Note:** Version bump only for package @operato/board
555
+
556
+
557
+
558
+
559
+
6
560
  ## [2.0.0-alpha.9](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2024-01-20)
7
561
 
8
562
  **Note:** Version bump only for package @operato/board
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html>
1
+ <!doctype html>
2
2
  <html lang="en-GB">
3
3
  <head>
4
4
  <meta charset="utf-8" />
@@ -21,7 +21,18 @@
21
21
  }
22
22
  </style>
23
23
  <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet" />
24
- <link href="https://fonts.googleapis.com/css?family=Material+Icons&display=block" rel="stylesheet" />
24
+ <link
25
+ href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL@20..48,100..700,0..1"
26
+ rel="stylesheet"
27
+ />
28
+ <link
29
+ href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL@20..48,100..700,0..1"
30
+ rel="stylesheet"
31
+ />
32
+ <link
33
+ href="https://fonts.googleapis.com/css2?family=Material+Symbols+Sharp:opsz,wght,FILL@20..48,100..700,0..1"
34
+ rel="stylesheet"
35
+ />
25
36
  </head>
26
37
  <body>
27
38
  <div id="demo"></div>
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html>
1
+ <!doctype html>
2
2
  <html lang="en-GB">
3
3
  <head>
4
4
  <meta charset="utf-8" />
@@ -21,7 +21,18 @@
21
21
  }
22
22
  </style>
23
23
  <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet" />
24
- <link href="https://fonts.googleapis.com/css?family=Material+Icons&display=block" rel="stylesheet" />
24
+ <link
25
+ href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL@20..48,100..700,0..1"
26
+ rel="stylesheet"
27
+ />
28
+ <link
29
+ href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL@20..48,100..700,0..1"
30
+ rel="stylesheet"
31
+ />
32
+ <link
33
+ href="https://fonts.googleapis.com/css2?family=Material+Symbols+Sharp:opsz,wght,FILL@20..48,100..700,0..1"
34
+ rel="stylesheet"
35
+ />
25
36
  </head>
26
37
  <body>
27
38
  <div id="demo"></div>
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html>
1
+ <!doctype html>
2
2
  <html lang="en-GB">
3
3
  <head>
4
4
  <meta charset="utf-8" />
@@ -21,7 +21,18 @@
21
21
  }
22
22
  </style>
23
23
  <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet" />
24
- <link href="https://fonts.googleapis.com/css?family=Material+Icons&display=block" rel="stylesheet" />
24
+ <link
25
+ href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL@20..48,100..700,0..1"
26
+ rel="stylesheet"
27
+ />
28
+ <link
29
+ href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL@20..48,100..700,0..1"
30
+ rel="stylesheet"
31
+ />
32
+ <link
33
+ href="https://fonts.googleapis.com/css2?family=Material+Symbols+Sharp:opsz,wght,FILL@20..48,100..700,0..1"
34
+ rel="stylesheet"
35
+ />
25
36
  </head>
26
37
  <body>
27
38
  <div id="demo"></div>
package/demo/index.html CHANGED
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html>
1
+ <!doctype html>
2
2
  <html lang="en-GB">
3
3
  <head>
4
4
  <meta charset="utf-8" />
@@ -21,7 +21,18 @@
21
21
  }
22
22
  </style>
23
23
  <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet" />
24
- <link href="https://fonts.googleapis.com/css?family=Material+Icons&display=block" rel="stylesheet" />
24
+ <link
25
+ href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL@20..48,100..700,0..1"
26
+ rel="stylesheet"
27
+ />
28
+ <link
29
+ href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL@20..48,100..700,0..1"
30
+ rel="stylesheet"
31
+ />
32
+ <link
33
+ href="https://fonts.googleapis.com/css2?family=Material+Symbols+Sharp:opsz,wght,FILL@20..48,100..700,0..1"
34
+ rel="stylesheet"
35
+ />
25
36
  </head>
26
37
  <body>
27
38
  <div id="demo"></div>
@@ -38,7 +38,7 @@ export const etc = {
38
38
  }
39
39
  },
40
40
  {
41
- type: 'local reference',
41
+ type: 'local-ref',
42
42
  description: 'local reference',
43
43
  icon: localReference,
44
44
  group: 'etc',
@@ -58,7 +58,7 @@ export const etc = {
58
58
  }
59
59
  },
60
60
  {
61
- type: 'global reference',
61
+ type: 'global-ref',
62
62
  description: 'global reference',
63
63
  icon: globalReference,
64
64
  group: 'etc',