ng-jvx-multiselect 16.0.3 → 16.0.4

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",
3
+ "version": "16.0.4",
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
  ".": {
@@ -41,9 +41,9 @@
41
41
  flex: 1 1 100%;
42
42
  max-width: calc(100% - 28px);
43
43
  display: flex;
44
- align-items: center;
45
- /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
46
- /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
44
+ align-items: center;
45
+ /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
46
+ /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
47
47
  .mat-chip-list-wrapper {
48
48
  .mat-mdc-standard-chip {
49
49
  padding: 0 5px 0 7px;
@@ -160,8 +160,8 @@
160
160
  }
161
161
  }
162
162
  }
163
- }
164
- /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */
163
+ }
164
+ /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */
165
165
  .mat-select-test {
166
166
  width: 250px;
167
167
  }
@@ -242,10 +242,10 @@
242
242
 
243
243
  .mat-mdc-selection-list {
244
244
  padding-top: 0 !important;
245
- padding-bottom: 0 !important;
246
- /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version. */
247
- mat-list-option[aria-selected="true"], mat-list-option[aria-selected="false"] {
248
- mat-pseudo-checkbox {
245
+ padding-bottom: 0 !important;
246
+
247
+ mat-mdc-list-option[aria-selected="true"], mat-mdc-list-option[aria-selected="false"] {
248
+ mat-mdc-pseudo-checkbox {
249
249
  display: none
250
250
  }
251
251
  }
@@ -9,12 +9,10 @@
9
9
  $primary: mat.get-color-from-palette(map.get($theme, primary));
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
- }
13
- /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version. */
14
- mat-list-option.mat-mdc-list-item.mat-list-option.ng-jvx-option {
12
+ }
13
+ .mat-mdc-list-item.mat-list-option.ng-jvx-option {
15
14
  height: auto;
16
- min-height: 48px;
17
- /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version. */
15
+ min-height: 48px;
18
16
  .mat-list-text {
19
17
  min-height: 48px;
20
18
  display: flex;