@syncfusion/ej2-angular-kanban 23.1.36 → 23.2.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,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-kanban@*",
3
- "_id": "@syncfusion/ej2-angular-kanban@21.3.0",
3
+ "_id": "@syncfusion/ej2-angular-kanban@23.1.36",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-AO2+JMgFbmyLwzhnM/SwO+t0mypVFgAz0PxVVJu+n4IKy13T9TzDJaeGExP6B/M3OySXn+1nAU1bt+Yf4N2ORA==",
5
+ "_integrity": "sha512-N9d2iplw/mOO8F2m7fz7zm1PvGLZg8sGuTpV/XkW+GQOKbdXRHB605B0UfbHT2BK2x1sLlKbnT3Khc5eEjTZ4g==",
6
6
  "_location": "/@syncfusion/ej2-angular-kanban",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-release/@syncfusion/ej2-angular-kanban/-/ej2-angular-kanban-21.3.0.tgz",
23
- "_shasum": "d4a038cb9af09edd1b5860fe199789c5d9643d78",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-kanban/-/ej2-angular-kanban-23.1.36.tgz",
23
+ "_shasum": "83ebdc188a4d2c6176ec111a8ad93c1a46e9fde1",
24
24
  "_spec": "@syncfusion/ej2-angular-kanban@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_23.1.1/ivypackages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~23.1.36",
35
- "@syncfusion/ej2-base": "~23.1.36",
36
- "@syncfusion/ej2-kanban": "23.1.36",
34
+ "@syncfusion/ej2-angular-base": "~23.2.4",
35
+ "@syncfusion/ej2-base": "~23.2.4",
36
+ "@syncfusion/ej2-kanban": "23.2.4",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "deprecated": false,
@@ -73,5 +73,5 @@
73
73
  "schematics": "./schematics/collection.json",
74
74
  "sideEffects": false,
75
75
  "typings": "syncfusion-ej2-angular-kanban.d.ts",
76
- "version": "23.1.36"
76
+ "version": "23.2.4"
77
77
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-kanban";
2
- export declare const pkgVer = "^21.3.0";
2
+ export declare const pkgVer = "^23.1.36";
3
3
  export declare const moduleName = "KanbanModule";
4
- export declare const themeVer = "~21.3.0";
4
+ export declare const themeVer = "~23.1.36";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-kanban';
4
- exports.pkgVer = '^23.1.36';
4
+ exports.pkgVer = '^23.2.4';
5
5
  exports.moduleName = 'KanbanModule';
6
- exports.themeVer = '~23.1.36';
6
+ exports.themeVer = '~23.2.4';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-kanban';
2
- export const pkgVer = '^23.1.36';
2
+ export const pkgVer = '^23.2.4';
3
3
  export const moduleName = 'KanbanModule';
4
- export const themeVer = '~23.1.36';
4
+ export const themeVer = '~23.2.4';
@@ -131,6 +131,11 @@
131
131
  width: 40px;
132
132
  }
133
133
 
134
+ .e-multi-select-wrapper .e-searcher input[type=text],
135
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
136
+ color: #fff;
137
+ }
138
+
134
139
  /* stylelint-disable-line no-empty-source */ /*! component's default definitions and variables */
135
140
  /*! component's theme wise override material-definitions and variables */
136
141
  /* stylelint-disable */
@@ -107,13 +107,24 @@
107
107
  }
108
108
 
109
109
  .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
110
- font-size: 8px;
110
+ font-size: 12px;
111
111
  }
112
112
 
113
- .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
113
+ .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
114
+ .e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
115
+ font-size: 14px;
116
+ }
117
+
118
+ .e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
119
+ .e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
114
120
  font-size: 10px;
115
121
  }
116
122
 
123
+ .e-small.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
124
+ .e-small.e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
125
+ font-size: 12px;
126
+ }
127
+
117
128
  .e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
118
129
  font-size: 14px;
119
130
  line-height: 34px;
@@ -147,6 +158,25 @@
147
158
  border-right-width: 0;
148
159
  }
149
160
 
161
+ .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
162
+ font-size: 12px;
163
+ }
164
+
165
+ .e-bigger .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
166
+ .e-bigger.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
167
+ font-size: 14px;
168
+ }
169
+
170
+ .e-small .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
171
+ .e-small.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
172
+ font-size: 10px;
173
+ }
174
+
175
+ .e-small.e-bigger .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
176
+ .e-small.e-bigger.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
177
+ font-size: 12px;
178
+ }
179
+
150
180
  .e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
151
181
  border-left-width: 0;
152
182
  border-radius: 4px 0 0 4px;
@@ -170,7 +170,8 @@
170
170
  width: 24px;
171
171
  }
172
172
 
173
- .e-multi-select-wrapper .e-searcher input[type=text] {
173
+ .e-multi-select-wrapper .e-searcher input[type=text],
174
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
174
175
  color: #fff;
175
176
  height: 100%;
176
177
  }
@@ -170,7 +170,8 @@
170
170
  width: 24px;
171
171
  }
172
172
 
173
- .e-multi-select-wrapper .e-searcher input[type=text] {
173
+ .e-multi-select-wrapper .e-searcher input[type=text],
174
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
174
175
  color: #212529;
175
176
  height: 100%;
176
177
  }
@@ -98,6 +98,11 @@
98
98
  margin: 2px 2px 2px 0;
99
99
  }
100
100
 
101
+ .e-multi-select-wrapper .e-searcher input[type=text],
102
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
103
+ color: #fff;
104
+ }
105
+
101
106
  /* stylelint-disable-line no-empty-source */ /*! component's default definitions and variables */
102
107
  /*! component's theme wise override material-definitions and variables */
103
108
  /* stylelint-disable */
@@ -150,7 +150,8 @@
150
150
  width: 24px;
151
151
  }
152
152
 
153
- .e-multi-select-wrapper .e-searcher input[type=text] {
153
+ .e-multi-select-wrapper .e-searcher input[type=text],
154
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
154
155
  color: #f3f2f1;
155
156
  height: 100%;
156
157
  }
package/styles/fluent.css CHANGED
@@ -150,7 +150,8 @@
150
150
  width: 24px;
151
151
  }
152
152
 
153
- .e-multi-select-wrapper .e-searcher input[type=text] {
153
+ .e-multi-select-wrapper .e-searcher input[type=text],
154
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
154
155
  color: #201f1e;
155
156
  height: 100%;
156
157
  }
@@ -177,6 +177,11 @@
177
177
  width: 30px;
178
178
  }
179
179
 
180
+ .e-multi-select-wrapper .e-searcher input[type=text],
181
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
182
+ color: #fff;
183
+ }
184
+
180
185
  /* stylelint-disable-line no-empty-source */ /*! component's theme wise override material-definitions and variables */ /*! TreeView's high contrast theme wise override definitions and variables */
181
186
  /* stylelint-disable */
182
187
  /* stylelint-disable property-no-vendor-prefix */
@@ -131,6 +131,11 @@
131
131
  width: 40px;
132
132
  }
133
133
 
134
+ .e-multi-select-wrapper .e-searcher input[type=text],
135
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
136
+ color: #fff;
137
+ }
138
+
134
139
  /* stylelint-disable-line no-empty-source */ /*! component's default definitions and variables */
135
140
  /*! component's theme wise override material-definitions and variables */
136
141
  /* stylelint-disable */
@@ -107,13 +107,24 @@
107
107
  }
108
108
 
109
109
  .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
110
- font-size: 8px;
110
+ font-size: 12px;
111
111
  }
112
112
 
113
- .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
113
+ .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
114
+ .e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
115
+ font-size: 14px;
116
+ }
117
+
118
+ .e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
119
+ .e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
114
120
  font-size: 10px;
115
121
  }
116
122
 
123
+ .e-small.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
124
+ .e-small.e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
125
+ font-size: 12px;
126
+ }
127
+
117
128
  .e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
118
129
  font-size: 14px;
119
130
  line-height: 34px;
@@ -147,6 +158,25 @@
147
158
  border-right-width: 0;
148
159
  }
149
160
 
161
+ .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
162
+ font-size: 12px;
163
+ }
164
+
165
+ .e-bigger .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
166
+ .e-bigger.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
167
+ font-size: 14px;
168
+ }
169
+
170
+ .e-small .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
171
+ .e-small.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
172
+ font-size: 10px;
173
+ }
174
+
175
+ .e-small.e-bigger .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
176
+ .e-small.e-bigger.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
177
+ font-size: 12px;
178
+ }
179
+
150
180
  .e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
151
181
  border-left-width: 0;
152
182
  border-radius: 4px 0 0 4px;
@@ -170,7 +170,8 @@
170
170
  width: 24px;
171
171
  }
172
172
 
173
- .e-multi-select-wrapper .e-searcher input[type=text] {
173
+ .e-multi-select-wrapper .e-searcher input[type=text],
174
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
174
175
  color: #fff;
175
176
  height: 100%;
176
177
  }
@@ -170,7 +170,8 @@
170
170
  width: 24px;
171
171
  }
172
172
 
173
- .e-multi-select-wrapper .e-searcher input[type=text] {
173
+ .e-multi-select-wrapper .e-searcher input[type=text],
174
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
174
175
  color: #212529;
175
176
  height: 100%;
176
177
  }
@@ -98,6 +98,11 @@
98
98
  margin: 2px 2px 2px 0;
99
99
  }
100
100
 
101
+ .e-multi-select-wrapper .e-searcher input[type=text],
102
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
103
+ color: #fff;
104
+ }
105
+
101
106
  /* stylelint-disable-line no-empty-source */ /*! component's default definitions and variables */
102
107
  /*! component's theme wise override material-definitions and variables */
103
108
  /* stylelint-disable */
@@ -150,7 +150,8 @@
150
150
  width: 24px;
151
151
  }
152
152
 
153
- .e-multi-select-wrapper .e-searcher input[type=text] {
153
+ .e-multi-select-wrapper .e-searcher input[type=text],
154
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
154
155
  color: #f3f2f1;
155
156
  height: 100%;
156
157
  }
@@ -150,7 +150,8 @@
150
150
  width: 24px;
151
151
  }
152
152
 
153
- .e-multi-select-wrapper .e-searcher input[type=text] {
153
+ .e-multi-select-wrapper .e-searcher input[type=text],
154
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
154
155
  color: #201f1e;
155
156
  height: 100%;
156
157
  }
@@ -177,6 +177,11 @@
177
177
  width: 30px;
178
178
  }
179
179
 
180
+ .e-multi-select-wrapper .e-searcher input[type=text],
181
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
182
+ color: #fff;
183
+ }
184
+
180
185
  /* stylelint-disable-line no-empty-source */ /*! component's theme wise override material-definitions and variables */ /*! TreeView's high contrast theme wise override definitions and variables */
181
186
  /* stylelint-disable */
182
187
  /* stylelint-disable property-no-vendor-prefix */
@@ -118,7 +118,8 @@
118
118
  width: 28px;
119
119
  }
120
120
 
121
- .e-multi-select-wrapper .e-searcher input[type=text] {
121
+ .e-multi-select-wrapper .e-searcher input[type=text],
122
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
122
123
  color: #fff;
123
124
  height: 100%;
124
125
  }
@@ -118,7 +118,8 @@
118
118
  width: 28px;
119
119
  }
120
120
 
121
- .e-multi-select-wrapper .e-searcher input[type=text] {
121
+ .e-multi-select-wrapper .e-searcher input[type=text],
122
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
122
123
  color: #111827;
123
124
  height: 100%;
124
125
  }
@@ -118,7 +118,8 @@
118
118
  width: 28px;
119
119
  }
120
120
 
121
- .e-multi-select-wrapper .e-searcher input[type=text] {
121
+ .e-multi-select-wrapper .e-searcher input[type=text],
122
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
122
123
  color: #fff;
123
124
  height: 100%;
124
125
  }
@@ -118,7 +118,8 @@
118
118
  width: 28px;
119
119
  }
120
120
 
121
- .e-multi-select-wrapper .e-searcher input[type=text] {
121
+ .e-multi-select-wrapper .e-searcher input[type=text],
122
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
122
123
  color: #111827;
123
124
  height: 100%;
124
125
  }