@operato/process 8.0.0-alpha.9 → 8.0.0-beta.1

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 (56) hide show
  1. package/CHANGELOG.md +251 -0
  2. package/dist/src/ox-process-template-viewer.d.ts +1 -1
  3. package/dist/src/ox-process-viewer.d.ts +1 -1
  4. package/dist/tsconfig.tsbuildinfo +1 -1
  5. package/package.json +23 -23
  6. package/.storybook/main.js +0 -3
  7. package/.storybook/preview.js +0 -52
  8. package/.storybook/server.mjs +0 -8
  9. package/src/data-storage/data-storage.ts +0 -47
  10. package/src/graphql/data-subscription.ts +0 -30
  11. package/src/graphql/favorite-process.ts +0 -25
  12. package/src/graphql/index.ts +0 -3
  13. package/src/graphql/process-group.ts +0 -138
  14. package/src/graphql/process.ts +0 -141
  15. package/src/graphql/scenario.ts +0 -79
  16. package/src/index.ts +0 -8
  17. package/src/modeller/component-toolbar/component-detail.ts +0 -58
  18. package/src/modeller/component-toolbar/component-menu.ts +0 -193
  19. package/src/modeller/component-toolbar/component-toolbar.ts +0 -196
  20. package/src/modeller/component-toolbar/mode-icons.ts +0 -88
  21. package/src/modeller/edit-toolbar-style.ts +0 -229
  22. package/src/modeller/edit-toolbar.ts +0 -576
  23. package/src/modeller/property-sidebar/abstract-property.ts +0 -69
  24. package/src/modeller/property-sidebar/data-binding/data-binding-mapper.ts +0 -475
  25. package/src/modeller/property-sidebar/data-binding/data-binding.ts +0 -479
  26. package/src/modeller/property-sidebar/effects/effects-shared-style.ts +0 -62
  27. package/src/modeller/property-sidebar/effects/effects.ts +0 -52
  28. package/src/modeller/property-sidebar/effects/property-event-hover.ts +0 -201
  29. package/src/modeller/property-sidebar/effects/property-event-tap.ts +0 -212
  30. package/src/modeller/property-sidebar/effects/property-event.ts +0 -76
  31. package/src/modeller/property-sidebar/effects/property-shadow.ts +0 -114
  32. package/src/modeller/property-sidebar/effects/value-converter.ts +0 -23
  33. package/src/modeller/property-sidebar/inspector/inspector.ts +0 -408
  34. package/src/modeller/property-sidebar/property-shared-style.ts +0 -136
  35. package/src/modeller/property-sidebar/property-sidebar.ts +0 -342
  36. package/src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts +0 -94
  37. package/src/modeller/property-sidebar/shapes/shapes.ts +0 -410
  38. package/src/modeller/property-sidebar/specifics/specific-properties-builder.ts +0 -147
  39. package/src/modeller/property-sidebar/specifics/specifics.ts +0 -81
  40. package/src/modeller/property-sidebar/styles/styles.ts +0 -577
  41. package/src/ox-editor-process-selector.ts +0 -91
  42. package/src/ox-process-list.ts +0 -401
  43. package/src/ox-process-modeller.ts +0 -432
  44. package/src/ox-process-template-list.ts +0 -272
  45. package/src/ox-process-template-viewer.ts +0 -198
  46. package/src/ox-process-viewer.ts +0 -575
  47. package/src/ox-property-editor-process-selector.ts +0 -23
  48. package/src/selector/ox-process-creation-card.ts +0 -95
  49. package/src/selector/ox-process-selector.ts +0 -324
  50. package/src/selector/process-creation-popup.ts +0 -151
  51. package/src/selector/process-thumbnail-card.ts +0 -175
  52. package/src/types.ts +0 -57
  53. package/stories/index.stories.ts +0 -54
  54. package/tsconfig.json +0 -24
  55. package/web-dev-server.config.mjs +0 -30
  56. package/web-test-runner.config.mjs +0 -29
package/CHANGELOG.md CHANGED
@@ -3,6 +3,257 @@
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
+ ## [8.0.0-beta.1](https://github.com/heartyoh/ioperato/compare/v8.0.0-beta.0...v8.0.0-beta.1) (2025-01-08)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * missing .npmignore ([be05985](https://github.com/heartyoh/ioperato/commit/be05985abfae4af53501f718dd52932099f7fbcb))
12
+
13
+
14
+
15
+ ## [8.0.0-beta.0](https://github.com/heartyoh/ioperato/compare/v8.0.0-alpha.56...v8.0.0-beta.0) (2025-01-07)
16
+
17
+
18
+ ### :bug: Bug Fix
19
+
20
+ * @hatiolab/things-scene@8.0.0-beta ([604fb29](https://github.com/heartyoh/ioperato/commit/604fb292cd45caf055c5da0eff94125df0428f16))
21
+
22
+
23
+
24
+ ## [8.0.0-alpha.56](https://github.com/heartyoh/ioperato/compare/v8.0.0-alpha.55...v8.0.0-alpha.56) (2025-01-05)
25
+
26
+ **Note:** Version bump only for package @operato/process
27
+
28
+
29
+
30
+
31
+
32
+ ## [8.0.0-alpha.54](https://github.com/heartyoh/ioperato/compare/v8.0.0-alpha.53...v8.0.0-alpha.54) (2024-12-09)
33
+
34
+ **Note:** Version bump only for package @operato/process
35
+
36
+
37
+
38
+
39
+
40
+ ## [8.0.0-alpha.52](https://github.com/heartyoh/ioperato/compare/v8.0.0-alpha.51...v8.0.0-alpha.52) (2024-12-03)
41
+
42
+ **Note:** Version bump only for package @operato/process
43
+
44
+
45
+
46
+
47
+
48
+ ## [8.0.0-alpha.51](https://github.com/heartyoh/ioperato/compare/v8.0.0-alpha.50...v8.0.0-alpha.51) (2024-11-29)
49
+
50
+ **Note:** Version bump only for package @operato/process
51
+
52
+
53
+
54
+
55
+
56
+ ## [8.0.0-alpha.50](https://github.com/heartyoh/ioperato/compare/v8.0.0-alpha.49...v8.0.0-alpha.50) (2024-11-16)
57
+
58
+ **Note:** Version bump only for package @operato/process
59
+
60
+
61
+
62
+
63
+
64
+ ## [8.0.0-alpha.49](https://github.com/heartyoh/ioperato/compare/v8.0.0-alpha.48...v8.0.0-alpha.49) (2024-11-13)
65
+
66
+ **Note:** Version bump only for package @operato/process
67
+
68
+
69
+
70
+
71
+
72
+ ## [8.0.0-alpha.48](https://github.com/heartyoh/ioperato/compare/v8.0.0-alpha.47...v8.0.0-alpha.48) (2024-11-13)
73
+
74
+ **Note:** Version bump only for package @operato/process
75
+
76
+
77
+
78
+
79
+
80
+ ## [8.0.0-alpha.46](https://github.com/heartyoh/ioperato/compare/v8.0.0-alpha.45...v8.0.0-alpha.46) (2024-10-23)
81
+
82
+ **Note:** Version bump only for package @operato/process
83
+
84
+
85
+
86
+
87
+
88
+ ## [8.0.0-alpha.45](https://github.com/heartyoh/ioperato/compare/v8.0.0-alpha.44...v8.0.0-alpha.45) (2024-10-23)
89
+
90
+ **Note:** Version bump only for package @operato/process
91
+
92
+
93
+
94
+
95
+
96
+ ## [8.0.0-alpha.44](https://github.com/heartyoh/ioperato/compare/v8.0.0-alpha.43...v8.0.0-alpha.44) (2024-10-23)
97
+
98
+ **Note:** Version bump only for package @operato/process
99
+
100
+
101
+
102
+
103
+
104
+ ## [8.0.0-alpha.43](https://github.com/heartyoh/ioperato/compare/v8.0.0-alpha.42...v8.0.0-alpha.43) (2024-10-22)
105
+
106
+ **Note:** Version bump only for package @operato/process
107
+
108
+
109
+
110
+
111
+
112
+ ## [8.0.0-alpha.42](https://github.com/heartyoh/ioperato/compare/v8.0.0-alpha.41...v8.0.0-alpha.42) (2024-10-21)
113
+
114
+ **Note:** Version bump only for package @operato/process
115
+
116
+
117
+
118
+
119
+
120
+ ## [8.0.0-alpha.41](https://github.com/heartyoh/ioperato/compare/v8.0.0-alpha.40...v8.0.0-alpha.41) (2024-10-21)
121
+
122
+ **Note:** Version bump only for package @operato/process
123
+
124
+
125
+
126
+
127
+
128
+ ## [8.0.0-alpha.37](https://github.com/heartyoh/ioperato/compare/v8.0.0-alpha.36...v8.0.0-alpha.37) (2024-10-20)
129
+
130
+
131
+ ### :bug: Bug Fix
132
+
133
+ * update dev-dependencies version ([d6fe342](https://github.com/heartyoh/ioperato/commit/d6fe342de738c6bad3528550a862b5a1d2573161))
134
+
135
+
136
+
137
+ ## [8.0.0-alpha.34](https://github.com/heartyoh/ioperato/compare/v8.0.0-alpha.33...v8.0.0-alpha.34) (2024-10-15)
138
+
139
+ **Note:** Version bump only for package @operato/process
140
+
141
+
142
+
143
+
144
+
145
+ ## [8.0.0-alpha.33](https://github.com/heartyoh/ioperato/compare/v8.0.0-alpha.32...v8.0.0-alpha.33) (2024-10-14)
146
+
147
+ **Note:** Version bump only for package @operato/process
148
+
149
+
150
+
151
+
152
+
153
+ ## [8.0.0-alpha.30](https://github.com/heartyoh/ioperato/compare/v8.0.0-alpha.29...v8.0.0-alpha.30) (2024-10-11)
154
+
155
+ **Note:** Version bump only for package @operato/process
156
+
157
+
158
+
159
+
160
+
161
+ ## [8.0.0-alpha.29](https://github.com/heartyoh/ioperato/compare/v8.0.0-alpha.28...v8.0.0-alpha.29) (2024-10-10)
162
+
163
+ **Note:** Version bump only for package @operato/process
164
+
165
+
166
+
167
+
168
+
169
+ ## [8.0.0-alpha.27](https://github.com/heartyoh/ioperato/compare/v8.0.0-alpha.26...v8.0.0-alpha.27) (2024-10-06)
170
+
171
+ **Note:** Version bump only for package @operato/process
172
+
173
+
174
+
175
+
176
+
177
+ ## [8.0.0-alpha.26](https://github.com/heartyoh/ioperato/compare/v8.0.0-alpha.25...v8.0.0-alpha.26) (2024-10-06)
178
+
179
+ **Note:** Version bump only for package @operato/process
180
+
181
+
182
+
183
+
184
+
185
+ ## [8.0.0-alpha.21](https://github.com/heartyoh/ioperato/compare/v8.0.0-alpha.20...v8.0.0-alpha.21) (2024-10-05)
186
+
187
+ **Note:** Version bump only for package @operato/process
188
+
189
+
190
+
191
+
192
+
193
+ ## [8.0.0-alpha.20](https://github.com/heartyoh/ioperato/compare/v8.0.0-alpha.19...v8.0.0-alpha.20) (2024-10-04)
194
+
195
+ **Note:** Version bump only for package @operato/process
196
+
197
+
198
+
199
+
200
+
201
+ ## [8.0.0-alpha.19](https://github.com/heartyoh/ioperato/compare/v8.0.0-alpha.18...v8.0.0-alpha.19) (2024-10-04)
202
+
203
+ **Note:** Version bump only for package @operato/process
204
+
205
+
206
+
207
+
208
+
209
+ ## [8.0.0-alpha.16](https://github.com/heartyoh/ioperato/compare/v8.0.0-alpha.15...v8.0.0-alpha.16) (2024-10-03)
210
+
211
+ **Note:** Version bump only for package @operato/process
212
+
213
+
214
+
215
+
216
+
217
+ ## [8.0.0-alpha.15](https://github.com/heartyoh/ioperato/compare/v8.0.0-alpha.14...v8.0.0-alpha.15) (2024-10-03)
218
+
219
+ **Note:** Version bump only for package @operato/process
220
+
221
+
222
+
223
+
224
+
225
+ ## [8.0.0-alpha.14](https://github.com/heartyoh/ioperato/compare/v8.0.0-alpha.13...v8.0.0-alpha.14) (2024-10-02)
226
+
227
+ **Note:** Version bump only for package @operato/process
228
+
229
+
230
+
231
+
232
+
233
+ ## [8.0.0-alpha.12](https://github.com/heartyoh/ioperato/compare/v8.0.0-alpha.11...v8.0.0-alpha.12) (2024-09-23)
234
+
235
+ **Note:** Version bump only for package @operato/process
236
+
237
+
238
+
239
+
240
+
241
+ ## [8.0.0-alpha.11](https://github.com/heartyoh/ioperato/compare/v8.0.0-alpha.10...v8.0.0-alpha.11) (2024-09-21)
242
+
243
+ **Note:** Version bump only for package @operato/process
244
+
245
+
246
+
247
+
248
+
249
+ ## [8.0.0-alpha.10](https://github.com/heartyoh/ioperato/compare/v8.0.0-alpha.9...v8.0.0-alpha.10) (2024-09-18)
250
+
251
+ **Note:** Version bump only for package @operato/process
252
+
253
+
254
+
255
+
256
+
6
257
  ## [8.0.0-alpha.9](https://github.com/heartyoh/ioperato/compare/v8.0.0-alpha.8...v8.0.0-alpha.9) (2024-09-15)
7
258
 
8
259
  **Note:** Version bump only for package @operato/process
@@ -21,7 +21,7 @@ export declare class ProcessTemplateViewer extends LitElement {
21
21
  getSceneImageData(base64?: boolean): Promise<{
22
22
  width: any;
23
23
  height: any;
24
- data: string | Uint8ClampedArray;
24
+ data: string | Uint8ClampedArray<ArrayBufferLike>;
25
25
  } | undefined>;
26
26
  printTrick(image: string): Promise<void>;
27
27
  }
@@ -58,7 +58,7 @@ export declare class OxProcessViewer extends LitElement {
58
58
  getSceneImageData(base64?: boolean): Promise<{
59
59
  width: any;
60
60
  height: any;
61
- data: string | Uint8ClampedArray;
61
+ data: string | Uint8ClampedArray<ArrayBufferLike>;
62
62
  } | undefined>;
63
63
  printTrick(image: string): Promise<void>;
64
64
  }