@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.
- package/dist/bundled/deckglplot/@deck.gl/carto@^9.0.20/dist.min.js +18 -15
- package/dist/bundled/filedropper/filepond@^4/dist/filepond.css +3 -3
- package/dist/bundled/filedropper/filepond@^4/dist/filepond.min.js +2 -2
- package/dist/bundled/notificationarea/panel/1.5.5-rc.1/dist/bundled/font-awesome/css/all.min.css +2 -0
- package/dist/bundled/panel/1.5.5-rc.1/dist/bundled/bootstrap5/css/bootstrap.min.css +2 -0
- package/dist/bundled/panel/1.5.5-rc.1/dist/bundled/bootstrap5/js/bootstrap.bundle.min.js +2 -0
- package/dist/bundled/panel/1.5.5-rc.1/dist/bundled/font-awesome/css/all.min.css +2 -0
- package/dist/bundled/panel/1.5.5-rc.1/dist/bundled/jquery/jquery.slim.min.js +2 -0
- package/dist/bundled/plotlyplot/panel/1.5.5-rc.1/dist/bundled/jquery/jquery.slim.min.js +2 -0
- package/dist/css/models/html.css +1 -0
- package/dist/lib/models/column.d.ts +10 -0
- package/dist/lib/models/column.js +57 -2
- package/dist/lib/models/column.js.map +1 -1
- package/dist/lib/models/file_download.d.ts +1 -0
- package/dist/lib/models/file_download.js +4 -3
- package/dist/lib/models/file_download.js.map +1 -1
- package/dist/lib/models/plotly.d.ts +3 -0
- package/dist/lib/models/plotly.js +17 -8
- package/dist/lib/models/plotly.js.map +1 -1
- package/dist/lib/models/tabulator.js +28 -6
- package/dist/lib/models/tabulator.js.map +1 -1
- package/dist/lib/styles/models/html.css.js +1 -1
- package/dist/panel.js +125 -35
- package/dist/panel.js.map +1 -1
- package/dist/panel.json +1 -1
- package/dist/panel.min.js +10 -10
- package/package.json +1 -1
- package/dist/bundled/notificationarea/panel/1.5.4-a.2/dist/bundled/font-awesome/css/all.min.css +0 -2
- package/dist/bundled/panel/1.5.4-a.2/dist/bundled/bootstrap5/css/bootstrap.min.css +0 -2
- package/dist/bundled/panel/1.5.4-a.2/dist/bundled/bootstrap5/js/bootstrap.bundle.min.js +0 -2
- package/dist/bundled/panel/1.5.4-a.2/dist/bundled/font-awesome/css/all.min.css +0 -2
- package/dist/bundled/panel/1.5.4-a.2/dist/bundled/jquery/jquery.slim.min.js +0 -2
- 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.
|
|
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:
|
|
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.
|
|
1037
|
+
opacity: 0.4;
|
|
1038
1038
|
line-height: 0.85;
|
|
1039
1039
|
font-size: 11px;
|
|
1040
1040
|
color: inherit;
|