@holoviz/panel 1.5.4-a.2 → 1.5.5-rc.1

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 (33) hide show
  1. package/dist/bundled/deckglplot/@deck.gl/carto@^9.0.20/dist.min.js +18 -15
  2. package/dist/bundled/filedropper/filepond@^4/dist/filepond.css +3 -3
  3. package/dist/bundled/filedropper/filepond@^4/dist/filepond.min.js +2 -2
  4. package/dist/bundled/notificationarea/panel/1.5.5-rc.1/dist/bundled/font-awesome/css/all.min.css +2 -0
  5. package/dist/bundled/panel/1.5.5-rc.1/dist/bundled/bootstrap5/css/bootstrap.min.css +2 -0
  6. package/dist/bundled/panel/1.5.5-rc.1/dist/bundled/bootstrap5/js/bootstrap.bundle.min.js +2 -0
  7. package/dist/bundled/panel/1.5.5-rc.1/dist/bundled/font-awesome/css/all.min.css +2 -0
  8. package/dist/bundled/panel/1.5.5-rc.1/dist/bundled/jquery/jquery.slim.min.js +2 -0
  9. package/dist/bundled/plotlyplot/panel/1.5.5-rc.1/dist/bundled/jquery/jquery.slim.min.js +2 -0
  10. package/dist/css/models/html.css +1 -0
  11. package/dist/lib/models/column.d.ts +10 -0
  12. package/dist/lib/models/column.js +57 -2
  13. package/dist/lib/models/column.js.map +1 -1
  14. package/dist/lib/models/file_download.d.ts +1 -0
  15. package/dist/lib/models/file_download.js +4 -3
  16. package/dist/lib/models/file_download.js.map +1 -1
  17. package/dist/lib/models/plotly.d.ts +3 -0
  18. package/dist/lib/models/plotly.js +17 -8
  19. package/dist/lib/models/plotly.js.map +1 -1
  20. package/dist/lib/models/tabulator.js +28 -6
  21. package/dist/lib/models/tabulator.js.map +1 -1
  22. package/dist/lib/styles/models/html.css.js +1 -1
  23. package/dist/panel.js +125 -35
  24. package/dist/panel.js.map +1 -1
  25. package/dist/panel.json +1 -1
  26. package/dist/panel.min.js +10 -10
  27. package/package.json +1 -1
  28. package/dist/bundled/notificationarea/panel/1.5.4-a.2/dist/bundled/font-awesome/css/all.min.css +0 -2
  29. package/dist/bundled/panel/1.5.4-a.2/dist/bundled/bootstrap5/css/bootstrap.min.css +0 -2
  30. package/dist/bundled/panel/1.5.4-a.2/dist/bundled/bootstrap5/js/bootstrap.bundle.min.js +0 -2
  31. package/dist/bundled/panel/1.5.4-a.2/dist/bundled/font-awesome/css/all.min.css +0 -2
  32. package/dist/bundled/panel/1.5.4-a.2/dist/bundled/jquery/jquery.slim.min.js +0 -2
  33. package/dist/bundled/plotlyplot/panel/1.5.4-a.2/dist/bundled/jquery/jquery.slim.min.js +0 -2
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * FilePond 4.32.1
2
+ * FilePond 4.32.5
3
3
  * Licensed under MIT, https://opensource.org/licenses/MIT/
4
4
  * Please visit https://pqina.nl/filepond/ for details.
5
5
  */
@@ -632,7 +632,7 @@
632
632
 
633
633
  will-change: transform, opacity;
634
634
 
635
- touch-action: none;
635
+ touch-action: auto;
636
636
 
637
637
  /* item children order */
638
638
  }
@@ -1034,7 +1034,7 @@
1034
1034
  .filepond--root .filepond--credits {
1035
1035
  position: absolute;
1036
1036
  right: 0;
1037
- opacity: 0.175;
1037
+ opacity: 0.4;
1038
1038
  line-height: 0.85;
1039
1039
  font-size: 11px;
1040
1040
  color: inherit;