@operato/app 2.0.0-alpha.13 → 2.0.0-alpha.130

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 (62) hide show
  1. package/CHANGELOG.md +693 -0
  2. package/demo/data-grist-test.html +25 -14
  3. package/demo/index.html +13 -2
  4. package/dist/src/filters-form/filter-resource-select.js +13 -16
  5. package/dist/src/filters-form/filter-resource-select.js.map +1 -1
  6. package/dist/src/grist-editor/ox-grist-editor-code.d.ts +1 -1
  7. package/dist/src/grist-editor/ox-grist-editor-json.d.ts +1 -1
  8. package/dist/src/grist-editor/ox-grist-editor-privilege.d.ts +1 -1
  9. package/dist/src/grist-editor/ox-grist-editor-resource-code.d.ts +2 -2
  10. package/dist/src/grist-editor/ox-grist-editor-resource-code.js +2 -2
  11. package/dist/src/grist-editor/ox-grist-editor-resource-code.js.map +1 -1
  12. package/dist/src/grist-editor/ox-grist-editor-resource-id.d.ts +2 -2
  13. package/dist/src/grist-editor/ox-grist-editor-resource-id.js +2 -2
  14. package/dist/src/grist-editor/ox-grist-editor-resource-id.js.map +1 -1
  15. package/dist/src/grist-editor/ox-grist-renderer-resource-code.d.ts +1 -1
  16. package/dist/src/grist-editor/ox-popup-code-input.d.ts +2 -1
  17. package/dist/src/grist-editor/ox-popup-code-input.js +7 -8
  18. package/dist/src/grist-editor/ox-popup-code-input.js.map +1 -1
  19. package/dist/src/grist-editor/ox-popup-privilege-input.d.ts +2 -1
  20. package/dist/src/grist-editor/ox-popup-privilege-input.js +8 -15
  21. package/dist/src/grist-editor/ox-popup-privilege-input.js.map +1 -1
  22. package/dist/src/input/ox-input-background-pattern.d.ts +1 -1
  23. package/dist/src/input/ox-input-background-pattern.js +8 -8
  24. package/dist/src/input/ox-input-background-pattern.js.map +1 -1
  25. package/dist/src/input/ox-input-fill-style.d.ts +1 -1
  26. package/dist/src/input/ox-input-graphql.d.ts +1 -0
  27. package/dist/src/input/ox-input-graphql.js +6 -2
  28. package/dist/src/input/ox-input-graphql.js.map +1 -1
  29. package/dist/src/selector/ox-selector-resource-id.d.ts +2 -1
  30. package/dist/src/selector/ox-selector-resource-id.js +8 -9
  31. package/dist/src/selector/ox-selector-resource-id.js.map +1 -1
  32. package/dist/src/selector/ox-selector-resource-object-legacy.d.ts +4 -3
  33. package/dist/src/selector/ox-selector-resource-object-legacy.js +8 -9
  34. package/dist/src/selector/ox-selector-resource-object-legacy.js.map +1 -1
  35. package/dist/src/selector/ox-selector-resource-object.d.ts +3 -2
  36. package/dist/src/selector/ox-selector-resource-object.js +9 -10
  37. package/dist/src/selector/ox-selector-resource-object.js.map +1 -1
  38. package/dist/stories/graphql-client.stories.d.ts +26 -0
  39. package/dist/stories/graphql-client.stories.js +55 -0
  40. package/dist/stories/graphql-client.stories.js.map +1 -0
  41. package/dist/stories/ox-input-graphql.stories.js +13 -1
  42. package/dist/stories/ox-input-graphql.stories.js.map +1 -1
  43. package/dist/stories/ox-selector-resource-object.stories.d.ts +29 -0
  44. package/dist/stories/ox-selector-resource-object.stories.js +80 -0
  45. package/dist/stories/ox-selector-resource-object.stories.js.map +1 -0
  46. package/dist/tsconfig.tsbuildinfo +1 -1
  47. package/package.json +27 -30
  48. package/src/filters-form/filter-resource-select.ts +32 -31
  49. package/src/grist-editor/ox-grist-editor-resource-code.ts +2 -2
  50. package/src/grist-editor/ox-grist-editor-resource-id.ts +2 -2
  51. package/src/grist-editor/ox-popup-code-input.ts +7 -8
  52. package/src/grist-editor/ox-popup-privilege-input.ts +8 -15
  53. package/src/input/ox-input-background-pattern.ts +8 -8
  54. package/src/input/ox-input-graphql.ts +3 -2
  55. package/src/selector/ox-selector-resource-id.ts +8 -9
  56. package/src/selector/ox-selector-resource-object-legacy.ts +16 -17
  57. package/src/selector/ox-selector-resource-object.ts +10 -11
  58. package/stories/graphql-client.stories.ts +73 -0
  59. package/stories/ox-input-graphql.stories.ts +13 -1
  60. package/stories/ox-selector-resource-object.stories.ts +98 -0
  61. package/themes/app-theme.css +10 -0
  62. package/themes/grist-theme.css +2 -0
package/CHANGELOG.md CHANGED
@@ -3,6 +3,699 @@
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.130](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.129...v2.0.0-alpha.130) (2024-05-10)
7
+
8
+ **Note:** Version bump only for package @operato/app
9
+
10
+
11
+
12
+
13
+
14
+ ## [2.0.0-alpha.129](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.128...v2.0.0-alpha.129) (2024-05-08)
15
+
16
+ **Note:** Version bump only for package @operato/app
17
+
18
+
19
+
20
+
21
+
22
+ ## [2.0.0-alpha.127](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.126...v2.0.0-alpha.127) (2024-05-08)
23
+
24
+ **Note:** Version bump only for package @operato/app
25
+
26
+
27
+
28
+
29
+
30
+ ## [2.0.0-alpha.124](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.123...v2.0.0-alpha.124) (2024-05-08)
31
+
32
+ **Note:** Version bump only for package @operato/app
33
+
34
+
35
+
36
+
37
+
38
+ ## [2.0.0-alpha.123](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.122...v2.0.0-alpha.123) (2024-05-07)
39
+
40
+
41
+ ### :bug: Bug Fix
42
+
43
+ * ox-grist-personalize md3 ([3de8546](https://github.com/hatiolab/operato/commit/3de854699c1ef73d368a34a4c094ac5ec0ecfd7e))
44
+
45
+
46
+
47
+ ## [2.0.0-alpha.122](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.121...v2.0.0-alpha.122) (2024-05-06)
48
+
49
+ **Note:** Version bump only for package @operato/app
50
+
51
+
52
+
53
+
54
+
55
+ ## [2.0.0-alpha.121](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.120...v2.0.0-alpha.121) (2024-05-05)
56
+
57
+ **Note:** Version bump only for package @operato/app
58
+
59
+
60
+
61
+
62
+
63
+ ## [2.0.0-alpha.120](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.119...v2.0.0-alpha.120) (2024-05-05)
64
+
65
+ **Note:** Version bump only for package @operato/app
66
+
67
+
68
+
69
+
70
+
71
+ ## [2.0.0-alpha.119](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.118...v2.0.0-alpha.119) (2024-05-04)
72
+
73
+ **Note:** Version bump only for package @operato/app
74
+
75
+
76
+
77
+
78
+
79
+ ## [2.0.0-alpha.118](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.117...v2.0.0-alpha.118) (2024-05-04)
80
+
81
+ **Note:** Version bump only for package @operato/app
82
+
83
+
84
+
85
+
86
+
87
+ ## [2.0.0-alpha.117](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.116...v2.0.0-alpha.117) (2024-05-04)
88
+
89
+ **Note:** Version bump only for package @operato/app
90
+
91
+
92
+
93
+
94
+
95
+ ## [2.0.0-alpha.116](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.115...v2.0.0-alpha.116) (2024-05-04)
96
+
97
+ **Note:** Version bump only for package @operato/app
98
+
99
+
100
+
101
+
102
+
103
+ ## [2.0.0-alpha.115](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.114...v2.0.0-alpha.115) (2024-05-04)
104
+
105
+ **Note:** Version bump only for package @operato/app
106
+
107
+
108
+
109
+
110
+
111
+ ## [2.0.0-alpha.114](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.113...v2.0.0-alpha.114) (2024-05-04)
112
+
113
+ **Note:** Version bump only for package @operato/app
114
+
115
+
116
+
117
+
118
+
119
+ ## [2.0.0-alpha.112](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.111...v2.0.0-alpha.112) (2024-05-02)
120
+
121
+ **Note:** Version bump only for package @operato/app
122
+
123
+
124
+
125
+
126
+
127
+ ## [2.0.0-alpha.111](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.110...v2.0.0-alpha.111) (2024-05-02)
128
+
129
+ **Note:** Version bump only for package @operato/app
130
+
131
+
132
+
133
+
134
+
135
+ ## [2.0.0-alpha.110](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.109...v2.0.0-alpha.110) (2024-05-02)
136
+
137
+ **Note:** Version bump only for package @operato/app
138
+
139
+
140
+
141
+
142
+
143
+ ## [2.0.0-alpha.109](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.108...v2.0.0-alpha.109) (2024-05-02)
144
+
145
+ **Note:** Version bump only for package @operato/app
146
+
147
+
148
+
149
+
150
+
151
+ ## [2.0.0-alpha.108](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.107...v2.0.0-alpha.108) (2024-05-02)
152
+
153
+ **Note:** Version bump only for package @operato/app
154
+
155
+
156
+
157
+
158
+
159
+ ## [2.0.0-alpha.107](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.106...v2.0.0-alpha.107) (2024-05-01)
160
+
161
+
162
+ ### :bug: Bug Fix
163
+
164
+ * consider graphql link for mocking ([8eb3687](https://github.com/hatiolab/operato/commit/8eb36875876244b9d15809f88fa6600589b132ef))
165
+
166
+
167
+
168
+ ## [2.0.0-alpha.106](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.105...v2.0.0-alpha.106) (2024-04-26)
169
+
170
+ **Note:** Version bump only for package @operato/app
171
+
172
+
173
+
174
+
175
+
176
+ ## [2.0.0-alpha.105](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.104...v2.0.0-alpha.105) (2024-04-26)
177
+
178
+ **Note:** Version bump only for package @operato/app
179
+
180
+
181
+
182
+
183
+
184
+ ## [2.0.0-alpha.104](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.103...v2.0.0-alpha.104) (2024-04-26)
185
+
186
+ **Note:** Version bump only for package @operato/app
187
+
188
+
189
+
190
+
191
+
192
+ ## [2.0.0-alpha.103](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.102...v2.0.0-alpha.103) (2024-04-26)
193
+
194
+
195
+ ### :bug: Bug Fix
196
+
197
+ * ox-filter-form과 ox-search-form에서 필터들간에 연관 기능 지원 ([bc081f8](https://github.com/hatiolab/operato/commit/bc081f8dfbb303f8aa219f0b776aa0cc4b18e9cd))
198
+
199
+
200
+
201
+ ## [2.0.0-alpha.102](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.101...v2.0.0-alpha.102) (2024-04-22)
202
+
203
+ **Note:** Version bump only for package @operato/app
204
+
205
+
206
+
207
+
208
+
209
+ ## [2.0.0-alpha.100](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.99...v2.0.0-alpha.100) (2024-04-21)
210
+
211
+ **Note:** Version bump only for package @operato/app
212
+
213
+
214
+
215
+
216
+
217
+ ## [2.0.0-alpha.99](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.98...v2.0.0-alpha.99) (2024-04-21)
218
+
219
+ **Note:** Version bump only for package @operato/app
220
+
221
+
222
+
223
+
224
+
225
+ ## [2.0.0-alpha.98](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.97...v2.0.0-alpha.98) (2024-04-21)
226
+
227
+
228
+ ### :bug: Bug Fix
229
+
230
+ * support show-line-numbers for ox-input-graphql ([d386dba](https://github.com/hatiolab/operato/commit/d386dba3e2723babeceb5b0a13a3b5f75b302754))
231
+
232
+
233
+
234
+ ## [2.0.0-alpha.97](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.96...v2.0.0-alpha.97) (2024-04-21)
235
+
236
+ **Note:** Version bump only for package @operato/app
237
+
238
+
239
+
240
+
241
+
242
+ ## [2.0.0-alpha.96](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.95...v2.0.0-alpha.96) (2024-04-21)
243
+
244
+ **Note:** Version bump only for package @operato/app
245
+
246
+
247
+
248
+
249
+
250
+ ## [2.0.0-alpha.95](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.94...v2.0.0-alpha.95) (2024-04-21)
251
+
252
+ **Note:** Version bump only for package @operato/app
253
+
254
+
255
+
256
+
257
+
258
+ ## [2.0.0-alpha.94](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.93...v2.0.0-alpha.94) (2024-04-20)
259
+
260
+ **Note:** Version bump only for package @operato/app
261
+
262
+
263
+
264
+
265
+
266
+ ## [2.0.0-alpha.93](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.92...v2.0.0-alpha.93) (2024-04-19)
267
+
268
+
269
+ ### :bug: Bug Fix
270
+
271
+ * grid body border-bottom style ([708a937](https://github.com/hatiolab/operato/commit/708a93789d23417a318e2ac9f499bec85d7e4776))
272
+
273
+
274
+
275
+ ## [2.0.0-alpha.92](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.91...v2.0.0-alpha.92) (2024-04-19)
276
+
277
+ **Note:** Version bump only for package @operato/app
278
+
279
+
280
+
281
+
282
+
283
+ ## [2.0.0-alpha.91](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.90...v2.0.0-alpha.91) (2024-04-19)
284
+
285
+ **Note:** Version bump only for package @operato/app
286
+
287
+
288
+
289
+
290
+
291
+ ## [2.0.0-alpha.90](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.89...v2.0.0-alpha.90) (2024-04-18)
292
+
293
+ **Note:** Version bump only for package @operato/app
294
+
295
+
296
+
297
+
298
+
299
+ ## [2.0.0-alpha.89](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.88...v2.0.0-alpha.89) (2024-04-18)
300
+
301
+ **Note:** Version bump only for package @operato/app
302
+
303
+
304
+
305
+
306
+
307
+ ## [2.0.0-alpha.88](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.87...v2.0.0-alpha.88) (2024-04-18)
308
+
309
+ **Note:** Version bump only for package @operato/app
310
+
311
+
312
+
313
+
314
+
315
+ ## [2.0.0-alpha.87](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.86...v2.0.0-alpha.87) (2024-04-17)
316
+
317
+ **Note:** Version bump only for package @operato/app
318
+
319
+
320
+
321
+
322
+
323
+ ## [2.0.0-alpha.86](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.85...v2.0.0-alpha.86) (2024-04-16)
324
+
325
+ **Note:** Version bump only for package @operato/app
326
+
327
+
328
+
329
+
330
+
331
+ ## [2.0.0-alpha.85](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.84...v2.0.0-alpha.85) (2024-04-16)
332
+
333
+ **Note:** Version bump only for package @operato/app
334
+
335
+
336
+
337
+
338
+
339
+ ## [2.0.0-alpha.82](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.81...v2.0.0-alpha.82) (2024-04-15)
340
+
341
+
342
+ ### :bug: Bug Fix
343
+
344
+ * correct import ([a3587dd](https://github.com/hatiolab/operato/commit/a3587dd65903a0acaa7b25aa4ef15b2d85aaf418))
345
+
346
+
347
+
348
+ ## [2.0.0-alpha.81](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.80...v2.0.0-alpha.81) (2024-04-15)
349
+
350
+
351
+ ### :bug: Bug Fix
352
+
353
+ * use button-container styles ([bd91be3](https://github.com/hatiolab/operato/commit/bd91be3eaf5337a0ffe8cfc3b37191b6427ce5f6))
354
+
355
+
356
+
357
+ ## [2.0.0-alpha.80](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.79...v2.0.0-alpha.80) (2024-04-15)
358
+
359
+ **Note:** Version bump only for package @operato/app
360
+
361
+
362
+
363
+
364
+
365
+ ## [2.0.0-alpha.77](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.76...v2.0.0-alpha.77) (2024-04-14)
366
+
367
+ **Note:** Version bump only for package @operato/app
368
+
369
+
370
+
371
+
372
+
373
+ ## [2.0.0-alpha.71](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.70...v2.0.0-alpha.71) (2024-04-13)
374
+
375
+ **Note:** Version bump only for package @operato/app
376
+
377
+
378
+
379
+
380
+
381
+ ## [2.0.0-alpha.70](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.69...v2.0.0-alpha.70) (2024-04-13)
382
+
383
+ **Note:** Version bump only for package @operato/app
384
+
385
+
386
+
387
+
388
+
389
+ ## [2.0.0-alpha.69](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.68...v2.0.0-alpha.69) (2024-04-13)
390
+
391
+
392
+ ### :bug: Bug Fix
393
+
394
+ * mwc=>md for context ([972f5fd](https://github.com/hatiolab/operato/commit/972f5fd8da02820b6d6238cf1dd099591f97d8df))
395
+
396
+
397
+
398
+ ## [2.0.0-alpha.68](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.67...v2.0.0-alpha.68) (2024-04-13)
399
+
400
+
401
+ ### :bug: Bug Fix
402
+
403
+ * mwc=>md for context ([2bc13f2](https://github.com/hatiolab/operato/commit/2bc13f285f257782f73e5d7b5d1ddd197df85393))
404
+
405
+
406
+
407
+ ## [2.0.0-alpha.64](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.63...v2.0.0-alpha.64) (2024-04-13)
408
+
409
+ **Note:** Version bump only for package @operato/app
410
+
411
+
412
+
413
+
414
+
415
+ ## [2.0.0-alpha.63](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.62...v2.0.0-alpha.63) (2024-04-12)
416
+
417
+ **Note:** Version bump only for package @operato/app
418
+
419
+
420
+
421
+
422
+
423
+ ## [2.0.0-alpha.62](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.61...v2.0.0-alpha.62) (2024-04-12)
424
+
425
+ **Note:** Version bump only for package @operato/app
426
+
427
+
428
+
429
+
430
+
431
+ ## [2.0.0-alpha.61](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.60...v2.0.0-alpha.61) (2024-04-11)
432
+
433
+ **Note:** Version bump only for package @operato/app
434
+
435
+
436
+
437
+
438
+
439
+ ## [2.0.0-alpha.60](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.59...v2.0.0-alpha.60) (2024-04-11)
440
+
441
+ **Note:** Version bump only for package @operato/app
442
+
443
+
444
+
445
+
446
+
447
+ ## [2.0.0-alpha.59](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.58...v2.0.0-alpha.59) (2024-04-11)
448
+
449
+ **Note:** Version bump only for package @operato/app
450
+
451
+
452
+
453
+
454
+
455
+ ## [2.0.0-alpha.58](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.57...v2.0.0-alpha.58) (2024-04-07)
456
+
457
+ **Note:** Version bump only for package @operato/app
458
+
459
+
460
+
461
+
462
+
463
+ ## [2.0.0-alpha.57](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.56...v2.0.0-alpha.57) (2024-04-07)
464
+
465
+ **Note:** Version bump only for package @operato/app
466
+
467
+
468
+
469
+
470
+
471
+
472
+
473
+ **Note:** Version bump only for package @operato/app
474
+
475
+
476
+
477
+
478
+
479
+ ## [2.0.0-alpha.54](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.53...v2.0.0-alpha.54) (2024-04-01)
480
+
481
+ **Note:** Version bump only for package @operato/app
482
+
483
+
484
+
485
+
486
+
487
+ ## [2.0.0-alpha.52](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.51...v2.0.0-alpha.52) (2024-03-29)
488
+
489
+ **Note:** Version bump only for package @operato/app
490
+
491
+
492
+
493
+
494
+
495
+ ## [2.0.0-alpha.51](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.50...v2.0.0-alpha.51) (2024-03-29)
496
+
497
+
498
+ ### :bug: Bug Fix
499
+
500
+ * upgrade lit ([e661c33](https://github.com/hatiolab/operato/commit/e661c333d2bb97f784b5ac2c0e365714ee5e80ff))
501
+
502
+
503
+
504
+ ## [2.0.0-alpha.50](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.49...v2.0.0-alpha.50) (2024-03-28)
505
+
506
+ **Note:** Version bump only for package @operato/app
507
+
508
+
509
+
510
+
511
+
512
+ ## [2.0.0-alpha.49](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.48...v2.0.0-alpha.49) (2024-03-28)
513
+
514
+ **Note:** Version bump only for package @operato/app
515
+
516
+
517
+
518
+
519
+
520
+ ## [2.0.0-alpha.48](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.47...v2.0.0-alpha.48) (2024-03-28)
521
+
522
+ **Note:** Version bump only for package @operato/app
523
+
524
+
525
+
526
+
527
+
528
+ ## [2.0.0-alpha.47](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.46...v2.0.0-alpha.47) (2024-03-27)
529
+
530
+ **Note:** Version bump only for package @operato/app
531
+
532
+
533
+
534
+
535
+
536
+ ## [2.0.0-alpha.46](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.45...v2.0.0-alpha.46) (2024-03-26)
537
+
538
+ **Note:** Version bump only for package @operato/app
539
+
540
+
541
+
542
+
543
+
544
+ ## [2.0.0-alpha.44](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.43...v2.0.0-alpha.44) (2024-03-24)
545
+
546
+ **Note:** Version bump only for package @operato/app
547
+
548
+
549
+
550
+
551
+
552
+ ## [2.0.0-alpha.43](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.42...v2.0.0-alpha.43) (2024-03-24)
553
+
554
+ **Note:** Version bump only for package @operato/app
555
+
556
+
557
+
558
+
559
+
560
+ ## [2.0.0-alpha.37](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.36...v2.0.0-alpha.37) (2024-03-18)
561
+
562
+ **Note:** Version bump only for package @operato/app
563
+
564
+
565
+
566
+
567
+
568
+ ## [2.0.0-alpha.35](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.34...v2.0.0-alpha.35) (2024-03-13)
569
+
570
+ **Note:** Version bump only for package @operato/app
571
+
572
+
573
+
574
+
575
+
576
+ ## [2.0.0-alpha.34](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.33...v2.0.0-alpha.34) (2024-03-12)
577
+
578
+ **Note:** Version bump only for package @operato/app
579
+
580
+
581
+
582
+
583
+
584
+ ## [2.0.0-alpha.32](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.31...v2.0.0-alpha.32) (2024-03-12)
585
+
586
+ **Note:** Version bump only for package @operato/app
587
+
588
+
589
+
590
+
591
+
592
+ ## [2.0.0-alpha.31](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.30...v2.0.0-alpha.31) (2024-03-03)
593
+
594
+ **Note:** Version bump only for package @operato/app
595
+
596
+
597
+
598
+
599
+
600
+ ## [2.0.0-alpha.30](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2024-03-03)
601
+
602
+
603
+ ### :bug: Bug Fix
604
+
605
+ * upgrade cm6-graphql ([ec4bc9f](https://github.com/hatiolab/operato/commit/ec4bc9fdf7df0f7d698abc30c4de88c77d8119bf))
606
+
607
+
608
+
609
+ ## [2.0.0-alpha.28](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-02-20)
610
+
611
+
612
+ ### :bug: Bug Fix
613
+
614
+ * upgrade devDependencies for webcomponents ([1489b8b](https://github.com/hatiolab/operato/commit/1489b8b790d9bcee779a070a630697f25c01728f))
615
+
616
+
617
+
618
+ ## [2.0.0-alpha.27](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-02-17)
619
+
620
+ **Note:** Version bump only for package @operato/app
621
+
622
+
623
+
624
+
625
+
626
+ ## [2.0.0-alpha.25](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2024-02-12)
627
+
628
+ **Note:** Version bump only for package @operato/app
629
+
630
+
631
+
632
+
633
+
634
+ ## [2.0.0-alpha.24](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2024-02-11)
635
+
636
+
637
+ ### :bug: Bug Fix
638
+
639
+ * ox-filters-form-base for @operato/form ([fd0ec03](https://github.com/hatiolab/operato/commit/fd0ec033585ce0fe46f24276db91238abbbfdc05))
640
+
641
+
642
+
643
+ ## [2.0.0-alpha.23](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2024-02-10)
644
+
645
+ **Note:** Version bump only for package @operato/app
646
+
647
+
648
+
649
+
650
+
651
+ ## [2.0.0-alpha.22](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2024-02-10)
652
+
653
+ **Note:** Version bump only for package @operato/app
654
+
655
+
656
+
657
+
658
+
659
+ ## [2.0.0-alpha.21](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.20...v2.0.0-alpha.21) (2024-02-09)
660
+
661
+ **Note:** Version bump only for package @operato/app
662
+
663
+
664
+
665
+
666
+
667
+ ## [2.0.0-alpha.20](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2024-02-05)
668
+
669
+ **Note:** Version bump only for package @operato/app
670
+
671
+
672
+
673
+
674
+
675
+ ## [2.0.0-alpha.19](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.18...v2.0.0-alpha.19) (2024-02-05)
676
+
677
+ **Note:** Version bump only for package @operato/app
678
+
679
+
680
+
681
+
682
+
683
+ ## [2.0.0-alpha.17](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2024-02-04)
684
+
685
+ **Note:** Version bump only for package @operato/app
686
+
687
+
688
+
689
+
690
+
691
+ ## [2.0.0-alpha.16](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2024-02-03)
692
+
693
+ **Note:** Version bump only for package @operato/app
694
+
695
+
696
+
697
+
698
+
6
699
  ## [2.0.0-alpha.13](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2024-01-28)
7
700
 
8
701