@syncfusion/ej2-angular-dropdowns 20.4.38 → 20.4.40
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/esm2020/src/drop-down-tree/dropdowntree.component.mjs +3 -3
- package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs +2 -2
- package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs +2 -2
- package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs.map +1 -1
- package/package.json +8 -17
- 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/src/drop-down-tree/dropdowntree.component.d.ts +1 -1
- package/styles/bootstrap-dark.css +12 -0
- package/styles/bootstrap.css +12 -0
- package/styles/bootstrap4.css +24 -11
- package/styles/bootstrap5-dark.css +16 -1
- package/styles/bootstrap5.css +16 -1
- package/styles/drop-down-base/_bootstrap-dark-definition.scss +1 -0
- package/styles/drop-down-base/_bootstrap-definition.scss +1 -0
- package/styles/drop-down-base/_bootstrap4-definition.scss +1 -0
- package/styles/drop-down-base/_bootstrap5-definition.scss +1 -0
- package/styles/drop-down-base/_fabric-dark-definition.scss +1 -0
- package/styles/drop-down-base/_fabric-definition.scss +2 -1
- package/styles/drop-down-base/_fluent-definition.scss +1 -0
- package/styles/drop-down-base/_fusionnew-definition.scss +1 -0
- package/styles/drop-down-base/_highcontrast-definition.scss +1 -0
- package/styles/drop-down-base/_highcontrast-light-definition.scss +1 -0
- package/styles/drop-down-base/_layout.scss +1 -1
- package/styles/drop-down-base/_material-dark-definition.scss +1 -0
- package/styles/drop-down-base/_material-definition.scss +1 -0
- package/styles/drop-down-base/_material3-definition.scss +1 -0
- package/styles/drop-down-base/_tailwind-definition.scss +1 -0
- package/styles/drop-down-base/fabric.css +1 -1
- package/styles/drop-down-base/material-dark.css +1 -1
- package/styles/drop-down-tree/_layout.scss +9 -1
- package/styles/drop-down-tree/bootstrap5-dark.css +4 -1
- package/styles/drop-down-tree/bootstrap5.css +4 -1
- package/styles/fabric-dark.css +20 -8
- package/styles/fabric.css +21 -9
- package/styles/fluent-dark.css +13 -1
- package/styles/fluent.css +13 -1
- package/styles/highcontrast-light.css +12 -0
- package/styles/highcontrast.css +21 -9
- package/styles/material-dark.css +13 -1
- package/styles/material.css +12 -0
- package/styles/multi-select/_bootstrap-dark-definition.scss +6 -0
- package/styles/multi-select/_bootstrap-definition.scss +6 -0
- package/styles/multi-select/_bootstrap4-definition.scss +14 -7
- package/styles/multi-select/_bootstrap5-definition.scss +7 -0
- package/styles/multi-select/_fabric-dark-definition.scss +10 -4
- package/styles/multi-select/_fabric-definition.scss +10 -4
- package/styles/multi-select/_fluent-definition.scss +8 -1
- package/styles/multi-select/_fusionnew-definition.scss +7 -0
- package/styles/multi-select/_highcontrast-definition.scss +11 -5
- package/styles/multi-select/_highcontrast-light-definition.scss +6 -0
- package/styles/multi-select/_layout.scss +16 -5
- package/styles/multi-select/_material-dark-definition.scss +6 -0
- package/styles/multi-select/_material-definition.scss +6 -0
- package/styles/multi-select/_material3-definition.scss +7 -0
- package/styles/multi-select/_tailwind-definition.scss +7 -0
- package/styles/multi-select/_theme.scss +4 -0
- package/styles/multi-select/bootstrap-dark.css +12 -0
- package/styles/multi-select/bootstrap.css +12 -0
- package/styles/multi-select/bootstrap4.css +24 -11
- package/styles/multi-select/bootstrap5-dark.css +12 -0
- package/styles/multi-select/bootstrap5.css +12 -0
- package/styles/multi-select/fabric-dark.css +20 -8
- package/styles/multi-select/fabric.css +20 -8
- package/styles/multi-select/fluent-dark.css +13 -1
- package/styles/multi-select/fluent.css +13 -1
- package/styles/multi-select/highcontrast-light.css +12 -0
- package/styles/multi-select/highcontrast.css +21 -9
- package/styles/multi-select/material-dark.css +12 -0
- package/styles/multi-select/material.css +12 -0
- package/styles/multi-select/tailwind-dark.css +12 -0
- package/styles/multi-select/tailwind.css +12 -0
- package/styles/tailwind-dark.css +12 -0
- package/styles/tailwind.css +12 -0
|
@@ -1479,6 +1479,10 @@ ejs-dropdownlist {
|
|
|
1479
1479
|
width: 30px;
|
|
1480
1480
|
}
|
|
1481
1481
|
|
|
1482
|
+
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
1483
|
+
margin: 0 0 0;
|
|
1484
|
+
}
|
|
1485
|
+
|
|
1482
1486
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
1483
1487
|
margin: 1px 0 0;
|
|
1484
1488
|
}
|
|
@@ -2180,6 +2184,10 @@ ejs-multiselect {
|
|
|
2180
2184
|
display: none;
|
|
2181
2185
|
}
|
|
2182
2186
|
|
|
2187
|
+
.e-multiselect.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
2188
|
+
margin-right: 0;
|
|
2189
|
+
}
|
|
2190
|
+
|
|
2183
2191
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2184
2192
|
color: #f0f0f0;
|
|
2185
2193
|
}
|
|
@@ -2374,6 +2382,10 @@ ejs-multiselect {
|
|
|
2374
2382
|
left: 8px;
|
|
2375
2383
|
}
|
|
2376
2384
|
|
|
2385
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
2386
|
+
left: 8px;
|
|
2387
|
+
}
|
|
2388
|
+
|
|
2377
2389
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips {
|
|
2378
2390
|
height: 28px;
|
|
2379
2391
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -1478,6 +1478,10 @@ ejs-dropdownlist {
|
|
|
1478
1478
|
width: 30px;
|
|
1479
1479
|
}
|
|
1480
1480
|
|
|
1481
|
+
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
1482
|
+
margin: 0 0 0;
|
|
1483
|
+
}
|
|
1484
|
+
|
|
1481
1485
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
1482
1486
|
margin: 1px 0 0;
|
|
1483
1487
|
}
|
|
@@ -2179,6 +2183,10 @@ ejs-multiselect {
|
|
|
2179
2183
|
display: none;
|
|
2180
2184
|
}
|
|
2181
2185
|
|
|
2186
|
+
.e-multiselect.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
2187
|
+
margin-right: 0;
|
|
2188
|
+
}
|
|
2189
|
+
|
|
2182
2190
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2183
2191
|
color: #333;
|
|
2184
2192
|
}
|
|
@@ -2373,6 +2381,10 @@ ejs-multiselect {
|
|
|
2373
2381
|
left: 8px;
|
|
2374
2382
|
}
|
|
2375
2383
|
|
|
2384
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
2385
|
+
left: 8px;
|
|
2386
|
+
}
|
|
2387
|
+
|
|
2376
2388
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips {
|
|
2377
2389
|
height: 28px;
|
|
2378
2390
|
}
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1289,7 +1289,7 @@ ejs-dropdownlist {
|
|
|
1289
1289
|
|
|
1290
1290
|
.e-bigger .e-multi-select-wrapper .e-chips-close {
|
|
1291
1291
|
height: 30px;
|
|
1292
|
-
width:
|
|
1292
|
+
width: auto;
|
|
1293
1293
|
}
|
|
1294
1294
|
|
|
1295
1295
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus.e-hover {
|
|
@@ -1352,7 +1352,7 @@ ejs-dropdownlist {
|
|
|
1352
1352
|
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1353
1353
|
content: "\e745";
|
|
1354
1354
|
cursor: pointer;
|
|
1355
|
-
left:
|
|
1355
|
+
left: 0;
|
|
1356
1356
|
position: relative;
|
|
1357
1357
|
top: 8px;
|
|
1358
1358
|
}
|
|
@@ -1361,7 +1361,7 @@ ejs-dropdownlist {
|
|
|
1361
1361
|
content: "\e745";
|
|
1362
1362
|
cursor: pointer;
|
|
1363
1363
|
height: 10px;
|
|
1364
|
-
left:
|
|
1364
|
+
left: 0;
|
|
1365
1365
|
position: relative;
|
|
1366
1366
|
top: 10px;
|
|
1367
1367
|
}
|
|
@@ -1617,8 +1617,12 @@ ejs-dropdownlist {
|
|
|
1617
1617
|
float: right;
|
|
1618
1618
|
font-family: "e-icons";
|
|
1619
1619
|
height: 24px;
|
|
1620
|
-
margin:
|
|
1621
|
-
width:
|
|
1620
|
+
margin: 10px 10px 10px 0;
|
|
1621
|
+
width: auto;
|
|
1622
|
+
}
|
|
1623
|
+
|
|
1624
|
+
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
1625
|
+
margin: 8px 0 8px 20px;
|
|
1622
1626
|
}
|
|
1623
1627
|
|
|
1624
1628
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
@@ -1633,7 +1637,7 @@ ejs-dropdownlist {
|
|
|
1633
1637
|
position: absolute;
|
|
1634
1638
|
right: 0;
|
|
1635
1639
|
top: 100%;
|
|
1636
|
-
width:
|
|
1640
|
+
width: auto;
|
|
1637
1641
|
}
|
|
1638
1642
|
|
|
1639
1643
|
.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
@@ -2050,7 +2054,7 @@ ejs-multiselect {
|
|
|
2050
2054
|
|
|
2051
2055
|
.e-small .e-multi-select-wrapper .e-chips-close {
|
|
2052
2056
|
height: 18px;
|
|
2053
|
-
width:
|
|
2057
|
+
width: auto;
|
|
2054
2058
|
}
|
|
2055
2059
|
|
|
2056
2060
|
.e-small .e-multi-select-wrapper {
|
|
@@ -2083,7 +2087,8 @@ ejs-multiselect {
|
|
|
2083
2087
|
|
|
2084
2088
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
2085
2089
|
height: 24px;
|
|
2086
|
-
width:
|
|
2090
|
+
width: auto;
|
|
2091
|
+
margin: 3px 10px 10px 0;
|
|
2087
2092
|
}
|
|
2088
2093
|
|
|
2089
2094
|
.e-bigger.e-small .e-multi-select-wrapper {
|
|
@@ -2102,7 +2107,7 @@ ejs-multiselect {
|
|
|
2102
2107
|
|
|
2103
2108
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2104
2109
|
.e-bigger.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2105
|
-
margin-top: -2.
|
|
2110
|
+
margin-top: -2.5em;
|
|
2106
2111
|
right: 0;
|
|
2107
2112
|
}
|
|
2108
2113
|
|
|
@@ -2341,6 +2346,10 @@ ejs-multiselect {
|
|
|
2341
2346
|
display: none;
|
|
2342
2347
|
}
|
|
2343
2348
|
|
|
2349
|
+
.e-multiselect.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
2350
|
+
margin-right: 0;
|
|
2351
|
+
}
|
|
2352
|
+
|
|
2344
2353
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2345
2354
|
color: #fff;
|
|
2346
2355
|
}
|
|
@@ -2546,7 +2555,7 @@ ejs-multiselect {
|
|
|
2546
2555
|
}
|
|
2547
2556
|
|
|
2548
2557
|
.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
2549
|
-
left:
|
|
2558
|
+
left: 0;
|
|
2550
2559
|
top: 5px;
|
|
2551
2560
|
font-size: 8px;
|
|
2552
2561
|
}
|
|
@@ -2555,6 +2564,10 @@ ejs-multiselect {
|
|
|
2555
2564
|
left: 4px;
|
|
2556
2565
|
}
|
|
2557
2566
|
|
|
2567
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
2568
|
+
left: 4px;
|
|
2569
|
+
}
|
|
2570
|
+
|
|
2558
2571
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips {
|
|
2559
2572
|
height: 30px;
|
|
2560
2573
|
}
|
|
@@ -2564,7 +2577,7 @@ ejs-multiselect {
|
|
|
2564
2577
|
}
|
|
2565
2578
|
|
|
2566
2579
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
2567
|
-
left:
|
|
2580
|
+
left: 0;
|
|
2568
2581
|
top: 11px;
|
|
2569
2582
|
font-size: 10px;
|
|
2570
2583
|
}
|
|
@@ -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):not(.e-stop) {
|
|
992
|
+
background-color: #212529;
|
|
993
|
+
}
|
|
994
|
+
.e-ddt.e-popup .e-checkbox-wrapper .e-frame:not(.e-check):not(.e-stop) {
|
|
992
995
|
background-color: transparent;
|
|
993
996
|
}
|
|
994
997
|
.e-ddt.e-popup .e-selectall-parent {
|
|
@@ -1605,6 +1608,10 @@ ejs-dropdownlist {
|
|
|
1605
1608
|
width: 14px;
|
|
1606
1609
|
}
|
|
1607
1610
|
|
|
1611
|
+
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
1612
|
+
margin: 0 0 0;
|
|
1613
|
+
}
|
|
1614
|
+
|
|
1608
1615
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
1609
1616
|
margin: 3px 0 0;
|
|
1610
1617
|
}
|
|
@@ -2344,6 +2351,10 @@ ejs-multiselect {
|
|
|
2344
2351
|
display: none;
|
|
2345
2352
|
}
|
|
2346
2353
|
|
|
2354
|
+
.e-multiselect.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
2355
|
+
margin-right: 0;
|
|
2356
|
+
}
|
|
2357
|
+
|
|
2347
2358
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2348
2359
|
color: #fff;
|
|
2349
2360
|
}
|
|
@@ -2539,6 +2550,10 @@ ejs-multiselect {
|
|
|
2539
2550
|
left: 0;
|
|
2540
2551
|
}
|
|
2541
2552
|
|
|
2553
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
2554
|
+
left: 0;
|
|
2555
|
+
}
|
|
2556
|
+
|
|
2542
2557
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips {
|
|
2543
2558
|
height: 26px;
|
|
2544
2559
|
}
|
package/styles/bootstrap5.css
CHANGED
|
@@ -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):not(.e-stop) {
|
|
992
|
+
background-color: #fff;
|
|
993
|
+
}
|
|
994
|
+
.e-ddt.e-popup .e-checkbox-wrapper .e-frame:not(.e-check):not(.e-stop) {
|
|
992
995
|
background-color: transparent;
|
|
993
996
|
}
|
|
994
997
|
.e-ddt.e-popup .e-selectall-parent {
|
|
@@ -1605,6 +1608,10 @@ ejs-dropdownlist {
|
|
|
1605
1608
|
width: 14px;
|
|
1606
1609
|
}
|
|
1607
1610
|
|
|
1611
|
+
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
1612
|
+
margin: 0 0 0;
|
|
1613
|
+
}
|
|
1614
|
+
|
|
1608
1615
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
1609
1616
|
margin: 3px 0 0;
|
|
1610
1617
|
}
|
|
@@ -2344,6 +2351,10 @@ ejs-multiselect {
|
|
|
2344
2351
|
display: none;
|
|
2345
2352
|
}
|
|
2346
2353
|
|
|
2354
|
+
.e-multiselect.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
2355
|
+
margin-right: 0;
|
|
2356
|
+
}
|
|
2357
|
+
|
|
2347
2358
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2348
2359
|
color: #212529;
|
|
2349
2360
|
}
|
|
@@ -2539,6 +2550,10 @@ ejs-multiselect {
|
|
|
2539
2550
|
left: 0;
|
|
2540
2551
|
}
|
|
2541
2552
|
|
|
2553
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
2554
|
+
left: 0;
|
|
2555
|
+
}
|
|
2556
|
+
|
|
2542
2557
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips {
|
|
2543
2558
|
height: 26px;
|
|
2544
2559
|
}
|
|
@@ -20,6 +20,7 @@ $ddl-list-tap-color: transparent !default;
|
|
|
20
20
|
$ddl-list-header-border-color: 1px $grey-base !default;
|
|
21
21
|
$ddl-list-default-font-color: $grey-dark-font !default;
|
|
22
22
|
$ddl-list-active-border-color: $grey-white !default;
|
|
23
|
+
$mention-popup-bg-color: $grey-white !default;
|
|
23
24
|
$ddl-list-active-font-color: $brand-primary-font !default;
|
|
24
25
|
$mention-active-font-color: $brand-primary !default;
|
|
25
26
|
$ddl-list-active-bg-color: $brand-primary !default;
|
|
@@ -19,6 +19,7 @@ $ddl-list-tap-color: transparent !default;
|
|
|
19
19
|
$ddl-list-header-border-color: 1px $grey-base !default;
|
|
20
20
|
$ddl-list-default-font-color: $grey-light-font !default;
|
|
21
21
|
$ddl-list-active-border-color: $grey-white !default;
|
|
22
|
+
$mention-popup-bg-color: $grey-white !default;
|
|
22
23
|
$ddl-list-active-font-color: $brand-primary-font !default;
|
|
23
24
|
$mention-active-font-color: $brand-primary !default;
|
|
24
25
|
$ddl-list-active-bg-color: $brand-primary !default;
|
|
@@ -16,6 +16,7 @@ $ddl-list-header-bg-color: $white !default;
|
|
|
16
16
|
$ddl-list-tap-color: transparent !default;
|
|
17
17
|
$ddl-list-default-font-color: $gray-900 !default;
|
|
18
18
|
$ddl-list-active-border-color: $white !default;
|
|
19
|
+
$mention-popup-bg-color: $white !default;
|
|
19
20
|
$ddl-list-active-font-color: $primary-font !default;
|
|
20
21
|
$mention-active-font-color: $primary !default;
|
|
21
22
|
$ddl-list-active-bg-color: $primary !default;
|
|
@@ -56,6 +56,7 @@ $ddl-list-header-border-color: $border-light !default;
|
|
|
56
56
|
$ddl-nodata-font-color: $content-text-color !default;
|
|
57
57
|
$ddl-list-default-font-color: $content-text-color !default;
|
|
58
58
|
$ddl-list-active-border-color: $content-bg-color !default;
|
|
59
|
+
$mention-popup-bg-color: $content-bg-color !default;
|
|
59
60
|
$ddl-list-active-font-color: $content-text-color-selected !default;
|
|
60
61
|
$mention-active-font-color: $primary !default;
|
|
61
62
|
$ddl-list-active-bg-color: $content-bg-color-selected !default;
|
|
@@ -22,6 +22,7 @@ $ddl-list-tap-color: transparent !default;
|
|
|
22
22
|
$ddl-list-header-border-color: 1px $neutral-light !default;
|
|
23
23
|
$ddl-list-default-font-color: $neutral-light-font !default;
|
|
24
24
|
$ddl-list-active-border-color: $neutral-quintenary !default;
|
|
25
|
+
$mention-popup-bg-color: $neutral-quintenary !default;
|
|
25
26
|
$ddl-list-active-font-color: $neutral-light-font !default;
|
|
26
27
|
$mention-active-font-color: $theme-primary !default;
|
|
27
28
|
$ddl-list-active-bg-color: $neutral-quintenary !default;
|
|
@@ -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:
|
|
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;
|
|
@@ -21,6 +21,7 @@ $ddl-list-tap-color: transparent !default;
|
|
|
21
21
|
$ddl-list-header-border-color: 1px $neutral-light !default;
|
|
22
22
|
$ddl-list-default-font-color: rgba($neutral-light-font, .87) !default;
|
|
23
23
|
$ddl-list-active-border-color: $neutral-white !default;
|
|
24
|
+
$mention-popup-bg-color: $neutral-white !default;
|
|
24
25
|
$ddl-list-active-font-color: $neutral-light-font !default;
|
|
25
26
|
$mention-active-font-color: $theme-primary !default;
|
|
26
27
|
$ddl-list-active-bg-color: $theme-lighter !default;
|
|
@@ -58,6 +58,7 @@ $ddl-list-header-border-color: $border-light !default;
|
|
|
58
58
|
$ddl-nodata-font-color: $flyout-text-color !default;
|
|
59
59
|
$ddl-list-default-font-color: $flyout-text-color !default;
|
|
60
60
|
$ddl-list-active-border-color: $flyout-bg-color !default;
|
|
61
|
+
$mention-popup-bg-color: $flyout-bg-color !default;
|
|
61
62
|
$ddl-list-active-font-color: $content-text-color !default;
|
|
62
63
|
$mention-active-font-color: $primary !default;
|
|
63
64
|
$ddl-list-active-bg-color: $flyout-bg-color-selected !default;
|
|
@@ -56,6 +56,7 @@ $ddl-list-header-border-color: $border-light !default;
|
|
|
56
56
|
$ddl-nodata-font-color: $content-text-color !default;
|
|
57
57
|
$ddl-list-default-font-color: $content-text-color !default;
|
|
58
58
|
$ddl-list-active-border-color: $content-bg-color !default;
|
|
59
|
+
$mention-popup-bg-color: $content-bg-color !default;
|
|
59
60
|
$ddl-list-active-font-color: $content-text-color-selected !default;
|
|
60
61
|
$mention-active-font-color: $primary !default;
|
|
61
62
|
$ddl-list-active-bg-color: $content-bg-color-selected !default;
|
|
@@ -20,6 +20,7 @@ $ddl-list-tap-color: transparent !default;
|
|
|
20
20
|
$ddl-list-header-border-color: 1px $border-default !default;
|
|
21
21
|
$ddl-list-default-font-color: $content-font !default;
|
|
22
22
|
$ddl-list-active-border-color: $selection-border !default;
|
|
23
|
+
$mention-popup-bg-color: $selection-border !default;
|
|
23
24
|
$ddl-list-active-font-color: $selection-font !default;
|
|
24
25
|
$mention-active-font-color: $selection-bg !default;
|
|
25
26
|
$ddl-list-active-bg-color: $selection-bg !default;
|
|
@@ -21,6 +21,7 @@ $ddl-list-tap-color: transparent !default;
|
|
|
21
21
|
$ddl-list-header-border-color: 1px $border-default !default;
|
|
22
22
|
$ddl-list-default-font-color: $content-font !default;
|
|
23
23
|
$ddl-list-active-border-color: $selection-border !default;
|
|
24
|
+
$mention-popup-bg-color: $selection-border !default;
|
|
24
25
|
$ddl-list-active-font-color: $selection-font !default;
|
|
25
26
|
$mention-active-font-color: $selection-bg !default;
|
|
26
27
|
$ddl-list-active-bg-color: $selection-bg !default;
|
|
@@ -20,6 +20,7 @@ $ddl-list-header-border-color: $grey-700 !default;
|
|
|
20
20
|
$ddl-nodata-font-color: rgba($grey-dark-font, .7) !default;
|
|
21
21
|
$ddl-list-default-font-color: $grey-dark-font !default;
|
|
22
22
|
$ddl-list-active-border-color: rgba($grey-white, .18) !default;
|
|
23
|
+
$mention-popup-bg-color: rgba($grey-light-font, .9) !default;
|
|
23
24
|
$ddl-list-active-font-color: $accent !default;
|
|
24
25
|
$mention-active-font-color: $accent !default;
|
|
25
26
|
$ddl-list-active-bg-color: rgba($grey-white, .05) !default;
|
|
@@ -20,6 +20,7 @@ $ddl-list-header-border-color: $grey-black !default;
|
|
|
20
20
|
$ddl-nodata-font-color: $grey-black !default;
|
|
21
21
|
$ddl-list-default-font-color: rgba($grey-light-font, .87) !default;
|
|
22
22
|
$ddl-list-active-border-color: $grey-white !default;
|
|
23
|
+
$mention-popup-bg-color: $grey-white !default;
|
|
23
24
|
$ddl-list-active-font-color: $accent !default;
|
|
24
25
|
$mention-active-font-color: $accent !default;
|
|
25
26
|
$ddl-list-active-bg-color: $grey-200 !default;
|
|
@@ -56,6 +56,7 @@ $ddl-list-header-border-color: $border-light !default;
|
|
|
56
56
|
$ddl-nodata-font-color: $content-text-color !default;
|
|
57
57
|
$ddl-list-default-font-color: $content-text-color !default;
|
|
58
58
|
$ddl-list-active-border-color: $content-bg-color !default;
|
|
59
|
+
$mention-popup-bg-color: $content-bg-color !default;
|
|
59
60
|
$ddl-list-active-font-color: $content-text-color-selected !default;
|
|
60
61
|
$mention-active-font-color: $primary !default;
|
|
61
62
|
$ddl-list-active-bg-color: $content-bg-color-selected !default;
|
|
@@ -58,6 +58,7 @@ $ddl-list-header-border-color: $border-light !default;
|
|
|
58
58
|
$ddl-nodata-font-color: $content-text-color !default;
|
|
59
59
|
$ddl-list-default-font-color: $content-text-color !default;
|
|
60
60
|
$ddl-list-active-border-color: $content-bg-color !default;
|
|
61
|
+
$mention-popup-bg-color: $content-bg-color !default;
|
|
61
62
|
$ddl-list-active-font-color: $content-text-color-selected !default;
|
|
62
63
|
$mention-active-font-color: $primary !default;
|
|
63
64
|
$ddl-list-active-bg-color: $content-bg-color-selected !default;
|
|
@@ -435,9 +435,17 @@
|
|
|
435
435
|
}
|
|
436
436
|
box-shadow: $ddt-box-shadow;
|
|
437
437
|
position: absolute;
|
|
438
|
+
|
|
439
|
+
.e-active .e-checkbox-wrapper {
|
|
440
|
+
.e-frame:not(.e-check):not(.e-stop) {
|
|
441
|
+
@if$ddt-skin-name == 'bootstrap5' {
|
|
442
|
+
background-color: $ddt-readonly-input-bg-color;
|
|
443
|
+
}
|
|
444
|
+
}
|
|
445
|
+
}
|
|
438
446
|
|
|
439
447
|
.e-checkbox-wrapper {
|
|
440
|
-
.e-frame {
|
|
448
|
+
.e-frame:not(.e-check):not(.e-stop) {
|
|
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):not(.e-stop) {
|
|
211
|
+
background-color: #212529;
|
|
212
|
+
}
|
|
213
|
+
.e-ddt.e-popup .e-checkbox-wrapper .e-frame:not(.e-check):not(.e-stop) {
|
|
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):not(.e-stop) {
|
|
211
|
+
background-color: #fff;
|
|
212
|
+
}
|
|
213
|
+
.e-ddt.e-popup .e-checkbox-wrapper .e-frame:not(.e-check):not(.e-stop) {
|
|
211
214
|
background-color: transparent;
|
|
212
215
|
}
|
|
213
216
|
.e-ddt.e-popup .e-selectall-parent {
|
package/styles/fabric-dark.css
CHANGED
|
@@ -1191,7 +1191,7 @@ ejs-dropdownlist {
|
|
|
1191
1191
|
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1192
1192
|
content: "\e7a7";
|
|
1193
1193
|
cursor: pointer;
|
|
1194
|
-
left:
|
|
1194
|
+
left: 0;
|
|
1195
1195
|
position: relative;
|
|
1196
1196
|
top: 8px;
|
|
1197
1197
|
}
|
|
@@ -1199,7 +1199,7 @@ ejs-dropdownlist {
|
|
|
1199
1199
|
.e-multi-select-wrapper .e-close-hooker::before {
|
|
1200
1200
|
content: "\e7a7";
|
|
1201
1201
|
cursor: pointer;
|
|
1202
|
-
left:
|
|
1202
|
+
left: 0;
|
|
1203
1203
|
position: relative;
|
|
1204
1204
|
top: 10px;
|
|
1205
1205
|
}
|
|
@@ -1446,8 +1446,12 @@ ejs-dropdownlist {
|
|
|
1446
1446
|
float: right;
|
|
1447
1447
|
font-family: "e-icons";
|
|
1448
1448
|
height: 26px;
|
|
1449
|
-
margin:
|
|
1450
|
-
width:
|
|
1449
|
+
margin: 8px 8px 8px 8px;
|
|
1450
|
+
width: auto;
|
|
1451
|
+
}
|
|
1452
|
+
|
|
1453
|
+
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
1454
|
+
margin: 8px 0 8px 20px;
|
|
1451
1455
|
}
|
|
1452
1456
|
|
|
1453
1457
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
@@ -1462,7 +1466,7 @@ ejs-dropdownlist {
|
|
|
1462
1466
|
position: absolute;
|
|
1463
1467
|
right: 0;
|
|
1464
1468
|
top: 100%;
|
|
1465
|
-
width:
|
|
1469
|
+
width: auto;
|
|
1466
1470
|
}
|
|
1467
1471
|
|
|
1468
1472
|
.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
@@ -1876,7 +1880,7 @@ ejs-multiselect {
|
|
|
1876
1880
|
|
|
1877
1881
|
.e-small .e-multi-select-wrapper .e-chips-close {
|
|
1878
1882
|
height: 22px;
|
|
1879
|
-
width:
|
|
1883
|
+
width: auto;
|
|
1880
1884
|
}
|
|
1881
1885
|
|
|
1882
1886
|
.e-small .e-multi-select-wrapper {
|
|
@@ -1895,7 +1899,7 @@ ejs-multiselect {
|
|
|
1895
1899
|
|
|
1896
1900
|
.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1897
1901
|
.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1898
|
-
margin-top: -
|
|
1902
|
+
margin-top: -3em;
|
|
1899
1903
|
}
|
|
1900
1904
|
|
|
1901
1905
|
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
@@ -1905,7 +1909,7 @@ ejs-multiselect {
|
|
|
1905
1909
|
|
|
1906
1910
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
1907
1911
|
height: 26px;
|
|
1908
|
-
width:
|
|
1912
|
+
width: auto;
|
|
1909
1913
|
}
|
|
1910
1914
|
|
|
1911
1915
|
.e-bigger.e-small .e-multi-select-wrapper {
|
|
@@ -2159,6 +2163,10 @@ ejs-multiselect {
|
|
|
2159
2163
|
display: none;
|
|
2160
2164
|
}
|
|
2161
2165
|
|
|
2166
|
+
.e-multiselect.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
2167
|
+
margin-right: 0;
|
|
2168
|
+
}
|
|
2169
|
+
|
|
2162
2170
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2163
2171
|
color: #fff;
|
|
2164
2172
|
}
|
|
@@ -2353,6 +2361,10 @@ ejs-multiselect {
|
|
|
2353
2361
|
left: 7px;
|
|
2354
2362
|
}
|
|
2355
2363
|
|
|
2364
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
2365
|
+
left: -35px;
|
|
2366
|
+
}
|
|
2367
|
+
|
|
2356
2368
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips {
|
|
2357
2369
|
height: 26px;
|
|
2358
2370
|
}
|
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
|
|
93
|
+
box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.4);
|
|
94
94
|
margin-top: 2px;
|
|
95
95
|
position: absolute;
|
|
96
96
|
}
|
|
@@ -1185,7 +1185,7 @@ ejs-dropdownlist {
|
|
|
1185
1185
|
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1186
1186
|
content: "\e7a7";
|
|
1187
1187
|
cursor: pointer;
|
|
1188
|
-
left:
|
|
1188
|
+
left: 0;
|
|
1189
1189
|
position: relative;
|
|
1190
1190
|
top: 8px;
|
|
1191
1191
|
}
|
|
@@ -1193,7 +1193,7 @@ ejs-dropdownlist {
|
|
|
1193
1193
|
.e-multi-select-wrapper .e-close-hooker::before {
|
|
1194
1194
|
content: "\e7a7";
|
|
1195
1195
|
cursor: pointer;
|
|
1196
|
-
left:
|
|
1196
|
+
left: 0;
|
|
1197
1197
|
position: relative;
|
|
1198
1198
|
top: 10px;
|
|
1199
1199
|
}
|
|
@@ -1440,8 +1440,12 @@ ejs-dropdownlist {
|
|
|
1440
1440
|
float: right;
|
|
1441
1441
|
font-family: "e-icons";
|
|
1442
1442
|
height: 26px;
|
|
1443
|
-
margin:
|
|
1444
|
-
width:
|
|
1443
|
+
margin: 8px 8px 8px 8px;
|
|
1444
|
+
width: auto;
|
|
1445
|
+
}
|
|
1446
|
+
|
|
1447
|
+
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
1448
|
+
margin: 8px 0 8px 20px;
|
|
1445
1449
|
}
|
|
1446
1450
|
|
|
1447
1451
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
@@ -1456,7 +1460,7 @@ ejs-dropdownlist {
|
|
|
1456
1460
|
position: absolute;
|
|
1457
1461
|
right: 0;
|
|
1458
1462
|
top: 100%;
|
|
1459
|
-
width:
|
|
1463
|
+
width: auto;
|
|
1460
1464
|
}
|
|
1461
1465
|
|
|
1462
1466
|
.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
@@ -1870,7 +1874,7 @@ ejs-multiselect {
|
|
|
1870
1874
|
|
|
1871
1875
|
.e-small .e-multi-select-wrapper .e-chips-close {
|
|
1872
1876
|
height: 22px;
|
|
1873
|
-
width:
|
|
1877
|
+
width: auto;
|
|
1874
1878
|
}
|
|
1875
1879
|
|
|
1876
1880
|
.e-small .e-multi-select-wrapper {
|
|
@@ -1889,7 +1893,7 @@ ejs-multiselect {
|
|
|
1889
1893
|
|
|
1890
1894
|
.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1891
1895
|
.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1892
|
-
margin-top: -
|
|
1896
|
+
margin-top: -3em;
|
|
1893
1897
|
}
|
|
1894
1898
|
|
|
1895
1899
|
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
@@ -1899,7 +1903,7 @@ ejs-multiselect {
|
|
|
1899
1903
|
|
|
1900
1904
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
1901
1905
|
height: 26px;
|
|
1902
|
-
width:
|
|
1906
|
+
width: auto;
|
|
1903
1907
|
}
|
|
1904
1908
|
|
|
1905
1909
|
.e-bigger.e-small .e-multi-select-wrapper {
|
|
@@ -2153,6 +2157,10 @@ ejs-multiselect {
|
|
|
2153
2157
|
display: none;
|
|
2154
2158
|
}
|
|
2155
2159
|
|
|
2160
|
+
.e-multiselect.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
2161
|
+
margin-right: 0;
|
|
2162
|
+
}
|
|
2163
|
+
|
|
2156
2164
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2157
2165
|
color: #666;
|
|
2158
2166
|
}
|
|
@@ -2347,6 +2355,10 @@ ejs-multiselect {
|
|
|
2347
2355
|
left: 7px;
|
|
2348
2356
|
}
|
|
2349
2357
|
|
|
2358
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
2359
|
+
left: -35px;
|
|
2360
|
+
}
|
|
2361
|
+
|
|
2350
2362
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips {
|
|
2351
2363
|
height: 26px;
|
|
2352
2364
|
}
|