@syncfusion/ej2-angular-dropdowns 23.1.44 → 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 +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +5 -0
- package/styles/bootstrap5-dark.css +2 -1
- package/styles/bootstrap5.css +2 -1
- package/styles/fabric-dark.css +5 -0
- package/styles/fluent-dark.css +2 -1
- package/styles/fluent.css +2 -1
- package/styles/highcontrast.css +5 -0
- package/styles/multi-select/_bootstrap-dark-definition.scss +5 -0
- package/styles/multi-select/_bootstrap5-definition.scss +2 -1
- package/styles/multi-select/_fabric-dark-definition.scss +5 -0
- package/styles/multi-select/_fluent-definition.scss +2 -1
- package/styles/multi-select/_highcontrast-definition.scss +5 -0
- package/styles/multi-select/_tailwind-definition.scss +2 -1
- package/styles/multi-select/bootstrap-dark.css +5 -0
- package/styles/multi-select/bootstrap5-dark.css +2 -1
- package/styles/multi-select/bootstrap5.css +2 -1
- package/styles/multi-select/fabric-dark.css +5 -0
- package/styles/multi-select/fluent-dark.css +2 -1
- package/styles/multi-select/fluent.css +2 -1
- package/styles/multi-select/highcontrast.css +5 -0
- package/styles/multi-select/tailwind-dark.css +2 -1
- package/styles/multi-select/tailwind.css +2 -1
- package/styles/tailwind-dark.css +2 -1
- package/styles/tailwind.css +2 -1
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-dropdowns@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-dropdowns@23.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-dropdowns@23.1.44",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-VE43ZAheh4kYUtas4wXvIrqhcLai97Kp+jIbapP5QnsqBcLvDR+cEs0jMKjUPButMyZQiwynQ5V4D3zckg117g==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-dropdowns",
|
|
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-hotfix/@syncfusion/ej2-angular-dropdowns/-/ej2-angular-dropdowns-23.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-dropdowns/-/ej2-angular-dropdowns-23.1.44.tgz",
|
|
23
|
+
"_shasum": "54d394904b03b3adb8c01428412e8c0146de82d2",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-dropdowns@*",
|
|
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.
|
|
35
|
-
"@syncfusion/ej2-base": "~23.
|
|
36
|
-
"@syncfusion/ej2-dropdowns": "23.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~23.2.4",
|
|
35
|
+
"@syncfusion/ej2-base": "~23.2.4",
|
|
36
|
+
"@syncfusion/ej2-dropdowns": "23.2.4",
|
|
37
37
|
"tslib": "^2.3.0"
|
|
38
38
|
},
|
|
39
39
|
"deprecated": false,
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"schematics": "./schematics/collection.json",
|
|
78
78
|
"sideEffects": false,
|
|
79
79
|
"typings": "syncfusion-ej2-angular-dropdowns.d.ts",
|
|
80
|
-
"version": "23.
|
|
80
|
+
"version": "23.2.4"
|
|
81
81
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-dropdowns";
|
|
2
|
-
export declare const pkgVer = "^23.1.
|
|
2
|
+
export declare const pkgVer = "^23.1.44";
|
|
3
3
|
export declare const moduleName = "DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule";
|
|
4
|
-
export declare const themeVer = "~23.1.
|
|
4
|
+
export declare const themeVer = "~23.1.44";
|
|
@@ -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 = '^23.
|
|
4
|
+
exports.pkgVer = '^23.2.4';
|
|
5
5
|
exports.moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
|
|
6
|
-
exports.themeVer = '~23.
|
|
6
|
+
exports.themeVer = '~23.2.4';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-dropdowns';
|
|
2
|
-
export const pkgVer = '^23.
|
|
2
|
+
export const pkgVer = '^23.2.4';
|
|
3
3
|
export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
|
|
4
|
-
export const themeVer = '~23.
|
|
4
|
+
export const themeVer = '~23.2.4';
|
|
@@ -1218,6 +1218,11 @@ ejs-dropdownlist {
|
|
|
1218
1218
|
width: 40px;
|
|
1219
1219
|
}
|
|
1220
1220
|
|
|
1221
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
1222
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
1223
|
+
color: #fff;
|
|
1224
|
+
}
|
|
1225
|
+
|
|
1221
1226
|
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
1222
1227
|
content: "\e969";
|
|
1223
1228
|
font-family: "e-icons";
|
|
@@ -1331,7 +1331,8 @@ ejs-dropdownlist {
|
|
|
1331
1331
|
width: 24px;
|
|
1332
1332
|
}
|
|
1333
1333
|
|
|
1334
|
-
.e-multi-select-wrapper .e-searcher input[type=text]
|
|
1334
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
1335
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
1335
1336
|
color: #fff;
|
|
1336
1337
|
height: 100%;
|
|
1337
1338
|
}
|
package/styles/bootstrap5.css
CHANGED
|
@@ -1331,7 +1331,8 @@ ejs-dropdownlist {
|
|
|
1331
1331
|
width: 24px;
|
|
1332
1332
|
}
|
|
1333
1333
|
|
|
1334
|
-
.e-multi-select-wrapper .e-searcher input[type=text]
|
|
1334
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
1335
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
1335
1336
|
color: #212529;
|
|
1336
1337
|
height: 100%;
|
|
1337
1338
|
}
|
package/styles/fabric-dark.css
CHANGED
|
@@ -1187,6 +1187,11 @@ ejs-dropdownlist {
|
|
|
1187
1187
|
margin: 2px 2px 2px 0;
|
|
1188
1188
|
}
|
|
1189
1189
|
|
|
1190
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
1191
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
1192
|
+
color: #fff;
|
|
1193
|
+
}
|
|
1194
|
+
|
|
1190
1195
|
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
1191
1196
|
content: "\e966";
|
|
1192
1197
|
font-family: "e-icons";
|
package/styles/fluent-dark.css
CHANGED
|
@@ -1331,7 +1331,8 @@ ejs-dropdownlist {
|
|
|
1331
1331
|
width: 24px;
|
|
1332
1332
|
}
|
|
1333
1333
|
|
|
1334
|
-
.e-multi-select-wrapper .e-searcher input[type=text]
|
|
1334
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
1335
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
1335
1336
|
color: #f3f2f1;
|
|
1336
1337
|
height: 100%;
|
|
1337
1338
|
}
|
package/styles/fluent.css
CHANGED
|
@@ -1331,7 +1331,8 @@ ejs-dropdownlist {
|
|
|
1331
1331
|
width: 24px;
|
|
1332
1332
|
}
|
|
1333
1333
|
|
|
1334
|
-
.e-multi-select-wrapper .e-searcher input[type=text]
|
|
1334
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
1335
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
1335
1336
|
color: #201f1e;
|
|
1336
1337
|
height: 100%;
|
|
1337
1338
|
}
|
package/styles/highcontrast.css
CHANGED
|
@@ -1285,6 +1285,11 @@ ejs-dropdownlist {
|
|
|
1285
1285
|
width: 30px;
|
|
1286
1286
|
}
|
|
1287
1287
|
|
|
1288
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
1289
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
1290
|
+
color: #fff;
|
|
1291
|
+
}
|
|
1292
|
+
|
|
1288
1293
|
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
1289
1294
|
content: "\e966";
|
|
1290
1295
|
font-family: "e-icons";
|
|
@@ -195,4 +195,9 @@ $ddl-closer-margin-top-bigger-small: -4em !default;
|
|
|
195
195
|
height: $ddl-chip-hooker-square;
|
|
196
196
|
width: $ddl-chip-hooker-square;
|
|
197
197
|
}
|
|
198
|
+
|
|
199
|
+
.e-multi-select-wrapper .e-searcher input[type = 'text'],
|
|
200
|
+
.e-multi-select-wrapper .e-multi-searcher input[type = 'text'] {
|
|
201
|
+
color: $grey-light-font;
|
|
202
|
+
}
|
|
198
203
|
}
|
|
@@ -218,7 +218,8 @@ $ddl-close-down-icon-left: 35px !default;
|
|
|
218
218
|
width: $ddl-chip-hooker-square;
|
|
219
219
|
}
|
|
220
220
|
|
|
221
|
-
.e-multi-select-wrapper .e-searcher input[type = 'text']
|
|
221
|
+
.e-multi-select-wrapper .e-searcher input[type = 'text'],
|
|
222
|
+
.e-multi-select-wrapper .e-multi-searcher input[type = 'text'] {
|
|
222
223
|
color: $content-text-color;
|
|
223
224
|
height: 100%;
|
|
224
225
|
}
|
|
@@ -184,4 +184,9 @@ $ddl-closer-margin-top-bigger-small: -3.2em !default;
|
|
|
184
184
|
.e-small .e-multi-select-wrapper .e-chips {
|
|
185
185
|
margin: 2px 2px 2px 0;
|
|
186
186
|
}
|
|
187
|
+
|
|
188
|
+
.e-multi-select-wrapper .e-searcher input[type = 'text'],
|
|
189
|
+
.e-multi-select-wrapper .e-multi-searcher input[type = 'text'] {
|
|
190
|
+
color: #fff;
|
|
191
|
+
}
|
|
187
192
|
}
|
|
@@ -229,7 +229,8 @@ $ddl-small-clear-icon-width: 12px !default;
|
|
|
229
229
|
width: $ddl-chip-hooker-square;
|
|
230
230
|
}
|
|
231
231
|
|
|
232
|
-
.e-multi-select-wrapper .e-searcher input[type = 'text']
|
|
232
|
+
.e-multi-select-wrapper .e-searcher input[type = 'text'],
|
|
233
|
+
.e-multi-select-wrapper .e-multi-searcher input[type = 'text'] {
|
|
233
234
|
color: $content-text-color;
|
|
234
235
|
height: 100%;
|
|
235
236
|
}
|
|
@@ -295,4 +295,9 @@ $ddl-closer-margin-top-bigger-small: -3.4em !default;
|
|
|
295
295
|
height: 30px;
|
|
296
296
|
width: 30px;
|
|
297
297
|
}
|
|
298
|
+
|
|
299
|
+
.e-multi-select-wrapper .e-searcher input[type = 'text'],
|
|
300
|
+
.e-multi-select-wrapper .e-multi-searcher input[type = 'text'] {
|
|
301
|
+
color: #fff;
|
|
302
|
+
}
|
|
298
303
|
}
|
|
@@ -227,7 +227,8 @@ $ddl-close-icon-hover-color: $icon-color-hover !default;
|
|
|
227
227
|
width: $ddl-chip-hooker-square;
|
|
228
228
|
}
|
|
229
229
|
|
|
230
|
-
.e-multi-select-wrapper .e-searcher input[type = 'text']
|
|
230
|
+
.e-multi-select-wrapper .e-searcher input[type = 'text'],
|
|
231
|
+
.e-multi-select-wrapper .e-multi-searcher input[type = 'text'] {
|
|
231
232
|
color: $content-text-color;
|
|
232
233
|
height: 100%;
|
|
233
234
|
}
|
|
@@ -57,6 +57,11 @@
|
|
|
57
57
|
width: 40px;
|
|
58
58
|
}
|
|
59
59
|
|
|
60
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
61
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
62
|
+
color: #fff;
|
|
63
|
+
}
|
|
64
|
+
|
|
60
65
|
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
61
66
|
content: "\e969";
|
|
62
67
|
font-family: "e-icons";
|
|
@@ -48,6 +48,11 @@
|
|
|
48
48
|
margin: 2px 2px 2px 0;
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
52
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
53
|
+
color: #fff;
|
|
54
|
+
}
|
|
55
|
+
|
|
51
56
|
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
52
57
|
content: "\e966";
|
|
53
58
|
font-family: "e-icons";
|
|
@@ -144,6 +144,11 @@
|
|
|
144
144
|
width: 30px;
|
|
145
145
|
}
|
|
146
146
|
|
|
147
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
148
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
149
|
+
color: #fff;
|
|
150
|
+
}
|
|
151
|
+
|
|
147
152
|
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
148
153
|
content: "\e966";
|
|
149
154
|
font-family: "e-icons";
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -1347,7 +1347,8 @@ ejs-dropdownlist {
|
|
|
1347
1347
|
width: 28px;
|
|
1348
1348
|
}
|
|
1349
1349
|
|
|
1350
|
-
.e-multi-select-wrapper .e-searcher input[type=text]
|
|
1350
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
1351
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
1351
1352
|
color: #fff;
|
|
1352
1353
|
height: 100%;
|
|
1353
1354
|
}
|
package/styles/tailwind.css
CHANGED
|
@@ -1347,7 +1347,8 @@ ejs-dropdownlist {
|
|
|
1347
1347
|
width: 28px;
|
|
1348
1348
|
}
|
|
1349
1349
|
|
|
1350
|
-
.e-multi-select-wrapper .e-searcher input[type=text]
|
|
1350
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
1351
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
1351
1352
|
color: #111827;
|
|
1352
1353
|
height: 100%;
|
|
1353
1354
|
}
|