Skip to content

Commit 1d9064f

Browse files
authored
Merge pull request #1049 from OutSystems/ROU-11920
ROU-11920: Update Virtual Select to v1.1.0
2 parents ce62f7d + b207c90 commit 1d9064f

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@
6767
"typedoc-plugin-merge-modules": "^4.1.0",
6868
"typedoc-umlclass": "^0.7.1",
6969
"typescript": "^4.9.5",
70-
"virtual-select-plugin": "^1.0.49"
70+
"virtual-select-plugin": "^1.1.0"
7171
}
7272
}

src/scripts/Providers/OSUI/Dropdown/VirtualSelect/AbstractVirtualSelectEnum.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace Providers.OSUI.Dropdown.VirtualSelect.Enum {
55
*/
66
export enum ProviderInfo {
77
Name = 'VirtualSelect',
8-
Version = '1.0.49',
8+
Version = '1.1.0',
99
}
1010

1111
/**
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# VirtualSelect · ![virtualselect version](https://img.shields.io/badge/version-v1.0.49-informational)
1+
# VirtualSelect · ![virtualselect version](https://img.shields.io/badge/version-v1.1.0-informational)
22

33
All info about this Provider <a href="https://sa-si-dev.github.io/virtual-select/#/">here</a>.

src/scripts/Providers/OSUI/Dropdown/VirtualSelect/scss/_virtualselect_lib.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Virtual Select v1.0.49
2+
* Virtual Select v1.1.0
33
* https://sa-si-dev.github.io/virtual-select
44
* Licensed under MIT (https://github.com/sa-si-dev/virtual-select/blob/master/LICENSE)
55
*/
@@ -609,10 +609,10 @@
609609
left: 2px;
610610
}
611611
/*!
612-
* Popover v1.0.13
613-
* https://sa-si-dev.github.io/popover
614-
* Licensed under MIT (https://github.com/sa-si-dev/popover/blob/master/LICENSE)
615-
*/
612+
* Popover v1.0.13
613+
* https://sa-si-dev.github.io/popover
614+
* Licensed under MIT (https://github.com/sa-si-dev/popover/blob/master/LICENSE)
615+
*/
616616
.pop-comp-wrapper {
617617
display: none;
618618
position: absolute;

0 commit comments

Comments
 (0)