@syncfusion/ej2-angular-dropdowns 20.3.50 → 20.3.56

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,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-dropdowns@*",
3
- "_id": "@syncfusion/ej2-angular-dropdowns@20.3.49",
3
+ "_id": "@syncfusion/ej2-angular-dropdowns@20.3.50",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-ouyrdvinRH1XbvOdHyIAS3dHiFJ7AGykzbeOfuuWUmyXZiDsPIyqxKM+WXEgNTs1HbL72a7nq9In0pMNQlOl+g==",
5
+ "_integrity": "sha512-xJrWlnstF0r+ZyOLJFwMHUUcTMeAfeWwTuq4uokizLD4fzgRET8Zki2AwX8NLTSEi8f4OuYCbfkZMfCkNTRbNA==",
6
6
  "_location": "/@syncfusion/ej2-angular-dropdowns",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-dropdowns/-/ej2-angular-dropdowns-20.3.49.tgz",
23
- "_shasum": "10049c31f8e4c5a5f6811ff0c63c159382380c2e",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-dropdowns/-/ej2-angular-dropdowns-20.3.50.tgz",
23
+ "_shasum": "776a21016dab73db05b118c19ce1712de01c4280",
24
24
  "_spec": "@syncfusion/ej2-angular-dropdowns@*",
25
- "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/ivypackages/included",
25
+ "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/ivypackages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~20.3.50",
35
- "@syncfusion/ej2-base": "~20.3.50",
36
- "@syncfusion/ej2-dropdowns": "20.3.50",
34
+ "@syncfusion/ej2-angular-base": "~20.3.56",
35
+ "@syncfusion/ej2-base": "~20.3.56",
36
+ "@syncfusion/ej2-dropdowns": "20.3.56",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "deprecated": false,
@@ -86,5 +86,5 @@
86
86
  "schematics": "./schematics/collection.json",
87
87
  "sideEffects": false,
88
88
  "typings": "syncfusion-ej2-angular-dropdowns.d.ts",
89
- "version": "20.3.50"
89
+ "version": "20.3.56"
90
90
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-dropdowns";
2
- export declare const pkgVer = "^20.3.49";
2
+ export declare const pkgVer = "^20.3.50";
3
3
  export declare const moduleName = "DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule";
4
- export declare const themeVer = "~20.3.49";
4
+ export declare const themeVer = "~20.3.50";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-dropdowns';
4
- exports.pkgVer = '^20.3.50';
4
+ exports.pkgVer = '^20.3.56';
5
5
  exports.moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
6
- exports.themeVer = '~20.3.50';
6
+ exports.themeVer = '~20.3.56';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-dropdowns';
2
- export const pkgVer = '^20.3.50';
2
+ export const pkgVer = '^20.3.56';
3
3
  export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
4
- export const themeVer = '~20.3.50';
4
+ export const themeVer = '~20.3.56';
@@ -988,7 +988,10 @@ ejs-dropdownlist {
988
988
  box-shadow: none;
989
989
  position: absolute;
990
990
  }
991
- .e-ddt.e-popup .e-checkbox-wrapper .e-frame {
991
+ .e-ddt.e-popup .e-active .e-checkbox-wrapper .e-frame:not(.e-check) {
992
+ background-color: #212529;
993
+ }
994
+ .e-ddt.e-popup .e-checkbox-wrapper .e-frame:not(.e-check) {
992
995
  background-color: transparent;
993
996
  }
994
997
  .e-ddt.e-popup .e-selectall-parent {
@@ -988,7 +988,10 @@ ejs-dropdownlist {
988
988
  box-shadow: none;
989
989
  position: absolute;
990
990
  }
991
- .e-ddt.e-popup .e-checkbox-wrapper .e-frame {
991
+ .e-ddt.e-popup .e-active .e-checkbox-wrapper .e-frame:not(.e-check) {
992
+ background-color: #fff;
993
+ }
994
+ .e-ddt.e-popup .e-checkbox-wrapper .e-frame:not(.e-check) {
992
995
  background-color: transparent;
993
996
  }
994
997
  .e-ddt.e-popup .e-selectall-parent {
@@ -11,7 +11,7 @@ $ddl-list-border-color: rgba($neutral-light, .25) !default;
11
11
  $ddl-list-font-family: inherit !default;
12
12
  $ddl-list-gradient-color: transparent !default;
13
13
  $mention-gradient-color: $neutral-white !default;
14
- $mention-list-box-shadow-color: 0 0 5px 0 rgba(0, 0, 0, .4) !default;
14
+ $mention-list-box-shadow-color: rgba(0, 0, 0, .4) !default;
15
15
  $mention-chip-bg-color: $neutral-lighter !default;
16
16
  $mention-chip-border-radius: 0 !default;
17
17
  $mention-chip-border: none !default;
@@ -90,7 +90,7 @@
90
90
  .e-mention.e-popup {
91
91
  background: #fff;
92
92
  border: 0;
93
- box-shadow: 0 2px 3px 1px 0 0 5px 0 rgba(0, 0, 0, 0.4);
93
+ box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.4);
94
94
  margin-top: 2px;
95
95
  position: absolute;
96
96
  }
@@ -436,8 +436,16 @@
436
436
  box-shadow: $ddt-box-shadow;
437
437
  position: absolute;
438
438
 
439
+ .e-active .e-checkbox-wrapper {
440
+ .e-frame:not(.e-check) {
441
+ @if$ddt-skin-name == 'bootstrap5' {
442
+ background-color: $ddt-readonly-input-bg-color;
443
+ }
444
+ }
445
+ }
446
+
439
447
  .e-checkbox-wrapper {
440
- .e-frame {
448
+ .e-frame:not(.e-check) {
441
449
  @if$ddt-skin-name == 'bootstrap5' {
442
450
  background-color: transparent;
443
451
  }
@@ -207,7 +207,10 @@
207
207
  box-shadow: none;
208
208
  position: absolute;
209
209
  }
210
- .e-ddt.e-popup .e-checkbox-wrapper .e-frame {
210
+ .e-ddt.e-popup .e-active .e-checkbox-wrapper .e-frame:not(.e-check) {
211
+ background-color: #212529;
212
+ }
213
+ .e-ddt.e-popup .e-checkbox-wrapper .e-frame:not(.e-check) {
211
214
  background-color: transparent;
212
215
  }
213
216
  .e-ddt.e-popup .e-selectall-parent {
@@ -207,7 +207,10 @@
207
207
  box-shadow: none;
208
208
  position: absolute;
209
209
  }
210
- .e-ddt.e-popup .e-checkbox-wrapper .e-frame {
210
+ .e-ddt.e-popup .e-active .e-checkbox-wrapper .e-frame:not(.e-check) {
211
+ background-color: #fff;
212
+ }
213
+ .e-ddt.e-popup .e-checkbox-wrapper .e-frame:not(.e-check) {
211
214
  background-color: transparent;
212
215
  }
213
216
  .e-ddt.e-popup .e-selectall-parent {
package/styles/fabric.css CHANGED
@@ -90,7 +90,7 @@
90
90
  .e-mention.e-popup {
91
91
  background: #fff;
92
92
  border: 0;
93
- box-shadow: 0 2px 3px 1px 0 0 5px 0 rgba(0, 0, 0, 0.4);
93
+ box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.4);
94
94
  margin-top: 2px;
95
95
  position: absolute;
96
96
  }