@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
package/styles/material-dark.css
CHANGED
|
@@ -77,8 +77,7 @@
|
|
|
77
77
|
position: relative;
|
|
78
78
|
}
|
|
79
79
|
|
|
80
|
-
.e-popup.e-ddl .e-dropdownbase.e-nodata
|
|
81
|
-
.e-popup.e-mention .e-dropdownbase.e-nodata {
|
|
80
|
+
.e-popup.e-ddl .e-dropdownbase.e-nodata {
|
|
82
81
|
color: rgba(255, 255, 255, 0.7);
|
|
83
82
|
cursor: default;
|
|
84
83
|
font-family: inherit;
|
|
@@ -87,41 +86,6 @@
|
|
|
87
86
|
text-align: center;
|
|
88
87
|
}
|
|
89
88
|
|
|
90
|
-
.e-mention.e-popup {
|
|
91
|
-
background: rgba(255, 255, 255, 0.18);
|
|
92
|
-
border: 0;
|
|
93
|
-
box-shadow: 0 2px 3px 1px 0 2px 3px 1px rgba(0, 0, 0, 0.21);
|
|
94
|
-
margin-top: 2px;
|
|
95
|
-
position: absolute;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.e-mention .e-dropdownbase .e-list-item .e-highlight {
|
|
99
|
-
display: inline;
|
|
100
|
-
font-weight: bold;
|
|
101
|
-
vertical-align: baseline;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
.e-mention .e-mention-chip,
|
|
105
|
-
.e-mention .e-mention-chip:hover {
|
|
106
|
-
color: #00b0ff;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.e-mention .e-mention-chip::selection {
|
|
110
|
-
color: #000;
|
|
111
|
-
background: #00b0ff;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
.e-mention.e-editable-element {
|
|
115
|
-
border: 2px solid transparent;
|
|
116
|
-
height: auto;
|
|
117
|
-
min-height: 120px;
|
|
118
|
-
width: 100%;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.e-form-mirror-div {
|
|
122
|
-
white-space: pre-wrap;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
89
|
.e-rtl .e-dropdownbase.e-dd-group .e-list-item {
|
|
126
90
|
padding-right: 2em;
|
|
127
91
|
}
|
|
@@ -184,7 +148,6 @@
|
|
|
184
148
|
border-color: transparent;
|
|
185
149
|
}
|
|
186
150
|
.e-dropdownbase .e-list-item {
|
|
187
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
188
151
|
-webkit-tap-highlight-color: transparent;
|
|
189
152
|
background-color: #424242;
|
|
190
153
|
border-bottom: 0;
|
|
@@ -371,14 +334,12 @@
|
|
|
371
334
|
color: #fff;
|
|
372
335
|
}
|
|
373
336
|
|
|
374
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
375
337
|
@keyframes e-input-ripple {
|
|
376
338
|
100% {
|
|
377
339
|
opacity: 0;
|
|
378
340
|
transform: scale(4);
|
|
379
341
|
}
|
|
380
342
|
}
|
|
381
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
382
343
|
@keyframes material-spinner-rotate {
|
|
383
344
|
0% {
|
|
384
345
|
transform: rotate(0deg);
|
|
@@ -563,7 +524,6 @@
|
|
|
563
524
|
background-color: #f5f5f5;
|
|
564
525
|
}
|
|
565
526
|
|
|
566
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
567
527
|
.e-ddl input.e-input::-webkit-contacts-auto-fill-button {
|
|
568
528
|
display: none;
|
|
569
529
|
pointer-events: none;
|
|
@@ -572,7 +532,6 @@
|
|
|
572
532
|
visibility: hidden;
|
|
573
533
|
}
|
|
574
534
|
|
|
575
|
-
/* stylelint-enable property-no-vendor-prefix */
|
|
576
535
|
.e-filter-parent {
|
|
577
536
|
border: 0;
|
|
578
537
|
border-top-width: 0;
|
|
@@ -615,7 +574,6 @@
|
|
|
615
574
|
cursor: default;
|
|
616
575
|
}
|
|
617
576
|
|
|
618
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
619
577
|
.e-ddl.e-input-group .e-ddl-hidden,
|
|
620
578
|
.e-ddl.e-float-input .e-ddl-hidden {
|
|
621
579
|
-webkit-appearance: initial;
|
|
@@ -758,14 +716,12 @@ ejs-dropdownlist {
|
|
|
758
716
|
color: #00b0ff;
|
|
759
717
|
}
|
|
760
718
|
|
|
761
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
762
719
|
@keyframes e-input-ripple {
|
|
763
720
|
100% {
|
|
764
721
|
opacity: 0;
|
|
765
722
|
transform: scale(4);
|
|
766
723
|
}
|
|
767
724
|
}
|
|
768
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
769
725
|
@keyframes material-spinner-rotate {
|
|
770
726
|
0% {
|
|
771
727
|
transform: rotate(0deg);
|
|
@@ -782,8 +738,6 @@ ejs-dropdownlist {
|
|
|
782
738
|
transform: rotate(360deg);
|
|
783
739
|
}
|
|
784
740
|
}
|
|
785
|
-
/* stylelint-disable */
|
|
786
|
-
/* stylelint-disable */
|
|
787
741
|
.e-ddt .e-ddt-icon::before {
|
|
788
742
|
content: "\e969";
|
|
789
743
|
}
|
|
@@ -1492,15 +1446,12 @@ ejs-dropdownlist {
|
|
|
1492
1446
|
color: #fff;
|
|
1493
1447
|
}
|
|
1494
1448
|
|
|
1495
|
-
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
1496
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1497
1449
|
@keyframes e-input-ripple {
|
|
1498
1450
|
100% {
|
|
1499
1451
|
opacity: 0;
|
|
1500
1452
|
transform: scale(4);
|
|
1501
1453
|
}
|
|
1502
1454
|
}
|
|
1503
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1504
1455
|
@keyframes material-spinner-rotate {
|
|
1505
1456
|
0% {
|
|
1506
1457
|
transform: rotate(0deg);
|
|
@@ -2382,7 +2333,7 @@ ejs-dropdownlist {
|
|
|
2382
2333
|
border: 0;
|
|
2383
2334
|
font-family: inherit;
|
|
2384
2335
|
font-size: 13px;
|
|
2385
|
-
font-weight:
|
|
2336
|
+
font-weight: 400;
|
|
2386
2337
|
height: 28px;
|
|
2387
2338
|
min-height: 28px;
|
|
2388
2339
|
outline: none;
|
|
@@ -2396,7 +2347,7 @@ ejs-dropdownlist {
|
|
|
2396
2347
|
color: inherit;
|
|
2397
2348
|
font-family: inherit;
|
|
2398
2349
|
font-size: 14px;
|
|
2399
|
-
font-weight:
|
|
2350
|
+
font-weight: 400;
|
|
2400
2351
|
height: 28px;
|
|
2401
2352
|
min-height: 28px;
|
|
2402
2353
|
outline: none;
|
|
@@ -2419,7 +2370,6 @@ ejs-dropdownlist {
|
|
|
2419
2370
|
min-height: 34px;
|
|
2420
2371
|
}
|
|
2421
2372
|
|
|
2422
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2423
2373
|
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
2424
2374
|
display: none;
|
|
2425
2375
|
}
|
|
@@ -3557,7 +3507,6 @@ ejs-multiselect {
|
|
|
3557
3507
|
box-sizing: border-box;
|
|
3558
3508
|
}
|
|
3559
3509
|
|
|
3560
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3561
3510
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
3562
3511
|
-webkit-text-fill-color: #fff;
|
|
3563
3512
|
color: #fff;
|
|
@@ -3686,19 +3635,19 @@ ejs-multiselect {
|
|
|
3686
3635
|
border: 1px solid transparent;
|
|
3687
3636
|
}
|
|
3688
3637
|
|
|
3689
|
-
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
3638
|
+
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
3690
3639
|
color: rgba(255, 255, 255, 0.42);
|
|
3691
3640
|
}
|
|
3692
3641
|
|
|
3693
|
-
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
3642
|
+
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
3694
3643
|
color: rgba(255, 255, 255, 0.42);
|
|
3695
3644
|
}
|
|
3696
3645
|
|
|
3697
|
-
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
3646
|
+
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
3698
3647
|
color: rgba(255, 255, 255, 0.42);
|
|
3699
3648
|
}
|
|
3700
3649
|
|
|
3701
|
-
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
3650
|
+
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
3702
3651
|
color: rgba(255, 255, 255, 0.42);
|
|
3703
3652
|
}
|
|
3704
3653
|
|
|
@@ -3877,7 +3826,6 @@ ejs-multiselect {
|
|
|
3877
3826
|
content: "\e656";
|
|
3878
3827
|
}
|
|
3879
3828
|
|
|
3880
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3881
3829
|
.e-listbox-wrapper,
|
|
3882
3830
|
.e-listbox-container {
|
|
3883
3831
|
-webkit-overflow-scrolling: touch;
|
|
@@ -3896,7 +3844,7 @@ ejs-multiselect {
|
|
|
3896
3844
|
}
|
|
3897
3845
|
.e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
3898
3846
|
.e-listbox-container.e-listboxtool-container .e-list-wrap {
|
|
3899
|
-
width: 86% !important;
|
|
3847
|
+
width: 86% !important;
|
|
3900
3848
|
}
|
|
3901
3849
|
.e-listbox-wrapper:focus,
|
|
3902
3850
|
.e-listbox-container:focus {
|
|
@@ -4255,6 +4203,16 @@ ejs-listbox {
|
|
|
4255
4203
|
top: 30%;
|
|
4256
4204
|
}
|
|
4257
4205
|
|
|
4206
|
+
.e-listboxtool-container .e-left {
|
|
4207
|
+
-ms-flex-direction: row-reverse;
|
|
4208
|
+
flex-direction: row-reverse;
|
|
4209
|
+
}
|
|
4210
|
+
|
|
4211
|
+
.e-listboxtool-wrapper .e-left {
|
|
4212
|
+
-ms-flex-direction: column-reverse;
|
|
4213
|
+
flex-direction: column-reverse;
|
|
4214
|
+
}
|
|
4215
|
+
|
|
4258
4216
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
4259
4217
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
4260
4218
|
margin-right: 15px;
|
|
@@ -4268,7 +4226,7 @@ ejs-listbox {
|
|
|
4268
4226
|
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
4269
4227
|
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
4270
4228
|
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
4271
|
-
width: 85% !important;
|
|
4229
|
+
width: 85% !important;
|
|
4272
4230
|
}
|
|
4273
4231
|
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
4274
4232
|
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
@@ -4357,16 +4315,30 @@ ejs-listbox {
|
|
|
4357
4315
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
4358
4316
|
font-size: 20px;
|
|
4359
4317
|
}
|
|
4360
|
-
.e-
|
|
4361
|
-
|
|
4318
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
4319
|
+
height: calc(100% - 43px);
|
|
4320
|
+
}
|
|
4321
|
+
|
|
4322
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
4323
|
+
height: calc(100% - 43px) !important;
|
|
4324
|
+
}
|
|
4325
|
+
|
|
4326
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
4362
4327
|
height: calc(100% - 45px);
|
|
4363
4328
|
}
|
|
4364
4329
|
|
|
4365
|
-
.e-
|
|
4366
|
-
|
|
4330
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
4331
|
+
height: calc(100% - 45px) !important;
|
|
4332
|
+
}
|
|
4333
|
+
|
|
4334
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
4367
4335
|
height: calc(100% - 50px);
|
|
4368
4336
|
}
|
|
4369
4337
|
|
|
4338
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
4339
|
+
height: calc(100% - 50px) !important;
|
|
4340
|
+
}
|
|
4341
|
+
|
|
4370
4342
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
4371
4343
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
4372
4344
|
height: calc(100% - 98px);
|
|
@@ -4377,11 +4349,14 @@ ejs-listbox {
|
|
|
4377
4349
|
height: calc(100% - 48px);
|
|
4378
4350
|
}
|
|
4379
4351
|
|
|
4380
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
4381
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
4352
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
4382
4353
|
height: calc(100% - 45px);
|
|
4383
4354
|
}
|
|
4384
4355
|
|
|
4356
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
4357
|
+
height: calc(100% - 45px) !important;
|
|
4358
|
+
}
|
|
4359
|
+
|
|
4385
4360
|
.e-listbox-wrapper,
|
|
4386
4361
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
4387
4362
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -4401,11 +4376,6 @@ ejs-listbox {
|
|
|
4401
4376
|
font-size: 20px;
|
|
4402
4377
|
}
|
|
4403
4378
|
|
|
4404
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
4405
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
4406
|
-
height: calc(100% - 43px);
|
|
4407
|
-
}
|
|
4408
|
-
|
|
4409
4379
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
4410
4380
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
4411
4381
|
height: calc(100% - 79px);
|
package/styles/material.css
CHANGED
|
@@ -77,8 +77,7 @@
|
|
|
77
77
|
position: relative;
|
|
78
78
|
}
|
|
79
79
|
|
|
80
|
-
.e-popup.e-ddl .e-dropdownbase.e-nodata
|
|
81
|
-
.e-popup.e-mention .e-dropdownbase.e-nodata {
|
|
80
|
+
.e-popup.e-ddl .e-dropdownbase.e-nodata {
|
|
82
81
|
color: #000;
|
|
83
82
|
cursor: default;
|
|
84
83
|
font-family: inherit;
|
|
@@ -87,41 +86,6 @@
|
|
|
87
86
|
text-align: center;
|
|
88
87
|
}
|
|
89
88
|
|
|
90
|
-
.e-mention.e-popup {
|
|
91
|
-
background: #fff;
|
|
92
|
-
border: 0;
|
|
93
|
-
box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
|
|
94
|
-
margin-top: 2px;
|
|
95
|
-
position: absolute;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.e-mention .e-dropdownbase .e-list-item .e-highlight {
|
|
99
|
-
display: inline;
|
|
100
|
-
font-weight: bold;
|
|
101
|
-
vertical-align: baseline;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
.e-mention .e-mention-chip,
|
|
105
|
-
.e-mention .e-mention-chip:hover {
|
|
106
|
-
color: #e3165b;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.e-mention .e-mention-chip::selection {
|
|
110
|
-
color: #fff;
|
|
111
|
-
background: #e3165b;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
.e-mention.e-editable-element {
|
|
115
|
-
border: 2px solid #e0e0e0;
|
|
116
|
-
height: auto;
|
|
117
|
-
min-height: 120px;
|
|
118
|
-
width: 100%;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.e-form-mirror-div {
|
|
122
|
-
white-space: pre-wrap;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
89
|
.e-rtl .e-dropdownbase.e-dd-group .e-list-item {
|
|
126
90
|
padding-right: 2em;
|
|
127
91
|
}
|
|
@@ -184,7 +148,6 @@
|
|
|
184
148
|
border-color: #e0e0e0;
|
|
185
149
|
}
|
|
186
150
|
.e-dropdownbase .e-list-item {
|
|
187
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
188
151
|
-webkit-tap-highlight-color: transparent;
|
|
189
152
|
background-color: #fff;
|
|
190
153
|
border-bottom: 0;
|
|
@@ -371,7 +334,6 @@
|
|
|
371
334
|
color: rgba(0, 0, 0, 0.87);
|
|
372
335
|
}
|
|
373
336
|
|
|
374
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
375
337
|
@keyframes e-input-ripple {
|
|
376
338
|
100% {
|
|
377
339
|
opacity: 0;
|
|
@@ -386,7 +348,6 @@
|
|
|
386
348
|
transform: translate3d(0, 0, 0) scale(1);
|
|
387
349
|
}
|
|
388
350
|
}
|
|
389
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
390
351
|
@keyframes material-spinner-rotate {
|
|
391
352
|
0% {
|
|
392
353
|
transform: rotate(0deg);
|
|
@@ -596,7 +557,6 @@
|
|
|
596
557
|
background-color: #f5f5f5;
|
|
597
558
|
}
|
|
598
559
|
|
|
599
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
600
560
|
.e-ddl input.e-input::-webkit-contacts-auto-fill-button {
|
|
601
561
|
display: none;
|
|
602
562
|
pointer-events: none;
|
|
@@ -605,7 +565,6 @@
|
|
|
605
565
|
visibility: hidden;
|
|
606
566
|
}
|
|
607
567
|
|
|
608
|
-
/* stylelint-enable property-no-vendor-prefix */
|
|
609
568
|
.e-filter-parent {
|
|
610
569
|
border: 0;
|
|
611
570
|
border-top-width: 0;
|
|
@@ -648,7 +607,6 @@
|
|
|
648
607
|
cursor: default;
|
|
649
608
|
}
|
|
650
609
|
|
|
651
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
652
610
|
.e-ddl.e-input-group .e-ddl-hidden,
|
|
653
611
|
.e-ddl.e-float-input .e-ddl-hidden {
|
|
654
612
|
-webkit-appearance: initial;
|
|
@@ -791,7 +749,6 @@ ejs-dropdownlist {
|
|
|
791
749
|
color: #e3165b;
|
|
792
750
|
}
|
|
793
751
|
|
|
794
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
795
752
|
@keyframes e-input-ripple {
|
|
796
753
|
100% {
|
|
797
754
|
opacity: 0;
|
|
@@ -806,7 +763,6 @@ ejs-dropdownlist {
|
|
|
806
763
|
transform: translate3d(0, 0, 0) scale(1);
|
|
807
764
|
}
|
|
808
765
|
}
|
|
809
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
810
766
|
@keyframes material-spinner-rotate {
|
|
811
767
|
0% {
|
|
812
768
|
transform: rotate(0deg);
|
|
@@ -824,8 +780,6 @@ ejs-dropdownlist {
|
|
|
824
780
|
}
|
|
825
781
|
}
|
|
826
782
|
/*! TreeView's material theme wise override definitions and variables */
|
|
827
|
-
/* stylelint-disable */
|
|
828
|
-
/* stylelint-disable */
|
|
829
783
|
.e-ddt .e-ddt-icon::before {
|
|
830
784
|
content: "\e969";
|
|
831
785
|
}
|
|
@@ -1541,8 +1495,6 @@ ejs-dropdownlist {
|
|
|
1541
1495
|
color: rgba(0, 0, 0, 0.87);
|
|
1542
1496
|
}
|
|
1543
1497
|
|
|
1544
|
-
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
1545
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1546
1498
|
@keyframes e-input-ripple {
|
|
1547
1499
|
100% {
|
|
1548
1500
|
opacity: 0;
|
|
@@ -1557,7 +1509,6 @@ ejs-dropdownlist {
|
|
|
1557
1509
|
transform: translate3d(0, 0, 0) scale(1);
|
|
1558
1510
|
}
|
|
1559
1511
|
}
|
|
1560
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1561
1512
|
@keyframes material-spinner-rotate {
|
|
1562
1513
|
0% {
|
|
1563
1514
|
transform: rotate(0deg);
|
|
@@ -2439,7 +2390,7 @@ ejs-dropdownlist {
|
|
|
2439
2390
|
border: 0;
|
|
2440
2391
|
font-family: inherit;
|
|
2441
2392
|
font-size: 13px;
|
|
2442
|
-
font-weight:
|
|
2393
|
+
font-weight: 400;
|
|
2443
2394
|
height: 28px;
|
|
2444
2395
|
min-height: 28px;
|
|
2445
2396
|
outline: none;
|
|
@@ -2453,7 +2404,7 @@ ejs-dropdownlist {
|
|
|
2453
2404
|
color: inherit;
|
|
2454
2405
|
font-family: inherit;
|
|
2455
2406
|
font-size: 14px;
|
|
2456
|
-
font-weight:
|
|
2407
|
+
font-weight: 400;
|
|
2457
2408
|
height: 28px;
|
|
2458
2409
|
min-height: 28px;
|
|
2459
2410
|
outline: none;
|
|
@@ -2476,7 +2427,6 @@ ejs-dropdownlist {
|
|
|
2476
2427
|
min-height: 34px;
|
|
2477
2428
|
}
|
|
2478
2429
|
|
|
2479
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2480
2430
|
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
2481
2431
|
display: none;
|
|
2482
2432
|
}
|
|
@@ -3614,7 +3564,6 @@ ejs-multiselect {
|
|
|
3614
3564
|
box-sizing: border-box;
|
|
3615
3565
|
}
|
|
3616
3566
|
|
|
3617
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3618
3567
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
3619
3568
|
-webkit-text-fill-color: rgba(0, 0, 0, 0.87);
|
|
3620
3569
|
color: rgba(0, 0, 0, 0.87);
|
|
@@ -3743,19 +3692,19 @@ ejs-multiselect {
|
|
|
3743
3692
|
border: 1px solid transparent;
|
|
3744
3693
|
}
|
|
3745
3694
|
|
|
3746
|
-
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
3695
|
+
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
3747
3696
|
color: rgba(0, 0, 0, 0.42);
|
|
3748
3697
|
}
|
|
3749
3698
|
|
|
3750
|
-
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
3699
|
+
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
3751
3700
|
color: rgba(0, 0, 0, 0.42);
|
|
3752
3701
|
}
|
|
3753
3702
|
|
|
3754
|
-
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
3703
|
+
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
3755
3704
|
color: rgba(0, 0, 0, 0.42);
|
|
3756
3705
|
}
|
|
3757
3706
|
|
|
3758
|
-
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
3707
|
+
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
3759
3708
|
color: rgba(0, 0, 0, 0.42);
|
|
3760
3709
|
}
|
|
3761
3710
|
|
|
@@ -3934,7 +3883,6 @@ ejs-multiselect {
|
|
|
3934
3883
|
content: "\e656";
|
|
3935
3884
|
}
|
|
3936
3885
|
|
|
3937
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3938
3886
|
.e-listbox-wrapper,
|
|
3939
3887
|
.e-listbox-container {
|
|
3940
3888
|
-webkit-overflow-scrolling: touch;
|
|
@@ -3953,7 +3901,7 @@ ejs-multiselect {
|
|
|
3953
3901
|
}
|
|
3954
3902
|
.e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
3955
3903
|
.e-listbox-container.e-listboxtool-container .e-list-wrap {
|
|
3956
|
-
width: 86% !important;
|
|
3904
|
+
width: 86% !important;
|
|
3957
3905
|
}
|
|
3958
3906
|
.e-listbox-wrapper:focus,
|
|
3959
3907
|
.e-listbox-container:focus {
|
|
@@ -4312,6 +4260,16 @@ ejs-listbox {
|
|
|
4312
4260
|
top: 30%;
|
|
4313
4261
|
}
|
|
4314
4262
|
|
|
4263
|
+
.e-listboxtool-container .e-left {
|
|
4264
|
+
-ms-flex-direction: row-reverse;
|
|
4265
|
+
flex-direction: row-reverse;
|
|
4266
|
+
}
|
|
4267
|
+
|
|
4268
|
+
.e-listboxtool-wrapper .e-left {
|
|
4269
|
+
-ms-flex-direction: column-reverse;
|
|
4270
|
+
flex-direction: column-reverse;
|
|
4271
|
+
}
|
|
4272
|
+
|
|
4315
4273
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
4316
4274
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
4317
4275
|
margin-right: 15px;
|
|
@@ -4325,7 +4283,7 @@ ejs-listbox {
|
|
|
4325
4283
|
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
4326
4284
|
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
4327
4285
|
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
4328
|
-
width: 85% !important;
|
|
4286
|
+
width: 85% !important;
|
|
4329
4287
|
}
|
|
4330
4288
|
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
4331
4289
|
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
@@ -4414,16 +4372,30 @@ ejs-listbox {
|
|
|
4414
4372
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
4415
4373
|
font-size: 20px;
|
|
4416
4374
|
}
|
|
4417
|
-
.e-
|
|
4418
|
-
|
|
4375
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
4376
|
+
height: calc(100% - 43px);
|
|
4377
|
+
}
|
|
4378
|
+
|
|
4379
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
4380
|
+
height: calc(100% - 43px) !important;
|
|
4381
|
+
}
|
|
4382
|
+
|
|
4383
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
4419
4384
|
height: calc(100% - 45px);
|
|
4420
4385
|
}
|
|
4421
4386
|
|
|
4422
|
-
.e-
|
|
4423
|
-
|
|
4387
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
4388
|
+
height: calc(100% - 45px) !important;
|
|
4389
|
+
}
|
|
4390
|
+
|
|
4391
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
4424
4392
|
height: calc(100% - 50px);
|
|
4425
4393
|
}
|
|
4426
4394
|
|
|
4395
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
4396
|
+
height: calc(100% - 50px) !important;
|
|
4397
|
+
}
|
|
4398
|
+
|
|
4427
4399
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
4428
4400
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
4429
4401
|
height: calc(100% - 98px);
|
|
@@ -4434,11 +4406,14 @@ ejs-listbox {
|
|
|
4434
4406
|
height: calc(100% - 48px);
|
|
4435
4407
|
}
|
|
4436
4408
|
|
|
4437
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
4438
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
4409
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
4439
4410
|
height: calc(100% - 45px);
|
|
4440
4411
|
}
|
|
4441
4412
|
|
|
4413
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
4414
|
+
height: calc(100% - 45px) !important;
|
|
4415
|
+
}
|
|
4416
|
+
|
|
4442
4417
|
.e-listbox-wrapper,
|
|
4443
4418
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
4444
4419
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -4458,11 +4433,6 @@ ejs-listbox {
|
|
|
4458
4433
|
font-size: 20px;
|
|
4459
4434
|
}
|
|
4460
4435
|
|
|
4461
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
4462
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
4463
|
-
height: calc(100% - 43px);
|
|
4464
|
-
}
|
|
4465
|
-
|
|
4466
4436
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
4467
4437
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
4468
4438
|
height: calc(100% - 79px);
|
package/styles/material.scss
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@import 'layout.scss';
|
|
1
|
+
@import 'layout.scss';
|
|
2
2
|
@import 'theme.scss';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//default
|
|
1
|
+
//default
|
|
2
2
|
$ddl-chip-mobile-close-font: 16px !default;
|
|
3
3
|
|
|
4
4
|
$ddl-multiselect-skin-name: 'bootstrap' !default;
|
|
@@ -130,7 +130,6 @@ $ddl-bigger-multiselect-group-checkbox-wrapper-padding-left: 20px !default;
|
|
|
130
130
|
$ddl-multiselect-group-list-group-item-rtl-padding-right: 20px !default;
|
|
131
131
|
$ddl-multiselect-label-position: 17px !default;
|
|
132
132
|
$multiselect-disable-font-color: $grey-dd !default;
|
|
133
|
-
|
|
134
133
|
// Small size
|
|
135
134
|
$ddl-select-all-height-small: 22px !default;
|
|
136
135
|
$ddl-small-chip-height: 22px !default;
|
|
@@ -143,7 +142,6 @@ $ddl-delim-small-font-size: 13px !default;
|
|
|
143
142
|
$ddl-small-closer-margin-top: -3.5em !default;
|
|
144
143
|
$ddl-chip-close-hooker-small-left: 8px !default;
|
|
145
144
|
$ddl-delimviewheight-small: 26px !default;
|
|
146
|
-
|
|
147
145
|
// Touch Small size
|
|
148
146
|
$ddl-select-all-height-bigger-small: 34px !default;
|
|
149
147
|
$ddl-bigger-small-chip-height: 28px !default;
|
|
@@ -155,7 +153,6 @@ $ddl-bigger-small-input-height: 34px !default;
|
|
|
155
153
|
$ddl-delim-bigger-small-font-size: 14px !default;
|
|
156
154
|
$ddl-delimviewheight-bigger-small: 34px !default;
|
|
157
155
|
$ddl-closer-margin-top-bigger-small: -4em !default;
|
|
158
|
-
|
|
159
156
|
//enddefault
|
|
160
157
|
|
|
161
158
|
@include export-module('multiselect-bootstrap-dark') {
|
|
@@ -128,7 +128,6 @@ $ddl-bigger-multiselect-group-checkbox-wrapper-padding-left: 20px !default;
|
|
|
128
128
|
$ddl-multiselect-group-list-group-item-rtl-padding-right: 20px !default;
|
|
129
129
|
$ddl-multiselect-label-position: 16px !default;
|
|
130
130
|
$multiselect-disable-font-color: $grey-99 !default;
|
|
131
|
-
|
|
132
131
|
// Small size
|
|
133
132
|
$ddl-select-all-height-small: 22px !default;
|
|
134
133
|
$ddl-small-chip-height: 22px !default;
|
|
@@ -141,7 +140,6 @@ $ddl-delim-small-font-size: 13px !default;
|
|
|
141
140
|
$ddl-small-closer-margin-top: -3.5em !default;
|
|
142
141
|
$ddl-chip-close-hooker-small-left: 8px !default;
|
|
143
142
|
$ddl-delimviewheight-small: 26px !default;
|
|
144
|
-
|
|
145
143
|
// Touch Small size
|
|
146
144
|
$ddl-select-all-height-bigger-small: 34px !default;
|
|
147
145
|
$ddl-bigger-small-chip-height: 28px !default;
|
|
@@ -76,7 +76,6 @@ $ddl-rtl-mob-sel-chip-padding: 0 8px 0 4px !default;
|
|
|
76
76
|
$ddl-rtl-mob-chip-padding: 0 4px 0 8px !default;
|
|
77
77
|
$ddl-overall-close-left: 10px !default;
|
|
78
78
|
$ddl-overall-close-top: 10px !default;
|
|
79
|
-
|
|
80
79
|
//$ddl-overall-bigger-close-top: 15px !default;
|
|
81
80
|
$ddl-rtl-hooker-left: -15px !default;
|
|
82
81
|
$ddl-chip-close-mob-top: 0 !default;
|
|
@@ -121,7 +120,6 @@ $ddl-delim-text-padding-right: 6px !default;
|
|
|
121
120
|
$ddl-list-rtl-padding-right: 15px !default;
|
|
122
121
|
$ddl-close-rtl-icon-left: 38px !default;
|
|
123
122
|
$ddl-chip-close-rtl-left: -15px !default;
|
|
124
|
-
|
|
125
123
|
// //$ddl-delim-font-color: $grey-light-font !default;
|
|
126
124
|
$ddl-close-icon-color: $gray-700 !default;
|
|
127
125
|
$ddl-bigger-chip-close-font: 10px !default;
|
|
@@ -138,7 +136,6 @@ $ddl-bigger-multiselect-group-checkbox-wrapper-padding-left: 20px !default;
|
|
|
138
136
|
$ddl-multiselect-group-list-group-item-rtl-padding-right: 20px !default;
|
|
139
137
|
$ddl-multiselect-label-position: 15px !default;
|
|
140
138
|
$multiselect-disable-font-color: $gray-600 !default;
|
|
141
|
-
|
|
142
139
|
// Small size
|
|
143
140
|
$ddl-select-all-height-small: 22px !default;
|
|
144
141
|
$ddl-small-chip-height: 20px !default;
|
|
@@ -155,7 +152,6 @@ $ddl-chip-close-small-top: 5px !default;
|
|
|
155
152
|
$ddl-chip-close-hooker-small-left: 4px !default;
|
|
156
153
|
$ddl-chip-close-hooker-small-top: 7px !default;
|
|
157
154
|
$ddl-delimviewheight-small: 22px !default;
|
|
158
|
-
|
|
159
155
|
// Touch Small size
|
|
160
156
|
$ddl-select-all-height-bigger-small: 34px !default;
|
|
161
157
|
$ddl-bigger-small-chip-height: 30px !default;
|
|
@@ -192,7 +188,7 @@ $multiselect-dropicon-closer-bigger-width: 34px !default;
|
|
|
192
188
|
border-right-width: 1px;
|
|
193
189
|
}
|
|
194
190
|
|
|
195
|
-
.e-bigger .e-multi-select-wrapper .e-chips
|
|
191
|
+
.e-bigger .e-multi-select-wrapper .e-chips>.e-chipcontent {
|
|
196
192
|
font-size: 14px;
|
|
197
193
|
}
|
|
198
194
|
|
|
@@ -246,4 +242,5 @@ $multiselect-dropicon-closer-bigger-width: 34px !default;
|
|
|
246
242
|
height: $multiselect-closer-bigger-height;
|
|
247
243
|
margin-top: $ddl-closer-margin-top-bigger;
|
|
248
244
|
}
|
|
245
|
+
|
|
249
246
|
}
|