tocco-admin 1.0.76-hotfix33.2 → 1.0.76-hotfix33.5

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 (29) hide show
  1. package/changelog.md +10 -0
  2. package/dist/{chunk-874.5a69f46a3e119f9874e5.js → chunk-126.352fe452b70323c78f1a.js} +6 -6
  3. package/dist/chunk-296.30a5e40006f80c7a1213.js +1 -0
  4. package/dist/chunk-499.3b0649c8c98effebd7a5.js +14 -0
  5. package/dist/chunk-531.6d3a06f857c55983f81f.js +1 -0
  6. package/dist/chunk-543.978b6226d6bd58af820c.js +45 -0
  7. package/dist/chunk-568.888e5be08a98676042a3.js +6 -0
  8. package/dist/{chunk-587.83aa18a61c9df648a462.js → chunk-587.3d597967a09c5afeb215.js} +1 -1
  9. package/dist/chunk-594.793a163c77623da8826d.js +1 -0
  10. package/dist/chunk-611.a41cc743af6f875068f3.js +7 -0
  11. package/dist/{chunk-actions.cc2ed64b17cab1e8600d.js → chunk-actions.78f2656badcfbb8f4029.js} +1 -1
  12. package/dist/chunk-ckeditor.8fa3787513f4ae802634.js +1806 -0
  13. package/dist/chunk-code-editor.53b84f77b1456f0bc42d.js +1 -0
  14. package/dist/chunk-html-editor.b29d6d692b5fc8311d36.js +1 -0
  15. package/dist/chunk-phone-formatter.212171d1b1abcdbb394b.js +1 -0
  16. package/dist/chunk-vendor-icons.b255769fa1fb7b7a05ad.js +1 -0
  17. package/dist/index.js +8 -8
  18. package/package.json +1 -1
  19. package/dist/chunk-135.7d660568a146bae2e324.js +0 -1
  20. package/dist/chunk-38.16fdbbd333462e3af373.js +0 -1
  21. package/dist/chunk-531.d4dcae49112141cc28aa.js +0 -1
  22. package/dist/chunk-551.7f40639dd11ab3b7f8b6.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-847.b2d19e2e711a8a299e45.js +0 -1
  26. package/dist/chunk-code-editor.4dd59414589c013aff68.js +0 -1
  27. package/dist/chunk-phone-formatter.1b1e7968653c1d07afa0.js +0 -1
  28. package/dist/chunk-vendor-icons.4b6c1602446cd7d8836e.js +0 -1
  29. package/dist/chunk-vendor-quill.4478c72cf0f4bf2746be.js +0 -21
package/changelog.md CHANGED
@@ -1,3 +1,13 @@
1
+ 1.0.76-hotfix33.5
2
+ - check form definition if form is markable
3
+
4
+ 1.0.76-hotfix33.4
5
+ - use ckeditor
6
+ - only cache displays as long as tab is open
7
+
8
+ 1.0.76-hotfix33.3
9
+ - set current time as default time value in datepicker
10
+
1
11
  1.0.76-hotfix33.2
2
12
  - use constrictions from form in remotefield as well
3
13