@operato/process 9.0.0-beta.7 → 9.0.0-beta.70
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.
- package/CHANGELOG.md +417 -0
- package/dist/src/modeller/component-toolbar/component-menu.d.ts +1 -1
- package/dist/src/modeller/component-toolbar/component-toolbar.d.ts +1 -1
- package/dist/src/modeller/edit-toolbar.js +19 -17
- package/dist/src/modeller/edit-toolbar.js.map +1 -1
- package/dist/src/modeller/property-sidebar/data-binding/data-binding-mapper.js +0 -4
- package/dist/src/modeller/property-sidebar/data-binding/data-binding-mapper.js.map +1 -1
- package/dist/src/modeller/property-sidebar/data-binding/data-binding.d.ts +1 -1
- package/dist/src/modeller/property-sidebar/effects/effects.d.ts +1 -1
- package/dist/src/modeller/property-sidebar/effects/property-event-hover.js +2 -2
- package/dist/src/modeller/property-sidebar/effects/property-event-hover.js.map +1 -1
- package/dist/src/modeller/property-sidebar/effects/property-event-tap.js +1 -1
- package/dist/src/modeller/property-sidebar/effects/property-event-tap.js.map +1 -1
- package/dist/src/modeller/property-sidebar/effects/property-event.d.ts +1 -1
- package/dist/src/modeller/property-sidebar/property-shared-style.js +2 -2
- package/dist/src/modeller/property-sidebar/property-shared-style.js.map +1 -1
- package/dist/src/modeller/property-sidebar/property-sidebar.d.ts +1 -1
- package/dist/src/modeller/property-sidebar/specifics/specifics.d.ts +1 -1
- package/dist/src/modeller/property-sidebar/styles/styles.d.ts +1 -1
- package/dist/src/modeller/property-sidebar/styles/styles.js +13 -13
- package/dist/src/modeller/property-sidebar/styles/styles.js.map +1 -1
- package/dist/src/ox-process-modeller.d.ts +1 -1
- package/dist/src/ox-process-modeller.js +2 -12
- package/dist/src/ox-process-modeller.js.map +1 -1
- package/dist/src/ox-process-viewer.js +2 -1
- package/dist/src/ox-process-viewer.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/icons/icon-properties-label.png +0 -0
- package/package.json +17 -16
- package/dist/stories/index.stories.d.ts +0 -33
- package/dist/stories/index.stories.js +0 -34
- package/dist/stories/index.stories.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,423 @@
|
|
|
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
|
+
## [9.0.0-beta.70](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.69...v9.0.0-beta.70) (2025-04-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @operato/process
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [9.0.0-beta.67](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.66...v9.0.0-beta.67) (2025-04-12)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @operato/process
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [9.0.0-beta.65](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.64...v9.0.0-beta.65) (2025-04-12)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @operato/process
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## [9.0.0-beta.64](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.63...v9.0.0-beta.64) (2025-04-12)
|
|
31
|
+
|
|
32
|
+
**Note:** Version bump only for package @operato/process
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
## [9.0.0-beta.63](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.62...v9.0.0-beta.63) (2025-04-12)
|
|
39
|
+
|
|
40
|
+
**Note:** Version bump only for package @operato/process
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
## [9.0.0-beta.62](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.61...v9.0.0-beta.62) (2025-04-12)
|
|
47
|
+
|
|
48
|
+
**Note:** Version bump only for package @operato/process
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
## [9.0.0-beta.61](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.60...v9.0.0-beta.61) (2025-04-12)
|
|
55
|
+
|
|
56
|
+
**Note:** Version bump only for package @operato/process
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
## [9.0.0-beta.57](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.56...v9.0.0-beta.57) (2025-04-01)
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
### :bug: Bug Fix
|
|
66
|
+
|
|
67
|
+
* refactor component decorators to follow things-scene unified decora… ([dcf1c92](https://github.com/heartyoh/ioperato/commit/dcf1c92abb35949a78dbac24ad6ff49895728396))
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
## [9.0.0-beta.56](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.55...v9.0.0-beta.56) (2025-03-30)
|
|
72
|
+
|
|
73
|
+
**Note:** Version bump only for package @operato/process
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
## [9.0.0-beta.55](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.54...v9.0.0-beta.55) (2025-03-05)
|
|
80
|
+
|
|
81
|
+
**Note:** Version bump only for package @operato/process
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
## [9.0.0-beta.54](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.53...v9.0.0-beta.54) (2025-03-04)
|
|
88
|
+
|
|
89
|
+
**Note:** Version bump only for package @operato/process
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
## [9.0.0-beta.53](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.52...v9.0.0-beta.53) (2025-03-04)
|
|
96
|
+
|
|
97
|
+
**Note:** Version bump only for package @operato/process
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
## [9.0.0-beta.52](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.51...v9.0.0-beta.52) (2025-03-04)
|
|
104
|
+
|
|
105
|
+
**Note:** Version bump only for package @operato/process
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
## [9.0.0-beta.51](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.50...v9.0.0-beta.51) (2025-02-19)
|
|
112
|
+
|
|
113
|
+
**Note:** Version bump only for package @operato/process
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
## [9.0.0-beta.49](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.48...v9.0.0-beta.49) (2025-02-14)
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
### :bug: Bug Fix
|
|
123
|
+
|
|
124
|
+
* missing dependencies ([6d466f2](https://github.com/heartyoh/ioperato/commit/6d466f22a2ad1413d32451252981961bc345cbd9))
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
## [9.0.0-beta.48](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.47...v9.0.0-beta.48) (2025-02-14)
|
|
129
|
+
|
|
130
|
+
**Note:** Version bump only for package @operato/process
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
## [9.0.0-beta.47](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.46...v9.0.0-beta.47) (2025-02-14)
|
|
137
|
+
|
|
138
|
+
**Note:** Version bump only for package @operato/process
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
## [9.0.0-beta.46](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.45...v9.0.0-beta.46) (2025-02-12)
|
|
145
|
+
|
|
146
|
+
**Note:** Version bump only for package @operato/process
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
## [9.0.0-beta.45](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.44...v9.0.0-beta.45) (2025-02-12)
|
|
153
|
+
|
|
154
|
+
**Note:** Version bump only for package @operato/process
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
## [9.0.0-beta.44](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.43...v9.0.0-beta.44) (2025-02-10)
|
|
161
|
+
|
|
162
|
+
**Note:** Version bump only for package @operato/process
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
## [9.0.0-beta.43](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.42...v9.0.0-beta.43) (2025-02-10)
|
|
169
|
+
|
|
170
|
+
**Note:** Version bump only for package @operato/process
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
## [9.0.0-beta.42](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.41...v9.0.0-beta.42) (2025-02-10)
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
### :rocket: New Features
|
|
180
|
+
|
|
181
|
+
* add `emphasize` property to enable customizable hover effects (e.g., border, color) ([9f3e623](https://github.com/heartyoh/ioperato/commit/9f3e623b061a1d31d7f077b0e751e274a388efd6))
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
## [9.0.0-beta.41](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.40...v9.0.0-beta.41) (2025-02-09)
|
|
186
|
+
|
|
187
|
+
**Note:** Version bump only for package @operato/process
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
## [9.0.0-beta.40](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.39...v9.0.0-beta.40) (2025-02-06)
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
### :bug: Bug Fix
|
|
197
|
+
|
|
198
|
+
* animated-icon-handler => animator-handler ([8a9bf93](https://github.com/heartyoh/ioperato/commit/8a9bf939f4bf7e42084ab56a4ce5c4968f2939b3))
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
## [9.0.0-beta.39](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.38...v9.0.0-beta.39) (2025-02-05)
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
### :rocket: New Features
|
|
206
|
+
|
|
207
|
+
* support animated-icon feature for ox-board-view ([1e94592](https://github.com/heartyoh/ioperato/commit/1e94592c9c85999afbe23de8b1b8291cf63481fc))
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
## [9.0.0-beta.38](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.37...v9.0.0-beta.38) (2025-02-02)
|
|
212
|
+
|
|
213
|
+
**Note:** Version bump only for package @operato/process
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
## [9.0.0-beta.37](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.36...v9.0.0-beta.37) (2025-02-01)
|
|
220
|
+
|
|
221
|
+
**Note:** Version bump only for package @operato/process
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
## [9.0.0-beta.36](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.35...v9.0.0-beta.36) (2025-02-01)
|
|
228
|
+
|
|
229
|
+
**Note:** Version bump only for package @operato/process
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
## [9.0.0-beta.35](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.34...v9.0.0-beta.35) (2025-02-01)
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
### :bug: Bug Fix
|
|
239
|
+
|
|
240
|
+
* change tap => click event (due to polymer library being removed) ([2f1add0](https://github.com/heartyoh/ioperato/commit/2f1add0ed89214b63acb127de34f65caf3bec9b5))
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
## [9.0.0-beta.34](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.33...v9.0.0-beta.34) (2025-01-31)
|
|
245
|
+
|
|
246
|
+
**Note:** Version bump only for package @operato/process
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
## [9.0.0-beta.33](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.32...v9.0.0-beta.33) (2025-01-31)
|
|
253
|
+
|
|
254
|
+
**Note:** Version bump only for package @operato/process
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
## [9.0.0-beta.32](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.31...v9.0.0-beta.32) (2025-01-31)
|
|
261
|
+
|
|
262
|
+
**Note:** Version bump only for package @operato/process
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
## [9.0.0-beta.31](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.30...v9.0.0-beta.31) (2025-01-31)
|
|
269
|
+
|
|
270
|
+
**Note:** Version bump only for package @operato/process
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
## [9.0.0-beta.29](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.28...v9.0.0-beta.29) (2025-01-30)
|
|
277
|
+
|
|
278
|
+
**Note:** Version bump only for package @operato/process
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
## [9.0.0-beta.28](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.27...v9.0.0-beta.28) (2025-01-28)
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
### :rocket: New Features
|
|
288
|
+
|
|
289
|
+
* module property-panel ([d3dd184](https://github.com/heartyoh/ioperato/commit/d3dd18461756814dc17e33157a397d8d679650a6))
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
## [9.0.0-beta.23](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.22...v9.0.0-beta.23) (2025-01-28)
|
|
294
|
+
|
|
295
|
+
**Note:** Version bump only for package @operato/process
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
## [9.0.0-beta.22](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.21...v9.0.0-beta.22) (2025-01-28)
|
|
302
|
+
|
|
303
|
+
**Note:** Version bump only for package @operato/process
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
## [9.0.0-beta.21](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.20...v9.0.0-beta.21) (2025-01-28)
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
### :rocket: New Features
|
|
313
|
+
|
|
314
|
+
* module property-panel ([4f308a0](https://github.com/heartyoh/ioperato/commit/4f308a0ace57bb156e489eef7998cf443c38fa11))
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
## [9.0.0-beta.20](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.19...v9.0.0-beta.20) (2025-01-27)
|
|
319
|
+
|
|
320
|
+
**Note:** Version bump only for package @operato/process
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
## [9.0.0-beta.19](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.18...v9.0.0-beta.19) (2025-01-27)
|
|
327
|
+
|
|
328
|
+
**Note:** Version bump only for package @operato/process
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
## [9.0.0-beta.18](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.17...v9.0.0-beta.18) (2025-01-27)
|
|
335
|
+
|
|
336
|
+
**Note:** Version bump only for package @operato/process
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
## [9.0.0-beta.17](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.16...v9.0.0-beta.17) (2025-01-27)
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
### :rocket: New Features
|
|
346
|
+
|
|
347
|
+
* module property-panel ([e9b3455](https://github.com/heartyoh/ioperato/commit/e9b3455cae80362957ac6ff4ba0aeb2d9e3f298b))
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
## [9.0.0-beta.16](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.15...v9.0.0-beta.16) (2025-01-27)
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
### :rocket: New Features
|
|
355
|
+
|
|
356
|
+
* module property-panel ([eaa45f9](https://github.com/heartyoh/ioperato/commit/eaa45f98e3f4349732f2d0d9d346eef8093be3e8))
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
## [9.0.0-beta.15](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.14...v9.0.0-beta.15) (2025-01-27)
|
|
361
|
+
|
|
362
|
+
**Note:** Version bump only for package @operato/process
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
## [9.0.0-beta.14](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.13...v9.0.0-beta.14) (2025-01-27)
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
### :rocket: New Features
|
|
372
|
+
|
|
373
|
+
* module property-panel ([d78e4cf](https://github.com/heartyoh/ioperato/commit/d78e4cf7080b95fa74e61b42094b9f3f59f1409b))
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
## [9.0.0-beta.13](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.12...v9.0.0-beta.13) (2025-01-25)
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
### :bug: Bug Fix
|
|
381
|
+
|
|
382
|
+
* missing type: 'module' package.json ([604aaf0](https://github.com/heartyoh/ioperato/commit/604aaf0d35d52d0f8158bcf85d42a2d21b086871))
|
|
383
|
+
* resource for letter-spacing ([8be23be](https://github.com/heartyoh/ioperato/commit/8be23bec5b7099a971147c979cefadb0b75aefed))
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
## [9.0.0-beta.12](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.11...v9.0.0-beta.12) (2025-01-25)
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
### :bug: Bug Fix
|
|
391
|
+
|
|
392
|
+
* revert @open-wc/scoped-elements@3.0.5 => 2.1.3 ([393cf28](https://github.com/heartyoh/ioperato/commit/393cf2893381f0e720c53687e48b6552f3f78ed8))
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
## [9.0.0-beta.11](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.10...v9.0.0-beta.11) (2025-01-25)
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
### :bug: Bug Fix
|
|
400
|
+
|
|
401
|
+
* tsconfig option useDefineForClassFields=false ([0d77c0a](https://github.com/heartyoh/ioperato/commit/0d77c0aa620282c65b3c05f8e0b559e82836b6ab))
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
## [9.0.0-beta.10](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.9...v9.0.0-beta.10) (2025-01-25)
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
### :bug: Bug Fix
|
|
409
|
+
|
|
410
|
+
* @open-wc/scoped-elements@3.0.5 ([45f8a55](https://github.com/heartyoh/ioperato/commit/45f8a557e3f7b95771bf8886d7590fb459fb2746))
|
|
411
|
+
* tweak tsconfig.json ([3c424b1](https://github.com/heartyoh/ioperato/commit/3c424b18d046f95d5619076d113d49a4b4dc9bbb))
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
## [9.0.0-beta.9](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.8...v9.0.0-beta.9) (2025-01-25)
|
|
416
|
+
|
|
417
|
+
**Note:** Version bump only for package @operato/process
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
|
|
6
423
|
## [9.0.0-beta.7](https://github.com/heartyoh/ioperato/compare/v9.0.0-beta.6...v9.0.0-beta.7) (2025-01-20)
|
|
7
424
|
|
|
8
425
|
**Note:** Version bump only for package @operato/process
|
|
@@ -2,7 +2,7 @@ import { LitElement, PropertyValues } from 'lit';
|
|
|
2
2
|
import { Scene } from '@hatiolab/things-scene';
|
|
3
3
|
import { Pallet, PalletItem } from '../../types.js';
|
|
4
4
|
import { ComponentDetail } from './component-detail.js';
|
|
5
|
-
declare const ComponentMenu_base: typeof LitElement & import("@open-wc/dedupe-mixin").Constructor<import("@open-wc/scoped-elements/types
|
|
5
|
+
declare const ComponentMenu_base: typeof LitElement & import("@open-wc/dedupe-mixin").Constructor<import("@open-wc/scoped-elements/types.js").ScopedElementsHost>;
|
|
6
6
|
export declare class ComponentMenu extends ComponentMenu_base {
|
|
7
7
|
static styles: import("lit").CSSResult[];
|
|
8
8
|
groups: Pallet[];
|
|
@@ -5,7 +5,7 @@ import { LitElement, PropertyValues } from 'lit';
|
|
|
5
5
|
import { Scene, SCENE_MODE } from '@hatiolab/things-scene';
|
|
6
6
|
import { ComponentGroup } from '../../types.js';
|
|
7
7
|
import { ComponentMenu } from './component-menu.js';
|
|
8
|
-
declare const ComponentToolbar_base: typeof LitElement & import("@open-wc/dedupe-mixin").Constructor<import("@open-wc/scoped-elements/types
|
|
8
|
+
declare const ComponentToolbar_base: typeof LitElement & import("@open-wc/dedupe-mixin").Constructor<import("@open-wc/scoped-elements/types.js").ScopedElementsHost>;
|
|
9
9
|
export declare class ComponentToolbar extends ComponentToolbar_base {
|
|
10
10
|
static styles: import("lit").CSSResult[];
|
|
11
11
|
componentGroupList: ComponentGroup[];
|
|
@@ -24,29 +24,31 @@ export class EditToolbar extends LitElement {
|
|
|
24
24
|
console.error('model paste failed', e);
|
|
25
25
|
}
|
|
26
26
|
});
|
|
27
|
-
this.aligners.forEach(aligner => aligner.addEventListener('
|
|
28
|
-
this.zorders.forEach(zorder => zorder.addEventListener('
|
|
29
|
-
this.distributes.forEach(distribute => distribute.addEventListener('
|
|
30
|
-
this.undo.addEventListener('
|
|
31
|
-
this.redo.addEventListener('
|
|
32
|
-
this.fullscreen.addEventListener('
|
|
33
|
-
this.cut.addEventListener('
|
|
34
|
-
this.copy.addEventListener('
|
|
35
|
-
this.paste.addEventListener('
|
|
36
|
-
this.delete.addEventListener('
|
|
27
|
+
this.aligners.forEach(aligner => aligner.addEventListener('click', this.onTapAlign.bind(this)));
|
|
28
|
+
this.zorders.forEach(zorder => zorder.addEventListener('click', this.onTapZorder.bind(this)));
|
|
29
|
+
this.distributes.forEach(distribute => distribute.addEventListener('click', this.onTapDistribute.bind(this)));
|
|
30
|
+
this.undo.addEventListener('click', this.onTapUndo.bind(this));
|
|
31
|
+
this.redo.addEventListener('click', this.onTapRedo.bind(this));
|
|
32
|
+
this.fullscreen.addEventListener('click', this.onTapFullscreen.bind(this));
|
|
33
|
+
this.cut.addEventListener('click', this.onTapCut.bind(this));
|
|
34
|
+
this.copy.addEventListener('click', this.onTapCopy.bind(this));
|
|
35
|
+
this.paste.addEventListener('click', this.onTapPaste.bind(this));
|
|
36
|
+
this.delete.addEventListener('click', this.onTapDelete.bind(this));
|
|
37
37
|
this.renderRoot
|
|
38
38
|
.querySelector('#font-increase')
|
|
39
|
-
.addEventListener('
|
|
39
|
+
.addEventListener('click', this.onTapFontIncrease.bind(this));
|
|
40
40
|
this.renderRoot
|
|
41
41
|
.querySelector('#font-decrease')
|
|
42
|
-
.addEventListener('
|
|
43
|
-
this.renderRoot.querySelector('#group').addEventListener('
|
|
44
|
-
this.renderRoot.querySelector('#ungroup').addEventListener('
|
|
42
|
+
.addEventListener('click', this.onTapFontDecrease.bind(this));
|
|
43
|
+
this.renderRoot.querySelector('#group').addEventListener('click', this.onTapGroup.bind(this));
|
|
44
|
+
this.renderRoot.querySelector('#ungroup').addEventListener('click', this.onTapUngroup.bind(this));
|
|
45
45
|
this.renderRoot
|
|
46
46
|
.querySelector('#toggle-property')
|
|
47
|
-
.addEventListener('
|
|
48
|
-
this.renderRoot
|
|
49
|
-
|
|
47
|
+
.addEventListener('click', this.onTapToggle.bind(this));
|
|
48
|
+
this.renderRoot
|
|
49
|
+
.querySelector('#fit-scene')
|
|
50
|
+
.addEventListener('click', this.onTapFitScene.bind(this));
|
|
51
|
+
this.renderRoot.querySelector('#preview').addEventListener('click', this.onTapPreview.bind(this));
|
|
50
52
|
}
|
|
51
53
|
updated(changes) {
|
|
52
54
|
changes.has('scene') && this.onSceneChanged(this.scene, changes.get('scene'));
|