@operato/app 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.
Files changed (90) hide show
  1. package/CHANGELOG.md +620 -0
  2. package/demo/data-grist-test.html +1 -1
  3. package/dist/src/filters-form/filter-resource-select.d.ts +4 -0
  4. package/dist/src/filters-form/filter-resource-select.js +78 -0
  5. package/dist/src/filters-form/filter-resource-select.js.map +1 -0
  6. package/dist/src/filters-form/index.d.ts +1 -0
  7. package/dist/src/filters-form/index.js +5 -0
  8. package/dist/src/filters-form/index.js.map +1 -0
  9. package/dist/src/grist-editor/index.js +1 -9
  10. package/dist/src/grist-editor/index.js.map +1 -1
  11. package/dist/src/grist-editor/ox-grist-editor-resource-object.d.ts +0 -1
  12. package/dist/src/grist-editor/ox-grist-editor-resource-object.js +7 -12
  13. package/dist/src/grist-editor/ox-grist-editor-resource-object.js.map +1 -1
  14. package/dist/src/grist-editor/ox-grist-renderer-crontab.js +3 -3
  15. package/dist/src/grist-editor/ox-grist-renderer-crontab.js.map +1 -1
  16. package/dist/src/grist-editor/ox-grist-renderer-resource-id.js +5 -2
  17. package/dist/src/grist-editor/ox-grist-renderer-resource-id.js.map +1 -1
  18. package/dist/src/grist-editor/ox-popup-code-input.js +5 -4
  19. package/dist/src/grist-editor/ox-popup-code-input.js.map +1 -1
  20. package/dist/src/grist-editor/ox-selector-resource-id.js +4 -3
  21. package/dist/src/grist-editor/ox-selector-resource-id.js.map +1 -1
  22. package/dist/src/grist-editor/ox-selector-resource-object.js +5 -3
  23. package/dist/src/grist-editor/ox-selector-resource-object.js.map +1 -1
  24. package/dist/src/input/ox-input-background-pattern.d.ts +3 -0
  25. package/dist/src/input/ox-input-background-pattern.js +35 -7
  26. package/dist/src/input/ox-input-background-pattern.js.map +1 -1
  27. package/dist/src/input/ox-input-fill-style.d.ts +4 -2
  28. package/dist/src/input/ox-input-fill-style.js +13 -7
  29. package/dist/src/input/ox-input-fill-style.js.map +1 -1
  30. package/dist/src/input/ox-input-graphql.d.ts +1 -1
  31. package/dist/src/input/ox-input-graphql.js +7 -7
  32. package/dist/src/input/ox-input-graphql.js.map +1 -1
  33. package/dist/src/property-editor/index.d.ts +2 -1
  34. package/dist/src/property-editor/index.js +5 -2
  35. package/dist/src/property-editor/index.js.map +1 -1
  36. package/dist/src/property-editor/ox-property-editor-graphql.d.ts +2 -2
  37. package/dist/src/property-editor/ox-property-editor-graphql.js +4 -4
  38. package/dist/src/property-editor/ox-property-editor-graphql.js.map +1 -1
  39. package/dist/tsconfig.tsbuildinfo +1 -1
  40. package/package.json +24 -30
  41. package/src/filters-form/filter-resource-select.ts +94 -0
  42. package/src/filters-form/index.ts +6 -0
  43. package/src/grist-editor/index.ts +1 -9
  44. package/src/grist-editor/ox-grist-editor-resource-object.ts +17 -13
  45. package/src/grist-editor/ox-grist-renderer-crontab.ts +5 -4
  46. package/src/grist-editor/ox-grist-renderer-resource-id.ts +6 -2
  47. package/src/grist-editor/ox-popup-code-input.ts +5 -4
  48. package/src/grist-editor/ox-selector-resource-id.ts +4 -3
  49. package/src/grist-editor/ox-selector-resource-object.ts +5 -3
  50. package/src/input/ox-input-background-pattern.ts +37 -7
  51. package/src/input/ox-input-fill-style.ts +18 -8
  52. package/src/input/ox-input-graphql.ts +8 -8
  53. package/src/property-editor/index.ts +5 -2
  54. package/src/property-editor/ox-property-editor-graphql.ts +5 -4
  55. package/dist/src/grist-editor/ox-grist-editor-crontab.d.ts +0 -8
  56. package/dist/src/grist-editor/ox-grist-editor-crontab.js +0 -50
  57. package/dist/src/grist-editor/ox-grist-editor-crontab.js.map +0 -1
  58. package/dist/src/grist-editor/ox-grist-editor-parameters.d.ts +0 -12
  59. package/dist/src/grist-editor/ox-grist-editor-parameters.js +0 -84
  60. package/dist/src/grist-editor/ox-grist-editor-parameters.js.map +0 -1
  61. package/dist/src/grist-editor/ox-grist-editor-partition-keys.d.ts +0 -11
  62. package/dist/src/grist-editor/ox-grist-editor-partition-keys.js +0 -74
  63. package/dist/src/grist-editor/ox-grist-editor-partition-keys.js.map +0 -1
  64. package/dist/src/grist-editor/ox-grist-editor-value-map.d.ts +0 -11
  65. package/dist/src/grist-editor/ox-grist-editor-value-map.js +0 -74
  66. package/dist/src/grist-editor/ox-grist-editor-value-map.js.map +0 -1
  67. package/dist/src/grist-editor/ox-parameters-builder.d.ts +0 -4
  68. package/dist/src/grist-editor/ox-parameters-builder.js +0 -118
  69. package/dist/src/grist-editor/ox-parameters-builder.js.map +0 -1
  70. package/dist/src/grist-editor/ox-popup-crontab-input.d.ts +0 -11
  71. package/dist/src/grist-editor/ox-popup-crontab-input.js +0 -74
  72. package/dist/src/grist-editor/ox-popup-crontab-input.js.map +0 -1
  73. package/dist/src/grist-editor/ox-popup-parameters-builder.d.ts +0 -13
  74. package/dist/src/grist-editor/ox-popup-parameters-builder.js +0 -111
  75. package/dist/src/grist-editor/ox-popup-parameters-builder.js.map +0 -1
  76. package/dist/src/grist-editor/ox-popup-partition-keys-input.d.ts +0 -12
  77. package/dist/src/grist-editor/ox-popup-partition-keys-input.js +0 -98
  78. package/dist/src/grist-editor/ox-popup-partition-keys-input.js.map +0 -1
  79. package/dist/src/grist-editor/ox-popup-value-map-input.d.ts +0 -12
  80. package/dist/src/grist-editor/ox-popup-value-map-input.js +0 -104
  81. package/dist/src/grist-editor/ox-popup-value-map-input.js.map +0 -1
  82. package/src/grist-editor/ox-grist-editor-crontab.ts +0 -62
  83. package/src/grist-editor/ox-grist-editor-parameters.ts +0 -99
  84. package/src/grist-editor/ox-grist-editor-partition-keys.ts +0 -86
  85. package/src/grist-editor/ox-grist-editor-value-map.ts +0 -86
  86. package/src/grist-editor/ox-parameters-builder.ts +0 -128
  87. package/src/grist-editor/ox-popup-crontab-input.ts +0 -74
  88. package/src/grist-editor/ox-popup-parameters-builder.ts +0 -106
  89. package/src/grist-editor/ox-popup-partition-keys-input.ts +0 -95
  90. package/src/grist-editor/ox-popup-value-map-input.ts +0 -101
package/CHANGELOG.md CHANGED
@@ -3,6 +3,626 @@
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
+
9
+ ### :bug: Bug Fix
10
+
11
+ * autofocus for ox-search-form ([a9d394b](https://github.com/hatiolab/operato/commit/a9d394b0d404ab7e71d943cad69decfa9a369a06))
12
+
13
+
14
+
15
+ ## [1.0.0-beta.49](https://github.com/hatiolab/operato/compare/v1.0.0-beta.48...v1.0.0-beta.49) (2022-07-17)
16
+
17
+ **Note:** Version bump only for package @operato/app
18
+
19
+
20
+
21
+
22
+
23
+ ## [1.0.0-beta.48](https://github.com/hatiolab/operato/compare/v1.0.0-beta.47...v1.0.0-beta.48) (2022-07-17)
24
+
25
+
26
+ ### :rocket: New Features
27
+
28
+ * applied graphql v16 and migrated subscriptions-transport-ws to graphql-ws ([9391306](https://github.com/hatiolab/operato/commit/9391306332e4dd436d4da3bd1a9a399c68e6b645))
29
+
30
+
31
+
32
+ ## [1.0.0-beta.47](https://github.com/hatiolab/operato/compare/v1.0.0-beta.46...v1.0.0-beta.47) (2022-07-15)
33
+
34
+ **Note:** Version bump only for package @operato/app
35
+
36
+
37
+
38
+
39
+
40
+ ## [1.0.0-beta.46](https://github.com/hatiolab/operato/compare/v1.0.0-beta.45...v1.0.0-beta.46) (2022-07-11)
41
+
42
+
43
+ ### :bug: Bug Fix
44
+
45
+ * property-editor spec. changed ([b10e4ef](https://github.com/hatiolab/operato/commit/b10e4ef151450a0ca19cbf00c9c96da80ddaaed8))
46
+
47
+
48
+
49
+ ## [1.0.0-beta.45](https://github.com/hatiolab/operato/compare/v1.0.0-beta.44...v1.0.0-beta.45) (2022-07-09)
50
+
51
+
52
+ ### :bug: Bug Fix
53
+
54
+ * upgrade dependencies ([4986392](https://github.com/hatiolab/operato/commit/4986392e64524b5602cc9a144def239e85524bee))
55
+
56
+
57
+
58
+ ## [1.0.0-beta.44](https://github.com/hatiolab/operato/compare/v1.0.0-beta.43...v1.0.0-beta.44) (2022-07-07)
59
+
60
+
61
+ ### :bug: Bug Fix
62
+
63
+ * ox-grist-editor-resource-object ([869a8a2](https://github.com/hatiolab/operato/commit/869a8a2c55eac4f6dd74117ada5472532192d10e))
64
+
65
+
66
+
67
+ ## [1.0.0-beta.43](https://github.com/hatiolab/operato/compare/v1.0.0-beta.42...v1.0.0-beta.43) (2022-07-03)
68
+
69
+ **Note:** Version bump only for package @operato/app
70
+
71
+
72
+
73
+
74
+
75
+ ## [1.0.0-beta.42](https://github.com/hatiolab/operato/compare/v1.0.0-beta.41...v1.0.0-beta.42) (2022-07-03)
76
+
77
+
78
+ ### :bug: Bug Fix
79
+
80
+ * grist-editor style ([70ff66d](https://github.com/hatiolab/operato/commit/70ff66dcb19f6b3a34ce084f4c1ba6250a717fdf))
81
+
82
+
83
+
84
+ ## [1.0.0-beta.41](https://github.com/hatiolab/operato/compare/v1.0.0-beta.40...v1.0.0-beta.41) (2022-06-30)
85
+
86
+ **Note:** Version bump only for package @operato/app
87
+
88
+
89
+
90
+
91
+
92
+ ## [1.0.0-beta.40](https://github.com/hatiolab/operato/compare/v1.0.0-beta.39...v1.0.0-beta.40) (2022-06-29)
93
+
94
+
95
+ ### :bug: Bug Fix
96
+
97
+ * [#43](https://github.com/hatiolab/operato/issues/43)-datasample ([14ab019](https://github.com/hatiolab/operato/commit/14ab0199311f340c784018b9fc78b70e57b09567))
98
+ * duration editor for grist and property editor ([db2a59e](https://github.com/hatiolab/operato/commit/db2a59eca05c3d5c324d351ad9c201f5f93113c4))
99
+
100
+
101
+
102
+ ## [1.0.0-beta.39](https://github.com/hatiolab/operato/compare/v1.0.0-beta.38...v1.0.0-beta.39) (2022-06-22)
103
+
104
+
105
+ ### :rocket: New Features
106
+
107
+ * [#42](https://github.com/hatiolab/operato/issues/42) enhance properties for board pattern ([a2b8346](https://github.com/hatiolab/operato/commit/a2b8346d05ffebd82c22e067aaac8047741f73d0))
108
+
109
+
110
+
111
+ ## [1.0.0-beta.38](https://github.com/hatiolab/operato/compare/v1.0.0-beta.37...v1.0.0-beta.38) (2022-06-20)
112
+
113
+ **Note:** Version bump only for package @operato/app
114
+
115
+
116
+
117
+
118
+
119
+ ## [1.0.0-beta.37](https://github.com/hatiolab/operato/compare/v1.0.0-beta.36...v1.0.0-beta.37) (2022-06-20)
120
+
121
+ **Note:** Version bump only for package @operato/app
122
+
123
+
124
+
125
+
126
+
127
+ ## [1.0.0-beta.36](https://github.com/hatiolab/operato/compare/v1.0.0-beta.35...v1.0.0-beta.36) (2022-06-16)
128
+
129
+ **Note:** Version bump only for package @operato/app
130
+
131
+
132
+
133
+
134
+
135
+ ## [1.0.0-beta.35](https://github.com/hatiolab/operato/compare/v1.0.0-beta.34...v1.0.0-beta.35) (2022-06-16)
136
+
137
+ **Note:** Version bump only for package @operato/app
138
+
139
+
140
+
141
+
142
+
143
+ ## [1.0.0-beta.34](https://github.com/hatiolab/operato/compare/v1.0.0-beta.33...v1.0.0-beta.34) (2022-06-16)
144
+
145
+ **Note:** Version bump only for package @operato/app
146
+
147
+
148
+
149
+
150
+
151
+ ## [1.0.0-beta.33](https://github.com/hatiolab/operato/compare/v1.0.0-beta.32...v1.0.0-beta.33) (2022-06-16)
152
+
153
+ **Note:** Version bump only for package @operato/app
154
+
155
+
156
+
157
+
158
+
159
+ ## [1.0.0-beta.32](https://github.com/hatiolab/operato/compare/v1.0.0-beta.31...v1.0.0-beta.32) (2022-06-15)
160
+
161
+ **Note:** Version bump only for package @operato/app
162
+
163
+
164
+
165
+
166
+
167
+ ## [1.0.0-beta.31](https://github.com/hatiolab/operato/compare/v1.0.0-beta.30...v1.0.0-beta.31) (2022-06-15)
168
+
169
+ **Note:** Version bump only for package @operato/app
170
+
171
+
172
+
173
+
174
+
175
+ ## [1.0.0-beta.30](https://github.com/hatiolab/operato/compare/v1.0.0-beta.29...v1.0.0-beta.30) (2022-06-13)
176
+
177
+ **Note:** Version bump only for package @operato/app
178
+
179
+
180
+
181
+
182
+
183
+ ## [1.0.0-beta.29](https://github.com/hatiolab/operato/compare/v1.0.0-beta.28...v1.0.0-beta.29) (2022-06-10)
184
+
185
+ **Note:** Version bump only for package @operato/app
186
+
187
+
188
+
189
+
190
+
191
+ ## [1.0.0-beta.28](https://github.com/hatiolab/operato/compare/v1.0.0-beta.27...v1.0.0-beta.28) (2022-06-10)
192
+
193
+ **Note:** Version bump only for package @operato/app
194
+
195
+
196
+
197
+
198
+
199
+ ## [1.0.0-beta.27](https://github.com/hatiolab/operato/compare/v1.0.0-beta.26...v1.0.0-beta.27) (2022-06-09)
200
+
201
+ **Note:** Version bump only for package @operato/app
202
+
203
+
204
+
205
+
206
+
207
+ ## [1.0.0-beta.26](https://github.com/hatiolab/operato/compare/v1.0.0-beta.25...v1.0.0-beta.26) (2022-06-04)
208
+
209
+ **Note:** Version bump only for package @operato/app
210
+
211
+
212
+
213
+
214
+
215
+ ## [1.0.0-beta.25](https://github.com/hatiolab/operato/compare/v1.0.0-beta.24...v1.0.0-beta.25) (2022-06-02)
216
+
217
+ **Note:** Version bump only for package @operato/app
218
+
219
+
220
+
221
+
222
+
223
+ ## [1.0.0-beta.24](https://github.com/hatiolab/operato/compare/v1.0.0-beta.23...v1.0.0-beta.24) (2022-06-02)
224
+
225
+ **Note:** Version bump only for package @operato/app
226
+
227
+
228
+
229
+
230
+
231
+ ## [1.0.0-beta.23](https://github.com/hatiolab/operato/compare/v1.0.0-beta.22...v1.0.0-beta.23) (2022-06-02)
232
+
233
+ **Note:** Version bump only for package @operato/app
234
+
235
+
236
+
237
+
238
+
239
+ ## [1.0.0-beta.22](https://github.com/hatiolab/operato/compare/v1.0.0-beta.21...v1.0.0-beta.22) (2022-05-31)
240
+
241
+ **Note:** Version bump only for package @operato/app
242
+
243
+
244
+
245
+
246
+
247
+ ## [1.0.0-beta.21](https://github.com/hatiolab/operato/compare/v1.0.0-beta.20...v1.0.0-beta.21) (2022-05-31)
248
+
249
+
250
+ ### :bug: Bug Fix
251
+
252
+ * add ox-input-key-values, ox-property-editor-key-values and so on ([d26b2e9](https://github.com/hatiolab/operato/commit/d26b2e94a5e43935e5e80a1ebb0948642624ca92))
253
+
254
+
255
+
256
+ ## [1.0.0-beta.20](https://github.com/hatiolab/operato/compare/v1.0.0-beta.19...v1.0.0-beta.20) (2022-05-30)
257
+
258
+ **Note:** Version bump only for package @operato/app
259
+
260
+
261
+
262
+
263
+
264
+ ## [1.0.0-beta.19](https://github.com/hatiolab/operato/compare/v1.0.0-beta.18...v1.0.0-beta.19) (2022-05-29)
265
+
266
+ **Note:** Version bump only for package @operato/app
267
+
268
+
269
+
270
+
271
+
272
+ ## [1.0.0-beta.18](https://github.com/hatiolab/operato/compare/v1.0.0-beta.17...v1.0.0-beta.18) (2022-05-27)
273
+
274
+ **Note:** Version bump only for package @operato/app
275
+
276
+
277
+
278
+
279
+
280
+ ## [1.0.0-beta.17](https://github.com/hatiolab/operato/compare/v1.0.0-beta.16...v1.0.0-beta.17) (2022-05-25)
281
+
282
+
283
+ ### :bug: Bug Fix
284
+
285
+ * data-grist copy/paste a row ([35fcaef](https://github.com/hatiolab/operato/commit/35fcaefc82aaa6567efd029dd72622909a4b71cf))
286
+
287
+
288
+
289
+ ## [1.0.0-beta.16](https://github.com/hatiolab/operato/compare/v1.0.0-beta.15...v1.0.0-beta.16) (2022-05-23)
290
+
291
+ **Note:** Version bump only for package @operato/app
292
+
293
+
294
+
295
+
296
+
297
+ ## [1.0.0-beta.15](https://github.com/hatiolab/operato/compare/v1.0.0-beta.14...v1.0.0-beta.15) (2022-05-20)
298
+
299
+ **Note:** Version bump only for package @operato/app
300
+
301
+
302
+
303
+
304
+
305
+ ## [1.0.0-beta.14](https://github.com/hatiolab/operato/compare/v1.0.0-beta.13...v1.0.0-beta.14) (2022-05-19)
306
+
307
+
308
+ ### :bug: Bug Fix
309
+
310
+ * ox-data-ooc-view ([a0a404c](https://github.com/hatiolab/operato/commit/a0a404c916e0a418e4e41fe9e1fe06fb9f7f84d9))
311
+
312
+
313
+
314
+ ## [1.0.0-beta.13](https://github.com/hatiolab/operato/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2022-05-19)
315
+
316
+
317
+ ### :bug: Bug Fix
318
+
319
+ * incorrect package.json scripts for storybooks ([8c8c405](https://github.com/hatiolab/operato/commit/8c8c405443247108b9c411b8161c008d9b6a2261))
320
+ * record-view ([ffcb397](https://github.com/hatiolab/operato/commit/ffcb397748efb64ce4e515f733b50f088ea1a093))
321
+ * storybook for inputs ([72f7992](https://github.com/hatiolab/operato/commit/72f7992d902528e3a5ca0f3f0f3897902b6b13bd))
322
+
323
+
324
+
325
+ ## [1.0.0-beta.12](https://github.com/hatiolab/operato/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2022-05-13)
326
+
327
+
328
+ ### :rocket: New Features
329
+
330
+ * storybook started ([90c08c9](https://github.com/hatiolab/operato/commit/90c08c9a15e5fe554baaa1becca07793e8434799))
331
+
332
+
333
+
334
+ ## [1.0.0-beta.11](https://github.com/hatiolab/operato/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2022-05-01)
335
+
336
+
337
+ ### :rocket: New Features
338
+
339
+ * separated filter-form from data-grist ([21e27f7](https://github.com/hatiolab/operato/commit/21e27f74d3e66d782da4aa75801c39a037627f62))
340
+
341
+
342
+
343
+ ## [1.0.0-beta.10](https://github.com/hatiolab/operato/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2022-04-28)
344
+
345
+ **Note:** Version bump only for package @operato/app
346
+
347
+
348
+
349
+
350
+
351
+ ## [1.0.0-beta.9](https://github.com/hatiolab/operato/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2022-04-28)
352
+
353
+ **Note:** Version bump only for package @operato/app
354
+
355
+
356
+
357
+
358
+
359
+ ## [1.0.0-beta.8](https://github.com/hatiolab/operato/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2022-04-27)
360
+
361
+ **Note:** Version bump only for package @operato/app
362
+
363
+
364
+
365
+
366
+
367
+ ## [1.0.0-beta.7](https://github.com/hatiolab/operato/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2022-04-24)
368
+
369
+ **Note:** Version bump only for package @operato/app
370
+
371
+
372
+
373
+
374
+
375
+ ## [1.0.0-beta.6](https://github.com/hatiolab/operato/compare/v0.4.5...v1.0.0-beta.6) (2022-04-22)
376
+
377
+ ## [1.0.0-beta.5](https://github.com/hatiolab/operato/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2022-04-18)
378
+
379
+ ## [1.0.0-beta.4](https://github.com/hatiolab/operato/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2022-04-14)
380
+
381
+
382
+ ### :rocket: New Features
383
+
384
+ * resource-object filter ([c70a727](https://github.com/hatiolab/operato/commit/c70a7270d9b28e51d78d3831bd2f563160d010ef))
385
+ * search for relation fields ([7dc99fd](https://github.com/hatiolab/operato/commit/7dc99fd6df1a96faab4f44ea65c3837934fabc5b))
386
+
387
+ ## [1.0.0-beta.3](https://github.com/hatiolab/operato/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-04-12)
388
+
389
+ ## [1.0.0-beta.2](https://github.com/hatiolab/operato/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2022-04-12)
390
+
391
+
392
+ ### :rocket: New Features
393
+
394
+ * add 'empty' button into ox-grist-editor-resource-object ([d739d23](https://github.com/hatiolab/operato/commit/d739d23686ea9487e2b9d887c451290638d3633e))
395
+
396
+ ## [1.0.0-beta.1](https://github.com/hatiolab/operato/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2022-04-11)
397
+
398
+ ## [1.0.0-beta.0](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.53...v1.0.0-beta.0) (2022-04-10)
399
+
400
+ ## [1.0.0-alpha.53](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.52...v1.0.0-alpha.53) (2022-04-08)
401
+
402
+ ## [1.0.0-alpha.52](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.51...v1.0.0-alpha.52) (2022-04-08)
403
+
404
+ ## [1.0.0-alpha.51](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.50...v1.0.0-alpha.51) (2022-04-05)
405
+
406
+
407
+ ### :bug: Bug Fix
408
+
409
+ * crontab translation ([e87b431](https://github.com/hatiolab/operato/commit/e87b43145f5d01c4b71c4498578b4b172c50ae03))
410
+ * export ox-grist-renderer-crontab.js ([3615720](https://github.com/hatiolab/operato/commit/3615720d119526a17272db2369bd80340b6cbc31))
411
+
412
+ ## [1.0.0-alpha.50](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.49...v1.0.0-alpha.50) (2022-04-04)
413
+
414
+ ## [1.0.0-alpha.49](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.48...v1.0.0-alpha.49) (2022-04-04)
415
+
416
+
417
+ ### :bug: Bug Fix
418
+
419
+ * lit@2.2.1 ([6707752](https://github.com/hatiolab/operato/commit/6707752907d24f7ecbe248cba18a4b18cfda282f))
420
+
421
+
422
+ ### :rocket: New Features
423
+
424
+ * translation crontab for ox-grist-renderer-crontab ([c13d6ef](https://github.com/hatiolab/operato/commit/c13d6efab9ff02ceb4b4d244455a480070a80a3e))
425
+
426
+ ## [1.0.0-alpha.48](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.47...v1.0.0-alpha.48) (2022-04-03)
427
+
428
+
429
+ ### :rocket: New Features
430
+
431
+ * support copy and paste in data-grid ([9dd686f](https://github.com/hatiolab/operato/commit/9dd686f6817500863a1c36140ef01b39fcafef9f))
432
+
433
+ ## [1.0.0-alpha.47](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.46...v1.0.0-alpha.47) (2022-04-02)
434
+
435
+ ## [1.0.0-alpha.46](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.45...v1.0.0-alpha.46) (2022-04-02)
436
+
437
+ ## [1.0.0-alpha.45](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.44...v1.0.0-alpha.45) (2022-03-31)
438
+
439
+ ## [1.0.0-alpha.44](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.43...v1.0.0-alpha.44) (2022-03-31)
440
+
441
+ ## [1.0.0-alpha.43](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.42...v1.0.0-alpha.43) (2022-03-30)
442
+
443
+ ## [1.0.0-alpha.42](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.41...v1.0.0-alpha.42) (2022-03-29)
444
+
445
+ ## [1.0.0-alpha.41](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.40...v1.0.0-alpha.41) (2022-03-27)
446
+
447
+ ## [1.0.0-alpha.40](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.39...v1.0.0-alpha.40) (2022-03-26)
448
+
449
+ ## [1.0.0-alpha.39](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.38...v1.0.0-alpha.39) (2022-03-25)
450
+
451
+ ## [1.0.0-alpha.38](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.37...v1.0.0-alpha.38) (2022-03-25)
452
+
453
+ ## [1.0.0-alpha.37](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.36...v1.0.0-alpha.37) (2022-03-25)
454
+
455
+ ## [1.0.0-alpha.36](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.35...v1.0.0-alpha.36) (2022-03-21)
456
+
457
+ ## [1.0.0-alpha.35](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.34...v1.0.0-alpha.35) (2022-03-21)
458
+
459
+
460
+ ### :bug: Bug Fix
461
+
462
+ * prevent text overflow of grist-renderers ([73e7538](https://github.com/hatiolab/operato/commit/73e7538f9a0c8941689fefd3d4212529a75c413d))
463
+
464
+ ## [1.0.0-alpha.34](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.33...v1.0.0-alpha.34) (2022-03-20)
465
+
466
+ ## [1.0.0-alpha.33](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.32...v1.0.0-alpha.33) (2022-03-19)
467
+
468
+ ## [1.0.0-alpha.32](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.31...v1.0.0-alpha.32) (2022-03-19)
469
+
470
+
471
+ ### :bug: Bug Fix
472
+
473
+ * typo ([2f2e3fc](https://github.com/hatiolab/operato/commit/2f2e3fcce771dcbfe2f1d09cbd25638094a6dc99))
474
+
475
+ ## [1.0.0-alpha.31](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.30...v1.0.0-alpha.31) (2022-03-19)
476
+
477
+
478
+ ### :bug: Bug Fix
479
+
480
+ * ox-grist-renderer support class type renderer (refer ox-grist-renderer-progress) ([ad7c8e1](https://github.com/hatiolab/operato/commit/ad7c8e1b453d19af9daa13ae4eb7c2059d85dfbb))
481
+ * partition-keys related ui components ([c21b4d2](https://github.com/hatiolab/operato/commit/c21b4d292ca4a6d6b4bf774a570dbabd349528fc))
482
+
483
+ ## [1.0.0-alpha.30](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.29...v1.0.0-alpha.30) (2022-03-18)
484
+
485
+ ## [1.0.0-alpha.29](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.28...v1.0.0-alpha.29) (2022-03-17)
486
+
487
+
488
+ ### :bug: Bug Fix
489
+
490
+ * datalist in ox-input-partition-keys ([a25e3a6](https://github.com/hatiolab/operato/commit/a25e3a66cf5f7a25bca057be90ef336b29e915a7))
491
+ * typo ([1f8f2da](https://github.com/hatiolab/operato/commit/1f8f2da3b4780df9f747065a457f6cafb5d9e9cf))
492
+
493
+ ## [1.0.0-alpha.28](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.26...v1.0.0-alpha.28) (2022-03-17)
494
+
495
+
496
+ ### :rocket: New Features
497
+
498
+ * add ox-grist-editor for partition-keys ([7672a27](https://github.com/hatiolab/operato/commit/7672a2729f78475602733a83779f6a7a96e128fd))
499
+
500
+ ## [1.0.0-alpha.26](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.25...v1.0.0-alpha.26) (2022-03-17)
501
+
502
+ ## [1.0.0-alpha.25](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.24...v1.0.0-alpha.25) (2022-03-17)
503
+
504
+
505
+ ### :bug: Bug Fix
506
+
507
+ * typo ([907aceb](https://github.com/hatiolab/operato/commit/907acebaf882613991bce064efea435c2d148543))
508
+
509
+ ## [1.0.0-alpha.24](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.23...v1.0.0-alpha.24) (2022-03-17)
510
+
511
+
512
+ ### :bug: Bug Fix
513
+
514
+ * refactoring grist-editor, property-editor and input ([bdc3197](https://github.com/hatiolab/operato/commit/bdc31977d148c80a3ac0bea4b33160bac277df1e))
515
+ * refactoring grist-editor, property-editor and input ([ea7431a](https://github.com/hatiolab/operato/commit/ea7431a5e2dfd96ef392c1905e9622df7c2ef88c))
516
+
517
+ ## [1.0.0-alpha.23](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.22...v1.0.0-alpha.23) (2022-03-17)
518
+
519
+ ## [1.0.0-alpha.22](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.21...v1.0.0-alpha.22) (2022-03-17)
520
+
521
+ ## [1.0.0-alpha.21](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.20...v1.0.0-alpha.21) (2022-03-16)
522
+
523
+
524
+ ### :rocket: New Features
525
+
526
+ * @operato/ccp module added ([f08ba5a](https://github.com/hatiolab/operato/commit/f08ba5a464c04b7fb132c6f18de975997087846a))
527
+
528
+ ## [1.0.0-alpha.20](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.19...v1.0.0-alpha.20) (2022-03-15)
529
+
530
+ ## [1.0.0-alpha.19](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.18...v1.0.0-alpha.19) (2022-03-14)
531
+
532
+
533
+ ### :bug: Bug Fix
534
+
535
+ * image-selector in ox-input-background-pattern ([b88c6e1](https://github.com/hatiolab/operato/commit/b88c6e141d5d636bff4b29fbae3c790d80b641bc))
536
+
537
+ ## [1.0.0-alpha.18](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2022-03-14)
538
+
539
+
540
+ ### :bug: Bug Fix
541
+
542
+ * missing font module import ([a5348cf](https://github.com/hatiolab/operato/commit/a5348cf0d567927f18bf31bba09994f3fbf742f6))
543
+
544
+ ## [1.0.0-alpha.17](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.16...v1.0.0-alpha.17) (2022-03-13)
545
+
546
+
547
+ ### :bug: Bug Fix
548
+
549
+ * some missings in font module ([6c1ba6d](https://github.com/hatiolab/operato/commit/6c1ba6d89b8ff75b03c6b4ce813f5d3d09c7437b))
550
+
551
+ ## [1.0.0-alpha.16](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.15...v1.0.0-alpha.16) (2022-03-13)
552
+
553
+
554
+ ### :bug: Bug Fix
555
+
556
+ * downgrad graphql related libraries ([d26b80f](https://github.com/hatiolab/operato/commit/d26b80fc31b10bfd3bf31b6473151af52f857c66))
557
+
558
+ ## [1.0.0-alpha.15](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.14...v1.0.0-alpha.15) (2022-03-13)
559
+
560
+
561
+ ### :rocket: New Features
562
+
563
+ * migrate input, property-editor from things-factory ([dbd5e73](https://github.com/hatiolab/operato/commit/dbd5e73eac328e72c4bb7abd113a819532bc894d))
564
+
565
+ ## [1.0.0-alpha.14](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.13...v1.0.0-alpha.14) (2022-03-13)
566
+
567
+ ## [1.0.0-alpha.13](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2022-03-13)
568
+
569
+ ## [1.0.0-alpha.12](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2022-03-13)
570
+
571
+
572
+ ### :rocket: New Features
573
+
574
+ * migrate input, property-editor from things-factory ([4800d85](https://github.com/hatiolab/operato/commit/4800d859473bf623325233a7f2af851e5d093dcb))
575
+
576
+ ## [1.0.0-alpha.11](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.10...v1.0.0-alpha.11) (2022-03-12)
577
+
578
+
579
+ ### :bug: Bug Fix
580
+
581
+ * code-editor for grist ([cb80692](https://github.com/hatiolab/operato/commit/cb80692039e41d7b94b98ac1845822563e179e24))
582
+ * ox-property-editor-attachment-selector ([a1a2d20](https://github.com/hatiolab/operato/commit/a1a2d20640746c891248fdb729097614676c9cff))
583
+
584
+ ## [1.0.0-alpha.10](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2022-03-12)
585
+
586
+ ## [1.0.0-alpha.9](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2022-03-12)
587
+
588
+
589
+ ### :rocket: New Features
590
+
591
+ * settled concept for input, property-editor, grist-editor, so on ([0c9e1d0](https://github.com/hatiolab/operato/commit/0c9e1d054c7aef5d965868242cf471667af7a3c3))
592
+
593
+ ## [1.0.0-alpha.8](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2022-03-11)
594
+
595
+ ## [1.0.0-alpha.7](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2022-03-11)
596
+
597
+ ## [1.0.0-alpha.6](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2022-03-11)
598
+
599
+ ## [1.0.0-alpha.5](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2022-03-11)
600
+
601
+
602
+ ### :bug: Bug Fix
603
+
604
+ * migrate parameter-editor from things-factory ([019a30d](https://github.com/hatiolab/operato/commit/019a30df6fd4c8a273d4194d13f5784ed6f8d956))
605
+
606
+ ## [1.0.0-alpha.4](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2022-03-11)
607
+
608
+
609
+ ### :rocket: New Features
610
+
611
+ * start migration grist editors from things-factory ([8b31c7f](https://github.com/hatiolab/operato/commit/8b31c7f00ae9b32e68f6860c559a768c3d456704))
612
+
613
+ ## [1.0.0-alpha.3](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2022-03-10)
614
+
615
+ ## [1.0.0-alpha.2](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2022-03-10)
616
+
617
+ ## [1.0.0-alpha.1](https://github.com/hatiolab/operato/compare/v0.4.3...v1.0.0-alpha.1) (2022-03-09)
618
+
619
+
620
+ ### :rocket: New Features
621
+
622
+ * 1.0-alpha ([42f87cf](https://github.com/hatiolab/operato/commit/42f87cf6a3cef0381db91ecb1179e63c64c01370))
623
+
624
+
625
+
6
626
  ## [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
627
 
8
628
  **Note:** Version bump only for package @operato/app
@@ -2,7 +2,7 @@
2
2
  <html lang="en-GB">
3
3
  <head>
4
4
  <meta charset="utf-8" />
5
- <meta name="viewport" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
6
6
  <style>
7
7
  body {
8
8
  /* box-sizing: border-box; */
@@ -0,0 +1,4 @@
1
+ import '@operato/input/ox-checkbox.js';
2
+ import '../grist-editor/ox-selector-resource-id';
3
+ import { FilterSelectRenderer } from '@operato/form';
4
+ export declare const FilterResourceSelect: FilterSelectRenderer;