@operato/attachment 1.0.0-beta.5 → 1.0.0-beta.50
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 +502 -0
- package/dist/src/ox-attachment-list.d.ts +27 -10
- package/dist/src/ox-attachment-list.js +22 -40
- package/dist/src/ox-attachment-list.js.map +1 -1
- package/dist/src/ox-property-editor-attachment-selector.js +4 -4
- package/dist/src/ox-property-editor-attachment-selector.js.map +1 -1
- package/dist/src/ox-property-editor-image-selector.js +5 -5
- package/dist/src/ox-property-editor-image-selector.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +12 -12
- package/src/ox-attachment-list.ts +26 -44
- package/src/ox-property-editor-attachment-selector.ts +5 -4
- package/src/ox-property-editor-image-selector.ts +6 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,508 @@
|
|
|
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
|
+
## [1.0.0-beta.50](https://github.com/hatiolab/operato/compare/v1.0.0-beta.49...v1.0.0-beta.50) (2022-07-18)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @operato/attachment
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [1.0.0-beta.49](https://github.com/hatiolab/operato/compare/v1.0.0-beta.48...v1.0.0-beta.49) (2022-07-17)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @operato/attachment
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [1.0.0-beta.48](https://github.com/hatiolab/operato/compare/v1.0.0-beta.47...v1.0.0-beta.48) (2022-07-17)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @operato/attachment
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## [1.0.0-beta.47](https://github.com/hatiolab/operato/compare/v1.0.0-beta.46...v1.0.0-beta.47) (2022-07-15)
|
|
31
|
+
|
|
32
|
+
**Note:** Version bump only for package @operato/attachment
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
## [1.0.0-beta.46](https://github.com/hatiolab/operato/compare/v1.0.0-beta.45...v1.0.0-beta.46) (2022-07-11)
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
### :bug: Bug Fix
|
|
42
|
+
|
|
43
|
+
* property-editor spec. changed ([b10e4ef](https://github.com/hatiolab/operato/commit/b10e4ef151450a0ca19cbf00c9c96da80ddaaed8))
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
## [1.0.0-beta.45](https://github.com/hatiolab/operato/compare/v1.0.0-beta.44...v1.0.0-beta.45) (2022-07-09)
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
### :bug: Bug Fix
|
|
51
|
+
|
|
52
|
+
* upgrade dependencies ([4986392](https://github.com/hatiolab/operato/commit/4986392e64524b5602cc9a144def239e85524bee))
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
## [1.0.0-beta.44](https://github.com/hatiolab/operato/compare/v1.0.0-beta.43...v1.0.0-beta.44) (2022-07-07)
|
|
57
|
+
|
|
58
|
+
**Note:** Version bump only for package @operato/attachment
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
## [1.0.0-beta.43](https://github.com/hatiolab/operato/compare/v1.0.0-beta.42...v1.0.0-beta.43) (2022-07-03)
|
|
65
|
+
|
|
66
|
+
**Note:** Version bump only for package @operato/attachment
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
## [1.0.0-beta.42](https://github.com/hatiolab/operato/compare/v1.0.0-beta.41...v1.0.0-beta.42) (2022-07-03)
|
|
73
|
+
|
|
74
|
+
**Note:** Version bump only for package @operato/attachment
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
## [1.0.0-beta.41](https://github.com/hatiolab/operato/compare/v1.0.0-beta.40...v1.0.0-beta.41) (2022-06-30)
|
|
81
|
+
|
|
82
|
+
**Note:** Version bump only for package @operato/attachment
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
## [1.0.0-beta.40](https://github.com/hatiolab/operato/compare/v1.0.0-beta.39...v1.0.0-beta.40) (2022-06-29)
|
|
89
|
+
|
|
90
|
+
**Note:** Version bump only for package @operato/attachment
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
## [1.0.0-beta.39](https://github.com/hatiolab/operato/compare/v1.0.0-beta.38...v1.0.0-beta.39) (2022-06-22)
|
|
97
|
+
|
|
98
|
+
**Note:** Version bump only for package @operato/attachment
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
## [1.0.0-beta.38](https://github.com/hatiolab/operato/compare/v1.0.0-beta.37...v1.0.0-beta.38) (2022-06-20)
|
|
105
|
+
|
|
106
|
+
**Note:** Version bump only for package @operato/attachment
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
## [1.0.0-beta.37](https://github.com/hatiolab/operato/compare/v1.0.0-beta.36...v1.0.0-beta.37) (2022-06-20)
|
|
113
|
+
|
|
114
|
+
**Note:** Version bump only for package @operato/attachment
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
## [1.0.0-beta.36](https://github.com/hatiolab/operato/compare/v1.0.0-beta.35...v1.0.0-beta.36) (2022-06-16)
|
|
121
|
+
|
|
122
|
+
**Note:** Version bump only for package @operato/attachment
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
## [1.0.0-beta.35](https://github.com/hatiolab/operato/compare/v1.0.0-beta.34...v1.0.0-beta.35) (2022-06-16)
|
|
129
|
+
|
|
130
|
+
**Note:** Version bump only for package @operato/attachment
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
## [1.0.0-beta.34](https://github.com/hatiolab/operato/compare/v1.0.0-beta.33...v1.0.0-beta.34) (2022-06-16)
|
|
137
|
+
|
|
138
|
+
**Note:** Version bump only for package @operato/attachment
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
## [1.0.0-beta.33](https://github.com/hatiolab/operato/compare/v1.0.0-beta.32...v1.0.0-beta.33) (2022-06-16)
|
|
145
|
+
|
|
146
|
+
**Note:** Version bump only for package @operato/attachment
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
## [1.0.0-beta.32](https://github.com/hatiolab/operato/compare/v1.0.0-beta.31...v1.0.0-beta.32) (2022-06-15)
|
|
153
|
+
|
|
154
|
+
**Note:** Version bump only for package @operato/attachment
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
## [1.0.0-beta.31](https://github.com/hatiolab/operato/compare/v1.0.0-beta.30...v1.0.0-beta.31) (2022-06-15)
|
|
161
|
+
|
|
162
|
+
**Note:** Version bump only for package @operato/attachment
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
## [1.0.0-beta.30](https://github.com/hatiolab/operato/compare/v1.0.0-beta.29...v1.0.0-beta.30) (2022-06-13)
|
|
169
|
+
|
|
170
|
+
**Note:** Version bump only for package @operato/attachment
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
## [1.0.0-beta.29](https://github.com/hatiolab/operato/compare/v1.0.0-beta.28...v1.0.0-beta.29) (2022-06-10)
|
|
177
|
+
|
|
178
|
+
**Note:** Version bump only for package @operato/attachment
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
## [1.0.0-beta.28](https://github.com/hatiolab/operato/compare/v1.0.0-beta.27...v1.0.0-beta.28) (2022-06-10)
|
|
185
|
+
|
|
186
|
+
**Note:** Version bump only for package @operato/attachment
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
## [1.0.0-beta.27](https://github.com/hatiolab/operato/compare/v1.0.0-beta.26...v1.0.0-beta.27) (2022-06-09)
|
|
193
|
+
|
|
194
|
+
**Note:** Version bump only for package @operato/attachment
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
## [1.0.0-beta.26](https://github.com/hatiolab/operato/compare/v1.0.0-beta.25...v1.0.0-beta.26) (2022-06-04)
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
### :bug: Bug Fix
|
|
204
|
+
|
|
205
|
+
* remove empty valued filters from data-grist default filters ([4a23485](https://github.com/hatiolab/operato/commit/4a2348525bdee4e1cd43abad469ad9451e6d7f5d))
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
## [1.0.0-beta.25](https://github.com/hatiolab/operato/compare/v1.0.0-beta.24...v1.0.0-beta.25) (2022-06-02)
|
|
210
|
+
|
|
211
|
+
**Note:** Version bump only for package @operato/attachment
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
## [1.0.0-beta.24](https://github.com/hatiolab/operato/compare/v1.0.0-beta.23...v1.0.0-beta.24) (2022-06-02)
|
|
218
|
+
|
|
219
|
+
**Note:** Version bump only for package @operato/attachment
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
## [1.0.0-beta.23](https://github.com/hatiolab/operato/compare/v1.0.0-beta.22...v1.0.0-beta.23) (2022-06-02)
|
|
226
|
+
|
|
227
|
+
**Note:** Version bump only for package @operato/attachment
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
## [1.0.0-beta.22](https://github.com/hatiolab/operato/compare/v1.0.0-beta.21...v1.0.0-beta.22) (2022-05-31)
|
|
234
|
+
|
|
235
|
+
**Note:** Version bump only for package @operato/attachment
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
## [1.0.0-beta.21](https://github.com/hatiolab/operato/compare/v1.0.0-beta.20...v1.0.0-beta.21) (2022-05-31)
|
|
242
|
+
|
|
243
|
+
**Note:** Version bump only for package @operato/attachment
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
## [1.0.0-beta.20](https://github.com/hatiolab/operato/compare/v1.0.0-beta.19...v1.0.0-beta.20) (2022-05-30)
|
|
250
|
+
|
|
251
|
+
**Note:** Version bump only for package @operato/attachment
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
## [1.0.0-beta.19](https://github.com/hatiolab/operato/compare/v1.0.0-beta.18...v1.0.0-beta.19) (2022-05-29)
|
|
258
|
+
|
|
259
|
+
**Note:** Version bump only for package @operato/attachment
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
## [1.0.0-beta.18](https://github.com/hatiolab/operato/compare/v1.0.0-beta.17...v1.0.0-beta.18) (2022-05-27)
|
|
266
|
+
|
|
267
|
+
**Note:** Version bump only for package @operato/attachment
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
## [1.0.0-beta.17](https://github.com/hatiolab/operato/compare/v1.0.0-beta.16...v1.0.0-beta.17) (2022-05-25)
|
|
274
|
+
|
|
275
|
+
**Note:** Version bump only for package @operato/attachment
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
## [1.0.0-beta.16](https://github.com/hatiolab/operato/compare/v1.0.0-beta.15...v1.0.0-beta.16) (2022-05-23)
|
|
282
|
+
|
|
283
|
+
**Note:** Version bump only for package @operato/attachment
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
## [1.0.0-beta.15](https://github.com/hatiolab/operato/compare/v1.0.0-beta.14...v1.0.0-beta.15) (2022-05-20)
|
|
290
|
+
|
|
291
|
+
**Note:** Version bump only for package @operato/attachment
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
## [1.0.0-beta.14](https://github.com/hatiolab/operato/compare/v1.0.0-beta.13...v1.0.0-beta.14) (2022-05-19)
|
|
298
|
+
|
|
299
|
+
**Note:** Version bump only for package @operato/attachment
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
## [1.0.0-beta.13](https://github.com/hatiolab/operato/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2022-05-19)
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
### :bug: Bug Fix
|
|
309
|
+
|
|
310
|
+
* incorrect package.json scripts for storybooks ([8c8c405](https://github.com/hatiolab/operato/commit/8c8c405443247108b9c411b8161c008d9b6a2261))
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
## [1.0.0-beta.12](https://github.com/hatiolab/operato/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2022-05-13)
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
### :rocket: New Features
|
|
318
|
+
|
|
319
|
+
* storybook started ([90c08c9](https://github.com/hatiolab/operato/commit/90c08c9a15e5fe554baaa1becca07793e8434799))
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
## [1.0.0-beta.11](https://github.com/hatiolab/operato/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2022-05-01)
|
|
324
|
+
|
|
325
|
+
**Note:** Version bump only for package @operato/attachment
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
## [1.0.0-beta.10](https://github.com/hatiolab/operato/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2022-04-28)
|
|
332
|
+
|
|
333
|
+
**Note:** Version bump only for package @operato/attachment
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
## [1.0.0-beta.9](https://github.com/hatiolab/operato/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2022-04-28)
|
|
340
|
+
|
|
341
|
+
**Note:** Version bump only for package @operato/attachment
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
## [1.0.0-beta.8](https://github.com/hatiolab/operato/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2022-04-27)
|
|
348
|
+
|
|
349
|
+
**Note:** Version bump only for package @operato/attachment
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
## [1.0.0-beta.7](https://github.com/hatiolab/operato/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2022-04-24)
|
|
356
|
+
|
|
357
|
+
**Note:** Version bump only for package @operato/attachment
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
## [1.0.0-beta.6](https://github.com/hatiolab/operato/compare/v0.4.5...v1.0.0-beta.6) (2022-04-22)
|
|
364
|
+
|
|
365
|
+
## [1.0.0-beta.5](https://github.com/hatiolab/operato/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2022-04-18)
|
|
366
|
+
|
|
367
|
+
## [1.0.0-beta.4](https://github.com/hatiolab/operato/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2022-04-14)
|
|
368
|
+
|
|
369
|
+
## [1.0.0-beta.3](https://github.com/hatiolab/operato/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-04-12)
|
|
370
|
+
|
|
371
|
+
## [1.0.0-beta.2](https://github.com/hatiolab/operato/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2022-04-12)
|
|
372
|
+
|
|
373
|
+
## [1.0.0-beta.1](https://github.com/hatiolab/operato/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2022-04-11)
|
|
374
|
+
|
|
375
|
+
## [1.0.0-beta.0](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.53...v1.0.0-beta.0) (2022-04-10)
|
|
376
|
+
|
|
377
|
+
## [1.0.0-alpha.53](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.52...v1.0.0-alpha.53) (2022-04-08)
|
|
378
|
+
|
|
379
|
+
## [1.0.0-alpha.52](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.51...v1.0.0-alpha.52) (2022-04-08)
|
|
380
|
+
|
|
381
|
+
## [1.0.0-alpha.51](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.50...v1.0.0-alpha.51) (2022-04-05)
|
|
382
|
+
|
|
383
|
+
## [1.0.0-alpha.50](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.49...v1.0.0-alpha.50) (2022-04-04)
|
|
384
|
+
|
|
385
|
+
## [1.0.0-alpha.49](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.48...v1.0.0-alpha.49) (2022-04-04)
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
### :bug: Bug Fix
|
|
389
|
+
|
|
390
|
+
* lit@2.2.1 ([6707752](https://github.com/hatiolab/operato/commit/6707752907d24f7ecbe248cba18a4b18cfda282f))
|
|
391
|
+
|
|
392
|
+
## [1.0.0-alpha.48](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.47...v1.0.0-alpha.48) (2022-04-03)
|
|
393
|
+
|
|
394
|
+
## [1.0.0-alpha.47](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.46...v1.0.0-alpha.47) (2022-04-02)
|
|
395
|
+
|
|
396
|
+
## [1.0.0-alpha.46](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.45...v1.0.0-alpha.46) (2022-04-02)
|
|
397
|
+
|
|
398
|
+
## [1.0.0-alpha.45](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.44...v1.0.0-alpha.45) (2022-03-31)
|
|
399
|
+
|
|
400
|
+
## [1.0.0-alpha.44](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.43...v1.0.0-alpha.44) (2022-03-31)
|
|
401
|
+
|
|
402
|
+
## [1.0.0-alpha.43](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.42...v1.0.0-alpha.43) (2022-03-30)
|
|
403
|
+
|
|
404
|
+
## [1.0.0-alpha.42](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.41...v1.0.0-alpha.42) (2022-03-29)
|
|
405
|
+
|
|
406
|
+
## [1.0.0-alpha.41](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.40...v1.0.0-alpha.41) (2022-03-27)
|
|
407
|
+
|
|
408
|
+
## [1.0.0-alpha.40](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.39...v1.0.0-alpha.40) (2022-03-26)
|
|
409
|
+
|
|
410
|
+
## [1.0.0-alpha.39](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.38...v1.0.0-alpha.39) (2022-03-25)
|
|
411
|
+
|
|
412
|
+
## [1.0.0-alpha.38](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.37...v1.0.0-alpha.38) (2022-03-25)
|
|
413
|
+
|
|
414
|
+
## [1.0.0-alpha.37](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.36...v1.0.0-alpha.37) (2022-03-25)
|
|
415
|
+
|
|
416
|
+
## [1.0.0-alpha.36](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.35...v1.0.0-alpha.36) (2022-03-21)
|
|
417
|
+
|
|
418
|
+
## [1.0.0-alpha.35](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.34...v1.0.0-alpha.35) (2022-03-21)
|
|
419
|
+
|
|
420
|
+
## [1.0.0-alpha.34](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.33...v1.0.0-alpha.34) (2022-03-20)
|
|
421
|
+
|
|
422
|
+
## [1.0.0-alpha.33](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.32...v1.0.0-alpha.33) (2022-03-19)
|
|
423
|
+
|
|
424
|
+
## [1.0.0-alpha.32](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.31...v1.0.0-alpha.32) (2022-03-19)
|
|
425
|
+
|
|
426
|
+
## [1.0.0-alpha.31](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.30...v1.0.0-alpha.31) (2022-03-19)
|
|
427
|
+
|
|
428
|
+
## [1.0.0-alpha.30](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.29...v1.0.0-alpha.30) (2022-03-18)
|
|
429
|
+
|
|
430
|
+
## [1.0.0-alpha.29](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.28...v1.0.0-alpha.29) (2022-03-17)
|
|
431
|
+
|
|
432
|
+
## [1.0.0-alpha.28](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.26...v1.0.0-alpha.28) (2022-03-17)
|
|
433
|
+
|
|
434
|
+
## [1.0.0-alpha.26](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.25...v1.0.0-alpha.26) (2022-03-17)
|
|
435
|
+
|
|
436
|
+
## [1.0.0-alpha.25](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.24...v1.0.0-alpha.25) (2022-03-17)
|
|
437
|
+
|
|
438
|
+
## [1.0.0-alpha.24](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.23...v1.0.0-alpha.24) (2022-03-17)
|
|
439
|
+
|
|
440
|
+
## [1.0.0-alpha.23](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.22...v1.0.0-alpha.23) (2022-03-17)
|
|
441
|
+
|
|
442
|
+
## [1.0.0-alpha.22](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.21...v1.0.0-alpha.22) (2022-03-17)
|
|
443
|
+
|
|
444
|
+
## [1.0.0-alpha.21](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.20...v1.0.0-alpha.21) (2022-03-16)
|
|
445
|
+
|
|
446
|
+
## [1.0.0-alpha.20](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.19...v1.0.0-alpha.20) (2022-03-15)
|
|
447
|
+
|
|
448
|
+
## [1.0.0-alpha.19](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.18...v1.0.0-alpha.19) (2022-03-14)
|
|
449
|
+
|
|
450
|
+
## [1.0.0-alpha.18](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2022-03-14)
|
|
451
|
+
|
|
452
|
+
## [1.0.0-alpha.17](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.16...v1.0.0-alpha.17) (2022-03-13)
|
|
453
|
+
|
|
454
|
+
## [1.0.0-alpha.16](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.15...v1.0.0-alpha.16) (2022-03-13)
|
|
455
|
+
|
|
456
|
+
## [1.0.0-alpha.15](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.14...v1.0.0-alpha.15) (2022-03-13)
|
|
457
|
+
|
|
458
|
+
## [1.0.0-alpha.14](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.13...v1.0.0-alpha.14) (2022-03-13)
|
|
459
|
+
|
|
460
|
+
## [1.0.0-alpha.13](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2022-03-13)
|
|
461
|
+
|
|
462
|
+
## [1.0.0-alpha.12](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2022-03-13)
|
|
463
|
+
|
|
464
|
+
|
|
465
|
+
### :bug: Bug Fix
|
|
466
|
+
|
|
467
|
+
* missing import ([c9ed5f9](https://github.com/hatiolab/operato/commit/c9ed5f9c3566e899ebd40e920d9f08200ca5a5c6))
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
### :rocket: New Features
|
|
471
|
+
|
|
472
|
+
* migrate input, property-editor from things-factory ([4800d85](https://github.com/hatiolab/operato/commit/4800d859473bf623325233a7f2af851e5d093dcb))
|
|
473
|
+
|
|
474
|
+
## [1.0.0-alpha.11](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.10...v1.0.0-alpha.11) (2022-03-12)
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
### :bug: Bug Fix
|
|
478
|
+
|
|
479
|
+
* ox-property-editor-attachment-selector ([a1a2d20](https://github.com/hatiolab/operato/commit/a1a2d20640746c891248fdb729097614676c9cff))
|
|
480
|
+
|
|
481
|
+
## [1.0.0-alpha.10](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2022-03-12)
|
|
482
|
+
|
|
483
|
+
## [1.0.0-alpha.9](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2022-03-12)
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
### :rocket: New Features
|
|
487
|
+
|
|
488
|
+
* settled concept for input, property-editor, grist-editor, so on ([0c9e1d0](https://github.com/hatiolab/operato/commit/0c9e1d054c7aef5d965868242cf471667af7a3c3))
|
|
489
|
+
|
|
490
|
+
## [1.0.0-alpha.8](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2022-03-11)
|
|
491
|
+
|
|
492
|
+
## [1.0.0-alpha.7](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2022-03-11)
|
|
493
|
+
|
|
494
|
+
## [1.0.0-alpha.6](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2022-03-11)
|
|
495
|
+
|
|
496
|
+
## [1.0.0-alpha.5](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2022-03-11)
|
|
497
|
+
|
|
498
|
+
## [1.0.0-alpha.4](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2022-03-11)
|
|
499
|
+
|
|
500
|
+
## [1.0.0-alpha.3](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2022-03-10)
|
|
501
|
+
|
|
502
|
+
## [1.0.0-alpha.2](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2022-03-10)
|
|
503
|
+
|
|
504
|
+
## [1.0.0-alpha.1](https://github.com/hatiolab/operato/compare/v0.4.3...v1.0.0-alpha.1) (2022-03-09)
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
|
|
6
508
|
## [1.0.0-beta.5](https://github.com/hatiolab/operato/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2022-04-18)
|
|
7
509
|
|
|
8
510
|
**Note:** Version bump only for package @operato/attachment
|
|
@@ -1,21 +1,16 @@
|
|
|
1
1
|
import '@operato/data-grist';
|
|
2
2
|
import '@operato/input/ox-input-file.js';
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
3
|
+
import { LitElement } from 'lit';
|
|
4
|
+
import { ColumnConfig, FetchOption, FieldRenderer, FiltersForm, FilterValue, GristData, GristRecord, SortersConfig } from '@operato/data-grist';
|
|
5
5
|
export declare class OxAttachmentList extends LitElement {
|
|
6
6
|
static styles: import("lit").CSSResult[];
|
|
7
|
-
categories: any[];
|
|
8
7
|
category: string;
|
|
9
8
|
creatable: boolean;
|
|
10
9
|
private grist;
|
|
11
10
|
fileUploader: any;
|
|
12
11
|
filtersForm: FiltersForm;
|
|
13
12
|
render(): import("lit-html").TemplateResult<1>;
|
|
14
|
-
fetchHandler({ page, limit,
|
|
15
|
-
page: number;
|
|
16
|
-
limit: number;
|
|
17
|
-
sorters: SortersConfig;
|
|
18
|
-
}): Promise<{
|
|
13
|
+
fetchHandler({ page, limit, sortings, filters }: FetchOption): Promise<{
|
|
19
14
|
total: any;
|
|
20
15
|
records: any;
|
|
21
16
|
}>;
|
|
@@ -71,6 +66,7 @@ export declare class OxAttachmentList extends LitElement {
|
|
|
71
66
|
record: {
|
|
72
67
|
editable: boolean;
|
|
73
68
|
align: string;
|
|
69
|
+
options?: undefined;
|
|
74
70
|
renderer?: undefined;
|
|
75
71
|
};
|
|
76
72
|
width: number;
|
|
@@ -87,6 +83,7 @@ export declare class OxAttachmentList extends LitElement {
|
|
|
87
83
|
record: {
|
|
88
84
|
editable: boolean;
|
|
89
85
|
align: string;
|
|
86
|
+
options?: undefined;
|
|
90
87
|
renderer?: undefined;
|
|
91
88
|
};
|
|
92
89
|
width: number;
|
|
@@ -99,6 +96,25 @@ export declare class OxAttachmentList extends LitElement {
|
|
|
99
96
|
icon?: undefined;
|
|
100
97
|
hidden?: undefined;
|
|
101
98
|
sortable?: undefined;
|
|
99
|
+
} | {
|
|
100
|
+
type: string;
|
|
101
|
+
name: string;
|
|
102
|
+
header: string;
|
|
103
|
+
record: {
|
|
104
|
+
options: string[];
|
|
105
|
+
editable: boolean;
|
|
106
|
+
align?: undefined;
|
|
107
|
+
renderer?: undefined;
|
|
108
|
+
};
|
|
109
|
+
hidden: boolean;
|
|
110
|
+
filter: {
|
|
111
|
+
value: string;
|
|
112
|
+
};
|
|
113
|
+
gutterName?: undefined;
|
|
114
|
+
icon?: undefined;
|
|
115
|
+
handlers?: undefined;
|
|
116
|
+
width?: undefined;
|
|
117
|
+
sortable?: undefined;
|
|
102
118
|
} | {
|
|
103
119
|
type: string;
|
|
104
120
|
name: string;
|
|
@@ -107,6 +123,7 @@ export declare class OxAttachmentList extends LitElement {
|
|
|
107
123
|
editable: boolean;
|
|
108
124
|
renderer: FieldRenderer;
|
|
109
125
|
align?: undefined;
|
|
126
|
+
options?: undefined;
|
|
110
127
|
};
|
|
111
128
|
handlers: {
|
|
112
129
|
click: (columns: ColumnConfig[], data: GristData, column: ColumnConfig, record: GristRecord, rowIndex: number, target: HTMLElement) => void;
|
|
@@ -125,6 +142,7 @@ export declare class OxAttachmentList extends LitElement {
|
|
|
125
142
|
record: {
|
|
126
143
|
editable: boolean;
|
|
127
144
|
align?: undefined;
|
|
145
|
+
options?: undefined;
|
|
128
146
|
renderer?: undefined;
|
|
129
147
|
};
|
|
130
148
|
sortable: boolean;
|
|
@@ -156,7 +174,6 @@ export declare class OxAttachmentList extends LitElement {
|
|
|
156
174
|
};
|
|
157
175
|
};
|
|
158
176
|
firstUpdated(): Promise<void>;
|
|
159
|
-
updated(changes: PropertyValues<this>): void;
|
|
160
177
|
onClickSelect(attachment: any): void;
|
|
161
178
|
onCreateAttachment(e: CustomEvent): Promise<void>;
|
|
162
179
|
onDeleteAttachment(id: string): Promise<void>;
|
|
@@ -164,7 +181,7 @@ export declare class OxAttachmentList extends LitElement {
|
|
|
164
181
|
getAttachments({ page, limit, filters, sortings }?: {
|
|
165
182
|
page?: number;
|
|
166
183
|
limit?: number;
|
|
167
|
-
filters?:
|
|
184
|
+
filters?: FilterValue[];
|
|
168
185
|
sortings?: SortersConfig;
|
|
169
186
|
}): Promise<any>;
|
|
170
187
|
createAttachments(files: File[]): Promise<void>;
|