@syncfusion/ej2-angular-dropdowns 20.2.48 → 20.2.50
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 +7 -7
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/auto-complete/_all.scss +1 -1
- package/styles/auto-complete/_bootstrap-dark-definition.scss +1 -1
- package/styles/auto-complete/_bootstrap-definition.scss +1 -1
- package/styles/auto-complete/_bootstrap4-definition.scss +2 -2
- package/styles/auto-complete/_bootstrap5-definition.scss +1 -1
- package/styles/auto-complete/_fabric-dark-definition.scss +1 -1
- package/styles/auto-complete/_fabric-definition.scss +1 -1
- package/styles/auto-complete/_fluent-definition.scss +1 -1
- package/styles/auto-complete/_fusionnew-definition.scss +1 -1
- package/styles/auto-complete/_highcontrast-definition.scss +1 -1
- package/styles/auto-complete/_highcontrast-light-definition.scss +1 -1
- package/styles/auto-complete/_material-dark-definition.scss +1 -1
- package/styles/auto-complete/_material-definition.scss +1 -1
- package/styles/auto-complete/_material3-definition.scss +1 -1
- package/styles/auto-complete/_tailwind-definition.scss +1 -1
- package/styles/auto-complete/bootstrap-dark.css +1 -3
- package/styles/auto-complete/bootstrap.css +1 -3
- package/styles/auto-complete/bootstrap4.css +1 -3
- package/styles/auto-complete/bootstrap5-dark.css +1 -3
- package/styles/auto-complete/bootstrap5.css +1 -3
- package/styles/auto-complete/fabric-dark.css +1 -3
- package/styles/auto-complete/fabric.css +1 -3
- package/styles/auto-complete/fluent-dark.css +1 -3
- package/styles/auto-complete/fluent.css +1 -3
- package/styles/auto-complete/highcontrast-light.css +1 -3
- package/styles/auto-complete/highcontrast.css +1 -3
- package/styles/auto-complete/material-dark.css +1 -3
- package/styles/auto-complete/material.css +1 -3
- package/styles/auto-complete/tailwind-dark.css +1 -3
- package/styles/auto-complete/tailwind.css +1 -3
- package/styles/bootstrap-dark.css +42 -72
- package/styles/bootstrap-dark.scss +0 -1
- package/styles/bootstrap.css +42 -72
- package/styles/bootstrap.scss +0 -1
- package/styles/bootstrap4.css +42 -73
- package/styles/bootstrap4.scss +0 -1
- package/styles/bootstrap5-dark.css +44 -79
- package/styles/bootstrap5-dark.scss +0 -1
- package/styles/bootstrap5.css +44 -79
- package/styles/bootstrap5.scss +0 -1
- package/styles/combo-box/_all.scss +1 -1
- package/styles/combo-box/_bootstrap-dark-definition.scss +1 -1
- package/styles/combo-box/_bootstrap-definition.scss +1 -1
- package/styles/combo-box/_bootstrap4-definition.scss +2 -2
- package/styles/combo-box/_bootstrap5-definition.scss +1 -1
- package/styles/combo-box/_fabric-dark-definition.scss +1 -1
- package/styles/combo-box/_fabric-definition.scss +1 -1
- package/styles/combo-box/_fluent-definition.scss +1 -1
- package/styles/combo-box/_fusionnew-definition.scss +1 -1
- package/styles/combo-box/_highcontrast-definition.scss +1 -1
- package/styles/combo-box/_highcontrast-light-definition.scss +1 -1
- package/styles/combo-box/_material-dark-definition.scss +1 -1
- package/styles/combo-box/_material-definition.scss +1 -1
- package/styles/combo-box/_material3-definition.scss +1 -1
- package/styles/combo-box/_tailwind-definition.scss +1 -1
- package/styles/combo-box/bootstrap-dark.css +1 -3
- package/styles/combo-box/bootstrap.css +1 -3
- package/styles/combo-box/bootstrap4.css +1 -3
- package/styles/combo-box/bootstrap5-dark.css +1 -3
- package/styles/combo-box/bootstrap5.css +1 -3
- package/styles/combo-box/fabric-dark.css +1 -3
- package/styles/combo-box/fabric.css +1 -3
- package/styles/combo-box/fluent-dark.css +1 -3
- package/styles/combo-box/fluent.css +1 -3
- package/styles/combo-box/highcontrast-light.css +1 -3
- package/styles/combo-box/highcontrast.css +1 -3
- package/styles/combo-box/material-dark.css +1 -3
- package/styles/combo-box/material.css +1 -3
- package/styles/combo-box/tailwind-dark.css +1 -3
- package/styles/combo-box/tailwind.css +1 -3
- package/styles/drop-down-base/_all.scss +1 -1
- package/styles/drop-down-base/_bootstrap-dark-definition.scss +2 -5
- package/styles/drop-down-base/_bootstrap-definition.scss +1 -3
- package/styles/drop-down-base/_bootstrap4-definition.scss +1 -3
- package/styles/drop-down-base/_bootstrap5-definition.scss +3 -5
- package/styles/drop-down-base/_fabric-dark-definition.scss +1 -3
- package/styles/drop-down-base/_fabric-definition.scss +1 -3
- package/styles/drop-down-base/_fluent-definition.scss +2 -5
- package/styles/drop-down-base/_fusionnew-definition.scss +3 -5
- package/styles/drop-down-base/_highcontrast-definition.scss +6 -13
- package/styles/drop-down-base/_highcontrast-light-definition.scss +7 -15
- package/styles/drop-down-base/_layout.scss +3 -40
- package/styles/drop-down-base/_material-dark-definition.scss +1 -4
- package/styles/drop-down-base/_material-definition.scss +0 -3
- package/styles/drop-down-base/_material3-definition.scss +3 -5
- package/styles/drop-down-base/_tailwind-definition.scss +3 -5
- package/styles/drop-down-base/_theme.scss +4 -4
- package/styles/drop-down-base/bootstrap-dark.css +1 -38
- package/styles/drop-down-base/bootstrap.css +1 -38
- package/styles/drop-down-base/bootstrap4.css +1 -38
- package/styles/drop-down-base/bootstrap5-dark.css +1 -38
- package/styles/drop-down-base/bootstrap5.css +1 -38
- package/styles/drop-down-base/fabric-dark.css +1 -38
- package/styles/drop-down-base/fabric.css +1 -38
- package/styles/drop-down-base/fluent-dark.css +1 -38
- package/styles/drop-down-base/fluent.css +1 -38
- package/styles/drop-down-base/highcontrast-light.css +1 -38
- package/styles/drop-down-base/highcontrast.css +1 -38
- package/styles/drop-down-base/material-dark.css +1 -38
- package/styles/drop-down-base/material.css +1 -38
- package/styles/drop-down-base/tailwind-dark.css +1 -38
- package/styles/drop-down-base/tailwind.css +1 -38
- package/styles/drop-down-list/_all.scss +1 -2
- package/styles/drop-down-list/_bootstrap-dark-definition.scss +1 -2
- package/styles/drop-down-list/_bootstrap-definition.scss +1 -2
- package/styles/drop-down-list/_bootstrap4-definition.scss +1 -3
- package/styles/drop-down-list/_bootstrap5-definition.scss +3 -3
- package/styles/drop-down-list/_fabric-dark-definition.scss +1 -2
- package/styles/drop-down-list/_fabric-definition.scss +0 -2
- package/styles/drop-down-list/_fluent-definition.scss +1 -2
- package/styles/drop-down-list/_fusionnew-definition.scss +3 -3
- package/styles/drop-down-list/_highcontrast-definition.scss +10 -21
- package/styles/drop-down-list/_highcontrast-light-definition.scss +11 -22
- package/styles/drop-down-list/_layout.scss +9 -8
- package/styles/drop-down-list/_material-dark-definition.scss +2 -2
- package/styles/drop-down-list/_material-definition.scss +0 -1
- package/styles/drop-down-list/_material3-definition.scss +3 -3
- package/styles/drop-down-list/_tailwind-definition.scss +0 -1
- package/styles/drop-down-list/_theme.scss +3 -3
- package/styles/drop-down-list/bootstrap-dark.css +0 -5
- package/styles/drop-down-list/bootstrap.css +0 -5
- package/styles/drop-down-list/bootstrap4.css +0 -5
- package/styles/drop-down-list/bootstrap5-dark.css +0 -6
- package/styles/drop-down-list/bootstrap5.css +0 -6
- package/styles/drop-down-list/fabric-dark.css +0 -5
- package/styles/drop-down-list/fabric.css +0 -5
- package/styles/drop-down-list/fluent-dark.css +0 -6
- package/styles/drop-down-list/fluent.css +0 -6
- package/styles/drop-down-list/highcontrast-light.css +0 -5
- package/styles/drop-down-list/highcontrast.css +0 -5
- package/styles/drop-down-list/icons/_bootstrap.scss +1 -0
- package/styles/drop-down-list/icons/_fabric.scss +1 -0
- package/styles/drop-down-list/icons/_material.scss +1 -0
- package/styles/drop-down-list/material-dark.css +0 -5
- package/styles/drop-down-list/material.css +0 -5
- package/styles/drop-down-list/tailwind-dark.css +0 -6
- package/styles/drop-down-list/tailwind.css +0 -6
- package/styles/drop-down-tree/_all.scss +1 -1
- package/styles/drop-down-tree/_bootstrap-dark-definition.scss +1 -1
- package/styles/drop-down-tree/_bootstrap-definition.scss +1 -1
- package/styles/drop-down-tree/_bootstrap4-definition.scss +1 -1
- package/styles/drop-down-tree/_bootstrap5-definition.scss +2 -2
- package/styles/drop-down-tree/_fabric-dark-definition.scss +1 -1
- package/styles/drop-down-tree/_fabric-definition.scss +2 -2
- package/styles/drop-down-tree/_fluent-definition.scss +2 -2
- package/styles/drop-down-tree/_fusionnew-definition.scss +2 -2
- package/styles/drop-down-tree/_highcontrast-definition.scss +1 -1
- package/styles/drop-down-tree/_highcontrast-light-definition.scss +1 -1
- package/styles/drop-down-tree/_layout.scss +2 -1
- package/styles/drop-down-tree/_material-dark-definition.scss +2 -2
- package/styles/drop-down-tree/_material-definition.scss +2 -2
- package/styles/drop-down-tree/_material3-definition.scss +2 -2
- package/styles/drop-down-tree/_tailwind-definition.scss +2 -2
- package/styles/drop-down-tree/bootstrap-dark.css +0 -4
- package/styles/drop-down-tree/bootstrap.css +0 -4
- package/styles/drop-down-tree/bootstrap4.css +0 -4
- package/styles/drop-down-tree/bootstrap5-dark.css +0 -5
- package/styles/drop-down-tree/bootstrap5.css +0 -5
- package/styles/drop-down-tree/fabric-dark.css +0 -4
- package/styles/drop-down-tree/fabric.css +0 -4
- package/styles/drop-down-tree/fluent-dark.css +0 -5
- package/styles/drop-down-tree/fluent.css +0 -5
- package/styles/drop-down-tree/highcontrast-light.css +0 -4
- package/styles/drop-down-tree/highcontrast.css +0 -4
- package/styles/drop-down-tree/icons/_bootstrap.scss +1 -0
- package/styles/drop-down-tree/icons/_bootstrap4.scss +1 -0
- package/styles/drop-down-tree/icons/_fabric.scss +1 -0
- package/styles/drop-down-tree/icons/_highcontrast-light.scss +1 -0
- package/styles/drop-down-tree/icons/_highcontrast.scss +1 -0
- package/styles/drop-down-tree/icons/_material-dark.scss +1 -0
- package/styles/drop-down-tree/icons/_material.scss +1 -0
- package/styles/drop-down-tree/material-dark.css +0 -4
- package/styles/drop-down-tree/material.css +0 -4
- package/styles/drop-down-tree/tailwind-dark.css +0 -5
- package/styles/drop-down-tree/tailwind.css +0 -5
- package/styles/fabric-dark.css +42 -72
- package/styles/fabric-dark.scss +0 -1
- package/styles/fabric.css +42 -72
- package/styles/fabric.scss +0 -1
- package/styles/fluent-dark.css +44 -79
- package/styles/fluent-dark.scss +0 -1
- package/styles/fluent.css +44 -79
- package/styles/fluent.scss +0 -1
- package/styles/highcontrast-light.css +42 -75
- package/styles/highcontrast-light.scss +0 -1
- package/styles/highcontrast.css +42 -75
- package/styles/highcontrast.scss +0 -1
- package/styles/list-box/_all.scss +1 -1
- package/styles/list-box/_bootstrap-dark-definition.scss +0 -2
- package/styles/list-box/_bootstrap-definition.scss +0 -1
- package/styles/list-box/_bootstrap4-definition.scss +0 -1
- package/styles/list-box/_bootstrap5-definition.scss +0 -3
- package/styles/list-box/_fabric-dark-definition.scss +1 -3
- package/styles/list-box/_fabric-definition.scss +0 -1
- package/styles/list-box/_fluent-definition.scss +0 -3
- package/styles/list-box/_fusionnew-definition.scss +0 -1
- package/styles/list-box/_highcontrast-definition.scss +0 -1
- package/styles/list-box/_highcontrast-light-definition.scss +1 -3
- package/styles/list-box/_layout.scss +17 -8
- package/styles/list-box/_material-dark-definition.scss +0 -2
- package/styles/list-box/_material-definition.scss +0 -1
- package/styles/list-box/_material3-definition.scss +0 -1
- package/styles/list-box/_tailwind-definition.scss +0 -3
- package/styles/list-box/_theme.scss +25 -11
- package/styles/list-box/bootstrap-dark.css +33 -12
- package/styles/list-box/bootstrap.css +35 -14
- package/styles/list-box/bootstrap4.css +35 -14
- package/styles/list-box/bootstrap5-dark.css +36 -15
- package/styles/list-box/bootstrap5.css +36 -15
- package/styles/list-box/fabric-dark.css +33 -12
- package/styles/list-box/fabric.css +35 -14
- package/styles/list-box/fluent-dark.css +36 -15
- package/styles/list-box/fluent.css +36 -15
- package/styles/list-box/highcontrast-light.css +33 -12
- package/styles/list-box/highcontrast.css +35 -14
- package/styles/list-box/icons/_bootstrap-dark.scss +2 -2
- package/styles/list-box/icons/_bootstrap.scss +1 -1
- package/styles/list-box/icons/_bootstrap4.scss +1 -1
- package/styles/list-box/icons/_bootstrap5.scss +1 -1
- package/styles/list-box/icons/_fabric-dark.scss +1 -1
- package/styles/list-box/icons/_fabric.scss +1 -1
- package/styles/list-box/icons/_fluent.scss +1 -1
- package/styles/list-box/icons/_fusionnew.scss +1 -1
- package/styles/list-box/icons/_highcontrast-light.scss +1 -1
- package/styles/list-box/icons/_highcontrast.scss +1 -1
- package/styles/list-box/icons/_material-dark.scss +1 -1
- package/styles/list-box/icons/_material.scss +2 -2
- package/styles/list-box/icons/_material3.scss +1 -1
- package/styles/list-box/icons/_tailwind-dark.scss +1 -1
- package/styles/list-box/icons/_tailwind.scss +1 -1
- package/styles/list-box/material-dark.css +33 -12
- package/styles/list-box/material.css +35 -14
- package/styles/list-box/tailwind-dark.css +36 -15
- package/styles/list-box/tailwind.css +36 -15
- package/styles/material-dark.css +42 -72
- package/styles/material-dark.scss +0 -1
- package/styles/material.css +42 -72
- package/styles/material.scss +0 -1
- package/styles/multi-select/_all.scss +1 -1
- package/styles/multi-select/_bootstrap-dark-definition.scss +1 -4
- package/styles/multi-select/_bootstrap-definition.scss +0 -2
- package/styles/multi-select/_bootstrap4-definition.scss +2 -5
- package/styles/multi-select/_bootstrap5-definition.scss +2 -2
- package/styles/multi-select/_fabric-dark-definition.scss +3 -5
- package/styles/multi-select/_fabric-definition.scss +2 -4
- package/styles/multi-select/_fluent-definition.scss +1 -2
- package/styles/multi-select/_fusionnew-definition.scss +2 -2
- package/styles/multi-select/_highcontrast-definition.scss +24 -47
- package/styles/multi-select/_highcontrast-light-definition.scss +25 -48
- package/styles/multi-select/_layout.scss +71 -59
- package/styles/multi-select/_material-dark-definition.scss +1 -3
- package/styles/multi-select/_material-definition.scss +0 -1
- package/styles/multi-select/_material3-definition.scss +2 -2
- package/styles/multi-select/_tailwind-definition.scss +3 -2
- package/styles/multi-select/_theme.scss +21 -16
- package/styles/multi-select/bootstrap-dark.css +6 -10
- package/styles/multi-select/bootstrap.css +6 -10
- package/styles/multi-select/bootstrap4.css +6 -10
- package/styles/multi-select/bootstrap5-dark.css +6 -11
- package/styles/multi-select/bootstrap5.css +6 -11
- package/styles/multi-select/fabric-dark.css +6 -10
- package/styles/multi-select/fabric.css +6 -10
- package/styles/multi-select/fluent-dark.css +6 -11
- package/styles/multi-select/fluent.css +6 -11
- package/styles/multi-select/highcontrast-light.css +6 -13
- package/styles/multi-select/highcontrast.css +6 -13
- package/styles/multi-select/icons/_bootstrap5.scss +1 -0
- package/styles/multi-select/icons/_fluent.scss +1 -0
- package/styles/multi-select/icons/_fusionnew.scss +1 -0
- package/styles/multi-select/icons/_material-dark.scss +54 -53
- package/styles/multi-select/icons/_material.scss +54 -53
- package/styles/multi-select/icons/_material3.scss +1 -0
- package/styles/multi-select/icons/_tailwind.scss +1 -0
- package/styles/multi-select/material-dark.css +6 -10
- package/styles/multi-select/material.css +6 -10
- package/styles/multi-select/tailwind-dark.css +6 -11
- package/styles/multi-select/tailwind.css +6 -11
- package/styles/tailwind-dark.css +44 -80
- package/styles/tailwind-dark.scss +0 -1
- package/styles/tailwind.css +44 -80
- package/styles/tailwind.scss +0 -1
- package/styles/mention/_all.scss +0 -1
- package/styles/mention/_bootstrap-dark-definition.scss +0 -3
- package/styles/mention/_bootstrap-definition.scss +0 -3
- package/styles/mention/_bootstrap4-definition.scss +0 -3
- package/styles/mention/_bootstrap5-dark-definition.scss +0 -1
- package/styles/mention/_bootstrap5-definition.scss +0 -1
- package/styles/mention/_fabric-dark-definition.scss +0 -2
- package/styles/mention/_fabric-definition.scss +0 -3
- package/styles/mention/_fluent-dark-definition.scss +0 -1
- package/styles/mention/_fluent-definition.scss +0 -1
- package/styles/mention/_fusionnew-definition.scss +0 -1
- package/styles/mention/_highcontrast-definition.scss +0 -3
- package/styles/mention/_highcontrast-light-definition.scss +0 -3
- package/styles/mention/_layout.scss +0 -6
- package/styles/mention/_material-dark-definition.scss +0 -3
- package/styles/mention/_material-definition.scss +0 -3
- package/styles/mention/_material3-definition.scss +0 -1
- package/styles/mention/_tailwind-dark-definition.scss +0 -1
- package/styles/mention/_tailwind-definition.scss +0 -1
- package/styles/mention/bootstrap-dark.css +0 -12
- package/styles/mention/bootstrap-dark.scss +0 -4
- package/styles/mention/bootstrap.css +0 -12
- package/styles/mention/bootstrap.scss +0 -4
- package/styles/mention/bootstrap4.css +0 -30
- package/styles/mention/bootstrap4.scss +0 -4
- package/styles/mention/bootstrap5-dark.css +0 -40
- package/styles/mention/bootstrap5-dark.scss +0 -4
- package/styles/mention/bootstrap5.css +0 -40
- package/styles/mention/bootstrap5.scss +0 -4
- package/styles/mention/fabric-dark.css +0 -12
- package/styles/mention/fabric-dark.scss +0 -4
- package/styles/mention/fabric.css +0 -12
- package/styles/mention/fabric.scss +0 -4
- package/styles/mention/fluent-dark.css +0 -40
- package/styles/mention/fluent-dark.scss +0 -4
- package/styles/mention/fluent.css +0 -40
- package/styles/mention/fluent.scss +0 -4
- package/styles/mention/highcontrast-light.css +0 -26
- package/styles/mention/highcontrast-light.scss +0 -4
- package/styles/mention/highcontrast.css +0 -26
- package/styles/mention/highcontrast.scss +0 -4
- package/styles/mention/material-dark.css +0 -12
- package/styles/mention/material-dark.scss +0 -4
- package/styles/mention/material.css +0 -12
- package/styles/mention/material.scss +0 -4
- package/styles/mention/tailwind-dark.css +0 -50
- package/styles/mention/tailwind-dark.scss +0 -4
- package/styles/mention/tailwind.css +0 -50
- package/styles/mention/tailwind.scss +0 -4
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3
|
-
/* stylelint-disable-line no-empty-source */
|
|
4
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
5
2
|
@keyframes material-spinner-rotate {
|
|
6
3
|
0% {
|
|
7
4
|
transform: rotate(0);
|
|
@@ -421,7 +418,7 @@
|
|
|
421
418
|
border: 0;
|
|
422
419
|
font-family: "Inter";
|
|
423
420
|
font-size: 14px;
|
|
424
|
-
font-weight:
|
|
421
|
+
font-weight: 400;
|
|
425
422
|
height: 28px;
|
|
426
423
|
min-height: 28px;
|
|
427
424
|
outline: none;
|
|
@@ -435,7 +432,7 @@
|
|
|
435
432
|
color: inherit;
|
|
436
433
|
font-family: "Inter";
|
|
437
434
|
font-size: 14px;
|
|
438
|
-
font-weight:
|
|
435
|
+
font-weight: 400;
|
|
439
436
|
height: 28px;
|
|
440
437
|
min-height: 28px;
|
|
441
438
|
outline: none;
|
|
@@ -459,7 +456,6 @@
|
|
|
459
456
|
min-height: 36px;
|
|
460
457
|
}
|
|
461
458
|
|
|
462
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
463
459
|
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
464
460
|
display: none;
|
|
465
461
|
}
|
|
@@ -1126,7 +1122,6 @@ ejs-multiselect {
|
|
|
1126
1122
|
box-sizing: border-box;
|
|
1127
1123
|
}
|
|
1128
1124
|
|
|
1129
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1130
1125
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1131
1126
|
-webkit-text-fill-color: #111827;
|
|
1132
1127
|
color: #111827;
|
|
@@ -1238,19 +1233,19 @@ ejs-multiselect {
|
|
|
1238
1233
|
border: 0 solid transparent;
|
|
1239
1234
|
}
|
|
1240
1235
|
|
|
1241
|
-
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
1236
|
+
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
1242
1237
|
color: #6b7280;
|
|
1243
1238
|
}
|
|
1244
1239
|
|
|
1245
|
-
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
1240
|
+
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
1246
1241
|
color: #6b7280;
|
|
1247
1242
|
}
|
|
1248
1243
|
|
|
1249
|
-
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
1244
|
+
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
1250
1245
|
color: #6b7280;
|
|
1251
1246
|
}
|
|
1252
1247
|
|
|
1253
|
-
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
1248
|
+
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
1254
1249
|
color: #6b7280;
|
|
1255
1250
|
}
|
|
1256
1251
|
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
6
6
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
7
7
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
8
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
9
8
|
.e-dropdownbase .e-list-item.e-active,
|
|
10
9
|
.e-dropdownbase .e-list-item.e-active.e-hover {
|
|
11
10
|
font-weight: 500;
|
|
@@ -119,8 +118,7 @@
|
|
|
119
118
|
position: relative;
|
|
120
119
|
}
|
|
121
120
|
|
|
122
|
-
.e-popup.e-ddl .e-dropdownbase.e-nodata
|
|
123
|
-
.e-popup.e-mention .e-dropdownbase.e-nodata {
|
|
121
|
+
.e-popup.e-ddl .e-dropdownbase.e-nodata {
|
|
124
122
|
color: #fff;
|
|
125
123
|
cursor: default;
|
|
126
124
|
font-family: "Inter";
|
|
@@ -129,41 +127,6 @@
|
|
|
129
127
|
text-align: center;
|
|
130
128
|
}
|
|
131
129
|
|
|
132
|
-
.e-mention.e-popup {
|
|
133
|
-
background: #1f2937;
|
|
134
|
-
border: 0;
|
|
135
|
-
box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
|
|
136
|
-
margin-top: 2px;
|
|
137
|
-
position: absolute;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
.e-mention .e-dropdownbase .e-list-item .e-highlight {
|
|
141
|
-
display: inline;
|
|
142
|
-
font-weight: bold;
|
|
143
|
-
vertical-align: baseline;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
.e-mention .e-mention-chip,
|
|
147
|
-
.e-mention .e-mention-chip:hover {
|
|
148
|
-
color: #22d3ee;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
.e-mention .e-mention-chip::selection {
|
|
152
|
-
color: #fff;
|
|
153
|
-
background: #22d3ee;
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
.e-mention.e-editable-element {
|
|
157
|
-
border: 2px solid #4b5563;
|
|
158
|
-
height: auto;
|
|
159
|
-
min-height: 120px;
|
|
160
|
-
width: 100%;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
.e-form-mirror-div {
|
|
164
|
-
white-space: pre-wrap;
|
|
165
|
-
}
|
|
166
|
-
|
|
167
130
|
.e-bigger.e-ddl .e-dropdownbase.e-nodata,
|
|
168
131
|
.e-bigger .e-ddl .e-dropdownbase.e-nodata {
|
|
169
132
|
font-size: 16px;
|
|
@@ -297,7 +260,6 @@
|
|
|
297
260
|
border-color: #4b5563;
|
|
298
261
|
}
|
|
299
262
|
.e-dropdownbase .e-list-item {
|
|
300
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
301
263
|
-webkit-tap-highlight-color: transparent;
|
|
302
264
|
background-color: #374151;
|
|
303
265
|
border-bottom: 0;
|
|
@@ -487,9 +449,6 @@
|
|
|
487
449
|
color: #d1d5db;
|
|
488
450
|
}
|
|
489
451
|
|
|
490
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
491
|
-
/* stylelint-disable-line no-empty-source */
|
|
492
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
493
452
|
@keyframes material-spinner-rotate {
|
|
494
453
|
0% {
|
|
495
454
|
transform: rotate(0);
|
|
@@ -648,7 +607,6 @@
|
|
|
648
607
|
background-color: #374151;
|
|
649
608
|
}
|
|
650
609
|
|
|
651
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
652
610
|
.e-ddl input.e-input::-webkit-contacts-auto-fill-button {
|
|
653
611
|
display: none;
|
|
654
612
|
pointer-events: none;
|
|
@@ -657,7 +615,6 @@
|
|
|
657
615
|
visibility: hidden;
|
|
658
616
|
}
|
|
659
617
|
|
|
660
|
-
/* stylelint-enable property-no-vendor-prefix */
|
|
661
618
|
.e-filter-parent {
|
|
662
619
|
border: 0;
|
|
663
620
|
border-top-width: 0;
|
|
@@ -697,7 +654,6 @@
|
|
|
697
654
|
cursor: default;
|
|
698
655
|
}
|
|
699
656
|
|
|
700
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
701
657
|
.e-ddl.e-input-group .e-ddl-hidden,
|
|
702
658
|
.e-ddl.e-float-input .e-ddl-hidden {
|
|
703
659
|
-webkit-appearance: initial;
|
|
@@ -820,9 +776,6 @@ ejs-dropdownlist {
|
|
|
820
776
|
color: #fff;
|
|
821
777
|
}
|
|
822
778
|
|
|
823
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
824
|
-
/* stylelint-disable-line no-empty-source */
|
|
825
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
826
779
|
@keyframes material-spinner-rotate {
|
|
827
780
|
0% {
|
|
828
781
|
transform: rotate(0);
|
|
@@ -840,8 +793,6 @@ ejs-dropdownlist {
|
|
|
840
793
|
}
|
|
841
794
|
}
|
|
842
795
|
/*! TreeView's tailwind theme wise override definitions and variables */
|
|
843
|
-
/* stylelint-disable */
|
|
844
|
-
/* stylelint-disable */
|
|
845
796
|
.e-ddt .e-ddt-icon::before {
|
|
846
797
|
content: "\e734";
|
|
847
798
|
}
|
|
@@ -1301,10 +1252,6 @@ ejs-dropdownlist {
|
|
|
1301
1252
|
color: #fff;
|
|
1302
1253
|
}
|
|
1303
1254
|
|
|
1304
|
-
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
1305
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1306
|
-
/* stylelint-disable-line no-empty-source */
|
|
1307
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1308
1255
|
@keyframes material-spinner-rotate {
|
|
1309
1256
|
0% {
|
|
1310
1257
|
transform: rotate(0);
|
|
@@ -1676,7 +1623,7 @@ ejs-dropdownlist {
|
|
|
1676
1623
|
border: 0;
|
|
1677
1624
|
font-family: "Inter";
|
|
1678
1625
|
font-size: 14px;
|
|
1679
|
-
font-weight:
|
|
1626
|
+
font-weight: 400;
|
|
1680
1627
|
height: 28px;
|
|
1681
1628
|
min-height: 28px;
|
|
1682
1629
|
outline: none;
|
|
@@ -1690,7 +1637,7 @@ ejs-dropdownlist {
|
|
|
1690
1637
|
color: inherit;
|
|
1691
1638
|
font-family: "Inter";
|
|
1692
1639
|
font-size: 14px;
|
|
1693
|
-
font-weight:
|
|
1640
|
+
font-weight: 400;
|
|
1694
1641
|
height: 28px;
|
|
1695
1642
|
min-height: 28px;
|
|
1696
1643
|
outline: none;
|
|
@@ -1714,7 +1661,6 @@ ejs-dropdownlist {
|
|
|
1714
1661
|
min-height: 36px;
|
|
1715
1662
|
}
|
|
1716
1663
|
|
|
1717
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1718
1664
|
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
1719
1665
|
display: none;
|
|
1720
1666
|
}
|
|
@@ -2381,7 +2327,6 @@ ejs-multiselect {
|
|
|
2381
2327
|
box-sizing: border-box;
|
|
2382
2328
|
}
|
|
2383
2329
|
|
|
2384
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2385
2330
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2386
2331
|
-webkit-text-fill-color: #fff;
|
|
2387
2332
|
color: #fff;
|
|
@@ -2493,19 +2438,19 @@ ejs-multiselect {
|
|
|
2493
2438
|
border: 0 solid transparent;
|
|
2494
2439
|
}
|
|
2495
2440
|
|
|
2496
|
-
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
2441
|
+
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
2497
2442
|
color: #6b7280;
|
|
2498
2443
|
}
|
|
2499
2444
|
|
|
2500
|
-
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
2445
|
+
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
2501
2446
|
color: #6b7280;
|
|
2502
2447
|
}
|
|
2503
2448
|
|
|
2504
|
-
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
2449
|
+
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
2505
2450
|
color: #6b7280;
|
|
2506
2451
|
}
|
|
2507
2452
|
|
|
2508
|
-
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
2453
|
+
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
2509
2454
|
color: #6b7280;
|
|
2510
2455
|
}
|
|
2511
2456
|
|
|
@@ -2587,7 +2532,6 @@ ejs-multiselect {
|
|
|
2587
2532
|
content: "\e744";
|
|
2588
2533
|
}
|
|
2589
2534
|
|
|
2590
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2591
2535
|
.e-listbox-wrapper,
|
|
2592
2536
|
.e-listbox-container {
|
|
2593
2537
|
-webkit-overflow-scrolling: touch;
|
|
@@ -2606,7 +2550,7 @@ ejs-multiselect {
|
|
|
2606
2550
|
}
|
|
2607
2551
|
.e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2608
2552
|
.e-listbox-container.e-listboxtool-container .e-list-wrap {
|
|
2609
|
-
width: 84% !important;
|
|
2553
|
+
width: 84% !important;
|
|
2610
2554
|
}
|
|
2611
2555
|
.e-listbox-wrapper:focus,
|
|
2612
2556
|
.e-listbox-container:focus {
|
|
@@ -2965,6 +2909,16 @@ ejs-listbox {
|
|
|
2965
2909
|
top: 30%;
|
|
2966
2910
|
}
|
|
2967
2911
|
|
|
2912
|
+
.e-listboxtool-container .e-left {
|
|
2913
|
+
-ms-flex-direction: row-reverse;
|
|
2914
|
+
flex-direction: row-reverse;
|
|
2915
|
+
}
|
|
2916
|
+
|
|
2917
|
+
.e-listboxtool-wrapper .e-left {
|
|
2918
|
+
-ms-flex-direction: column-reverse;
|
|
2919
|
+
flex-direction: column-reverse;
|
|
2920
|
+
}
|
|
2921
|
+
|
|
2968
2922
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2969
2923
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2970
2924
|
margin-right: 15px;
|
|
@@ -2978,7 +2932,7 @@ ejs-listbox {
|
|
|
2978
2932
|
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
2979
2933
|
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
2980
2934
|
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
2981
|
-
width: 80% !important;
|
|
2935
|
+
width: 80% !important;
|
|
2982
2936
|
}
|
|
2983
2937
|
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
2984
2938
|
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
@@ -3067,14 +3021,28 @@ ejs-listbox {
|
|
|
3067
3021
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
3068
3022
|
font-size: 14px;
|
|
3069
3023
|
}
|
|
3070
|
-
.e-
|
|
3071
|
-
|
|
3024
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3025
|
+
height: calc(100% - 38px);
|
|
3026
|
+
}
|
|
3027
|
+
|
|
3028
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3029
|
+
height: calc(100% - 38px) !important;
|
|
3030
|
+
}
|
|
3031
|
+
|
|
3032
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3072
3033
|
height: calc(100% - 45px);
|
|
3073
3034
|
}
|
|
3074
3035
|
|
|
3075
|
-
.e-
|
|
3076
|
-
|
|
3077
|
-
|
|
3036
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3037
|
+
height: calc(100% - 45px) !important;
|
|
3038
|
+
}
|
|
3039
|
+
|
|
3040
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3041
|
+
height: calc(100% - 46px);
|
|
3042
|
+
}
|
|
3043
|
+
|
|
3044
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3045
|
+
height: calc(100% - 46px) !important;
|
|
3078
3046
|
}
|
|
3079
3047
|
|
|
3080
3048
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -3087,11 +3055,14 @@ ejs-listbox {
|
|
|
3087
3055
|
height: calc(100% - 48px);
|
|
3088
3056
|
}
|
|
3089
3057
|
|
|
3090
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
3091
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3058
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3092
3059
|
height: calc(100% - 45px);
|
|
3093
3060
|
}
|
|
3094
3061
|
|
|
3062
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3063
|
+
height: calc(100% - 45px) !important;
|
|
3064
|
+
}
|
|
3065
|
+
|
|
3095
3066
|
.e-listbox-wrapper,
|
|
3096
3067
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
3097
3068
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -3121,11 +3092,6 @@ ejs-listbox {
|
|
|
3121
3092
|
font-size: 12px;
|
|
3122
3093
|
}
|
|
3123
3094
|
|
|
3124
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3125
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3126
|
-
height: calc(100% - 47px);
|
|
3127
|
-
}
|
|
3128
|
-
|
|
3129
3095
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3130
3096
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3131
3097
|
height: calc(100% - 76px);
|
|
@@ -3361,6 +3327,4 @@ ejs-listbox {
|
|
|
3361
3327
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
3362
3328
|
padding-left: 10px;
|
|
3363
3329
|
padding-right: 16px;
|
|
3364
|
-
}
|
|
3365
|
-
|
|
3366
|
-
/* stylelint-disable-line no-empty-source */
|
|
3330
|
+
}
|
package/styles/tailwind.css
CHANGED
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
6
6
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
7
7
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
8
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
9
8
|
.e-dropdownbase .e-list-item.e-active,
|
|
10
9
|
.e-dropdownbase .e-list-item.e-active.e-hover {
|
|
11
10
|
font-weight: 500;
|
|
@@ -119,8 +118,7 @@
|
|
|
119
118
|
position: relative;
|
|
120
119
|
}
|
|
121
120
|
|
|
122
|
-
.e-popup.e-ddl .e-dropdownbase.e-nodata
|
|
123
|
-
.e-popup.e-mention .e-dropdownbase.e-nodata {
|
|
121
|
+
.e-popup.e-ddl .e-dropdownbase.e-nodata {
|
|
124
122
|
color: #111827;
|
|
125
123
|
cursor: default;
|
|
126
124
|
font-family: "Inter";
|
|
@@ -129,41 +127,6 @@
|
|
|
129
127
|
text-align: center;
|
|
130
128
|
}
|
|
131
129
|
|
|
132
|
-
.e-mention.e-popup {
|
|
133
|
-
background: #fff;
|
|
134
|
-
border: 0;
|
|
135
|
-
box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
|
|
136
|
-
margin-top: 2px;
|
|
137
|
-
position: absolute;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
.e-mention .e-dropdownbase .e-list-item .e-highlight {
|
|
141
|
-
display: inline;
|
|
142
|
-
font-weight: bold;
|
|
143
|
-
vertical-align: baseline;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
.e-mention .e-mention-chip,
|
|
147
|
-
.e-mention .e-mention-chip:hover {
|
|
148
|
-
color: #4f46e5;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
.e-mention .e-mention-chip::selection {
|
|
152
|
-
color: #fff;
|
|
153
|
-
background: #4f46e5;
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
.e-mention.e-editable-element {
|
|
157
|
-
border: 2px solid #e5e7eb;
|
|
158
|
-
height: auto;
|
|
159
|
-
min-height: 120px;
|
|
160
|
-
width: 100%;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
.e-form-mirror-div {
|
|
164
|
-
white-space: pre-wrap;
|
|
165
|
-
}
|
|
166
|
-
|
|
167
130
|
.e-bigger.e-ddl .e-dropdownbase.e-nodata,
|
|
168
131
|
.e-bigger .e-ddl .e-dropdownbase.e-nodata {
|
|
169
132
|
font-size: 16px;
|
|
@@ -297,7 +260,6 @@
|
|
|
297
260
|
border-color: #e5e7eb;
|
|
298
261
|
}
|
|
299
262
|
.e-dropdownbase .e-list-item {
|
|
300
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
301
263
|
-webkit-tap-highlight-color: transparent;
|
|
302
264
|
background-color: #fff;
|
|
303
265
|
border-bottom: 0;
|
|
@@ -487,9 +449,6 @@
|
|
|
487
449
|
color: #6b7280;
|
|
488
450
|
}
|
|
489
451
|
|
|
490
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
491
|
-
/* stylelint-disable-line no-empty-source */
|
|
492
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
493
452
|
@keyframes material-spinner-rotate {
|
|
494
453
|
0% {
|
|
495
454
|
transform: rotate(0);
|
|
@@ -648,7 +607,6 @@
|
|
|
648
607
|
background-color: #fff;
|
|
649
608
|
}
|
|
650
609
|
|
|
651
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
652
610
|
.e-ddl input.e-input::-webkit-contacts-auto-fill-button {
|
|
653
611
|
display: none;
|
|
654
612
|
pointer-events: none;
|
|
@@ -657,7 +615,6 @@
|
|
|
657
615
|
visibility: hidden;
|
|
658
616
|
}
|
|
659
617
|
|
|
660
|
-
/* stylelint-enable property-no-vendor-prefix */
|
|
661
618
|
.e-filter-parent {
|
|
662
619
|
border: 0;
|
|
663
620
|
border-top-width: 0;
|
|
@@ -697,7 +654,6 @@
|
|
|
697
654
|
cursor: default;
|
|
698
655
|
}
|
|
699
656
|
|
|
700
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
701
657
|
.e-ddl.e-input-group .e-ddl-hidden,
|
|
702
658
|
.e-ddl.e-float-input .e-ddl-hidden {
|
|
703
659
|
-webkit-appearance: initial;
|
|
@@ -820,9 +776,6 @@ ejs-dropdownlist {
|
|
|
820
776
|
color: #111827;
|
|
821
777
|
}
|
|
822
778
|
|
|
823
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
824
|
-
/* stylelint-disable-line no-empty-source */
|
|
825
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
826
779
|
@keyframes material-spinner-rotate {
|
|
827
780
|
0% {
|
|
828
781
|
transform: rotate(0);
|
|
@@ -840,8 +793,6 @@ ejs-dropdownlist {
|
|
|
840
793
|
}
|
|
841
794
|
}
|
|
842
795
|
/*! TreeView's tailwind theme wise override definitions and variables */
|
|
843
|
-
/* stylelint-disable */
|
|
844
|
-
/* stylelint-disable */
|
|
845
796
|
.e-ddt .e-ddt-icon::before {
|
|
846
797
|
content: "\e734";
|
|
847
798
|
}
|
|
@@ -1301,10 +1252,6 @@ ejs-dropdownlist {
|
|
|
1301
1252
|
color: #111827;
|
|
1302
1253
|
}
|
|
1303
1254
|
|
|
1304
|
-
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
1305
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1306
|
-
/* stylelint-disable-line no-empty-source */
|
|
1307
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1308
1255
|
@keyframes material-spinner-rotate {
|
|
1309
1256
|
0% {
|
|
1310
1257
|
transform: rotate(0);
|
|
@@ -1676,7 +1623,7 @@ ejs-dropdownlist {
|
|
|
1676
1623
|
border: 0;
|
|
1677
1624
|
font-family: "Inter";
|
|
1678
1625
|
font-size: 14px;
|
|
1679
|
-
font-weight:
|
|
1626
|
+
font-weight: 400;
|
|
1680
1627
|
height: 28px;
|
|
1681
1628
|
min-height: 28px;
|
|
1682
1629
|
outline: none;
|
|
@@ -1690,7 +1637,7 @@ ejs-dropdownlist {
|
|
|
1690
1637
|
color: inherit;
|
|
1691
1638
|
font-family: "Inter";
|
|
1692
1639
|
font-size: 14px;
|
|
1693
|
-
font-weight:
|
|
1640
|
+
font-weight: 400;
|
|
1694
1641
|
height: 28px;
|
|
1695
1642
|
min-height: 28px;
|
|
1696
1643
|
outline: none;
|
|
@@ -1714,7 +1661,6 @@ ejs-dropdownlist {
|
|
|
1714
1661
|
min-height: 36px;
|
|
1715
1662
|
}
|
|
1716
1663
|
|
|
1717
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1718
1664
|
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
1719
1665
|
display: none;
|
|
1720
1666
|
}
|
|
@@ -2381,7 +2327,6 @@ ejs-multiselect {
|
|
|
2381
2327
|
box-sizing: border-box;
|
|
2382
2328
|
}
|
|
2383
2329
|
|
|
2384
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2385
2330
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2386
2331
|
-webkit-text-fill-color: #111827;
|
|
2387
2332
|
color: #111827;
|
|
@@ -2493,19 +2438,19 @@ ejs-multiselect {
|
|
|
2493
2438
|
border: 0 solid transparent;
|
|
2494
2439
|
}
|
|
2495
2440
|
|
|
2496
|
-
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
2441
|
+
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
2497
2442
|
color: #6b7280;
|
|
2498
2443
|
}
|
|
2499
2444
|
|
|
2500
|
-
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
2445
|
+
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
2501
2446
|
color: #6b7280;
|
|
2502
2447
|
}
|
|
2503
2448
|
|
|
2504
|
-
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
2449
|
+
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
2505
2450
|
color: #6b7280;
|
|
2506
2451
|
}
|
|
2507
2452
|
|
|
2508
|
-
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
2453
|
+
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
2509
2454
|
color: #6b7280;
|
|
2510
2455
|
}
|
|
2511
2456
|
|
|
@@ -2587,7 +2532,6 @@ ejs-multiselect {
|
|
|
2587
2532
|
content: "\e744";
|
|
2588
2533
|
}
|
|
2589
2534
|
|
|
2590
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2591
2535
|
.e-listbox-wrapper,
|
|
2592
2536
|
.e-listbox-container {
|
|
2593
2537
|
-webkit-overflow-scrolling: touch;
|
|
@@ -2606,7 +2550,7 @@ ejs-multiselect {
|
|
|
2606
2550
|
}
|
|
2607
2551
|
.e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2608
2552
|
.e-listbox-container.e-listboxtool-container .e-list-wrap {
|
|
2609
|
-
width: 84% !important;
|
|
2553
|
+
width: 84% !important;
|
|
2610
2554
|
}
|
|
2611
2555
|
.e-listbox-wrapper:focus,
|
|
2612
2556
|
.e-listbox-container:focus {
|
|
@@ -2965,6 +2909,16 @@ ejs-listbox {
|
|
|
2965
2909
|
top: 30%;
|
|
2966
2910
|
}
|
|
2967
2911
|
|
|
2912
|
+
.e-listboxtool-container .e-left {
|
|
2913
|
+
-ms-flex-direction: row-reverse;
|
|
2914
|
+
flex-direction: row-reverse;
|
|
2915
|
+
}
|
|
2916
|
+
|
|
2917
|
+
.e-listboxtool-wrapper .e-left {
|
|
2918
|
+
-ms-flex-direction: column-reverse;
|
|
2919
|
+
flex-direction: column-reverse;
|
|
2920
|
+
}
|
|
2921
|
+
|
|
2968
2922
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2969
2923
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2970
2924
|
margin-right: 15px;
|
|
@@ -2978,7 +2932,7 @@ ejs-listbox {
|
|
|
2978
2932
|
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
2979
2933
|
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
2980
2934
|
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
2981
|
-
width: 80% !important;
|
|
2935
|
+
width: 80% !important;
|
|
2982
2936
|
}
|
|
2983
2937
|
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
2984
2938
|
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
@@ -3067,14 +3021,28 @@ ejs-listbox {
|
|
|
3067
3021
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
3068
3022
|
font-size: 14px;
|
|
3069
3023
|
}
|
|
3070
|
-
.e-
|
|
3071
|
-
|
|
3024
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3025
|
+
height: calc(100% - 38px);
|
|
3026
|
+
}
|
|
3027
|
+
|
|
3028
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3029
|
+
height: calc(100% - 38px) !important;
|
|
3030
|
+
}
|
|
3031
|
+
|
|
3032
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3072
3033
|
height: calc(100% - 45px);
|
|
3073
3034
|
}
|
|
3074
3035
|
|
|
3075
|
-
.e-
|
|
3076
|
-
|
|
3077
|
-
|
|
3036
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3037
|
+
height: calc(100% - 45px) !important;
|
|
3038
|
+
}
|
|
3039
|
+
|
|
3040
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3041
|
+
height: calc(100% - 46px);
|
|
3042
|
+
}
|
|
3043
|
+
|
|
3044
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3045
|
+
height: calc(100% - 46px) !important;
|
|
3078
3046
|
}
|
|
3079
3047
|
|
|
3080
3048
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -3087,11 +3055,14 @@ ejs-listbox {
|
|
|
3087
3055
|
height: calc(100% - 48px);
|
|
3088
3056
|
}
|
|
3089
3057
|
|
|
3090
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
3091
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3058
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3092
3059
|
height: calc(100% - 45px);
|
|
3093
3060
|
}
|
|
3094
3061
|
|
|
3062
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3063
|
+
height: calc(100% - 45px) !important;
|
|
3064
|
+
}
|
|
3065
|
+
|
|
3095
3066
|
.e-listbox-wrapper,
|
|
3096
3067
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
3097
3068
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -3121,11 +3092,6 @@ ejs-listbox {
|
|
|
3121
3092
|
font-size: 12px;
|
|
3122
3093
|
}
|
|
3123
3094
|
|
|
3124
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3125
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3126
|
-
height: calc(100% - 47px);
|
|
3127
|
-
}
|
|
3128
|
-
|
|
3129
3095
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3130
3096
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3131
3097
|
height: calc(100% - 76px);
|
|
@@ -3361,6 +3327,4 @@ ejs-listbox {
|
|
|
3361
3327
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
3362
3328
|
padding-left: 10px;
|
|
3363
3329
|
padding-right: 16px;
|
|
3364
|
-
}
|
|
3365
|
-
|
|
3366
|
-
/* stylelint-disable-line no-empty-source */
|
|
3330
|
+
}
|
package/styles/tailwind.scss
CHANGED
package/styles/mention/_all.scss
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import 'layout.scss';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import './bootstrap5-definition.scss';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
/* stylelint-disable-line no-empty-source */
|