ng-jvx-multiselect 16.0.5 → 16.0.7

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.5",
3
+ "version": "16.0.7",
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
  ".": {
@@ -249,9 +249,13 @@
249
249
  padding-bottom: 0 !important;
250
250
 
251
251
  .mat-mdc-list-option[aria-selected="true"], .mat-mdc-list-option[aria-selected="false"] {
252
- .mdc-checkbox {
253
- display: none
252
+ .mdc-list-item__end {
253
+ display: none;
254
+
254
255
  }
256
+ //.mdc-checkbox {
257
+ // display: none
258
+ //}
255
259
  }
256
260
  }
257
261
 
@@ -11,6 +11,7 @@
11
11
  $warn: mat.get-color-from-palette(map.get($theme, warn));
12
12
  }
13
13
  .mat-mdc-list-item.mat-mdc-list-option.ng-jvx-option {
14
+ padding: 0;
14
15
  height: auto;
15
16
  min-height: 48px;
16
17
  .mat-list-text {