@operato/app 2.0.0-alpha.10 → 2.0.0-alpha.102

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 (51) hide show
  1. package/CHANGELOG.md +523 -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 -1
  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 +2 -1
  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/ox-input-graphql.stories.js +13 -1
  37. package/dist/stories/ox-input-graphql.stories.js.map +1 -1
  38. package/dist/tsconfig.tsbuildinfo +1 -1
  39. package/package.json +27 -29
  40. package/src/filters-form/filter-resource-select.ts +27 -26
  41. package/src/grist-editor/ox-grist-editor-resource-code.ts +2 -2
  42. package/src/grist-editor/ox-grist-editor-resource-id.ts +2 -2
  43. package/src/grist-editor/ox-popup-code-input.ts +7 -8
  44. package/src/grist-editor/ox-popup-privilege-input.ts +8 -15
  45. package/src/input/ox-input-graphql.ts +3 -1
  46. package/src/selector/ox-selector-resource-id.ts +8 -9
  47. package/src/selector/ox-selector-resource-object-legacy.ts +14 -15
  48. package/src/selector/ox-selector-resource-object.ts +10 -11
  49. package/stories/ox-input-graphql.stories.ts +13 -1
  50. package/themes/app-theme.css +10 -0
  51. package/themes/grist-theme.css +3 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,529 @@
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.102](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.101...v2.0.0-alpha.102) (2024-04-22)
7
+
8
+ **Note:** Version bump only for package @operato/app
9
+
10
+
11
+
12
+
13
+
14
+ ## [2.0.0-alpha.100](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.99...v2.0.0-alpha.100) (2024-04-21)
15
+
16
+ **Note:** Version bump only for package @operato/app
17
+
18
+
19
+
20
+
21
+
22
+ ## [2.0.0-alpha.99](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.98...v2.0.0-alpha.99) (2024-04-21)
23
+
24
+ **Note:** Version bump only for package @operato/app
25
+
26
+
27
+
28
+
29
+
30
+ ## [2.0.0-alpha.98](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.97...v2.0.0-alpha.98) (2024-04-21)
31
+
32
+
33
+ ### :bug: Bug Fix
34
+
35
+ * support show-line-numbers for ox-input-graphql ([d386dba](https://github.com/hatiolab/operato/commit/d386dba3e2723babeceb5b0a13a3b5f75b302754))
36
+
37
+
38
+
39
+ ## [2.0.0-alpha.97](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.96...v2.0.0-alpha.97) (2024-04-21)
40
+
41
+ **Note:** Version bump only for package @operato/app
42
+
43
+
44
+
45
+
46
+
47
+ ## [2.0.0-alpha.96](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.95...v2.0.0-alpha.96) (2024-04-21)
48
+
49
+ **Note:** Version bump only for package @operato/app
50
+
51
+
52
+
53
+
54
+
55
+ ## [2.0.0-alpha.95](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.94...v2.0.0-alpha.95) (2024-04-21)
56
+
57
+ **Note:** Version bump only for package @operato/app
58
+
59
+
60
+
61
+
62
+
63
+ ## [2.0.0-alpha.94](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.93...v2.0.0-alpha.94) (2024-04-20)
64
+
65
+ **Note:** Version bump only for package @operato/app
66
+
67
+
68
+
69
+
70
+
71
+ ## [2.0.0-alpha.93](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.92...v2.0.0-alpha.93) (2024-04-19)
72
+
73
+
74
+ ### :bug: Bug Fix
75
+
76
+ * grid body border-bottom style ([708a937](https://github.com/hatiolab/operato/commit/708a93789d23417a318e2ac9f499bec85d7e4776))
77
+
78
+
79
+
80
+ ## [2.0.0-alpha.92](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.91...v2.0.0-alpha.92) (2024-04-19)
81
+
82
+ **Note:** Version bump only for package @operato/app
83
+
84
+
85
+
86
+
87
+
88
+ ## [2.0.0-alpha.91](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.90...v2.0.0-alpha.91) (2024-04-19)
89
+
90
+ **Note:** Version bump only for package @operato/app
91
+
92
+
93
+
94
+
95
+
96
+ ## [2.0.0-alpha.90](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.89...v2.0.0-alpha.90) (2024-04-18)
97
+
98
+ **Note:** Version bump only for package @operato/app
99
+
100
+
101
+
102
+
103
+
104
+ ## [2.0.0-alpha.89](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.88...v2.0.0-alpha.89) (2024-04-18)
105
+
106
+ **Note:** Version bump only for package @operato/app
107
+
108
+
109
+
110
+
111
+
112
+ ## [2.0.0-alpha.88](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.87...v2.0.0-alpha.88) (2024-04-18)
113
+
114
+ **Note:** Version bump only for package @operato/app
115
+
116
+
117
+
118
+
119
+
120
+ ## [2.0.0-alpha.87](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.86...v2.0.0-alpha.87) (2024-04-17)
121
+
122
+ **Note:** Version bump only for package @operato/app
123
+
124
+
125
+
126
+
127
+
128
+ ## [2.0.0-alpha.86](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.85...v2.0.0-alpha.86) (2024-04-16)
129
+
130
+ **Note:** Version bump only for package @operato/app
131
+
132
+
133
+
134
+
135
+
136
+ ## [2.0.0-alpha.85](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.84...v2.0.0-alpha.85) (2024-04-16)
137
+
138
+ **Note:** Version bump only for package @operato/app
139
+
140
+
141
+
142
+
143
+
144
+ ## [2.0.0-alpha.82](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.81...v2.0.0-alpha.82) (2024-04-15)
145
+
146
+
147
+ ### :bug: Bug Fix
148
+
149
+ * correct import ([a3587dd](https://github.com/hatiolab/operato/commit/a3587dd65903a0acaa7b25aa4ef15b2d85aaf418))
150
+
151
+
152
+
153
+ ## [2.0.0-alpha.81](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.80...v2.0.0-alpha.81) (2024-04-15)
154
+
155
+
156
+ ### :bug: Bug Fix
157
+
158
+ * use button-container styles ([bd91be3](https://github.com/hatiolab/operato/commit/bd91be3eaf5337a0ffe8cfc3b37191b6427ce5f6))
159
+
160
+
161
+
162
+ ## [2.0.0-alpha.80](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.79...v2.0.0-alpha.80) (2024-04-15)
163
+
164
+ **Note:** Version bump only for package @operato/app
165
+
166
+
167
+
168
+
169
+
170
+ ## [2.0.0-alpha.77](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.76...v2.0.0-alpha.77) (2024-04-14)
171
+
172
+ **Note:** Version bump only for package @operato/app
173
+
174
+
175
+
176
+
177
+
178
+ ## [2.0.0-alpha.71](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.70...v2.0.0-alpha.71) (2024-04-13)
179
+
180
+ **Note:** Version bump only for package @operato/app
181
+
182
+
183
+
184
+
185
+
186
+ ## [2.0.0-alpha.70](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.69...v2.0.0-alpha.70) (2024-04-13)
187
+
188
+ **Note:** Version bump only for package @operato/app
189
+
190
+
191
+
192
+
193
+
194
+ ## [2.0.0-alpha.69](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.68...v2.0.0-alpha.69) (2024-04-13)
195
+
196
+
197
+ ### :bug: Bug Fix
198
+
199
+ * mwc=>md for context ([972f5fd](https://github.com/hatiolab/operato/commit/972f5fd8da02820b6d6238cf1dd099591f97d8df))
200
+
201
+
202
+
203
+ ## [2.0.0-alpha.68](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.67...v2.0.0-alpha.68) (2024-04-13)
204
+
205
+
206
+ ### :bug: Bug Fix
207
+
208
+ * mwc=>md for context ([2bc13f2](https://github.com/hatiolab/operato/commit/2bc13f285f257782f73e5d7b5d1ddd197df85393))
209
+
210
+
211
+
212
+ ## [2.0.0-alpha.64](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.63...v2.0.0-alpha.64) (2024-04-13)
213
+
214
+ **Note:** Version bump only for package @operato/app
215
+
216
+
217
+
218
+
219
+
220
+ ## [2.0.0-alpha.63](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.62...v2.0.0-alpha.63) (2024-04-12)
221
+
222
+ **Note:** Version bump only for package @operato/app
223
+
224
+
225
+
226
+
227
+
228
+ ## [2.0.0-alpha.62](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.61...v2.0.0-alpha.62) (2024-04-12)
229
+
230
+ **Note:** Version bump only for package @operato/app
231
+
232
+
233
+
234
+
235
+
236
+ ## [2.0.0-alpha.61](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.60...v2.0.0-alpha.61) (2024-04-11)
237
+
238
+ **Note:** Version bump only for package @operato/app
239
+
240
+
241
+
242
+
243
+
244
+ ## [2.0.0-alpha.60](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.59...v2.0.0-alpha.60) (2024-04-11)
245
+
246
+ **Note:** Version bump only for package @operato/app
247
+
248
+
249
+
250
+
251
+
252
+ ## [2.0.0-alpha.59](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.58...v2.0.0-alpha.59) (2024-04-11)
253
+
254
+ **Note:** Version bump only for package @operato/app
255
+
256
+
257
+
258
+
259
+
260
+ ## [2.0.0-alpha.58](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.57...v2.0.0-alpha.58) (2024-04-07)
261
+
262
+ **Note:** Version bump only for package @operato/app
263
+
264
+
265
+
266
+
267
+
268
+ ## [2.0.0-alpha.57](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.56...v2.0.0-alpha.57) (2024-04-07)
269
+
270
+ **Note:** Version bump only for package @operato/app
271
+
272
+
273
+
274
+
275
+
276
+
277
+
278
+ **Note:** Version bump only for package @operato/app
279
+
280
+
281
+
282
+
283
+
284
+ ## [2.0.0-alpha.54](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.53...v2.0.0-alpha.54) (2024-04-01)
285
+
286
+ **Note:** Version bump only for package @operato/app
287
+
288
+
289
+
290
+
291
+
292
+ ## [2.0.0-alpha.52](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.51...v2.0.0-alpha.52) (2024-03-29)
293
+
294
+ **Note:** Version bump only for package @operato/app
295
+
296
+
297
+
298
+
299
+
300
+ ## [2.0.0-alpha.51](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.50...v2.0.0-alpha.51) (2024-03-29)
301
+
302
+
303
+ ### :bug: Bug Fix
304
+
305
+ * upgrade lit ([e661c33](https://github.com/hatiolab/operato/commit/e661c333d2bb97f784b5ac2c0e365714ee5e80ff))
306
+
307
+
308
+
309
+ ## [2.0.0-alpha.50](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.49...v2.0.0-alpha.50) (2024-03-28)
310
+
311
+ **Note:** Version bump only for package @operato/app
312
+
313
+
314
+
315
+
316
+
317
+ ## [2.0.0-alpha.49](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.48...v2.0.0-alpha.49) (2024-03-28)
318
+
319
+ **Note:** Version bump only for package @operato/app
320
+
321
+
322
+
323
+
324
+
325
+ ## [2.0.0-alpha.48](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.47...v2.0.0-alpha.48) (2024-03-28)
326
+
327
+ **Note:** Version bump only for package @operato/app
328
+
329
+
330
+
331
+
332
+
333
+ ## [2.0.0-alpha.47](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.46...v2.0.0-alpha.47) (2024-03-27)
334
+
335
+ **Note:** Version bump only for package @operato/app
336
+
337
+
338
+
339
+
340
+
341
+ ## [2.0.0-alpha.46](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.45...v2.0.0-alpha.46) (2024-03-26)
342
+
343
+ **Note:** Version bump only for package @operato/app
344
+
345
+
346
+
347
+
348
+
349
+ ## [2.0.0-alpha.44](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.43...v2.0.0-alpha.44) (2024-03-24)
350
+
351
+ **Note:** Version bump only for package @operato/app
352
+
353
+
354
+
355
+
356
+
357
+ ## [2.0.0-alpha.43](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.42...v2.0.0-alpha.43) (2024-03-24)
358
+
359
+ **Note:** Version bump only for package @operato/app
360
+
361
+
362
+
363
+
364
+
365
+ ## [2.0.0-alpha.37](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.36...v2.0.0-alpha.37) (2024-03-18)
366
+
367
+ **Note:** Version bump only for package @operato/app
368
+
369
+
370
+
371
+
372
+
373
+ ## [2.0.0-alpha.35](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.34...v2.0.0-alpha.35) (2024-03-13)
374
+
375
+ **Note:** Version bump only for package @operato/app
376
+
377
+
378
+
379
+
380
+
381
+ ## [2.0.0-alpha.34](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.33...v2.0.0-alpha.34) (2024-03-12)
382
+
383
+ **Note:** Version bump only for package @operato/app
384
+
385
+
386
+
387
+
388
+
389
+ ## [2.0.0-alpha.32](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.31...v2.0.0-alpha.32) (2024-03-12)
390
+
391
+ **Note:** Version bump only for package @operato/app
392
+
393
+
394
+
395
+
396
+
397
+ ## [2.0.0-alpha.31](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.30...v2.0.0-alpha.31) (2024-03-03)
398
+
399
+ **Note:** Version bump only for package @operato/app
400
+
401
+
402
+
403
+
404
+
405
+ ## [2.0.0-alpha.30](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2024-03-03)
406
+
407
+
408
+ ### :bug: Bug Fix
409
+
410
+ * upgrade cm6-graphql ([ec4bc9f](https://github.com/hatiolab/operato/commit/ec4bc9fdf7df0f7d698abc30c4de88c77d8119bf))
411
+
412
+
413
+
414
+ ## [2.0.0-alpha.28](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-02-20)
415
+
416
+
417
+ ### :bug: Bug Fix
418
+
419
+ * upgrade devDependencies for webcomponents ([1489b8b](https://github.com/hatiolab/operato/commit/1489b8b790d9bcee779a070a630697f25c01728f))
420
+
421
+
422
+
423
+ ## [2.0.0-alpha.27](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-02-17)
424
+
425
+ **Note:** Version bump only for package @operato/app
426
+
427
+
428
+
429
+
430
+
431
+ ## [2.0.0-alpha.25](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2024-02-12)
432
+
433
+ **Note:** Version bump only for package @operato/app
434
+
435
+
436
+
437
+
438
+
439
+ ## [2.0.0-alpha.24](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2024-02-11)
440
+
441
+
442
+ ### :bug: Bug Fix
443
+
444
+ * ox-filters-form-base for @operato/form ([fd0ec03](https://github.com/hatiolab/operato/commit/fd0ec033585ce0fe46f24276db91238abbbfdc05))
445
+
446
+
447
+
448
+ ## [2.0.0-alpha.23](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2024-02-10)
449
+
450
+ **Note:** Version bump only for package @operato/app
451
+
452
+
453
+
454
+
455
+
456
+ ## [2.0.0-alpha.22](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2024-02-10)
457
+
458
+ **Note:** Version bump only for package @operato/app
459
+
460
+
461
+
462
+
463
+
464
+ ## [2.0.0-alpha.21](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.20...v2.0.0-alpha.21) (2024-02-09)
465
+
466
+ **Note:** Version bump only for package @operato/app
467
+
468
+
469
+
470
+
471
+
472
+ ## [2.0.0-alpha.20](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2024-02-05)
473
+
474
+ **Note:** Version bump only for package @operato/app
475
+
476
+
477
+
478
+
479
+
480
+ ## [2.0.0-alpha.19](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.18...v2.0.0-alpha.19) (2024-02-05)
481
+
482
+ **Note:** Version bump only for package @operato/app
483
+
484
+
485
+
486
+
487
+
488
+ ## [2.0.0-alpha.17](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2024-02-04)
489
+
490
+ **Note:** Version bump only for package @operato/app
491
+
492
+
493
+
494
+
495
+
496
+ ## [2.0.0-alpha.16](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2024-02-03)
497
+
498
+ **Note:** Version bump only for package @operato/app
499
+
500
+
501
+
502
+
503
+
504
+ ## [2.0.0-alpha.13](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2024-01-28)
505
+
506
+
507
+ ### :bug: Bug Fix
508
+
509
+ * css-variable --grid-record-padding ([b057312](https://github.com/hatiolab/operato/commit/b0573120fcb46c71b6b283065f08ae926e9f826f))
510
+
511
+
512
+
513
+ ## [2.0.0-alpha.12](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.11...v2.0.0-alpha.12) (2024-01-24)
514
+
515
+ **Note:** Version bump only for package @operato/app
516
+
517
+
518
+
519
+
520
+
521
+ ## [2.0.0-alpha.11](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.10...v2.0.0-alpha.11) (2024-01-24)
522
+
523
+ **Note:** Version bump only for package @operato/app
524
+
525
+
526
+
527
+
528
+
6
529
  ## [2.0.0-alpha.10](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.9...v2.0.0-alpha.10) (2024-01-22)
7
530
 
8
531
  **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>