@operato/app 2.0.0-alpha.12 → 2.0.0-alpha.121

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