@operato/app 2.0.0-alpha.11 → 2.0.0-alpha.110

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. package/CHANGELOG.md +581 -0
  2. package/demo/data-grist-test.html +25 -14
  3. package/demo/index.html +13 -2
  4. package/dist/src/filters-form/filter-resource-select.js +13 -16
  5. package/dist/src/filters-form/filter-resource-select.js.map +1 -1
  6. package/dist/src/grist-editor/ox-grist-editor-code.d.ts +1 -1
  7. package/dist/src/grist-editor/ox-grist-editor-json.d.ts +1 -1
  8. package/dist/src/grist-editor/ox-grist-editor-privilege.d.ts +1 -1
  9. package/dist/src/grist-editor/ox-grist-editor-resource-code.d.ts +2 -2
  10. package/dist/src/grist-editor/ox-grist-editor-resource-code.js +2 -2
  11. package/dist/src/grist-editor/ox-grist-editor-resource-code.js.map +1 -1
  12. package/dist/src/grist-editor/ox-grist-editor-resource-id.d.ts +2 -2
  13. package/dist/src/grist-editor/ox-grist-editor-resource-id.js +2 -2
  14. package/dist/src/grist-editor/ox-grist-editor-resource-id.js.map +1 -1
  15. package/dist/src/grist-editor/ox-grist-renderer-resource-code.d.ts +1 -1
  16. package/dist/src/grist-editor/ox-popup-code-input.d.ts +2 -1
  17. package/dist/src/grist-editor/ox-popup-code-input.js +7 -8
  18. package/dist/src/grist-editor/ox-popup-code-input.js.map +1 -1
  19. package/dist/src/grist-editor/ox-popup-privilege-input.d.ts +2 -1
  20. package/dist/src/grist-editor/ox-popup-privilege-input.js +8 -15
  21. package/dist/src/grist-editor/ox-popup-privilege-input.js.map +1 -1
  22. package/dist/src/input/ox-input-background-pattern.d.ts +1 -1
  23. package/dist/src/input/ox-input-fill-style.d.ts +1 -1
  24. package/dist/src/input/ox-input-graphql.d.ts +1 -0
  25. package/dist/src/input/ox-input-graphql.js +6 -2
  26. package/dist/src/input/ox-input-graphql.js.map +1 -1
  27. package/dist/src/selector/ox-selector-resource-id.d.ts +2 -1
  28. package/dist/src/selector/ox-selector-resource-id.js +8 -9
  29. package/dist/src/selector/ox-selector-resource-id.js.map +1 -1
  30. package/dist/src/selector/ox-selector-resource-object-legacy.d.ts +4 -3
  31. package/dist/src/selector/ox-selector-resource-object-legacy.js +8 -9
  32. package/dist/src/selector/ox-selector-resource-object-legacy.js.map +1 -1
  33. package/dist/src/selector/ox-selector-resource-object.d.ts +3 -2
  34. package/dist/src/selector/ox-selector-resource-object.js +9 -10
  35. package/dist/src/selector/ox-selector-resource-object.js.map +1 -1
  36. package/dist/stories/graphql-client.stories.d.ts +26 -0
  37. package/dist/stories/graphql-client.stories.js +55 -0
  38. package/dist/stories/graphql-client.stories.js.map +1 -0
  39. package/dist/stories/ox-input-graphql.stories.js +13 -1
  40. package/dist/stories/ox-input-graphql.stories.js.map +1 -1
  41. package/dist/stories/ox-selector-resource-object.stories.d.ts +29 -0
  42. package/dist/stories/ox-selector-resource-object.stories.js +80 -0
  43. package/dist/stories/ox-selector-resource-object.stories.js.map +1 -0
  44. package/dist/tsconfig.tsbuildinfo +1 -1
  45. package/package.json +27 -30
  46. package/src/filters-form/filter-resource-select.ts +32 -31
  47. package/src/grist-editor/ox-grist-editor-resource-code.ts +2 -2
  48. package/src/grist-editor/ox-grist-editor-resource-id.ts +2 -2
  49. package/src/grist-editor/ox-popup-code-input.ts +7 -8
  50. package/src/grist-editor/ox-popup-privilege-input.ts +8 -15
  51. package/src/input/ox-input-graphql.ts +3 -2
  52. package/src/selector/ox-selector-resource-id.ts +8 -9
  53. package/src/selector/ox-selector-resource-object-legacy.ts +16 -17
  54. package/src/selector/ox-selector-resource-object.ts +10 -11
  55. package/stories/graphql-client.stories.ts +73 -0
  56. package/stories/ox-input-graphql.stories.ts +13 -1
  57. package/stories/ox-selector-resource-object.stories.ts +98 -0
  58. package/themes/app-theme.css +10 -0
  59. package/themes/grist-theme.css +3 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,587 @@
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.110](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.109...v2.0.0-alpha.110) (2024-05-02)
7
+
8
+ **Note:** Version bump only for package @operato/app
9
+
10
+
11
+
12
+
13
+
14
+ ## [2.0.0-alpha.109](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.108...v2.0.0-alpha.109) (2024-05-02)
15
+
16
+ **Note:** Version bump only for package @operato/app
17
+
18
+
19
+
20
+
21
+
22
+ ## [2.0.0-alpha.108](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.107...v2.0.0-alpha.108) (2024-05-02)
23
+
24
+ **Note:** Version bump only for package @operato/app
25
+
26
+
27
+
28
+
29
+
30
+ ## [2.0.0-alpha.107](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.106...v2.0.0-alpha.107) (2024-05-01)
31
+
32
+
33
+ ### :bug: Bug Fix
34
+
35
+ * consider graphql link for mocking ([8eb3687](https://github.com/hatiolab/operato/commit/8eb36875876244b9d15809f88fa6600589b132ef))
36
+
37
+
38
+
39
+ ## [2.0.0-alpha.106](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.105...v2.0.0-alpha.106) (2024-04-26)
40
+
41
+ **Note:** Version bump only for package @operato/app
42
+
43
+
44
+
45
+
46
+
47
+ ## [2.0.0-alpha.105](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.104...v2.0.0-alpha.105) (2024-04-26)
48
+
49
+ **Note:** Version bump only for package @operato/app
50
+
51
+
52
+
53
+
54
+
55
+ ## [2.0.0-alpha.104](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.103...v2.0.0-alpha.104) (2024-04-26)
56
+
57
+ **Note:** Version bump only for package @operato/app
58
+
59
+
60
+
61
+
62
+
63
+ ## [2.0.0-alpha.103](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.102...v2.0.0-alpha.103) (2024-04-26)
64
+
65
+
66
+ ### :bug: Bug Fix
67
+
68
+ * ox-filter-form과 ox-search-form에서 필터들간에 연관 기능 지원 ([bc081f8](https://github.com/hatiolab/operato/commit/bc081f8dfbb303f8aa219f0b776aa0cc4b18e9cd))
69
+
70
+
71
+
72
+ ## [2.0.0-alpha.102](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.101...v2.0.0-alpha.102) (2024-04-22)
73
+
74
+ **Note:** Version bump only for package @operato/app
75
+
76
+
77
+
78
+
79
+
80
+ ## [2.0.0-alpha.100](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.99...v2.0.0-alpha.100) (2024-04-21)
81
+
82
+ **Note:** Version bump only for package @operato/app
83
+
84
+
85
+
86
+
87
+
88
+ ## [2.0.0-alpha.99](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.98...v2.0.0-alpha.99) (2024-04-21)
89
+
90
+ **Note:** Version bump only for package @operato/app
91
+
92
+
93
+
94
+
95
+
96
+ ## [2.0.0-alpha.98](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.97...v2.0.0-alpha.98) (2024-04-21)
97
+
98
+
99
+ ### :bug: Bug Fix
100
+
101
+ * support show-line-numbers for ox-input-graphql ([d386dba](https://github.com/hatiolab/operato/commit/d386dba3e2723babeceb5b0a13a3b5f75b302754))
102
+
103
+
104
+
105
+ ## [2.0.0-alpha.97](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.96...v2.0.0-alpha.97) (2024-04-21)
106
+
107
+ **Note:** Version bump only for package @operato/app
108
+
109
+
110
+
111
+
112
+
113
+ ## [2.0.0-alpha.96](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.95...v2.0.0-alpha.96) (2024-04-21)
114
+
115
+ **Note:** Version bump only for package @operato/app
116
+
117
+
118
+
119
+
120
+
121
+ ## [2.0.0-alpha.95](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.94...v2.0.0-alpha.95) (2024-04-21)
122
+
123
+ **Note:** Version bump only for package @operato/app
124
+
125
+
126
+
127
+
128
+
129
+ ## [2.0.0-alpha.94](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.93...v2.0.0-alpha.94) (2024-04-20)
130
+
131
+ **Note:** Version bump only for package @operato/app
132
+
133
+
134
+
135
+
136
+
137
+ ## [2.0.0-alpha.93](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.92...v2.0.0-alpha.93) (2024-04-19)
138
+
139
+
140
+ ### :bug: Bug Fix
141
+
142
+ * grid body border-bottom style ([708a937](https://github.com/hatiolab/operato/commit/708a93789d23417a318e2ac9f499bec85d7e4776))
143
+
144
+
145
+
146
+ ## [2.0.0-alpha.92](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.91...v2.0.0-alpha.92) (2024-04-19)
147
+
148
+ **Note:** Version bump only for package @operato/app
149
+
150
+
151
+
152
+
153
+
154
+ ## [2.0.0-alpha.91](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.90...v2.0.0-alpha.91) (2024-04-19)
155
+
156
+ **Note:** Version bump only for package @operato/app
157
+
158
+
159
+
160
+
161
+
162
+ ## [2.0.0-alpha.90](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.89...v2.0.0-alpha.90) (2024-04-18)
163
+
164
+ **Note:** Version bump only for package @operato/app
165
+
166
+
167
+
168
+
169
+
170
+ ## [2.0.0-alpha.89](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.88...v2.0.0-alpha.89) (2024-04-18)
171
+
172
+ **Note:** Version bump only for package @operato/app
173
+
174
+
175
+
176
+
177
+
178
+ ## [2.0.0-alpha.88](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.87...v2.0.0-alpha.88) (2024-04-18)
179
+
180
+ **Note:** Version bump only for package @operato/app
181
+
182
+
183
+
184
+
185
+
186
+ ## [2.0.0-alpha.87](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.86...v2.0.0-alpha.87) (2024-04-17)
187
+
188
+ **Note:** Version bump only for package @operato/app
189
+
190
+
191
+
192
+
193
+
194
+ ## [2.0.0-alpha.86](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.85...v2.0.0-alpha.86) (2024-04-16)
195
+
196
+ **Note:** Version bump only for package @operato/app
197
+
198
+
199
+
200
+
201
+
202
+ ## [2.0.0-alpha.85](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.84...v2.0.0-alpha.85) (2024-04-16)
203
+
204
+ **Note:** Version bump only for package @operato/app
205
+
206
+
207
+
208
+
209
+
210
+ ## [2.0.0-alpha.82](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.81...v2.0.0-alpha.82) (2024-04-15)
211
+
212
+
213
+ ### :bug: Bug Fix
214
+
215
+ * correct import ([a3587dd](https://github.com/hatiolab/operato/commit/a3587dd65903a0acaa7b25aa4ef15b2d85aaf418))
216
+
217
+
218
+
219
+ ## [2.0.0-alpha.81](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.80...v2.0.0-alpha.81) (2024-04-15)
220
+
221
+
222
+ ### :bug: Bug Fix
223
+
224
+ * use button-container styles ([bd91be3](https://github.com/hatiolab/operato/commit/bd91be3eaf5337a0ffe8cfc3b37191b6427ce5f6))
225
+
226
+
227
+
228
+ ## [2.0.0-alpha.80](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.79...v2.0.0-alpha.80) (2024-04-15)
229
+
230
+ **Note:** Version bump only for package @operato/app
231
+
232
+
233
+
234
+
235
+
236
+ ## [2.0.0-alpha.77](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.76...v2.0.0-alpha.77) (2024-04-14)
237
+
238
+ **Note:** Version bump only for package @operato/app
239
+
240
+
241
+
242
+
243
+
244
+ ## [2.0.0-alpha.71](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.70...v2.0.0-alpha.71) (2024-04-13)
245
+
246
+ **Note:** Version bump only for package @operato/app
247
+
248
+
249
+
250
+
251
+
252
+ ## [2.0.0-alpha.70](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.69...v2.0.0-alpha.70) (2024-04-13)
253
+
254
+ **Note:** Version bump only for package @operato/app
255
+
256
+
257
+
258
+
259
+
260
+ ## [2.0.0-alpha.69](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.68...v2.0.0-alpha.69) (2024-04-13)
261
+
262
+
263
+ ### :bug: Bug Fix
264
+
265
+ * mwc=>md for context ([972f5fd](https://github.com/hatiolab/operato/commit/972f5fd8da02820b6d6238cf1dd099591f97d8df))
266
+
267
+
268
+
269
+ ## [2.0.0-alpha.68](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.67...v2.0.0-alpha.68) (2024-04-13)
270
+
271
+
272
+ ### :bug: Bug Fix
273
+
274
+ * mwc=>md for context ([2bc13f2](https://github.com/hatiolab/operato/commit/2bc13f285f257782f73e5d7b5d1ddd197df85393))
275
+
276
+
277
+
278
+ ## [2.0.0-alpha.64](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.63...v2.0.0-alpha.64) (2024-04-13)
279
+
280
+ **Note:** Version bump only for package @operato/app
281
+
282
+
283
+
284
+
285
+
286
+ ## [2.0.0-alpha.63](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.62...v2.0.0-alpha.63) (2024-04-12)
287
+
288
+ **Note:** Version bump only for package @operato/app
289
+
290
+
291
+
292
+
293
+
294
+ ## [2.0.0-alpha.62](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.61...v2.0.0-alpha.62) (2024-04-12)
295
+
296
+ **Note:** Version bump only for package @operato/app
297
+
298
+
299
+
300
+
301
+
302
+ ## [2.0.0-alpha.61](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.60...v2.0.0-alpha.61) (2024-04-11)
303
+
304
+ **Note:** Version bump only for package @operato/app
305
+
306
+
307
+
308
+
309
+
310
+ ## [2.0.0-alpha.60](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.59...v2.0.0-alpha.60) (2024-04-11)
311
+
312
+ **Note:** Version bump only for package @operato/app
313
+
314
+
315
+
316
+
317
+
318
+ ## [2.0.0-alpha.59](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.58...v2.0.0-alpha.59) (2024-04-11)
319
+
320
+ **Note:** Version bump only for package @operato/app
321
+
322
+
323
+
324
+
325
+
326
+ ## [2.0.0-alpha.58](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.57...v2.0.0-alpha.58) (2024-04-07)
327
+
328
+ **Note:** Version bump only for package @operato/app
329
+
330
+
331
+
332
+
333
+
334
+ ## [2.0.0-alpha.57](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.56...v2.0.0-alpha.57) (2024-04-07)
335
+
336
+ **Note:** Version bump only for package @operato/app
337
+
338
+
339
+
340
+
341
+
342
+
343
+
344
+ **Note:** Version bump only for package @operato/app
345
+
346
+
347
+
348
+
349
+
350
+ ## [2.0.0-alpha.54](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.53...v2.0.0-alpha.54) (2024-04-01)
351
+
352
+ **Note:** Version bump only for package @operato/app
353
+
354
+
355
+
356
+
357
+
358
+ ## [2.0.0-alpha.52](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.51...v2.0.0-alpha.52) (2024-03-29)
359
+
360
+ **Note:** Version bump only for package @operato/app
361
+
362
+
363
+
364
+
365
+
366
+ ## [2.0.0-alpha.51](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.50...v2.0.0-alpha.51) (2024-03-29)
367
+
368
+
369
+ ### :bug: Bug Fix
370
+
371
+ * upgrade lit ([e661c33](https://github.com/hatiolab/operato/commit/e661c333d2bb97f784b5ac2c0e365714ee5e80ff))
372
+
373
+
374
+
375
+ ## [2.0.0-alpha.50](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.49...v2.0.0-alpha.50) (2024-03-28)
376
+
377
+ **Note:** Version bump only for package @operato/app
378
+
379
+
380
+
381
+
382
+
383
+ ## [2.0.0-alpha.49](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.48...v2.0.0-alpha.49) (2024-03-28)
384
+
385
+ **Note:** Version bump only for package @operato/app
386
+
387
+
388
+
389
+
390
+
391
+ ## [2.0.0-alpha.48](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.47...v2.0.0-alpha.48) (2024-03-28)
392
+
393
+ **Note:** Version bump only for package @operato/app
394
+
395
+
396
+
397
+
398
+
399
+ ## [2.0.0-alpha.47](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.46...v2.0.0-alpha.47) (2024-03-27)
400
+
401
+ **Note:** Version bump only for package @operato/app
402
+
403
+
404
+
405
+
406
+
407
+ ## [2.0.0-alpha.46](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.45...v2.0.0-alpha.46) (2024-03-26)
408
+
409
+ **Note:** Version bump only for package @operato/app
410
+
411
+
412
+
413
+
414
+
415
+ ## [2.0.0-alpha.44](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.43...v2.0.0-alpha.44) (2024-03-24)
416
+
417
+ **Note:** Version bump only for package @operato/app
418
+
419
+
420
+
421
+
422
+
423
+ ## [2.0.0-alpha.43](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.42...v2.0.0-alpha.43) (2024-03-24)
424
+
425
+ **Note:** Version bump only for package @operato/app
426
+
427
+
428
+
429
+
430
+
431
+ ## [2.0.0-alpha.37](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.36...v2.0.0-alpha.37) (2024-03-18)
432
+
433
+ **Note:** Version bump only for package @operato/app
434
+
435
+
436
+
437
+
438
+
439
+ ## [2.0.0-alpha.35](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.34...v2.0.0-alpha.35) (2024-03-13)
440
+
441
+ **Note:** Version bump only for package @operato/app
442
+
443
+
444
+
445
+
446
+
447
+ ## [2.0.0-alpha.34](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.33...v2.0.0-alpha.34) (2024-03-12)
448
+
449
+ **Note:** Version bump only for package @operato/app
450
+
451
+
452
+
453
+
454
+
455
+ ## [2.0.0-alpha.32](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.31...v2.0.0-alpha.32) (2024-03-12)
456
+
457
+ **Note:** Version bump only for package @operato/app
458
+
459
+
460
+
461
+
462
+
463
+ ## [2.0.0-alpha.31](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.30...v2.0.0-alpha.31) (2024-03-03)
464
+
465
+ **Note:** Version bump only for package @operato/app
466
+
467
+
468
+
469
+
470
+
471
+ ## [2.0.0-alpha.30](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2024-03-03)
472
+
473
+
474
+ ### :bug: Bug Fix
475
+
476
+ * upgrade cm6-graphql ([ec4bc9f](https://github.com/hatiolab/operato/commit/ec4bc9fdf7df0f7d698abc30c4de88c77d8119bf))
477
+
478
+
479
+
480
+ ## [2.0.0-alpha.28](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-02-20)
481
+
482
+
483
+ ### :bug: Bug Fix
484
+
485
+ * upgrade devDependencies for webcomponents ([1489b8b](https://github.com/hatiolab/operato/commit/1489b8b790d9bcee779a070a630697f25c01728f))
486
+
487
+
488
+
489
+ ## [2.0.0-alpha.27](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-02-17)
490
+
491
+ **Note:** Version bump only for package @operato/app
492
+
493
+
494
+
495
+
496
+
497
+ ## [2.0.0-alpha.25](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2024-02-12)
498
+
499
+ **Note:** Version bump only for package @operato/app
500
+
501
+
502
+
503
+
504
+
505
+ ## [2.0.0-alpha.24](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2024-02-11)
506
+
507
+
508
+ ### :bug: Bug Fix
509
+
510
+ * ox-filters-form-base for @operato/form ([fd0ec03](https://github.com/hatiolab/operato/commit/fd0ec033585ce0fe46f24276db91238abbbfdc05))
511
+
512
+
513
+
514
+ ## [2.0.0-alpha.23](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2024-02-10)
515
+
516
+ **Note:** Version bump only for package @operato/app
517
+
518
+
519
+
520
+
521
+
522
+ ## [2.0.0-alpha.22](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2024-02-10)
523
+
524
+ **Note:** Version bump only for package @operato/app
525
+
526
+
527
+
528
+
529
+
530
+ ## [2.0.0-alpha.21](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.20...v2.0.0-alpha.21) (2024-02-09)
531
+
532
+ **Note:** Version bump only for package @operato/app
533
+
534
+
535
+
536
+
537
+
538
+ ## [2.0.0-alpha.20](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2024-02-05)
539
+
540
+ **Note:** Version bump only for package @operato/app
541
+
542
+
543
+
544
+
545
+
546
+ ## [2.0.0-alpha.19](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.18...v2.0.0-alpha.19) (2024-02-05)
547
+
548
+ **Note:** Version bump only for package @operato/app
549
+
550
+
551
+
552
+
553
+
554
+ ## [2.0.0-alpha.17](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2024-02-04)
555
+
556
+ **Note:** Version bump only for package @operato/app
557
+
558
+
559
+
560
+
561
+
562
+ ## [2.0.0-alpha.16](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2024-02-03)
563
+
564
+ **Note:** Version bump only for package @operato/app
565
+
566
+
567
+
568
+
569
+
570
+ ## [2.0.0-alpha.13](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2024-01-28)
571
+
572
+
573
+ ### :bug: Bug Fix
574
+
575
+ * css-variable --grid-record-padding ([b057312](https://github.com/hatiolab/operato/commit/b0573120fcb46c71b6b283065f08ae926e9f826f))
576
+
577
+
578
+
579
+ ## [2.0.0-alpha.12](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.11...v2.0.0-alpha.12) (2024-01-24)
580
+
581
+ **Note:** Version bump only for package @operato/app
582
+
583
+
584
+
585
+
586
+
6
587
  ## [2.0.0-alpha.11](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.10...v2.0.0-alpha.11) (2024-01-24)
7
588
 
8
589
  **Note:** Version bump only for package @operato/app
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html>
1
+ <!doctype html>
2
2
  <html lang="en-GB">
3
3
  <head>
4
4
  <meta charset="utf-8" />
@@ -38,7 +38,18 @@
38
38
  }
39
39
  </style>
40
40
  <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet" />
41
- <link href="https://fonts.googleapis.com/css?family=Material+Icons&display=block" rel="stylesheet" />
41
+ <link
42
+ href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL@20..48,100..700,0..1"
43
+ rel="stylesheet"
44
+ />
45
+ <link
46
+ href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL@20..48,100..700,0..1"
47
+ rel="stylesheet"
48
+ />
49
+ <link
50
+ href="https://fonts.googleapis.com/css2?family=Material+Symbols+Sharp:opsz,wght,FILL@20..48,100..700,0..1"
51
+ rel="stylesheet"
52
+ />
42
53
 
43
54
  <link href="/themes/app-theme.css" rel="stylesheet" />
44
55
  <link href="/themes/oops-theme.css" rel="stylesheet" />
@@ -53,7 +64,7 @@
53
64
  import '@operato/data-grist/ox-sorters-control.js'
54
65
  import '@operato/data-grist/ox-record-creator.js'
55
66
  import '@operato/popup/ox-popup-list.js'
56
- import '@material/mwc-icon'
67
+ import '@material/web/icon/icon.js'
57
68
  import { CommonGristStyles } from '@operato/styles'
58
69
 
59
70
  const fetchHandler = async ({ page, limit, sorters = [] }) => {
@@ -91,10 +102,10 @@
91
102
  idx % 4 === 0
92
103
  ? '' /* no source */
93
104
  : idx % 4 === 1
94
- ? `http://www.hatiolab.com/assets/img/operato-biz3.png`
95
- : idx % 4 === 2
96
- ? `http://www.hatiolab.com/assets/img/thingsboard-30.png`
97
- : `http://www.hatiolab.com/wrong-url.png` /* wrong source */,
105
+ ? `http://www.hatiolab.com/assets/img/operato-biz3.png`
106
+ : idx % 4 === 2
107
+ ? `http://www.hatiolab.com/assets/img/thingsboard-30.png`
108
+ : `http://www.hatiolab.com/wrong-url.png` /* wrong source */,
98
109
  role: ['admin', 'worker', 'tester'][idx % 3],
99
110
  color: idx % 2 ? `#87f018` : `#180f87`,
100
111
  rate: Math.round(Math.random() * 100),
@@ -416,7 +427,7 @@
416
427
 
417
428
  <div id="sorters">
418
429
  Sort
419
- <mwc-icon
430
+ <md-icon
420
431
  @click=${e => {
421
432
  const target = e.currentTarget
422
433
  this.renderRoot.querySelector('#sorter-control').open({
@@ -424,7 +435,7 @@
424
435
  top: target.offsetTop + target.offsetHeight
425
436
  })
426
437
  }}
427
- >expand_more</mwc-icon
438
+ >expand_more</md-icon
428
439
  >
429
440
  <ox-popup id="sorter-control">
430
441
  <ox-sorters-control> </ox-sorters-control>
@@ -432,16 +443,16 @@
432
443
  </div>
433
444
 
434
445
  <div id="modes">
435
- <mwc-icon @click=${() => (this.mode = 'GRID')} ?active=${mode == 'GRID'}>view_list</mwc-icon>
436
- <mwc-icon @click=${() => (this.mode = 'LIST')} ?active=${mode == 'LIST'}>menu</mwc-icon>
437
- <mwc-icon @click=${() => (this.mode = 'CARD')} ?active=${mode == 'CARD'}>apps</mwc-icon>
446
+ <md-icon @click=${() => (this.mode = 'GRID')} ?active=${mode == 'GRID'}>view_list</md-icon>
447
+ <md-icon @click=${() => (this.mode = 'LIST')} ?active=${mode == 'LIST'}>menu</md-icon>
448
+ <md-icon @click=${() => (this.mode = 'CARD')} ?active=${mode == 'CARD'}>apps</md-icon>
438
449
  </div>
439
450
 
440
451
  <ox-record-creator id="add" light-popup>
441
- <button><mwc-icon>add</mwc-icon></button>
452
+ <button><md-icon>add</md-icon></button>
442
453
  </ox-record-creator>
443
454
 
444
- <button @click=${e => this.grist.cloneSelectedRecords()}><mwc-icon>add</mwc-icon></button>
455
+ <button @click=${e => this.grist.cloneSelectedRecords()}><md-icon>add</md-icon></button>
445
456
  </div>
446
457
  </ox-grist>
447
458
  `
package/demo/index.html CHANGED
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html>
1
+ <!doctype html>
2
2
  <html lang="en-GB">
3
3
  <head>
4
4
  <meta charset="utf-8" />
@@ -16,7 +16,18 @@
16
16
  }
17
17
  </style>
18
18
  <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet" />
19
- <link href="https://fonts.googleapis.com/css?family=Material+Icons&display=block" rel="stylesheet" />
19
+ <link
20
+ href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL@20..48,100..700,0..1"
21
+ rel="stylesheet"
22
+ />
23
+ <link
24
+ href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL@20..48,100..700,0..1"
25
+ rel="stylesheet"
26
+ />
27
+ <link
28
+ href="https://fonts.googleapis.com/css2?family=Material+Symbols+Sharp:opsz,wght,FILL@20..48,100..700,0..1"
29
+ rel="stylesheet"
30
+ />
20
31
  </head>
21
32
  <body>
22
33
  <a href="./data-grist-test.html">data-grist test</a>