@operato/data-grist 9.0.0-beta.7 → 9.0.0-beta.85
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 +285 -0
- package/README.md +337 -44
- package/dist/src/data-grid/data-grid-body.js +39 -27
- package/dist/src/data-grid/data-grid-body.js.map +1 -1
- package/dist/src/data-grid/data-grid-header.js +9 -0
- package/dist/src/data-grid/data-grid-header.js.map +1 -1
- package/dist/src/data-grist.d.ts +13 -1
- package/dist/src/data-grist.js +42 -0
- package/dist/src/data-grist.js.map +1 -1
- package/dist/src/data-report.js +4 -4
- package/dist/src/data-report.js.map +1 -1
- package/dist/src/editors/ox-grist-editor-json5.d.ts +8 -0
- package/dist/src/editors/ox-grist-editor-json5.js +66 -0
- package/dist/src/editors/ox-grist-editor-json5.js.map +1 -0
- package/dist/src/editors/ox-popup-code-input.d.ts +14 -0
- package/dist/src/editors/ox-popup-code-input.js +78 -0
- package/dist/src/editors/ox-popup-code-input.js.map +1 -0
- package/dist/src/editors/registry.js +3 -1
- package/dist/src/editors/registry.js.map +1 -1
- package/dist/src/filters/filter-select.js +2 -1
- package/dist/src/filters/filter-select.js.map +1 -1
- package/dist/src/formatters/registry.d.ts +1 -1
- package/dist/src/gutters/registry.d.ts +1 -1
- package/dist/src/handlers/registry.d.ts +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +18 -14
- package/dist/index.d.ts +0 -1
- package/dist/index.js +0 -2
- package/dist/index.js.map +0 -1
- package/dist/stories/accumulator-format.stories.d.ts +0 -41
- package/dist/stories/accumulator-format.stories.js +0 -237
- package/dist/stories/accumulator-format.stories.js.map +0 -1
- package/dist/stories/barcode-input-filter.stories.d.ts +0 -33
- package/dist/stories/barcode-input-filter.stories.js +0 -185
- package/dist/stories/barcode-input-filter.stories.js.map +0 -1
- package/dist/stories/bounded-select-filters.stories.d.ts +0 -25
- package/dist/stories/bounded-select-filters.stories.js +0 -283
- package/dist/stories/bounded-select-filters.stories.js.map +0 -1
- package/dist/stories/bounded-select-record.stories.d.ts +0 -25
- package/dist/stories/bounded-select-record.stories.js +0 -286
- package/dist/stories/bounded-select-record.stories.js.map +0 -1
- package/dist/stories/click-event-custom.stories.d.ts +0 -45
- package/dist/stories/click-event-custom.stories.js +0 -248
- package/dist/stories/click-event-custom.stories.js.map +0 -1
- package/dist/stories/click-event.stories.d.ts +0 -45
- package/dist/stories/click-event.stories.js +0 -243
- package/dist/stories/click-event.stories.js.map +0 -1
- package/dist/stories/creatable-only-column.stories.d.ts +0 -29
- package/dist/stories/creatable-only-column.stories.js +0 -232
- package/dist/stories/creatable-only-column.stories.js.map +0 -1
- package/dist/stories/default-filters.stories.d.ts +0 -26
- package/dist/stories/default-filters.stories.js +0 -219
- package/dist/stories/default-filters.stories.js.map +0 -1
- package/dist/stories/dynamic-editable.stories.d.ts +0 -25
- package/dist/stories/dynamic-editable.stories.js +0 -293
- package/dist/stories/dynamic-editable.stories.js.map +0 -1
- package/dist/stories/empty-sorters.stories.d.ts +0 -25
- package/dist/stories/empty-sorters.stories.js +0 -162
- package/dist/stories/empty-sorters.stories.js.map +0 -1
- package/dist/stories/explicit-fetch.stories.d.ts +0 -25
- package/dist/stories/explicit-fetch.stories.js +0 -166
- package/dist/stories/explicit-fetch.stories.js.map +0 -1
- package/dist/stories/fixed-column.stories.d.ts +0 -26
- package/dist/stories/fixed-column.stories.js +0 -383
- package/dist/stories/fixed-column.stories.js.map +0 -1
- package/dist/stories/grid-setting.stories.d.ts +0 -47
- package/dist/stories/grid-setting.stories.js +0 -453
- package/dist/stories/grid-setting.stories.js.map +0 -1
- package/dist/stories/grist-modes.stories.d.ts +0 -37
- package/dist/stories/grist-modes.stories.js +0 -416
- package/dist/stories/grist-modes.stories.js.map +0 -1
- package/dist/stories/group-header.stories.d.ts +0 -26
- package/dist/stories/group-header.stories.js +0 -410
- package/dist/stories/group-header.stories.js.map +0 -1
- package/dist/stories/record-view.stories.d.ts +0 -24
- package/dist/stories/record-view.stories.js +0 -125
- package/dist/stories/record-view.stories.js.map +0 -1
- package/dist/stories/textarea.stories.d.ts +0 -37
- package/dist/stories/textarea.stories.js +0 -229
- package/dist/stories/textarea.stories.js.map +0 -1
- package/dist/stories/tree-column-with-checkbox.stories.d.ts +0 -26
- package/dist/stories/tree-column-with-checkbox.stories.js +0 -267
- package/dist/stories/tree-column-with-checkbox.stories.js.map +0 -1
- package/dist/stories/tree-column.stories.d.ts +0 -26
- package/dist/stories/tree-column.stories.js +0 -266
- package/dist/stories/tree-column.stories.js.map +0 -1
- package/index.ts +0 -1
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,291 @@
|
|
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.85](https://github.com/hatiolab/operato/compare/v9.0.0-beta.84...v9.0.0-beta.85) (2025-06-02)
|
7
|
+
|
8
|
+
|
9
|
+
### :bug: Bug Fix
|
10
|
+
|
11
|
+
* 멀티셀렉트 빈값 제거 ([aec9211](https://github.com/hatiolab/operato/commit/aec92117d7e9be0eb11cd8ecbb289b002af0771b))
|
12
|
+
* 모바일에서는 그리드에서 고정된 열 해제 ([ea63d4a](https://github.com/hatiolab/operato/commit/ea63d4a10b4b03be65d72fb68bb03dd6b0ab7bf2))
|
13
|
+
|
14
|
+
|
15
|
+
|
16
|
+
## [9.0.0-beta.70](https://github.com/hatiolab/operato/compare/v9.0.0-beta.69...v9.0.0-beta.70) (2025-04-23)
|
17
|
+
|
18
|
+
**Note:** Version bump only for package @operato/data-grist
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
|
24
|
+
## [9.0.0-beta.67](https://github.com/hatiolab/operato/compare/v9.0.0-beta.66...v9.0.0-beta.67) (2025-04-12)
|
25
|
+
|
26
|
+
|
27
|
+
### :bug: Bug Fix
|
28
|
+
|
29
|
+
* grid object copy error ([a3b2b91](https://github.com/hatiolab/operato/commit/a3b2b91c62dc5a0c30ec732bbd03257fa3e67879))
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
## [9.0.0-beta.65](https://github.com/hatiolab/operato/compare/v9.0.0-beta.64...v9.0.0-beta.65) (2025-04-12)
|
34
|
+
|
35
|
+
|
36
|
+
### :bug: Bug Fix
|
37
|
+
|
38
|
+
* move ox-popup-code-input from app to data-grist module ([16c0c1d](https://github.com/hatiolab/operato/commit/16c0c1d45291324cb88c9006f3903cb623ffdc40))
|
39
|
+
|
40
|
+
|
41
|
+
|
42
|
+
## [9.0.0-beta.64](https://github.com/hatiolab/operato/compare/v9.0.0-beta.63...v9.0.0-beta.64) (2025-04-12)
|
43
|
+
|
44
|
+
|
45
|
+
### :bug: Bug Fix
|
46
|
+
|
47
|
+
* move ox-popup-code-input from app to data-grist module ([3f4fa23](https://github.com/hatiolab/operato/commit/3f4fa233bb39ecd0fbacb0c30dde5c1da7f656be))
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
## [9.0.0-beta.63](https://github.com/hatiolab/operato/compare/v9.0.0-beta.62...v9.0.0-beta.63) (2025-04-12)
|
52
|
+
|
53
|
+
|
54
|
+
### :bug: Bug Fix
|
55
|
+
|
56
|
+
* package.json for data-grist ([126bfc8](https://github.com/hatiolab/operato/commit/126bfc8e205f44d450d75aa54b6b4ca1efc3832e))
|
57
|
+
|
58
|
+
|
59
|
+
|
60
|
+
## [9.0.0-beta.62](https://github.com/hatiolab/operato/compare/v9.0.0-beta.61...v9.0.0-beta.62) (2025-04-12)
|
61
|
+
|
62
|
+
|
63
|
+
### :mega: Other
|
64
|
+
|
65
|
+
* data-report property types ([4c8ac21](https://github.com/hatiolab/operato/commit/4c8ac21e25ac4c5691cbb840a01f605a0f9fda2f))
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
## [9.0.0-beta.61](https://github.com/hatiolab/operato/compare/v9.0.0-beta.60...v9.0.0-beta.61) (2025-04-12)
|
70
|
+
|
71
|
+
**Note:** Version bump only for package @operato/data-grist
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
## [9.0.0-beta.56](https://github.com/hatiolab/operato/compare/v9.0.0-beta.55...v9.0.0-beta.56) (2025-03-30)
|
78
|
+
|
79
|
+
|
80
|
+
### :bug: Bug Fix
|
81
|
+
|
82
|
+
* add addRecordToTop method into ox-grist ([57851b0](https://github.com/hatiolab/operato/commit/57851b0847e8f591a059345950da39b94e8d5122))
|
83
|
+
* title for ox-grist stories and README.md ([38476a5](https://github.com/hatiolab/operato/commit/38476a5994b142f29205014aa0238a1724fd7de1))
|
84
|
+
|
85
|
+
|
86
|
+
|
87
|
+
## [9.0.0-beta.55](https://github.com/hatiolab/operato/compare/v9.0.0-beta.54...v9.0.0-beta.55) (2025-03-05)
|
88
|
+
|
89
|
+
**Note:** Version bump only for package @operato/data-grist
|
90
|
+
|
91
|
+
|
92
|
+
|
93
|
+
|
94
|
+
|
95
|
+
## [9.0.0-beta.54](https://github.com/hatiolab/operato/compare/v9.0.0-beta.53...v9.0.0-beta.54) (2025-03-04)
|
96
|
+
|
97
|
+
**Note:** Version bump only for package @operato/data-grist
|
98
|
+
|
99
|
+
|
100
|
+
|
101
|
+
|
102
|
+
|
103
|
+
## [9.0.0-beta.53](https://github.com/hatiolab/operato/compare/v9.0.0-beta.52...v9.0.0-beta.53) (2025-03-04)
|
104
|
+
|
105
|
+
**Note:** Version bump only for package @operato/data-grist
|
106
|
+
|
107
|
+
|
108
|
+
|
109
|
+
|
110
|
+
|
111
|
+
## [9.0.0-beta.52](https://github.com/hatiolab/operato/compare/v9.0.0-beta.51...v9.0.0-beta.52) (2025-03-04)
|
112
|
+
|
113
|
+
**Note:** Version bump only for package @operato/data-grist
|
114
|
+
|
115
|
+
|
116
|
+
|
117
|
+
|
118
|
+
|
119
|
+
## [9.0.0-beta.49](https://github.com/hatiolab/operato/compare/v9.0.0-beta.48...v9.0.0-beta.49) (2025-02-14)
|
120
|
+
|
121
|
+
**Note:** Version bump only for package @operato/data-grist
|
122
|
+
|
123
|
+
|
124
|
+
|
125
|
+
|
126
|
+
|
127
|
+
## [9.0.0-beta.48](https://github.com/hatiolab/operato/compare/v9.0.0-beta.47...v9.0.0-beta.48) (2025-02-14)
|
128
|
+
|
129
|
+
**Note:** Version bump only for package @operato/data-grist
|
130
|
+
|
131
|
+
|
132
|
+
|
133
|
+
|
134
|
+
|
135
|
+
## [9.0.0-beta.47](https://github.com/hatiolab/operato/compare/v9.0.0-beta.46...v9.0.0-beta.47) (2025-02-14)
|
136
|
+
|
137
|
+
**Note:** Version bump only for package @operato/data-grist
|
138
|
+
|
139
|
+
|
140
|
+
|
141
|
+
|
142
|
+
|
143
|
+
## [9.0.0-beta.41](https://github.com/hatiolab/operato/compare/v9.0.0-beta.40...v9.0.0-beta.41) (2025-02-09)
|
144
|
+
|
145
|
+
**Note:** Version bump only for package @operato/data-grist
|
146
|
+
|
147
|
+
|
148
|
+
|
149
|
+
|
150
|
+
|
151
|
+
## [9.0.0-beta.38](https://github.com/hatiolab/operato/compare/v9.0.0-beta.37...v9.0.0-beta.38) (2025-02-02)
|
152
|
+
|
153
|
+
**Note:** Version bump only for package @operato/data-grist
|
154
|
+
|
155
|
+
|
156
|
+
|
157
|
+
|
158
|
+
|
159
|
+
## [9.0.0-beta.37](https://github.com/hatiolab/operato/compare/v9.0.0-beta.36...v9.0.0-beta.37) (2025-02-01)
|
160
|
+
|
161
|
+
**Note:** Version bump only for package @operato/data-grist
|
162
|
+
|
163
|
+
|
164
|
+
|
165
|
+
|
166
|
+
|
167
|
+
## [9.0.0-beta.35](https://github.com/hatiolab/operato/compare/v9.0.0-beta.34...v9.0.0-beta.35) (2025-02-01)
|
168
|
+
|
169
|
+
**Note:** Version bump only for package @operato/data-grist
|
170
|
+
|
171
|
+
|
172
|
+
|
173
|
+
|
174
|
+
|
175
|
+
## [9.0.0-beta.34](https://github.com/hatiolab/operato/compare/v9.0.0-beta.33...v9.0.0-beta.34) (2025-01-31)
|
176
|
+
|
177
|
+
**Note:** Version bump only for package @operato/data-grist
|
178
|
+
|
179
|
+
|
180
|
+
|
181
|
+
|
182
|
+
|
183
|
+
## [9.0.0-beta.33](https://github.com/hatiolab/operato/compare/v9.0.0-beta.32...v9.0.0-beta.33) (2025-01-31)
|
184
|
+
|
185
|
+
**Note:** Version bump only for package @operato/data-grist
|
186
|
+
|
187
|
+
|
188
|
+
|
189
|
+
|
190
|
+
|
191
|
+
## [9.0.0-beta.32](https://github.com/hatiolab/operato/compare/v9.0.0-beta.31...v9.0.0-beta.32) (2025-01-31)
|
192
|
+
|
193
|
+
**Note:** Version bump only for package @operato/data-grist
|
194
|
+
|
195
|
+
|
196
|
+
|
197
|
+
|
198
|
+
|
199
|
+
## [9.0.0-beta.31](https://github.com/hatiolab/operato/compare/v9.0.0-beta.30...v9.0.0-beta.31) (2025-01-31)
|
200
|
+
|
201
|
+
**Note:** Version bump only for package @operato/data-grist
|
202
|
+
|
203
|
+
|
204
|
+
|
205
|
+
|
206
|
+
|
207
|
+
## [9.0.0-beta.29](https://github.com/hatiolab/operato/compare/v9.0.0-beta.28...v9.0.0-beta.29) (2025-01-30)
|
208
|
+
|
209
|
+
**Note:** Version bump only for package @operato/data-grist
|
210
|
+
|
211
|
+
|
212
|
+
|
213
|
+
|
214
|
+
|
215
|
+
## [9.0.0-beta.28](https://github.com/hatiolab/operato/compare/v9.0.0-beta.27...v9.0.0-beta.28) (2025-01-28)
|
216
|
+
|
217
|
+
**Note:** Version bump only for package @operato/data-grist
|
218
|
+
|
219
|
+
|
220
|
+
|
221
|
+
|
222
|
+
|
223
|
+
## [9.0.0-beta.21](https://github.com/hatiolab/operato/compare/v9.0.0-beta.20...v9.0.0-beta.21) (2025-01-28)
|
224
|
+
|
225
|
+
**Note:** Version bump only for package @operato/data-grist
|
226
|
+
|
227
|
+
|
228
|
+
|
229
|
+
|
230
|
+
|
231
|
+
## [9.0.0-beta.20](https://github.com/hatiolab/operato/compare/v9.0.0-beta.19...v9.0.0-beta.20) (2025-01-27)
|
232
|
+
|
233
|
+
**Note:** Version bump only for package @operato/data-grist
|
234
|
+
|
235
|
+
|
236
|
+
|
237
|
+
|
238
|
+
|
239
|
+
## [9.0.0-beta.18](https://github.com/hatiolab/operato/compare/v9.0.0-beta.17...v9.0.0-beta.18) (2025-01-27)
|
240
|
+
|
241
|
+
**Note:** Version bump only for package @operato/data-grist
|
242
|
+
|
243
|
+
|
244
|
+
|
245
|
+
|
246
|
+
|
247
|
+
## [9.0.0-beta.16](https://github.com/hatiolab/operato/compare/v9.0.0-beta.15...v9.0.0-beta.16) (2025-01-27)
|
248
|
+
|
249
|
+
**Note:** Version bump only for package @operato/data-grist
|
250
|
+
|
251
|
+
|
252
|
+
|
253
|
+
|
254
|
+
|
255
|
+
## [9.0.0-beta.15](https://github.com/hatiolab/operato/compare/v9.0.0-beta.14...v9.0.0-beta.15) (2025-01-27)
|
256
|
+
|
257
|
+
**Note:** Version bump only for package @operato/data-grist
|
258
|
+
|
259
|
+
|
260
|
+
|
261
|
+
|
262
|
+
|
263
|
+
## [9.0.0-beta.14](https://github.com/hatiolab/operato/compare/v9.0.0-beta.13...v9.0.0-beta.14) (2025-01-27)
|
264
|
+
|
265
|
+
|
266
|
+
### :rocket: New Features
|
267
|
+
|
268
|
+
* module property-panel ([d78e4cf](https://github.com/hatiolab/operato/commit/d78e4cf7080b95fa74e61b42094b9f3f59f1409b))
|
269
|
+
|
270
|
+
|
271
|
+
|
272
|
+
## [9.0.0-beta.11](https://github.com/hatiolab/operato/compare/v9.0.0-beta.10...v9.0.0-beta.11) (2025-01-25)
|
273
|
+
|
274
|
+
|
275
|
+
### :bug: Bug Fix
|
276
|
+
|
277
|
+
* tsconfig option useDefineForClassFields=false ([0d77c0a](https://github.com/hatiolab/operato/commit/0d77c0aa620282c65b3c05f8e0b559e82836b6ab))
|
278
|
+
|
279
|
+
|
280
|
+
|
281
|
+
## [9.0.0-beta.10](https://github.com/hatiolab/operato/compare/v9.0.0-beta.9...v9.0.0-beta.10) (2025-01-25)
|
282
|
+
|
283
|
+
|
284
|
+
### :bug: Bug Fix
|
285
|
+
|
286
|
+
* i18next@24.2.1 ([1c5920c](https://github.com/hatiolab/operato/commit/1c5920c6f77d28f07051a0a49997b9fb1dbf08bf))
|
287
|
+
* tweak tsconfig.json ([3c424b1](https://github.com/hatiolab/operato/commit/3c424b18d046f95d5619076d113d49a4b4dc9bbb))
|
288
|
+
|
289
|
+
|
290
|
+
|
6
291
|
## [9.0.0-beta.7](https://github.com/hatiolab/operato/compare/v9.0.0-beta.6...v9.0.0-beta.7) (2025-01-20)
|
7
292
|
|
8
293
|
**Note:** Version bump only for package @operato/data-grist
|