@operato/app 8.0.0-beta.0 → 8.0.0-beta.10

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 (47) hide show
  1. package/CHANGELOG.md +52 -0
  2. package/dist/tsconfig.tsbuildinfo +1 -1
  3. package/package.json +15 -17
  4. package/.editorconfig +0 -29
  5. package/.storybook/main.js +0 -3
  6. package/.storybook/server.mjs +0 -8
  7. package/demo/data-grist-test.html +0 -473
  8. package/demo/index.html +0 -35
  9. package/src/filter-renderer/filter-resource-select.ts +0 -133
  10. package/src/filter-renderer/index.ts +0 -6
  11. package/src/filters-form/filter-resource-code.ts +0 -11
  12. package/src/filters-form/filter-resource-object.ts +0 -11
  13. package/src/filters-form/filter-resource-select.ts +0 -130
  14. package/src/filters-form/index.ts +0 -14
  15. package/src/filters-form/ox-filter-resource-code.ts +0 -154
  16. package/src/filters-form/ox-filter-resource-object.ts +0 -224
  17. package/src/grist-editor/index.ts +0 -26
  18. package/src/grist-editor/ox-grist-editor-code.ts +0 -64
  19. package/src/grist-editor/ox-grist-editor-json.ts +0 -64
  20. package/src/grist-editor/ox-grist-editor-privilege.ts +0 -58
  21. package/src/grist-editor/ox-grist-editor-resource-code.ts +0 -30
  22. package/src/grist-editor/ox-grist-editor-resource-id.ts +0 -88
  23. package/src/grist-editor/ox-grist-editor-resource-object-legacy.ts +0 -131
  24. package/src/grist-editor/ox-grist-editor-resource-object.ts +0 -156
  25. package/src/grist-editor/ox-grist-renderer-crontab.ts +0 -18
  26. package/src/grist-editor/ox-grist-renderer-resource-code.ts +0 -85
  27. package/src/grist-editor/ox-grist-renderer-resource-id.ts +0 -17
  28. package/src/grist-editor/ox-grist-renderer-resource-object.ts +0 -26
  29. package/src/grist-editor/ox-popup-code-input.ts +0 -69
  30. package/src/grist-editor/ox-popup-privilege-input.ts +0 -93
  31. package/src/index.ts +0 -4
  32. package/src/input/index.ts +0 -3
  33. package/src/input/ox-input-background-pattern.ts +0 -196
  34. package/src/input/ox-input-fill-style.ts +0 -377
  35. package/src/input/ox-input-graphql.ts +0 -153
  36. package/src/property-editor/index.ts +0 -83
  37. package/src/property-editor/ox-property-editor-graphql.ts +0 -22
  38. package/src/property-editor/ox-property-editor-resource-object.ts +0 -148
  39. package/src/selector/ox-selector-resource-id.ts +0 -201
  40. package/src/selector/ox-selector-resource-object-legacy.ts +0 -367
  41. package/src/selector/ox-selector-resource-object.ts +0 -300
  42. package/stories/graphql-client.stories.ts +0 -73
  43. package/stories/ox-input-graphql.stories.ts +0 -70
  44. package/stories/ox-selector-resource-object.stories.ts +0 -98
  45. package/tsconfig.json +0 -24
  46. package/web-dev-server.config.mjs +0 -27
  47. package/web-test-runner.config.mjs +0 -41
package/CHANGELOG.md CHANGED
@@ -3,6 +3,58 @@
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
+ ## [8.0.0-beta.10](https://github.com/hatiolab/operato/compare/v8.0.0-beta.9...v8.0.0-beta.10) (2025-01-11)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * fine tune for [@graphql-tools](https://github.com/graphql-tools) version ([61f5431](https://github.com/hatiolab/operato/commit/61f5431d354f0ea599cc97b1c55eda0773025d3d))
12
+
13
+
14
+
15
+ ## [8.0.0-beta.6](https://github.com/hatiolab/operato/compare/v8.0.0-beta.5...v8.0.0-beta.6) (2025-01-11)
16
+
17
+
18
+ ### :bug: Bug Fix
19
+
20
+ * fine tune for [@graphql-tools](https://github.com/graphql-tools) version ([72c6663](https://github.com/hatiolab/operato/commit/72c66636767d7880cb2b020755ff4cb217d9731e))
21
+
22
+
23
+
24
+ ## [8.0.0-beta.5](https://github.com/hatiolab/operato/compare/v8.0.0-beta.4...v8.0.0-beta.5) (2025-01-10)
25
+
26
+ **Note:** Version bump only for package @operato/app
27
+
28
+
29
+
30
+
31
+
32
+ ## [8.0.0-beta.4](https://github.com/hatiolab/operato/compare/v8.0.0-beta.3...v8.0.0-beta.4) (2025-01-09)
33
+
34
+ **Note:** Version bump only for package @operato/app
35
+
36
+
37
+
38
+
39
+
40
+ ## [8.0.0-beta.2](https://github.com/hatiolab/operato/compare/v8.0.0-beta.1...v8.0.0-beta.2) (2025-01-08)
41
+
42
+
43
+ ### :bug: Bug Fix
44
+
45
+ * typo .npmignore ([d9c0c8c](https://github.com/hatiolab/operato/commit/d9c0c8c79abc688c3c2cfb6c37fcb689483a5977))
46
+
47
+
48
+
49
+ ## [8.0.0-beta.1](https://github.com/hatiolab/operato/compare/v8.0.0-beta.0...v8.0.0-beta.1) (2025-01-08)
50
+
51
+
52
+ ### :bug: Bug Fix
53
+
54
+ * missing .npmignore ([be05985](https://github.com/hatiolab/operato/commit/be05985abfae4af53501f718dd52932099f7fbcb))
55
+
56
+
57
+
6
58
  ## [8.0.0-beta.0](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.56...v8.0.0-beta.0) (2025-01-07)
7
59
 
8
60
  **Note:** Version bump only for package @operato/app