@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
|
@@ -103,8 +103,7 @@
|
|
|
103
103
|
position: relative;
|
|
104
104
|
}
|
|
105
105
|
|
|
106
|
-
.e-popup.e-ddl .e-dropdownbase.e-nodata
|
|
107
|
-
.e-popup.e-mention .e-dropdownbase.e-nodata {
|
|
106
|
+
.e-popup.e-ddl .e-dropdownbase.e-nodata {
|
|
108
107
|
color: #fff;
|
|
109
108
|
cursor: default;
|
|
110
109
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
@@ -113,41 +112,6 @@
|
|
|
113
112
|
text-align: center;
|
|
114
113
|
}
|
|
115
114
|
|
|
116
|
-
.e-mention.e-popup {
|
|
117
|
-
background: #212529;
|
|
118
|
-
border: 0;
|
|
119
|
-
box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
|
|
120
|
-
margin-top: 2px;
|
|
121
|
-
position: absolute;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
.e-mention .e-dropdownbase .e-list-item .e-highlight {
|
|
125
|
-
display: inline;
|
|
126
|
-
font-weight: bold;
|
|
127
|
-
vertical-align: baseline;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
.e-mention .e-mention-chip,
|
|
131
|
-
.e-mention .e-mention-chip:hover {
|
|
132
|
-
color: #0d6efd;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
.e-mention .e-mention-chip::selection {
|
|
136
|
-
color: #fff;
|
|
137
|
-
background: #0d6efd;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
.e-mention.e-editable-element {
|
|
141
|
-
border: 2px solid #444c54;
|
|
142
|
-
height: auto;
|
|
143
|
-
min-height: 120px;
|
|
144
|
-
width: 100%;
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
.e-form-mirror-div {
|
|
148
|
-
white-space: pre-wrap;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
115
|
.e-rtl .e-dropdownbase.e-dd-group .e-list-item {
|
|
152
116
|
padding-right: 12px;
|
|
153
117
|
}
|
|
@@ -211,7 +175,6 @@
|
|
|
211
175
|
border-color: #444c54;
|
|
212
176
|
}
|
|
213
177
|
.e-dropdownbase .e-list-item {
|
|
214
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
215
178
|
-webkit-tap-highlight-color: transparent;
|
|
216
179
|
background-color: #343a40;
|
|
217
180
|
border-bottom: 0;
|
|
@@ -403,9 +366,6 @@
|
|
|
403
366
|
color: #fff;
|
|
404
367
|
}
|
|
405
368
|
|
|
406
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
407
|
-
/* stylelint-disable-line no-empty-source */
|
|
408
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
409
369
|
@keyframes material-spinner-rotate {
|
|
410
370
|
0% {
|
|
411
371
|
transform: rotate(0);
|
|
@@ -622,7 +582,6 @@
|
|
|
622
582
|
background-color: #212529;
|
|
623
583
|
}
|
|
624
584
|
|
|
625
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
626
585
|
.e-ddl input.e-input::-webkit-contacts-auto-fill-button {
|
|
627
586
|
display: none;
|
|
628
587
|
pointer-events: none;
|
|
@@ -631,7 +590,6 @@
|
|
|
631
590
|
visibility: hidden;
|
|
632
591
|
}
|
|
633
592
|
|
|
634
|
-
/* stylelint-enable property-no-vendor-prefix */
|
|
635
593
|
.e-filter-parent {
|
|
636
594
|
border: 0;
|
|
637
595
|
border-top-width: 0;
|
|
@@ -671,7 +629,6 @@
|
|
|
671
629
|
cursor: default;
|
|
672
630
|
}
|
|
673
631
|
|
|
674
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
675
632
|
.e-ddl.e-input-group .e-ddl-hidden,
|
|
676
633
|
.e-ddl.e-float-input .e-ddl-hidden {
|
|
677
634
|
-webkit-appearance: initial;
|
|
@@ -814,9 +771,6 @@ ejs-dropdownlist {
|
|
|
814
771
|
color: #fff;
|
|
815
772
|
}
|
|
816
773
|
|
|
817
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
818
|
-
/* stylelint-disable-line no-empty-source */
|
|
819
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
820
774
|
@keyframes material-spinner-rotate {
|
|
821
775
|
0% {
|
|
822
776
|
transform: rotate(0);
|
|
@@ -834,8 +788,6 @@ ejs-dropdownlist {
|
|
|
834
788
|
}
|
|
835
789
|
}
|
|
836
790
|
/*! TreeView's bootstrap5 theme wise override definitions and variables */
|
|
837
|
-
/* stylelint-disable */
|
|
838
|
-
/* stylelint-disable */
|
|
839
791
|
.e-ddt .e-ddt-icon::before {
|
|
840
792
|
content: "\e734";
|
|
841
793
|
}
|
|
@@ -1274,10 +1226,6 @@ ejs-dropdownlist {
|
|
|
1274
1226
|
color: #fff;
|
|
1275
1227
|
}
|
|
1276
1228
|
|
|
1277
|
-
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
1278
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1279
|
-
/* stylelint-disable-line no-empty-source */
|
|
1280
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1281
1229
|
@keyframes material-spinner-rotate {
|
|
1282
1230
|
0% {
|
|
1283
1231
|
transform: rotate(0);
|
|
@@ -1659,7 +1607,7 @@ ejs-dropdownlist {
|
|
|
1659
1607
|
border: 0;
|
|
1660
1608
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
1661
1609
|
font-size: 14px;
|
|
1662
|
-
font-weight:
|
|
1610
|
+
font-weight: 400;
|
|
1663
1611
|
height: 30px;
|
|
1664
1612
|
min-height: 30px;
|
|
1665
1613
|
outline: none;
|
|
@@ -1673,7 +1621,7 @@ ejs-dropdownlist {
|
|
|
1673
1621
|
color: inherit;
|
|
1674
1622
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
1675
1623
|
font-size: 14px;
|
|
1676
|
-
font-weight:
|
|
1624
|
+
font-weight: 400;
|
|
1677
1625
|
height: 30px;
|
|
1678
1626
|
min-height: 30px;
|
|
1679
1627
|
outline: none;
|
|
@@ -1696,7 +1644,6 @@ ejs-dropdownlist {
|
|
|
1696
1644
|
min-height: 36px;
|
|
1697
1645
|
}
|
|
1698
1646
|
|
|
1699
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1700
1647
|
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
1701
1648
|
display: none;
|
|
1702
1649
|
}
|
|
@@ -2356,7 +2303,6 @@ ejs-multiselect {
|
|
|
2356
2303
|
box-sizing: border-box;
|
|
2357
2304
|
}
|
|
2358
2305
|
|
|
2359
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2360
2306
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2361
2307
|
-webkit-text-fill-color: #fff;
|
|
2362
2308
|
color: #fff;
|
|
@@ -2483,19 +2429,19 @@ ejs-multiselect {
|
|
|
2483
2429
|
border: 0 solid transparent;
|
|
2484
2430
|
}
|
|
2485
2431
|
|
|
2486
|
-
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
2432
|
+
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
2487
2433
|
color: #6c757d;
|
|
2488
2434
|
}
|
|
2489
2435
|
|
|
2490
|
-
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
2436
|
+
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
2491
2437
|
color: #6c757d;
|
|
2492
2438
|
}
|
|
2493
2439
|
|
|
2494
|
-
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
2440
|
+
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
2495
2441
|
color: #6c757d;
|
|
2496
2442
|
}
|
|
2497
2443
|
|
|
2498
|
-
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
2444
|
+
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
2499
2445
|
color: #6c757d;
|
|
2500
2446
|
}
|
|
2501
2447
|
|
|
@@ -2576,7 +2522,6 @@ ejs-multiselect {
|
|
|
2576
2522
|
content: "\e744";
|
|
2577
2523
|
}
|
|
2578
2524
|
|
|
2579
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2580
2525
|
.e-listbox-wrapper,
|
|
2581
2526
|
.e-listbox-container {
|
|
2582
2527
|
-webkit-overflow-scrolling: touch;
|
|
@@ -2595,7 +2540,7 @@ ejs-multiselect {
|
|
|
2595
2540
|
}
|
|
2596
2541
|
.e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2597
2542
|
.e-listbox-container.e-listboxtool-container .e-list-wrap {
|
|
2598
|
-
width: 84% !important;
|
|
2543
|
+
width: 84% !important;
|
|
2599
2544
|
}
|
|
2600
2545
|
.e-listbox-wrapper:focus,
|
|
2601
2546
|
.e-listbox-container:focus {
|
|
@@ -2954,6 +2899,16 @@ ejs-listbox {
|
|
|
2954
2899
|
top: 30%;
|
|
2955
2900
|
}
|
|
2956
2901
|
|
|
2902
|
+
.e-listboxtool-container .e-left {
|
|
2903
|
+
-ms-flex-direction: row-reverse;
|
|
2904
|
+
flex-direction: row-reverse;
|
|
2905
|
+
}
|
|
2906
|
+
|
|
2907
|
+
.e-listboxtool-wrapper .e-left {
|
|
2908
|
+
-ms-flex-direction: column-reverse;
|
|
2909
|
+
flex-direction: column-reverse;
|
|
2910
|
+
}
|
|
2911
|
+
|
|
2957
2912
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2958
2913
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2959
2914
|
margin-right: 15px;
|
|
@@ -2967,7 +2922,7 @@ ejs-listbox {
|
|
|
2967
2922
|
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
2968
2923
|
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
2969
2924
|
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
2970
|
-
width: 80% !important;
|
|
2925
|
+
width: 80% !important;
|
|
2971
2926
|
}
|
|
2972
2927
|
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
2973
2928
|
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
@@ -3056,14 +3011,28 @@ ejs-listbox {
|
|
|
3056
3011
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
3057
3012
|
font-size: 14px;
|
|
3058
3013
|
}
|
|
3059
|
-
.e-
|
|
3060
|
-
|
|
3014
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3015
|
+
height: calc(100% - 50px);
|
|
3016
|
+
}
|
|
3017
|
+
|
|
3018
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3019
|
+
height: calc(100% - 50px) !important;
|
|
3020
|
+
}
|
|
3021
|
+
|
|
3022
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3061
3023
|
height: calc(100% - 45px);
|
|
3062
3024
|
}
|
|
3063
3025
|
|
|
3064
|
-
.e-
|
|
3065
|
-
|
|
3066
|
-
|
|
3026
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3027
|
+
height: calc(100% - 45px) !important;
|
|
3028
|
+
}
|
|
3029
|
+
|
|
3030
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3031
|
+
height: calc(100% - 56px);
|
|
3032
|
+
}
|
|
3033
|
+
|
|
3034
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3035
|
+
height: calc(100% - 56px) !important;
|
|
3067
3036
|
}
|
|
3068
3037
|
|
|
3069
3038
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -3076,11 +3045,14 @@ ejs-listbox {
|
|
|
3076
3045
|
height: calc(100% - 40px);
|
|
3077
3046
|
}
|
|
3078
3047
|
|
|
3079
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
3080
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3048
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3081
3049
|
height: calc(100% - 45px);
|
|
3082
3050
|
}
|
|
3083
3051
|
|
|
3052
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3053
|
+
height: calc(100% - 45px) !important;
|
|
3054
|
+
}
|
|
3055
|
+
|
|
3084
3056
|
.e-listbox-wrapper,
|
|
3085
3057
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
3086
3058
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -3100,11 +3072,6 @@ ejs-listbox {
|
|
|
3100
3072
|
font-size: 12px;
|
|
3101
3073
|
}
|
|
3102
3074
|
|
|
3103
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3104
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3105
|
-
height: calc(100% - 47px);
|
|
3106
|
-
}
|
|
3107
|
-
|
|
3108
3075
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3109
3076
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3110
3077
|
height: calc(100% - 86px);
|
|
@@ -3335,6 +3302,4 @@ ejs-listbox {
|
|
|
3335
3302
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
3336
3303
|
padding-left: 10px;
|
|
3337
3304
|
padding-right: 16px;
|
|
3338
|
-
}
|
|
3339
|
-
|
|
3340
|
-
/* stylelint-disable-line no-empty-source */
|
|
3305
|
+
}
|
package/styles/bootstrap5.css
CHANGED
|
@@ -103,8 +103,7 @@
|
|
|
103
103
|
position: relative;
|
|
104
104
|
}
|
|
105
105
|
|
|
106
|
-
.e-popup.e-ddl .e-dropdownbase.e-nodata
|
|
107
|
-
.e-popup.e-mention .e-dropdownbase.e-nodata {
|
|
106
|
+
.e-popup.e-ddl .e-dropdownbase.e-nodata {
|
|
108
107
|
color: #212529;
|
|
109
108
|
cursor: default;
|
|
110
109
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
@@ -113,41 +112,6 @@
|
|
|
113
112
|
text-align: center;
|
|
114
113
|
}
|
|
115
114
|
|
|
116
|
-
.e-mention.e-popup {
|
|
117
|
-
background: #fff;
|
|
118
|
-
border: 0;
|
|
119
|
-
box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
|
|
120
|
-
margin-top: 2px;
|
|
121
|
-
position: absolute;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
.e-mention .e-dropdownbase .e-list-item .e-highlight {
|
|
125
|
-
display: inline;
|
|
126
|
-
font-weight: bold;
|
|
127
|
-
vertical-align: baseline;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
.e-mention .e-mention-chip,
|
|
131
|
-
.e-mention .e-mention-chip:hover {
|
|
132
|
-
color: #0d6efd;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
.e-mention .e-mention-chip::selection {
|
|
136
|
-
color: #fff;
|
|
137
|
-
background: #0d6efd;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
.e-mention.e-editable-element {
|
|
141
|
-
border: 2px solid #dee2e6;
|
|
142
|
-
height: auto;
|
|
143
|
-
min-height: 120px;
|
|
144
|
-
width: 100%;
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
.e-form-mirror-div {
|
|
148
|
-
white-space: pre-wrap;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
115
|
.e-rtl .e-dropdownbase.e-dd-group .e-list-item {
|
|
152
116
|
padding-right: 12px;
|
|
153
117
|
}
|
|
@@ -211,7 +175,6 @@
|
|
|
211
175
|
border-color: #dee2e6;
|
|
212
176
|
}
|
|
213
177
|
.e-dropdownbase .e-list-item {
|
|
214
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
215
178
|
-webkit-tap-highlight-color: transparent;
|
|
216
179
|
background-color: #fff;
|
|
217
180
|
border-bottom: 0;
|
|
@@ -403,9 +366,6 @@
|
|
|
403
366
|
color: #212529;
|
|
404
367
|
}
|
|
405
368
|
|
|
406
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
407
|
-
/* stylelint-disable-line no-empty-source */
|
|
408
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
409
369
|
@keyframes material-spinner-rotate {
|
|
410
370
|
0% {
|
|
411
371
|
transform: rotate(0);
|
|
@@ -622,7 +582,6 @@
|
|
|
622
582
|
background-color: #fff;
|
|
623
583
|
}
|
|
624
584
|
|
|
625
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
626
585
|
.e-ddl input.e-input::-webkit-contacts-auto-fill-button {
|
|
627
586
|
display: none;
|
|
628
587
|
pointer-events: none;
|
|
@@ -631,7 +590,6 @@
|
|
|
631
590
|
visibility: hidden;
|
|
632
591
|
}
|
|
633
592
|
|
|
634
|
-
/* stylelint-enable property-no-vendor-prefix */
|
|
635
593
|
.e-filter-parent {
|
|
636
594
|
border: 0;
|
|
637
595
|
border-top-width: 0;
|
|
@@ -671,7 +629,6 @@
|
|
|
671
629
|
cursor: default;
|
|
672
630
|
}
|
|
673
631
|
|
|
674
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
675
632
|
.e-ddl.e-input-group .e-ddl-hidden,
|
|
676
633
|
.e-ddl.e-float-input .e-ddl-hidden {
|
|
677
634
|
-webkit-appearance: initial;
|
|
@@ -814,9 +771,6 @@ ejs-dropdownlist {
|
|
|
814
771
|
color: #fff;
|
|
815
772
|
}
|
|
816
773
|
|
|
817
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
818
|
-
/* stylelint-disable-line no-empty-source */
|
|
819
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
820
774
|
@keyframes material-spinner-rotate {
|
|
821
775
|
0% {
|
|
822
776
|
transform: rotate(0);
|
|
@@ -834,8 +788,6 @@ ejs-dropdownlist {
|
|
|
834
788
|
}
|
|
835
789
|
}
|
|
836
790
|
/*! TreeView's bootstrap5 theme wise override definitions and variables */
|
|
837
|
-
/* stylelint-disable */
|
|
838
|
-
/* stylelint-disable */
|
|
839
791
|
.e-ddt .e-ddt-icon::before {
|
|
840
792
|
content: "\e734";
|
|
841
793
|
}
|
|
@@ -1274,10 +1226,6 @@ ejs-dropdownlist {
|
|
|
1274
1226
|
color: #212529;
|
|
1275
1227
|
}
|
|
1276
1228
|
|
|
1277
|
-
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
1278
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1279
|
-
/* stylelint-disable-line no-empty-source */
|
|
1280
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1281
1229
|
@keyframes material-spinner-rotate {
|
|
1282
1230
|
0% {
|
|
1283
1231
|
transform: rotate(0);
|
|
@@ -1659,7 +1607,7 @@ ejs-dropdownlist {
|
|
|
1659
1607
|
border: 0;
|
|
1660
1608
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
1661
1609
|
font-size: 14px;
|
|
1662
|
-
font-weight:
|
|
1610
|
+
font-weight: 400;
|
|
1663
1611
|
height: 30px;
|
|
1664
1612
|
min-height: 30px;
|
|
1665
1613
|
outline: none;
|
|
@@ -1673,7 +1621,7 @@ ejs-dropdownlist {
|
|
|
1673
1621
|
color: inherit;
|
|
1674
1622
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
1675
1623
|
font-size: 14px;
|
|
1676
|
-
font-weight:
|
|
1624
|
+
font-weight: 400;
|
|
1677
1625
|
height: 30px;
|
|
1678
1626
|
min-height: 30px;
|
|
1679
1627
|
outline: none;
|
|
@@ -1696,7 +1644,6 @@ ejs-dropdownlist {
|
|
|
1696
1644
|
min-height: 36px;
|
|
1697
1645
|
}
|
|
1698
1646
|
|
|
1699
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1700
1647
|
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
1701
1648
|
display: none;
|
|
1702
1649
|
}
|
|
@@ -2356,7 +2303,6 @@ ejs-multiselect {
|
|
|
2356
2303
|
box-sizing: border-box;
|
|
2357
2304
|
}
|
|
2358
2305
|
|
|
2359
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2360
2306
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2361
2307
|
-webkit-text-fill-color: #fff;
|
|
2362
2308
|
color: #fff;
|
|
@@ -2483,19 +2429,19 @@ ejs-multiselect {
|
|
|
2483
2429
|
border: 0 solid transparent;
|
|
2484
2430
|
}
|
|
2485
2431
|
|
|
2486
|
-
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
2432
|
+
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
2487
2433
|
color: #6c757d;
|
|
2488
2434
|
}
|
|
2489
2435
|
|
|
2490
|
-
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
2436
|
+
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
2491
2437
|
color: #6c757d;
|
|
2492
2438
|
}
|
|
2493
2439
|
|
|
2494
|
-
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
2440
|
+
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
2495
2441
|
color: #6c757d;
|
|
2496
2442
|
}
|
|
2497
2443
|
|
|
2498
|
-
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
2444
|
+
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
2499
2445
|
color: #6c757d;
|
|
2500
2446
|
}
|
|
2501
2447
|
|
|
@@ -2576,7 +2522,6 @@ ejs-multiselect {
|
|
|
2576
2522
|
content: "\e744";
|
|
2577
2523
|
}
|
|
2578
2524
|
|
|
2579
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2580
2525
|
.e-listbox-wrapper,
|
|
2581
2526
|
.e-listbox-container {
|
|
2582
2527
|
-webkit-overflow-scrolling: touch;
|
|
@@ -2595,7 +2540,7 @@ ejs-multiselect {
|
|
|
2595
2540
|
}
|
|
2596
2541
|
.e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2597
2542
|
.e-listbox-container.e-listboxtool-container .e-list-wrap {
|
|
2598
|
-
width: 84% !important;
|
|
2543
|
+
width: 84% !important;
|
|
2599
2544
|
}
|
|
2600
2545
|
.e-listbox-wrapper:focus,
|
|
2601
2546
|
.e-listbox-container:focus {
|
|
@@ -2954,6 +2899,16 @@ ejs-listbox {
|
|
|
2954
2899
|
top: 30%;
|
|
2955
2900
|
}
|
|
2956
2901
|
|
|
2902
|
+
.e-listboxtool-container .e-left {
|
|
2903
|
+
-ms-flex-direction: row-reverse;
|
|
2904
|
+
flex-direction: row-reverse;
|
|
2905
|
+
}
|
|
2906
|
+
|
|
2907
|
+
.e-listboxtool-wrapper .e-left {
|
|
2908
|
+
-ms-flex-direction: column-reverse;
|
|
2909
|
+
flex-direction: column-reverse;
|
|
2910
|
+
}
|
|
2911
|
+
|
|
2957
2912
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2958
2913
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2959
2914
|
margin-right: 15px;
|
|
@@ -2967,7 +2922,7 @@ ejs-listbox {
|
|
|
2967
2922
|
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
2968
2923
|
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
2969
2924
|
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
2970
|
-
width: 80% !important;
|
|
2925
|
+
width: 80% !important;
|
|
2971
2926
|
}
|
|
2972
2927
|
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
2973
2928
|
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
@@ -3056,14 +3011,28 @@ ejs-listbox {
|
|
|
3056
3011
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
3057
3012
|
font-size: 14px;
|
|
3058
3013
|
}
|
|
3059
|
-
.e-
|
|
3060
|
-
|
|
3014
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3015
|
+
height: calc(100% - 50px);
|
|
3016
|
+
}
|
|
3017
|
+
|
|
3018
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3019
|
+
height: calc(100% - 50px) !important;
|
|
3020
|
+
}
|
|
3021
|
+
|
|
3022
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3061
3023
|
height: calc(100% - 45px);
|
|
3062
3024
|
}
|
|
3063
3025
|
|
|
3064
|
-
.e-
|
|
3065
|
-
|
|
3066
|
-
|
|
3026
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3027
|
+
height: calc(100% - 45px) !important;
|
|
3028
|
+
}
|
|
3029
|
+
|
|
3030
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3031
|
+
height: calc(100% - 56px);
|
|
3032
|
+
}
|
|
3033
|
+
|
|
3034
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3035
|
+
height: calc(100% - 56px) !important;
|
|
3067
3036
|
}
|
|
3068
3037
|
|
|
3069
3038
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -3076,11 +3045,14 @@ ejs-listbox {
|
|
|
3076
3045
|
height: calc(100% - 40px);
|
|
3077
3046
|
}
|
|
3078
3047
|
|
|
3079
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
3080
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3048
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3081
3049
|
height: calc(100% - 45px);
|
|
3082
3050
|
}
|
|
3083
3051
|
|
|
3052
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3053
|
+
height: calc(100% - 45px) !important;
|
|
3054
|
+
}
|
|
3055
|
+
|
|
3084
3056
|
.e-listbox-wrapper,
|
|
3085
3057
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
3086
3058
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -3100,11 +3072,6 @@ ejs-listbox {
|
|
|
3100
3072
|
font-size: 12px;
|
|
3101
3073
|
}
|
|
3102
3074
|
|
|
3103
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3104
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3105
|
-
height: calc(100% - 47px);
|
|
3106
|
-
}
|
|
3107
|
-
|
|
3108
3075
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3109
3076
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3110
3077
|
height: calc(100% - 86px);
|
|
@@ -3335,6 +3302,4 @@ ejs-listbox {
|
|
|
3335
3302
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
3336
3303
|
padding-left: 10px;
|
|
3337
3304
|
padding-right: 16px;
|
|
3338
|
-
}
|
|
3339
|
-
|
|
3340
|
-
/* stylelint-disable-line no-empty-source */
|
|
3305
|
+
}
|
package/styles/bootstrap5.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
//default
|
|
1
|
+
//default
|
|
2
2
|
//enddefault
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
//default
|
|
1
|
+
//default
|
|
2
2
|
//enddefault
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
//default
|
|
2
2
|
|
|
3
|
-
.e-input-group.e-ddl .e-control.e-combobox
|
|
3
|
+
.e-input-group.e-ddl .e-control.e-combobox~.e-ddl-icon {
|
|
4
4
|
font-size: 8px;
|
|
5
5
|
}
|
|
6
6
|
|
|
7
|
-
.e-bigger .e-input-group.e-ddl .e-control.e-combobox
|
|
7
|
+
.e-bigger .e-input-group.e-ddl .e-control.e-combobox~.e-ddl-icon {
|
|
8
8
|
font-size: 10px;
|
|
9
9
|
}
|
|
10
10
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
//default
|
|
1
|
+
//default
|
|
2
2
|
//enddefault
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
//default
|
|
1
|
+
//default
|
|
2
2
|
//enddefault
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
//default
|
|
1
|
+
//default
|
|
2
2
|
//enddefault
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
//default
|
|
1
|
+
//default
|
|
2
2
|
//enddefault
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
//default
|
|
1
|
+
//default
|
|
2
2
|
//enddefault
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
//default
|
|
1
|
+
//default
|
|
2
2
|
//enddefault
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
//default
|
|
1
|
+
//default
|
|
2
2
|
//enddefault
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
//default
|
|
1
|
+
//default
|
|
2
2
|
//enddefault
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
//default
|
|
1
|
+
//default
|
|
2
2
|
//enddefault
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
//default
|
|
1
|
+
//default
|
|
2
2
|
//enddefault
|