ng-jvx-multiselect 16.0.4 → 16.0.5
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ng-jvx-multiselect",
|
|
3
|
-
"version": "16.0.
|
|
3
|
+
"version": "16.0.5",
|
|
4
4
|
"description": "ng-jvx-multiselect is a select based on angular material. It handles both single and multiple selections and allows to retrieves the options via asynchronous calls.",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -181,6 +181,7 @@
|
|
|
181
181
|
max-width: 100%;
|
|
182
182
|
position: relative;
|
|
183
183
|
overflow: visible;
|
|
184
|
+
|
|
184
185
|
.closeMenuButton {
|
|
185
186
|
height: 22px;
|
|
186
187
|
width: 22px;
|
|
@@ -192,7 +193,8 @@
|
|
|
192
193
|
cursor: pointer;
|
|
193
194
|
color: #fff;
|
|
194
195
|
z-index: 10;
|
|
195
|
-
|
|
196
|
+
|
|
197
|
+
mat-icon {
|
|
196
198
|
color: #fff;
|
|
197
199
|
font-size: 15px;
|
|
198
200
|
height: 100%;
|
|
@@ -202,9 +204,11 @@
|
|
|
202
204
|
justify-content: center;
|
|
203
205
|
}
|
|
204
206
|
}
|
|
207
|
+
|
|
205
208
|
.mat-mdc-menu-content {
|
|
206
209
|
padding-top: 0 !important;
|
|
207
210
|
padding-bottom: 0 !important;
|
|
211
|
+
|
|
208
212
|
.menu-list-container {
|
|
209
213
|
ng-scrollbar {
|
|
210
214
|
--scrollbar-color: transparent;
|
|
@@ -244,8 +248,8 @@
|
|
|
244
248
|
padding-top: 0 !important;
|
|
245
249
|
padding-bottom: 0 !important;
|
|
246
250
|
|
|
247
|
-
mat-mdc-list-option[aria-selected="true"], mat-mdc-list-option[aria-selected="false"] {
|
|
248
|
-
|
|
251
|
+
.mat-mdc-list-option[aria-selected="true"], .mat-mdc-list-option[aria-selected="false"] {
|
|
252
|
+
.mdc-checkbox {
|
|
249
253
|
display: none
|
|
250
254
|
}
|
|
251
255
|
}
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
$accent: mat.get-color-from-palette(map.get($theme, accent));
|
|
11
11
|
$warn: mat.get-color-from-palette(map.get($theme, warn));
|
|
12
12
|
}
|
|
13
|
-
.mat-mdc-list-item.mat-list-option.ng-jvx-option {
|
|
13
|
+
.mat-mdc-list-item.mat-mdc-list-option.ng-jvx-option {
|
|
14
14
|
height: auto;
|
|
15
15
|
min-height: 48px;
|
|
16
16
|
.mat-list-text {
|