tocco-admin 1.0.79 → 1.0.82

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 (31) hide show
  1. package/changelog.md +15 -0
  2. package/dist/{chunk-874.5a69f46a3e119f9874e5.js → chunk-18.604461236646f509bc9b.js} +6 -6
  3. package/dist/chunk-200.a888fad564f6627a3547.js +45 -0
  4. package/dist/chunk-499.04764602ece579858762.js +14 -0
  5. package/dist/chunk-531.d5fe7691a35b32cd36e7.js +1 -0
  6. package/dist/chunk-568.888e5be08a98676042a3.js +6 -0
  7. package/dist/{chunk-587.b86661a08b0ac7c75d75.js → chunk-587.2e0398947ac466eb3a7a.js} +1 -1
  8. package/dist/chunk-594.126cb5a9b225cf085569.js +1 -0
  9. package/dist/chunk-611.a41cc743af6f875068f3.js +7 -0
  10. package/dist/chunk-662.54c823bebef69c5f55b9.js +1 -0
  11. package/dist/{chunk-701.1058ad58075f9237c3ec.js → chunk-701.b24a66b560d9bdd12d43.js} +2 -2
  12. package/dist/chunk-actions.9fbf05d036f2e33ee321.js +1 -0
  13. package/dist/chunk-ckeditor.9db8842fa3b10d23b77f.js +1971 -0
  14. package/dist/chunk-code-editor.6935688801b6090c74b2.js +1 -0
  15. package/dist/chunk-html-editor.40031d154fe940304a3b.js +1 -0
  16. package/dist/chunk-phone-formatter.81f1de961db9e9f59997.js +1 -0
  17. package/dist/chunk-vendor-icons.2676160c0e739174f517.js +1 -0
  18. package/dist/index.js +8 -8
  19. package/package.json +1 -1
  20. package/dist/chunk-38.be0613f3d0bcadaeb971.js +0 -1
  21. package/dist/chunk-531.53978dcb3248918a13a6.js +0 -1
  22. package/dist/chunk-551.d29f8ce5e73be2dcb324.js +0 -14
  23. package/dist/chunk-568.987cfa799c8172cb46f5.js +0 -6
  24. package/dist/chunk-611.35d853af590ca0ea7cfa.js +0 -7
  25. package/dist/chunk-661.97bf4f5f8de37ceaa0c5.js +0 -1
  26. package/dist/chunk-847.3e50d34f3b3da410955b.js +0 -1
  27. package/dist/chunk-actions.f1c2f71022dd94f6c514.js +0 -1
  28. package/dist/chunk-code-editor.601fdf987a397a9e67c8.js +0 -1
  29. package/dist/chunk-phone-formatter.853b560090cfdc789496.js +0 -1
  30. package/dist/chunk-vendor-icons.7f546d4a986bf620bfed.js +0 -1
  31. package/dist/chunk-vendor-quill.4478c72cf0f4bf2746be.js +0 -21
package/changelog.md CHANGED
@@ -1,3 +1,18 @@
1
+ 1.0.82
2
+ - fix change date on range date picker
3
+ - fix datetime search field with default value
4
+ - load correct store for relations view
5
+ - keep ckeditor as similar as legacy editor
6
+
7
+ 1.0.81
8
+ - check form definition if form is markable
9
+
10
+ 1.0.80
11
+ - add new list action icons
12
+ - use actions as fallback content for empty columns and align column content at same height
13
+ - use ckeditor
14
+ - only cache displays as long as tab is open
15
+
1
16
  1.0.79
2
17
  - accept fulltext search term for advanced search
3
18