@operato/process 2.0.0-alpha.10 → 2.0.0-alpha.100

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