@operato/dataset 2.0.0-alpha.0 → 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 (108) hide show
  1. package/CHANGELOG.md +607 -0
  2. package/demo/favicon.ico +0 -0
  3. package/demo/index.html +349 -0
  4. package/demo/ox-data-ooc-brief-view-test.html +349 -0
  5. package/dist/src/grist-editor/ox-grist-editor-data-item-spec.d.ts +1 -1
  6. package/dist/src/grist-editor/ox-popup-data-item-spec.d.ts +2 -1
  7. package/dist/src/grist-editor/ox-popup-data-item-spec.js +7 -8
  8. package/dist/src/grist-editor/ox-popup-data-item-spec.js.map +1 -1
  9. package/dist/src/ox-data-entry-form.js +49 -37
  10. package/dist/src/ox-data-entry-form.js.map +1 -1
  11. package/dist/src/ox-data-entry-subgroup-form.d.ts +1 -1
  12. package/dist/src/ox-data-entry-subgroup-form.js +2 -0
  13. package/dist/src/ox-data-entry-subgroup-form.js.map +1 -1
  14. package/dist/src/ox-data-entry-view.d.ts +3 -3
  15. package/dist/src/ox-data-entry-view.js +18 -8
  16. package/dist/src/ox-data-entry-view.js.map +1 -1
  17. package/dist/src/ox-data-item-spec.d.ts +1 -1
  18. package/dist/src/ox-data-item-spec.js +7 -7
  19. package/dist/src/ox-data-item-spec.js.map +1 -1
  20. package/dist/src/ox-data-ooc-badge.d.ts +9 -0
  21. package/dist/src/ox-data-ooc-badge.js +67 -0
  22. package/dist/src/ox-data-ooc-badge.js.map +1 -0
  23. package/dist/src/ox-data-ooc-brief-view.d.ts +4 -2
  24. package/dist/src/ox-data-ooc-brief-view.js +9 -111
  25. package/dist/src/ox-data-ooc-brief-view.js.map +1 -1
  26. package/dist/src/ox-data-ooc-correction-part.d.ts +9 -0
  27. package/dist/src/ox-data-ooc-correction-part.js +99 -0
  28. package/dist/src/ox-data-ooc-correction-part.js.map +1 -0
  29. package/dist/src/ox-data-ooc-history.d.ts +10 -0
  30. package/dist/src/ox-data-ooc-history.js +72 -0
  31. package/dist/src/ox-data-ooc-history.js.map +1 -0
  32. package/dist/src/ox-data-ooc-view.d.ts +3 -2
  33. package/dist/src/ox-data-ooc-view.js +7 -90
  34. package/dist/src/ox-data-ooc-view.js.map +1 -1
  35. package/dist/src/ox-data-sample-subgroup-view.d.ts +1 -1
  36. package/dist/src/ox-data-sample-subgroup-view.js +9 -9
  37. package/dist/src/ox-data-sample-subgroup-view.js.map +1 -1
  38. package/dist/src/ox-data-sample-view.d.ts +1 -1
  39. package/dist/src/ox-data-sample-view.js +52 -35
  40. package/dist/src/ox-data-sample-view.js.map +1 -1
  41. package/dist/src/ox-data-summary-view.d.ts +1 -1
  42. package/dist/src/ox-data-summary-view.js +11 -5
  43. package/dist/src/ox-data-summary-view.js.map +1 -1
  44. package/dist/src/types.d.ts +57 -9
  45. package/dist/src/types.js.map +1 -1
  46. package/dist/src/usecase/ccp/ox-input-ccp-limits.d.ts +1 -1
  47. package/dist/src/usecase/qc/ox-input-qc-limits.d.ts +1 -1
  48. package/dist/src/usecase/spc/index.d.ts +1 -0
  49. package/dist/src/usecase/spc/index.js +8 -0
  50. package/dist/src/usecase/spc/index.js.map +1 -0
  51. package/dist/src/usecase/spc/ox-data-use-case-spc.d.ts +7 -0
  52. package/dist/src/usecase/spc/ox-data-use-case-spc.js +102 -0
  53. package/dist/src/usecase/spc/ox-data-use-case-spc.js.map +1 -0
  54. package/dist/src/usecase/spc/ox-input-spc-limits.d.ts +44 -0
  55. package/dist/src/usecase/spc/ox-input-spc-limits.js +193 -0
  56. package/dist/src/usecase/spc/ox-input-spc-limits.js.map +1 -0
  57. package/dist/src/usecase/spc/ox-property-editor-spc-limits.d.ts +6 -0
  58. package/dist/src/usecase/spc/ox-property-editor-spc-limits.js +24 -0
  59. package/dist/src/usecase/spc/ox-property-editor-spc-limits.js.map +1 -0
  60. package/dist/stories/ox-data-entry-form.stories.d.ts +1 -1
  61. package/dist/stories/ox-data-entry-form.stories.js +73 -17
  62. package/dist/stories/ox-data-entry-form.stories.js.map +1 -1
  63. package/dist/stories/ox-data-item-spec.stories.d.ts +1 -1
  64. package/dist/stories/ox-data-item-spec.stories.js +14 -2
  65. package/dist/stories/ox-data-item-spec.stories.js.map +1 -1
  66. package/dist/stories/ox-data-ooc-brief-view.stories.d.ts +1 -1
  67. package/dist/stories/ox-data-ooc-brief-view.stories.js +25 -13
  68. package/dist/stories/ox-data-ooc-brief-view.stories.js.map +1 -1
  69. package/dist/stories/ox-data-ooc-view.stories.d.ts +1 -1
  70. package/dist/stories/ox-data-ooc-view.stories.js +27 -13
  71. package/dist/stories/ox-data-ooc-view.stories.js.map +1 -1
  72. package/dist/stories/ox-data-sample-view.stories.d.ts +1 -1
  73. package/dist/stories/ox-data-sample-view.stories.js +21 -9
  74. package/dist/stories/ox-data-sample-view.stories.js.map +1 -1
  75. package/dist/stories/ox-grist-editor-data-item-spec.stories.d.ts +1 -1
  76. package/dist/stories/ox-grist-editor-data-item-spec.stories.js +66 -63
  77. package/dist/stories/ox-grist-editor-data-item-spec.stories.js.map +1 -1
  78. package/dist/tsconfig.tsbuildinfo +1 -1
  79. package/package.json +39 -26
  80. package/src/grist-editor/ox-popup-data-item-spec.ts +7 -8
  81. package/src/ox-data-entry-form.ts +66 -47
  82. package/src/ox-data-entry-subgroup-form.ts +2 -0
  83. package/src/ox-data-entry-view.ts +19 -8
  84. package/src/ox-data-item-spec.ts +9 -8
  85. package/src/ox-data-ooc-badge.ts +65 -0
  86. package/src/ox-data-ooc-brief-view.ts +10 -121
  87. package/src/ox-data-ooc-correction-part.ts +107 -0
  88. package/src/ox-data-ooc-history.ts +74 -0
  89. package/src/ox-data-ooc-view.ts +7 -92
  90. package/src/ox-data-sample-subgroup-view.ts +16 -17
  91. package/src/ox-data-sample-view.ts +52 -35
  92. package/src/ox-data-summary-view.ts +11 -5
  93. package/src/types.ts +76 -27
  94. package/src/usecase/spc/index.ts +10 -0
  95. package/src/usecase/spc/ox-data-use-case-spc.ts +147 -0
  96. package/src/usecase/spc/ox-input-spc-limits.ts +182 -0
  97. package/src/usecase/spc/ox-property-editor-spc-limits.ts +23 -0
  98. package/stories/ox-data-entry-form.stories.ts +78 -22
  99. package/stories/ox-data-item-spec.stories.ts +14 -2
  100. package/stories/ox-data-ooc-brief-view.stories.ts +26 -15
  101. package/stories/ox-data-ooc-view.stories.ts +28 -15
  102. package/stories/ox-data-sample-view.stories.ts +22 -11
  103. package/stories/ox-grist-editor-data-item-spec.stories.ts +67 -66
  104. package/themes/grist-theme.css +3 -1
  105. package/translations/en.json +1 -0
  106. package/translations/ko.json +1 -0
  107. package/translations/ms.json +142 -70
  108. package/translations/zh.json +146 -75
package/CHANGELOG.md CHANGED
@@ -3,6 +3,613 @@
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/hatiolab/operato/compare/v2.0.0-alpha.99...v2.0.0-alpha.100) (2024-04-21)
7
+
8
+ **Note:** Version bump only for package @operato/dataset
9
+
10
+
11
+
12
+
13
+
14
+ ## [2.0.0-alpha.99](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.98...v2.0.0-alpha.99) (2024-04-21)
15
+
16
+ **Note:** Version bump only for package @operato/dataset
17
+
18
+
19
+
20
+
21
+
22
+ ## [2.0.0-alpha.98](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.97...v2.0.0-alpha.98) (2024-04-21)
23
+
24
+ **Note:** Version bump only for package @operato/dataset
25
+
26
+
27
+
28
+
29
+
30
+ ## [2.0.0-alpha.97](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.96...v2.0.0-alpha.97) (2024-04-21)
31
+
32
+ **Note:** Version bump only for package @operato/dataset
33
+
34
+
35
+
36
+
37
+
38
+ ## [2.0.0-alpha.96](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.95...v2.0.0-alpha.96) (2024-04-21)
39
+
40
+
41
+ ### :bug: Bug Fix
42
+
43
+ * style for ox-parameters-builder ([6a9a3fb](https://github.com/hatiolab/operato/commit/6a9a3fb74493257790677ecc2664f27beb6b849e))
44
+
45
+
46
+
47
+ ## [2.0.0-alpha.95](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.94...v2.0.0-alpha.95) (2024-04-21)
48
+
49
+ **Note:** Version bump only for package @operato/dataset
50
+
51
+
52
+
53
+
54
+
55
+ ## [2.0.0-alpha.94](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.93...v2.0.0-alpha.94) (2024-04-20)
56
+
57
+ **Note:** Version bump only for package @operato/dataset
58
+
59
+
60
+
61
+
62
+
63
+ ## [2.0.0-alpha.93](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.92...v2.0.0-alpha.93) (2024-04-19)
64
+
65
+
66
+ ### :bug: Bug Fix
67
+
68
+ * grid body border-bottom style ([708a937](https://github.com/hatiolab/operato/commit/708a93789d23417a318e2ac9f499bec85d7e4776))
69
+
70
+
71
+
72
+ ## [2.0.0-alpha.92](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.91...v2.0.0-alpha.92) (2024-04-19)
73
+
74
+ **Note:** Version bump only for package @operato/dataset
75
+
76
+
77
+
78
+
79
+
80
+ ## [2.0.0-alpha.90](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.89...v2.0.0-alpha.90) (2024-04-18)
81
+
82
+ **Note:** Version bump only for package @operato/dataset
83
+
84
+
85
+
86
+
87
+
88
+ ## [2.0.0-alpha.89](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.88...v2.0.0-alpha.89) (2024-04-18)
89
+
90
+ **Note:** Version bump only for package @operato/dataset
91
+
92
+
93
+
94
+
95
+
96
+ ## [2.0.0-alpha.88](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.87...v2.0.0-alpha.88) (2024-04-18)
97
+
98
+ **Note:** Version bump only for package @operato/dataset
99
+
100
+
101
+
102
+
103
+
104
+ ## [2.0.0-alpha.87](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.86...v2.0.0-alpha.87) (2024-04-17)
105
+
106
+ **Note:** Version bump only for package @operato/dataset
107
+
108
+
109
+
110
+
111
+
112
+ ## [2.0.0-alpha.86](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.85...v2.0.0-alpha.86) (2024-04-16)
113
+
114
+ **Note:** Version bump only for package @operato/dataset
115
+
116
+
117
+
118
+
119
+
120
+ ## [2.0.0-alpha.85](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.84...v2.0.0-alpha.85) (2024-04-16)
121
+
122
+ **Note:** Version bump only for package @operato/dataset
123
+
124
+
125
+
126
+
127
+
128
+ ## [2.0.0-alpha.82](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.81...v2.0.0-alpha.82) (2024-04-15)
129
+
130
+
131
+ ### :bug: Bug Fix
132
+
133
+ * correct import ([a3587dd](https://github.com/hatiolab/operato/commit/a3587dd65903a0acaa7b25aa4ef15b2d85aaf418))
134
+
135
+
136
+
137
+ ## [2.0.0-alpha.81](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.80...v2.0.0-alpha.81) (2024-04-15)
138
+
139
+
140
+ ### :bug: Bug Fix
141
+
142
+ * use button-container styles ([bd91be3](https://github.com/hatiolab/operato/commit/bd91be3eaf5337a0ffe8cfc3b37191b6427ce5f6))
143
+
144
+
145
+
146
+ ## [2.0.0-alpha.80](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.79...v2.0.0-alpha.80) (2024-04-15)
147
+
148
+ **Note:** Version bump only for package @operato/dataset
149
+
150
+
151
+
152
+
153
+
154
+ ## [2.0.0-alpha.77](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.76...v2.0.0-alpha.77) (2024-04-14)
155
+
156
+ **Note:** Version bump only for package @operato/dataset
157
+
158
+
159
+
160
+
161
+
162
+ ## [2.0.0-alpha.71](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.70...v2.0.0-alpha.71) (2024-04-13)
163
+
164
+ **Note:** Version bump only for package @operato/dataset
165
+
166
+
167
+
168
+
169
+
170
+ ## [2.0.0-alpha.69](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.68...v2.0.0-alpha.69) (2024-04-13)
171
+
172
+
173
+ ### :bug: Bug Fix
174
+
175
+ * mwc=>md for context ([972f5fd](https://github.com/hatiolab/operato/commit/972f5fd8da02820b6d6238cf1dd099591f97d8df))
176
+
177
+
178
+
179
+ ## [2.0.0-alpha.68](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.67...v2.0.0-alpha.68) (2024-04-13)
180
+
181
+
182
+ ### :bug: Bug Fix
183
+
184
+ * mwc=>md for context ([2bc13f2](https://github.com/hatiolab/operato/commit/2bc13f285f257782f73e5d7b5d1ddd197df85393))
185
+
186
+
187
+
188
+ ## [2.0.0-alpha.64](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.63...v2.0.0-alpha.64) (2024-04-13)
189
+
190
+ **Note:** Version bump only for package @operato/dataset
191
+
192
+
193
+
194
+
195
+
196
+ ## [2.0.0-alpha.63](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.62...v2.0.0-alpha.63) (2024-04-12)
197
+
198
+ **Note:** Version bump only for package @operato/dataset
199
+
200
+
201
+
202
+
203
+
204
+ ## [2.0.0-alpha.62](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.61...v2.0.0-alpha.62) (2024-04-12)
205
+
206
+ **Note:** Version bump only for package @operato/dataset
207
+
208
+
209
+
210
+
211
+
212
+ ## [2.0.0-alpha.61](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.60...v2.0.0-alpha.61) (2024-04-11)
213
+
214
+ **Note:** Version bump only for package @operato/dataset
215
+
216
+
217
+
218
+
219
+
220
+ ## [2.0.0-alpha.60](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.59...v2.0.0-alpha.60) (2024-04-11)
221
+
222
+ **Note:** Version bump only for package @operato/dataset
223
+
224
+
225
+
226
+
227
+
228
+ ## [2.0.0-alpha.59](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.58...v2.0.0-alpha.59) (2024-04-11)
229
+
230
+ **Note:** Version bump only for package @operato/dataset
231
+
232
+
233
+
234
+
235
+
236
+ ## [2.0.0-alpha.57](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.56...v2.0.0-alpha.57) (2024-04-07)
237
+
238
+ **Note:** Version bump only for package @operato/dataset
239
+
240
+
241
+
242
+
243
+
244
+
245
+
246
+ **Note:** Version bump only for package @operato/dataset
247
+
248
+
249
+
250
+
251
+
252
+ ## [2.0.0-alpha.54](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.53...v2.0.0-alpha.54) (2024-04-01)
253
+
254
+ **Note:** Version bump only for package @operato/dataset
255
+
256
+
257
+
258
+
259
+
260
+ ## [2.0.0-alpha.52](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.51...v2.0.0-alpha.52) (2024-03-29)
261
+
262
+ **Note:** Version bump only for package @operato/dataset
263
+
264
+
265
+
266
+
267
+
268
+ ## [2.0.0-alpha.51](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.50...v2.0.0-alpha.51) (2024-03-29)
269
+
270
+
271
+ ### :bug: Bug Fix
272
+
273
+ * upgrade lit ([e661c33](https://github.com/hatiolab/operato/commit/e661c333d2bb97f784b5ac2c0e365714ee5e80ff))
274
+
275
+
276
+
277
+ ## [2.0.0-alpha.49](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.48...v2.0.0-alpha.49) (2024-03-28)
278
+
279
+ **Note:** Version bump only for package @operato/dataset
280
+
281
+
282
+
283
+
284
+
285
+ ## [2.0.0-alpha.48](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.47...v2.0.0-alpha.48) (2024-03-28)
286
+
287
+ **Note:** Version bump only for package @operato/dataset
288
+
289
+
290
+
291
+
292
+
293
+ ## [2.0.0-alpha.47](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.46...v2.0.0-alpha.47) (2024-03-27)
294
+
295
+ **Note:** Version bump only for package @operato/dataset
296
+
297
+
298
+
299
+
300
+
301
+ ## [2.0.0-alpha.46](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.45...v2.0.0-alpha.46) (2024-03-26)
302
+
303
+ **Note:** Version bump only for package @operato/dataset
304
+
305
+
306
+
307
+
308
+
309
+ ## [2.0.0-alpha.44](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.43...v2.0.0-alpha.44) (2024-03-24)
310
+
311
+ **Note:** Version bump only for package @operato/dataset
312
+
313
+
314
+
315
+
316
+
317
+ ## [2.0.0-alpha.43](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.42...v2.0.0-alpha.43) (2024-03-24)
318
+
319
+ **Note:** Version bump only for package @operato/dataset
320
+
321
+
322
+
323
+
324
+
325
+ ## [2.0.0-alpha.37](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.36...v2.0.0-alpha.37) (2024-03-18)
326
+
327
+ **Note:** Version bump only for package @operato/dataset
328
+
329
+
330
+
331
+
332
+
333
+ ## [2.0.0-alpha.36](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.35...v2.0.0-alpha.36) (2024-03-14)
334
+
335
+ **Note:** Version bump only for package @operato/dataset
336
+
337
+
338
+
339
+
340
+
341
+ ## [2.0.0-alpha.35](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.34...v2.0.0-alpha.35) (2024-03-13)
342
+
343
+ **Note:** Version bump only for package @operato/dataset
344
+
345
+
346
+
347
+
348
+
349
+ ## [2.0.0-alpha.34](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.33...v2.0.0-alpha.34) (2024-03-12)
350
+
351
+ **Note:** Version bump only for package @operato/dataset
352
+
353
+
354
+
355
+
356
+
357
+ ## [2.0.0-alpha.33](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.32...v2.0.0-alpha.33) (2024-03-12)
358
+
359
+ **Note:** Version bump only for package @operato/dataset
360
+
361
+
362
+
363
+
364
+
365
+ ## [2.0.0-alpha.32](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.31...v2.0.0-alpha.32) (2024-03-12)
366
+
367
+
368
+ ### :bug: Bug Fix
369
+
370
+ * multilingual common-code ([184bcd9](https://github.com/hatiolab/operato/commit/184bcd9ce23ead50e46d9b6cc7bf6788e63b6e21))
371
+
372
+
373
+
374
+ ## [2.0.0-alpha.31](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.30...v2.0.0-alpha.31) (2024-03-03)
375
+
376
+ **Note:** Version bump only for package @operato/dataset
377
+
378
+
379
+
380
+
381
+
382
+ ## [2.0.0-alpha.30](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2024-03-03)
383
+
384
+ **Note:** Version bump only for package @operato/dataset
385
+
386
+
387
+
388
+
389
+
390
+ ## [2.0.0-alpha.29](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-02-22)
391
+
392
+
393
+ ### :bug: Bug Fix
394
+
395
+ * ox-data-entry-form style ([a3bb9df](https://github.com/hatiolab/operato/commit/a3bb9dfc7a88ef87b916f1c6c09581ba7fd885ce))
396
+ * value 어트리뷰트 바인딩 해제 (undefined 나옴) ([793caef](https://github.com/hatiolab/operato/commit/793caeff940b6863cf765783418727e0947f6f1e))
397
+
398
+
399
+
400
+ ## [2.0.0-alpha.28](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-02-20)
401
+
402
+
403
+ ### :bug: Bug Fix
404
+
405
+ * ox-data-entry-form style ([52610be](https://github.com/hatiolab/operato/commit/52610beb2a3f47ce92c9ef537571356bb06f2593))
406
+ * ox-data-entry-form style ([b1b2483](https://github.com/hatiolab/operato/commit/b1b24830bdbbe37dc520dda813a0ad93e2962ea0))
407
+ * upgrade devDependencies for webcomponents ([1489b8b](https://github.com/hatiolab/operato/commit/1489b8b790d9bcee779a070a630697f25c01728f))
408
+
409
+
410
+
411
+ ## [2.0.0-alpha.27](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-02-17)
412
+
413
+
414
+ ### :rocket: New Features
415
+
416
+ * 데이터셋에 타입에 radio 추가 ([e2ac89f](https://github.com/hatiolab/operato/commit/e2ac89f940d5d2ab0eb611fcdb4234b6e4d6856e))
417
+
418
+
419
+ ### :bug: Bug Fix
420
+
421
+ * escape undefined error ([91e7168](https://github.com/hatiolab/operato/commit/91e71680e7185c52a2bde09d6972de74e9aa953a))
422
+ * 모바일 데이터셋 그리드 최소 길이 설정 ([01a8c9a](https://github.com/hatiolab/operato/commit/01a8c9a46df507bb5cdb832858fd4421abea11ab))
423
+
424
+
425
+
426
+ ## [2.0.0-alpha.23](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2024-02-10)
427
+
428
+ **Note:** Version bump only for package @operato/dataset
429
+
430
+
431
+
432
+
433
+
434
+ ## [2.0.0-alpha.22](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2024-02-10)
435
+
436
+ **Note:** Version bump only for package @operato/dataset
437
+
438
+
439
+
440
+
441
+
442
+ ## [2.0.0-alpha.21](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.20...v2.0.0-alpha.21) (2024-02-09)
443
+
444
+
445
+ ### :bug: Bug Fix
446
+
447
+ * print-friendly ([e9a3eba](https://github.com/hatiolab/operato/commit/e9a3eba4550772e5d0bd0cbce31c5740568a2459))
448
+ * update dataset types ([84253fd](https://github.com/hatiolab/operato/commit/84253fdb2b052861b4017fd8675b0f047f252e1a))
449
+
450
+
451
+
452
+ ## [2.0.0-alpha.20](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2024-02-05)
453
+
454
+ **Note:** Version bump only for package @operato/dataset
455
+
456
+
457
+
458
+
459
+
460
+ ## [2.0.0-alpha.19](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.18...v2.0.0-alpha.19) (2024-02-05)
461
+
462
+ **Note:** Version bump only for package @operato/dataset
463
+
464
+
465
+
466
+
467
+
468
+ ## [2.0.0-alpha.18](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) (2024-02-04)
469
+
470
+
471
+ ### :bug: Bug Fix
472
+
473
+ * export spc chart components ([64c7524](https://github.com/hatiolab/operato/commit/64c752427cffa27f7d43e25a1d73b4be4e9bc28a))
474
+
475
+
476
+
477
+ ## [2.0.0-alpha.17](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2024-02-04)
478
+
479
+
480
+ ### :bug: Bug Fix
481
+
482
+ * styling for printing ([c8557a6](https://github.com/hatiolab/operato/commit/c8557a69880bafe5a6a152b07b367946e584c6fb))
483
+
484
+
485
+
486
+ ## [2.0.0-alpha.16](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2024-02-03)
487
+
488
+
489
+ ### :bug: Bug Fix
490
+
491
+ * dataset components for mobile ([f434288](https://github.com/hatiolab/operato/commit/f434288f8724c983b6ebed863a67a315efc9a7ce))
492
+
493
+
494
+
495
+ ## [2.0.0-alpha.15](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.14...v2.0.0-alpha.15) (2024-02-03)
496
+
497
+
498
+ ### :bug: Bug Fix
499
+
500
+ * rewrite spc module ([2311e10](https://github.com/hatiolab/operato/commit/2311e10ae19f5c512a71aae84743aca2bba12efd))
501
+
502
+
503
+
504
+ ## [2.0.0-alpha.14](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.13...v2.0.0-alpha.14) (2024-01-29)
505
+
506
+
507
+ ### :bug: Bug Fix
508
+
509
+ * simplify dataset component ([b88d5b4](https://github.com/hatiolab/operato/commit/b88d5b4778807fbecef11dcab4de40b3cf397de3))
510
+ * typo for dataset ox-data-ooc-view ([b2e68d5](https://github.com/hatiolab/operato/commit/b2e68d57017bde6dc609621620e45d4f78979835))
511
+
512
+
513
+
514
+ ## [2.0.0-alpha.13](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2024-01-28)
515
+
516
+
517
+ ### :bug: Bug Fix
518
+
519
+ * css-variable --grid-record-padding ([b057312](https://github.com/hatiolab/operato/commit/b0573120fcb46c71b6b283065f08ae926e9f826f))
520
+
521
+
522
+
523
+ ## [2.0.0-alpha.12](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.11...v2.0.0-alpha.12) (2024-01-24)
524
+
525
+ **Note:** Version bump only for package @operato/dataset
526
+
527
+
528
+
529
+
530
+
531
+ ## [2.0.0-alpha.11](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.10...v2.0.0-alpha.11) (2024-01-24)
532
+
533
+ **Note:** Version bump only for package @operato/dataset
534
+
535
+
536
+
537
+
538
+
539
+ ## [2.0.0-alpha.10](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.9...v2.0.0-alpha.10) (2024-01-22)
540
+
541
+ **Note:** Version bump only for package @operato/dataset
542
+
543
+
544
+
545
+
546
+
547
+ ## [2.0.0-alpha.9](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2024-01-20)
548
+
549
+ **Note:** Version bump only for package @operato/dataset
550
+
551
+
552
+
553
+
554
+
555
+ ## [2.0.0-alpha.8](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.7...v2.0.0-alpha.8) (2024-01-20)
556
+
557
+
558
+ ### :bug: Bug Fix
559
+
560
+ * stat-function => finalizing-function 마감함수 ([38d66d3](https://github.com/hatiolab/operato/commit/38d66d3a14ce9974bc72570f31f6b4e6bc39fca0))
561
+
562
+
563
+
564
+ ## [2.0.0-alpha.7](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2024-01-15)
565
+
566
+ **Note:** Version bump only for package @operato/dataset
567
+
568
+
569
+
570
+
571
+
572
+ ## [2.0.0-alpha.6](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.5...v2.0.0-alpha.6) (2024-01-15)
573
+
574
+ **Note:** Version bump only for package @operato/dataset
575
+
576
+
577
+
578
+
579
+
580
+ ## [2.0.0-alpha.5](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.4...v2.0.0-alpha.5) (2024-01-15)
581
+
582
+ **Note:** Version bump only for package @operato/dataset
583
+
584
+
585
+
586
+
587
+
588
+ ## [2.0.0-alpha.4](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.3...v2.0.0-alpha.4) (2024-01-15)
589
+
590
+ **Note:** Version bump only for package @operato/dataset
591
+
592
+
593
+
594
+
595
+
596
+ ## [2.0.0-alpha.3](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.2...v2.0.0-alpha.3) (2024-01-14)
597
+
598
+ **Note:** Version bump only for package @operato/dataset
599
+
600
+
601
+
602
+
603
+
604
+ ## [2.0.0-alpha.2](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.1...v2.0.0-alpha.2) (2024-01-09)
605
+
606
+
607
+ ### :bug: Bug Fix
608
+
609
+ * ox-grist-editor-tree 기능 ([8604919](https://github.com/hatiolab/operato/commit/8604919477fbf1ec15bbb68e2b7e5c8c975ef0d5))
610
+
611
+
612
+
6
613
  ## [2.0.0-alpha.0](https://github.com/hatiolab/operato/compare/v1.13.1...v2.0.0-alpha.0) (2024-01-05)
7
614
 
8
615
  **Note:** Version bump only for package @operato/dataset
Binary file