Skip to content

Commit

Permalink
Added Tooltip v1.0.16 (virtual-select dependency). Closes #673. (#674)
Browse files Browse the repository at this point in the history
* Added Tooltip v1.0.16 (virtual-select dependency). Closes #673.

* import tooltip js/css in module directly

---------

Co-authored-by: pvictor <victor.perrier@dreamRs.fr>
  • Loading branch information
stla and pvictor committed Mar 8, 2024
1 parent b2cce3e commit 4300578
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
5 changes: 3 additions & 2 deletions R/virtual-select.R
Expand Up @@ -3,9 +3,10 @@
html_dependency_virtualselect <- function() {
htmlDependency(
name = "virtual-select",
version = "1.0.24",
version = "1.0.41",
src = c(file = system.file("packer", package = "shinyWidgets")),
script = "virtual-select.js"
script = "virtual-select.js",
all_files = FALSE
)
}

Expand Down
2 changes: 1 addition & 1 deletion inst/packer/virtual-select.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions inst/packer/virtual-select.js.LICENSE.txt
@@ -1,3 +1,9 @@
/*!
* Tooltip v1.0.16
* https://sa-si-dev.github.io/tooltip
* Licensed under MIT (https://github.com/sa-si-dev/tooltip/blob/master/LICENSE)
*/

/*!
* Virtual Select v1.0.41
* https://sa-si-dev.github.io/virtual-select
Expand Down
2 changes: 2 additions & 0 deletions srcjs/inputs/virtual-select.js
Expand Up @@ -3,6 +3,8 @@ import "shiny";
import { updateLabel } from "../modules/utils";
import "virtual-select-plugin/dist/virtual-select.min.css";
import "virtual-select-plugin/dist/virtual-select.min.js";
import "tooltip-plugin/dist/tooltip.min.css";
import "tooltip-plugin/dist/tooltip.min.js";

function transpose(data) {
var res = [];
Expand Down

0 comments on commit 4300578

Please sign in to comment.