tocco-devcon 1.0.5 → 1.0.8

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 (45) hide show
  1. package/changelog.md +22 -0
  2. package/dist/03371bf1d5cbb1eab58e3a0130d1e9c2.js +1 -1
  3. package/dist/0794fa2b9c882c72fa7d586069b61055.js +1 -1
  4. package/dist/0b923a43967ff893ec63b92dc4f19017.js +1 -1
  5. package/dist/11dc77ef2ea3a04834945a52f7de2072.js +1 -1
  6. package/dist/18cfa6de2de3832aa10439fbf963217a.js +1 -1
  7. package/dist/27ccb71fa24357a0919a861351d5b82d.js +1 -1
  8. package/dist/2b2fe1a34cdf81c656a47e493ca9d658.js +1 -1
  9. package/dist/3dcc18a5dee46b57ad7f85c0bee86802.js +1 -1
  10. package/dist/42b4ce6de00994aa6bf7db7ff2f931a8.js +1 -1
  11. package/dist/4860a6a7c59b9ed5c779f7201dc1f591.js +1 -1
  12. package/dist/55892adefebc0d53993fb108151ed150.js +1 -1
  13. package/dist/5a67fdd5293af0a35defd2574c05cd04.js +1 -1
  14. package/dist/63b15fb6fc8f897b22a4bf72b7e8452a.js +1 -1
  15. package/dist/6bb61adbbc13088ee1c32d88b5c7e754.js +1 -1
  16. package/dist/80a171b7595d1161735e23dec8efddd6.js +1 -1
  17. package/dist/964646d64dd3196a9c27fe302511414a.js +1 -1
  18. package/dist/97e72973d750ecb3bc2e75b75bf63c5b.js +1 -1
  19. package/dist/a98ead014d010899b35ee25c7c225542.js +1 -1
  20. package/dist/b7b7be8216519adf62d75f123f9c6423.js +1 -1
  21. package/dist/b8197742452dd2e77090dde34cb2dc4d.js +1 -1
  22. package/dist/c45445ab45defa960329c6f8e6224e57.js +1 -1
  23. package/dist/chunk-545.b8d281d99d5f2c43a249.js +1 -0
  24. package/dist/chunk-611.f8652b5d62e8ff98af69.js +13 -0
  25. package/dist/chunk-701.5b2987cbed1a7d89761f.js +13 -0
  26. package/dist/chunk-949.a56ceefc3a08398c7002.js +1 -0
  27. package/dist/chunk-code-editor.d37ac7b458875a8ba174.js +1 -0
  28. package/dist/chunk-vendor-fontawesome.0f9d990649daa381919b.js +7 -0
  29. package/dist/{chunk-vendor-libphonenumber-js.d1823895c9e1013739f8.js → chunk-vendor-libphonenumber-js.b49ed6ab8acf1ecd6b10.js} +1 -1
  30. package/dist/chunk-vendor-quill.dd35142b0d5803e16926.js +26 -0
  31. package/dist/e0e32c3798e8895695ce5b372a0c989f.js +1 -1
  32. package/dist/ee694c1bcbdc9439e50f816c39fd1023.js +1 -1
  33. package/dist/fd40b62490e412d27bc67e660aacae19.js +1 -1
  34. package/dist/index.js +9 -9
  35. package/package.json +2 -2
  36. package/dist/chunk-245.cc0117063a0323a59c5a.js +0 -1
  37. package/dist/chunk-257.d0e1ba8aee9978ac9b92.js +0 -1
  38. package/dist/chunk-259.4e01be00d2c31d81b534.js +0 -1
  39. package/dist/chunk-314.e86335551ef008332d0b.js +0 -1
  40. package/dist/chunk-333.6e2b4bd987bb0a389434.js +0 -1
  41. package/dist/chunk-696.6412df2b10fa072eaf80.js +0 -13
  42. package/dist/chunk-82.d8e2f9fc408d506ceb28.js +0 -13
  43. package/dist/chunk-code-editor.85be1f4ba28c02870c69.js +0 -1
  44. package/dist/chunk-vendor-fontawesome.511607848878b714a005.js +0 -7
  45. package/dist/chunk-vendor-quill.1bac87d1c8b147af7e6c.js +0 -26
package/changelog.md CHANGED
@@ -1,3 +1,25 @@
1
+ 1.0.8
2
+ - do not reuse same tab for different reports
3
+ - attach tether to target to prevent coverage of input fields
4
+
5
+ 1.0.7
6
+ - update react-tether dependency and change Menu.js to new method
7
+ - update react-dropzone dependancy
8
+ - harmonize error list spacing within forms
9
+ - fix ignored first input click
10
+ - update range values properly
11
+ - constrain tether to parent element to prevent z-index problems inside modal
12
+ - use bolt-lightning as bolt icon
13
+ - tql autocompletion now displays localized labels in suggestions
14
+ - add hasFixedWidth prop to harmonize spacing if necessary
15
+ - show from and to placeholders on ranges
16
+ - add calendar plus and minus icons
17
+ - add specific range icons for datetime
18
+ - fix date picker modal position
19
+
20
+ 1.0.6
21
+ - ace editor works again in create forms
22
+
1
23
  1.0.5
2
24
  - boolean search fields are now displayed as a single select box with fixed values to allow for ternary state and searching for explicit false values
3
25
  - headers of right aligned table columns are right aligned now